/* ==========================================================================
   Author's custom styles for videoComment
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

body {
  font-family: "Raleway" !important;
  background: #f5f5f5 !important;
  width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
}

.flex-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .max-width-container {
    min-width: 1000px;
  }
}

@media screen and (max-width: 480px) {
  .ImgHide {
    display: none;
  }

  .mr0 {
    margin-left: 0 !important;
  }

  .disFlex {
    display: flex;
  }
}

.btn-create {
  background: #eb213d !important;
  color: #fff !important;
  font-size: 14px;
  border-radius: 0px !important;
  transition: 0.5s ease;
  padding: 4% 3% !important;
  margin-top: 1%;
}

.btn-create:hover {
  color: #eb213d !important;
  border: 1px solid #eb213d;
  background: none !important;
}

@media screen and (min-device-width: 402px) and (max-device-width: 990px) {
  /* STYLES HERE */
  .img-container {
    position: relative;
  }

  .circle {
    position: absolute !important;
    top: 29% !important;
    left: 38% !important;
  }

  .img-tick {
    position: absolute !important;
    top: 33% !important;
    left: 43% !important;
  }
}

/* .bg-bck-dark {
  background-color: #ededed;
   min-height: 76px;
} */
.bg-bck-dark {
  background: #191f29;
  min-height: 76px;
}

#header-container {
  background: #191f29 !important;
}

@media screen and (max-device-width: 990px) {
  .list-mt-txt > li {
    margin-right: 9% !important;
    color: #161619;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 3.9%;
    white-space: nowrap;
  }

  .list-mt-txt-skills > li {
    margin-right: 11% !important;
  }
}

@media (max-width: 767px) {
  .cardMain {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar-header {
    display: block !important;
  }

  .menu {
    display: flex;
    align-items: start !important;
    color: #ffffff;
    flex-direction: column;
  }

  .user-icon .dropdown-menu {
    right: -255px !important;
    margin-top: 10px !important;
  }

  .search-box {
    background: #e8e8e4;
    position: absolute;
    top: 361px !important;
    width: 270px !important;
    padding: 10px;
    min-height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-top: 4px solid #161619;
    display: none;
    z-index: 99;
    right: 7% !important;
  }

  .search-form .form-search-group {
    width: 100%;
    height: 55px;
    overflow: hidden;
    margin: 0;
    transition: width 1s;
    backface-visibility: hidden;
    list-style: none;
    padding-left: 32px;
  }

  .loginMain {
    margin-left: -5px !important;
  }

  .cardSubscribed {
    margin-left: 0px !important;
  }

  .cardRegister {
    margin-left: 0% !important;
  }

  .navbar-right {
    min-width: 100% !important;
    /*or I can probably just use columns*/
  }

  .navbar-right form {
    width: 87% !important;
    padding-top: 4.3% !important;
  }

  .user-icon {
    padding: 4.7% 0% !important;
  }

  .menu span {
    color: #ffffff !important;
  }

  .container {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .btn-custom {
    font-size: 16px !important;
  }

  .dropdown-menu {
    margin-top: 17% !important;
  }

  .CaseBriefsCat a .glyphicon-copy {
    right: 3% !important;
  }

  .bsmsLink {
    padding: 0 !important;
    text-align: center !important;
    right: 0 !important;
  }

  .bsmsLink p {
    padding: 0 !important;
  }

  .Googlerecaptcha iframe {
    transform: scale(0.77) !important;
    transform-origin: 0 0 !important;
  }

  .mobileTextSize a {
    font-weight: bold !important;
    letter-spacing: 1px !important;
    font-size: 24px !important;
  }

  .caseSingleCat.isMobile i {
    font-size: 15px;
    display: block !important;
    float: left;
    padding-top: 1.8%;
  }

  .isMobileH3 label {
    float: left;
  }

  .caseSingleCat.isMobile ul {
    clear: both !important;
  }

  .homePage .caseCategories,
  .homePage .caseCategories .col-md-4 {
    padding: 0 !important;
  }

  .CaseBriefsCat p {
    padding-left: 0 !important;
  }

  .search-box input[type="text"] {
    width: 140px;
    margin-left: 15px;
  }

  .search-box input[type="button"] {
    margin-right: 12px;
  }

  #sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }

  #sidebar.active {
    left: 0;
  }

  #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386d5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  #dismiss:hover {
    background: #fff;
    color: #7386d5;
  }

  .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }

  .overlay.active {
    display: block;
    opacity: 1;
  }

  #sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
  }

  #sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
  }

  #sidebar ul p {
    color: #fff;
    padding: 10px;
  }

  #sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
  }

  #sidebar ul li a:hover {
    color: #7386d5;
    background: #fff;
  }

  #sidebar ul li.active > a,
  a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
  }

  a[data-toggle="collapse"] {
    position: relative;
  }

  .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
  }

  ul.CTAs {
    padding: 20px;
  }

  ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  a.download {
    background: #fff;
    color: #7386d5;
  }

  a.article,
  a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
  }

  /* ---------------------------------------------------
        CONTENT STYLE
    ----------------------------------------------------- */

  #content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mCustomScrollBox {
    background: #fff !important;
    margin-top: 3.5% !important;
    height: auto !important;
  }

  .chaptersDiv {
    height: 80% !important;
  }

  .padRight {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .padLeft {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-header {
    height: 60px !important;
  }
}

@media (max-width: 1076px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px !important;
    padding: 10px 0px 10px 14px;
  }

  .loginMain > li > a {
    font-size: 12px !important;
  }

  .loginMain {
    margin-left: 20px;
    margin-top: 2px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }

  /* .navbar-brand {
        padding: 15px 15px 15px 15px !important;
        margin-left: -60px !important;
    } */
  .navbar-brand {
    /* padding-right: 10px; */
    width: 85% !important;
  }

  .navbar-header {
    height: 60px !important;
    /* margin-left: 12% !important; */
  }

  .navbar-nav {
    margin: 7.5px -30px !important;
  }

  .loginMain {
    padding-bottom: 15px;
    padding-left: 5% !important;
    list-style-type: none;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 680px !important;
    margin: 30px auto;
  }
}

@media print {
  body * {
    visibility: hidden;
  }

  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }

  #section-to-print {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }

  .hiddenPrintSection,
  .react-player {
    display: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 13pt !important;
    font-weight: bolder !important;
  }

  p {
    font-size: 12pt !important;
  }

  .aboutCaseBooks {
    padding: 0% 8%;
  }
}

@font-face {
  font-family: "ArialMT";
  src: url("../fonts/ArialMT.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ArialMT.woff") format("woff"),
    url("../fonts/ArialMT.ttf") format("truetype"),
    url("../fonts/ArialMT.svg#ArialMT") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arial-BoldMT";
  src: url("../fonts/Arial-BoldMT.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Arial-BoldMT.otf") format("opentype"),
    url("../fonts/Arial-BoldMT.woff") format("woff"),
    url("../fonts/Arial-BoldMT.ttf") format("truetype"),
    url("../fonts/Arial-BoldMT.svg#Arial-BoldMT") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: 'TwCenMTStd-Light';
    src: url('../fonts/TwCenMTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TwCenMTStd-Light.otf') format('opentype'),
    url('../fonts/TwCenMTStd-Light.woff') format('woff'), url('../fonts/TwCenMTStd-Light.ttf') format('truetype'), url('../fonts/TwCenMTStd-Light.svg#TwCenMTStd-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TwCenMTStd';
    src: url('../fonts/TwCenMTStd.eot?#iefix') format('embedded-opentype'), url('../fonts/TwCenMTStd.otf') format('opentype'),
    url('../fonts/TwCenMTStd.woff') format('woff'), url('../fonts/TwCenMTStd.ttf') format('truetype'), url('../fonts/TwCenMTStd.svg#TwCenMTStd') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

.chapterContentSection p {
  line-height: 1.6 !important;
  margin: 0;
}

.loaderOuter {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #0000002b;
  z-index: 99999;
}

.loaderInner {
  z-index: 99999;
  width: 200px;
  height: 90px;
  position: fixed;
  top: 50%;
  left: 44%;
}

.navbar-inverse {
  background: #000 !important;
}

/* img {
  width: 100% !important;
} */

.pad {
  padding: 0 !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.padRight {
  padding-right: 0 !important;
}

.padLeft {
  padding-left: 0 !important;
}

.redText {
  color: #eb213d !important;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  cursor: pointer;
}

.marg {
  margin: 0 !important;
}

/*search box*/

.search-box {
  background: #e8e8e4;
  position: absolute;
  top: 65px;
  right: 0%;
  width: 350px;
  padding: 10px;
  min-height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #161619;
  display: none;
  z-index: 9;
}

.search-box:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #161619;
}

/*.search-box input[type="text"]{
    width: 200px;
    padding: 5px 10px;
    margin-left: 23px;
    border: 1px solid #D80B15;
    outline: none;
}*/

.search-box label {
  position: absolute;
  line-height: 0;
  bottom: 2px;
}

.search-box input[type="button"] {
  width: 80px;
  padding: 5px 0;
  background: #d80b15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #d80b15;
  outline: none;
  cursor: pointer;
}

/* scroll bar css */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Header css */
.navbar {
  background: #ededed !important;
  border: 0px !important;
  min-height: 60px;
  font-family: "Raleway";
}

#navbar ul {
  margin: 0;
}

.navbar-default {
  border: none;
}

#navbar ul li {
  display: inline-block;
  padding: 10px 0px;
}

#navbar ul li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 0px 15px;
  border-right: 2px solid #fff;
}

/* .nav > li > a{
    font-size: 14px !important;
} */

.topNav .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.topNav .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #0b6ffb;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.active > a .topNav .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background: #161619;
  color: #fff;
  font-size: 18px;
  padding: 8px 16px;
}

.topNav .nav-tabs {
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 2px 10px;
}

.topNav .tab-content {
  margin-top: -22px;
  padding: 10px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin: 0 !important;
}

.fa {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.navbar-right .fa:hover,
.user-icon a:hover .fa {
  color: #eb213d;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #eb213d !important;
  background: none !important;
}

.navbar-default .navbar-nav > li > a {
  /* color: #161619 !important; */
  color: white !important;
  font-size: 13px;
}

.navbar-default {
  background: #191f29 !important;
}

a:focus {
  outline: none !important;
}

/* header search form css */

.search-form .form-search-group input.form-control::-webkit-input-placeholder {
  display: none;
}

.search-form .form-search-group input.form-control::-moz-placeholder {
  display: none;
}

.navbar-right {
  min-width: 740px;
  /*or I can probably just use columns*/
  position: relative;
}

.navbar-right form {
  /*width: 24%;*/
  float: left;
  padding-top: 1.9%;
  margin: 0;
  position: relative;
}

.search-form .form-search-group {
  width: 100%;
  height: 55px;
  /* padding-top: 94.4%; */
  overflow: hidden;
  margin: 0;
  transition: width 1s;
  backface-visibility: hidden;
  list-style: none;
}

.form-group .form-control {
  right: 0;
  outline: none;
  width: 100%;
  height: 50px;
  /*margin-top: -7px;*/
  z-index: 10;
  border-radius: 50px !important;
}

input[type="text"].form-control {
  -webkit-appearence: none;
  -webkit-border-radius: 0;
}

.form-control-submit,
.search-label {
  width: 80px;
  height: 32px;
  position: absolute;
  right: -20px;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  background: #161619;
}

.navbar-right .fa {
  color: #fff;
  font-size: 20px;
}

.form-control-submit {
  background: #fff;
  /*stupid IE*/
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.search-label {
  z-index: 90;
}

.form-search-group.sb-search-open,
.no-js .sb-search-open {
  width: 100%;
}

.form-search-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
  background: #161619;
  color: #fff;
  z-index: 11;
}

.form-search-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
  z-index: 90;
}

.form-search-group input {
  width: 100% !important;
  float: left;
  border-radius: 0;
}

.search-box .form-group {
  margin-bottom: 15px;
  width: 90% !important;
  float: left !important;
}

.form-search-group button {
  width: 10% !important;
  float: right;
  height: 32px;
  background: #161619;
  border: 0;
}

.search-box p {
  margin: 0;
  line-height: 1.5;
  float: left;
  width: 100%;
}

/* home content css */

.content-wrapper {
  float: left;
  width: 100%;
  min-height: 100px;
}

.aboutCaseBooks {
  float: left;
  width: 100%;
  /* min-height: 100px; */
  background: #f5f5f5;
  padding: 1% 8%;
}

.maxWidthContainer {
  max-width: 769px;
}

.planSection > span {
  padding: 0% 1% !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 1% 23%;
  opacity: 0.8;
  color: #161619;
  text-align-last: center;
}

.aboutCaseBooks h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #161619;
  margin-top: 2%;
  text-align: center;
}

.aboutCaseBooks > .subText {
  font-weight: bold;
  text-align: center;
  color: #4c4f52;
}

.niceHeadline {
  font-style: normal;
  font-weight: bold;
  font-size: 20px !important;
}

.aboutCaseBooks li {
  font-size: 14px;
  color: #595959;
  margin-bottom: 2%;
}

.aboutCaseBooks p {
  color: #161619;
}

.aboutCaseBooks p b {
  font-weight: 700;
  color: #161619;
}

.aboutCaseBooks h3 {
  color: #161619;
  font-family: "Raleway" !important;
  font-size: 16px;
  margin-top: 25px;
  font-weight: 600;
}

.marginInRow {
  margin: 4.5% 0%;
}

.marginLeft {
  margin-left: 6%;
}

.circle {
  position: absolute;
  top: 20%;
  left: 25%;
}

.img-tick {
  position: absolute;
  top: 24%;
  left: 38%;
}

.img-container {
  position: relative;
}

.img-tick-small {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 8%;
  left: 20%;
}

.circle-small {
  width: 24px;
  height: 24px;
}

.flexAlign {
  display: flex;
  align-items: center;
}

.heading-plus {
  margin-left: 5%;
}

.heading-plus > h5 {
  font-weight: bold;
  font-size: 16px;
}

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

.headingText {
  color: #161619;
}

.smalltexthead {
  font-size: 13px;
  font-weight: normal;
}

.gridD {
  display: grid;
  justify-content: center;
}

.bold {
  font-size: 12px;
  font-weight: bold;
}

.subHeading {
  text-align-last: center;
  font-size: 14px !important;
  color: #4c4f52 !important;
  margin: 8px 0px 7px 0px !important;
  font-weight: 400 !important;
}

.firstHeading {
  max-width: 769px;
  text-align: center;
  text-align-last: center;
  color: #4c4f52 !important;
  font-size: 18px !important;
  font-weight: bold;
  margin-top: 3%;
  margin-bottom: 3%;
}

.bg-background {
  background-color: #ffffff !important;
  padding-top: 2%;
  padding-bottom: 2%;
}

.bg-background > .row > h1 {
  font-weight: 700 !important;
  font-size: 40px;
  color: #161619;
}

.custom-container {
  min-width: 446px;
}

.pos-rela {
  color: #979797;
}

.pos-relative {
  position: relative;
}

.line {
  position: absolute;
  width: 34%;
  margin: 3% 0% 0% 0;
  padding: 0.7px;
  background-color: #eb213d;
  left: 33%;
}

.list-mt-txt {
  list-style: none;
  margin-top: 10px;
  text-align: center;
  padding-top: 17%;
}

.list-mt-txt-skills {
  list-style: none;
  margin-top: 10px;
  text-align: center;
  padding-top: 17%;
}

.list-mt-txt-skills > li {
  margin-right: 26%;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 3.9%;
}

.list-mt-txt-skills > li > a {
  color: #979797;
  /* white-space: nowrap; */
  /* display: inline-block; */
}

.list-mt-txt > li {
  margin-right: 26%;

  font-size: 14px;
  font-weight: 500;
  padding-bottom: 3.9%;
  white-space: nowrap;
}

.list-mt-txt > li > a {
  color: #979797;
}

.btn-register {
  font-size: 14px;
  color: #ffffff;
  background-color: #eb213d;
  padding: 1.5% 4% !important;
}

.btn-register:hover {
  color: #eb213d !important;
  border: 1px solid #eb213d;
  background: none !important;
}

.register-btn {
  background: #eb213d !important;
  color: #fff !important;
  font-size: 14px;
  border-radius: 0px !important;
  transition: 0.7s ease;
  padding: 7px 30px !important;
  border: 2px solid #eb213d !important;
  margin-left: 5px !important;
  font-weight: 500;
  border-radius: 4px 16px 4px 4px !important;
}

.register-btn:hover {
  color: #eb213d !important;
  /* outline: 2px solid #eb213d; */
  background-color: transparent !important;
}

.btn.btn-submit {
  background: #eb213d !important;
  color: #fff !important;
  font-size: 20px !important;
  border-radius: 0px !important;
  transition: 0.5s ease;
  padding: 1% 5% !important;
  margin-top: 1%;
  margin-bottom: 1% !important;
  outline: none;
}

.btn.btn-submit:hover {
  color: #eb213d !important;
  border: 1px solid #eb213d;
  background: none !important;
}

.btn.btn-submit:focus {
  background: #eb213d;
  color: #fff;
  font-size: 20px;
  border-radius: 0px;
  transition: 0.5s ease;
  padding: 1% 5%;
  margin-top: 1%;
}

.btn-subcription {
  font-size: 16px !important;
  color: #ffffff;
  background-color: #eb213d;
  padding: 5% 8% !important;
  outline: none;
}

.btn-subcription:hover {
  color: #eb213d !important;
  border: 1px solid #eb213d;
  background: none !important;
}

.btn.btn-custom {
  background: #eb213d !important;
  color: #fff !important;
  font-size: 14px;
  border-radius: 0px !important;
  transition: 0.5s ease;
  padding: 0.5% 2% !important;
  margin-top: 1%;
  outline: 1px solid #eb213d !important;
}

.btn.btn-custom:hover {
  color: #eb213d !important;
  border: 1px solid #eb213d;
  background: none !important;
}

.btn.btn-custom:focus {
  background: #eb213d;
  color: #fff;
  font-size: 14px;
  border-radius: 0px;
  transition: 0.5s ease;
  padding: 1% 10%;
  margin-top: 1%;
  border: none;
}

.btn.btn-custom-blue {
  background: #161619 !important;
  color: #fff !important;
  font-size: 16px;
  border-radius: 0px !important;
  transition: 0.5s ease;
  padding: 1% 10% !important;
  margin-top: 1%;
}

.btn.btn-custom-blue:hover {
  color: #161619 !important;
  border: 1px solid #161619;
  background: none !important;
}

.btn.btn-custom-blue:focus {
  background: #161619;
  color: #fff;
  font-size: 25px;
  border-radius: 0px;
  transition: 0.5s ease;
  padding: 1% 10%;
  margin-top: 1%;
}

.forCasebrief .btn.btn-custom {
  background: #eb213d !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 0px !important;
  transition: 0.5s ease;
  padding: 1.2% 4% !important;
  margin-top: 1%;
  margin-bottom: 5%;
  outline: none;
}

.forCasebrief .btn.btn-custom:hover {
  color: #eb213d !important;
  border: 1px solid #eb213d;
  background: none !important;
}

.forCasebrief .btn.btn-custom:focus {
  background: #eb213d;
  color: #fff;
  font-size: 25px;
  border-radius: 0px;
  transition: 0.5s ease;
  padding: 1.823% 18.236%;
  margin-top: 1%;
}

.btn-custom-back {
  background: #eb213d !important;
  color: #fff !important;
  font-size: 25px !important;
  border-radius: 0px !important;
  transition: 0.5s ease;
  padding: 4px 12px !important;
  margin-bottom: 1% !important;
}

.btn-custom-back:hover {
  color: #eb213d;
  border: 1px solid #eb213d;
  background: none;
}

.btn-custom-back:focus {
  background: #eb213d;
  color: #fff;
  font-size: 25px;
  border-radius: 0px;
  transition: 0.5s ease;
  /* outline:none; */
}

.CaseBriefsCat {
  float: left;
  width: 100%;
  min-height: 100px;
  background: #fff;
  padding: 4% 8%;
  padding-top: 1%;
  margin: 0.6% 0px;
}

.homePage .CaseBriefsCat,
.homePage .OutlinesWrapper {
  padding-top: 4%;
}

.CaseBriefsCat h1,
.OutlinesWrapper h1 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #161619;
  margin-bottom: 3%;
}

.CaseBriefsCat a {
  color: #979797;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
  text-decoration: none;
}

.BookPage.CaseBriefsCat a {
  color: #4b0e0e;
  font-weight: 700;
}

.CaseBriefsCat a:hover {
  color: #979797;
}

.CaseBriefsCat a i.glyphicon,
.OutlinesWrapper a i.glyphicon {
  margin-bottom: 2%;
  font-size: 20px;
  color: #eb213d;
}

span.dropdown-toggle.hoverTooltip.span-hover,
i.fa.fa-search {
  color: #ffffff;
}

.CaseBriefsCat p,
.OutlinesWrapper p {
  padding-left: 25px;
}

.caseCategories {
  float: left;
  width: 100%;
  padding: 0px 10px;
}

.caseCategories h3 {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 22px;
  color: #616161;
}

.caseCategories li {
  padding: 4px 0px;
}

.caseSingleCat {
  float: left;
  min-height: 50px;
  width: 100%;
  margin-bottom: 2%;
}

.contactDiv form input,
.contactDiv form textarea {
  margin-bottom: 3%;
}

.contactDiv textarea {
  height: 100px;
}

/* contact css */

.contactDiv {
  float: left;
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin-top: 1.2%;
  padding: 4% 8%;
}

.subtextMain {
  margin-top: 5%;
}

.subtext-container {
  display: flex;
  margin-left: 26px;
}

.subtext-container > p {
  font-size: 16px;
  padding: 0;
  font-weight: 400;
  margin-bottom: 6%;
}

.contactDiv h1 {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  color: #161619;
  margin-bottom: 3%;
}

/* compendiums page css */

.compendiumsDiv {
  float: left;
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin: 0.6% 0%;
  padding: 1% 8%;
}

.compendiumsDiv h1 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #161619;
  margin-bottom: 3%;
}

.compendiumsDiv a i.glyphicon {
  font-size: 16px;
  text-decoration: none;
  color: #eb213d;
}

.text-transform-default {
  text-transform: none !important;
  font-family: inherit !important;
}

.compendiumsDiv .caseCategories {
  /*padding: 0% 7%;*/
}

.sortingAlpha {
  color: #979797 !important;
  font-size: 22px !important;
  font-weight: bold !important;
}

.AlphaCasesDiv {
  /*margin-bottom: 2%;*/
}

.AlphaCasesDiv ul {
  margin: 0;
}

.AlphaCasesDiv.compendiumBriefs li a {
  font-size: 14px !important;
  font-weight: normal !important;
}

.AlphaCasesDiv li {
  margin-bottom: 8%;
}

.AlphaCasesDiv h4 {
  color: #979797;
  font-weight: normal;
  font-size: 14px;
}

/* Single Category page css */

.caseIframe {
  width: 100%;
}

.subCat h4 {
  color: #979797;
  font-weight: normal;
  margin: 8px 0px 10%;
  font-size: 12px;
}

.singleAlphaDiv li {
  margin: 0;
}

/* single case content page */
.singleCase {
  padding: 1% 8%;
}

.singleCase h1 {
  margin-bottom: 0%;
  margin-top: 5%;
}

.singleCase h3 {
  margin-top: 1%;
}

.caseContent {
  float: left;
  width: 100%;
}

.caseContent h3.title {
  font-size: 22px;
  margin: 0;
  margin-bottom: 10px;
}

.caseContent h4 {
  font-weight: bold;
  font-size: 22px;
  color: #595959;
}

.aboutCaseBooks.singleCaseFrame iframe {
  margin: 5% 0;
}

.bsmsTitle,
.bsmsTitleTop {
  position: relative;
}

.bsmsTitle .bsmsLink {
  right: -10%;
  font-size: 16px;
}

.bsmsTitleTop .bsmsLink {
  font-size: 16px;
}

.aboutCaseBooks.adsSidebarView {
  float: left;
  width: 100%;
  min-height: 100px;
  background: #fff;
  text-align: justify;
  padding: 3% 4%;
}

.bsmsTitle .btn.btn-custom {
  margin-top: 3%;
}

.singleCaseaboutSections {
  margin-top: 0.6%;
}

/* footer css */

.footer {
  background: #ededed;
  float: left;
  width: 100%;
  min-height: 100px;
  padding: 10px 0px !important;
}

/* .footer img {
  width: 5%;
  /* margin: 2%; */

.footer-socialmedia-logo {
  width: 20px !important;
  margin-right: 9px !important;
}

.footer ul li {
  display: inline-block;
  padding: 10px;
  padding-bottom: 0px;
}

.footer-logo-image {
  width: 57% !important;
}
.footer ul li a {
  text-decoration: none;
  font-size: 14px;
}

.footer ul li a:hover {
  /*color: #EB213D;*/
}

.fb-back,
.twt-back,
.in-back,
.g-back {
  background: #fff;
  color: #161619;
  padding: 8px;
  width: 32px;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 3%;
}

.fb-back:hover {
  background: #4e71a8;
  color: #fff;
}

.twt-back:hover {
  background: #1cb7eb;
  color: #fff;
}

.in-back:hover {
  background: #1686b0;
  color: #fff;
}

.g-back:hover {
  background: #eb213d;
  color: #fff;
}

.container-fluid.homePage {
  background: #f5f5f5;
}

.copyrights p {
  color: #161619;
  font-size: 14px;
}

.contactPage a {
  color: #eb213d;
}

.contactPage a:hover {
  color: #161619;
}

.copyrights a {
  color: #161619;
  text-decoration: none;
  padding-left: 10px;
  font-size: 14px;
}

.rowMargin {
  margin: 0 !important;
  background: #191f29 !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}

.footer-container {
  display: flex;
  align-items: center;
  padding: 18px 0px 14px 0px;
}

.copyrights a:hover {
  color: #eb213d;
}

/* Registration modal css */

#registrationForm .modal-content {
  background: #e7e7e7;
  border-radius: 0;
}

#registrationForm .modal-header .close {
  margin-top: -15px;
  color: #eb213d;
  opacity: 1;
  font-weight: bolder;
  font-size: 40px;
  margin-right: -12px;
}

#registrationForm .modal-body {
  padding-top: 0px;
  float: left;
  width: 100%;
  padding: 0px 35px;
}

#registrationForm h3.heading {
  background: #fff;
  padding: 15px;
  font-size: 27.5px;
  text-align: center;
  font-weight: bold;
}

#registrationForm .registrationDiv {
  background: #fff;
  padding: 15px;
  min-height: 200px;
  float: left;
  margin: 1% 0%;
  width: 100%;
}

.registrationDiv h3 {
  text-align: left;
  padding: 0;
  font-size: 20px;
  margin: 0;
  margin-bottom: 4%;
}

.registrationDiv {
  float: left;
  width: 100%;
  padding-bottom: 7px;
}

.validation-error {
  font-size: 15px !important;
}

.control-label:after {
  content: "*";
  color: red;
}

.form-control {
  background: #e7e7e7;
  border: 1px solid #161619 !important;
}

label {
  font-size: 20px;
  font-weight: normal;
}

#registrationForm .checkboxSection {
  font-size: 20px;
  padding: 0px;
  margin: 2% 0%;
}

.checkboxSection a {
  color: #eb213d;
  text-decoration: none;
}

#registrationForm .modal-footer {
  text-align: center;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.validation-error {
  color: transparent;
}

.checkboxSection .validation-error {
  position: absolute;
  width: 300px;
  margin-bottom: 5px;
  top: -20px;
  text-align: left;
}

.checkboxSection {
  margin-top: 10px;
  float: left;
}

.terms-condition .validation-error {
  margin-left: -10px;
}

.whiteBackground {
  background: white;
  padding: 10px;
  text-align: center;
  margin: 2.5% 0% 1.2% 0%;
  font-size: 20px;
}

.modal-footer {
  text-align: center !important;
}

.dropdown-menu-search {
  width: 260px !important;
  top: 0px !important;
  right: -2px !important;
  height: 48px;
  padding: 8px !important;
  background-color: #161619 !important;
  box-shadow: none !important;
  -webkit-transition: 3s ease-out;
  -moz-transition: 3s ease-out;
  -ms-transition: 3s ease-out;
  transition: 3s ease-out;
}

.dropdown-menu-search form {
  width: 100% !important;
}

.dropdown-menu-search .form-group {
  float: left;
  width: 80%;
}

.dropdown-menu-search input {
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dropdown-menu-search button {
  margin: 0;
  height: 35px;
}

.dropdown-menu-search button:hover {
  background: #fff !important;
  border: 1px solid #eb213d;
}

.dropdown-menu-search button:hover .fa {
  color: #eb213d;
}

.dropdown-menu a {
  font-size: 14px;
}

.form-control {
  font-size: 14px !important;
}

td,
th {
  font-size: 14px !important;
}

.loader-active {
  position: fixed !important;
}

.modal-header {
  padding: 0 !important;
  border-bottom: 0px solid #e5e5e5 !important;
  background: #e7e7e7 !important;
  padding-bottom: 0px !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.modal-body {
  position: relative;
  float: left;
  padding: 15px;
  background: #e7e7e7 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

form .modal-body {
  background: #fff !important;
  padding: 15px !important;
  width: 100%;
}

.modal-header .close {
  margin-top: 0px !important;
  color: #eb213d;
  opacity: 1;
  font-weight: bolder;
  font-size: 40px;
  margin-right: -5%;
}

.modal-footer {
  width: 100% !important;
  float: left !important;
}

.modal-body form {
  float: left !important;
  padding-left: 3% !important;
  padding-right: 3% !important;
  width: 100%;
  margin-bottom: 1% !important;
}

.modal-content {
  float: left !important;
  width: 100%;
}

.modal-body {
  width: 100%;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type="search"] {
  background: #ededed
    url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat
    9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input[type="search"]:focus {
  width: 100% !important;
  background-color: #fff;
  border-color: #eb213d;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

.square-spin > div {
  background: #eb213d !important;
}

.otherdropDown {
  right: 0px !important;
}

.user-icon .dropdown-menu {
  right: 10px;
  left: inherit;
}

.navbar-collapse.in {
  overflow-y: inherit !important;
}

.dropdown-menu .fa {
  color: #333333b3;
}

.dropdown {
  position: relative !important;
}

.MyCardElement iframe input {
  border-bottom: 1px solid #ccc !important;
}

.PaymentAlertContainer {
  background: #eb213d;
  text-align: center;
  color: white;
  padding: 5px;
}

.boxShodow {
  box-shadow: 0px 20px 55px rgba(43, 55, 70, 0.15);
}

.selectPlanContainer {
  border: 0px solid #ccc;
  padding: 20px 10px;
  margin: 10px;
  color: #4e5c6f;
}

.selectedContainerStyle {
  box-shadow: 0px 2px 12px #f19d9d;
}

.selectPlanContainer button.btn.btn-custom {
  padding: 5px 20px !important;
}

.planSection {
  float: left;
  width: 100%;
  padding: 0% 8% 8% 8%;
  background: #f5f5f5;
  position: relative;
}

.backgroundMain {
  background: #f5f5f5;
}

.planSubHeadingText {
  max-width: 710px;
  margin: 30px 0px;
}

.lineFreeUnder {
  color: #161619;
  width: 36%;
  /* border: 1px solid #161619; */
  margin-top: -9px;
  padding: 0.7px;
  background-color: #161619;
}

.freeTrailLinkText {
  color: #161619;
  font-size: 14px !important;
  padding-bottom: 3px;
  margin-top: 7%;
  font-weight: 800;
  cursor: pointer;
}

.btn-year-purchase {
  background: #ffffff;
  border: 1px solid #eb213d;
  border-radius: 5px;
  color: #eb213d;
  margin-top: 8px;
  font-size: 14px;
  font-family: inherit;
  font-style: normal;
  font-weight: 1000;
  /* padding: 15 25 15 25; */
}

.btn-sem-purchase {
  font-size: 13px;
  font-family: inherit;
  font-style: normal;
  font-weight: 900;
  background: #eb213d;
  box-shadow: 0px 15px 40px rgba(235, 33, 61, 0.15);
  border-radius: 5px;
  outline: none;
  color: #ffffff;
  padding: 17px;
  outline: none;
  border: none;
  margin-top: 10px;
}

.cardPlanType {
  background: #ffffff;
  border-radius: 10px;
  max-width: 345px;
  position: relative !important;
  min-height: 273px !important;
}

.card-main-container {
  /* margin-left:  6% !important; */
  /* display: flex;
    justify-content: center;
    padding-left: 9%;
    padding-right: 9%; */
  /* display: flex;
    justify-content: center; */
  /* flex-direction: column; */
}

.clean {
  /* display: flex;
    flex-direction: column; */
}

.loginMain {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 15px;
  padding-left: 1%;
  list-style-type: none;
}

.loginMain > li {
  margin-right: 1%;
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 26px;
  padding-right: 4%;
}

.loginMain > li > a {
  color: #161619;
}

.btn-login {
  background: #eb213d !important;
  color: #fff !important;
  font-size: 14px;
  border-radius: 0px !important;
  transition: 0.7s ease;
  padding: 10% 55% !important;
  border: 2px solid #eb213d !important;
  margin-left: 5px !important;
  font-weight: 500;
  border-radius: 4px 16px 4px 4px !important;
}

.btn-login:hover {
  color: #eb213d !important;
  /* outline: 2px solid #eb213d; */
  background-color: transparent !important;
}

.menu {
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
}

.navbar {
  margin-bottom: 2px !important;
}

.cardMain {
  margin: 3px;
}

.highLight {
  color: #eb213d;
  text-align-last: center;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-direction {
  display: grid;
  /* flex-direction: column; */
  justify-content: center;
}

.sem-year-card-container {
  margin-top: 4%;
}

.planheadingtext {
  max-width: 896px;
  text-align-last: center;
  margin-bottom: 3%;
}

.heading-text {
  font-size: 45px;
  text-align: center;
  font-weight: 700;
}

.subscriptionPage {
  /* padding: 4% 10% !important; */
  background-color: #ffffff;
}

.subscribedUnderLine {
  max-width: 180px;
  padding: 0.8px;
  background-color: #eb213d;
  margin: 1% 23%;
}

.registerUnderLine {
  max-width: 180px;
  /* border: 1px solid #161619; */
  padding: 0.8px;
  background-color: #161619;
  margin: 1% 23%;
}

.correctIcon {
  max-width: 16px;
  height: 16px;
}

.cardSubscribed {
  max-width: 380px;
  height: 500px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 4%;
  padding-bottom: 2%;
  border-radius: 10px;
  margin-left: 16%;
  background: #ffffff;
  box-shadow: 0px 20px 55px rgba(43, 55, 70, 0.15);
  border-radius: 10px;
}

.cardRegister {
  max-width: 380px;
  height: 500px;
  margin-bottom: 4%;
  padding-bottom: 2%;
  border-radius: 10px;
  margin-left: 3%;
  background: #ffffff;
  border: 1px solid #dddddd;

  border-radius: 10px;
}

.card-container > ul {
  list-style-type: none;
  color: #595959;
  margin-top: 25px;
  padding: 0 0 0 20px;
}

.card-container > h3 {
  color: #eb213d;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
}

.card-container > ul > li {
  margin: 7% 0 2.9% 0;
  font-size: 16px;
  padding: 0;
  font-weight: 400;
}

/* .card-container > ul > li ::before{
    content:'';
    width: 10px;
    height: 5px;
    position: absolute;
    background-image: url(../img/RightTick.png);
} */

.register > h3 {
  color: #595959 !important;
  margin-bottom: 0px;
  font-weight: 600;
}

.register {
  border: 0.7 solid #595959;
}

.planSection p {
  font-size: 16px;
  color: #595959;
  margin-bottom: 3%;
  margin-left: 15%;
  margin-right: 15%;
  font-weight: 400;
  opacity: 0.9;
}

.planSection a.glyphicon {
  font-size: 25px;
  text-decoration: none;
  color: #eb213d;
}

.planSection h2 {
  font-weight: bold;
  /*padding-left: 3%;*/
  /* font-size:20px; */
}

.planDetailsWrapper {
  float: left;
  width: 100%;
  min-height: 200px;
  padding-top: 5%;
}

.planDetailsWrapperYear {
  float: left;
  width: 100%;
  min-height: 200px;
  padding-top: 5%;
  box-shadow: 5px 6px 20px 0px #1616195c;
}

.planNameYearPriceDiv {
  float: left;
  width: 100%;
  background: #eb213d;
  padding: 12% 0%;
  margin-top: -4%;
  min-height: 160px;
}

.planNamePriceDiv {
  float: left;
  width: 100%;
  min-height: 50px;
  background: #161619;
  padding: 8%;
}

.planNamePriceDiv h2,
.planNamePriceDiv h1,
.planNameYearPriceDiv h2,
.planNameYearPriceDiv h1 {
  color: #fff;
  margin: 0;
}

.planNamePriceDiv h3,
.planNamePriceDiv h4,
.planNameYearPriceDiv h3,
.planNameYearPriceDiv h4,
.planNamePriceDiv h5,
.planNameYearPriceDiv h5 {
  color: #fff;
  margin: 5px 0px;
}

.planNameYearPriceDiv h2 {
  font-size: 40px;
  margin-top: -5%;
}

.planDetails {
  background: #fff;
  min-height: 100px;
  float: left;
  text-align: center;
  width: 100%;
  padding: 2% 4%;
}

.planDetails p {
  font-size: 20px;
  color: #595959;
  margin-bottom: 2%;
}

.planButton {
  float: left;
  width: 100%;
  background: #fff;
  padding: 1% 1% 5% 2%;
}

.amzBtn {
  padding-right: 2px !important;
}

.payplBtn {
  padding-left: 6px !important;
  margin-top: 2%;
}

.contactPage h2 {
  font-size: 35px;
  color: #161619;
  font-weight: bold;
  margin-bottom: 5%;
}

.contactPage h3 {
  color: #161619;
}

.contactPage .fb-back {
  color: #eb213d;
  padding: 9px !important;
  padding-left: 12px !important;
}

.contactPage p {
  font-size: 18px;
}

.contactPage .fb-back:hover {
  color: #fff;
}

.contactPage .twt-back {
  color: #eb213d;
}

.contactPage .twt-back:hover {
  color: #fff;
}

.contactPage .in-back {
  color: #eb213d;
  padding-left: 10px !important;
}

.contactPage .in-back:hover {
  color: #fff;
}

.contactPage .g-back {
  color: #eb213d;
}

.contactPage .g-back:hover {
  color: #fff;
}

.col-md-12.EditFormsParent {
  padding: 4% 0% 4% 6%;
}

.EditFormsParent h3 {
  text-align: center;
  color: #eb213d;
}

.profileDivWrapper {
  padding: 5%;
  border: 1px solid #ccc;
  box-shadow: 3px 0px 3px #ccc;
}

.passwordDivWrapper {
  padding: 5%;
  border: 1px solid #ccc;
  box-shadow: -3px 0px 3px #ccc;
}

.modal-footer .btn-forget-custom {
  margin-left: 12%;
}

.CaseBriefsCat a .glyphicon-print {
  position: absolute;
  right: -8%;
}

.CaseBriefsCat a .glyphicon-copy {
  position: absolute;
  right: -3%;
}

.react-player {
  width: 100% !important;
}

.onlyForYearText {
  font-size: 30px;
  color: #eb213d;
  text-shadow: 0px 2px 1px #afadad;
  font-weight: bolder;
}

.onlyForSemesterText {
  font-size: 20px;
  color: #eb213d;
  text-shadow: 0px 2px 1px #afadad;
  font-weight: bolder;
}

.caseCopyrightText b {
  font-size: 20px !important;
  font-weight: bolder;
}

.briefRestrictData {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  margin-top: 5px !important;
  color: #595959;
  font-weight: bolder;
}

.aboutCaseBooks h2 {
  font-size: 18px;
}

div#adblock-notice {
  position: fixed;
  left: 25%;
  top: 40%;
  width: 50%;
  text-align: center;
  z-index: 999999999;
}

.adblockParent {
  position: fixed;
  background: #000000;
  opacity: 0.97;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}

.message h3 {
  color: #fff;
}

.message p {
  color: #fff;
  font-size: 20px;
}

.caseSingleCat.isMobile i {
  font-size: 15px;
  display: none;
}

.pie {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.blue {
  background: #13b4ff;
  margin-top: 1px;
}

.purple {
  background: #ab3fdd;
}

.wine {
  background: #ae163e;
}

.org {
  background: #ff6b33;
}

.pink {
  background: #ff3371;
}

/* outlines css*/

.chapterContentWrapper {
  float: left;
  width: 100%;
  min-height: 100px;
  margin: 0.5% 0px;
}

.chapterContentWrapper .col-md-3.padLeft {
  padding-right: 8px;
}

.OutlinesChapterWrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 500px;
  margin: 3.2% 0px;
  padding: 10px 0px;
}

.chaptersDiv {
  max-height: 1500px;
  overflow: auto;
}

.chapterBoxBorder {
  border-bottom: 1px solid #161619;
}

.OutlinesChapterWrapper h1 {
  color: #161619;
  font-weight: bold;
  font-size: 28px;
}

.OutlinesChapterDetailsWrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 500px;
  margin: 0.2% 0px;
  padding: 10px;
}

.OutlinesChapterDetailsWrapper.chapterRegisterLoginPage {
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 170px;
  text-align: center;
  padding: 10px;
}

.OutlinesChapterWrapper a i.glyphicon,
.OutlinesChapterDetailsWrapper a i.glyphicon {
  font-size: 22px;
  text-decoration: none;
  color: #eb213d;
  left: -4px;
  top: 0 !important;
}

div#questionAnswer h3 {
  font-size: 18px;
}

.OutlinesChapterDetailsWrapper a .glyphicon-copy {
  padding-right: 3%;
}

.OutlinesWrapper {
  float: left;
  width: 100%;
  min-height: 100px;
  background: #fff;
  padding: 4% 8%;
  padding-top: 1%;
  margin: 0.6% 0px;
}

.OutlinesWrapper a {
  color: #161619;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}

.OutlinesWrapper a:hover {
  color: #eb213d;
}

.chaptersDiv li a {
  color: #161619;
  font-size: 13px;
  /* font-weight: bold; */
  padding: 8px 15px;
  float: left;
  width: 100%;
}

.chaptersDiv li a.active {
  background: #ededed;
  float: left;
  width: 100%;
  color: #161619;
}

.ChapterContent {
  float: left;
  width: 100%;
}

.ChapterContent h3.title {
  font-size: 25px;
  margin: 0;
}

/* create custom checkbox  */

.checkbox-container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 20%;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #161619;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #eb213d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* subscription page */

table.table.plans th::nth(:first-child) {
  text-align: left;
}

table.table.plans th {
  color: #161619;
  font-size: 16px !important;
  border-bottom: 0 !important;
  background: #dddddd;
}

.roomLawStyle {
  display: flex;
}

.roomLawStyle > p {
  font-size: 13px !important;
  text-align: left !important;
  margin: 0px;
}

.roomLawStyle > p > i {
  font-size: 16px;
}

/* table.table.plans {
    width: 75%;
    margin-left: 3%;
} */

table.table.plans tr {
  height: 40px;
}

.borderNone {
  border-left: none;
}

table.table.plans tbody tr:nth-child(2),
table.table.plans tbody tr:nth-child(4),
table.table.plans tbody tr:nth-child(6),
table.table.plans tbody tr:nth-child(8),
table.table.plans tbody tr:nth-child(12),
table.table.plans tbody tr:nth-child(13),
table.table.plans tbody tr:nth-child(15),
table.table.plans tbody tr:nth-child(16) {
  height: 0px;
}

table.table.plans .tdBox {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px !important;
  width: 230px;
}

table.table.plans tbody tr:nth-child(11) {
  height: 198px;
}

table.table.plans tbody tr:nth-child(13) {
  height: 198px;
}

table.table.plans tbody tr:nth-child(13) td:nth-child(2) {
  font-weight: 700;
}

table.table.plans tbody tr:nth-child(13) td:nth-child(3),
table.table.plans tbody tr:nth-child(11) td:nth-child(3),
table.table.plans tbody tr:nth-child(11) td:nth-child(4),
table.table.plans tbody tr:nth-child(13) td:nth-child(4) {
  padding-top: 84px;
}

table.table.plans tbody tr:nth-child(11) td:nth-child(2) {
  font-weight: 800;
}

table.table.plans tr td:nth-child(3),
table.table.plans tr td:nth-child(4) {
  text-align: center;
}

.headingOne {
  width: 7%;
}

table.table.plans thead tr:nth-child(1),
th:nth-child(2) {
  width: 230px;
  text-align: left;
}

table.table.plans thead tr:nth-child(1),
th:nth-child(3) {
  width: 230px;
  text-align: center;
}

table.table.plans thead tr:nth-child(1),
th:nth-child(4) {
  width: 230px;
  text-align: center;
}

table.table.plans .tdBoxLast {
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  font-size: 15px !important;
  width: 224px;
}

table.table.plans td {
  border: 0.9px solid #dddddd;
  background-color: #ffffff;
  padding: 16px 10px;
}

.romLawLabel {
  font-weight: normal;
  margin-top: -15px;
  font-size: 14px;
}

table.table.plans tr:nth-last-child(2) {
  height: 25px;
}

.greyBar {
  position: absolute;
  height: 10px;
  width: 100%;
  background: #e7e7e7;
  bottom: 34%;
  left: 0;
}

.card-purchase-semester {
  /* position: relative; */
}

.boxSemester {
  position: absolute;
  top: -20px;
  left: 20.9%;
  background: #e5f0ff;
  border: 1px solid #cccccc;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 5px;
  font-family: inherit;
  font-weight: 700;
  width: 60%;
}

.boxYear {
  position: absolute;
  top: -20px;
  left: 20.9%;
  background: #e5f0ff;
  border: 1px solid #cccccc;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 5px;
  font-family: inherit;
  font-weight: 700;
  width: 60%;
}

.marginTop {
  margin-top: 4%;
}

.priceColor {
  color: black;
  font-weight: 600;
}

.planSection h3 {
  font-weight: bold;
  color: #161619;
  font-size: 24px;
}

.planSection h4 {
  /*padding-left: 5%;*/
  font-size: 14px;
}

.planButton .btn-success {
  font-weight: bold;
  font-size: 14px;
}

.priceColor h4 {
  padding-left: 1.6%;
}

.aboutSubscription {
  text-align-last: center;
}

.subscriptionPage h2 {
  font-size: 25px;
  text-align-last: center;
  text-align: center;
}

.subscriptionTable {
  padding: 1% 8% 0% 8%;
}

.isDisable {
  cursor: not-allowed;
}

tr.isDisable td {
  color: #ccc !important;
}

td .fa {
  color: #333333;
  font-size: 23px;
  padding-left: 10px;
  border: 0;
}

.planSection .fa-check {
  color: #37ec37;
}

.topQuestionsActions p {
  margin: 0;
  color: #161619;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.topQuestionsActions i.glyphicon-refresh {
  margin-right: 30px;
}

.btn-custom-blue.showAnswer {
  margin-right: 20px;
}

.OutlinesChapterDetailsWrapper.flashcards {
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 80px;
  margin: 0.6% 0px;
  padding: 10px;
}

.answerBtn .btn.btn-custom-blue {
  background: #161619 !important;
  color: #fff !important;
  font-size: 16px;
  border-radius: 0px !important;
  transition: 0.5s ease;
  padding: 0.5% 6% !important;
  margin-top: 0.5%;
}

.answerBtn .btn.btn-custom-blue:hover {
  color: #161619 !important;
  border: 1px solid #161619;
  background: none !important;
}

p.p6 {
  font-weight: bolder;
}

.purchasePage {
  margin-bottom: 1.2%;
  padding: 0% 8%;
  background: #fff;
  float: left;
  min-height: 220px;
  width: 100%;
}

.purchasePage h1 {
  margin: 0;
  font-size: 45px;
  font-weight: bold;
  color: #161619;
  margin-bottom: 1%;
}

.purchasePage p,
.purchasePage li {
  font-size: 14px;
  color: #595959;
  margin-bottom: 2%;
}

.purchasePage h3 {
  color: #595959;
  font-family: "Arial-BoldMT" !important;
  font-size: 20px;
  margin-top: 0px;
}

.purchasePage h2 {
  color: #161619;
  font-weight: bolder;
  font-size: 22px;
}

.subscUser {
  color: #ec213e !important;
}

.OutlinesChapterDetailsWrapper.flashcards {
  margin-top: 0.6%;
}

.modal-title,
.modal-body {
  text-align: center !important;
}

.registrationDiv label {
  float: left !important;
  font-size: 16px;
}

.checkboxSection span {
  float: left !important;
  padding-top: 5px;
}

span.isRandom {
  background: #eb213d;
  width: 34px;
  padding: 4px;
  float: right;
}

span.isRandom i {
  color: #ffffff !important;
  font-size: 20px !important;
}

/* Dictionary css */

.search-container button {
  float: right;
  padding: 6px 10px;
  background: #ddd;
  font-size: 17px;
  border: none;
  width: 8%;
  height: 38px;
  cursor: pointer;
}

.search-container input[type="text"] {
  padding: 6px;
  font-size: 14px !important;
  width: 100% !important;
  float: left;
  border: 1px solid #161619;
  height: 38px !important;
}

.contentSelectField {
  padding: 6px !important;
  font-size: 14px !important;
  width: 100% !important;
  float: left;
  border: 1px solid #161619 !important;
  border-left: 0 !important;
  height: 38px !important;
  border-radius: 0px !important;
}

.search-container button {
  background: #eb213d !important;
  color: #fff !important;
  transition: 0.2s ease;
}

.search-container button:hover {
  background: #fff !important;
  color: #eb213d !important;
  border: 1px solid #eb213d !important;
}

.search-container {
  float: left;
  width: 100%;
}

.OutlinesWrapper.dictionaryLetterWrapper a {
  color: #0b6ffb;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}

.pt15 {
  padding-top: 15px;
}

.search-container .form-group {
  width: 90% !important;
  float: left;
}

.search-container .validation-error {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.OutlinesChapterDetailsWrapper .search-container .form-group {
  width: 87% !important;
}

.OutlinesChapterDetailsWrapper .search-container button {
  width: 10%;
}

/* testimonial css */

.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 180px;
}

.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
  text-align: left;
}

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

.carousel .overview b {
  text-transform: uppercase;
  color: #eb213d;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: #eb213d;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.registrationForm .modal-header {
  padding: 0 !important;
}

.registrationForm {
  margin-top: 2%;
}

form.content-search-form form-group:nth-child(1) {
  float: left !important;
  width: 65% !important;
}

form.content-search-form form-group:nth-last-child(1) {
  float: left !important;
  width: 35% !important;
}

.content-search-form label span {
  position: absolute;
  bottom: -20px !important;
  left: 15px !important;
}

.dictionaryField {
  float: left;
  width: 53%;
}

.dictionarySelect {
  float: left;
  width: 37%;
}

.dictionaryInner .dictionaryField {
  float: left;
  width: 55%;
}

.dictionaryInner .dictionarySelect {
  float: left;
  width: 35%;
}

.invalid-field {
  border: 1px solid red !important;
}

.dictionaryInner .search-form .form-search-group button {
  width: 13% !important;
}

.mCustomScrollBox {
  background: #fff !important;
  margin-top: 0.5% !important;
  height: auto !important;
}

div#mCSB_1_container i.glyphicon {
  font-size: 22px;
  text-decoration: none;
  color: #eb213d;
  top: 7px !important;
}

div#mCSB_1_container i.glyphicon-arrow-left {
  font-size: 22px;
  text-decoration: none;
  color: #eb213d !important;
  left: 15px;
  top: 7px !important;
}

div#mCSB_1_container i.glyphicon-volume-up {
  right: 10px;
}

.col-md-12.chapterBoxBorder h1 {
  color: #161619;
  font-weight: bold;
  font-size: 18px;
}

.btn-info-sidebar {
  background: #eb213d;
  color: #fff;
  margin-top: 2px;
}

td.firstHalf::before {
  content: "$";
}

td.secondHalf::before {
  content: "$";
}

td.year::before {
  content: "$";
}

td.month::before {
  content: "$";
}

.testimonialImg {
  width: 300px !important;
}

.OutlinesChapterWrapper a i.glyphicon-arrow-left {
  left: 16px;
}

.userAdminForm .panel-default > .panel-heading {
  color: #fff !important;
  background-color: #161619 !important;
  border-color: #161619 !important;
}

.userList .react-bs-container-body {
  overflow: unset;
}

.dashboardHeading {
  font-weight: bold;
  font-size: 20px;
}

.react-bs-table-container.userList {
  position: relative;
  margin: 3% 0%;
}

.userList .react-bs-table-pagination {
  position: absolute;
  top: -10%;
  width: 100%;
}

.addCustomMarginTopForResetBtn {
  padding-top: 5px !important;
}

.addCustomMarginForTableTopServices {
  padding-top: 2% !important;
}

.feedback-form textarea {
  /*height:80px !important;*/
}

.glyphiconBig {
  font-size: 28px;
}

.paddingTop0 {
  padding-top: 0px !important;
}

.bgWhite {
  background-color: #fff !important;
}

/*speaker css*/

.speakerHeader {
  padding-top: 16px !important;
}

.speakerInput textarea {
  height: 85px;
  width: 96%;
}

.mCSB_container {
  overflow: auto !important;
  overflow-y: scroll !important;
}

tr.subscription-odd-row {
  background-color: #fff !important;
}

.headingFirst {
  color: #4e5c6f;
  font-size: 16px;
  font-weight: bold;
}

.headingSecond {
  color: #4e5c6f;
  font-size: 14px;
  font-weight: bold;
}

.listHeader {
  border: 1px solid rgb(204, 204, 204);
  padding: 5px;
  background: rgb(204, 204, 204);
}

.listItem {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 5px;
}

.caseSortingButtons {
  border: 0;
  background: none;
  font-weight: bold;
  letter-spacing: 2px;
  color: #4b0e0ea1;
  margin-bottom: 30px;
}

.caseSortingButtonSelected {
  border: 0;
  border-bottom: 2px solid #eb213d;
  background: none;
  font-weight: bold;
  letter-spacing: 2px;
  color: #eb213d;
}

/*https://github.com/raphaelfabeni/css-loader*/
.loader {
  color: #eb213d;
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999;
}

.loader:after,
.loader:before {
  box-sizing: border-box;
  display: none;
}

.loader.is-active {
  background-color: rgb(202, 198, 198, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.loader.is-active:after,
.loader.is-active:before {
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

.loader[data-text]:before {
  position: fixed;
  left: 0;
  top: 50%;
  color: currentColor;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.loader[data-text=""]:before {
  content: "Loading";
}

.loader[data-text]:not([data-text=""]):before {
  content: attr(data-text);
}

.loader[data-text][data-blink]:before {
  animation: blink 1s linear infinite alternate;
}

.loader-default[data-text]:before {
  top: calc(50% - 63px);
}

.loader-default:after {
  content: "";
  position: fixed;
  width: 48px;
  height: 48px;
  border: 8px solid #eb213d;
  border-left-color: transparent;
  border-radius: 50%;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  animation: rotation 1s linear infinite;
}

.loader-default[data-half]:after {
  border-right-color: transparent;
}

.loader-default[data-inverse]:after {
  animation-direction: reverse;
}

.plan-button-div {
  display: flex;
  flex-direction: column;
}

/* -------------new home page desgin-------------- */
.Parent-searchContainer {
  height: 470px;
  background: #191f29;
}

.center-div {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-direction: column;
  align-items: center;
  height: 390px;
}

.paragraph-c-red {
  color: #eb213d;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.13px;
  letter-spacing: 0.09em;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.paragraph-c-red span {
  position: absolute;
  /* right: 0px;
  top: 0px; */
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
}

.paragraph-c-white {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  margin: 0;
}

.paragraph-c-small {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}

.casebrief-search {
  box-shadow: 0px 4px 20px 0px #684df41a;
  width: 57rem;
  height: 50px;
  border-radius: 50px;
  padding: 10px;
}


/* search case brief page  */
@media screen and (min-device-width: 320px) and (max-device-width: 990px) {
  .casebrief-search {
    box-shadow: 0px 4px 20px 0px hsla(250, 88%, 63%, 0.102);
    width: 33rem;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
  }

  .casebrief-search::-webkit-input-placeholder {
    padding: 10px;
    color: #1e1e2266;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
  }
  .paragraph-c-small {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
  .paragraph-c-white {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin: 0;
  }
  .paragraph-c-red {
    color: #eb213d;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.13px;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    padding: 0px 10px !important;
  }
  .paragraph-c-red span {
    line-height: 14px !important;
  }

  .absolute-magnifiy-search {
    position: absolute !important;
    height: 20px !important;
    right: 17px !important;
    top: 24% !important;
  }

  .betweens-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 12px;
  }

  .child-register {
    border: 1px solid white;
    width: 80%;
    height: auto !important;
    top: 480px;
    left: 165px;
    border-radius: 10px 10px 10px 10px;
    border: 2px 0px 0px 0px;
    opacity: 0px;
    background: #191f29;
  }
  .low-dictionary-parent {
    margin-top: 31% !important;
    width: 80%;
  }
  .input-parent-box {
    width: 88% !important;
    position: relative;
  }
  .center-div {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    height: 390px;
    padding: 14px;
  }

  .register-container {
    display: flex;
    justify-content: center;
    margin-top: -39px;
  }
}

.casebrief-search::-webkit-input-placeholder {
  padding: 10px;
  color: #1e1e2266;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

.absolute-magnifiy-search {
  position: absolute;
  height: 20px;
  right: 15px;
  top: 24%;
  background: transparent;
  color: white;
  border: none;
}

.input-parent-box {
  width: 35%;
  position: relative;
}

.register-container {
  display: flex;
  justify-content: center;
}

.child-register {
  border: 1px solid white;
  width: 80%;
  height: 100px;
  top: 480px;
  left: 165px;
  border-radius: 10px 10px 10px 10px;
  border: 2px 0px 0px 0px;
  opacity: 0px;
  background: #191f29;
}

.betweens-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.left-align {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.paragraph-c-p {
  color: #ffffff99;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

.low-dictionary-parent {
  margin-top: 5%;
  width: 80%;
}
.low-dictionary-container {
  display: flex;
}

/* --------------------LOW DICTIONARY COMPONENT-------------- */
@media screen and (min-device-width: 320px) and (max-device-width: 990px) {
  .low-dictionary-container {
    display: flex;
    flex-direction: column;
  }
  .low-dictionary-child-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100% !important;
    padding: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.low-dictionary-child-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 25%;
  padding: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.low-dictionary-img {
  width: 30px !important;
}

.low-diction {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  padding: 23px;
  margin-top: 15px;
}

.first-row {
  display: flex;
  margin: 5px;
  gap: 10px;
}

.dictionary-heading {
  color: #191f29;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.13px;
  text-align: left;
}

.read-more {
  color: #eb213d;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.44px;
  display: flex;
}

.parent-subscription-container {
  width: 100% !important;
  margin-top: 5%;
}

.parent-subs-boxs {
  display: flex;
  width: 80%;
}

/* ------------SUBSCRIPTION COMPONENT CSS ---------- */
@media screen and (min-device-width: 320px) and (max-device-width: 990px) {
  .parent-subs-boxs {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px 48px;
    margin: 0px 2px;
    gap: 16px;
  }

  .subs-section-box {
    display: flex;
    width: 100% !important;
    border-radius: 5px;
    margin: 0 5px;
  }

  .purchase-heading {
    color: #191f29;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 33px !important;
    text-align: center;
    margin: 0;
  }

  .subs-img {
    width: 83% !important;
  }
}

.purchase-now {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.purchase-heading {
  color: #191f29;
  font-size: 34px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  margin: 0;
}

.subs-img {
  width: 20%;
}

.subs-boxes {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  padding: 29px 34px;
  border-radius: 10px;
  height: 530px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  justify-content: space-between;
}

.subs-section-box {
  display: flex;
  width: 70%;
  border-radius: 10px;
  margin: 0 5px;
}

.subs-text-with-image {
  color: #191f29;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  display: flex;
  gap: 10px;
  width: 115px;
}

.subs-register-box-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #191f29;
  margin: 0;
}

.subs-register-box-para-disabled {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #191f2980;

  margin: 0;
}

.subs-section-recommanded-span {
  background: #04e474;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.26px;
  letter-spacing: -0.01em;
  color: #ffffff;
  padding: 4px 7px;
  border-radius: 3px 13px 3px 3px;
}

.success-cross-icon {
  width: 15px !important;
}

.subs-icon {
  width: 15px !important;
}

.subs-inside-para-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sub-h3 {
  color: #191f29;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.13px;
  text-align: left;
  margin: 0;
}

.header-subs {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
}

.header-subs-icons {
  width: 30px !important;
}

.subscription-button {
  padding: 6px 15px;
  border: 1px solid #eb213d;
  background: #eb213d1a;
  border-radius: 3px 21px 3px 3px;
  color: #eb213d !important;
}

.subs-btn-center {
  display: flex;
  justify-content: center;
}

.para-div {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.testimonials-container {
  width: 100%;
  height: 500px;
  background: #f9f9fe;
  margin-top: 5%;
}

.footer-section-cont {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding: 34px 144px;
  margin-bottom: 3rem;
}

.footer-logo-section {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

/*FOOTER COMPONENTS */
@media screen and (min-device-width: 320px) and (max-device-width: 990px) {
  .footer-section-cont {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding: 23px 14px;
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: center;
  }
  .footer-logo-section {
    align-items: center;
    width: 99%;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .footer-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-child-span {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 13px !important;
    gap: 13px !important;
    align-items: center !important;
  }

  .footer-span {
    text-align: center !important;
  }
}

.footer-img-icon {
  width: 43% !important;
}

.footer-flex {
  display: flex;
  flex-direction: column;
}

.footer-span {
  color: #ffffff99;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.footer-header-span {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.48px;
  text-align: left;
  color: #ffffff;
}

.footer-child-span {
  display: flex;
  flex-direction: column;
  margin-top: 33px;
  gap: 13px;
}

.footer-right-reserved-div {
  background: #00000066;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 34px;
  align-items: center;
}

.font-13 {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #ffffff80;
  display: flex;
  align-items: center;
  margin: 0;
}

.testimonial-head {
  display: flex;
  justify-content: center;
}

.slideshow-container {
  /* margin-top: 5% !important; */
  width: 80%;
  position: relative;
  /* margin: auto; */
  margin: 5% auto !important;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
} */

.text {
  /* color: #f2f2f2; */
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background: #eb213d;
}

.testimianals-bg {
  background: #eb213d;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.slider-child-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 11px;
  margin-top: 30px;
  /* height: 36%; */
  height: 49%;

  /* justify-content: center; */
}

/* ----------TESTIMONIALS COMPONENT ------  */

@media screen and (min-device-width: 320px) and (max-device-width: 990px) {
  .slider-child-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 11px;
    margin-top: 30px;
    height: auto;
    /* justify-content: center; */
  }
}

.subs-number-span {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  color: #191f29;
}

.decades-testimonals {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.48px;
  color: #000000;
}

.red-arrow {
  width: 20px !important;
  margin-left: 14px;
}

.testimonials-paragraph {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #191f29;
}
.testimonials-author {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.13px;
  color: #191f29;
}
