

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:root {
    --maroon: #B80000;
    --primary: #4B49AC;
    --light-primary: rgb(75, 73, 172, 0.1);
    --light-warning: #f0e6bd;
    --sale: #d9ecff;
    --secondary: #fecb00;
    --light-secondary: #fbefb2;
    --light: #F1F4FC;
    --dark: #7881A3;
    --light-marron: #FEC6C6;
    --light-green: #C1FCEC;
}
.text-secondary {
    color: var(--secondary) !important;
}



/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
    font-family: 'cera_problack_italic';
    src: url('../fonts/cera_pro_black_italic-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_black_italic-webfont.woff') format('woff');
    font-weight: 900; /* Black */
    font-style: italic;
}

@font-face {
    font-family: 'cera_problack';
    src: url('../fonts/cera_pro_black-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_black-webfont.woff') format('woff');
    font-weight: 900; /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'cera_probold_italic';
    src: url('../fonts/cera_pro_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_bold_italic-webfont.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: italic;
}

@font-face {
    font-family: 'cera_probold';
    src: url('../fonts/cera_pro_bold-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_bold-webfont.woff') format('woff');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'cera_prolight_italic';
    src: url('../fonts/cera_pro_light_italic-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_light_italic-webfont.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: italic;
}

@font-face {
    font-family: 'cera_prolight';
    src: url('../fonts/cera_pro_light-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_light-webfont.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'cera_promedium_italic';
    src: url('../fonts/cera_pro_medium_italic-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_medium_italic-webfont.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: italic;
}

@font-face {
    font-family: 'cera_promedium';
    src: url('../fonts/cera_pro_medium-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_medium-webfont.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'cera_proitalic';
    src: url('../fonts/cera_pro_regular_italic-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_regular_italic-webfont.woff') format('woff');
    font-weight: 400; /* Regular */
    font-style: italic;
}

@font-face {
    font-family: 'cera_proregular';
    src: url('../fonts/cera_pro_regular-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_regular-webfont.woff') format('woff');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'cera_prothin_italic';
    src: url('../fonts/cera_pro_thin_italic-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_thin_italic-webfont.woff') format('woff');
    font-weight: 100; /* Thin */
    font-style: italic;
}

@font-face {
    font-family: 'cera_prothin';
    src: url('../fonts/cera_pro_thin-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_thin-webfont.woff') format('woff');
    font-weight: 100; /* Thin */
    font-style: normal;
}


table,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-family: "cera_proregular";
}

body {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    background: #fff;
    margin: 0;
    font-family: "cera_proregular";
}

strong {
    font-weight: normal;
    font-family: 'cera_proregular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 15px;
    font-family: 'cera_probold';
    font-weight: normal;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 18px;
}

input,
button {
    font-family: 'cera_proregular';
}

input[type="text"],
input[type="email"],
input[type="password"] {
    margin: 0px;
    padding: 0px;
    border: 1px solid #d0d0d0;
    background: #fff;
    font-size: 13px;
    color: #3e3e3e;
    padding: 10px;
    font-family: 'cera_proregular';
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
}

select,
textarea {
    margin: 0px;
    padding: 0px;
    border: 1px solid #d0d0d0;
    background: #fff;
    font-size: 13px;
    color: #000000;
    padding: 10px;
    font-family: 'cera_proregular';
    resize: none;
    border-radius: 3px;
    box-sizing: border-box;
}

textarea {
    overflow-y: auto;
    overflow-x: hidden;
}

small {
    color: #666;
    font-size: 11px;
}

:focus {
    outline: none;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 20px;
    line-height: 20px;
}

img {
    border: none;
    outline: none;
}

a {
    color: #000000;
    text-decoration: none;
    outline: none;
    font-family: 'cera_proregular';
}

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

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 800;
    line-height: 1.2;
}
/*latest batches section */
.batchsection{
  background-color: #f8f8f8;
}
.batchbox {
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 10%);
    border-radius: 25px;
    background: #fff;
    z-index: 0;
    overflow: hidden;
}
.batchbox:before {
    content: '';
    position: absolute;
   /* background: url(../../assets/images/card-back.svg);*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.batchbox .batchtop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 120px;
}
.batchbox .batchtop .batchedetails {
    margin-right: 20px;
    display: block;
    padding: 0;
}
.batchbox .batchtop .batchedetails h2 {
    font-size: 14px;
    margin: 10px 0;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #303031;
}
.batch-sub-title {
    display: flex
;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    justify-content: flex-start;
}
.batchbox .batchtop .batchedetails p {
    font-size: 14px;
    font-weight: 400;
    line-height: initial;
    margin: 0;
    color: #303031;
}
.batch-sub-title span {
    font-size: 15px;
    margin-left: 10px;
}
.batchbox .batchtop .batcheicon {
    display: block;
    margin: 0;
    padding: 0;
}
.batchbox .batchtop .batcheicon img {
    padding: 0;
    margin: 0;
    max-height: 50px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.batchbottom {
    display: flex;
    padding: 0px 0px 26px 0px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.batchbottom p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.btn-blue-effect {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 15px !important;
    font-weight: 500;
    min-width: max-content;
    color: #fff !important;
    line-height: 44px !important;
    background: #3e50b3;
    border-radius: 30px !important;
    text-align: center;
    padding: 0px 20px !important;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
    border: none;
    height: 44px;
}
.btn-blue-effect:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    z-index: -1;
}

.bottom-srch-sec {
    width: 100%;
    float: left;
    background: url(../../../images/blue-strip.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    height: 115px;
}

.bottom-srch-sec .top-srch-bar {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 35px auto 0;
}

.bottom-srch-sec .get-start-part {
    width: 340px;
    display: inline-block;
    margin-right: 310px;
    text-align: left;
}

.bottom-srch-sec .get-start-part h2 {
    font-size: 28px;
    color: #f6f6f6;
  
    font-weight: bold;
    margin-bottom: 6px;
}

.bottom-srch-sec .get-start-part p {
    font-size: 13px;
    color: #f6f6f6;
    margin-bottom: 0px;
}

.bottom-srch-sec .bid-btn-row {
    float: none;
    display: inline-block;
    width: 220px;
    vertical-align: top;
}

.bid-btn-row .btn-default {
    min-height: 36px;
    width: 160px;
    line-height: 36px;
    font-size: 18px;
}


/* change location css start */

.change-location {
    padding: 50px 0 0 0;
}



.change-location .ttl-md {
    font-size: 24px;
    color: #333;
    margin: 0 0 10px 0;
    text-align: center;
    font-family: 'cera_proregular';
}

.change-location .srchimg-part {
    width: 300px;
    height: 220px;
    margin: 0 auto 50px;
}

.btn-primary {
    min-width: 180px;
    text-align: center;
    display: block;
    height: 44px;
    background-color: var(--primary);
    color: #fff;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
    border-color: var(--primary);
    font-family: 'cera_proregular';
    border: none;
    overflow: hidden;
    font-size: 15px;
}


/* primery button css end */


.structure-q-both {}

.structure-q-both .structure-prgrf {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    background: #fff;
    padding: 0px 20px 0 0;
}

.structure-q-both .structure-prgrf p {
    font-size: 16px;
    color: #777;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0;
}

.structure-q-both .structure-q-in {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}


/* matrix css end */

.modal-body p {
    font-size: 16px;
    color: #777;
}

.loginbfr-bdy {
    position: initial;
    padding-bottom: 135px;
}

.loginbfr-bdy .ft {
    position: absolute !important;
    width: 100%;
    bottom: 0;
    height: 135px;
}

#map-canvas {
    margin: 0 auto;
}

.exam-answer p {
    font-size: 16px;
    color: #777;
}

.exam-answer a {
    color: #0c7cc1!important;
}

.exam-answer a:hover {
    color: #dc4106 !important;
}

.exam-answer ul {
    margin-bottom: 20px;
}

.exam-answer ol {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}

.exam-answer ol li {
    list-style-type: decimal-leading-zero;
    font-size: 16px;
    color: #777;
    line-height: 26px;
}

.orderlist-two {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
}

.orderlist-two ol {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
}

.abt-tbl {
    margin-top: 20px;
    table-layout: fixed;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    border-collapse: separate;
    width: 100%;
    word-break: break-word;
    text-indent: 0;
}

.abt-tbl thead {
    background: #ededed;
}

.abt-tbl th {
    text-align: center;
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    border-right: 1px solid #e7e7e7;
}

.abt-tbl th:first-child {
    border-top-left-radius: 10px;
}

.abt-tbl th:last-child {
    border-top-right-radius: 10px;
    border-right: 0;
}

.abt-tbl td {
    width: 25%;
    padding: 15px 20px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    color: #777;
}

.exam-answer strong {
    font-weight: normal;
}

.exam-answer h4 {
    font-size: 16px;
    color: #777;
    margin: 25px 0 15px;
 
    font-weight: bold;
}


.dashboard-sld-bx .dis p.txt {
    color: #222222;
    font-size: 16px;
    font-family: 'cera_proregular';
    display: block;
    vertical-align: middle;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
}


.btn-primary:hover,
.btn-primary:focus {
    background: rgba(255, 95, 98, 0.5) !important;
}

.navbar-brand>img {
    transition: all 0.2s linear;
}


/* .navbar-brand:hover > img{transform:scale(1,1);} */

.logo-lft>img {
    transition: all 0.2s linear;
    transform: scale(.9, .9);
    height: 50px;
}

.logo-lft:hover>img {
    transform: scale(1, 1);
}

.popup-cmn-txt {
    font-size: 17px;
    color: #333;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.email-guide-row {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
}

.email-guide-row .blue-txt {
    font-size: 13px;
    color: #0c7cc1;
}

.upload-input-row {
    width: 100%;
    display: inline-block;
    position: relative;
}

.upload-img-lbl {
    position: absolute;
    left: 0;
    z-index: 9;
    color: #0c7cc1;
    top: 5px;
    font-size: 16px;
    font-weight: normal;
}

.upload-input-row input#fileInput {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    font-size: 0;
    text-indent: -5000px;
    height: 40px;
    z-index: 9;
    position: relative;
    cursor: pointer;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'cera_proregular';
    color: #888888;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'cera_probold';
}

ul {
    padding: 0;
    margin: 0;
}

li {
    margin: 0;
    padding: 0;
}

/* For unordered lists (bullets) */
ul li {
    
    padding-left: 20px; /* ensures bullet has room */
}

/* For ordered lists (numbers) */
ol li {
   
    padding-left: 20px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: 0 !important;
}

.navbar-default {
    background-color: transparent;
    border: transparent;
    min-height: 150px;
    padding: 12px 0;
    margin: 0;
    transition: all 0.5s linear;
}

.btn:focus,
.btn:active {
    outline: 0;
}


/*.btn-default.focus,  .btn-default:focus { color: #fff; background-color: #fff ; border-color: transparent; }*/

.container {
    max-width: 1200px;
    /*width: 100%;*/
}

.navbar-default .navbar-nav {
    margin: 0;
}

.navbar-nav .nav-item .nav-link{
    font-size: 12px;
    color:#1e1e1e;
    padding: 8px 16px;
    text-transform: uppercase;
}

.navbar-nav .nav-item {
    list-style-type: none;
}

.navbar-nav .nav-item .nav-link:hover{
    background-color: var(--primary);
    border-radius: 5px;
    padding: 8px 16px;
    color:#fff;
}

.navbar-nav .nav-item .btn{
    font-size: 12px;
    color:#1e1e1e;
    text-transform: uppercase;
}

.topbtn .nav-item:first-child{
    margin-right:24px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 20px 8px;
    font-family: 'cera_proregular';
    transition: 0.3s all ease;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
}

.navbar-default .navbar-nav>li>a span {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px
}

.navbar-default .navbar-nav>li>a:hover {
    color: #2ad7f8;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    /*background-color: #fff;
	color: #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
    background: #4285f4;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a .up-arrow,
.navbar-default .navbar-nav>.open>a:focus .up-arrow,
.navbar-default .navbar-nav>.open>a:hover .up-arrow {
    transform: rotate(180deg);
}

.up-arrow {
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
    transition: all 0.2s linear;
}

.navbar-default .navbar-form {
    padding: 0;
    margin-left: 7px;
}

.btn-default {
    background-color: #fff;
    box-shadow: none;
    border: 0;
    min-width: 92px;
    color: #4285f4;
    font-size: 16px;
    font-family: 'cera_proregular';
    transition: 0.3s all ease;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
}

.btn-default.signin {
    margin-right: 16px;
    text-transform: capitalize;
}

.btn-default.signup {
    margin-right: 6px;
    text-transform: capitalize;
}

.btn-default:hover,
.btn-default.signin:focus,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default:focus {
    color: #fff;
    background-color: #2d2928 !important;
    /*background: -webkit-linear-gradient(to bottom, #ff9966 20%, #fff 100%);
      background: -moz-linear-gradient(to bottom, #ff9966 20%, #fff 100%);
      background: -ms-linear-gradient(to bottom, #ff9966 20%, #fff 100%);
      background: linear-gradient(to bottom, #ff9966 20%, #fff 100%);*/
    outline: none;
    box-shadow: none;
}

.navbar-nav>li>.dropdown-menu {
    /*background-color: #fff;*/
    background: #4285f4;
    border: 0;
    padding: 0;
}

.dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    transition: 0.3s all ease;
    font-family: 'cera_proregular';
    line-height: 30px;
}

.dropdown-menu>li>a:hover {
    color: #fff;
    background: #486acf;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #4285f4;
    /*margin-top: 9px;*/
}

.navbar-default.navbar-shrink {
    min-height: 70px;
    padding: 0;
}

.navbar.navbar-default.navbar-shrink {
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
    background: #4285f4;
}

.navbar-brand.small-logo {
    transition: all 1s linear;
    display: none;
    height: 130px;
    opacity: 0;
}

.navbar.navbar-default .navbar-brand.logo-main {
    width: 320px;
    transition: all 0.5s linear;
    overflow: hidden;
    height: auto;
    padding: 0 15px 0 0;
}

.navbar.navbar-default.navbar-shrink .navbar-brand.logo-main {
    opacity: 1;
    width: 220px;
    margin-top: 0px;
    height: auto;
    padding: 10px 15px 5px;
}

.navbar.navbar-default.navbar-shrink .navbar-brand.small-logo {
    display: none;
}


.bnr-cnt {
    position: relative;
    height: 839px;
    display: table;
    width: 100%;
}

.bnr-cnt-part {
    display: table;
    width: 100%;
    height: 900px;
    position: relative;
}


/*.bnr-cnt-part {
      display: table-cell;
      vertical-align: middle;
  }*/

.bnr-inner-cnt {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.bnr-img {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.bnr-img img {
    max-width: 100%;
    width: 100%;
}

.bnr-m-ttl {
    font-size: 20px;
    color: #fff;
    font-family: 'cera_proregular';
    margin-bottom: 17px;
}

.bnr-h-ttl {
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    font-family: 'cera_proregular';
    font-weight: bold;
    margin-bottom: 17px;
}


.bnr-inner-cnt .btn-default {
    width: 56px !important;
    padding: 0;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.bnr-inner-cnt .input-group-btn:last-child>.btn,
.bnr-inner-cnt .input-group-btn:last-child>.btn-group {
    z-index: 9;
}

.bnr-inner-cnt .btn-default:hover,
.bnr-inner-cnt .btn-default:active,
.bnr-inner-cnt .open>.dropdown-toggle.btn-default,
.bnr-inner-cnt .btn-default:focus {
    background-color: #fff !important;
    background-image: none;
    border-color: #e7e7e7;
}

.btn-default.rgt-arrow {
    min-width: 60px;
}

.input-btn-rgt {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 0;
    padding: 17px 0;
    background: -webkit-linear-gradient(to bottom, #4285f420%, #2a93d3 100%);
    background: -moz-linear-gradient(to bottom, #4285f420%, #2a93d3 100%);
    background: -ms-linear-gradient(to bottom, #4285f420%, #2a93d3 100%);
    background: linear-gradient(to bottom, #4285f420%, #2a93d3 100%);
    border-radius: 5px;
    color: #fff;
    transition: 0.3s all ease;
}

.input-btn-rgt:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9966+0,ff5e62+100 */
    background: #ff9966;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff9966 0%, #ff5e62 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff9966 0%, #ff5e62 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2a93d3 20%, #4285f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff9966', endColorstr='#ff5e62', GradientType=0);
    /* IE6-9 */
}

.btn-default.dropdown-toggle.number-lft {
    position: absolute;
    left: 0;
    z-index: 9;
    min-width: 76px !important;
    display: inline-block;
    padding: 0;
    color: #999;
    border-right: 1px solid #e7e7e7;
}

.bnr-inner-cnt .dropdown-menu-right {
    left: 0;
    right: auto;
}

.bnr-inner-cnt .dropdown-menu.dropdown-menu-right {
    top: 57px;
    min-width: 76px;
    border: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff
}

.open.dropdown-toggle {
    background-color: #fff;
}

.bnr-inner-cnt .dropdown-menu>li>a {
    color: #999;
    transition: 0.3s all ease;
}

.bnr-inner-cnt .dropdown-menu>li>a:hover {
    color: #fff;
}

.caret {
    color: #0b7cc1;
    border-top: 7px dashed;
    border-top: 4px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}



/*---Slider Section----*/

.slider-sec {
    /*-webkit-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%); -moz-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%; );
-ms-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%); background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%);*/
}

.slider-ttl {
    font-size: 34px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 45px;
    margin-bottom: 10px;
    font-family: 'cera_proregular';
}

.slider-ttl>span {
    font-family: 'cera_proregular';
    font-weight: bold;
    color: #4285f4;
}

.slider-inner {
    padding: 40px 0 26px;
    position: relative;
}

.slider-sec p {
    margin-bottom: 0;
}

.slider-top {
    margin-bottom: 100px;
    width: 610px;
    margin: 0 auto;
    position: relative;
}


.carousel-control.left,
.carousel-control.right {
    box-shadow: none;
    background: none;
    display: none;
}

.slider-cnt-ttl,
.sub-ttl {
    font-size: 30px;
    color: #222;
    font-family: 'cera_proregular';
    font-weight: bold;
}

.slider-cnt {
    display: table-cell;
    vertical-align: middle;
    height: 446px;
}

.slider-cnt p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: 'cera_proregular';
}

.carousel-control.right {
    bottom: -100px
}

.slider-part {
    padding: 10px 0 0px;
}

.carousel-indicators {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 15px;
    width: auto;
}

.carousel-indicators li {
    display: block;
    margin-bottom: 7px;
    border-color: #4285f4;
}

.carousel-indicators .active {
    background-color: #4285f4;
    margin-bottom: 7px;
}

.courses-part:before {
    top: 136px;
    left: 155px;
}

.courses-part:after {
    top: 70px;
    right: 128px;
}

.corses-chart:before {
    top: auto;
    left: auto;
    bottom: 15px;
    right: 55px;
}

.slider-cnt:before {
    left: 450px;
    top: auto;
    bottom: 30px;
}

.user-sec:after {
    top: 175px;
    right: 334px;
}

.user-sec:before {
    top: 148px;
    left: 160px;
}


/*---Courses sec---*/

.courses-sec {
    padding: 60px 0 0;
    position: relative;
}

.number-cnt {
    display: inline-block;
    /*background: url(../../../images/number-blocks.png) no-repeat center;*/
    margin: 30px 0 46px;
}

.number-cnt span {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    margin-right: 20px;
    font-size: 20px;
    color: #222;
    font-family: 'cera_proregular';
    font-weight: bold;
    background: url(../../../images/number-block.png) no-repeat;
    position: relative;
}

.number-cnt span:after {
    content: "";
    position: absolute;
    background: url(../../../images/number-block-after.png) no-repeat;
    width: 36px;
    height: 32px;
    right: -32px;
    top: 25px;
}

.number-cnt span:last-child {
    margin-right: 0;
}

.number-cnt span:last-child:after {
    content: none;
}

.button-part .btn-default {
    min-width: 138px;
    height: 50px;
    background-color: #fff;
    color: #222;
    font-family: 'cera_proregular';
    transition: 0.3s all ease;
    border: 1px solid #f1f1f1;
}

.button-part .btn-default:hover,
.button-part .btn-default:focus {
    background: -webkit-linear-gradient(to bottom, #4285f420%, #2a93d3 100%);
    background: -moz-linear-gradient(to bottom, #4285f420%, #2a93d3 100%);
    background: -ms-linear-gradient(to bottom, #4285f420%, #2a93d3 100%);
    background: linear-gradient(to bottom, #4285f420%, #2a93d3 100%);
    color: #fff;
    outline: 0;
    border: 1px solid transparent;
}

.button-part .btn-default:first-child {
    margin-right: 25px;
}


/*.corses-chart-list { background: url(../../../images/courses-list.png) no-repeat center; height: 397px; width: 892px; margin: -12px auto 0; }*/

.corses-chart-list ul li {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
}

.corses-chart-list ul li:first-child {
    margin-top: 42px;
}

.corses-chart-list ul li:last-child {
    display: inline-block;
    float: left;
}

.engineer-part span {
    float: right;
}

.medical-part span {
    float: left;
}

.align-items-center {
  -ms-flex-align: center !important;
   align-items: center !important; 
  -ms-flex-pack: justify !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex
;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-part span {
    display: inline-block;
    font-family: 'cera_proregular';
    font-size: 16px;
    min-width: 138px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 50px;
    position: relative;
}

.button-part span:after {
    content: "";
    background-color: #c4c4c4;
    position: absolute;
    width: 1px;
    height: 42px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 49px
}

.button-part span.engineer {
    color: #fff;
    background: -webkit-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%);
    background: -moz-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
    background: -ms-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
    background: linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
}

.button-part span.medical {
    color: #fff;
    display: inline-block;
    margin-left: 27px;
    background: -webkit-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%);
    background: -moz-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
    background: -ms-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
    background: linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
}


/*--- User Section---*/

.content {
    border-radius: 5px;
    background-color: #fff;
    padding: 25px;
}

.content,
.video {
    height: 220px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: all 0.5s linear;
}

.content:hover,
.video:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
    transform: scale(1.01);
}

.user-sec .owl-carousel .owl-item .video img {
    display: inline-block;
    /*max-width:100%;width: 100%;*/
    height: 220px;
    border-radius: 5px;
}

.user-sec .slider-ttl {
    margin-bottom: 56px;
}

.user-sec .slider-ttl,
.user-sec .slider-ttl span {
    color: #fff;
}

.slider2-img {
    display: inline-block;
    width: 70px;
    float: left;
    margin-right: 20px;
}

.cnt-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slider2-cnt h4 {
    color: #222;
    font-size: 16px;
    line-height: 21px;
   
    margin-bottom: 10px;
}

.slider2-cnt h6 {
    color: #222;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0;
   
}

.content p {
    margin: 30px 0 0;
    font-size: 12px;
    line-height: 24px;
}

.video figure {
    position: relative;
    transition: 0.3s all ease;
}

.owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #4285f4;
    transition: 0.3s all ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #4285f4;
    border-color: #4285f4;
}


/*--- App Section--*/

.app-sec {
    padding: 90px 0 30px;
    position: relative;
}

.app-inner {
    position: relative;
}

.app-sec:after {
    content: "";
    background: url(../../../images/bg_images.png) no-repeat;
    position: absolute;
    top: -40px;
    right: 0;
    width: 462px;
    height: 618px;
    z-index: -1;
}

.mobile-img {
    position: absolute;
    top: 50px;
    z-index: 9;
}

.ggl-play {
    margin-right: 10px;
    float: left;
    margin-left: 10px;
}


/*footer-sec*/

.ft {
    position: relative;
}

.ft-top {
    /*border-top: 2px solid #4285f4;*/
    padding: 30px 0 0px;
    background-color: #222222;
}

.ft-bottom {
    padding: 20px 0;
    font-size: 12px;
    line-height: 10px;
    background-color: #000;
    color: #fff;
    font-family: 'cera_proregular';
}

.social-icons ul>li {
    display: inline-block;
}

.social-icons ul>li>a {
    width: 28px;
    height: 28px;
    line-height: 0;
    padding: 7px 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #565656;
    color: #2d2928;
}

.social-icons ul>li>a:hover,
.social-icons ul>li>a:focus {
    background-color: #4285f4;
    color: #fff;
}

.ft-ttl {
    font-size: 18px;
    margin-bottom: 50px;
    position: relative;
    font-family: 'cera_proregular';
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.ft-ttl:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 2px;
    background-color: #4285f4;
    top: 27px;
}

.social-icons {
    /*margin-top: 20px;*/
}

.list-part ul>li {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.list-part ul>li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #4e4e4e;
    position: absolute;
    left: -2px;
    top: 5px;
    border-radius: 50%;
}

.list-part ul>li.first:before {
    display: none;
}

.list-part ul>li>a,
.phone-no {
    font-size: 16px;
    line-height: 16px;
    color: #b6adad;
    /*font-family:'cera_proregular'; */
    font-family: 'cera_proregular';
    transition: 0.3s all linear;
    position: relative;
    left: 0;
    padding: 0 10px;
}

.list-part ul>li>a img,
.phone-no img {
    margin-right: 13px;
}

.list-part ul>li>a:hover {
    text-decoration: underline;
}

.list-part1 ul>li {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.list-part1 ul>li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #4e4e4e;
    position: absolute;
    left: -2px;
    top: 5px;
    border-radius: 50%;
}

.list-part1 ul>li.first:before {
    display: none;
}

.list-part1 ul>li>a,
.phone-no {
    font-size: 14px;
    line-height: 16px;
    color: #777777;
    /*font-family:'cera_proregular'; */
    font-family: 'cera_proregular';
    transition: 0.3s all linear;
    position: relative;
    left: 0;
    padding: 0 10px;
}

.list-part1 ul>li>a img,
.phone-no img {
    margin-right: 13px;
}

.list-part1 ul>li>a:hover {
    text-decoration: underline;
}


/*--new changes---*/

.app-inner .slider-ttl {
    margin-bottom: 0;
}

.btn-part a {
    transition: 0.3s all ease;
}

.btn-part a:hover {
    opacity: 0.7;
}


/*--additional changes--*/

.img-part {
    position: absolute;
    left: -35px;
    top: 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

.img-part img {
    height: 45px;
    width: 45px;
}

.bnr-inner-cnt:before {
    top: 160px;
    left: auto;
    right: 0;
}

.bnr-inner-cnt:after {
    top: 203px;
    right: auto;
    left: 244px;
}

.bnr-img:before {
    content: '';
    position: absolute;
    background: url(../../../images/plus.png) no-repeat;
    width: 21px;
    height: 22px;
    top: 0;
    right: 0;
}

.bnr-img:before {
    content: '';
    position: absolute;
    background: url(../../../images/plus.png) no-repeat;
    width: 21px;
    height: 22px;
    top: 150px;
    right: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

.input-group:before {
    top: 193px;
    left: 133px;
}

.input-group:after {
    left: 287px;
    top: 333px;
}

.bnr-img:after {
    top: 703px;
    left: 422px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cnt-inner:after {
    content: '';
    position: absolute;
    background: url(../../../images/quote.png) no-repeat;
    width: 31px;
    height: 29px;
    right: 0;
    top: 0;
}


/*check box*/

.checkbox-label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.checkbox-label .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signup-imgpart:before {
    top: 122px;
    left: 112px;
}

.signup-imgpart:after {
    top: 122px;
    left: auto;
    right: 85px;
}

.signup-bg:after {
    top: 60px;
    right: 35%;
}

.signup-bg:before {
    right: auto;
    left: 111px;
    top: auto;
    bottom: 30px;
}

.checkbox-terms a {
    color: #fff;
}

.checkbox-terms a:hover {
    color: #222;
}


/*--static pages*/

.login-page {
    padding: 30px 0 50px;
}

.static-sec .slider-top {
    width: 100%;
}

.static-sec .slider-ttl {
    text-align: left;
    font-size: 34px;
}

.sub-ttl {
    font-size: 24px
}

.static-sec p {
    line-height: 24px;
}

.list-cnt ul>li {
    margin-bottom: 20px;
}

.list-cnt ul>li>a {
    color: #888;
    transition: 0.3s all ease;
    font-family: 'cera_proregular';
}

.list-cnt ul>li>a:hover {
    color: #222;
}

.list-cnt {
    margin-bottom: 30px;
}

.signup-form p.act-cnt {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.signup-form p.act-cnt a {
    color: #fff;
    font-family: 'cera_proregular';
    font-weight: bold;
    transition: 0.3s all ease;
}

.signup-form p.act-cnt a:hover {
    color: #222;
}

.icon-bg {
    background: url(../../../images/signin-icon-bg.png) no-repeat center right;
}

.bnnr-imgpart {
    text-align: right;
}

.bnnr-imgpart img {
    border-radius: 7px;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.tab-sec .slider-top {
    width: 100%;
}

.tab-sec .slider-ttl {
    margin-bottom: 30px;
}

.tab-sec .slider-ttl span {
    color: #4285f4;
}

.tab-sec {
    padding: 40px 0;
    position: relative;
}

.tab-subttl {
    font-size: 20px;
    color: #222;
   
    margin-bottom: 15px;
}

.tab-ttl {
    font-size: 20px;
    color: #222;
    
    font-weight: bold;
    margin-bottom: 25px;
}

.tab-content p {
    line-height: 24px;
    color: #222;
    margin-bottom: 32px;
}


/*.tab-list ul > li {margin-bottom: 32px;position: relative;padding-left: 24px;}
.tab-list ul > li > a {color: #222;line-height: 24px;}
.tab-list ul > li:before {content: "";position: absolute;width: 6px;height: 6px;background: -webkit-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%); background: -moz-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%); background: -ms-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%); background: linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);border-radius: 50%;display: inline-block;left: 0;top:10px;}*/

.bnnr-cnt:before {
    top: 80px;
    left: 190px;
}

.tab-sec .slider-top:after {
    top: 0;
    right: auto;
    left: 0;
}

.tab-sec .slider-top:before {
    top: 0;
    left: auto;
    right: 0;
}

.tab-part:after {
    top: auto;
    bottom: 0;
    right: 0;
}

.tab-part:before {
    left: auto;
    right: 380px;
    top: 33px;
}

.tab-sec ul .inner {
    overflow: hidden;
    display: none;
}

.tab-sec ul.accordion .inner.show {
    /*display: block;*/
}

.tab-sec ul.accordion li {
    margin: 0;
}

.tab-sec ul.accordion li a.toggle {
    background: -moz-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%);
    background: -ms-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%);
    background: linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%);
    padding: 18px 15px;
    display: inline-block;
    width: 100%;
    color: #fff;
    border: 0;
    border-top: 1px solid #e9e9e9;
    border-radius: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'cera_proregular';
}

.tab-sec ul.accordion li:first-child a.toggle {
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-sec ul.inner>li>a {
    width: 100%;
    display: block;
    /*background: -moz-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%); background: -ms-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%); background: linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%);*/
    color: #222;
    padding: 18px 15px;
    transition: background 0.3s ease;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e9e9e9;
    font-size: 16px;
    font-family: 'cera_proregular';
}

.tab-sec ul.inner>li>a span {
    float: right;
}

.tab-sec ul.inner>li>a:hover {
    background: #eee;
}

.tab-sec ul.inner>li.active>a {
    background: #ff9966;
    color: #fff;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0;
    border: 0;
}

.tab-sec ul.accordion li>a span {
    float: right;
}


/*Sign In Css*/

.signup-form.signin p,
.signup-form.signin .form-group {
    margin-bottom: 50px;
}

.t-sign {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
   
}

.signup-form.signin p.act-cnt {
    margin-top: 96px;
}

.signup-form.signin p.act-cnt.signin {
    margin-bottom: 0;
}

.signup-form.signin {
    padding: 200px 0 25px;
}

.upload {
    text-align: center;
    margin: 50px 0;
}

.upload-pic {
    width: 123px;
    height: 123px;
    padding: 30px 0;
    line-height: 0;
    display: inline-block;
    border-radius: 50%;
    background-color: #ccc;
    text-align: center;
    position: relative;
}

.upload-pic span {
    display: block;
    font-size: 50px;
    color: #fff;
}

.upload-pic span.upload-cnt {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    line-height: 16px;
}


/*.upload-pic span.upload-cnt {
     display: block; 
    font-size: 16px;
     margin-top: 100; 
    line-height: 16px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-family:'cera_proregular'; 
}*/



/*.upload-pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}*/



/*--Search Page--*/

.srchimg-part {
    width: 300px;
    height: 220px;
    margin: 0 auto 50px;
}

.srchimg-part iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.btn-primary {
    font-family: 'cera_proregular';
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-prt .btn-primary.lft,
.btn-prt .btn-primary.rgt {
    min-width: 150px;
    margin: 0;
    display: inline-block;
}

.btn-prt .btn-primary.lft {
    float: left;
    background-color: #666666;
    border-color: #666666;
}

.btn-prt .btn-primary.rgt {
    float: right;
}




/*.checkbox-part {
    border: 1px solid #ccc;
}*/

.checkbox-part span {
    font-size: 30px;
    display: inline-block;
}

.checkbox-part span.chk-cnt {
    font-size: 14px;
    vertical-align: middle;
    font-weight: normal;
}

.plans .checkbox-part label {
    vertical-align: super;
    display: inline-block;
    height: 60px;
    width: 47%;
    padding: 15px;
    text-align: left;
    color: #fff;
    border: solid 1px #4285f4;
    background: -webkit-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%);
    background: -moz-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
    background: -ms-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
    background: linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
}

.checkbox-part label {
    vertical-align: super;
    display: inline-block;
    height: 60px;
    width: 47%;
    padding: 15px;
    text-align: left;
}

.checkbox-part {
    /*border: 1px solid #ccc;*/
    width: 100%;
    display: inline-block;
    border-radius: 5px;
}

.checkbox-part label:last-child {
    margin-right: 0;
    float: right;
}


/*--check Box---*/

.checkbox-part.rgt {
    margin-right: 0;
    float: right;
}

.checkbox-part label i,
.class-input i {
    float: right;
    margin-top: 4px;
    color: #009900;
    font-size: 25px;
    display: none
}

.checkbox-part label.active i,
.class-input.active i {
    display: block;
}

/*class page*/

.class-input {
    width: 120px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px 25px;
    font-size: 25px;
    margin-right: 19px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s linear;
    min-width: fit-content;
}

.class-input-part {
    text-align: center;
}

.active-part {
    border: 1px solid #ccc;
    padding: 15px 30px 15px 15px;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.3s all ease;
    float: left;
    width: 100%;
}


.logo-cnt {
    display: block;
    vertical-align: middle;
    margin-left: 80px;
}

.welcome .logo-cnt {
    margin-left: 50px;
}

.welcome .corses-chart-cnt h4 {
    margin-bottom: 5px;
}



/*--Footer button---*/



.nextbtn {
    min-width: 135px;
    background: #3e50b3;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #3e50b30;
    display: inline-block;
    line-height: 50px;
    padding: 0 0 0 25px;
    position: relative;
    text-align: left;
    transition: all 0.5s linear;
}

.nextbtn .arrw {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
    display: table;
    text-align: center;
    transition: all 0.5s linear;
}

.nextbtn:hover .arrw {
    right: 2px;
}

.nextbtn .arrw>i {
    display: table-cell;
    vertical-align: middle;
    color: #3e50b3;
}


/* .nextbtn:hover, .nextbtn:focus {
    background: #000000;
    color: #fff;
    border: 1px solid #000;
} */

.prevbtn {
    min-width: 135px;
    background: #fff;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    border: solid 1px #d1d1d1;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px 0 0;
    position: relative;
    text-align: right;
    transition: all 0.5s linear;
}

.prevbtn .arrw {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: #f6f6f6;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 6px;
    display: table;
    text-align: center;
    transition: all 0.5s linear;
}

.prevbtn:hover .arrw {
    left: 2px;
    color: #000;
}

.prevbtn .arrw>i {
    display: table-cell;
    vertical-align: middle;
    opacity: 0.7;
}

.prevbtn:hover,
.prevbtn:focus {
    background: #e2e2e2;
    color: #2f2f2f;
}





.blue-bg {
    -webkit-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%);
    -moz-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%;
    );
    -ms-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%);
    background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%);
}

.orange-bg {
    -webkit-background: radial-gradient(circle, #fff 5%, #fff 5%, #ffdfb1 100%);
    -moz-background: radial-gradient(circle, #fff 5%, #fff 5%, #ffdfb1 100%;
    );
    -ms-background: radial-gradient(circle, #fff 5%, #fff 5%, #ffdfb1 100%);
    background: radial-gradient(circle, #fff 5%, #fff 5%, #ffdfb1 100%);
}

.grey-bg {
    -webkit-background: radial-gradient(circle, #fff 5%, #fff 5%, #cfd9db 100%);
    -moz-background: radial-gradient(circle, #fff 5%, #fff 5%, #cfd9db 100%;
    );
    -ms-background: radial-gradient(circle, #fff 5%, #fff 5%, #cfd9db 100%);
    background: radial-gradient(circle, #fff 5%, #fff 5%, #cfd9db 100%);
}

.violet-bg {
    -webkit-background: radial-gradient(circle, #fff 5%, #fff 5%, #e8e4f7 100%);
    -moz-background: radial-gradient(circle, #fff 5%, #fff 5%, #e8e4f7 100%);
    -ms-background: radial-gradient(circle, #fff 5%, #fff 5%, #e8e4f7 100%);
    background: radial-gradient(circle, #fff 5%, #fff 5%, #e8e4f7 100%);
}

.green-bg {
    -webkit-background: radial-gradient(circle, #fff 5%, #fff 5%, #e9f5ea 100%);
    -moz-background: radial-gradient(circle, #fff 5%, #fff 5%, #e9f5ea 100%;
    );
    -ms-background: radial-gradient(circle, #fff 5%, #fff 5%, #e9f5ea 100%);
    background: radial-gradient(circle, #fff 5%, #fff 5%, #e9f5ea 100%);
}


/*test-reports*/

.test-report-sec {
    padding: 180px 30px;
}

.marks-rprt {
    box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
    transition: all 0.4s linear;
    padding: 15px;
}

.mrks-inner {
    margin-bottom: 15px;
    display: table;
    width: 100%;
    overflow: hidden;
}

.mrks-icon {
    padding: 0;
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mrks-cnt {
    padding: 15px 0;
    display: table-cell;
    width: calc(100% - 260px);
    vertical-align: middle;
}

.mrks-scre {
    text-align: center;
    padding: 0 20px;
    display: table-cell;
    width: 180px;
    vertical-align: middle;
}

.mrks-scre .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.mrks {
    display: inline-block;
    padding: 0 30px;
}

.breadcrumb>li.breadcrumb-item {
    color: #222;
}

.breadcrumb>li.breadcrumb-item.active {
    color: #777;
}



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

.checkbox-label .help-block {
    display: none !important;
}



.tab-sec .nav.nav-inner>li>a {
    position: relative;
    padding-left: 30px;
    font-family: 'cera_proregular';
}

.tab-sec .nav.nav-inner li a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #c7c7c7;
    left: 15px;
    top: 16px;
    border-radius: 50%;
}

.tab-sec .nav.nav-inner li.active a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #0b7bc0;
    left: 15px;
    top: 16px;
    border-radius: 50%;
}

.rgt-main-heading {
    color: #4285f4;
    margin-bottom: 16px;
   
    font-weight: bold;
    padding-top: 10px;
    font-size: 18px;
}

.rgt-main-sub-heading {
    padding-top: 25px;
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
    
}

.lft-main-heading {
    display: inline-block;
    padding: 15px 15px 15px 0;
    font-size: 20px;
    color: #222;
    
    font-weight: bold;
}

.rgt-main-sub-ttl {
    font-size: 18px;
    color: #222;
    margin: 25px 0 15px;
   
    font-weight: bold;
}

.lft-panel-faq>.affix {
    top: 80px;
}

.exam-lft-nav.affix {
    top: 80px;
}

.lft-panel-faq {
    width: 230px;
}

.btn-prt .btn-primary.rgt.start-btn {
    min-width: 320px;
}

.grid-parts .more-link {
    color: #ff8c65;
    font-size: 16px;
}

.grid-parts .more-link:hover {
    color: #ff6862;
}

.modal-title {
    font-size: 20px;
    color: #333;
   
    font-weight: bold;
}


.app-sec .get-img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}


.btn {
    border-radius: 33px;
}


.home-tour-slider .slider-sec {
    background-color: #fff !important;
}

.clr-1 {
    background: #fff !important;
}

.clr-2 {
    background: #2bd6f9 !important;
}

.clr-3 {
    background: #f16121 !important;
}

.clr-4 {
    background: #1c94e7 !important;
}

.clr-5 {
    background: #3c9aa7 !important;
}

.test-sec .cmn-test i {
    color: #fff !important;
}

.slider-sec .slider-part .carousel-control {
    background: #4285f4!important;
    right: 0!important;
}

.stdnt-tabs .nav-tabs>li.active>a,
.stdnt-tabs .nav-tabs>li.active>a:focus,
.stdnt-tabs .nav-tabs>li.active>a:hover {
    background-color: #3e50b3 !important;
}

.exam-answer a {
    color: #4285f4!important;
}


.cmn-test i {
    width: auto !important;
    margin-right: 0px !important;
    display: block !important;
    text-align: center;
    border: 1px solid #ccc;
    transition: all 0.5s ease;
}

.cmn-test {
    width: 17.5%;
    margin-right: 17px;
    min-height: 130px;
}

.cmn-test h5 {
    font-size: 16px;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 0px;
    min-height: 65px;
}

.cmn-test.clr-1 i:hover {
    background: #4285f4;
    box-shadow: 0px 0px 22px 0px rgba(1, 49, 157, 0.38);
    text-shadow: 0px 0px 22px rgba(1, 49, 157, 0.38);
}


.course-inner-box {
    text-align: center;
    background: #fefefe;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 25px;
    border-radius: 10px;
}

.home-tour-slider,
.home-tour-slider .slider-sec {
    background: #e4f6f7 !important;
}

.slider-ttl .red {
    color: #ea4335;
    text-transform: capitalize;
}

.slider-ttl .blue {
    color: #4285f4;
    text-transform: capitalize;
}

.user-sec {
    padding: 60px 0 30px !important;
}

.ftr-logo-part a {
    display: block;
    text-align: center;
}

.social-icons ul>li>a i {
    color: #29282c !important;
}

.social-icons ul>li>a {
    background-color: #9faab3 !important;
}

.ft .ftr-nav a {
    color: #9faab3 !important;
}

.d-block {
    display: block;
}

.downarrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffd820;
    POSITION: RELATIVE;
    top: 8px;
    left: 6px;
}

.cmn-test i {
    min-height: 170px !important;
}

.navbar-default .navbar-nav>li>a:hover .downarrow {
    border-top: 5px solid #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff !important;
}



.ft .ftr-nav a:hover {
    color: #4285f4 !important;
}

.ft .ftr-nav.cnt-nav a.phn-icon:hover span,
.ft .ftr-nav.cnt-nav a.phn-icon:focus span {
    color: #4285f4 !important;
}

.navbar-fixed-top {
    top: 50px !important;
}

.top-bar ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
}

.top-bar {
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(to right, #4d94f2, #3e50b3);
    position: fixed;
    height: 50px;
    width: 100%;
    z-index: 9999;
   
    font-style: normal;
    font-weight: 500;
    color: #fff;
}

.top-bar ul li>p {
    margin-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.6px;
}

.know-more-btn {
    background: #fdd518;
}

.know-more-btn {
    background: #fdd518;
    padding: 6px 20px;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 12px;
    text-transform: uppercase
}

.know-more-btn:hover {
    background: #222;
    color: #fff;
}

.navbar.navbar-default .navbar-brand.logo-main {
    padding-top: 15px !important;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #555;
    border-bottom: 5px solid transparent;
    display: inline-block;
}

.know-more-btn:hover .triangle-right {
    border-left: 8px solid #fff;
}

.subscriber {
    text-align: center;
    clear: both;
    padding-top: 30px;
}

.register-btn {
    background: #fff;
    letter-spacing: 1px;
    padding: 12px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #ea4335;
    font-weight: 600;
    min-width: 275px;
    display: inline-block;
}

.subscriber p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.register-btn:hover {
    background: #fdd518;
    color: #fff;
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 8px !important;
    height: 8px;
    background-color: #228dce !important;
    margin: 1px !important;
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px;
    border: 1px solid #228dce!important;
    background-color: #fff !important;
    margin-bottom: 5px
}

.navbar-form.navbar-left.pull-right {
    position: relative;
    top: 12px;
}

.register-btn:focus {
    color: #ea4335 !important;
}

.inner-page-ft:before {
    background: none !important;
}

input:checked+.slider {
    background-color: #F8C44A !important;
}

.social-icons ul li a:hover {
    background-color: #4285f4!important;
}

.social-icons ul li a:hover i {
    color: #fff !important;
}


/* home page new css*/

.navbar-nav {
    float: none;
    display: flex;
    align-items: center;
}

.nextbtn {
    background: #3e50b3 !important;
    /* border: solid 1px #4385f5 !important; */
}



.nextbtn:hover .arrw {
    background: #fff !important;
}

.nextbtn:focus .arrw {
    background: #fff !important;
}

.welcome-page {
    padding-top: 160px !important;
}

.notif-icon .notif-img {
    display: none;
}

.notif-icon .notif-white-img {
    display: inline-block;
}

.with-login-notif-icon .notif-white-img {
    display: none;
}

.with-login-notif-icon .notif-img {
    display: inline-block;
}

.modal-open .select2-container {
    z-index: 99999 !important;
}

.call-back-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #4385f5;
    opacity: 1;
    padding: 0px;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    border: none;
    z-index: 999;
}

.call-back-close span {
    color: #fff;
    font-size: 22px;
}

.enroll .enroll-btn:focus {
    color: #fff !important;
}

#myCarousel .carousel-inner>.item>a>img {
    border-radius: 8px;
    width: 330px !important;
    height: 210px !important;
    margin: auto;
}

.navbar-nav li:hover .dropdown-menu.multi-level {
    display: block;
}

.close-top-bar {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 3px;
    top: -2px;
    z-index: 9999999999;
    cursor: pointer;
}

.close-top-bar:before {
    content: 'x';
    /* // here is your X(cross) sign. color: #fff; */
    font-weight: 300;
   
    font-size: 24px;
}

.class-input-part .class-input .chk-cnt {
    font-size: 14px !important;
}

.top-bar li:first-child p:hover {
    -moz-animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.top-bar-remove .navbar-fixed-top {
    top: 0px !important;
}


/*
@media (min-width: 1023px) {
.open>.dropdown-menu {
    display: none;
}
}
*/


/*
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
    border-color: var(--primary);

}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}


/* CSS Document */

.box-set {
    width: 250px;
    height: 250px;
    display: inline-block;
}

.middle-anim-sec {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.cmn-bx {
    position: absolute;
    width: 200px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cmn-bx h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.clr {
    clear: both;
    display: block;
}

.anim-07 svg path {
    stroke: #09F;
}

.anim-07 svg:hover path {
    stroke: #090;
}

.anim-08 svg path {
    fill: #09F;
}

.anim-08 svg:hover path {
    fill: #090;
}

.anim-10 svg:hover path {
    stroke: #E38426;
}

.anim-11 svg:hover path {
    stroke: #E38426;
}

.anim-12 svg:hover path {
    stroke: #E38426;
}

.anim-13 svg:hover path {
    stroke: #E38426;
}

.cmn-bx.anim-17 {
    width: 23%;
}

.cmn-bx.anim-17 .box-set {
    width: 100%;
    height: 250px;
}



.ttl-md {
    font-size: 24px;
    color: #333;
    margin: 0 0 10px 0;
    text-align: center;
   
}


.btn-primary {
    min-width: 100px;
    text-align: center;
    display: block;
    height: 44px;
    background-color: #ff5f62;
    color: #fff;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
    border-color: #ff5f62;
    
    border: none;
    overflow: hidden;
    font-size: 16px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: rgba(255, 95, 98, 0.5) !important;
    outline: none;
    color: #fff;
    border-color: #2d2928;
}

.tab-sec.home-inner .slider-top {
    margin-top: 130px;
}


/* contact us css start */

.contact-profile input[type="file"] {
    display: none;
}

.contact-img-upload {
    width: 123px;
    height: 123px;
    border-radius: 5px;
    margin: 0 auto;
    background: #000;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.contact-profile {
    padding: 5px 15px;
    line-height: 0;
    display: inline-block;
    border-radius: 5px;
    background-color: #0c7cc1;
    text-align: center;
    position: relative;
    transition: all 0.5s linear;
    overflow: hidden;
    cursor: pointer;
}

.contact-profile span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.contact-img-upload .closed {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #0c7cc1;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-align: center;
    transition: all 0.5s linear;
}

.contact-img-upload .closed>i {
    font-weight: normal;
}

.contact-img-upload .closed:hover {
    background: #fff;
    color: #0c7cc1;
}


/* contact us css end */


/* plans css start */

.plans {}

.plans .tab-sec .slider-ttl {
    margin-bottom: 10px;
}


.modal-body .list li {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
    color: #777;
    font-size: 16px;
}

.modal-body .list li .point {
    width: 6px;
    height: 6px;
    background: #bbbbbb;
    border-radius: 50px;
    display: inline-block;
}

.buy-btn {
    background: #0c7cc1;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    min-width: 90px;
}

.buy-btn:hover,
.buy-btn:focus {
    color: #fff;
    background: #000;
}


.pl-dtl {
    display: inline-block;
    font-size: 16px;
    color: #333;
    float: left;
    margin: 7px 0 0 0;
}

.pl-dtl:hover {
    color: #0c7cc1;
}


/* plans css end */


/* style css */

.class-input-fa {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    vertical-align: top;
}


/* style css end */

/* change mobile number css start */

.change-number .form {
    width: 400px;
    margin: 0 auto;
}

.change-number .ttl-md {
    margin-bottom: 30px;
}

.change-number .input-group-btn {
    display: inline-block;
    min-width: 25%;
    float: left;
    margin-right: 10px;
}

.change-number .btn-default.dropdown-toggle.number-lft {
    position: absolute;
    left: 0;
    z-index: 9;
    min-width: 76px !important;
    display: inline-block;
    padding: 0;
    color: #999;
    border-right: 1px solid #e7e7e7;
    transition: 0.3s all ease;
    background: #fff;
}

.change-number .btn-default.dropdown-toggle.number-lft {
    height: 44px;
    position: static;
    min-width: 106px !important;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
    border: 0;
    transition: 0.3s all ease;
}

.change-number .btn-default.dropdown-toggle.number-lft:hover,
.open>.dropdown-toggle.btn-default,
.change-number .btn-default.dropdown-toggle.number-lft:focus {
    background-color: #fff !important;
}

.change-number .btn-default.dropdown-toggle.number-lft:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.change-number .caret {
    color: #999;
    border-top: 7px dashed;
    border-top: 4px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 10px;
}

.change-number .dropdown-menu-right {
    top: 35px;
    right: auto;
    left: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 106px;
}

.change-number .dropdown-menu>li>a {
    color: #222;
    font-size: 14px;
    transition: 0.3s all ease;
    font-family: 'cera_proregular';
    line-height: 30px;
}

.change-number input[type="tel"] {
    width: 100% !important;
    text-indent: 20px;
    padding: 0;
    height: 44px;
    border-radius: 5px;
    border: 0;
}

.change-number .form-group.mobile input[type="tel"] {
    width: 70% !important;
    display: inline-block !important;
    margin-left: 10px;
    font-size: 16px;
    line-height: 44px;
    text-indent: inherit;
    padding: 10px 15px;
}


.change-number {
    padding: 40px 0;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    min-height: 305px;
}

.change-number .slider-ttl {
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
    text-transform: none;
}

.change-number .dropdown-menu>li>a {
    color: #222;
    font-size: 14px;
    transition: 0.3s all ease;
   
    line-height: 30px;
}

.change-number .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #2d2928;
}


.info-part {
    width: 430px;
    margin: 0 auto;
}

.info-part span.info-i {
    font-size: 25px;
    display: inline-block;
    margin-right: 5px;
    color: #0c7cc1;
}

.info-part span.txt {
    color: #0c7cc1;
    font-size: 14px;
    vertical-align: super;
}


/* forgot facing issue css start */

.facing-issue {
    padding: 40px 0;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    background: #f4f4f4;
    min-height: 305px;
}

.facing-issue .subtxt {
    text-align: center;
}

.facing-issue .tel-txt {
    font-size: 16px;
    display: inline-block;
    margin: 40px auto 0;
    color: #777;
}

.facing-issue .tel-txt:hover {
    color: #0c7cc1;
}

.facing-issue .env-ctr {
    font-size: 16px;
    display: inline-block;
    margin: 15px auto 0;
    color: #777;
}

.facing-issue .env-ctr:hover {
    color: #0c7cc1;
}

.trouble-signing {
    margin: 50px 0 40px;
}


/* forgot facing issue css end */


/* contact us css start */

.contact-us {
    padding: 0;
}
.APPcontact a {
  color: #fff;
  display: flex
;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  align-items: baseline;
}
.APPmail a span{color: #fff;
  display: flex
;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  align-items: baseline;}
.contact-address {}

.contact-address>h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
   
    font-weight: bold;
}

.contact-address>strong {
    font-size: 20px;
    color: #000000;
    font-family: 'cera_proregular';
    font-weight: bold;
}

.contact-address>p {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

.contact-helpline {
    float: left;
    width: 100%;
}

.contact-helpline-lft {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.contact-helpline-lft>h3 {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 5px;
    
    font-weight: bold;
}

.contact-helpline-lft>p {
    margin: 0 0 5px 0;
}

.contact-helpline-lft>p a {
    color: #000000;
    text-decoration: none;
}

.contact-helpline-lft>p a:hover {
    color: #fff;
}

.contact-helpline-lft .fb {
    font-size: 30px;
    display: inline-block;
}

.contact-helpline-lft .fb:hover {
    color: #38529a;
}

.contact-helpline-lft .yt {
    font-size: 30px;
    display: inline-block;
}

.contact-helpline-lft .yt:hover {
    color: #f70000;
}

.contact-map {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
}


/* contact us css ens */


/* syllabus setup end css */

.exam-part .img-upload {
    background: transparent;
}
.none {
    display: none !important;
}

.rgt-notice {
    overflow: hidden;
}

.rgt-notice ul li {
    color: #222;
    font-size: 16px;
    font-weight: normal;
}

.button-part span.active {
    color: #fff;
    background: -webkit-linear-gradient(to bottom, #ff5e62 0%, #ff9966 100%);
    background: -moz-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
    background: -ms-linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
    background: linear-gradient(to bottom, #0d7cc1 0%, #2a93d3 100%);
}

.qa-bx {
    cursor: pointer;
}

.qa-bx.selected {
    border-color: #36b889;
}

.qa-bx.selected .qa-right-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
    width: 29px;
    height: 29px;
}

.qa-bx.selected .nmb {
    background: #36b889;
}

.qa-bx.selected .txt {
    color: #111111;
}

.qa-bx.wrong {
    border-color: #f43d2a !important;
}

.qa-bx.wrong .nmb {
    background: #da3928 !important;
}


/*.blue-bg {-webkit-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%); -moz-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%; );
-ms-background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%); background: radial-gradient(circle, #fff 5%, #fff 5%, #e7f7f8 100%);}*/

.blue-bg {
    background-color: #e7f7f8;
    background-image: linear-gradient(-180deg, #b8ebef 0%, rgba(255, 255, 255, 0.8) 100%);
}

.orange-bg {
    background-color: #ffdfb1;
    background-image: linear-gradient(-180deg, #ffdfb1 0%, rgba(255, 255, 255, 0.8) 100%);
}

.gray-bg {
    background-color: #cfd9db;
    background-image: linear-gradient(-180deg, #cfd9db 0%, rgba(255, 255, 255, 0.8) 100%);
}

.srchdrop {
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.error,
.help-block {
    color: #ff6963 !important;
    margin-top: 5px;
    font-size: 16px;
}


/* error massages start */

.errorbox-position {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 9999;
}

.errorbox-position .close {
    width: 20px;
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 40px;
    height: 20px;
    background: none !important;
    border: none !important;
    color: rgba(0, 0, 0, 0.3);
}

.error,
.help-block {
    color: #ff6963 !important;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
}

.errorbox-position .alert-success {
    min-height: 50px;
    border-radius: 0;
}


/* error massages end */

.bnr-inner-cnt .input-group .form-group.is-empty {
    width: 530px;
}

.bnr-inner-cnt .input-group .form-group.is-empty .error {
    color: #a50707 !important;
}

.signup-form .help-block {
    color: #a50707 !important;
}

.test-tab-sec .nav-tabs>li.active>a,
.test-tab-sec .nav-tabs>li.active>a:focus,
.test-tab-sec .nav-tabs>li.active>a:hover {
    border-bottom-color: #0c7cc1;
    background-color: #0c7cc1;
}

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

.happy-users {
    text-transform: none;
}

.static-page .slider-top,
.static-page .slider-top h2 {
    text-align: center;
}

.static-page .slider-top .slider-ttl {
    text-align: center;
}

.static-sec .slider-ttl {
    text-align: center;
}

.sub-icon-bg.subj-blue {
    background-color: #3e50b3;
}

.sub-icon-bg img {
    width: auto;
    margin: 0 auto;
}

.sub-icon-bg.subj-green {
    background-color: #3dc9c2;
}

.sub-icon-bg.subj-orange {
    background-color: #0b7bc0;
}

.sub-icon-bg.subj-purple {
    background-color: #7d5ba6;
}


.contact-img-upload {
    background: none;
}

.text-series-list .syllabus-hlp {
    background: #5A5A5A;
}


/*.box-set path{stroke:#fff;}*/

.hello-back {
    float: left;
}

.hello-hd {
    text-align: center;
    padding: 20px 0 0px;
    position: relative;
}

.backbtn>i {
    font-size: 12px;
}

.alertftr {
    padding: 15px 0;
}


.alertbdpp {
    font-size: 16px;
    color: #777;
    line-height: 20px;
}


#frmsearch #home_search_phone-error {
    color: white !important
}



.nextbtn1 {
    min-width: 135px;
    background: #3e50b3;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #3e50b3;
    display: inline-block;
    line-height: 50px;
    padding: 0 0 0 25px;
    position: relative;
    text-align: left;
    transition: all 0.5s linear;
}

.nextbtn12 {
    min-width: 135px;
    background: #3e50b3;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #3e50b3;
    display: inline-block;
    line-height: 50px;
    padding: 0 0 0 25px;
    position: relative;
    text-align: left;
    transition: all 0.5s linear;
}

.nextbtn_bonus1 {
    min-width: 135px;
    background: #3e50b3;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #3e50b3;
    display: inline-block;
    line-height: 50px;
    /*padding: 0 0 0 25px;*/
    position: relative;
    text-align: center;
    transition: all 0.5s linear;
}

.nextbtn_bonus12 {
    min-width: 135px;
    background: #3e50b3;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #3e50b3;
    display: inline-block;
    line-height: 50px;
    /*padding: 0 0 0 25px;*/
    position: relative;
    text-align: center;
    transition: all 0.5s linear;
}

.motivational_blk {
    cursor: pointer;
}

.loader-site {
    display: block;
    text-align: center;
    display: none;
}

.loader-site i {
    width: 64px;
    height: 64px;
    background: url(../../../images/loader_front.gif) no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    z-index: 11;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.section_instructions {
    color: #000;
    margin: 80px;
    text-align: center;
}

.section_instructions:hover {
    color: #4385f5;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -999em;
}

#ui-id-1 {
    display: block;
    position: relative;
    top: -3760.82px;
    left: 242px;
    width: 1352px;
    background: rgb(255, 255, 255);
    width: 301px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 0;
    z-index: 999999;
    list-style: none;
}

#ui-id-1 li.ui-menu-item {
    padding: 5px;
}

#ui-id-1 li.ui-menu-item:hover {
    cursor: pointer;
}

.forgot_mpin_div {
    padding: 40px 0;
}

.forgot_mpin_div .slider-ttl {
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
}

.forgot_mpin_div input.form-control {
    width: 100% !important;
    text-indent: 0;
    padding: 0 10px;
    height: 44px;
    font-family: 'cera_proregular';
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #d0d0d0;
    border-radius: 3px !important;
    transition: all 0.5s linear;
}

.learning_pdf .che-list li {
    margin: 0 0 0px 0;
    padding: 3px;
    list-style: none;
    float: left;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s linear;
    background: #e0dee240;
}

a.post-comment-btn {
    width: 100px !important;
    float: right;
    text-align: center;
    display: block;
    height: 33px;
    background-color: #0c7cc1;
    color: #fff;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
    border-color: #0c7cc1;
    font-family: 'cera_proregular';
    border: none;
    overflow: hidden;
    font-size: 16px;
    min-width: 100px !important;
    margin-top: 10px;
}



#trialbtn {
    background: #fa6061;
    border-color: #fa6061;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
}

#trialbtn:hover,
#trialbtn:focus {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.courses-box img {
    max-width: 280px;
    max-height: 200px;
    border-radius: 10px;
    object-fit: fill;
    border-radius: 10px;
}

.courses-box .info {
    padding-bottom: 40px;
    padding-right: 0px;
    padding-top: 10px;
}

.gray-btn {
    border: 0;
    background: #555556;
    color: #fff;
    /* height: 38px; */
    line-height: 40px;
    border-radius: 50px;
    min-width: 110px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s ease;
    display: inline-block;
    padding: 0 15px;
    font-family: 'cera_proregular';
}

.enroll-course-btn {
    border: 0;
    background: #4483f4;
    color: #fff;
    /* height: 38px; */
    line-height: 40px;
    border-radius: 50px;
    min-width: 110px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s ease;
    display: inline-block;
    padding: 0 15px;
    font-family: 'cera_proregular';
}

.landing-bdy .chose-blk.cmn-land .inr-exam {
    min-height: 121px;
    padding: 10px 5px 0px;
    position: relative;
}



.enroll {
    margin-top: 25px;
}

.landing-bdy .inr-exam .info.live {
    background: #8b40b2;
}

.landing-bdy .inr-exam .info.live:after {
    border-left: 10px solid #8b40b2 !important;
}

.notif-icon .notif-img {
    display: none;
}

.notif-icon .notif-white-img {
    display: inline-block;
}

.with-login-notif-icon .notif-white-img {
    display: none;
}

.with-login-notif-icon .notif-img {
    display: inline-block;
}

.class .class-input-topic .tick-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0b7bc0;
    color: #fff;
    border-radius: 5px 0 5px 0;
    opacity: 0;
    transition: 0.3s all ease;
    font-size: 0px;
    padding: 5px;
    transition: all 0.5s linear;
}

.class .class-input-topic.active .tick-icon {
    opacity: 1;
    font-size: 16px;
}

.checkbox-topic-part label {
    vertical-align: super;
    display: inline-block;
    height: 60px;
    width: 38%;
    padding: 15px;
    text-align: left;
}

.checkbox-topic-part {
    /*border: 1px solid #ccc;*/
    width: 100%;
    display: inline-block;
    border-radius: 5px;
}

.checkbox-topic-part label:last-child {
    margin-right: 0;
}


/*--check Box---*/

.checkbox-topic-part.rgt {
    margin-right: 0;
    float: right;
}

.checkbox-topic-part label i,
.class-input-topic i {
    float: right;
    margin-top: 4px;
    color: #009900;
    font-size: 25px;
    display: none
}

.checkbox-topic-part label.active i,
.class-input-topic.active i {
    display: block;
}


/*class page*/

.class-input-topic {
    width: 120px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 17px;
    margin-right: 19px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s linear;
}

.class-input-part {
    text-align: center;
}

.otp-bx.otp-form.class .ttl-md,
.otp-bx.otp-form.class p {
    margin-bottom: 50px;
}

.otp-bx.otp-form.class .btn-prt {
    text-align: center;
}

.otp-bx.otp-form.class .btn-prt .btn-primary.lft,
.otp-bx.otp-form.class .btn-prt .btn-primary.rgt {
    float: none
}

.otp-bx.otp-form.class .btn-prt .btn-primary.lft {
    margin-right: 30px;
}


.class .class-input-topic .tick-icon {
    background-color: #4285f4;
}

.pager-bookmark {
    border: solid 1px #dddddd;
    border-radius: 50px;
    padding: 4px 30px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    float: left;
    margin: 0;
}

.pager-bookmark>strong {
    font-size: 16px;
    color: #222222;
}

.bookmark-info-cnt {
    float: right;
}

.bookmark-info-cnt img {
    margin-left: 10px;
    width: 25px;
}

#confirm {
    display: none;
    background-color: #f2f4ef;
    border: 1px solid #aaa;
    position: fixed;
    width: 250px;
    height: 150px;
    left: 50%;
    margin-left: -117px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9999;
}

#confirm button {
    background-color: #4285f4;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 5px;
    text-align: center;
    width: 80px;
    cursor: pointer;
    margin-top: 20px;
}

#confirm .message {
    margin-top: 25px;
}


.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 99999 !important;
}

.emojionearea .emojionearea-button {
    top: auto !important;
    bottom: 13px ;
    right: 13px !important;
    padding: 10px;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
    top: auto !important;
    bottom: -280px;
    z-index: 1000;
}
.cmnt-cnt { color:#666 ; }
.attachment-div { 
    font-size: 10px;
    color: #0c71c2; 
    font-family: 'cera_proregular';
    padding: 5px;
}

.attachment-div a { color: #0c71c2; font-family: 'cera_proregular';}
.attachment-div a:hover { color: #666; }
.ic-close { color: #666; padding-left: 5px; }
.comment-attachment {
    max-width: 300px;
    max-height: 200px;
}

.comment-attachment video {
    width: 300px;
    height: 200px;
}
.comment-attachment .ic-pdf {
    font-size: 30px ;
    padding: 10px;
}
.comment-attachment .ic-pdf:hover { color: #0c71c2; }
.comment-attachment .preview-image { cursor: pointer; max-height: 200px; }
.modal-close { 
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 4px 8px !important;
}

.attachment-div-icon {
    position: relative;
    cursor: pointer;
    color: #B5B5B5;
}
.attachment-div-icon:hover { color: #919191; }
.attachment-div-icon i {
    position: absolute;
    right: 30px;
    bottom: -2px;
    padding: 10px;
}

html {
    min-height: 100%;
    position: relative;
}



.otp-bx.otp-form.class .ttl-md {
    margin-bottom: 15px;
}

.rgt-notice .mask>ul li {
    list-style: none;
}

.lft-nav-btn {
    display: none;
}

.hello-sld-bx .video>img {
    margin: 0 auto;
}




.che-sld-video {
    height: 300px;
}



.modal-content.popup-content .play-bdy {
    padding: 15px;
}

.modal-content.popup-content .bonus-question-text p {
    font-size: 18px;
    font-family: 'cera_proregular';
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}

.modal-content.popup-content .bonus-instruction {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'cera_proregular';
    color: #222;
}

.modal-content.popup-content .bonus-question-ttl {
    font-size: 32px;
    text-align: center;
    color: #4285f4;
    font-family: 'cera_proregular';
    font-weight: bold;
}

.modal-content.popup-content .nextbtn_bonus1,
.modal-content.popup-content .nextbtn_bonus12 {
    height: 46px;
    line-height: 46px;
}

.modal-content.popup-content .nextbtn_bonus1:hover {
    border-color: #4285f4;
    background-color: #fff;
    color: #4285f4;
}

.modal-content.popup-content .nextbtn_bonus12:hover {
    border-color: #0b7bc0;
    background-color: #fff;
    color: #0b7bc0;
}

.modal-content.popup-content .text-center .nextbtn_bonus1.bonus_yes {
    margin-right: 10px;
}

.modal-content.popup-content .close {
    color: #222;
    opacity: 0.6;
}

.modal-content.popup-content .bonus-instruction ul>li {
    padding-left: 25px;
    list-style: none;
    position: relative;
}

.modal-content.popup-content .bonus-instruction ul>li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #222;
    top: 8px;
    left: 0;
    border-radius: 50%;
}


.checkbox-part label {
    margin-bottom: 20px;
}
.checkbox-part label:nth-child(2n + 2) {
    margin-right: 0;
    clear: both;
}
.checkbox-part label:last-child {
    float: none;
}
.button-part span.medical-mdl {
    margin-left: 125px;
}
.firstnav.accordion-section-title span {
    line-height: 35px;
}

.atom-str-accordion .hello-slider .che1-sld-bx .video>img {
    max-width: 100% !important;
    width: auto !important;
    margin: 10px auto;
}
.che1-sld-bx .dis p {
    display: block;
    text-align: center;
}
.che1-sld-bx .dis p>a {
    display: inline-block;
}
.coupon-code-row input[type="text"] {
    line-height: 15px;
}
.dashboard-sld-bx .video img {
    margin: 0px auto;
}
.che1-sld-bx .video>img {
    width: auto !important;
    margin: 10px auto;
}
.safari .search-moti .search {
    line-height: 34px;
    background-position: right 10px top 12px;
}
.safari .common-search input {
    line-height: 34px;
    background-position: right 10px top 12px;
}
.safari .coupon-code-row .coupon_code {
    line-height: 30px;
}
.no-found .img>img {
    margin: 0 auto !important;
}
.signup-popup .signup-form .form {
    max-width: 100%;
}


.sp-lft .series-main .section_instructions {
    margin: 0;
    margin-left: 20px;
}

/*added on 5-03/2019*/
.btn-default.dropdown-toggle.number-lft {
    font-weight: normal;
}
.btn-default.dropdown-toggle.number-lft img {
    margin-right: 5px;
}
.bnr-inner-cnt .dropdown-menu.dropdown-menu-right>li>a {
    padding: 5px;
    line-height: 40px;
    font-size: 16px;
}
.bnr-inner-cnt .dropdown-menu.dropdown-menu-right>li>a img {
    margin-right: 5px;
}
.bnr-inner-cnt .dropdown-menu.dropdown-menu-right {
    min-width: 89px;
}
.btn-part.inputgrp {
    margin-top: 20px;
}
#frmsearch {
    width: 550px;
}
.bnr-inner-cnt .input-group .form-group.is-empty {
    width: 550px;
}
#frmsearch input[type="text"] {
    width: 545px !important;
}
.btn-default.dropdown-toggle.number-lft {
    min-width: 90px !important;
}
.particip-pic {}
.top-rank h2 {
    font-size: 18px;
    color: #777;
    text-align: left;
    margin: 20px 0 15px;
    font-family: 'cera_proregular';
    font-weight: bold;
}
.particip-pic {
    text-align: center;
}
.particip-pic img {
    width: auto;
    height: 60px;
    display: inline-block;
}
.particip-pic i img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.bottom-text-rank {
    font-size: 18px;
    color: #777;
    text-align: left;
    margin: 0 0 25px;
    font-family: 'cera_proregular';
    font-weight: bold;
}
.user-background td {
    background: #ffe4df;
}


/* Added on 07-03-2019 */

.slider-sec {
    background-color: #e4f6f7 !important;
    background-image: none;
}
.slider-sec .slider-part .carousel-control {
    display: block;
    width: 32px;
    height: 32px;
    background: #228dce;
    border-radius: 50%;
    font-size: 26px;
    opacity: 1;
    text-shadow: none;
    padding-top: 2px;
    right: -60px;
    bottom: 0;
    top: inherit;
    left: inherit;
}
.slider-sec .slider-part .carousel-control.left {
    bottom: 40px;
}
.slider-sec .slider-part .carousel-control.right i {
    padding-left: 4px;
}
.slider-sec .slider-part .carousel-control:hover,
.slider-sec .slider-part .carousel-control:focus {
    opacity: 0.7;
}
.slider-top p {
    margin: 20px 0 60px;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}
.form-control::-moz-placeholder {
    color: #777777;
}
.form-control:-ms-input-placeholder {
    color: #777777;
}
.form-control:-moz-placeholder {
    color: #777777;
}
.form-group .select2-container {
    width: 100% !important;
}
.form-group .select2-container--default .select2-selection--single {
    border: 1px solid #ededed;
    border-radius: 5px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
    line-height: 34px;
    padding: 0 40px 0 15px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #4385f5 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
}
.select2-dropdown {
    border: 1px solid #ededed !important;
}
.select2-search--dropdown {
    display: block;
    padding: 4px 10px !important;
}
.select2-results__option {
    padding: 6px 10px !important;
    user-select: none;
    -webkit-user-select: none;
    color: #222;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3e50b3 !important;
    color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ededed !important;
}
.signup-form .btn-default.dropdown-toggle.number-lft {
    border: 1px solid #ccc !important;
    min-width: inherit !important;
    width: 100px;
    height: 44px;
    margin-right: 5px;
}
.signup-form .form-group.mobile .form-control {
    width: 100% !important;
}
.signup-form .dropdown-menu-right {
    top: 42px;
    border: 1px solid #ededed;
    border-top: none;
    margin: 0;
}
.signup-form .btn-default.dropdown-toggle.number-lft img {
    margin-right: 5px;
}
.signup-form .input-group-btn .btn .caret {
    color: #a5a5a5;
}
.signup-form p.act-cnt {
    margin-top: 10px;
    text-align: center;
    color: #0e0e0e;
    margin-bottom: 20px;
    font-size: 14px;
}
.signup-form p.act-cnt a {
    color: #131111;
    font-family: 'cera_proregular';
    transition: 0.3s all ease;
}
.signup-form p.act-cnt a:hover,
.signup-form p.act-cnt a:focus {
    color: #0b7bc0;
}
.signup-form .checkbox {
    width: 100%;
    display: inline-block;
    margin: 10px 0 10px 15px;
    margin-top: 10px !important;
}
.signup-form .checkbox .checkbox-terms {
    color: #222;
    font-family: 'cera_proregular';
    margin-left: 10px;
    /* margin-top: 20px; */
}
.signup-form .checkbox .checkbox-terms span,
.signup-form .checkbox .checkbox-terms a {
    color: #222;
}
.signup-form .checkbox .checkbox-terms a:hover,
.signup-form .checkbox .checkbox-terms a:focus {
    color: #0b7bc0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #ededed;
}
.checkbox-label .checkmark:after {
    left: 7px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #0b7bc0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.signin-img {
    width: 100%;
    display: inline-block;
}
.signin-img img {
    max-width: 100%;
}
.loginscreen .signup-form {
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    /* padding-top: 200px; */
}
.signup-bg .loginscreen .signup-form-otp .slider-ttl {
    font-size: 45px;
    padding-bottom: 30px;
}
.loginscreen .signup-form .btn-default.dropdown-toggle.number-lft {
    height: 44px;
}
.loginscreen .signup-form .form-group .form-control {
    height: 44px;
    line-height: 44px;
}
.loginscreen .btn.btn-default.otp-verify {
    margin: 20px auto 20px;
    font-size: 20px;
}
.signup-bg .loginscreen .signup-form-otp #otpForm .slider-ttl {
    font-size: 30px;
    line-height: 34px;
}
.signup-bg .loginscreen .signup-form-otp #otpForm .btn-primary {
    margin: 30px auto 15px;
}
.btn-primary {
    font-family: 'cera_proregular';
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255);
    color: #3e50b3;
}
.tab-sec.plans {
    padding: 30px 0;
}
.innerpages .navbar.navbar-default .navbar-brand.logo-main {
    width: 220px;
    margin-top: 0px;
    height: auto;
    padding: 10px 15px 5px;
}
.add-list-of-chap.closed-list-of-chap .landing-bdy .cate-topic img {
    width: 50px;
}

/* Added on 22-07-2019 */
.slider-top .team-details p {
    margin: 20px 0 20px;
}
.feature-txt h3>strong {
    display: inline-block;
}
.tab-sec.faqs.faqs-mn {
    padding: 20px 0 20px;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a0a0a0;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 14px;
    bottom: 8px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider {
    background-color: #0b7bc0;
}
input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}
.on {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 25px;
    font-size: 14px;
    line-height: 14px
}
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 6px;
    font-size: 14px;
    line-height: 14px;
}
input:checked+.slider .on {
    display: block;
}
input:checked+.slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.commonCheckBoxIsPro .on {
    left: 23px;
}
.commonCheckBoxIsPro .off {
    right: 10px;
}
.commonCheckBoxIsPro .switch {
    width: 65px;
}
.commonCheckBoxIsPro input:checked+.slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}
.commonCheckBoxIsPro .slider:before {
    left: 5px;
}
.mpn-cnt {
    width: 100%;
    display: inline-block;
    margin: 10px 0 20px;
}
.mpn-cnt h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 15px 0 0;
    color: #999;
}
.form-group .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-group .select2-container--default .select2-selection--multiple {
    border: 1px solid #ededed;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 15px
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    background-color: #999;
    line-height: 21px;
    height: 21px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 11px;
    line-height: 12px;
    position: absolute;
    left: 7px;
    top: 5px;
}
.error,
.help-block {
    margin: 2px 0 0 0;
}

.chose-blk {
    width: 100%;
    float: left;
}
.chose-blk h6 {
    font-size: 20px;
    color: #1a1514;
    font-family: 'cera_proregular';
    margin-bottom: 30px;
}
.chose-cnt {
    width: 100%;
    float: left;
}
.inr-exam {
    width: 100%;
    float: left;
    box-shadow: 1px 1px 10px rgba(8, 8, 8, 0.04);
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}
.inr-exam.check,
.inr-exam:focus {
    background: rgb(32 123 239 / 15%);
}
.inr-exam i img {
    max-width: 100%;
    max-height: 100%;
}
.inr-exam h4 {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    margin-top: 10px;
   
    margin-bottom: 0;
}

/* Checkbox & radio css */
.checkbox-row .checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-row .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

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

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

/* When the checkbox is checked, add a blue background */
.checkbox-row .checkbox input:checked~.checkmark {
    background-color: #0b7bc0;
    border: 1px solid #0b7bc0;
}

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

/* Show the checkmark when checked */
.checkbox-row .checkbox input:checked~.checkmark:after {
    display: block;
}
.checkbox-row .checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style the checkmark/indicator */

/* Radio button css */
.radio-row .radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-row .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-row .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f0f0f0;
    border-radius: 50%;
    border: none;
}

/* On mouse-over, add a grey background color */
.radio-row .radio:hover input~.checkmark {
    background-color: #f0f0f0;
}

/* When the radio button is checked, add a blue background */
.radio-row .radio input:checked~.checkmark {
    background-color: #3e50b3;
    border: 1px solid #3e50b3;
}

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

/* Show the indicator (dot/circle) when checked */
.radio-row .radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-row .radio .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.inr-exam .radio-row {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.inr-exam .radio-row .radio {
    padding-left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.inr-exam .radio-row .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.inr-exam .radio-row .checkmark {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: #f0f0f0;
    border-radius: 50%;
    border: none;
    left: inherit;
}
.chose-cnt ul {
    display: block;
}
.chose-cnt ul li {
    font-size: 16px;
    color: #111111;
    display: block;
    padding: 25px 50px 25px 25px;
    font-family: 'cera_proregular';
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.chose-cnt ul li i {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    min-width: 30px;
    font-size: 16px;
    color: #111111;
    font-style: normal;
}
.chose-cnt ul li .checkbox-row {
    position: absolute;
    right: 10px;
    top: 14px;
}
.chose-cnt ul li:hover,
.chose-cnt ul li:focus,
.chose-cnt ul li.active {
    box-shadow: 1px 1px 10px rgba(8, 8, 8, 0.15);
    border-bottom: 1px solid #fff;
}
.btn-row {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.btn-row .cmn-btn {
    text-align: center;
    padding: 0 20px;
    min-width: 250px;
}
.btn-row .nextbtn:hover,
.btn-row .nextbtn:focus {
    border: 1px solid #000;
}

.cmnt-area {
    width: 100%;
    float: left;
    padding: 15px;
}
.cmnt-area h6 {
    font-size: 18px;
    color: #222;
   
    margin: 10px 0;
}
.cmnt-area h6 span {
    color: #666;
    font-family: 'cera_proregular';
}
.cmnt-area h6 a {
    float: right;
    font-family: 'cera_proregular';
    font-size: 16px;
    color: #0c71c2;
}
.cmnt-area h6 a:hover,
.cmnt-area h6 a:focus {
    color: #000;
}
.cmnt-inner {
    width: 100%;
    float: left;
}
.cmnt-blk {
    width: 100%;
    float: left;
    padding: 15px 0 20px;
    border-bottom: 1px solid #f2f2f2;
}
.user-img {
    width: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.user-img img {
    max-width: 100%;
}
.cmnt-cnt {
    width: calc(100% - 37px);
    float: left;
}
.cmnt-cnt h4 {
    font-size: 16px;
    color: #000;
   
    margin-bottom: 10px;
}
.cmnt-cnt h4 span {
    float: right;
    color: #666;
    font-family: 'cera_proregular';
    font-size: 12px;
}
.cmnt-cnt p {
    color: #666;
    font-family: 'cera_proregular';
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}


.otp-bx.otp-form .ttl-md {
    margin-bottom: 40px;
    font-size: 22px;
    font-family: 'cera_proregular';
}
.syllabus-che-hd>.progressbar-ttl>.txt {
    color: #000;
}
.syllabus-che-hd>.progressbar-ttl>h3 {
    color: #000;
}
.syllabus-che-hd {
    background: transparent;
}

/* Learning detail video page css */
.learn-video .video-blk .video-rt {
    width: calc(100% - 95px);
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.learn-video .video-blk .video-rt h4 {
    font-size: 13px;
    color: #111111;
   
    margin: 0;
    display: inline-block;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}
.learn-video .video-blk .video-rt p {
    margin-bottom: 0;
    font-size: 14px;
}
.learn-video .video-blk .video-rt p span {
    color: #000;
    font-family: 'cera_proregular';
    margin-left: 5px;
}
.learn-video .video-ic {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    text-align: right;
}
.learn-video .video-ic a {
    font-size: 18px;
    opacity: 0.3;
    margin-left: 10px;
}
.learn-video .video-ic span {
    color: #f26a61;
    margin: 5px 0;
    display: inline-block;
}
.learn-video .video-ic a:hover,
.learn-video .video-ic a:focus {
    opacity: 1;
}
.learn-video .cmnt-area h6 a {
    font-size: 14px;
}
.learn-video .cmnt-area h6 a img {
    display: inline-block;
    margin-right: 7px;
}
.learn-video .video-cnt p {
    text-align: left;
}
.learn-video .video-cnt p a {
    margin-right: 10px;
}
.learn-video .video-cnt p a:last-child {
    margin: 0;
}
.learn-video .video-blk {
    background: rgb(32 123 239 / 15%);
    transition: all 0.3s linear;
}
.learn-video .video-blk:hover {
    background: #4D94F2;
}
.learn-video .video-blk.active,
.learn-video .video-blk:hover,
.learn-video .video-blk:focus {
    background: #4D94F2;
}
.learn-ic {
    background-position: -85px -199px;
    width: 27px;
    height: 27px;
}

.test-ic {
    background-position: -85px -278px;
    width: 27px;
    height: 27px;
}
.free-ic {
    background-position: -85px -325px;
    width: 27px;
    height: 27px;
}
.pract-ic {
    background-position: -85px -366px;
    width: 27px;
    height: 27px;
}
.paper-ic {
    background-position: -84px -403px;
    width: 27px;
    height: 27px;
}
.mot-ic {
    background-position: -120px -400px;
    width: 27px;
    height: 29px !important;
}
.exam-ic {
    background-position: -120px -354px;
    width: 27px;
    height: 27px;
}
.user-ic {
    background-position: -45px -413px
}
.landing-nav>ul>li a em {
    position: absolute;
    right: 10px;
    top: 16px;
}
.landing-nav>ul>li a.active em {
    transform: rotate(180deg);
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-image: none !important;
    background-color: rgb(67 133 245) !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(67 133 245 / 30%) !important;
}
.add-list-of-chap.closed-list-of-chap .landing-bdy .cate-topic .filter-moti img {
    width: auto;
}
.sub-class-input .sub-chk-cnt {
    padding-left: 15px;
}
.filter-moti.flt-ic {
    margin-bottom: 15px;
    padding: 5px 5px 5px 15px;
    margin-top: 5px;
}
.sub-class-input {
    margin-bottom: 10px;
}
.launch i {
    vertical-align: middle;
    width: 100%;
    margin: 0;
}
.launch i p {
    vertical-align: middle;
    margin-left: 20px;
    font-style: normal;
    width: 96%;
}
.sub-class-input.main-input {
    box-shadow: none;
    margin: 0;
}
#setdata .download-block {
    font-size: 14px;
}


/* Added on 05-08-2019 */
.dropdown-menu>li>a {
    line-height: 26px;
}
.signup-form p.act-cnt a,
.signup-form .checkbox .checkbox-terms a {
    color: #0b7bc0;
}
.signup-form p.act-cnt a:hover,
.signup-form p.act-cnt a:focus,
.signup-form .checkbox .checkbox-terms a:hover,
.signup-form .checkbox .checkbox-terms a:focus {
    color: #ff6363;
}

/* Homepage new design of middle sec */
.bnr-inner-cnt:after {
    top: -50px;
    right: auto;
}
.btn-default.signup {
    margin-left: 6px;
    margin-right: 0;
}
.btn-default.signin {
    margin-right: 0;
}
.bnr-cnt-part {
    height: auto;
    margin-top: 130px;
}
.bnr-inner-cnt {
    width: 45%;
    padding-right: 10%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
}
.ex-fea {
    width: 100%;
    display: inline-block;
    padding: 20px 30px;
    background: rgba(42, 215, 248, 0.2);
    border-radius: 5px;
}
.ex-fea h4 {
    font-size: 24px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #317fbb;
   
}
.ex-fea ul {
    display: block;
}
.ex-fea ul li {
    display: block;
    font-size: 18px;
    color: #faf9f4;
    padding: 5px 0;
}
.ex-fea ul li i {
    min-width: 36px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.ex-fea .landing-sprite {
    background: url(../../../images/landing-sprite.png);
}
.ex-fea .fea-1 {
    background-position: -162px -4px;
    display: inline-block;
    width: 36px;
    height: 22px;
}
.ex-fea .fea-2 {
    background-position: -162px -32px;
    display: inline-block;
    width: 36px;
    height: 33px;
}
.ex-fea .fea-3 {
    background-position: -162px -69px;
    display: inline-block;
    width: 36px;
    height: 33px;
}
.ex-fea .fea-4 {
    background-position: -162px -106px;
    display: inline-block;
    width: 36px;
    height: 34px;
}
.ex-fea .fea-5 {
    background-position: -162px -152px;
    display: inline-block;
    width: 36px;
    height: 34px;
}
.ex-fea .fea-6 {
    background-position: -163px -197px;
    display: inline-block;
    width: 36px;
    height: 34px;
}
.bnr-img {
    width: 50%;
    display: inline-block;
}
.lft-notice,
.rgt-notice {
    border-bottom: 1px solid #efefef;
}
.rgt-notice {
    padding: 34px 0;
}
.learn-sec {
    width: 100%;
    display: inline-block;
    min-height: 1134px;
    background: #fbfbf8;
}
.learn-lt {
    width: 50%;
    float: left;
    background: #eff8fb;
    padding: 50px 0;
    border-right: 1px solid #fff;
}
.inner-cmn {
    width: 580px;
    display: inline-block;
}
.learn-ttl {
    font-size: 26px;
    color: #4285f4;
    ;
    margin-bottom: 40px;
    display: block;
    font-family: 'cera_proregular';
}
.learn-inner {
    width: 100%;
    display: inline-block;
}
.learn-cmn {
    width: 230px;
    display: inline-block;
    margin: 0 55px 50px 0;
}
.learn-cmn i {
    width: 230px;
    height: 240px;
    display: table;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(8, 8, 8, 0.15);
    background: #fff;
    border-radius: 5px;
}
.learn-cmn i span {
    display: table-cell;
    vertical-align: middle;
    height: 240px;
}
.learn-cmn i span img {
    transition: all 0.5s linear;
}
.learn-cmn:hover i span img {
    transition: all 0.5s linear;
    transform: scale(1.3);
}
.learn-cmn h6 {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #222222;
    display: block;
    text-align: center;
   
}
.learn-rt {
    width: 50%;
    float: left;
    background: #fbfbf8;
    padding: 50px 0;
    border-left: 1px solid #fff;
}
.learn-rt .learn-cmn {
    width: 230px;
    display: inline-block;
    margin: 0 0 50px 55px;
}
.learn-rt .learn-ttl {
    padding-left: 55px;
}
.learn-rt .inner-cmn.pull-left {
    position: relative;
}
.learn-rt .inner-cmn.pull-left i.pull_left_img {
    width: 421px;
    height: 431px;
    display: inline-block;
    content: "";
    background: url(../../../images/learn-bg.png);
    position: absolute;
    right: 0;
    bottom: -300px;
}
.courses-sec {
    padding: 60px 0;
}
.app-sec {
    width: 100%;
    display: inline-block;
}
.test-sec {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.explore-learning {
    position: absolute;
    top: -60px;
    z-index: 99;
}
.test-sec .cmn-test {
    float: left;
}
.cmn-test:last-child {
    margin: 0;
}
.cmn-test i {
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    width: 60px;
    vertical-align: middle;
    padding: 30px 20px;
    position: relative;
    margin-right: 29px;
    min-height: 137px;
}
.cmn-test i img {
    max-width: 100%;
}
.cmn-test.clr-5 i {
    margin-right: 10px;
}
.cmn-test h4 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    
    vertical-align: middle;
    margin: 0;
}
.cmn-test h4 span {
    display: block;
    font-family: 'cera_proregular';
    font-size: 20px;
    display: block;
    text-align: left;
}
.cmn-test .arw {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #0f0f0f;
    font-size: 30px;
    opacity: 0.2;
}
.cmn-test .arw i {
    width: auto;
    margin: 0;
}
.cmn-test .arw:hover,
.cmn-test .arw:focus {
    opacity: 1;
}
.clr-1 {
    background: #3092ee;
}
.clr-2 {
    background: #37d773;
}
.clr-3 {
    background: #e66a6d;
}
.clr-4 {
    background: #00b9da;
}
.clr-5 {
    background: #7275f5;
}
.user-sec {
    width: 100%;
    display: inline-block;
    padding: 100px 0 30px;
}
.user-sec .slider-ttl {
    margin-bottom: 100px;
}
.otp-bx.otp-form .class-input {
    margin-right: 9px;
}
.otp-bx.otp-form .class-input:last-child {
    margin-right: 0px;
}
.learn-rt .inner-cmn.pull-left i.pull_left_img {
    display: none;
}
.learn-sec {
    min-height: initial;
}

.landing-bdy .hello-hd h2 {
    margin: 0px 0 20px;
}


.btn.btn-default.otp-verify:hover,
.btn.btn-default.otp-verify:focus {
    background-color: #222 !important;
}
.btn-default:hover,
.btn-default.signin:focus,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default:focus {
    color: #3e50b3;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 15px rgb(82 82 82 / 30%);
}
.btn.btn-default.otp-verify {
    background-color: #4285f4;
}

.tab-sec .slider-ttl {
    color: #3e50b3;
}
.faqs .exam-answer a:hover {
    color: #222!important;
}
.no-found h4 {
    color: #3e50b3!important;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
input:checked+.slider {
    background-color: #3e50b3;
}
.signup-popup .close {
    background: #4285f4!important;
}
.landing-nav>ul>li {
    background: #004067;
}
.landing-nav>ul>li ul li a {
    background: #004067;
    color: #fff;
}
.landing-nav>ul>li ul li a:hover,
.landing-nav>ul>li ul li.active a {
    opacity: 1;
    background: #4285f4;
    color: #fff;
}
.landing-nav>ul>li ul:after {
    border-bottom: 6px solid #ffffff !important;
}
.landing-copyright {
    background: #4285f4;
}
.lft-side {
    background: #004067;
}
.list-of-chap>.che-list li:hover,
.list-of-chap>.che-list li.active {
    background: #4285f4;
}
.lft-side .logo {
    background: #5a55d8;
}
.landing-copyright {
    background: #023b5f;
}
.nextbtn {
    background: #3e50b3;
    /* border: solid 1px #4285f4; */
}

/* .nextbtn:hover,
.nextbtn:focus {
	background: #2ad7f8;
	color: #fff;
	border: 1px solid #2ad7f8;
} */
.nextbtn:hover .arrw,
.nextbtn:focus .arrw {
    background: #fff;
}
.class .class-input .tick-icon {
    background-color: #3e50b3;
}
.btn-row .nextbtn:hover,
.btn-row .nextbtn:focus {
    border: 1px solid #2ad7f8;
}
.stdnt-tabs .nav-tabs>li.active>a,
.stdnt-tabs .nav-tabs>li.active>a:focus,
.stdnt-tabs .nav-tabs>li.active>a:hover {
    background-color: #3e50b3;
    color: #fff;
}
.plan-dt-top {
    background: rgb(168, 233, 250);
}

.otp-form .btn-primary {
    background-color: #3e50b3;
    border-color: #3e50b3;
}
.otp-form .btn-primary:hover {
    background-color: #fff !important;
}
.user-sec {
    background: #3e50b3!important;
}
.ft-top {
    background-color: #222222 !important;
}
.ft-bottom {
    background-color: #140f0e !important;
}
.user-sec {
    height: auto;
    background-image: linear-gradient(to right, #4584f1, #de4843) !important;
}
.user-sec .slider-ttl {
    margin-bottom: 20px !important;
}
.middle-anim-sec {
    display: none !important;
}
.plan-contact {
    background: #4285f4!important;
}
g-bdy .hello-hd h2 p {
    color: #4285f4!important;
}
.landing-bdy .chose-blk.cmn-land h6 a {
    color: #4285f4;
}
.landing-bdy .chose-blk.cmn-land h6 a :hover {
    color: #2bd4f7;
}
.test-tab-sec .nav-tabs>li.active>a,
.test-tab-sec .nav-tabs>li.active>a:focus,
.test-tab-sec .nav-tabs>li.active>a:hover {
    border-bottom-color: #4285f4;
    background-color: #4285f4;
}
.list-of-chap>.hd {
    background: #4285f4;
    border-bottom: none !important;
}
.test-tab-sec .nav-tabs>li>a:hover {
    background: #4285f4;
}
.view-sylbs .btn-primary,
.take-test .btn-primary {
    color: #3e50b3;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #3e50b3;
}
.live-part {
    background-color: #4285f4;
}
.live-part:before {
    background-color: #4285f4;
}
.navbar.navbar-default .navbar-brand.logo-main {
    width: 276px;
}

/* 04 06 2020 - live classes page */
.content-wrapper {
    padding: 0 25px
}


.mycourse-cnt {
    background: #eff3f9;
    padding: 30px 0;
}
h3.common-title {
    font-size: 20px;
    color: #3e50b3;
   
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}
.mycourse-box,
.specialclass-box,
.upcomeingclass-box {
    display: flex;
    padding: 20px 0px;
    margin: 0;
    width: auto;
}
.mycourse-box .course-info .main-info,
.upcomeingclass-box .course-info .main-info,
.specialclass-box .course-info .main-info {
    padding: 20px 15px;
    border-radius: 10px;
    min-height: 190px;
}
.mycourse-box .course-info .main-info {
    background: #456ae3;
}
.specialclass-box .course-info .main-info {
    background: #e34557;
}
.upcomeingclass-box .course-info .main-info {
    background: #4285f4;
}
.course-info {
    display: flex;
    width: 100%;
    flex-flow: column;
}
.icon-date {
    background: url(../../../images/sprite-liveclass.png) no-repeat 0 0;
    height: 25px;
    width: 30px;
    display: inline-block;
    background-size: 80px;
}
.icon-time {
    background: url(../../../images/sprite-liveclass.png) no-repeat -30px 0;
    height: 25px;
    width: 30px;
    display: inline-block;
}
.icon-faculty {
    background: url(../../../images/sprite-liveclass.png) no-repeat -60px 0;
    height: 30px;
    width: 30px;
    display: inline-block;
}
.batch-info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 18px;
    color: #000;
    align-items: center;
}
.batch-info .blue-btn:focus {
    color: #fff;
}
.blue-btn {
    border: 0;
    background: #4285f4;
    color: #fff;
    /* height: 40px; */
    
    line-height: 40px;
    border-radius: 50px;
    min-width: 110px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.5s ease;
    display: inline-block;
    padding: 0 15px
}

/* .blue-btn.big {
	height: 60px;
	line-height: 64px;
	font-size: 18px;
	min-width: 200px;
} */
.blue-btn.big:focus {
    color: #fff !important;
}
.blue-btn:hover {
    background: #606060;
    color: #fff;
    transition: all 0.5s ease
}
.blue-btn.active {
    background: #606060;
}
.specialclass-cnt {
    background: #f7f1f8;
    padding: 30px 0;
    margin: 20px 0
}
.upcoming-cnt {
    background: #f2f1fd;
    padding: 30px 0;
    margin: 20px 0
}
.upcomingclass-box {
    max-width: 270px;
    padding-top: 10px
}
.upcomingclass-box img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    max-height: 182px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.20);
    object-fit: cover;
}
.upcomingclass-box .info {
    text-align: center;
    color: #222222;
    margin: 10px 0 20px 0px;
    font-size: 16px;
    line-height: 24px
}

.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px
}
.title-wrap h3.common-title {
    margin: 0
}
.title-subcontent {
    display: flex;
    font-size: 18px
}
.title-subcontent span {
    display: flex;
    align-items: center;
    margin-left: 30px
}
.title-subcontent span i {
    margin-right: 15px
}
/* Tabs */
.course-details-tabcnt {
    margin: 80px 0 30px;
    background: #eff3f9;
    padding: 30px 0
}
.tabs {
    /* width: 600px;
  background-color: #09F;
  border-radius: 5px 5px 5px 5px;*/
}
.course-details-tabcnt ul.nav.nav-tabs {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    overflow: auto;
    display: inline-block;
    justify-content: space-between;
    background: #e2e4e9;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
}
.course-details-tabcnt ul.nav-tabs>li {
    font-weight: 500;
    margin-right: 0px;
    padding: 0;
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
  border-bottom: none;*/
    
    cursor: pointer;
    background: #e2e4e9;
    color: #6d6c6c;
    width: 50%;
}
.course-details-tabcnt ul.nav-tabs>li:hover a {
    color: #4285f4;
    background: none;
}
.course-details-tabcnt ul.nav-tabs>li.active a {
    background-color: #4285f4;
    color: #fff;
    border: none;
}
.course-details-tabcnt ul.nav-tabs>li a {
    text-decoration: none;
    color: #6d6c6c;
    font-size: 20px;
    display: block;
    height: 60px;
    min-width: 200px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    border: none;
    margin: 0;
    border-radius: 6px;
}
.course-details-tabcnt .tab-content {
    padding: 10px;
    /*border: 5px solid #09F;
  background-color: #FFF;*/
}

.class-info-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 20px
}
.class-info-wrap .highlights {
    width: 40%;
}
.class-info-wrap .highlights ul {
    padding: 0
}
.class-info-wrap .highlights ul li {
    font-size: 15px;
    line-height: 30px;
    margin-left: 20px;
    font-weight: 300;
}
.class-video-cnt {
    margin-left: -25px
}
.downloads-section {
    padding: 25px 0 50px;
}
.downloads-section ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.downloads-section ul li {
    width: 23%;
    margin-right: 2%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 300px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease
}
.downloads-section ul li:hover {
    color: #ea4335
}
.downloads-section ul li:hover .icon-cnt {
    background: #4285f4
}
.downloads-section ul li:hover .icon-cnt i.icon-note {
    background-position: -112px 0;
    transition: all 0.5s ease
}
.downloads-section ul li:hover .icon-cnt i.icon-faq {
    background-position: -112px -126px;
    transition: all 0.5s ease
}
.downloads-section ul li:hover .icon-cnt i.icon-brochure {
    background-position: -112px -233px;
    transition: all 0.5s ease
}
.downloads-section ul li:hover .icon-cnt i.icon-syllabus {
    background-position: -100px -365px;
    transition: all 0.5s ease
}
.downloads-section ul li .icon-cnt {
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.20);
    margin-bottom: 15px
}
.help-section a {
    color: #3377e7;
    font-weight: 500;
}
.padder {
    padding: 15px
}
.owl-dots {
    display: flex;
    justify-content: center;
}
.owl-dots button {
    margin: 0 5px;
}
.owl-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #cecece;
}
.owl-dots button:hover span {
    background: #333333;
}
.owl-dots button.active span {
    background: #4285f4;
}
.with-icon {
    display: flex;
    align-items: center;
}
.help-section {
    background: #f7f1f8;
    padding: 25px 0
}

/* all over structure */
body {
    height: 100%
}
.main-landing {
    display: flex;
    height: auto;
    min-height: 100%;
    position: relative;
}
.lft-side {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.static-sec {
    padding: 10px 0
}
.slider-ttl::last-word {
    color: #000
}
h1.fancy::last-word {
    margin-right: 0;
}

.career-join img {
    max-width: 100%
}
.top-bar {
    top: 0
}
.happy-users {
    /* margin-top: 20px */
}
.tab-sec.faqs .slider-top {
    margin-top: 0px
}

.top-bar {
    overflow: hidden !important;
}
.top-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar li:first-child {
    width: calc(100% - 180px);
    height: 47px;
    overflow: hidden;
    position: relative;
}
.top-bar li:first-child p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 47px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-right 2s linear infinite;
    -webkit-animation: scroll-right 2s linear infinite;
    animation: scroll-right 20s linear infinite;
}
@-moz-keyframes scroll-right {
    0% {
        -moz-transform: translateX(100%);
    }
    
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll-right {
    0% {
        -webkit-transform: translateX(100%);
    }
    
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes scroll-right {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
#home-contact-fixed {
    position: fixed;
    z-index: 2222;
    right: 10px;
    bottom: 10px;
    background: #1ecf76;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 50px;
}
a#home-contact-fixed:hover {
    background: #000
}
#home-contact-fixed img {
    margin-left: 5px
}
#fixed-home-contact-form-popup {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    background: #e4f6f7;
    border-radius: 15px;
    box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
    z-index: 999999;
}
.contact-popup-form .field-wrap input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    height: 60px;
    margin: 0 0 15px;
    width: 100%!important;
    text-indent: 0
}
.slider-img-part .img-wrap {
    max-width: 90%
}

/* third level dropdown */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background: #4285f4;
    padding: 0;
    overflow: hidden;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.modal.signup-popup {
    z-index: 22222;
}
.add-list-of-chap .top-bar ul li {
    margin: 0
}
.hello-moti {
    padding: 0 25px;
}
.video-inner {
    float: none;
    display: block;
    padding: 0 15px 0 25px;
}
.add-list-of-chap {
    padding-right: 25px
}

#myCarousel .carousel-inner>.item>a>img {
    width: 100%
}
.subscriber {
    padding-top: 50px
}
.modal .dropdown-menu>li>a {
    color: #000
}
#fixed-home-contact-form-popup {
    background: #fff
}
#fixed-home-contact-form-popup .checkmark {
    top: 2px
}
#fixed-home-contact-form-popup .checkbox-label {
    display: block;
    font-size: 14px;
    margin: 0 0 10px
}
#fixed-home-contact-form-popup .checkbox-material {
    margin: 0 5px 5px 0
}
.btn-big {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 0;
}

/* responsive CSS */
@media screen and (min-width: 1500px) {
    .container {
        width: 1370px;
        max-width: 1370px;
    }
   
}
@media screen and (min-width: 1366px) {
    .test-sec-inner {
        padding: 0px 0px 0 50px;
    }
    
   
}
@media screen and (max-width: 1300px) {
  
    
    .navbar.navbar-default.navbar-shrink .navbar-brand.logo-main {
        width: 180px
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  
    
    .social-icons {
        text-align: center;
    }
    
    .navbar.navbar-default .navbar-brand.logo-main {
        width: 170px!important;
        padding: 10px 0 0!important
    }
    
    
    .chose-blk h6 {
        font-size: 16px;
    }
    
    .db-exams-bx .dis>h3 {
        line-height: 22px;
    }
}
@media screen and (max-width: 1199px) {
   
    .downloads-section ul li .icon-cnt i {
        transform: scale(0.7);
    }
    
    .downloads-section ul li .icon-cnt {
        height: 120px
    }
    
    .downloads-section ul li {
        font-size: 16px
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .explore-learning {
        position: initial;
    }
   
    .navbar-form.navbar-left.pull-right {
        top: 0
    }
    /* .db-exams-bx .marks {
        text-align: left;
    } */
}
@media screen and (max-width: 565px) {
    #mycourses-owl,
    #classes-owl {
        margin-left: 0
    }
    
    .batch-info {
        font-size: 18px
    }
    
    .upcomingclass-box {
        margin: auto;
    }
    
    /** login modal **/
    
    .modal-content{
        width:100% !important;
        padding: 0px 20px!important;
    }
    
    .close-btn, .forgotpass {
        top: 25px !important;
        left: 15px !important;
    }
    
    .close-btn svg{
        width:25px;
    }
    
    .forgotpass svg{
        width:25px;
    }
    
    .top-header-links.rgtflot .socialfollow{
        display:none;
    }
    
    .login-form {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: unset !important;
        width: 100%;
        padding: 0 !important;
        margin-top: 105px;
    }
    
    .forgotpass-form{
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: unset !important;
        width: 100%;
        padding: 0 !important;
        margin-top: 105px;
    }
    
    .signup-form {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: unset !important;
        width: 100%;
        padding: 0 !important;
        margin-top: 105px;
    }
    
   
}
@media screen and (min-width: 999px) {
    .navbar-collapse.collapse {
        display: block!important
    }
    
    .landing-nav-top {
        height: calc(100vh - 90px);
        overflow-y: auto;
    }
    
    .mCSB_inside>.mCSB_container {
        margin-right: 0px;
    }
    
    .landing-nav-top .mCSB_scrollTools {
        width: 6px;
    }
}
@media screen and (max-width: 767px) and (min-width:700px) {
    .navbar-header {
        width: 100%
    }
    
    .navbar-toggle {
        display: block
    }
    
    .navbar-collapse.collapse.in {
        display: flex!important;
        justify-content: space-between;
        clear: both;
        position: relative;
        top: -20px
    }
    
    .navbar-default .navbar-toggle {
        background-color: #0866ab;
        border-color: #0866ab;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background: #fff
    }
    
    .navbar-default {
        padding: 0
    }
    
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #000;
    }
    
}
@media screen and (max-width: 767px) {
    .close-top-bar {
        top: 20px;
    }
    
    
    .lft-side {
        position: static;
        box-shadow: none;
    }
    
    .title-wrap {
        flex-flow: column;
    }
    
    .title-subcontent span {
        margin: 5px 15px
    }
   
    
    .course-details-tabcnt ul.nav-tabs>li a {
        min-width: 120px;
        padding: 0 15px
    }
    
    .course-details-tabcnt ul.nav.nav-tabs {
        width: 100%;
        max-width: 400px;
    }
    
    .class-info-wrap {
        flex-flow: column;
    }
    
    .class-info-wrap .highlights {
        width: 100%;
        margin-bottom: 20px
    }
    
  
    .downloads-section ul li {
        width: 48%
    }
    
    .content-wrapper {
        padding: 0 15px
    }
    
    .course-details-tabcnt .tab-content {
        padding: 15px 0
    }
   
    /* .tab-sec {
		padding-top: 60px!important
	} */
    
    h3.common-title {
        font-size: 18px
    }
    
    .courses-box {
        text-align: center;
    }
    
    .courses-box .info {
        text-align: left;
        padding: 20px 0px 2 0px;
    }
    
    .top-bar ul {
        flex-flow: column;
        line-height: 30px;
    }
    
    .top-bar ul li:first-child {
        width: 100%;
        height: 34px;
        line-height: 34px;
    }
    
    .top-bar li:first-child p {
        line-height: 28px
    }
    
    .navbar-default {
        padding: 0
    }
    
    .navbar-nav {
        flex-flow: column;
        align-items: flex-start;
    }
    
    #home-contact-fixed {
        right: 15px;
    }
    
    .subscriber {
        padding-top: 40px
    }
   
    
    .add-list-of-chap.closed-list-of-chap,
    .add-list-of-chap {
        padding-right: 0
    }
    
    .test-tab-sec .sub-class-input1 {
        display: flex;
        flex-wrap: wrap
    }
    
    .test-tab-sec .sub-chk-cnt {
        width: calc(100% - 80px);
        height: auto
    }
    
    .test-tab-sec .sub-btn-rgt1 {
        height: auto;
        width: 100%;
        text-align: right;
        padding: 15px 25px;
    }
}
.bnnr-cnt.exams {
    background: none !important;
}
.exam-answer .mytable1 td {
    font-size: 15px !important;
    padding: 3px 0px;
}
.lft-panel-faq .nav a p,
.exam-answer p {
    font-size: 15px !important;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 6px !important;
    position: relative;
    margin-top: 10px !important;
}
.select2-container--open .select2-dropdown--below:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #4e80e5;
    position: absolute;
    left: 20px;
    top: -6px;
}
.select2-container--open {
    margin-top: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3e50b3 !important;
    color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e6e6e6;
}
.custm-drp-sec .select {
    border: 1px solid #d4d4d4 !important;
}
.custm-drp-sec .select2-container--default .select2-selection--single {
    border: none !important;
}
.custm-drp-sec .select::after {
    background: #ffffff !important;
    color: #979797;
    content: none;
}
.custm-drp-sec .select:hover {
    background: #4385f5 !important;
    color: #fff;
}
.custm-drp-sec .select:hover::after {
    background: #4385f5 !important;
}
.custm-drp-sec .select:hover .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #4385f5 !important;
    color: #fff !important;
}
.custm-drp-sec .select .select2-container::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #3e50b3;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.custm-drp-sec .select:hover .select2-container::after {
    background: #4385f5 !important;
    color: #fff !important;
}
.test-tab-sec {
    padding: 0px 0px 10px 15px;
    float: left;
    width: calc(100% - 300px);
}
#dashboard_blk {
    width: calc(100% - 301px) !important;
    float: right;
    padding-bottom: 25px !important;
}
.plan-faq-q span {
    font-size: 14px;
}
.innerpage-popup .form-group.mpin_div {
    margin-bottom: 20px;
}
.innerpage-popup .btn-default.dropdown-toggle.number-lft {
    color: #999;
}
.innerpage-popup .btn-default:focus {
    outline: none;
}
.innerpage-popup .btn-default {
    padding: 0 4px 0px 4px !important;
}
.innerpage-popup .btn-default .caret {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px dashed;
}
.innerpage-popup .btn-default:hover,
.innerpage-popup .btn-default:focus {
    background: #fff !important;
}
.dropdown-menu>li>a:hover {
    color: #fff !important;
    background: #486acf !important;
}



/* width */
#countryphonecode_login::-webkit-scrollbar,
#countryphonecode::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#countryphonecode_login::-webkit-scrollbar-track,
#countryphonecode::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 10px;
}

/* Handle */
#countryphonecode_login::-webkit-scrollbar-thumb,
#countryphonecode::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Handle on hover */
#countryphonecode_login::-webkit-scrollbar-thumb:hover,
#countryphonecode::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
#countryphonecode_login,
#countryphonecode {
    max-height: 150px;
    overflow-y: auto;
}
.explore-learning h6 {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}
.explore-learning h6>span {
    font-weight: 600;
    color: #0c7cc1;
}
#home-contact-fixed-admin {
    position: fixed;
    z-index: 2;
    right: -65px;
    background: #F8C44A;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 10px 10px 0 0px;
    transform: rotate( -90deg) translateY(-50%);
    top: calc(50% - 64px);
}
.fixed-home-contact-form-popup-admin {
    position: fixed;
    right: 30px;
    bottom: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
    z-index: 22223;
    min-width: 300px;
}
.fixed-home-contact-form-popup-admin .call-back-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #4385f5;
    opacity: 1;
    padding: 0px;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    border: none;
    z-index: 999;
}
.test-sec .cmn-test.clr-1 i {
    padding: 10px 10px;
}

.top-bar:hover li:first-child p {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}
.custom-timer {
    position: relative;
    top: 0px;
    padding-right: 20px;
}
.custom-timer span {
    color: #ea4335;
    font-family: 'cera_proregular';
}
.liveclass-top {
    display: inline-block;
}
.liveclass-top p {
    font-family: 'cera_proregular';
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    line-height: 50px;
}
.liveclass-top p span {
    background: #ea4335;
    color: #fff;
    padding: 5px 10px;
    font-family: 'cera_proregular';
    font-size: 15px;
}


@media screen and (min-width:240px) and (max-width:1279px) {
    body {
        -webkit-text-size-adjust: none;
    }
    input,
    textarea,
    button,
    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    input[type="radio"] {
        appearance: radio;
        -moz-appearance: radio;
        -webkit-appearance: radio;
    }
    input[type="checkbox"] {
        appearance: checkbox;
        -moz-appearance: checkbox;
        -webkit-appearance: checkbox;
    }
    select {
        background-image: url(../../../images/select-arr.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
}

@media screen and (min-width:1401px) and (max-width:1600px) {
    /* landing page start */
    /* .landing-bdy{width:1100px;}  */
    /* .add-list-of-chap .landing-bdy{width:700px;}  */
    /* landing page end */
}

@media screen and (min-width:1280px) and (max-width:1500px) {
    /* landing page start */
    /* .landing-bdy{width:1000px;} */
    /*.add-list-of-chap .landing-bdy{width:730px !important;} */
    .add-list-of-chap.closed-list-of-chap .landing-bdy {
        width: 1000px;
    }
    /* landing page end */
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .top-bar-remove .navbar-fixed-top {
        top: 0px !important;
    }
 
    .btn-default.signup {
        margin-left: 5px;
    }
    .ft:before {
        background-size: contain;
        top: -96px;
    }
   
    .subscriber {
        padding-top: 50px;
    }
    
    .ggl-play {
        padding-top: 25px;
    }
    
    .navbar.navbar-default .navbar-brand.logo-main {
        width: 200px;
    }
    .navbar-collapse.collapse {
        flex-wrap: wrap;
        margin-top: 5px
    }
    .navbar-form.navbar-left.pull-right {
        top: 2px
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 10px 5px;
    }
    .btn-default.signin {
        min-width: 75px;
        padding: 0 7px;
    }
   
    .container {
        max-width: 95%;
    }
    /*--Index page start--*/
    .mobile-img img {
        max-width: 100%;
        width: 100%;
    }
    .app-inner:after {
        right: 0;
    }
    .navbar-brand>img {
        max-width: 100%;
    }
    .navbar.navbar-default.navbar-shrink .navbar-brand>img {
        max-width: 100%;
        width: 100%;
    }
    
    .bnr-inner-cnt .input-group .form-group.is-empty {
        width: 420px !important;
    }
    .bnr-cnt-part .input-group .form-group input[type="text"] {
        width: 420px !important;
    }
   
    .bnr-img:before {
        top: 120px;
    }
    .slider-inner {
        padding: 60px 0 30px;
    }
    .slider-part {
        padding: 30px 0 20px;
    }
    .slider-img-part img {
        max-width: 100%;
        width: 100%;
    }
    .slider-part .carousel-indicators {
        right: -25px;
    }
    .courses-sec {
        padding: 60px 0 0;
    }
    .user-sec {
        padding: 100px 0 30px;
    }
    .user-sec iframe {
        max-width: 100%;
        width: 100%;
    }
    .app-sec {
        padding: 40px 0 30px;
    }
    .slider-cnt {
        height: 335px;
    }
    .app-inner:after {
        width: 390px;
        height: 580px;
        background-size: 100%;
    }
    .ft-ttl {
        font-size: 16px;
    }
    .social-icons ul>li {
        display: inline-block;
        margin-right: 6px;
        margin-bottom: 8px;
    }
    .ft-logo img {
        max-width: 100%;
        width: 100%;
    }
    .mobile-img {
        top: 0;
    }
    .img-part {
        width: 60px;
    }
    .user-sec .slider-ttl {
        margin-bottom: 30px;
    }
    /*--Index page end--*/
    
    .contactus {
        width: 100%;
    }
    .tab-sec {
        padding: 30px 0;
    }
    /* contact page css end */
    /* faqs page css start */
    .tab-sec.faqs {
        padding: 70px 0;
    }
    .lft-panel-faq {
        width: 100%;
    }
    .lft-panel-faq>.affix {
        width: 205px;
    }
    
   
    
    /* New home page */
    .container {
        max-width: 100%;
        width: 100% !important;
    }
    
    .cmn-test {
        width: 19%;
        margin-right: 9px;
        padding: 5px 0px;
        min-height: 250px;
    }
    .cmn-test i {
        display: inline-block;
        margin-right: 10px;
        width: 40px;
        vertical-align: middle;
    }
    .cmn-test.clr-5 i {
        margin-right: 10px;
        width: 35px;
    }
    .cmn-test h4 span {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .cmn-test h4 {
        font-size: 16px;
    }
    .cmn-test .arw {
        font-size: 22px;
    }
    .cmn-test.clr-5 a i {
        width: auto;
    }
    .learn-sec .inner-cmn {
        width: 95%;
    }
    .learn-lt .learn-cmn {
        float: right;
        width: 46%;
        margin: 0 15px 20px 0;
    }
    .learn-lt .learn-cmn i {
        width: 100%;
        height: 150px;
    }
    .learn-lt .learn-cmn i span {
        height: 150px;
    }
    .learn-rt .learn-cmn {
        float: left;
        width: 46%;
        margin: 0 0 20px 15px;
    }
    .learn-rt .learn-cmn i {
        width: 100%;
        height: 150px;
    }
    .learn-rt .learn-cmn i span {
        height: 150px;
    }
    .learn-lt,
    .learn-rt {
        padding: 30px 0 0;
    }
    .slider-part .carousel-indicators {
        display: none;
    }
    .slider-sec .slider-part .carousel-control.left {
        right: 0;
    }
    .slider-sec .slider-part .carousel-control.right {
        right: 0;
    }
    .user-sec {
        padding: 50px 0 30px;
        height: auto;
    }
    .bnr-inner-cnt {
        width: 45%;
        padding-right: 5%;
    }
   
    /* landing page css start */
    /* .landing-bdy {width: 770px;} */
    /* landing page css end */
    .hello-moti {
        padding: 0px 25px;
    }
    
    .static-sec.edit-default-css .static-page {
        margin-top: 25px;
    }
    .lgnd-clr {
        margin-left: 10px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .top-bar-remove .navbar-fixed-top {
        top: 0px !important;
    }
   
    .static-sec {
        padding: 0px 0 !important;
    }
    .img-cnt,
   
    .navbar-default .navbar-toggle {
        margin-top: 25px;
    }
    #dashboard_blk {
        width: calc(100% - 220px) !important;
    }
    .cmn-test h5 {
        padding-bottom: 0px;
    }
    .register-btn {
        min-width: 235px;
        padding: 10px 20px;
    }
    .course-inner-box i {
        position: relative;
        height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .course-inner-box i>img {
        width: auto;
        max-width: 100%;
    }
    .ft:before {
        background-size: contain;
        top: -71px;
    }
   
    .top-bar ul li>p {
        font-size: 13px;
        letter-spacing: 0.2px;
    }
    
    
    /*.container {max-width:95%;padding: 0 25px;}*/
    /*#hd {min-height: 70px;}*/
    /* landing page start */
    /* .landing-bdy{width:1200px;} */
    /* landing page end */
    .qa-bx {
        width: 330px;
    }
    .qa-input {
        width: 330px;
    }
    .qa-input-msg {
        width: 330px;
    }
    .sp-lft {
        width: 330px;
    }
    .structure-rgt {
        padding-left: 330px;
    }
    /* index page css start */
    .bnr-inner-cnt {
        display: block;
        width: 460px;
        padding: 120px 0 0 0;
        margin: 0 auto;
    }
    .bnr-h-ttl {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .bnr-img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
   
    .bnr-cnt-part .input-group input[type="text"] {
        width: 460px !important;
    }
    .bnr-inner-cnt .btn-default {
        right: 70px;
    }
    .home-header .navbar-brand {
        width: 100px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin: 0 !important;
    }
    .btn-default.signin,
    .btn-default.signup {
        margin-right: 0px;
        height: 30px;
        line-height: 30px;
    }
    .navbar-default.home-header .navbar-nav>li>a {
        padding: 5px;
    }
    .home-tour-slider .slider-inner {
        padding: 40px 0 26px;
    }
    .home-tour-slider .slider-part {
        padding: 10px 0 20px;
    }
    .home-tour-slider .slider-cnt {
        display: block;
        vertical-align: top;
        height: inherit;
        margin-bottom: 30px;
    }
    .home-tour-slider .slider-cnt-ttl {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .home-tour-slider .carousel-indicators {
        bottom: auto;
        top: 101%;
        transform: translateY(0%);
        left: 0;
        right: 0;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .home-tour-slider .carousel-indicators li {
        display: inline-block;
    }
    .corses-chart-cnt {
        width: 100%;
        padding: 20px 10px 20px 80px;
    }
    .img-part {
        left: 15px;
        width: 50px;
    }
    .corses-chart-cnt h4 {
        margin: 0;
    }
    .corses-chart-list ul li:first-child {
        margin-top: 30px;
    }
    .corses-chart-list ul li {
        margin: 0;
    }
    .button-part span:after {
        height: 30px;
    }
    .medical-part .corses-chart-cnt {
        margin-left: 0;
    }
    .user-sec .slider-ttl {
        margin-bottom: 30px;
    }
    .grid-parts iframe {
        width: 100% !important;
    }
    .app-sec {
        padding: 50px 0 30px;
    }
    .app-sec .slider-cnt {
        display: block;
        text-align: left;
        height: inherit;
    }
    .app-sec .slider-cnt .ggl-play {
        float: none;
    }
    .app-sec .app-inner:after {
        display: none;
    }
    .slider-ttl {
        font-size: 24px;
    }
    .app-sec .get-img {
        width: 45px;
    }
    .ft-logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .ft-ttl {
        margin-bottom: 30px;
    }
    .navbar.navbar-default .navbar-brand.logo-main {
        width: 110px;
        height: 90px;
    }
    .navbar.navbar-default.navbar-shrink .navbar-brand.logo-main {
        width: 100px;
        height: 60px;
    }
    .app-inner .slider-ttl {
        margin-bottom: 30px;
    }
    .lft-notice {
        padding: 38px 0 38px 130px;
    }
    .rgt-notice {
        padding: 38px 20px 38px 0px;
    }
    /* index page css end */

    /* .slider-sec .slider-part .carousel-control.left { top: -35px; bottom:inherit;}
.slider-sec .slider-part .carousel-control.right { top: 0; bottom:inherit;} */
    .bnr-img:after {
        display: none;
    }
    
    .user-sec {
        padding: 30px 0 30px;
        height: auto;
    }
    .app-sec .mobile-img {
        position: relative;
        width: 60%;
        margin: 0 auto 0px;
        top: 0;
    }
    .app-rt {
        float: right;
    }
    .app-lt {
        float: left;
    }
    .navbar.navbar-default .navbar-brand.logo-main {
        width: 200px;
        height: auto;
        padding-top: 7px;
        padding-right: 0px;
    }
    .navbar.navbar-default.navbar-shrink .navbar-brand.logo-main {
        width: 200px;
        height: auto;
        padding: 0px;
    }
    .navbar-default.home-header .navbar-nav>li>a {
        font-size: 12px;
        padding: 5px;
    }
    .btn-default.signup {
        margin-left: 5px;
    }
    .navbar-default .navbar-form .btn-default {
        padding: 0 8px;
        min-width: inherit;
        font-size: 12px;
    }
    .navbar-default .navbar-form {
        margin-top: 7px;
    }
    .navbar-default.navbar-shrink .navbar-nav {
        margin: 10px 0;
    }
    .navbar-default.navbar-shrink .navbar-form {
        margin-top: 10px;
    }
    .txt-row {
        width: 100%;
    }
    .innerpages .navbar.navbar-default .navbar-brand.logo-main {
        width: 200px;
    }
    
    .landing-bdy .plans-inner-sec {
        margin-top: 0 !important;
    }
    .landing-bdy .plans-inner-sec .plan-det {
        width: 100%;
        display: inline-block;
        box-shadow: 1px 1px 10px rgba(8, 8, 8, 0.15);
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    .landing-bdy .plans-inner-sec .plan-det .plan-dt-top:after {
        background-size: 100% 100%;
    }
    .tab-sec.faqs.contact-faqs {
        padding: 10px 0 30px;
    }
    
    #create-test .inr-exam h4 {
        font-size: 14px;
    }
   
    .cmn-test i {
        height: 40px;
        margin: 0 auto 10px;
        display: block;
    }
    .cmn-test.clr-1 {
        margin-bottom: 0px !important;
    }
    .cmn-test a i {
        width: auto !important;
        margin: 0 !important;
    }
    .cmn-test .arw {
        font-size: 22px;
        right: 15px;
    }
    /* .landing-nav>ul>li>a {
        padding-left: 50px;
        position: relative;
    } */
    .landing-nav>ul>li ul li a {
        padding-left: 55px;
        position: relative;
    }
    .landing-nav>ul>li ul li a i {
        left: 30px;
        top: 7px;
        position: absolute;
    }
    .chose-cnt .paper {
        padding: 0 10px;
    }
    .landing-bdy .inr-exam p {
        min-height: 30px;
    }
    .landing-bdy .chose-blk.cmn-land .inr-exam {
        margin-bottom: 15px;
    }
    .landing-bdy .inr-exam {
        margin-bottom: 15px;
    }
    
    .static-sec.edit-default-css .static-page {
        margin-top: 20px;
    }
    .custm-drp-sec .select {
        width: 13em;
    }
    .lgnd-clr {
        margin-left: 0;
        margin: 15px 0;
    }
    .signup-form .form-group .form-group.mobile {
        width: calc(100% - 120px);
        float: left;
        margin-top: 0;
    }
    
    .courses__area .col-lg-3 {
        width: 30% !important;
    }
    
    .courses__area .col-lg-9 {
        width: 70% !important;
    }
}

@media screen and (min-width:200px) and (max-width:767px) {
   
    .top-bar-remove .navbar-fixed-top {
        top: 0px !important;
    }
    .explore-learning {
        position: inherit;
    }
    .explore-learning h6 {
        margin-bottom: 20px;
    }
    .navbar.navbar-default .navbar-brand.logo-main {
        padding-top: 0px !important;
    }
    
   
    .static-sec.edit-default-css {
        padding: 0px 0;
    }
    .plan-titlbar .enroll-btn {
        margin-top: 15px;
    }
    .course-inner-box i {
        height: 200px;
    }
    .user-review {
        padding-bottom: 0px;
    }
    #dashboard_blk {
        width: 100% !important;
    }
    .ft-bottom.text-center {
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .cmn-test {
        width: 47.9% !important;
        margin: 3px !important;
    }
    .ft {
        background-color: #222222 !important;
    }
    .user-review {
        padding-top: 5px;
    }
    .social-icons {
        margin-bottom: 20px;
    }
    .ft-top {
        width: 100%;
        margin: auto;
    }
    .cmn-test {
        min-height: 192px;
    }
   
    /* .navbar-fixed-top.navbar-shrink { top:0px !important;} */
    /* .home-header.navbar-shrink { top:0px !important;} */
    .navbar-fixed-top.navbar-shrink .navbar-brand.logo-main {
        padding-top: 0px !important;
    }
    /* .navbar-fixed-top.navbar-shrink .navbar-toggle {margin-top:10px;} */
    
    
    .user-sec {
        padding: 30px 0 30px !important;
    }
    
    
    .course-inner-box .price {
        margin-top: 15px;
    }
    .slider-top p {
        margin: 10px 0 30px;
    }
    .slider-ttl.text-center img {
        width: 123px;
    }
    .slider-cnt p {
        font-size: 15px;
        line-height: 20px;
    }
    .navbar-fixed-top {
        top: 70px !important;
    }
  
    .cmn-test i {
        min-height: 140px !important;
        padding: 10px 10px;
    }
    .top-bar ul li>p {
        font-size: 12px;
    }
    .top-bar {
        height: auto;
    }
    
    .cmn-test.clr-1 {
        margin-bottom: 10px;
    }
    .user-left-review-image {
        max-width: 100%;
    }
    .user-review-inner {
        padding-left: 0px !important;
    }
    .user-review-inner p {
        font-size: 14px;
    }
    .user-review-inner ul li:last-child {
        padding-left: 15px;
    }
    .ft:before {
        background: none;
    }
    body {
        padding-bottom: 0;
    }
    
    
    .navbar-collapse.fr.collapse.in {
        width: 100% !important;
        height: 256px !important;
        margin-left: 0px;
        padding: 0;
        margin-right: 0px;
    }
    .navbar-collapse.fr.collapsing {
        width: 100% !important;
        padding: 0;
        margin-right: 0px;
    }
    
    #bs-example-navbar-collapse-1 {
        margin: 0;
        width: 100%;
        overflow-y: auto;
    }
    .navbar-home-responsive .navbar-brand {
        width: auto;
    }
    #hd {
        min-height: auto;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar.navbar-default.navbar-shrink .navbar-brand.small-logo {
        padding-top: 8px;
    }
    .qa-header {
        display: block;
    }
    .sp-lft {
        display: inline-block;
        width: 310px;
        position: fixed;
        z-index: 9;
        top: 67px;
        bottom: 0;
        left: -100%;
        transition: all 0.5s linear;
        height: 100%;
    }
    .sp-lft.open {
        left: 0;
    }
    .sp-lft:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: -100%;
        opacity: 0;
        transition: opacity 0.5s linear;
    }
    .sp-lft.open:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        right: 0;
        opacity: 1;
    }
    .structure-rgt {
        display: inline-block;
        width: 100%;
        /*margin-top:35px;*/
        padding: 0;
    }
    .sp-lft .logo {
        display: block;
    }
    .structure-wrapper {
        width: 100%;
    }
    .qa-bx {
        width: 100%;
        margin: 10px 0;
    }
    .qa-input {
        width: 100%;
    }
    .matrix-bx {
        width: 100%;
    }
    .qa-input-msg {
        width: 100%;
    }
    .structure-rgt-bd .ftr>.ftbtn .nextbtn {
        margin: 0;
    }
    .structure-lft .list {
        height: calc(100vh - 150px);
    }
    .structure-rgt-bd {
        padding: 30px 15px;
    }
    .list-part1 ul {
        text-align: center;
    }
    .list-part1 ul>li>a,
    .phone-no {
        padding: 0 5px;
    }
    .ft-bottom {
        line-height: 18px;
        padding: 10px 0;
    }
    .ft {
        height: initial;
        position: relative !important;
    }
    /* index page css start */
    .bnr-inner-cnt {
        display: block;
        width: 100%;
        padding: 100px 0 0 0;
    }
    .bnr-img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    .bnr-cnt-part .input-group input[type="text"] {
        width: 92vw !important;
    }
    .home-header .navbar-brand {
        width: 100px;
        padding-right: 0;
        padding-bottom: 0;
        margin: 0 !important;
        padding-top: 0;
    }
    .btn-default.signin {
        margin-right: 5px;
    }
    .navbar-default.home-header .navbar-nav>li>a {
        padding: 6px 0;
    }
    .home-tour-slider .slider-inner {
        padding: 40px 0 26px;
    }
    .home-tour-slider .slider-part {
        padding: 10px 0 20px;
    }
    .home-tour-slider .slider-cnt {
        display: block;
        vertical-align: top;
        height: inherit;
        margin-bottom: 30px;
    }
    .home-tour-slider .slider-cnt-ttl {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .home-tour-slider .carousel-indicators {
        bottom: auto;
        top: 105%;
        transform: translateY(0%);
        left: 0;
        right: 0;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .home-tour-slider .carousel-indicators li {
        display: inline-block;
    }
    .corses-chart-cnt {
        width: 100%;
        padding: 20px 10px 20px 80px;
    }
    .img-part {
        left: 15px;
        width: 50px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .corses-chart-cnt h4 {
        margin: 0;
    }
    .corses-chart-list ul li:first-child {
        margin-top: 30px;
    }
    .corses-chart-list ul li {
        margin: 0;
    }
    .button-part span:after {
        height: 30px;
    }
    .medical-part .corses-chart-cnt {
        margin-left: 0;
    }
    .user-sec {
        padding: 90px 0 30px;
        height: auto !important;
    }
    .user-sec .slider-ttl {
        margin-bottom: 30px;
    }
    .grid-parts iframe {
        width: 100% !important;
    }
    .app-sec {
        padding: 50px 0 30px;
    }
    .app-sec .mobile-img {
        position: relative;
        width: 90%;
        margin: 0 auto;
        top: 20px;
    }
    .app-sec .slider-cnt {
        display: block;
        text-align: center;
        height: inherit;
    }
    .app-sec .slider-cnt .ggl-play {
        float: none;
    }
    .app-sec .app-inner:after {
        display: none;
    }
    .slider-ttl {
        font-size: 24px;
    }
    .app-sec .get-img {
        width: 60px;
    }
    .ft-logo {
        text-align: center;
        margin-bottom: 0px;
    }
    .ft-logo img {
        width: 30%;
    }
    .ft-ttl {
        margin-bottom: 30px;
        text-align: center;
    }
    .slider-cnt:before {
        display: none;
    }
    .ft-top {
        padding: 20px 0;
    }
    .ft-top .list-part {
        text-align: center;
        margin-bottom: 5px;
    }
    .ft-ttl:before {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .engineer-part span {
        float: none;
    }
    .medical-part {
        margin-top: 30px;
        display: inline-block;
        width: 100%;
    }
    .medical-part span {
        float: none;
    }
    .lft-notice {
        width: 100%;
    }
    .rgt-notice {
        padding: 20px 10px 20px 10px;
    }
    
    .bnr-inner-cnt .input-group .form-group.is-empty {
        width: 100%;
    }
    .bnr-img:after {
        left: 0;
    }
    .slider-top {
        width: 100%;
    }
    .bnr-cnt-part {
        height: 700px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #ff6962;
    }
    #bs-example-navbar-collapse-1 {
        background: #ff8b65;
        border: none;
        position: fixed;
        left: 0;
        right: 0;
        box-shadow: none;
        top: 60px;
    }
    .navbar-default .navbar-form {
        border: 0;
        margin: 0 0 10px;
        box-shadow: none;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background: transparent;
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
    }
    /* .navbar-default.navbar-shrink{padding: 15px 0;} */
    .navbar.navbar-default.navbar-shrink {
        background: #0b7bc0;
    }
    .navbar.navbar-default .navbar-brand.logo-main {
        width: 200px;
        padding: 0 0 0 10px;
    }
    .navbar.navbar-default.navbar-shrink .navbar-brand>img {
        margin: 0;
    }
    .navbar.navbar-default.navbar-shrink .navbar-brand.logo-main {
        opacity: 1;
        width: 180px;
        margin-top: 0px;
        height: auto;
        padding: 3px 0 0 10px;
    }
    .courses-part:before {
        left: 25px;
    }
    .courses-sec {
        padding: 40px 0 0;
    }
    .courses-sec .slider-ttl {
        margin-bottom: 0;
    }
    /* index page css start */
    /* career page css strat */
    .navbar-default {
        min-height: inherit;
        height: 75px;
    }
    /* .login-page { padding-top: 170px;} */
    /* career page css end */
    /* default css start */
    .edit-default-css h3 {
        font-size: 16px;
    }
    .edit-default-css h4 {
        font-size: 18px;
    }
    .edit-default-css p {
        line-height: 22px;
        font-size: 14px;
    }
    .curreent-opening strong {
        font-size: 16px;
    }
    .career-join .hd {
        padding: 20px 10px 10px;
    }
    .edit-default-css h2 {
        font-size: 20px;
        line-height: 30px;
    }
   
    .contactus {
        width: 100%;
    }
    .tab-sec {
        padding: 30px 0;
    }
   
    .tab-sec.contact-faqs .slider-top {
        margin-top: 0;
    }
    /* contact page css end */
    
    .team-mem {
        right: 0;
        top: -100px;
        left: 0;
        margin: 0 auto;
        height: 220px;
        width: 300px;
    }
    .details {
        margin-top: 80px;
        display: inline-block;
    }
    .team-details {
        padding: 30px 30px 30px 30px;
        text-align: center;
    }
    .team-details-second .team-mem {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .team-details p {
        min-height: initial;
    }
    .team-ttl {
        font-size: 28px;
    }
    .team-sub-ttl {
        font-size: 18px;
    }
    .details:before {
        display: none;
    }
    .details:after {
        display: none;
    }
    .team-sec {
        padding: 45px 0 50px;
    }
   
    /* landing page css start */
    .landing-bdy {
        width: 100%;
        padding: 0 15px;
    }
    .main-landing {
        display: inline-block;
    }
    .lft-side {
        width: 100%;
        display: block;
        padding: 0;
        z-index: 9;
    }
   
    .lft-side .logo {
        padding: 10px 10px;
        text-align: center;
    }
    .logo-lft {
        width: 180px;
        display: inline-block;
    }
    .logo-lft>img {
        height: auto;
    }
    .landing-copyright {
        display: none;
    }
    .lft-nav-btn {
        float: left;
        display: inline-block;
    }
    .lft-nav-btn .navbarbtn {
        border: solid 1px #fff;
        padding: 9px 10px;
        border-radius: 3px;
        background: transparent;
        margin: 5px 0 0 0;
    }
    .lft-nav-btn .navbarbtn .icon-bar {
        background-color: #fff;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .lft-nav-btn .navbarbtn .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .hello-moti {
        padding: 0px 0 0;
    }
    .hello-slider {
        padding: 20px 20px;
    }
    .hello-moti .hd {
        padding: 20px;
    }
    .landing-nav {
        position: static;
        left: -100%;
        top: 124px;
        z-index: 9999;
        width: 300px;
        transition: all 0.5s ease-in-out;
    }
    .navopen .landing-nav {
        left: 0;
    }
    .main-landing.navopen:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
    .bnr-h-ttl {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .bnr-m-ttl {
        margin-bottom: 10px;
    }
    /* landing page css end */
    /* plan page css start */
    .tab-sec.plans .masonry-brick {
        width: 100%;
        margin-bottom: 30px;
    }
    .tab-sec.plans .slider-ttl {
        margin-bottom: 0;
    }
    
    .masonry {
        height: initial !important;
    }
    .masonry-brick {
        position: inherit !important;
    }
    .plan-faq-q .dis>h4 {
        margin-bottom: 5px;
    }
    .plan-faq-q .img {
        width: 25px;
    }
    .plan-faq-q .dis {
        margin: 0 0 0 35px;
    }
    .plan-faq h3 {
        margin-bottom: 25px;
    }
    /* plan page css end */
    /* edit profile css start */
    .main-landing.notifications .add-list-of-chap .landing-bdy {
        width: 100%;
        padding: 0 25px;
    }
    
    /* edit profile css end */
    /* motivation videos css start */
    .hello-hd {
        padding: 20px 15px 15px;
        display: inline-block;
        width: 100%;
    }
    .hello-moti {
        padding: 0px;
        margin-top: 15px;
    }
    .subject-category {
        padding: 0 15px;
    }
    /* motivation videos css end */
    /* edit profile css start */
    .add-list-of-chap .landing-bdy {
        width: 100%;
    }
    .add-list-of-chap .landing-bdy .atom-str-accordion {
        padding: 0 15px;
    }
    .list-of-chap {
        width: 100%;
    }
    .list-of-chap .che-list {
        margin-top: 10px;
    }
    .add-list-of-chap {
        width: 100%;
    }
    .mobile-menu-dashboard {
        display: block;
    }
    .dashboard-mbl-chapt {
        background: #ff6662;
    }
    .dashboard-mbl-chapt .che-hd {
        text-align: center;
        background: #e55b58;
        padding: 10px 0;
    }
    .dashboard-mbl-chapt>.che-hd h5 {
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px;
       
        margin: 0 0 8px 0;
    }
    .dashboard-mbl-chapt>.che-hd h3 {
        color: #fff;
        font-size: 20px;
       
        font-weight: bold;
        margin: 0;
        line-height: 26px;
    }
    .dashboard-mbl-chapt>.hd .list-link {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        width: 100%;
        padding: 15px 0 12px 20px;
        vertical-align: middle;
        transition: all 0.5s linear;
    }
    .mobile-menu-dashboard .drop-menu-slc {
        width: 100%;
        padding: 15px 10px 0 15px;
    }
    .mobile-menu-dashboard .drop-menu {
        width: 100%;
        font-size: 16px;
        font-family: 'cera_proregular';
        background: url(../../../images/slct-arrow.png) no-repeat right 10px top 17px;
    }
    /* edit profile css end */
   
   
    .backbtn {
        min-width: 64px;
    }
    .o-chmtry {
        font-size: 18px;
    }
   
    
    /* dashboard css start */
    /* .dashboard-sld-bx .video {min-height: 150px !important;} */
    .dashboard-view-list {
        padding: 0;
    }
    .che-moti .hd {
        padding: 0 15px;
    }
    .che-moti .hello-slider {
        padding: 5px 15px 0;
    }
    .subs-bx>.dis h3 span {
        width: 100%;
        margin-bottom: 5px;
    }
    .subs-bx>.dis .price {
        font-size: 20px;
    }
    .subs-bx>.dis .dura-day {
        font-size: 14px;
    }
    .subs-bx>.dis .start-date {
        width: 100%;
        margin-bottom: 5px;
    }
    .subs-bx>.dis .end-date {
        width: 100%;
    }
    .payment-sccs {
        padding: 0 15px;
    }
    /* .hello-sld-bx .video > img {height: 220px;} */
    /* dashboard css end */
    .exam-part .img-upload {
        float: none;
    }
    .exam-part .upload .upload-ttl {
        margin: 0;
    }
    
   
    /*===1/9/2019====*/
    .pallete-lbl {
        margin-right: 5px;
    }
    .ftbtn-inner-lft,
    .ftbtn-inner-lft {
        float: none;
        text-align: center;
    }
    .ftbtn-inner-rgt {
        float: none;
        margin-top: 15px;
    }
    .structure-rgt .structure-rgt-bd {
        padding: 15px;
    }
    
    .box-head-nav ul>li:hover .section-submenu {
        right: -54px;
    }
    .section-submenu {
        right: -54px;
    }
    #frmsearch {
        width: 100%;
    }
    #frmsearch input[type="text"] {
        width: 100% !important;
    }
    
    .main-landing.notifications .add-list-of-chap .landing-bdy {
        width: 100%;
        padding: 0 25px;
    }
    
    
    /* Home page css */
    
    .bnr-img {
        display: none;
    }
    .bnr-inner-cnt {
        padding: 0;
    }
    .bnr-cnt-part {
        margin-top: 120px;
        height: 400px;
    }
    .ex-fea {
        padding: 20px;
    }
    .container {
        max-width: 100%;
        width: 100%;
    }
    .slider-sec .slider-part .carousel-control {
        display: none;
    }
   
    .user-sec {
        padding: 30px 0 30px;
        height: 450px;
    }
    .learn-lt,
    .learn-rt {
        width: 100%;
        padding: 20px 0;
    }
    .inner-cmn {
        width: 100%;
        padding: 0 20px;
    }
    .learn-cmn {
        width: 100%;
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .learn-rt .learn-cmn {
        width: 100%;
        display: inline-block;
        margin: 0 0 20px 0;
    }
    .learn-cmn i {
        margin: 0 auto;
    }
    .container>.navbar-header {
        position: relative
    }
    #bs-example-navbar-collapse-1 {
        top: 75px;
        background: #0b7bc0;
        height: 260px;
        position: absolute
    }
    .navbar-default .navbar-form {
        float: left !important;
    }
    .navbar-default .navbar-toggle {
        background-color: #0866ab;
        border-color: #0866ab;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #000000;
        border-color: #000000;
    }
    .img-cnt {
        display: none;
    }
    .signup-form .input-group-btn {
        min-width: inherit;
        width: 110px;
    }
    .signup-form .btn-default.dropdown-toggle.number-lft {
        width: 100%;
    }
    .signup-form .form-group .form-group.mobile {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .signup-popup .signup-form .form {
        padding: 0;
    }
    /* .modal.in .modal-dialog {
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transform: translatey(-50%);
        top: 50%;
    } */
    .signup-top {
        display: none;
    }
    .signupscreen .form-heading {
        margin-top: 20px;
    }
    .signupscreen .signup-form .slider-top p {
        margin: 0 0 10px;
    }
    .loginscreen .signup-form {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #otpForm {
        padding: 0 20px;
    }
    .landing-bdy .inr-exam h4 {
        min-height: inherit;
    }
    .moti-list .hello-sld-bx {
        text-align: center;
    }
    .landing-bdy .text-series {
        margin: 0;
        padding: 0;
    }
    .landing-bdy .plan-list {
        padding: 0;
    }
    .landing-bdy .plans-inner-sec {
        margin-top: 0 !important;
    }
    .plans-inner-sec .plan-det {
        width: 100%;
        top: 0;
        margin-bottom: 20px;
    }
    .plans-inner-sec .plan-det .plan-dt-top {
        padding: 20px 20px 0 20px;
    }
    .plans-inner-sec .plan-det .plan-dt-md {
        padding: 80px 20px 40px 20px
    }
    .plans-inner-sec .plan-det .plan-dt-top:after {
        background-size: 100% 100%;
    }
    .main-landing.notifications .add-list-of-chap .landing-bdy {
        width: 100%;
        padding: 0 25px;
    }
    
    .change-number .form {
        padding: 0;
    }
    .change-number .input-group-btn {
        width: 106px;
        min-width: inherit;
    }
    .change-number .form-group.mobile {
        width: calc(100% - 116px);
        display: inline-block;
    }
    .change-number .form-group.mobile input[type="tel"] {
        width: 100% !important;
        margin-left: 0;
        display: inline-block;
    }
   
    .static-sec .slider-ttl {
        margin-bottom: 30px;
    }
    
    .work-sec .iphone-media {
        width: 100%;
    }
   
    .btn-row .cmn-btn {
        text-align: center;
        padding: 0 20px;
        min-width: 135px;
    }
    .subject-category {
        padding: 0;
    }
    .hello-hd {
        padding: 20px 0 15px;
    }
    .sub-chk-cnt .sub-chk-inner h3 {
        font-size: 16px;
    }
    .sub-chk-cnt .sub-chk-inner p {
        font-size: 14px;
        line-height: 16px;
    }
    .plans-inner-sec .plan-det {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .plan-dt-md {
        padding: 80px 20px 40px 20px;
    }
    .plan-dt-top {
        padding: 30px 20px 0 20px;
    }
    .tab-sec.plans .slider-ttl {
        margin-bottom: 20px;
    }
    
    
    
    .custm-drp-sec .select {
        width: 18em;
        margin: 0 0 10px 0;
    }
    .lgnd-clr {
        margin-left: 0;
        margin: 15px 0;
    }
    
    .add-list-of-chap.closed-list-of-chap {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    
    .main-landing .top-bar {
        width: 100%;
    }
}


/*--Extra Media  if Require ---*/

@media screen and (min-width:320px) and (max-width:374px) {
    .prevbtn {
        min-width: 115px;
    }
    .nextbtn {
        min-width: 115px;
    }
    
    .ex-fea ul li i {
        margin-right: 10px;
    }
    .ex-fea ul li {
        font-size: 14px;
    }
    .moti-list .vid-cnt {
        padding: 0;
    }
    .landing-bdy .hello-hd {
        padding: 20px 0 15px;
    }
    .sub-btn-rgt {
        padding: 0 10px;
        width: 30px;
    }
   
}

@media screen and (min-width:375px) and (max-width:413px) {
   
    .moti-list .vid-cnt {
        padding: 0;
    }
    .landing-bdy .hello-hd {
        padding: 20px 0 15px;
    }
    .sub-btn-rgt {
        padding: 0 10px;
        width: 30px;
    }
   
    .ex-fea ul li {
        font-size: 16px;
    }
}

@media screen and (min-width:414px) and (max-width:479px) {
    .sub-btn-rgt {
        padding: 0 10px;
        width: 30px;
    }
    
    
    .subscriber {
        padding-top: 10px;
    }
}



@media screen and (min-width:640px) and (max-width:767px) {
   
    .btn-row .cmn-btn {
        text-align: center;
        padding: 0 20px;
        min-width: 250px;
    }
    .plans-inner-sec .plan-det {
        width: 49.5%;
    }
    .btn-part a.plan-btn {
        width: 155px;
        font-size: 9px;
    }
    
    .custm-drp-sec .select {
        width: auto;
        min-width: 200px;
        margin: 0 10px 10px 0;
    }
    
}

@media screen and (min-width:480px) and (max-width:767px) {
    .subscriber {
        padding-top: 10px;
    }
    
    .ft-top .col-sm-3 {
        width: 50% !important;
    }
   
    .ft-top {
        width: 100% !important;
    }
    .subscriber {
        padding-top: 0px;
    }
    
    .course-inner-box i {
        height: 250px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   
    
    .learn-cmn,
    .learn-rt .learn-cmn {
        width: 47.5%;
        display: inline-block;
        margin: 0 5px 20px 5px;
    }
    .signup-form .form-group .form-group.mobile {
        width: calc(100% - 110px);
        float: left;
        margin-top: 0;
    }
    .signupscreen .signup-form {
        width: 100%;
    }
    .loginscreen .signup-form {
        padding: 30px;
    }
    .chose-cnt .sub {
        width: 33%;
    }
    .chose-cnt .paper {
        width: 50%;
    }
    /* .landing-bdy .chose-cnt .paper .inr-exam { min-height:195px;} */
    .moti-list .vid-cnt {
        width: 50%;
    }
    .edit-prifile .otp-bx {
        padding: 20px 0;
        width: 350px;
        margin: 0 auto;
    }
    .change-number {
        padding: 40px 0;
        width: 350px;
        margin: 0 auto;
    }
    .std-mat {
        width: 50%;
    }
    
}



@media (min-width: 1023px) {
    .navbar-collapse.collapse {
        display: flex!important;
        justify-content: space-between;
        align-items: center;
    }
}
body {
    background-color: #fff;
    color: #000;
}

.content {
    overflow: auto;
    position: relative;
    padding: 20px;
    height: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.max-width-example .content {
    height: auto;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    vertical-align: bottom;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}


/* VERTICAL SCROLLBAR */

.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}


/* non-visible scrollbar */

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}


/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}


/* scrollbar position: outside */

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}


/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}


/* HORIZONTAL SCROLLBAR */

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}


/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}


/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}


/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,

/* auto-expanded scrollbar */

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-image: linear-gradient(to right, #003abc, #006cef);
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3e50b3;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #3e50b3
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}
@charset "utf-8";
/* CSS Document */
.box-set {width:250px; height:250px; display: inline-block;}
.middle-anim-sec{display:block; float:left; width:100%; position: relative; height: 100%; background: #fff; z-index: 9999;}
.cmn-bx{  position: absolute;
    width: 200px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
 }
.cmn-bx h2{ display: inline-block; width:100%; text-align:center;}
.clr{ clear:both; display:block;}


.anim-07 svg path{ stroke:#09F;}
.anim-07 svg:hover path{ stroke: #090;}

.anim-08 svg path{ fill:#09F;}
.anim-08 svg:hover path{fill:#090;}


.anim-10 svg:hover path{ stroke: #E38426;}
.anim-11 svg:hover path{ stroke: #E38426;}
.anim-12 svg:hover path{ stroke: #E38426;}
.anim-13 svg:hover path{ stroke: #E38426;}

.cmn-bx.anim-17{ width:23%;}
.cmn-bx.anim-17 .box-set{ width:100%; height:250px;}

.blnk{}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

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

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}

/**************** Common css start ****************/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

img {
    max-width: 100%;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.mt_1 {
    margin-top: 10px;
}

.mt_2 {
    margin-top: 20px;
}

.mt_3 {
    margin-top: 30px;
}

.mt_4 {
    margin-top: 40px;
}

.mt_5 {
    margin-top: 50px;
}

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

.p-0 {
    padding: 0;
}

.pl0 {
    padding-left: 0px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.width100 {
    width: 100%;
}

.width200 {
    width: 200px;
}

.width120 {
    width: auto;
    min-width: 120px !important;
}

.Primary_color {
    background: #3e50b3 !important;
}

.Secondary_color {
    background: #79AFF5;
}

.Secondary_blue {
    background: #4d94f2;
}

.light_blue {
    background: #a5c9f8;
}

.light_yellow {
    background: #ffda96;
}

.light_green {
    background: #68b788;
}

.white_bg {
    background: #fff !important;
}

.Primary_text_color {
    color: #3e50b3 !important;
}

.text-white {
    color: #ffffff !important;
}


.mtb1 {
    margin: 10px 0;
}

.mtb2 {
    margin: 20px 0;
}

.mtb3 {
    margin: 30px 0;
}

.mtb4 {
    margin: 40px 0;
}

.mtb5 {
    margin: 50px 0;
}

.plr-15 {
    padding: 0 15px;
}

.section {
    display: block;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.heading-title h2 {
    font-size: 32px;
    color: #0c2e60;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    
    margin: 0;
}

.heading-title .divider {
    position: relative;
    display: inline-block;
    width: 50px;
    margin-top: 30px;
    background: #3e50b3;
    height: 1px;
}

.heading-title .divider:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #CE3424;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.heading-title .divider:before {
    position: absolute;
    content: "";
    top: -8px;
    right: 50%;
    width: 50px;
    height: 1px;
    background: #CE3424;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.heading-title {
    margin-bottom: 30px;
    text-align: center;
}

.heading-title:hover .divider:after {
    width: 70px;
}

.heading-title:hover .divider:before {
    width: 70px;
}

.btn-blue-effect {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 13px !important;
    font-weight: 500;
    min-width: max-content;
    color: #fff !important;
    line-height: 26px !important;
    background: var(--primary);
    border-radius: 6px !important;
    text-align: center;
    padding: 1px 20px !important;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
    border: none;
    height: 28px;
}

.btn-blue-effect:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    z-index: -1;
}

.btn-blue-effect:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-blue-effect:hover {
    color: #3e50b3 !important;
    background: #fff;
    box-shadow: 0 0 15px rgba(69, 39, 164, 0.5);
}

.btn-wight-effect {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #4D94F2 !important;
    line-height: 28px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
}

.btn-wight-effect:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #4D94F2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    z-index: -1;
}

.btn-wight-effect:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-wight-effect:hover {
    color: #fff !important;
    background: #4D94F2;
    box-shadow: 0 0 15px rgba(69, 39, 164, 0.5);
}

.btn-blue-effect input[type="button" i],
.btn-blue-effect input[type="submit" i] {
    background: transparent;
    color: inherit;
    border: none;
}


/**************** Common css end ****************/

.custom-training {
    display: block;
    padding: 25px;
    position: relative;
    background: var(--light-primary);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.custom-training .text_iner {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.custom-training .text_iner .feature-icon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 2px dotted #4D93F2;
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: relative;
}
.custom-training .text_iner .feature-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
}
.custom-training .text_iner .feature-content {
    margin-left: 20px;
    display: block;
    color: #303031;
    text-align: left;
}
.custom-training .text_iner .feature-content h3 {
    color: #303031;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
}
.custom-training .text_iner .feature-content p {
    font-size: 15px;
    line-height: inherit;
    font-weight: 500;
    margin: 0;
}
.custom-training a.btn {
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}
.trainingTestTicker {
    margin-top: 11px;
    animation: blinker 1.8s linear infinite;
}
.training-feature {
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    height: calc(100% - 50px);
    background: var(--light-primary);
}
.training-feature .feature-icon {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    border: 2px dotted #3e50b3;
    width: 60px;
    height: 60px;
    position: relative;
}
.training-feature .feature-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
}
.training-feature .feature-content h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color: #303031;
}
.training-feature .feature-content p {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

/* General section styling */
.online-courses {
    padding: 40px 0;
    background-color: #f8f8f8;
  }
  
  .online-courses .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .online-courses h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .online-courses p {
    font-size: 13px;
    line-height: inherit;
    color: #5a5a5a;
    font-weight: 300;
    text-align: center;
  }
  
  /* Carousel container styling */
  .course-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 20px;
  }
  
  .course-item {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 24.2%;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    scroll-snap-align: start;
    transition: transform 0.3s ease;
  }
  
  .course-item:hover {
    transform: translateY(-5px);
  }
  
  .course-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .course-details {
    padding: 20px;
  }
  
  .course-details h4 {
    color: #303031;
    /* font-weight: 600; */
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .course-description {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 20px;
  }
  
  .enroll-btn {
    background-color: var(--primary);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1rem;
  }
  
  .enroll-btn:hover {
    background-color: #0056b3;
  }
  /* Tutor Card Styles */
.tutor-card {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    
    transition: all 0.3s ease;
  }
  
  
  
  /* Tutor Image */
  .tutor-image img {
    width: 100%;
   
    object-fit: cover;
    border-bottom: 2px solid #ddd;
  }
  
  /* Tutor Details */
  .tutor-details {
    padding: 20px;
    text-align: center;
  }
  
  .tutor-name {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .tutor-expertise {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
  }
  
  .tutor-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }
  .tutor-card .tutor-thumb-wrap {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
  .tutor-card .tutor-image {
   position: relative;
}
  .tutor-card .tutor-image a::before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: var(--primary);
    border-radius: 16px;
}
.tutor-thumb-wrap:hover .tutor-image a::before {
    opacity: 0.5;
}
.reviewsection{
  background-color: #f8f8f8;
}
.list__review {
	column-width: 33rem;
	column-gap: 1.5rem;
	list-style: none;
	padding-inline: 1rem;
	margin: 2rem 0;
}

.review__item:not(:first-child) {
	margin-block-start: 3.5rem;
}

.review__item {
	position: relative;
	border-radius: 0.8em;
	padding: 3.25rem;
	break-inside: avoid;
    background: #0e0f0f14;
}

.review__heading {
	position: absolute;
	inset: 0 auto auto 0;
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 !important;
	border-radius: 25px;
	padding: 5px 10px;
	line-height: 1;
	transform: translate(-10px, -50%);
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.05), 0 1px 0 0 rgba(10, 10, 10, 0.05), 0 0.1em 0.6em -0.5em rgba(10, 10, 10, 0.05), 0 0.2em 1.2em -0.8em rgba(10, 10, 10, 0.1), 0 0.3em 0.7em -0.6em rgba(10, 10, 10, 0.2), 0 0.4em 0.8em -0.7em rgba(10, 10, 10, 0.3);
}

.review__title {
	position: relative;
	font-size: 14px;
    margin-bottom: 0.1rem;
    font-weight: 600;
}

.review__title::after {
	position: absolute;
	inset: -5px -0.25rem -5px auto;
	content: '';
	height: calc(0.625rem + 10px);
	width: 1px;
	background: rgba(10, 10, 10, 0.1);
}

.review__stars {
	font-size: 1rem;
}

.review__content {
	font-size: 13px;
    line-height: inherit;
    color: #5a5a5a;
    font-weight: 300;
    text-align: center;
}

.review__author {
	font-size: 14px;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
  /* Responsive Design */
  @media (max-width: 1024px) {
    .course-carousel {
      gap: 20px;
    }
  
    .course-item {
      width: 45%;
    }
    
    /* Hide the navbar off-screen */
#navbar4 {
  position: fixed;
  top: 0;
  right: -100%; /* Off-screen */
  width: 100%;
  height: 100vh;
  background: var(--primary);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease-in-out;
  z-index: 1050;
  padding-top: 20px;
  transition: right 0.3s ease; 
}

/* When active, slide it in */
#navbar4.show {
  right: 0;
  height:100vh;
}

/* Close button */
.navbar-close {
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: transparent;
    display:block !important;
}

.navbar-nav .nav-item .btn{
  padding:8px 16px;  
  color: #fff;
  text-transform: uppercase;
}  

.navbar-nav .nav-item .nav-link{
  color:#fff;    
}

#navbar4 ul.menu{
  padding-top:60px;   
}

  }
  
  @media (max-width: 768px) {
    .course-carousel {
      gap: 15px;
    }
  
    .course-item {
      width: 90%;
    }
  }
  
  @media (max-width: 480px) {
    .course-carousel {
      gap: 10px;
    }
  
    .course-item {
      width: 100%;
    }
  }
  


.my-1 {
    margin: 1rem 0 !important;
}

.my-2 {
    margin: 2rem 0 !important;
}

.my-3 {
    margin: 3rem 0 !important;
}

.my-4 {
    margin: 4rem 0 !important;
}

.my-5 {
    margin: 5rem 0 !important;
}


.py-1 {
    padding: 1rem 0 !important;
}

.py-2 {
    padding: 2rem 0 !important;
}

.py-3 {
    padding: 3rem 0 !important;
}

.py-4 {
    padding: 4rem 0 !important;
}

.py-5 {
    padding: 5rem 0 !important;
}


/**************** header part css start ****************/

.dashnav .navbar-header .navbar-brand>img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
   
    margin: 0 auto;
}

.dashnav .navbar-header .navbar-brand {
    padding: 0px;
    margin-top: 0px;
    margin: 16px 0;
}

nav.navbar.dashnav {
    border-radius: 0;
    margin: 0;
    border: 0;
    width:100%;
    padding:0;
}

.dashnav .navbar-collapse {
    flex-grow:unset;
}

.dashnav .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 16px;
    color: #1e1e1e;
    font-weight: 500;
}

.dashnav .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #3e50b3;
    border-color: #337ab700;
    color: #fff !important;
}

.dashnav .nav .open>a,
.dashnav .nav .open>a:focus .caret,
.dashnav .nav .open>a:hover .caret {
    color: #fff !important;
}

.dashnav .nav>li>a:focus,
.dashnav .nav>li>a:hover {
    text-decoration: none;
    background-color: var(--primary);
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 16px;
}

.dashnav .nav>li>a:focus .caret,
.dashnav .nav>li>a:hover .caret {
    color: #fff !important;
}


/**************** header css end ****************/




/**************** Our Stats part css start ****************/

.stats {
    padding: 15px 0;
    margin: 25px 0;
    display: flex;
    border-radius: 10px;
    align-items: center;
    height: 100%;
    position: relative;
    background: #ffffff;
    background-clip: padding-box;
    border: solid 2px transparent;
}
.stats {
    position: relative;
    background: #ffffff;
    background-clip: padding-box;
    border: solid 2px transparent;
    border-radius: 10px;
    height: calc(100% - 50px);
}

.statsbox {
    padding: 20px;
    position: relative;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    display: block;
    margin: 33px auto;
    height: 180px;
}

.statsbox:hover span {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.statsbox:before {
    content: "";
    border: 2px solid #3e50b3;
    position: absolute;
    top: -15px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    left: -15px;
    z-index: -1;
    display:none;
}

.stats .statsbox p {
    font-size: 16px;
    color: #303031;
    margin: 0;
    margin-top: 10px;
    line-height: 22px;
    font-family: 'cera_proregular';
    text-align: center;
}

.stats .statsbox h2 {
    color: #303031;
    font-size: 21px;
    margin: 0;
    margin-top: 5px;
    
    font-weight: bold;
}

.stats .statsbox span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #3e50b3;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.stats .statsbox span img {
    width: 50px;
    margin: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.stats p {
    text-align: center;
    margin: 20px 0;
    color: #3e50b3;
    font-size: 15px;
}

.stats-section .bg-layer-top {
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -200px;
    background-repeat: no-repeat;
    background: rgb(32 123 239 / 15%);
    border-radius: 50%;
}
.hour_exper:before {
    background: linear-gradient(135deg, rgba(254, 210, 172, 1) 0%, rgba(249, 109, 120, 1) 100%);
}
.stats:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
}
.stats:after {
    content: "";
    width: 60px;
    height: 60px;
    bottom: -7px;
    left: -7px;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hour_exper .statsbox {
    background: rgb(254, 210, 172);
   background: linear-gradient(135deg, rgb(128 127 192) 0%, rgb(75 73 172) 100%);
}
.stats .statsbox span {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    position: initial;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.stats .statsbox span img {
    width: 50px;
    margin: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.stats .statsbox h2 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    margin-top: 5px;
    
    font-weight: bold;
}
.stats .statsbox p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    margin-top: 10px;
    line-height: 22px;
    font-family: 'cera_proregular';
    text-align: center;
}
.hour_exper:after {
    background-image: url(../../assets/images/border_01.svg);
}
.app_select:before {
    background: linear-gradient(135deg, rgba(85, 165, 245, 1) 0%, rgba(96, 207, 152, 1) 100%);
}
.app_select .statsbox {
    background: rgb(85, 165, 245);
    background: linear-gradient(135deg, rgb(128 127 192) 0%, rgb(75 73 172) 100%);
}
.app_select:after {
    background-image: url(../../assets/images/border_02.svg);
}
.app_rate:before {
    background: linear-gradient(135deg, rgba(114, 184, 255, 1) 0%, rgba(0, 123, 246, 1) 100%);
}
.app_rate .statsbox {
    background: rgb(114, 184, 255);
   background: linear-gradient(135deg, rgb(128 127 192) 0%, rgb(75 73 172) 100%);
}
.app_rate:after {
    background-image: url(../../assets/images/border_03.svg);
}
.app_down:before {
    background: linear-gradient(135deg, rgba(249, 222, 125, 1) 0%, rgba(255, 147, 64, 1) 100%);
}
.app_down .statsbox {
    background: rgb(249, 222, 125);
    background: linear-gradient(135deg, rgb(128 127 192) 0%, rgb(75 73 172) 100%);
}
.app_down:after {
    background-image: url(../../assets/images/border_04.svg);
}
/**************** Our Stats part css end ****************/


/**************** Batch Details ****************/


/**************** top part css start ****************/

.batchleftpart {
    background: rgb(32 123 239 / 15%);
    padding: 40px;
    margin: 0;
    position: relative;
}

.batch-title {
    margin: 0;
    padding: 0;
}

.batch-title h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.batchdatetime {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.batchdatetime img {
    width: 50px;
    margin-right: 15px;
}

.batchdatetime p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}



.tab-content {
    margin-top: 30px;
}


/**** CSS Percentage Circle ***************/

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #3e50b3;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 80px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #cccccc;
}

.c100 *,
.c100 *:before,
.c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.c100.center {
    /* float: none;
    margin: 0 auto; */
}

.c100>span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #cccccc;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: whitesmoke;
    width: 0.84em;
    height: 0.84em;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.c100 .bar {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.c100.p1 .bar {
    -webkit-transform: rotate(3.6deg);
    -moz-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    -o-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.c100.p2 .bar {
    -webkit-transform: rotate(7.2deg);
    -moz-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    -o-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.c100.p3 .bar {
    -webkit-transform: rotate(10.8deg);
    -moz-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    -o-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.c100.p4 .bar {
    -webkit-transform: rotate(14.4deg);
    -moz-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    -o-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.c100.p5 .bar {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}

.c100.p6 .bar {
    -webkit-transform: rotate(21.6deg);
    -moz-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    -o-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.c100.p7 .bar {
    -webkit-transform: rotate(25.2deg);
    -moz-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    -o-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.c100.p8 .bar {
    -webkit-transform: rotate(28.8deg);
    -moz-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    -o-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.c100.p9 .bar {
    -webkit-transform: rotate(32.4deg);
    -moz-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    -o-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.c100.p10 .bar {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.c100.p11 .bar {
    -webkit-transform: rotate(39.6deg);
    -moz-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    -o-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.c100.p12 .bar {
    -webkit-transform: rotate(43.2deg);
    -moz-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    -o-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.c100.p13 .bar {
    -webkit-transform: rotate(46.8deg);
    -moz-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    -o-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.c100.p14 .bar {
    -webkit-transform: rotate(50.4deg);
    -moz-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    -o-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.c100.p15 .bar {
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    transform: rotate(54deg);
}

.c100.p16 .bar {
    -webkit-transform: rotate(57.6deg);
    -moz-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    -o-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.c100.p17 .bar {
    -webkit-transform: rotate(61.2deg);
    -moz-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    -o-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.c100.p18 .bar {
    -webkit-transform: rotate(64.8deg);
    -moz-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    -o-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.c100.p19 .bar {
    -webkit-transform: rotate(68.4deg);
    -moz-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    -o-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.c100.p20 .bar {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}

.c100.p21 .bar {
    -webkit-transform: rotate(75.6deg);
    -moz-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    -o-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.c100.p22 .bar {
    -webkit-transform: rotate(79.2deg);
    -moz-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    -o-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.c100.p23 .bar {
    -webkit-transform: rotate(82.8deg);
    -moz-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    -o-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.c100.p24 .bar {
    -webkit-transform: rotate(86.4deg);
    -moz-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    -o-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.c100.p25 .bar {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c100.p26 .bar {
    -webkit-transform: rotate(93.6deg);
    -moz-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    -o-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.c100.p27 .bar {
    -webkit-transform: rotate(97.2deg);
    -moz-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    -o-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.c100.p28 .bar {
    -webkit-transform: rotate(100.8deg);
    -moz-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    -o-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.c100.p29 .bar {
    -webkit-transform: rotate(104.4deg);
    -moz-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    -o-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.c100.p30 .bar {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}

.c100.p31 .bar {
    -webkit-transform: rotate(111.6deg);
    -moz-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    -o-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.c100.p32 .bar {
    -webkit-transform: rotate(115.2deg);
    -moz-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    -o-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.c100.p33 .bar {
    -webkit-transform: rotate(118.8deg);
    -moz-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    -o-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.c100.p34 .bar {
    -webkit-transform: rotate(122.4deg);
    -moz-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    -o-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.c100.p35 .bar {
    -webkit-transform: rotate(126deg);
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    transform: rotate(126deg);
}

.c100.p36 .bar {
    -webkit-transform: rotate(129.6deg);
    -moz-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    -o-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.c100.p37 .bar {
    -webkit-transform: rotate(133.2deg);
    -moz-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    -o-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.c100.p38 .bar {
    -webkit-transform: rotate(136.8deg);
    -moz-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    -o-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.c100.p39 .bar {
    -webkit-transform: rotate(140.4deg);
    -moz-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    -o-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.c100.p40 .bar {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}

.c100.p41 .bar {
    -webkit-transform: rotate(147.6deg);
    -moz-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    -o-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.c100.p42 .bar {
    -webkit-transform: rotate(151.2deg);
    -moz-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    -o-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.c100.p43 .bar {
    -webkit-transform: rotate(154.8deg);
    -moz-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    -o-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.c100.p44 .bar {
    -webkit-transform: rotate(158.4deg);
    -moz-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    -o-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.c100.p45 .bar {
    -webkit-transform: rotate(162deg);
    -moz-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg);
}

.c100.p46 .bar {
    -webkit-transform: rotate(165.6deg);
    -moz-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    -o-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.c100.p47 .bar {
    -webkit-transform: rotate(169.2deg);
    -moz-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    -o-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.c100.p48 .bar {
    -webkit-transform: rotate(172.8deg);
    -moz-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    -o-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.c100.p49 .bar {
    -webkit-transform: rotate(176.4deg);
    -moz-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    -o-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.c100.p50 .bar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100.p51 .bar {
    -webkit-transform: rotate(183.6deg);
    -moz-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    -o-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.c100.p52 .bar {
    -webkit-transform: rotate(187.2deg);
    -moz-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    -o-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}

.c100.p53 .bar {
    -webkit-transform: rotate(190.8deg);
    -moz-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    -o-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.c100.p54 .bar {
    -webkit-transform: rotate(194.4deg);
    -moz-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    -o-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.c100.p55 .bar {
    -webkit-transform: rotate(198deg);
    -moz-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    -o-transform: rotate(198deg);
    transform: rotate(198deg);
}

.c100.p56 .bar {
    -webkit-transform: rotate(201.6deg);
    -moz-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    -o-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.c100.p57 .bar {
    -webkit-transform: rotate(205.2deg);
    -moz-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    -o-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}

.c100.p58 .bar {
    -webkit-transform: rotate(208.8deg);
    -moz-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    -o-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.c100.p59 .bar {
    -webkit-transform: rotate(212.4deg);
    -moz-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    -o-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.c100.p60 .bar {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
}

.c100.p61 .bar {
    -webkit-transform: rotate(219.6deg);
    -moz-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    -o-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.c100.p62 .bar {
    -webkit-transform: rotate(223.2deg);
    -moz-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    -o-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}

.c100.p63 .bar {
    -webkit-transform: rotate(226.8deg);
    -moz-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    -o-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.c100.p64 .bar {
    -webkit-transform: rotate(230.4deg);
    -moz-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    -o-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.c100.p65 .bar {
    -webkit-transform: rotate(234deg);
    -moz-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    transform: rotate(234deg);
}

.c100.p66 .bar {
    -webkit-transform: rotate(237.6deg);
    -moz-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    -o-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.c100.p67 .bar {
    -webkit-transform: rotate(241.2deg);
    -moz-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    -o-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}

.c100.p68 .bar {
    -webkit-transform: rotate(244.8deg);
    -moz-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    -o-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.c100.p69 .bar {
    -webkit-transform: rotate(248.4deg);
    -moz-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    -o-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.c100.p70 .bar {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg);
}

.c100.p71 .bar {
    -webkit-transform: rotate(255.6deg);
    -moz-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    -o-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.c100.p72 .bar {
    -webkit-transform: rotate(259.2deg);
    -moz-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    -o-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.c100.p73 .bar {
    -webkit-transform: rotate(262.8deg);
    -moz-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    -o-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.c100.p74 .bar {
    -webkit-transform: rotate(266.4deg);
    -moz-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    -o-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}

.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.c100.p76 .bar {
    -webkit-transform: rotate(273.6deg);
    -moz-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    -o-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.c100.p77 .bar {
    -webkit-transform: rotate(277.2deg);
    -moz-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    -o-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.c100.p78 .bar {
    -webkit-transform: rotate(280.8deg);
    -moz-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    -o-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.c100.p79 .bar {
    -webkit-transform: rotate(284.4deg);
    -moz-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    -o-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}

.c100.p80 .bar {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
}

.c100.p81 .bar {
    -webkit-transform: rotate(291.6deg);
    -moz-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    -o-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.c100.p82 .bar {
    -webkit-transform: rotate(295.2deg);
    -moz-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    -o-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.c100.p83 .bar {
    -webkit-transform: rotate(298.8deg);
    -moz-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    -o-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.c100.p84 .bar {
    -webkit-transform: rotate(302.4deg);
    -moz-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    -o-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}

.c100.p85 .bar {
    -webkit-transform: rotate(306deg);
    -moz-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    -o-transform: rotate(306deg);
    transform: rotate(306deg);
}

.c100.p86 .bar {
    -webkit-transform: rotate(309.6deg);
    -moz-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    -o-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.c100.p87 .bar {
    -webkit-transform: rotate(313.2deg);
    -moz-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    -o-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.c100.p88 .bar {
    -webkit-transform: rotate(316.8deg);
    -moz-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    -o-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.c100.p89 .bar {
    -webkit-transform: rotate(320.4deg);
    -moz-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    -o-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}

.c100.p90 .bar {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
}

.c100.p91 .bar {
    -webkit-transform: rotate(327.6deg);
    -moz-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    -o-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.c100.p92 .bar {
    -webkit-transform: rotate(331.2deg);
    -moz-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    -o-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.c100.p93 .bar {
    -webkit-transform: rotate(334.8deg);
    -moz-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    -o-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.c100.p94 .bar {
    -webkit-transform: rotate(338.4deg);
    -moz-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    -o-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}

.c100.p95 .bar {
    -webkit-transform: rotate(342deg);
    -moz-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    transform: rotate(342deg);
}

.c100.p96 .bar {
    -webkit-transform: rotate(345.6deg);
    -moz-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    -o-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.c100.p97 .bar {
    -webkit-transform: rotate(349.2deg);
    -moz-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    -o-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.c100.p98 .bar {
    -webkit-transform: rotate(352.8deg);
    -moz-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    -o-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.c100.p99 .bar {
    -webkit-transform: rotate(356.4deg);
    -moz-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    -o-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}

.c100.p100 .bar {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.c100:hover {
    cursor: default;
}

.c100:hover>span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 18px;
    font-weight: 600;
    color: #3e50b3;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.c100:hover:after {
    top: 0.04em;
    left: 0.04em;
    width: 0.92em;
    height: 0.92em;
}

.footer-home {
    background: var(--primary);
    /* z-index: 999; */
    display: block;
    width: 100%;
    overflow: hidden;
}

.footer-home img {
    width: 50px;
}

.actionbtn {
    display: flex;
    align-items: center;
    padding-top: 5px;
    justify-content: flex-start;
}

.foot_top {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.foot-top ul li a {
    font-size:14px;
    color: #ffff !important;
}

.foot_top .right-part {
    width: calc(100% - 200px);
    float: right;
    display: inline-block;
}

.foot_top .left-part {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.foot_top .left-part h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #3e50b3;
}

.foot_top .left-part h3 {
    font-weight: 700;
    color: #CE3424;
    font-size: 12px;
    margin: 10px 0;
    margin-left: 0;
}

.foot_top .right-part a {
    width: 180px;
    padding: 10px 20px !important;
    text-transform: uppercase;
}

.foot_bottom {
    margin: 0;
    padding: 0;
}

.foot_bottom p {
    font-size: 14px;
    line-height: inherit;
    margin: 10px 0 5px;
}

.foot_bottom p span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    color: #3e50b3;
}

.foot_bottom p span.nopay {
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    margin: 0;
    color: #2d2d2d;
}

.modal-header {
    background: rgb(32 123 239);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.fullpayment {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 0;
    margin-left: 8px;
}

.fullpayment .radio label {
    font-size: 18px;
    color: #000;
}

.fullpayment .radio label input {
    margin: 8px 0;
    margin-left: -20px;
}

.fullpayment h3 {
    position: absolute;
    right: 0;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.payinstall {
    margin: 0;
    padding: 0;
    display: block;
    margin-left: 30px;
}

.payinstall p {
    margin: 0;
    padding: 10px 0;
    color: #000;
    font-size: 18px;
    margin-left: -30px;
}

.payinstall p span {
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.payregis {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 0;
}

.payregis h3 {
    position: absolute;
    right: 0;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
}

.firstinstall h3 {
    position: absolute;
    right: 0;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
}

.secondintall h3 {
    position: absolute;
    right: 0;
    margin: 0;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}

.firstinstall {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 0;
}

.secondintall {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 0;
}

.checkbox,
.radio {
    margin-top: 5px;
    margin-bottom: 5px
}

.secondintall .radio label {
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.secondintall .radio label .istalldate {
    font-size: 11px;
    text-align: left;
}

.firstinstall .radio label {
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.payregis .radio label {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.firstinstall .radio label .istalldate {
    font-size: 11px;
    text-align: left;
}

.foot_top .left-part h2 span {
    font-size: 14px;
    text-decoration: line-through;
    color: #2d2d2d;
}

.foot_top .left-part p {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px 0;
    color: #2d2d2d;
}

.foot_top .left-part p span {
    margin-left: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #3e50b3;
    font-size: 14px;
}


/**************** top part css end ****************/

.foot-bottom {
    background: #000;
}

.foot-bottom p {
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 21px;
    padding: 5px 0;
    font-size: 12px;
}

.foot-top {
    color: #fff;
    padding: 20px 0;
}

.foot-top h3 {
    color: #fff;
    padding-bottom: 20px;
    font-weight: 600;
    margin-top: 20px;
    font-size: 21px;
}

.foot-top .subhead h4 {
    color: #fff;
    font-weight: 600;
    margin-top: -30px;
}

.foot-top ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.foot-top ul li {
    line-height: inherit;
    padding: 2px 0;
    cursor: pointer;
    list-style: none;
    color: #fff;
    font-size: 15px
}



.footer-home .foot-top .social-links {
    margin-top: 20px;
}

.footer-home .foot-top .social-links a:last-child {
    margin: 0;
}

.footer-home .foot-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: #000;
    line-height: 0;
    position: relative;
    margin-right: 20px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
}

.footer-home .foot-top .social-links a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-home .foot-top .social-links a:hover {
    color: #3e50b3;
}

.footer-home .foot-top .social-links a.facebook:hover {
    color: #1877f2;
}

.footer-home .foot-top .social-links a.twitter:hover {
    color: #1da1f2;
}

.footer-home .foot-top .social-links a.instagram:hover {
    color: #c32aa3;
}

.footer-home .foot-top .social-links a.google:hover {
    color: #db4437;
}


/*/ start count stats /*/

section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.stats .fa {
    color: #008080;
    font-size: 60px;
}


/*/ end count stats /*/

.site-header {
    width: 100%;
    position: relative;
    z-index: 999;
    background-color: transparent;
    /* transform: translate3d(0, 0, 0); */
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(30, 30, 30, 0.10196078431372549);
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    top: 0 !important;
    background-color: #ffffff;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
    padding: 0 !important;
}

.navbar-fixed-inner {
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0px !important;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
    margin: 0 !important;
}

.selector {
    display: flex;
    width: 360px;
    align-items: center;
    justify-content: center;
    border: 3px solid #3e50b3;
}

section.enrollsection {
    background: rgb(32 123 239 / 15%);
    padding: 15px 0;
    z-index: 999;
    display: block;
    position: relative;
    border-top: 5px solid #3e50b3;
}

.selector .selection {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 36px;
    height: 100%;
    width: 100%;
    font-weight: 600;
    margin-left: -1px;
    background-clip: border-box;
    transform: scale3d(1, 1, 1);
    background: rgb(255 255 255);
    color: #3e50b3;
    transition: 0.15s ease-in-out;
}

.selector .selection.selected {
    background: rgb(32 123 239) !important;
    color: #ffffff !important;
    z-index: 2;
    cursor: text;
}

li.top-level-list-item {
    position: relative;
    display: inline-block;
    /*border-right: 4px solid white;*/
}


.course-menu {
    opacity: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    position: absolute;
    top: 85px;
    z-index: 99;
    margin: 0;
    left: 0;
    display: none;
}

.dropdown-open~.course-menu {
    display: block!important;
    opacity: 1;
}

.course-model {
    margin: 0;
    padding: 0;
    display: block;
}

.course-model h2 {
    font-size: 24px;
    text-align: center;
    color: #3e50b3;
    font-weight: 600;
}

.course-tag-selection {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    padding: 0 0;
}

.course-tag-selection .examname,
.course-tag-selection .modetype {
    margin: 10px 0;
    display: block;
}

.course-tag-selection .examyear {
    display: block;
}

.course-tag-selection .examyear h3,
.course-tag-selection .modetype h3 {
    color: #3e50b3;
    text-align: left;
    margin-bottom: 5px;
    font-size: 21px;
}

p.priconfilter,
p.ourresfilter {
    float: right;
    margin: 10px 0;
    padding: 0;
    padding-right: 25px;
}

p.priconfilter .btn,
p.ourresfilter .btn {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-left: 2px;
    min-width: 100px;
    line-height: 24px;
    background: #dddddd24;
    font-size: 16px;
    transition: all 500ms ease;
}

p.priconfilter .btn:hover,
p.ourresfilter .btn:hover {
    text-decoration: none;
    background-color: #eee;
}

p.priconfilter .btn.active,
p.ourresfilter .btn.active {
    color: #fff;
    background-color: #3e50b3;
}

.hidden {
    display: none;
}

.Hide {
    display: none;
}


.detliveclass .bg-layer-bottom {
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: auto;
    bottom: -300px;
    background-repeat: no-repeat;
    background: rgb(32 123 239 / 15%);
    border-radius: 50%;
}

.secondary-nav .scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.secondary-nav .scroll::-webkit-scrollbar {
    display: none;
}

.secondary-nav .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    clear: both;
    background-color: #fbf7fc;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

.secondary-nav .submenu.visible {
    display: block;
    height: auto;
    border-top: 1px solid #e8e8e8;
}

.secondary-nav .dropdown {
    position: inherit;
}

.secondary-nav .dropdown-item {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    width: auto;
    clear: inherit;
    padding: 12px;
}

.secondary-nav .dropdown-toggle.visible {
    background: #fbf7fc;
}

.secondary-nav .dropdown-item.active,
.secondary-nav .dropdown-item:active,
.secondary-nav .dropdown-item:hover {
    background: #fff;
    color: #6a2c79;
}


/*Don't Remove this give class/id if required*/

.secondary-nav,
.secondary-nav nav {
    font-size: 0;
}

.secondary-nav {
    position: relative;
    z-index: 2;
    clear: both;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.secondary-nav .vam {
    display: inline-block;
    vertical-align: middle;
}

.secondary-nav .nav {
    width: 100%;
}

.secondary-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
}

.secondary-nav .nav-link {
    font-weight: 600;
    padding: 10px 15px;
    font-size: 15px;
}

.secondary-nav .nav-link.active {
    color: #000;
    box-shadow: inset 0px -3px 0px 0px #fdac00;
}


/* new css*/

.navbar-toggle .icon-bar {
    background: #000;
}

.dashnav .navbar-toggle {
    margin: 15px 0px;
}


/* signin signup modal css start */

.home_modal_pop label {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.home_modal_pop input[type="text"] {
    width: 100% !important;
    border: 0;
    line-height: 40px;
    height: 40px;
    border-radius: 5px !important;
    padding: 0;
    display: block !important;
    text-indent: 18px;
    font-family: 'robotomedium';
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

.home_modal_pop textarea {
    width: 100% !important;
    border: 0;
    line-height: 40px;
    border-radius: 5px !important;
    padding: 0;
    display: block !important;
    text-indent: 18px;
    font-family: 'robotomedium';
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}

.home_modal_pop .form-group {
    margin-bottom: 10px !important;
    font-weight: 400;
}

.home_modal_pop .modal-content {
    overflow: visible !important;
}

.home_modal_pop .call-back-close span {
    color: #4385f5;
}

.home_modal_pop .call-back-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ffffff;
    opacity: 1;
    padding: 0px;
    font-size: 24px;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    border: none;
    z-index: 999;
}


/*concept-videos page css start*/

.top-head-sec-bg {
    margin: 0;
    padding: 0;
    /* background-image: linear-gradient(to left, #4584f1, #de4843) !important; */
    display: block;
}

.top-head-sec {
    display: block;
}

.top-head-sec img {
    width: 60px;
    margin-right: 15px;
}


/* .top-head-sec h3 {
	margin: 0;
	font-weight: 600;
} */

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.search-box {
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

.search-box .has-search {
    background: rgb(32 123 239 / 15%);
    overflow: hidden;
    position: relative;
}

.search-box .has-search input {
    background: transparent;
    border: none;
    box-shadow: none;
}

.search-box .has-search span {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 20px;
    border-right: 1px solid;
    padding-right: 15px;
}


.subtopicdetails {
    background: rgb(32 123 239 / 15%);
    padding: 20px;
    margin: 15px 0;
    display: block;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.subtopicdetails img {
    width: 90%;
    margin: 0 auto;
    max-width: 150px;
}

.topicsubname {
    margin: 0;
    padding: 0;
    display: block;
}

.topicsubname h4 {
    font-weight: 600;
    margin: 15px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topicsubname p {
    margin: 0;
    padding: 0;
}

.topicsubname p .videono {
    font-weight: 600;
}

.topicsubname p .pdfno {
    font-weight: 600;
}

.subtopicdetails .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4D94F2;
    z-index: -3;
    opacity: 0;
    transition: all 0.3s linear;
}

.subtopicdetails .hover-content:before {
    content: '';
    width: 150px;
    height: 150px;
    background: #A5C9F8;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    right: -80px;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.subtopicdetails .hover-content:after {
    content: '';
    width: 200px;
    height: 200px;
    background: #79AFF5;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.subtopicdetails:hover .hover-content {
    opacity: 1;
}

.subtopicdetails:hover .hover-content:before {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.9s linear;
}

.subtopicdetails:hover .hover-content:after {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 1.3s linear;
}

.subtopicdetails:hover .topicsubname h4 {
    color: #fff;
}

.subtopicdetails:hover .topicsubname p {
    color: #fff;
}


/*concept-videos page css end*/


/*Right*/

.modal.signinup.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.signinup.fade.in .modal-dialog {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    transform: none;
}


/* ----- MODAL STYLE ----- */

.signinup .modal-content {
    border-radius: 0;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.signinup .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.signinup .modal-header img {
    width: 100%;
    max-width: 120px;
    margin: 10px 0;
}

.signinup .content {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    transition: 0.3s ease;
    box-shadow: none;
    height: 100%;
}

.signinup .content {
    transform: none;
    box-shadow: none;
}


/* Tabs menu */

.signinup .tabs {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-radius: 2px 2px 0px 0px;
}


/* Tab Links */

.signinup .tablinks {
    background: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    width: 50%;
    /*change depending on the number of tabs*/
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s ease;
}

.signinup .tablinks:before {
    background: #3e50b3;
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}


/*tab buttons hover*/

.signinup .tablinks:hover::before {
    height: 100%;
    z-index: 2;
    bottom: 0;
}


/* Tab active */

.signinup .tablinks.active {
    background-color: #4D94F2;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    height: 60px;
    bottom: 0px;
    overflow: hidden;
    /* border-bottom: 0; */
}

.signinup .tablinks.active:before {
    content: "";
    width: 100%;
    /* height: 5px; */
    bottom: 0;
    left: 0;
}


/* Tabs text */

.signinup .tablinks.active p,
.signinup .tablinks.active:hover p {
    opacity: 1;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.signinup .tablinks p {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: #000000;
    backface-visibility: hidden;
    font-weight: 400;
}

.signinup .tablinks:hover p {
    color: white;
    opacity: 1;
}


/* Tabs text bigger */

.signinup .tablinks p:before {
    content: attr(data-title);
    position: absolute;
    height: auto;
    width: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    font-size: 40px;
    transition: 1s ease-out;
    z-index: -1;
    font-weight: 600;
    top: 110%;
}

.signinup .tablinks:hover p:before {
    opacity: 0.1;
    font-size: 40px;
    top: -80%;
}


/* tab content */

.signinup .wrapper_tabcontent {
    background-color: white;
    margin-top: 0px;
    z-index: 0;
    position: relative;
    opacity: 1;
    padding: 40px 60px;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
}

.signinup .tabcontent {
    display: none;
    min-height: 180px;
}

@keyframes tabEffect {
    from {
        top: -40px;
    }
    to {
        top: 0px;
    }
}

.signinup .tabcontent.active {
    transition: all 1s ease;
    display: block;
}


/* Tab content line */


@keyframes city {
    from {
        left: -150px;
    }
    to {
        left: -90px;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: 30px;
    }
    to {
        opacity: 1;
        margin-left: 0;
    }
}

/* .width50 label {
    width: 50%;
}

.width50 .slide-item {
    width: 50%;
    left: calc(50% - 4px);
} */

/*inner wrapper page css start*/

#inner-wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    margin-left: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 5px 10px 18px rgb(0 0 0 / 5%);
}

#inner-wrapper.toggled #sidebar-wrapper {
    width: 240px;
}

#inner-wrapper.toggled #sidebar-wrapper:hover {
    width: 240px;
}

.sidebar-brand {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 9px 0;
}

.sidebar-nav {
    position: relative;
    top: 0;
    width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav>li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    background: #ffffff !important;
    border-bottom: 1px solid #e6e6e6;
}

.sidebar-nav>li a {
    text-decoration: none;
    color: #757575;
    font-weight: 600;
    padding: 10px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    position: relative;
    transition: all 0.2s linear;
}

.sidebar-nav>li>a i {
    font-size: 24px;
    width: 32px;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 0 15px;
    height: 27px;
    vertical-align: middle;
}

.right-top-head {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    right: 0px;
}

.right-top-head ul {
    margin: 0;
    display: block;
    padding: 0;
}


/*inner wrapper page css end*/


/*ticker css start*/

.topnewsbar {
    background: #3e50b3;
    padding: 6px 0;
    display: block;
    margin: 0;
    overflow: hidden;
}

.topnewsbar p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 13px;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
}

.ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
}

.ticker-wrap .ticker:hover {
    animation-play-state: paused;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 1rem 0 2rem;
    color: white;
    cursor: default;
}

.ticker-wrap .ticker a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}


/*ticker css end*/

.fullpayment .radio label input[type='radio'],
.payinstall .radio label input[type='radio'] {
    transform: scale(1.5);
}

.fullpayment .radio label input,
.payinstall .radio label input {
    margin: 4px 0;
    margin-left: -25px;
}

.sidebar-dropdown {
    position: relative;
    left: 0;
    width: calc(100% - 30px);
    z-index: 1000;
    display: none;
    float: left;
    font-size: 14px;
    margin-left: 20px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    transition: all 500ms ease;
}

.open .sidebar-dropdown {
    display: block;
    transition: all 500ms ease;
}


.chapterno {
    width: 80px;
    height: 80px;
    font-size: 30px;
    color: #000;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    text-align: center;
    line-height: 80px;
    margin: 0px;
    border: 5px solid #3e50b3;
}

.chapterno span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.enroll-pop_up {
    border: 0;
    color: #fff;
    height: auto;
    min-width: auto;
    text-transform: capitalize;
    font-family: 'cera_proregular';
}

.enrool-radio-text h3 {
    color: #3e50b3 !important;
}

.enrool-radio-text .radio label {
    color: #3e50b3 !important;
}

.talk-our-content {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.talk-our-content .modal-header h4 {
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}

.talk-our-content .modal-heade {
    background: #000;
}

.talk-our-content .modal-header {
    background: #3e50b3;
}

.talk-our-content .modal-header .close {
    opacity: 1;
}

.talk-our-content .modal-body p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    color: #000;
}

h4.ourtalkpoptitle {
    font-weight: 700;
    color: #3e50b3;
    font-size: 21px;
    padding: 15px 10px;
    margin: 0;
}

.talkicon.Primary_text_color {
    float: none;
    margin-right: 2px;
}

#whatsapp .modal-body,
#call_only .modal-body {
    padding: 0;
}

.talkicon {
    float: right;
}

.active-live-video {
    color: #4caf50;
    position: relative;
    display: block;
    margin: 0;
    right: 0;
    float: right;
    margin-left: 20px;
}

.active-live-video:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #4caf50;
    border-radius: 50%;
    left: -13px;
    top: 6px;
}

.active-live-video p {
    margin: 0;
}

.close-enroll-btn {
    cursor: none;
    float: right;
    margin: 30px 0;
}

.ft:before {
    content: none;
}

.landing-bdy .chose-blk.cmn-land .inr-exam {
    min-height: 130px;
}

.signup-form .form-group .form-group.mobile {
    width: calc(100% - 120px);
    float: left;
}


.no_live_class {
    text-align: center;
}

.no_live_class img {
    height: 180px;
}

.tankpaybox .table>tbody>tr>td:nth-child(2) {
    text-align: right;
}

.edit-default-css ul.resultFilterTab {
    list-style-type: disc;
    padding: 0;
    margin: 15px 0 0px 0;
}

#resultResponseData {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.course-details-tabcnt .content-wrapper .tab-content {
    margin-top: 0px;
}

#modal-fullscreen-xs-down .modal-body {
    padding: 15px 30px;
}

#modal-fullscreen-xs-down .modal-dialog {
    width: 450px;
}

.exam-logo.examimgicon {
    margin-right: 20px;
    width: 90px;
}

.custm-drp-sec .target_year_text {
    margin: 0;
    align-items: center;
    display: flex;
    padding-right: 15px;
    margin-bottom: 10px;
    font-size: 15px;
}

.active-part span.logo-cnt {
    margin-left: 55px;
}

.text-series .text-series-list .list .list-bx {
    padding: 0;
}

.concept-videos .concept-videos-inner {
    box-shadow: none;
    background: rgb(32 123 239 / 15%);
}


.more-info-series ul li a.expl-link {
    padding: 10px 15px;
}

.text-series .text-series-list .list .list-bx .panel-hd {
    padding: 10px;
    display: flex;
    align-items: center;
}

.text-series .text-series-list .list .list-bx .panel-hd .dis {
    margin-left: 20px;
}

.text-series .text-series-list .list .list-bx .expl-link {
    margin-top: 0px;
    margin-bottom: 10px;
    width: auto;
}

.text-series .text-series-list .list .list-bx {
    text-align: center;
}

.text-series-list>.list>.list-bx>.panel-hd>.dis>h3 {
    text-align: left;
}

.landing-nav>ul>li.active .accordion-section-content a span {
    color: #000;
}

.landing-nav>ul>li.active .accordion-section-content li.active a span {
    color: #fff;
}

.landing-nav>ul>li ul li.active a span {
    color: #fff;
}

.landing-nav>ul>li ul li.active a {
    background: #4d94f2 !important;
}


p.text_user_qu {
    padding: 0 20px;
}

.courses-section-inner .courses-section-container .higlights {
    padding-top: 20px;
    padding-bottom: 20px;
}


.hover_effect_box {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.hover_effect_box .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3e50b3;
    z-index: -3;
    opacity: 0;
    transition: all 0.3s linear;
}

.hover_effect_box .hover-content:before {
    content: '';
    width: 90px;
    height: 90px;
    background: #A5C9F8;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover_effect_box .hover-content:after {
    content: '';
    width: 120px;
    height: 120px;
    background: #79AFF5;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover_effect_box:hover .hover-content {
    opacity: 1;
}

.hover_effect_box:hover .hover-content:before {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.9s linear;
}

.hover_effect_box:hover .hover-content:after {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 1.3s linear;
}

.fkl_box_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.fkl_box_img img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.vimeo-video.concept-vimeo-video {
    height: 380px;
}



.homeinnerboxbg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 0.2;
}

.bas_popup_cour {
    display: block;
    opacity: 1;
    position: relative;
    top: 0;
    box-shadow: none;
    padding: 0;
}

.bas_popup_cour.course-menu .slide-item {
    background: rgb(32 123 239 / 15%);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    height: calc(100% - 8px);
    left: calc(33.33% + 4px);
    position: absolute;
    width: calc(33.33% - 8px);
    transition: left .4s;
    z-index: 0;
    height: 34px;
}

.bas_popup_cour.course-menu .examname,
.bas_popup_cour.course-menu .examyear,
.bas_popup_cour.course-menu .modetype {
    align-items: center;
    background: #fff;
    border: 1px solid #3e50b3;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 4px;
}

.bas_popup_cour .modetype label {
    width: 50%;
}

.bas_popup_cour .modetype .slide-item {
    width: 50%;
    left: calc(50% - 4px);
}



/* .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	height: 300px;
} */


.db-exams-bx.playlist-bx .dis p {
    display: block;
    font-size: 14px;
    margin: 0;
    color: #777;
    padding-top: 5px;
}

.db-exams-bx.playlist-bx .img-icon a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #3e50b3;
    border-radius: 50%;
    margin: 0 2px;
    text-align: center;
}

.db-exams-bx.playlist-bx .img-icon a i {
    line-height: 35px;
    display: contents;
    color: #fff;
}

.db-exams-bx.playlist-bx:hover .dis>h3 a {
    color: #000 !important;
}

.db-exams-bx.playlist-bx {
    border: 1px solid #ffffff;
    transition: all 500ms ease;
}

.db-exams-bx.playlist-bx:hover {
    background: #fff;
    border: 1px solid #3e50b3;
}

.rgt-profile .usrname p {
    margin: 0;
    font-size: 12px;
    line-height: initial;
    display: inline-block;
    margin-right: 5px;
}

.rgt-profile .usrname p:last-child {
    margin: 0;
}

.edit-prifile .otp-bx #mpin_form span a {
    color: #4385f5;
}

.edit-prifile .otp-bx #mpin_form span a:hover {
    color: #ea4335;
}

.change-number p.existing-number {
    text-align: center;
    position: relative;
    top: -10px;
    font-size: 20px;
    font-family: 'cera_proregular';
    letter-spacing: 2px;
    margin: 20px auto;
    background: rgb(32 123 239 / 15%);
    width: max-content;
    padding: 15px 30px;
}


.sub-class-input:hover {
    background: #4D94F2;
}

.sub-class-input .sub-chk-cnt span h3 {
    margin: 0;
}

.sub-class-input:hover .sub-chk-cnt span h3 a,
.sub-class-input:hover .sub-chk-cnt span h3 {
    color: #fff;
}

.landing-bdy .inr-exam .info.live:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    height: 0;
    width: 0;
    border-left: 10px solid #ce3424;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 0px solid transparent;
    bottom: -10px;
    right: -8px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #3e50b3;
}

.modal-header img {
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-header .close {
    margin: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #3e50b3 !important;
    font-size: 32px;
}

.btn-white-effect {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: 500;
    min-width: 120px;
    color: rgb(0, 0, 0) !important;
    line-height: 28px !important;
    background: #ffffff;
    border-radius: 30px !important;
    text-align: center;
    padding: 4px 20px !important;
    cursor: pointer;
    z-index: 999;
    transition: all 500ms ease;
    border: 1px solid #000;
}

.btn-white-effect:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(0, 0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    z-index: -1;
}

.btn-white-effect:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-white-effect:hover {
    color: #ffffff !important;
    background: rgb(0, 0, 0);
    box-shadow: 0 0 15px rgba(87, 87, 87, 0.5);
}

#fixed-home-contact-form-popup h2 {
    font-size: 24px;
    border: none;
    padding: 0 0 15px;
}

#fixed-home-contact-form-popup .contact-popup-form .field-wrap input {
    height: 48px;
    padding: 10px 15px;
}

#fixed-home-contact-form-popup .contact-popup-form .field-wrap label {
    margin-bottom: 5px;
}

#fixed-home-contact-form-popup .checkmark {
    height: 16px;
    width: 16px;
    border: 1px solid #c8c8c8;
}


.innerpages .edit-default-css .static-page h4 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.moti-hello {
    display: inline-block;
    float: right;
}

.min_width {
    min-width: 120px;
}


.our-ex-box {
    -ms-flex-align: flex-end!important;
    align-items: flex-end;
    -ms-flex-pack: justify!important;
    justify-content: flex-end!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

span.my-team-btn {
    background: #3e50b3;
    padding: 5px 20px 10px;
    top: 0;
    width: auto;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    max-width: 220px;
    font-weight: 500;
    position: relative;
    color: #fff !important;
    line-height: 28px;
    text-align: center;
    z-index: 999;
    transition: all 500ms ease;
}

span.my-team-btn p {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    line-height: 16px;
}

span.my-team-btn h2 {
    font-weight: 600;
    color: #fff;
    margin: 5px 0;
}

.my-team-btn .bg-layer {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 0.2;
    background-image: url(../../public/images/home/team.png);
    right: -35px;
}

.learn-video .video-blk:hover .now_playing span,
.learn-video .video-blk:active .now_playing span {
    color: #fff;
}

.vp-center {
    justify-content: flex-start !important;
}

.pay_installment_table {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
}



.team_sub_head {
    margin: 5px 0;
    display: block;
}

.team_sub_head h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.team_sub_head h3:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #ccc;
    width: 100%;
    bottom: 0;
}

#creatourteam .btn-row,
#updateourfaculty .btn-row {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

#updateourfaculty .btn-row .btn-white-effect {
    margin-right: 20px;
}

#updateourfaculty label {
    margin-bottom: 10px;
    font-weight: 500;
}

.add_our_faculty_box {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    margin: 5px 0;
    padding: 5px 0;
    border-radius: 5px;
    background: #fff;
    transition: transform 0.5s;
    cursor: pointer;
}

.add_our_faculty_box:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px;
    transform: translateY(-30%);
    right: 0px;
    top: 5px;
    position: absolute;
}

#creatourteam input[type=radio] {
    /*display: none;*/
    visibility: hidden;
}

#creatourteam input[type=radio]:checked+label:before {
    background: #3e50b3;
    font-size: 50px;
}

#creatourteam input[type=radio]:checked+label {
    background: rgb(32 123 239 / 15%);
    transform: translateY(-5%);
    transition: transform 0.5s;
}

.enrollment_box {
    background: #fff;
    border: 1px solid #3e50b3;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin: 10px 0;
}

.enroll_box_head {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #3e50b3;
    background: rgb(32 123 239 / 15%);
    position: relative;
}

.enroll_box_head h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    line-height: 32px;
}

.enroll_box_body {
    margin: 0;
    padding: 20px;
}

.enroll_box_foot {
    border-top: 1px solid #3e50b3;
    text-align: center;
    padding: 15px 20px;
}

.enroll_price_box {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

ul.enroll_price_box {
    text-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #3e50b3;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 5px;
    height: 50px;
    border-radius: 30px;
}

.enroll_price_box h2 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    color: #3e50b3;
    width: 100%;
    display: inline-block;
}

.enroll_price_box h3 {
    font-weight: 600;
    color: #CE3424;
    font-size: 12px;
    margin: 10px 0;
    margin-left: 0;
    line-height: inherit;
}

.enroll_price_box p {
    font-size: 14px;
    line-height: inherit;
    margin: 3px 0;
    width: 100%;
    display: inline-block;
}

.enroll_price_box p span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    color: #3e50b3;
}

.enroll_price_box p span.nopay {
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    margin: 0;
    color: #2d2d2d;
}

.enroll_point_list {
    display: inline-block;
    margin: 0;
    min-height: 150px;
}

.enroll_point_list ul {
    margin: 0;
    padding: 0;
}

.enroll_point_list ul li {
    list-style: none;
    position: relative;
    display: block;
    padding: 0px 20px;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.enroll_point_list ul li:before {
    left: -3px;
    margin-left: -5px;
    top: 0;
    width: 21px;
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../../public/images/home/check.svg) no-repeat;
    height: 21px;
}

.recommended {
    position: absolute;
    z-index: 9;
    bottom: -16px;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.recommended p {
    text-align: center;
    background: #f8c44a;
    width: max-content;
    margin: 0 auto;
    padding: 5px 20px;
    color: #000000;
    font-size: 12px;
    font-weight: 800;
}

.recommended p:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.recommended p:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid #3e50b3;
    border-right: 15px solid transparent;
    position: absolute;
    left: 0;
    top: 0px;
}

.recommended:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #ffffff;
    border-right: 15px solid transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.recommended:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 15px solid #3e50b3;
    border-left: 15px solid transparent;
    right: 0;
    top: 0px;
}

.enroll_price_box li {
    width: 50%;
}

.enroll_price_box li a {
    color: #3e50b3;
    font-weight: 600;
}

.nav.nav-tabs.enroll_price_box li.active a {
    background: rgb(32 123 239 / 15%);
    border-radius: 30px;
    left: 0;
    border: none;
    color: #3e50b3;
}

.enroll_price_box h2 span {
    font-size: 14px;
    text-decoration: line-through;
    color: #2d2d2d;
}

.marlr {
    margin-right: 5px;
    margin-left: 5px;
}

.head_second {
    position: relative;
    height: 32px;
    display: inline-block;
}

span.head_second img {
    height: 100%;
}

.heading-title p {
    display: block;
    margin: 0;
    padding-top: 30px;
}


.box_border {
    border-radius: 50%;
    width: 280px;
    height: 280px;
    margin: 20px auto;
    padding: 15px;
    position: relative;
    background: #e8f2fd;
}

.box_border .guid_box_bg {
    background: #3e50b3;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    padding: 15px;
}

.box_border .guid_box_bg .our_guiding {
    border-radius: 50%;
    text-align: center;
    position: absolute;
    width: calc(100% - 30px);
    padding: 0 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box_border .guid_box_bg .our_guiding .guiding_icon {
    background: #3e50b3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.box_border .guid_box_bg .our_guiding .guiding_icon img {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_border .guid_box_bg .our_guiding .guiding_text {
    margin-top: 10px;
}

.box_border .guid_box_bg .our_guiding .guiding_text p {
    margin: 0;
    font-size: 15px;
    min-height: 40px;
}

.box_border:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #3e50b3;
    left: calc(100% - 3px);
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    border-radius: 50%;
}

.box_border:after {
    content: '';
    position: absolute;
    left: calc(100% - 8px);
    background: #fff;
    border: 1px solid #3e50b3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}


.guid_border_line:nth-child(2) .box_border .guid_box_bg:before {
    content: '';
    width: 100%;
    height: 2px;
    left: 100%;
    position: absolute;
    top: 50%;
    z-index: -1;
    background-image: repeating-linear-gradient( 0deg, #3e50b3, #3e50b3 0px, transparent 0px, transparent 20px), repeating-linear-gradient( 90deg, #3e50b3, #3e50b3 10px, transparent 10px, transparent 20px), repeating-linear-gradient( 180deg, #3e50b3, #3e50b3 0px, transparent 0px, transparent 20px), repeating-linear-gradient( 270deg, #3e50b3, #3e50b3 0px, transparent 0px, transparent 20px);
    background-size: 1px calc(100% + 20px), calc(100% + 20px) 1px, 1px calc(100% + 20px), calc(100% + 20px) 1px;
    -webkit-animation: boxBorderAnimation 1s infinite linear;
    animation: boxBorderAnimation 1s infinite linear;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
}

.guid_border_line:nth-child(2) .box_border .guid_box_bg:after {
    content: '';
    width: 100%;
    height: 2px;
    right: 100%;
    position: absolute;
    top: 50%;
    z-index: -1;
    background-image: repeating-linear-gradient( 0deg, #3e50b3, #3e50b3 0px, transparent 0px, transparent 20px), repeating-linear-gradient( 90deg, #3e50b3, #3e50b3 10px, transparent 10px, transparent 20px), repeating-linear-gradient( 180deg, #3e50b3, #3e50b3 0px, transparent 0px, transparent 20px), repeating-linear-gradient( 270deg, #3e50b3, #3e50b3 0px, transparent 0px, transparent 20px);
    background-size: 1px calc(100% + 20px), calc(100% + 20px) 1px, 1px calc(100% + 20px), calc(100% + 20px) 1px;
    -webkit-animation: boxBorderAnimation 1s infinite linear;
    animation: boxBorderAnimation 1s infinite linear;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
}

.guid_border_line:last-child .box_border:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #3e50b3;
    left: -2px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    border-radius: 50%;
}

.guid_border_line:last-child .box_border:after {
    content: '';
    position: absolute;
    left: -7px;
    background: #fff;
    border: 1px solid #3e50b3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

/* from: https://davidwalsh.name/css-flip  */

.up {
    color: #55dd11;
}

.card {
    text-align: center;
    color: #ffffff;
    width: 100%;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.flipper_box {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    perspective: 1000px;
}


/* flip the pane when hovered */

.flipper_box.flip .card {
    transform: rotateY(180deg);
}

.goback {
    position: absolute;
    bottom: 0px;
    padding-left: 20px;
    left: 0px;
    text-decoration: underline;
    cursor: pointer;
}

.our_family_details {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 15px;
    background: rgb(32 123 239);
}

.our_family_details h3 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
    min-height: 32px;
}

.our_family_details h4 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    width: 100%;
    min-height: 28px;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
}

.our_family_details p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    min-height: 40px;
    width: 100%;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
}


.card:hover .our_family_details {
    bottom: 0;
}

.family_details {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    background: rgb(32 123 239 / 15%);
}

.family_details h4 {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    min-height: 32px;
    align-items: center;
    justify-content: center;
}

.family_details p {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.family_details h3 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
}


.carousel-control span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
}



@keyframes corner {
    0% {
        border-top-left-radius: 1% 50%;
    }
    12.5% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }
    25% {
        border-top-right-radius: 1% 50%;
    }
    25.001% {
        border-top-right-radius: 50% 1%;
    }
    37.5% {
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    }
    50% {
        border-bottom-right-radius: 50% 1%;
    }
    50.001% {
        border-bottom-right-radius: 1% 50%;
    }
    62.5% {
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    75% {
        border-bottom-left-radius: 1% 50%;
    }
    75.001% {
        border-bottom-left-radius: 50% 1%;
    }
    87.5% {
        border-bottom-left-radius: 50%;
        border-top-left-radius: 50%;
    }
    100% {
        border-top-left-radius: 50% 1%;
    }
}

@-webkit-keyframes boxBorderAnimation {
    from {
        background-position: 0 0, -20px 0, 100% -20px, 0 100%;
    }
    to {
        background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
    }
}

@keyframes boxBorderAnimation {
    from {
        background-position: 0 0, -20px 0, 100% -20px, 0 100%;
    }
    to {
        background-position: 0 -20px, 0 0, 100% 0, -20px 100%;
    }
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.left-slide {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
}

.left-slide>div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 50px;
}

.left-slide h1 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    transition: transform 0.5s ease-in-out;
}

.right-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    width: 100%;
}

.right-slide>div img {
    width: auto;
    height: 100%;
}

.slider-container .action-buttons button {
    background-color: #fff;
    border: none;
    color: #222;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
}

.slider-container .action-buttons button:hover {
    color: #000;
}

.slider-container .action-buttons button:focus {
    outline: none;
}

.slider-container .action-buttons button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
}

.slider-container .action-buttons .down-button {
    transform: translateX(-100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slider-container .action-buttons .up-button {
    transform: translateY(-100%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.left-slide>div p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.member_social-icons a {
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    color: #000;
    text-align: center;
    z-index: 99999;
}

.member_social-icons a i {
    line-height: 32px;
}

.circle-holder {
    display: inline-block;
}

.circle-holder svg {
    animation: infinitRotate 30s linear infinite;
    fill: #5ddef4;
    width: 150px;
}

@for $i from 1 through 3 {
    .circle-holder:nth-child(# {
        $i
    }
    ) svg path {
        animation: colorChange 5s # {
            $i
        }
        s ease-in-out infinite;
    }
}

@keyframes infinitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes colorChange {
    0% {
        fill: #5ddef4;
    }
    50% {
        fill: #00acc1;
    }
    80% {
        fill: #007c91;
    }
}

.guid_border_line:after {
    content: '';
    position: absolute;
    animation: infinitRotate 30s linear infinite;
    width: 280px;
    border: 2px dashed #3e50b3;
    border-radius: 50%;
    height: 280px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#creatourteam .modal-body {
    height: auto;
    max-height: 540px;
    overflow-y: scroll;
}

#creatourteam .btn-row {
    width: 100%;
    margin-top: 0px;
    display: block;
    justify-content: center;
    position: fixed;
    bottom: -60px;
    left: 0px;
    right: 0;
    text-align: center;
    padding: 15px 0;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.top-land-toggle {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    width: auto;
}

.top-land-right {
    width: 100%;
    margin: 15px 0;
    padding: 0 15px;
    display: block;
}

.inner-top-head {
    display: flex;
    background: #fff;
}


/*xs*/

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }
    .video-inner {
        padding: 0 15px;
    }
    .carousel-inner .active.right {
        left: 100%;
    }
    .carousel-inner .next {
        left: 100%;
    }
    .carousel-inner .prev {
        left: -100%;
    }
    .carousel-col {
        width: 100%;
    }
    .active>div:first-child {
        display: block;
    }
}


/*sm*/

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }
    .carousel-inner .active.right {
        left: 50%;
    }
    .carousel-inner .next {
        left: 50%;
    }
    .carousel-inner .prev {
        left: -50%;
    }
    .carousel-col {
        width: 50%;
    }
    .active>div:first-child+div {
        display: block;
    }
}


/*md*/

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }
    .carousel-inner .active.right {
        left: 33%;
    }
    .carousel-inner .next {
        left: 33%;
    }
    .carousel-inner .prev {
        left: -33%;
    }
    .carousel-col {
        width: 33%;
    }
    .active>div:first-child+div {
        display: block;
    }
    .active>div:first-child+div+div {
        display: block;
    }
}


/*lg*/

@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }
    .carousel-inner .active.right {
        left: 25%;
    }
    .carousel-inner .next {
        left: 25%;
    }
    .carousel-inner .prev {
        left: -25%;
    }
    .carousel-col {
        width: 25%;
    }
    .active>div:first-child+div {
        display: block;
    }
    .active>div:first-child+div+div {
        display: block;
    }
    .active>div:first-child+div+div+div {
        display: block;
    }
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
    background: none !important;
    left: 0 !important;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
    background: none !important;
}

.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.carousel-showmanymoveone .carousel-control.left,
.carousel-showmanymoveone .carousel-control.right {
    display: block;
}

.carousel-showmanymoveone .carousel-control {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.pay_stand_box {
    width: 100%;
    max-width: 200px;
    padding: 5px 0;
}

.pay_stand_box h2 {
    margin: 10px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

.pay_stand_box p {
    margin-bottom: 0px;
    font-size: 16px;
    color: rgb(32 123 239);
    font-weight: 500;
}


.alc-ic {
    background-position: -89px -76px !important;
}

.landing-nav ul li a:hover .alc-ic,
.landing-nav ul li.active .alc-ic {
    background-position: -89px -105px !important;
}

.fkl-ic {
    background-position: -139px -76px !important;
}

.landing-nav ul li a:hover .fkl-ic,
.landing-nav ul li.active .fkl-ic {
    background-position: -139px -103px !important;
}


.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: rgb(32 123 239 / 15%);
    cursor: pointer;
}

.star-rating :checked~label {
    color: rgb(32 123 239);
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: rgb(32 123 239);
}

.dashnav .navbar-collapse ul.topbtn li:last-child a {
    margin-right: 0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
}


.secondary-nav .scroller li:first-child {
    margin-left: 0;
}


.bnnr-cnt.exams .row {
    display: flex;
    align-items: center;
}

.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 99999;
}

.text-series .text-series-list .std-mat .inr-exam {
    height: auto;
    min-height: 90px;
}

.re-pass-countdown {
    font-size: 46px;
    margin: 0 auto;
    float: none;
}

.re-pass-countdown span {
    font-size: 20px;
    color: #3e50b3;
    width: inherit;
    line-height: 46px;
}

.landing-bdy .list-of-chap .video-inner {
    padding: 0 15px 0 25px;
}

.navbar-form {
    margin: 3px 0;
}

#updateourfaculty .form-control:focus {
    border-color: #ccc !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.structure-rgt-bd .ftbtn-inner-rgt a:hover {
    color: #fff;
}

.lgnd-btns.lgnd-submit:hover {
    color: #3e50b3 !important;
    background: #fff !important;
    box-shadow: 0 0 15px rgb(69 39 164 / 50%);
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 36px;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em;
    margin: 0 auto;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: rgb(32 123 239 / 35%);
    cursor: pointer;
}

.star-rating :checked~label {
    color: rgb(32 123 239);
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: rgb(32 123 239);
}


/* #edit_profile_div span {
    background: #3e50b3;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    display: inline-block;
} */

#edit_profile_div h2 {
    font-size: 21px;
}

#edit_profile_div p {
    color: #333;
}

#edit_profile_div img {
    width: 180px;
    margin-bottom: 10px;
}

.amountNoticedText {
    color: red !important;
}

.subs-bx>.dis.grey .hd {
    background-color: #c1c1c1;
}

.complementaryTag {
    opacity: 1;
    min-width: 70px;
    max-width: max-content;
    font-family: 'cera_proregular';
    right: 3px;
    top: 5px;
    background: #039602;
    color: #fff;
    padding: 7px 7px 7px 7px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
}

.complementaryTag:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    height: 0;
    width: 0;
    border-left: 10px solid #039602;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 0px solid transparent;
    bottom: -10px;
    right: -8px;
}

ul#subject_list_target_year li {
    background: rgb(32 123 239 / 15%);
}

.modal-header {
    border-radius: 6px 6px 0 0;
    border: none;
}

.modal-content {
    border: none;
}


p.priconfilter,
p.ourresfilter {
    padding-right: 0;
}

.main-title h2 {
    text-align: center;
    font-size: 34px;
    color: #4285f4;
    margin-bottom: 20px;
   
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 45px;
}

.main-title p {
    color: #777;
    line-height: 24px;
    margin: 0px;
    font-family: 'cera_proregular';
    font-size: 14px;
    text-align: center;
}

.ourfacultydetail {
    display: flex;
    align-items: center;
    padding: 0;
}

.ourfacultyleft {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.carousel-indicators {
    bottom: 10px;
}


.swiper-full-mobile:before {
    content: "";
    width: calc(100% / 3 + 10px);
    background: url(../../public/images/our_app/mobile.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 100%;
    z-index: 99;
    margin: auto;
}

@keyframes middleLeft {
    0% {
        transform: perspective(0) rotateY(0) scale(1);
        left: calc(100% / 3);
    }
    100% {
        transform: perspective(900px) rotateY(-20deg) scale(0.9);
        left: 0;
    }
}

@keyframes rightMiddle {
    0% {
        transform: perspective(900px) rotateY(20deg) scale(0.9);
        left: calc(100% / 3);
    }
    100% {
        transform: perspective(0) rotateY(0) scale(1);
        left: 0;
    }
}

@keyframes leftNone {
    0% {
        transform: perspective(900px) rotateY(-20deg) scale(0.9);
    }
    100% {
        transform: perspective(900px) rotateY(-30deg) scale(0.6);
    }
}

@-webkit-keyframes middleLeft {
    0% {
        -webkit-transform: perspective(0) rotateY(0) scale(1);
        left: calc(100% / 3);
    }
    100% {
        -webkit-transform: perspective(900px) rotateY(-20deg) scale(0.9);
        left: 0;
    }
}

@-webkit-keyframes rightMiddle {
    0% {
        -webkit-transform: perspective(900px) rotateY(20deg) scale(0.9);
        left: calc(100% / 3);
    }
    100% {
        -webkit-transform: perspective(0) rotateY(0) scale(1);
        left: 0;
    }
}

@-webkit-keyframes leftNone {
    0% {
        -webkit-transform: perspective(900px) rotateY(-20deg) scale(0.9);
    }
    100% {
        -webkit-transform: perspective(900px) rotateY(-30deg) scale(0.6);
    }
}

@keyframes middleRight {
    0% {
        transform: perspective(0) rotateY(0) scale(1);
        right: calc(100% / 3);
    }
    100% {
        transform: perspective(900px) rotateY(20deg) scale(0.9);
        right: 0;
    }
}

@keyframes leftMiddle {
    0% {
        transform: perspective(900px) rotateY(-20deg) scale(0.9);
        right: calc(100% / 3);
    }
    100% {
        transform: perspective(0) rotateY(0) scale(1);
        right: 0;
    }
}

@keyframes rightNone {
    0% {
        transform: perspective(900px) rotateY(20deg) scale(0.9);
    }
    100% {
        transform: perspective(900px) rotateY(30deg) scale(0.6);
    }
}

@keyframes noneRight {
    0% {
        transform: perspective(900px) rotateY(30deg) scale(0.6);
    }
    100% {
        transform: perspective(900px) rotateY(20deg) scale(0.9);
    }
}

@-webkit-keyframes middleRight {
    0% {
        -webkit-transform: perspective(0) rotateY(0) scale(1);
        right: calc(100% / 3);
    }
    100% {
        -webkit-transform: perspective(900px) rotateY(20deg) scale(0.9);
        right: 0;
    }
}

@-webkit-keyframes leftMiddle {
    0% {
        -webkit-transform: perspective(900px) rotateY(-20deg) scale(0.9);
        right: calc(100% / 3);
    }
    100% {
        -webkit-transform: perspective(0) rotateY(0) scale(1);
        right: 0;
    }
}

@-webkit-keyframes rightNone {
    0% {
        -webkit-transform: perspective(900px) rotateY(20deg) scale(0.9);
    }
    100% {
        -webkit-transform: perspective(900px) rotateY(30deg) scale(0.6);
    }
}

@-webkit-keyframes noneRight {
    0% {
        -webkit-transform: perspective(900px) rotateY(30deg) scale(0.6);
    }
    100% {
        -webkit-transform: perspective(900px) rotateY(20deg) scale(0.9);
    }
}


.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin: 10px 0;
}

.Stars::before {
    content: "★★★★★";
    background: linear-gradient(90deg, #333 var(--percent), #ccc var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}


/* .carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
} */

.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
}

.carousel-control,
.carousel-control {
    opacity: 1;
}

@media all and (min-width: 1600px) {
    .carousel-main-container {
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
}

.glyphicon {
    color: #46166b;
    top: 60px;
}

@media all and (min-width: 768px) {
    .glyphicon {
        top: 62px;
    }
}

@media all and (min-width: 992px) {
    .glyphicon {
        top: 65px;
    }
}

@media all and (max-width: 767px) {
    .glyphicon-menu-right {
        margin-left: 20px;
    }
    .glyphicon-menu-left {
        right: 28px;
    }
}


/* Slick Slider */

.slick-prev,
.slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0px 35px;
    padding: 0px;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-sliders {
    transition: filter .4s;
    margin: 0px 20px;
}

.slick-prev {
    left: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.slick-slider:before {
    display: none;
}

.slick-slider i:first-child {
    background: #3e50b3;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 30px;
    z-index: 1;
    left: 5px;
}

.slick-slider i:last-child {
    background: #3e50b3;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 30px;
    z-index: 1;
    right: 5px;
}

.add-list-of-chap.closed-list-of-chap.factdetaillist {
    display: block;
}

.fact-list-tabs,
.tab-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.mentor-listing h3 {
    background: #000;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.fact-list-tabs ul.fact-list-nav-tabs {
    text-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #3e50b3;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 30px;
}

.nav-tabs.fact-list-nav-tabs li {
    width: 100%;
}

.nav-tabs.fact-list-nav-tabs li a {
    color: #3e50b3 !important;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    min-height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.nav-tabs.fact-list-nav-tabs li.active a {
    background: rgb(32 123 239 / 15%);
    border-radius: 30px;
    left: 0;
    border: none;
    color: #3e50b3;
}

.nav-tabs.fact-list-nav-tabs>li>a:hover {
    border-color: none;
    box-shadow: none;
}

.nav-tabs.fact-list-nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: rgb(32 123 239 / 15%);
    box-shadow: none;
    border: none;
}

.fact-list-tabs {
    background: rgb(32 123 239 / 15%);
    padding: 15px 0;
    display: block;
    margin: 0;
}


.fact-listing-tabs ul.fact-list-nav-tabs {
    text-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #3e50b3;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 60px;
}

.landing-nav ul li a:hover .a-shop-ic,
.landing-nav ul li.active .a-shop-ic {
    background-position: -47px -104px !important;
}

.faculty-ic {
    background-position: -190px -78px !important;
}

.landing-nav ul li a:hover .faculty-ic,
.landing-nav ul li.active .faculty-ic {
    background-position: -190px -104px !important;
}

.closed-icon {
    background-position: -224px -179px !important;
}

.open-icon {
    background-position: -133px -180px !important;
}

.pending-icon {
    background-position: -39px -180px !important;
}



.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: auto;
}


.js-menu__context {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 40000;
}

.js-menu {
    color: #000;
    position: absolute;
    height: 100%;
    width: 560px;
    max-width: 85vw;
    padding: 0px;
    margin: 0;
    background: #fff;
    z-index: 99;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    transition: 0.5s;
}

.cart_context_header {
    display: block;
    margin: 0;
    padding: 0;
}

.cart-section.cart-section--top .cart-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.cart-section.cart-section--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.cart-section.cart-section--top .btn--close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.js-menu--left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.js-menu--right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    right: 0;
}

.js-menu__open {
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.js-menu__close {
    cursor: pointer;
}

.js-menu__expanded {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.js-menu__open p span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.shopcartmenu .js-menu__open p {
    display: inline-block;
    line-height: initial;
    margin: 0;
    margin-right: 5px;
}

.cart-section {
    position: relative;
    padding: 0px;
}

.cart-section--top {
    z-index: 5;
}

.cart-title {
    color: #767676;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
}

.btn--close {
    border: none;
    background: transparent;
    transition: transform 100ms ease;
    cursor: pointer;
}

.visuallyhidden {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cart_context_body .table>tbody>tr>td {
    border: none;
    vertical-align: middle;
}

.cart_context_body .input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cart_context_body .form-group {
    position: relative;
    z-index: 2;
    width: 36px;
    margin-bottom: 0;
}

.cart_context_body .input-group-addon {
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    width: 30px;
}

.cart_context_body .input-group-addon:first-child {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.cart_context_body .input-group-addon:last-child {
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.cart_context_footer {
    position: absolute;
    bottom: 0;
    padding: 20px;
    border-top: 1px solid #ccc;
    left: 0;
    right: 0;
}

.pro-top-section {
    position: relative;
}

.pro-top-section .pro-sort-fill {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
}

.shopcartmenu {
    float: left;
    margin-top: 2px;
    transition: 0.3s all ease;
    margin-right: 10px;
    position: relative;
}

.cart_context_body .form-group .item-count {
    text-align: center;
}

table.show-cart.table tr {
    border-bottom: 1px solid #eceeef;
}

table.show-cart.table tr:last-child {
    border: none;
}

table.show-cart.table tr td,
table.show-cart.table tr td span {
    vertical-align: middle;
    text-align: justify;
    font-size: 15px;
}

table.show-cart.table tr td span {
    display: inline-block;
}

table.show-cart.table tr td button.delete-item {
    font-size: 18px;
    padding: 7px 12px;
}

table.show-cart.table {
    display: block;
    padding: 20px;
}

.totalamount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-bottom: 25px;
}

.totalamount span {
    font-size: 14px;
    text-transform: uppercase;
}

.totalamount span.total-cart {
    font-weight: 600;
    font-size: 18px;
}

.activetrial h2 {
    
    font-size: 21px;
    color: #4285f4;
    margin: 0px;
    padding: 10px 0;
    margin-top: -40px
}

.activecontent {
    color: #4285f4;
    font-size: 15px;
    text-align: center;
}

#zohoActivateTrialForm {
    margin: 0 30px;
}

.activebottombr {
    margin-top: 15px;
}

.activebottombr p {
    font-size: 15px;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 0;
}

.activetrialbox img {
    width: 200px;
    margin-top: -15px;
}

.activebottombr ul li {
    font-size: 13px;
    color: #2d2d2d;
    margin: 5px 0;
    line-height: initial;
}

.activebottombr ul li i {
    color: #F8C44A;
    font-size: 16px;
    margin-right: 4px;
}

.myTrialActivateModal,
.myTrialActivateRequestModal {
    width: 450px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    background: #33ab75;
    font-size: 24px !important;
    height: auto !important;
}

.myTrialActivateModal span,
.myTrialActivateRequestModal span {
    font-size: 30px;
    margin: 0;
    line-height: 21px;
    padding-left: 15px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}

.accesstrial {
    background: #f8c44a;
    color: #1b1b1b !important;
}

.activetrial {
    background: #ffdf93;
    color: #1b1b1b !important;
}

.activetrailmodel {
    display: block;
    margin: 0 30px;
    text-align: center;
}

.activetrailmodel img {
    width: 100%;
    max-width: 135px;
}

.activetrailmodel p {
    color: #2d2d2d;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.signup-bg .slider-top .slider-ttl span {
    color: #017bf6;
}

.choosegoal .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    margin: 5px 0;
}

.btn-green-effect {
    background: #33ab75;
}

.btn-green-effect:hover {
    color: #33ab75 !important;
}

.zohofeedback {
    float: left;
    height: 36px;
    padding: 0;
}

.zohofeedback:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.zohofeedback:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #deb217;
    height: 36px;
}

.zohofeedback:not(:checked)>label:before {
    content: '★ ';
}

.zohofeedback>input:checked~label {
    color: #ffc700;
}

.zohofeedback:not(:checked)>label:hover,
.zohofeedback:not(:checked)>label:hover~label {
    color: #deb217;
}

.zohofeedback>input:checked+label:hover,
.zohofeedback>input:checked+label:hover~label,
.zohofeedback>input:checked~label:hover,
.zohofeedback>input:checked~label:hover~label,
.zohofeedback>label:hover~input:checked~label {
    color: #c59b08;
}

.zohofeedsection p.subtitle {
    margin-bottom: 5px;
}

section.zohofeedsection {
    background: rgb(255 255 255);
    z-index: 999;
    box-shadow: 0 0px 6px rgb(0 0 0 / 30%);
    position: sticky;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    padding: 20px 10px;
    border-radius: 10px;
}

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

#faqaccordion .panel,
#faqaccordion .panel-heading,
#faqaccordion panel-title,
#faqaccordion .panel-body {
    border: 0;
}

#faqaccordion .panel {
    box-shadow: none;
}

#faqaccordion .panel .panel-heading {
    margin-top: 20px;
    background: transparent;
    padding: 0;
}

#faqaccordion .panel .panel-heading h4 {
    margin: 0;
}

#faqaccordion .panel .panel-heading .panel-title a {
    text-decoration: none;
    padding: 10px 15px;
    color: #303031;
    font-size: 16px;
    display: block;
    border-radius: 10px 10px 0px 0px;
    background: rgb(32 123 239 / 15%);
    line-height: 36px;
}

#faqaccordion .panel .panel-heading .panel-title a.collapsed {
    border-radius: 10px;
}

#faqaccordion .panel .panel-heading .panel-title a span {
    float: right;
    width: 50px;
}

#faqaccordion .panel .panel-heading .panel-title a span:after {
    content: "\2014";
    color: #1B5062;
    font-size: 20px;
}

#faqaccordion .panel .panel-heading .panel-title a.collapsed span:after {
    content: "+";
}

#faqaccordion .collapse.in {
    display: block;
    background: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
    border-radius: 0px 0px 10px 10px;
}

.resultspeak {
    background-image: linear-gradient(45deg, #007bf6, #72b8ff);
    padding: 40px;
    margin: 0;
    border-radius: 15px;
    text-align: center;
}

.resultspeak h2 {
    color: #fff;
    font-size: 32px;
}

.resultspeak p {
    color: #fff;
    font-size: 24px;
    line-height: inherit;
    margin-bottom: 20px;
}

.resultspeak .speakbox {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    padding: 20px;
    text-align: center;
    height: 100%;
}

.resultspeak .speakbox h3 {
    font-size: 21px;
}

.resultspeak .speakbox p {
    color: #5A5A5A;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
}

.speakdetails {
    display: flex;
    margin-top: 40px;
}

.payrightsection .radio-inline {
    color: #3e50b3;
}

.package-content {
    display: flex;
}

.stureg-count {
    background: hsl(214deg 87% 53% / 15%);
    padding: 15px 0;
    margin: 20px 0;
    text-align: center;
}

.stureg-count p {
    font-size: 21px;
    color: #3e50b3;
    line-height: initial;
}

.stureg-count p span {
    font-weight: 600;
    font-size: 24px;
    margin-right: 5px;
}

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

.landing-bdy .chose-blk {
    width: 100% !important;
    padding: 20px;
}

.landing-bdy .courses-section .dashboard-sld-bx {
    margin: 20px 0;
}

.rechcontact {
    background: rgb(32 123 239 / 25%);
    padding: 30px;
    padding-bottom: 0;
    align-items: center;
    display: flex;
    border-radius: 15px;
}



.progressbar .c100 {
    display: block;
    float: none;
    margin: 0 auto;
}

.progressbar .c100 span {
    color: #3e50b3;
}

h3.common-title span {
    font-size: 12px;
    font-family: 'cera_proregular';
}


.result-carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.result-carousel-fade .carousel-inner .item,
.result-carousel-fade .carousel-inner .active.left,
.result-carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.result-carousel-fade .carousel-inner .active,
.result-carousel-fade .carousel-inner .next.left,
.result-carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.result-carousel-fade .carousel-inner .next,
.result-carousel-fade .carousel-inner .prev,
.result-carousel-fade .carousel-inner .active.left,
.result-carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.slide {
    margin-top: 30px;
}

.hero-bg .carousel-indicators li {
    width: 12px !important;
    height: 12px;
    border: 1px solid #228dce!important;
    background-color: #fff !important;
    margin: 5px 0 !important;
}
.hero-bg::before {
    content: '';
    background: url(../../assets/images/top.png);
    background-size: 240px;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    display:none;
}
.hero-bg .carousel-indicators .active {
    background-color: #228dce !important;
}

.hero-bg .carousel-indicators {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0px;
    width: auto;
    bottom: auto;
}

.classnotesection {
    margin-top: 30px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
}

.row.classnotesection p strong {
    font-weight: 600;
}

.row.classnotesection ol li {
    font-size: 15px;
    color: #5a5a5a;
    margin: 10px 0;
    margin-left: 20px;
}

.specialfeed {
    position: relative;
}

.specialfeed p {
    position: absolute;
    right: 10px;
    background: #019848;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: -25px;
    margin: 0;
}

.heading-title a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    z-index: 0;
}

.container {
    width: 100%;
}

.activity-dropdown {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
}

.activity-dropdown #dLabel {
    width: 180px;
    height: 36px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #3e50b3;
    text-align: left;
    padding: 5px 10px;
    color: #3e50b3;
    margin-top: 0;
}

.activity-dropdown .caret {
    float: right;
    margin-top: 9px;
    display: block;
}

.activity-dropdown .dropdown-menu {
    width: 180px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.activity-dropdown button:hover,
.activity-dropdown button:focus {
    border: none;
    outline: 0;
}

.activity-dropdown.open button#dLabel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 23%);
    border: solid 1px #3e50b3;
    border-bottom: none;
}

.activity-dropdown.open ul {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 23%);
    border: solid 1px #3e50b3;
    border-top: none;
    left: auto;
}

.activity-dropdown .dropdown-menu li {
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #3e50b3;
    font-size: 14px;
    cursor: pointer;
    padding: 7.5px 15px;
    border-top: solid 1px rgb(32 123 239 / 15%);
}

.activity-dropdown .dropdown-menu li:hover {
    background-color: rgb(32 123 239 / 15%);
}


.activity-dropdown .dropdown-menu li.filterActive {
    background: #3e50b3;
    color: #fff;
    cursor: none;
}

#carousel-example-generic .carousel-inner .item p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.dashnav .navbar-collapse.collapse {
    justify-content: end;
}


/*Responsive css start*/


/*Extra large devices (large desktops, 1199px and up)*/

@media only screen and (min-width: 576px) and (max-width: 767px) {
   
    .heading-title h2 {
        font-size: 24px;
        line-height: 35px;
    }
    
    .navbar-form {
        margin: 0;
        padding: 0 15px;
    }
    .lft-nav-btn .navbarbtn {
        margin: 0;
    }
   
   
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-blue-effect {
        font-size: 15px;
        padding: 10px 15px;
    }
   
    .dashnav .nav>li>a {
        padding: 10px 8px !important;
    }
   
    .heading-title h2 {
        font-size: 24px;
        line-height: 40px;
    }
   
    .batchdatetime {
        margin: 15px 0;
    }
   
    .class-info-wrap {
        display: block;
        padding-top: 0;
    }
    .class-info-wrap .highlights {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .series-pfl-logo {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .series-log-lt {
        width: 100%;
        text-align: center;
    }
    .series-log-lt img {
        max-width: 150px;
    }
    .pallete-section {
        height: calc(100vh - 455px) !important;
    }
    .exam-logo.examimgicon {
        margin-right: 20px;
        width: 60px;
    }
   
    .batch-content {
        display: block;
    }
   
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .inr-exam i {
        width: 40px;
        height: 40px;
    }
    .chose-blk h6 {
        font-size: 18px;
    }
    .structure-q .bx .qa-bx {
        width: 100%;
        margin: 20px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #navbar4 {
        padding: 0;
    }
    .structure-rgt-bd .nextbtn-new-one {
        margin: 10px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .heading-title h2 {
        font-size: 28px;
        line-height: 40px;
    }
   
    .batch-title h2 {
        font-size: 21px;
    }
    .batchleftpart {
        padding: 30px;
    }
    .batchdatetime img {
        width: 45px;
    }
    .batch-content .batchvideo img,
    .batch-content .batchpdf img,
    .batch-content .batchtest img {
        width: 45px;
        margin-right: 12px;
    }
    .batch-content .batchvideo p span,
    .batch-content .batchpdf p span,
    .batch-content .batchtest p span {
        font-size: 24px;
    }
    .batch-content .batchvideo p,
    .batch-content .batchtest p,
    .batch-content .batchpdf p {
        font-size: 15px;
    }
    
   
    .o-chmtry {
        font-family: 'cera_proregular';
        line-height: 24px;
    }
   
    .series-pfl-logo {
        width: 66%;
        padding-left: 15px;
    }
    .series-timeleft {
        font-size: 13px;
    }
    .series-log-lt {
        width: 32%;
    }
    .exam-logo.examimgicon {
        margin-right: 20px;
        width: 80px;
    }
    
}


@media (max-width: 1199px) {
    li.top-level-list-item {
        border: none;
    }
    .tankpaybox .table>tbody>tr>td {
        font-size: 14px;
    }
   
    .class-video-cnt {
        margin-left: -10px !important;
    }
    .asat_tab_section {
        width: 90% !important;
        margin: 0 auto !important;
        float: none;
    }
}

@media(max-width:1099px) {
    .heading-title {
        margin-bottom: 30px;
    }
}


/*Large devices (desktops, 991px and up)*/

@media (max-width: 991px) {
   
    .dashnav .nav>li>a {
        padding: 10px;
    }
    .LClisting {
        margin-bottom: 20px;
    }
    .navbar-header {
        float: inherit;
    }
    
    #inner-wrapper.toggled .enrollsection {
        width: calc(100% - 60px);
    }
    .batch-title h2 {
        font-size: 16px;
    }
    .batchdatetime img {
        width: 40px;
    }
    .batch-content .batchvideo img {
        width: 40px;
    }
    .batch-content .batchpdf img {
        width: 40px;
    }
    .batch-content .batchtest img {
        width: 40px;
    }
   
    .batch-content .batchvideo img,
    .batch-content .batchpdf img,
    .batch-content .batchtest img,
    .batchdatetime img {
        width: 36px;
    }
    .batch-content .batchvideo p span,
    .batch-content .batchpdf p span,
    .batch-content .batchtest p span {
        font-size: 21px;
    }
    .batch-content .batchtest p,
    .batch-content .batchpdf p,
    .batch-content .batchvideo p,
    .batchdatetime p {
        font-size: 15px;
    }
    .batch-content .batchpdf {
        margin: 15px 0;
    }
    .batchleftpart {
        padding: 20px;
    }
    
    
    .list-of-chap>.che-list li {
        margin: 10px 0;
    }
    .o-chmtry {
        font-size: 15px;
        font-family: 'cera_proregular';
        line-height: 24px;
    }
    .sub-chk-cnt {
        display: flex;
        align-items: center;
        width: auto;
    }
    .sub-chk-cnt>.eye-icon {
        margin: 0;
    }
    
    
   
    .guid_border_line:after {
        width: 220px;
        height: 220px;
    }
    .box_border {
        width: 220px;
        height: 220px;
        padding: 10px;
    }
    .box_border .guid_box_bg {
        padding: 10px;
    }
    .box_border .guid_box_bg .our_guiding {
        padding: 0;
    }
    .box_border .guid_box_bg .our_guiding .guiding_icon {
        width: 70px;
        height: 70px;
    }
    .box_border .guid_box_bg .our_guiding .guiding_icon img {
        width: 40px;
    }
    .box_border .guid_box_bg .our_guiding .guiding_text p {
        font-size: 14px;
    }
    
    .ourfacultyleft .mentor_pro_pic {
        width: 130px;
        height: 130px;
        border: 2px solid #3e50b3;
    }
   
    .ourfacultyleft .factprodetail h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ourfacultyleft .factprodetail p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-toggle {
        background-color: #3e50b3;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        background: #3e50b3;
        top: 0;
    }
    #navbar4 ul.menu,
    #navbar4 ul.topbtn {
        width: auto;
        margin: 0;
    }
    .navbar-fixed-inner {
        top: 34px;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        background: var(--primary);
        top: 0;
    }
    #navbar4 ul.topbtn {
        display: block;
    }
    #navbar4 ul.topbtn li {
        display: block;
    }
    .navbar-nav {
        flex-flow: column;
        align-items: flex-start;
    }
    .dashnav .nav>li>a {
        color: #fff;
    }
    .navbar-right {
        float: none !important;
    }
    
    .dashnav .navbar-collapse {
        margin: 0;
    }
    .dashnav .navbar-header .navbar-brand {
        padding: 0px;
        margin-top: 0px;
        margin: 10px 0;
        max-width: 160px;
    }
}


/*Medium devices (tablets, 767px and up)*/

@media (max-width: 767px) {
   
    li.top-level-list-item {
        border: none;
    }
    .bnnr-cnt.exams .row {
        display: block;
    }
    .dashnav .nav>li>a {
        color: #fff;
    }
    
    .align-items-center.justify-content-between {
        display: block;
    }
   
    .btn-blue-effect {
        margin: 20px 0;
    }
   
    .foot-top h3.fhead {
        padding: 0;
    }
    .foot-top .subhead h4 {
        margin: 20px 0;
    }
    .right-top-head ul li {
        float: left;
    }
    .right-top-head ul {
        float: right;
    }
    
    section.enrollsection {
        width: 100%;
    }
    .modal-dialog {
        width: 90%;
    }
    #inner-wrapper.toggled .enrollsection {
        width: 100%;
    }
    
    .foot_top {
        margin: 10px 0;
    }
    #inner-wrapper.toggled #content-wrapper {
        padding-bottom: 310px;
    }
    .modal.signinup.fade.in .modal-dialog {
        left: 60px;
    }
    .secondary-nav::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        height: 100%;
        width: 35px;
        background: linear-gradient(to left, #e3e3e3, rgba(37, 40, 61, 0));
        pointer-events: none;
        background: transparent;
        transition: opacity 0.2s;
    }
    .secondary-nav .nav-link {
        padding: 14px 10px;
    }
    
    .top-land-right {
        margin: 10px 0;
        padding-left: 0px;
    }
   
    .topicsubname h4 {
        font-size: 14px;
        min-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .btn-blue-effect {
        margin: 0;
    }
    
    .section {
        padding: 40px 0;
    }
    .starhead h2 {
        font-size: 21px;
    }
    .batchlist {
        margin: 15px 0 0 20px;
    }
    .batchcontent h2 {
        font-size: 21px;
    }
    .stats-section .bg-layer-top {
        width: 240px;
        height: 240px;
        top: -140px;
    }
    .lft-nav-btn {
        margin-right: 20px;
    }
    .payrightsection {
        margin: 0px;
    }
    .oder-1 {
        order: 2;
    }
    .order-2 {
        order: 1;
    }
    .LClisting p {
        margin-bottom: 15px;
    }
    .sub-icon-lft {
        width: 60px;
    }
    .stdnt-tabs .nav-tabs>li {
        width: 30%;
    }
    
    .edit-prifile .otp-bx {
        width: 100%;
    }
    .series-lgnd-sec {
        position: relative;
        display: inline-block;
        padding: 20px;
    }
    .pallete-section {
        height: 260px !important;
    }
    .sp-lft {
        display: inline-block;
        width: 100%;
        z-index: 0;
        top: 0;
        position: static;
        bottom: 0;
        left: 0;
        transition: all 0.5s linear;
        height: 100%;
        padding-bottom: 0;
        background: transparent;
    }
    .exam-logo.examimgicon {
        width: 80px;
        display: inline-block;
    }
   
    .add-list-of-chap {
        width: calc(100% - 170px);
    }
    .chose-blk h6 {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .inr-exam i {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
    .inr-exam {
        margin-bottom: 20px;
    }
    .inr-exam h4 {
        font-size: 15px;
    }
    p.text_user_qu {
        padding: 0 !important;
    }
    
   
    .contact-us .contact-map iframe {
        width: 100% !important;
    }
   
    .batch-content .batchpdf {
        margin: 0;
    }
    .batch-content .batchvideo,
    .batch-content .batchpdf {
        margin-right: 25px;
    }
    .batch-content .batchtest {
        margin: 0;
    }
   
    .our-eex_img {
        text-align: center;
        margin-top: 20px;
    }
    
    
    .pay_installment_table {
        display: block;
    }
    .enroll_point_list {
        min-height: auto;
    }
    
    .guid_border_line {
        width: 100%;
        position: relative;
        min-width: 210px;
    }
    .guid_border_line:last-child {
        overflow: hidden;
    }
    .box_border {
        width: 180px;
        height: 180px;
    }
    .guid_border_line:after {
        width: 180px;
        height: 180px;
    }
    .box_border .guid_box_bg .our_guiding .guiding_icon {
        width: 60px;
        height: 60px;
    }
    .box_border .guid_box_bg .our_guiding .guiding_icon img {
        width: 36px;
    }
    .box_border .guid_box_bg .our_guiding {
        width: 100%;
    }
    .box_border .guid_box_bg .our_guiding .guiding_text p {
        font-size: 12px;
    }
    .family_details {
        padding: 6px;
    }
    .family_details h3,
    .our_family_details h3 {
        font-size: 13px;
        display: flex;
        align-items: center;
        min-height: 38px;
        justify-content: center;
        line-height: inherit;
    }
    .family_details h4,
    .our_family_details h4 {
        font-size: 11px;
        margin-bottom: 0px;
        justify-content: center;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 36px;
    }
   
    .member_social-icons a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .member_social-icons a i {
        line-height: 32px;
    }
    
    .slider-container {
        height: 700;
        overflow: auto;
    }
   
    .navbar-fixed-inner {
        top: 0px;
    }
    .main-landing .top-bar {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .top-land-right .sidebar-brand {
        text-align: center;
        padding: 4px 0;
    }
    .studreslist {
        padding: 10px;
    }
    .stude-profile {
        max-width: 140px;
    }
    .stude-profile::before {
        width: 120px;
        height: 120px;
        left: 0;
    }
    .stude-profile::after {
        width: 120px;
        height: 120px;
        right: 0;
    }
    .stude-img {
        width: 120px;
        height: 120px;
    }
    .studreslist .studepre p {
        padding: 3px 10px;
        font-size: 11px;
        width: 90px;
    }
    .edit-default-css h5 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .edit-default-css p.registno {
        padding: 5px 0;
        line-height: 16px;
    }
    .studreslist p.batchbox {
        padding: 3px 0 0 0;
        font-size: 12px;
        min-height: 30px;
    }
   
    .carousel-default.align-items-center {
        display: block;
    }
    
    .structure-rgt {
        display: inline-block;
        width: 100%;
        margin-top: 60px;
        padding: 0;
    }
    .series-main {
        position: fixed;
        left: -100%;
        background: #fff;
        z-index: 99;
        transition: all 0.5s ease;
        top: 60px;
    }
   
    .structure-lft .list {
        height: calc(100vh - 275px);
    }
    .vimeo-video.concept-vimeo-video {
        height: 315px;
    }
    .add-list-of-chap.inner-list .video-screen.plr-15 {
        padding: 0px !important;
    }
    #sidebar-wrapper.fixedleftsidebar {
        top: 146px;
    }
    .ourfacultydetail {
        display: block;
    }
    .ourfacultyleft {
        display: block;
    }
    .ourmentorvideo {
        margin: 10px auto;
    }
    .ourmentorcours {
        margin: 10px auto;
    }
    .ourfacultyleft .mentor_pro_pic {
        border: 3px solid #3e50b3;
        width: 150px;
        height: 150px;
    }
    .ourfacultyleft .factprodetail {
        padding: 15px 0px;
        text-align: center;
    }
    .ourfacultyleft .factprodetail h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ourfacultyleft .factprodetail p {
        font-size: 16px;
        font-weight: 300;
        font-family: 'Gotham';
    }
   
   
    .ourmentorvideo {
        max-width: 360px;
    }
    .mCustomScrollbar {
        -ms-touch-action: auto;
        touch-action: auto;
    }
    
    
    .margin-x-sm {
        margin: 10px 0;
    }
    .batchdetailimg {
        display: none;
    }
    .package-content {
        display: block;
    }
    .payrightsection {
        margin-bottom: 10px;
    }
}


/*Small devices (landscape phones, 576px and up)*/

@media (max-width: 576px) {
   
    .js-menu {
        width: 100%;
        max-width: 100%;
    }
    table.show-cart.table tr td {
        padding: 10px 5px;
    }
    table.show-cart.table tr td,
    table.show-cart.table tr td span {
        font-size: 12px;
        text-align: left;
    }
    table.show-cart.table {
        display: block;
        padding: 10px;
    }
    .cart_context_body .input-group-addon {
        padding: 0px 0px;
        width: 20px;
    }
    .cart_context_body .form-group {
        width: 24px;
    }
    .cart_context_body .form-group .item-count {
        padding: 0;
    }
    table.show-cart.table tr td button.delete-item {
        font-size: 20px;
        padding: 0 2px;
        background-color: transparent;
        border: none;
        color: #d43f3a;
    }
    table.show-cart.table tr td:first-child {
        padding-left: 0;
    }
    table.show-cart.table tr td:last-child {
        padding-right: 0;
    }
    table.show-cart.table tr td .img-thumbnail {
        padding: 0;
        border: none;
        border-radius: 0px;
    }
   
   
    .heading-title .divider {
        margin-top: 20px;
    }
    
    .vimeo-video.concept-vimeo-video {
        width: 100%;
        height: 295px;
    }
    .player {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
    }
   
    .justify-content-between {
        display: block;
    }
    .Faculty-section .bg-layer {
        width: 350px;
    }
    .checkbox-row .checkbox {
        display: inline;
    }
    .chose-cnt ul li .checkbox-row {
        top: 8px;
    }
    .chose-cnt ul li {
        font-size: 12px;
        padding: 10px 10px 10px 0px;
    }
    .chapter_list .mCSB_inside>.mCSB_container {
        margin-right: 10px;
    }
    
    .studlist .studemarks p {
        font-size: 12px;
        padding: 2px 18px;
        min-width: 90px;
    }
    .col-md-12.text-center.align-items-center {
        display: block;
    }
    .align-items-center .btn.mr30 {
        margin: 0 !important;
    }
    
    .navbar-nav {
        margin: 0;
    }
    
    .Faculty-section .bg-layer-bottom {
        width: 400px;
        left: -180px;
        bottom: -375px;
    }
    .know-more-btn {
        padding: 5px 12px;
        font-size: 12px;
    }
    
    .stude-profile-pic .stude-img {
        width: 125px;
        height: 125px;
    }
    #result {
        padding-bottom: 25px !important;
    }
   
    .lft-side .logo {
        text-align: left;
        min-height: auto;
    }
    .logo-lft>img {
        height: 58px;
    }
    .lft-nav-btn .navbarbtn {
        background: #3e50b3 !important;
    }
    .lft-nav-btn {
        margin: 8px 0px;
        margin-right: 15px;
        position: absolute;
        right: 0;
        top: -54px;
    }
    .lft-side .logo {
        z-index: 9;
    }
    .lft-side {
        margin-top: 35px;
    }
   
    .right-top-head {
        position: relative;
        right: 0;
        padding: 0;
        margin: 0;
    }
    .sidebar-brand {
        text-align: center;
        padding: 2px 0;
    }
   
    .heading-title h2 {
        font-size: 21px;
        line-height: 35px;
    }
   
    .btn-blue-effect {
        padding: 10px 20px;
        font-size: 16px;
    }
    .align-items-center.justify-content-between {
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
   
   
    .starhead h2 {
        font-size: 20px;
    }
    .starhead img {
        width: 45px;
        margin-right: 15px;
    }
   
   
    .starbatch p {
        margin-top: 5px;
    }
    .batchlist {
        margin: 15px 0 0 15px;
    }
    .batchcontent img {
        width: 45px;
    }
    .stats-section .bg-layer-top {
        width: 220px;
        height: 220px;
        top: -90px;
    }
    .batchcontent h2 {
        font-size: 20px;
    }

    .LClisting {
        padding: 20px 20px;
    }
    
    .btn-default.signin {
        margin: 0;
    }
    .btn-default {
        font-size: 15px;
        font-family: 'cera_proregular';
    }
    #sidebar-wrapper {
        top: 0px;
    }
    .btn-default {
        height: 40px;
    }
    .landing-nav {
        top: 143px;
    }
    .navbar-form {
        margin: 0px;
        padding: 0;
    }
    .lft-nav-btn .navbarbtn {
        margin: 0;
    }
    .logo-lft>img {
        width: 140px !important;
    }
    .stats .statsbox span img {
        width: 32px;
        margin: 0;
    }
    .stats .statsbox span {
        width: 50px;
        height: 50px;
        padding: 10px 0;
        right: -5px;
        bottom: -5px;
    }
    .stats .statsbox h2 {
        font-size: 16px;
        margin: 0;
    }
    .stats .statsbox p {
        font-size: 14px;
        margin-top: 20px;
        line-height: initial;
    }
    .statsbox {
        width: 150px;
        height: 150px;
        padding: 10px;
        margin: 25px auto;
    }
    .statsbox:before {
        top: -10px;
        width: 140px;
        height: 140px;
        left: -10px;
    }
    .logo-lft>img {
        width: auto !important;
    }
    .lft-nav-btn {
        margin: 8px 0px;
        margin-right: 15px;
    }
    .class-input-part .class-input .chk-cnt {
        font-size: 14px !important;
    }
    .class-input {
        padding: 10px 25px;
        width: auto;
        min-width: 60px;
    }
    .class .class-input.active .tick-icon {
        font-size: 12px;
    }
    .logo-cnt {
        margin-left: 55px;
    }
    .active-part {
        padding-right: 25px;
    }
   
    .hello-hd p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .landing-bdy .inr-exam .info.live {
        background: #ea4335 !important;
        color: #ffffff;
        font-size: 15px;
        right: -10px;
        top: -10px;
        padding-left: 5px;
    }
    .landing-bdy .inr-exam .info.live:after {
        bottom: 10px;
        left: 6px;
        width: 8px;
        height: 8px;
    }
    .landing-bdy .inr-exam .info.live:after {
        border-left: 8px solid #ffffff !important;
    }
   
    .starbatch {
        padding: 20px;
    }
    
    .batchcontent {
        padding: 20px;
    }
    .LClisting {
        padding: 20px;
    }
    
    .structure-rgt-bd #content-wrapper {
        padding: 0;
    }
    .structure-rgt-bd .bx>h3 {
        font-size: 16px;
        text-align: left;
    }
    .structure-rgt-bd .bx>h3 p {
        line-height: 24px;
    }
    .user-img {
        width: auto;
        margin: 0;
    }
    .btn-part .ggl-play {
        margin-top: 10px;
    }
    .edit-default-css h3 {
        margin: 15px 0 10px;
        font-size: 14px;
    }
    .edit-default-css p {
        line-height: 24px;
        font-size: 15px;
        text-align: center;
    }
    .stats {
        padding: 0;
        margin-top: 20px;
    }
    .cnt-inner {
        display: flex;
    }
    .slider2-cnt h4 {
        line-height: 21px;
    }
    .slider2-cnt h6 {
        font-size: 12px;
        line-height: 18px;
    }
    .content p {
        margin: 15px 0 0;
        text-transform: uppercase;
        line-height: 21px;
        font-size: 13px;
    }
    .edit-default-css h4 {
        margin: 10px 0;
    }
    .rankelist {
        border: 0;
        box-shadow: none;
    }
    .rankelist thead.cmplx-tbl-head {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .rankelist tbody tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 20px;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }
    .rankelist td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 16px;
        text-align: right;
    }
    .rankelist td:last-child {
        border-bottom: 0;
    }
    .rankelist td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .rankelist td:first-child:before {
        line-height: 42px;
    }
    .particip-pic {
        display: inline-block;
    }
    .top-rank h2 {
        font-size: 12px;
        color: #000;
        line-height: 21px;
        margin: 15px 0;
    }
    .qa-solution {
        width: auto;
    }
  
    
    .actionbtn {
        display: block;
    }
    .foot_top .left-part h2 {
        font-size: 18px;
    }
    .foot_top .left-part h3 {
        font-size: 15px;
        margin-top: 12px;
    }
    .foot_bottom p {
        font-size: 15px;
    }
    .foot_bottom p span {
        font-size: 18px;
    }
    .foot_top .right-part a {
        width: auto;
        margin: 0 !important;
        padding: 5px 10px;
        min-width: max-content;
    }
    .foot_top .right-part {
        top: -10px;
    }
    .foot_top {
        overflow: visible;
    }
    .height50 {
        height: auto;
        min-height: auto;
    }
    .card-body.my-2 {
        margin-bottom: 0 !important;
    }
    .learn-video .video-blk .video-rt h4 {
        font-size: 13px;
        line-height: 24px;
    }
    .sub-icon-lft {
        width: 60px;
    }
    .sub-class-input .sub-chk-cnt {
        padding-left: 10px;
    }
    .sub-chk-cnt .sub-chk-inner h3 {
        font-size: 14px !important;
        margin: 0;
    }
    .main-info {
        display: block;
        margin: 0;
    }
    .batch-info {
        font-size: 16px;
        padding-top: 0px;
    }
    .landing-bdy .text-series h2 {
        font-size: 16px;
        font-family: 'cera_proregular';
        line-height: inherit;
    }
   
    .list-of-chap>.che-list.wth-icon {
        padding: 0 15px;
    }
    
    .custm-drp-sec .select span.select2-container {
        width: 100% !important;
    }
    .course-inner-box {
        max-width: 100%;
    }
    .enroll {
        margin-top: 0px;
    }
    .course-inner-box .price {
        margin: 0;
    }
    .concern-form .class-input-topic {
        margin-right: 0px;
    }
    .concern-form .class-input-topic {
        font-size: 14px;
    }
    .qustion-heading-row .title-content h1 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .exam-logo.examimgicon {
        width: 50px;
        display: inline-block;
    }
    .qustion-heading-row .title-content {
        width: calc(100% - 70px);
        display: inline-block;
    }
    .structure-rgt-hd .time {
        font-size: 12px;
        margin-left: 0;
    }
    .structure-rgt-hd .play {
        position: absolute;
        right: 0;
        top: -2px;
        right: 10px;
    }
   
    .landing-bdy .change-number {
        padding: 0 !important;
    }
    
    .chose-cnt .paper {
        width: 100%;
    }
    .batch-content .batchvideo img,
    .batch-content .batchpdf img,
    .batch-content .batchtest img,
    .batchdatetime img {
        width: 32px;
        margin-right: 10px;
    }
    .batch-content .batchvideo,
    .batch-content .batchpdf {
        margin-right: 15px;
    }
    .batch-content .batchtest {
        margin: 0;
    }
    
    .modal-title {
        font-size: 16px;
    }
   
   
    #home-contact-fixed-admin {
        position: fixed;
        right: 115px;
        background: #F8C44A;
        color: #fff;
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
        border-radius: 30px;
        transform: none;
        top: 46px;
        text-transform: capitalize;
        font-size: 16px;
        z-index: 99;
    }
    .batchcontent .hover-content:after {
        content: '';
        width: 200px;
        height: 200px;
        border-radius: 50%;
        position: absolute;
        top: -90px;
        right: -90px;
        z-index: -1;
        transform: translate(-50%, -50%);
        opacity: 0;
    }
    .batchcontent .hover-content:before {
        content: '';
        width: 120px;
        height: 120px;
        border-radius: 50%;
        position: absolute;
        top: -40px;
        right: -40px;
        z-index: 1;
        transform: translate(-50%, -50%);
        opacity: 0;
    }
  
    .batchlist p span {
        width: 30px;
    }
    .navbar-toggle {
        position: absolute;
        right: 25px;
        top: 6px;
        float: right;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 0px solid transparent;
        padding: 9px 10px;
        border-radius: 3px;
    }
    
    
    
    .LClisting {
        margin-bottom: 10px;
    }
    
    #home-contact-fixed-admin img {
        max-width: 100%;
        width: 18px;
        margin-right: 0px;
    }
    
    .list-of-chap>.che-list {
        padding: 0;
    }
    
    .dashboard-view-list {
        padding: 0px;
    }
    .db-exams-bx .marks {
        text-align: left;
    }
    .radio-row .radio .checkmark:after {
        left: 7px;
        top: 3px;
    }
    .inr-exam .radio-row .checkmark {
        height: 20px;
        width: 20px;
    }
    
    .moti-list .vid-cnt {
        padding: 0 15px;
    }
    
    .structure-rgt-bd .nextbtn-new-one {
        font-size: 14px !important;
        padding: 0 15px !important;
    }
    .info-part {
        width: auto;
        margin: 0 auto;
    }
    p.priconfilter .btn,
    p.ourresfilter .btn {
        min-width: auto !important;
    }
    p.ourresfilter {
        display: inline-block;
        width: 100%;
    }
   
    .swiper-full-mobile:before {
        left: 4px;
        background-size: contain;
    }
    
   
    .margin-x-xs {
        margin: 5px 0;
    }
    .resultspeak p {
        line-height: inherit;
        font-size: 14px;
    }
    .resultspeak h2 {
        font-size: 18px;
        line-height: inherit;
        margin-bottom: 10px;
    }
    .resultspeak {
        padding: 15px;
    }
    .speakdetails {
        margin-top: 15px;
    }
    .resultspeak .speakbox {
        padding: 10px;
    }
    .resultspeak .speakbox h3 {
        font-size: 16px;
        margin: 5px;
        line-height: inherit;
    }
    .resultspeak .speakbox p {
        font-size: 13px;
    }
    .payrightsection .field-wrap.foot_bottom p {
        font-size: 13px;
    }
    .payrightsection .pay_price_sec_box div:first-child {
        padding-left: 0;
    }
    .payrightsection .pay_price_sec_box div:last-child {
        padding-right: 0;
    }
    
    .package-content .payrightsection label {
        font-size: 12px;
        line-height: 20px;
    }
    #faqaccordion .panel .panel-heading .panel-title a {
        font-size: 13px;
    }
    #faqaccordion .panel .panel-body p {
        font-size: 12px;
        line-height: inherit;
        text-align: left;
    }
    .edit-default-css p {
        font-size: 13px;
    }
    .stureg-count p span {
        font-size: 20px;
    }
    .stureg-count {
        padding: 10px 0;
    }
}

@media screen and (max-width: 512px) {
   
    .chose-cnt .paper {
        width: 100% !important;
    }
    
    .modal-title {
        font-size: 13px;
    }
}


/*xtra Small devices (landscape phones, 480px and up)*/

@media (max-width: 480px) {
  
    .batchleftpart {
        padding: 15px;
    }
    .hello-slider .item {
        padding: 0px;
    }
    
    .courses-section-inner img {
        padding: 0;
    }
    
    
    .batch-content {
        display: flex;
    }
    .batch-content .batchvideo p span,
    .batch-content .batchpdf p span,
    .batch-content .batchtest p span {
        font-size: 16px;
    }
    .batch-content .batchvideo,
    .batch-content .batchpdf,
    .batch-content .batchtest {
        display: block;
        padding: 0px;
    }
    .batch-content .batchvideo,
    .batch-content .batchpdf {
        margin-right: 10px;
    }
    .batch-content .batchvideo img,
    .batch-content .batchpdf img,
    .batch-content .batchtest img,
    .batchdatetime img {
        width: 28px;
        margin-right: 4px;
    }
   
    .batch-content .batchtest p,
    .batch-content .batchpdf p,
    .batch-content .batchvideo p,
    .batchdatetime p {
        font-size: 13px;
    }
   
    .btn-blue-effect {
        padding: 10px 15px;
        font-size: 16px;
    }
   
    .align-items-center.justify-content-between {
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
   
    .starhead h2 {
        font-size: 20px;
    }
    .starhead img {
        width: 40px;
        margin-right: 15px;
    }
    
    
    .starbatch p {
        margin-top: 5px;
    }
    .batchlist {
        margin: 15px 0 0 15px;
    }
    .batchcontent img {
        width: 40px;
    }
    .batchcontent h2 {
        font-size: 20px;
    }
   
    .LClisting {
        padding: 20px 20px;
    }
    
    .heading-title h2 {
        font-size: 15px;
    }
 

 
}


/*xtra Small devices (landscape phones, 420px and up)*/

@media (max-width: 420px) {
   
    
    .top-land-right .sidebar-brand {
        margin-left: -4px;
    }
    #home-contact-fixed-admin {
        height: 36px;
        line-height: 36px;
        padding: 0 12px;
        top: 34px;
        font-size: 13px;
        margin: 12px 0;
    }
    .btn-blue-effect {
        padding: 10px 15px;
        font-size: 15px;
    }
    
    .align-items-center.justify-content-between {
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    
    .starbatch p {
        margin-top: 5px;
    }
    .batchlist {
        margin: 15px 0 0 15px;
    }
    .batchcontent img {
        width: 36px;
    }
    .batchcontent h2 {
        font-size: 18px;
    }
 
    .dashnav .navbar-header .navbar-brand {
        padding: 0px;
        margin-top: 0px;
        margin: 10px 0;
        max-width: 130px;
    }
    #home-contact-fixed-admin {
        right: 100px;
    }
 
}




@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .cloneditem-1,
    .carousel-showmanymoveone .cloneditem-2 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: transparent;
}

ul.tabs {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.tabs li {
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(8 8 8 / 15%);
    transition: all 0.3s linear;
}

ul.tabs li:hover a,
ul.tabs li.active a {
    color: #ffffff !important;
}

ul.tabs li:hover,
ul.tabs li.active {
    background: #3e50b3 !important;
}

ul.tabs li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'cera_proregular';
    padding: 10px;
    position: relative;
    color: #000;
    text-align: center;
}

.tab_container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-width: 10px;
    text-align: left;
    border-radius: 12px;
}

.tab_content {
    padding: 20px;
    height: 100%;
    display: none;
}

.tab_drawer_heading {
    display: none;
}




@keyframes blinker {
    50% {
        opacity: 0;
    }
}


/* download test pdf toast css */

.toast {
    /* position: absolute;*/
    position: fixed;
    z-index: 99999;
    top: 15%;
    right: 30px;
    border-radius: 12px;
    background: #4385f5;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

.toast.active {
    transform: translateX(0%);
}

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

.toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #4070f4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.toast .message .text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.toast .message .text.text-1 {
    font-weight: 600;
    color: #fff;
}

.toast .message .text.text-2 {
    font-size: 14px;
    margin-top: 10px;
}

.toast .message .text.text-2 a {
    text-decoration: none;
    color: #fff;
}

.toast .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
    color: #fff;
}

.toast .close:hover {
    opacity: 1;
}

.toast .progress {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 3px;
    width: 100%;
}

.toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4;
}

.toast .progress.active:before {
    animation: progress 5s linear forwards;
}


/* download test pdf toast css */


/* top header bar */

.top-header {
    background-color:var(--primary);
    height: 40px;
}

.top-header-links {
    float: left;
    color: #d8d8d8;
    font-size: 13px;
    line-height: 44px;
    font-weight: 400;
    padding-left: 11px;
}
.top-header-links a{
  padding-right: 10px;
}
.top-header-links.rgtflot {
    float: right;
    padding-right: 10px;
}

.top-header-links h6 {
    font-size: 15px;
    margin: 0 12px 0 0;
    /*font-weight: 400;*/
    color: #fff;
    display: inline-block;
}

.top-header-links h6 i{
    color:#fff;
}

.top-header-links.lftflot a:last-child {
    border: none;
}

.top-header-links.lftflot a {
    font-size: 14px;
    text-transform: none;
    margin: 0;
    padding: 0 6px;
    transition: .2s all ease;
}

.top-header-links a,
.top-header-links span {
    color: #fff;
    display: inline;
    font-weight: 400;
    letter-spacing: .6px;
}

.socialfollow i{
    font-size: 15px;
}

/* top header bar */

/* about us page styleing */

.about-us__area{
    padding:60px 0;
}

.about-us__area .about-img{
    margin-right:40px;
}

.about-us__area .about-img img{
    border-radius: 5px;
}

.about-content h2{
    font-size: 32px;
    font-weight: 600;
}

.about-content p{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #616161;
    font-weight: 400;
} 

.counter__area{
    background-color: var(--primary);
    padding: 70px 0;
}

.counter__area .counter-item__box{
    text-align:center; 
}

.counter__area .counter-item__box .number{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.counter__area .counter-item__box .text{
    color: #fff;
}

.why-learn__area{
    padding:70px 0;
}

.breadcumb-area{
    padding: 100px 0;
    position: relative;
    background: url(../images/breadcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: -101px;*/
    position:relative;
}
.breadcumb-area:before{
    content:"";
    position:absolute;
    top: 0;
    left:0;
    right:0;
    height:100%;
    background:rgba(0,0,0,0.7);
}
.breadcumb-content{
    text-align:center;
}
.breadcumb-title h4 {
    display: inline-block;
    font-size: 40px;
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}
.breadcumb-content ul li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    position: relative;
}
.breadcumb-content ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}
.breadcumb-content ul li a span {
    display: inline-block;
    margin: 0 8px 0;
}
.breadcumb-content ul li a span i{
    color: #eee;
}
.breadcumb-shape {
    position: absolute;
    left: 745px;
    bottom: 185px;
    animation: 3s linear 0s infinite normal none running bounce;
}
.breadcumb-shape2 {
    position: absolute;
    right: 280px;
    bottom: 235px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

@keyframes scaleZoom {
    0% {
      transform: scale(0.6);
      opacity: 0.3;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
.section-title{
    text-align:center;
}  
.section-title h2{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.why-learn__area .learn-single__box .img-box{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--primary);
    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;
    margin-bottom: 20px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.why-learn__area .learn-single__box .img-box img{
    width: 40px;
}

.why-learn__area .learn-single__box .content-box h3{
    font-size: 20px;
    font-weight: 600;
}

.why-learn__area .learn-single__box .content-box p{
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    text-align:justify;
}

.our-teachers__area{
    padding:70px 0;
}

.teacher-single__box{
    background-color: rgb(241, 249, 252);
    margin-bottom: 20px;
    text-align: center;
    border-radius: 20px;
    padding: 20px 20px 25px;
    transition: 0.5s;
}


        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: flex-end;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        .modal-content {
            width: 500px;
            height: 120%;
            background: #fff;
            padding: 20px;
            box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
            position: fixed;
            right: -400px; 
            top: 0;
            transition: right 0.4s ease-in-out;
            border-radius: 0;
            padding: 0 40px;
        }

        .modal-overlay.show {
            display: flex;
            opacity: 1;
        }

        .modal-overlay.show .modal-content {
            right: 0; 
        }

        body.no-scroll {
            overflow: hidden;
        }
        
        .login-form{
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            padding: 0 50px;
        }
        
        .form-bottom{
            position: absolute;
            bottom: 12px;
            border-top: 1px solid #ddd;
            width: 84%;
        }
        
        .form-bottom p{
            font-size:14px;
            margin-top:10px;
        }
        
        .form-bottom p a{
            color:var(--primary);
            text-decoration:underline;
        }
        
        .forgotpass-form{
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            padding: 0 50px;
        }
        
        .signup-form{
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            padding: 0 50px;
        }
        
        .close-btn, .forgotpass{
            position: absolute;
            top: 45px;
            left: 44px;
            cursor: pointer;
            border: none;
            background: none;
            display: flex;
            align-items: center;
        }
        
        .close-btn .stylish-text{
            margin:0;
            font-size: 26px;
            font-weight: bold;
            text-transform: uppercase;
            color: var(--primary);
            
            letter-spacing: 2px;
           
          
            padding: 10px;
            border-radius: 10px;
            animation: shine 2s infinite;
        }
        
        .forgotpass .stylish-text{
            margin:0;
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            color: #4A90E2;
            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
            letter-spacing: 2px;
            background: linear-gradient(45deg, #FF6F61, #4A90E2);
            -webkit-background-clip: text;
            color: transparent;
            padding: 10px;
            border-radius: 10px;
            animation: shine 2s infinite;
        }

        .modal-content h4 {
            font-size:18px;
            font-weight:700;
            margin-bottom: 25px;
        }
        
        .form-group{
            position:relative; 
            margin-bottom:15px;
        }
        
        .form-group .form-control{
            font-size:14px;
            height: 47px;
            border-radius: 8px;
        }
        
        .form-control:focus{
            box-shadow:unset;
            border-color:#000;
        }
        
        .form-group i{
             position: absolute;
             right: 15px;
             top: 15px;
             font-size: 18px;
             color: #000;
        }

        .forgot-password {
            display: block;
            font-size: 12px;
            margin-top: 5px;
            color: #025fca;
            text-decoration: none;
        }

        .login-btn, .forgot-btn {
            width: 100%;
            padding: 12px;
            background-color: var(--primary);
            color: #fff;
            border: none;
            cursor: pointer;
            border-radius: 25px;
            font-size: 16px;
            margin-top: 30px;
        }
        
        .forgot-form {
            display: none;
        }
        
        
.contact-us__area{
    padding:70px 0;
}        

.contact-info__box ul li{
    display: flex;
    align-items: center;
    gap: 15px; 
    margin-left: 0;
    margin-bottom:20px;
}

.contact-info__box ul li .icon-box{
    background-color: var(--primary);
    width: 60px;
    height: 55px; 
}

.contact-info__box ul li .icon-box i{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.contact-info__box ul li .content-box h6{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
}

.contact-info__box ul li .content-box p{
    font-size: 14px;
    color: #616161;
    margin-bottom: 0;
}

.btn-submit{
    background-color: var(--primary);
    color: #fff;
    width: 100%;
    padding: 12px !important;
    height:auto;
}

.stylish-text {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary);
    
    letter-spacing: 2px;
   
    padding: 6px 0px;
    margin: 0px auto;
    border-radius: 10px;
    animation: shine 2s infinite;
}

/** courses **/
.courses__area{
    padding:70px 0;
    /*background-color:#f5f5f5;*/
}

.courses__area .col-lg-3{
    width:27%;
}

.courses__area .col-lg-9{
    width:73%;
}

.courses__area .section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-left: 16px;
}

.courses__area .section-header .filter-sort-by{
    display: flex;
    gap: 10px
}

.courses__area .section-header .filter-sort-by .filterbtn{
    padding: 10px 13px;
    background: transparent;
    border: 1px solid #000;
    border-radius:0.375rem;
    display:none;
}

.courses__area .section-header .filter-sort-by select{
    width: 150px;
    padding:10px 13px;
    border: 1px solid #000;
    font-size: 14px;
}

.courses__area .section-header .filter-sort-by select:focus{
    box-shadow:unset;
}

.courses__area .section-header .results .count{
    font-size: 16px;
    color: #302d5b;
    font-family: 'cera_probold';
    margin-bottom:0;
}

.siderbar .accordion .accordion-item{
    border: none;
    background: transparent;
    border-bottom: 1px solid #ddd;
}
.siderbar .accordion .accordion-item .accordion-button{
    font-size: 18px;
    color: #302d5b;
    font-family: 'cera_probold';
    background: transparent;
    box-shadow: unset;
    padding: 16px 0;
}

.siderbar .accordion .accordion-item .accordion-body{
    padding: 1rem 0;
}

.siderbar .accordion .accordion-item .accordion-body .filter-content ul li{
    margin-bottom: 13px;
    list-style: none;
}

.siderbar .accordion .accordion-item .accordion-body .filter-content .form-check{
    display: flex;
    align-items: center;
    gap: 13px;
}

.siderbar .accordion .accordion-body .filter-content .form-check .form-check-label{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.siderbar .accordion .accordion-item .accordion-body .filter-content .rate i{
    color: #c4710d;
    font-size: 10px;  
}

.form-check-input{
    border: 2px solid #303141;
}

.form-check-input:focus{
    box-shadow:unset;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.siderbar .toggle-btn {
    color: var(--primary);
    padding: 8px 0px;
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size:14px;
    font-family: 'cera_probold';
}

.siderbar .toggle-btn:hover {
    background-color: #9997f833;
}

.siderbar .filter-box{
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px !important;
    border-radius: 15px; 
}

.siderbar .filter-box label{
    font-size: 14px;
    margin-bottom: 10px;
}

.siderbar .filter-box .form-control{
    height: 35px;
}

.courses__area .single-course__itembox{
    margin-bottom: 20px;
}

.course-filter-mob{
    display:none;
}

.courses__area .p10{
    padding:0 10px;
}

.courses__area .course-card {
    border-radius: 10px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    background: white;
    border: 1px solid #ddd;
}
.courses__area .course-header {
    background: var(--light-primary);
    padding: 16px 20px;
}
.courses__area .course-header h5{
    font-size: 15px;
    margin-bottom: 10px;
   
}
.courses__area .course-header span{
    font-size: 12px;
    font-family: 'cera_proregular';
    display: block;
    margin-bottom: 10px;
}
.courses__area .course-header p{
    font-size: 12px;
    font-family: 'cera_proregular';
    margin-bottom: 0;
}
.courses__area .course-body {
    padding: 15px;
}
.courses__area .course-body ul li{
    font-size: 13px;
    color: #616161;
    margin-bottom: 8px;
    margin-left:0;
    position:relative;
    display: flex
}
.courses__area .course-body ul li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: var(--primary);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: relative;
    left: -8px;
    font-weight: 900;
}
.courses__area .course-footer{
    padding: 16px 20px; 
}
.courses__area .btn-detail {
    font-size: 11px;
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    border: none;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
}

.navbar-close{
    display:none;
}

.navbar-toggler{
    border: none;
    font-size: 18px;
}

.hero-container{
    display: flex;
    align-items: center;
}

.hero-container .content-box{
    width:40%;
}

.hero-container .content-box .btn-primary{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    max-width: 155px;
    background-color: var(--primary);
    border-color: var(--primary);
}

.hero-container .img-box{
    width:60%;
}

.hero-bg .owl-dots{
    position: absolute;
    top: 41%;
    right: 50px;
    display: flex;
    flex-direction: column; 
}

.ml5{
   margin-left: 5px; 
}

@media (max-width: 767px) {
/* Hide the navbar off-screen */
#navbar4 {
  position: fixed;
  top: 0;
  right: -100%; /* Off-screen */
  width: 100%;
  height: 100vh;
  background: var(--primary);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: right 0.4s ease-in-out;
  z-index: 1050;
  padding-top: 20px;
  transition: right 0.3s ease; 
}

/* When active, slide it in */
#navbar4.show {
  right: 0;
  height:100vh;
}

/* Close button */
.navbar-close {
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: transparent;
    display:block;
}

.navbar-nav .nav-item .btn{
  padding:8px 16px;  
  color: #fff;
  text-transform: uppercase;
}  

.navbar-nav .nav-item .nav-link{
  color:#fff;    
}

#navbar4 ul.menu{
  padding-top:60px;   
}

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

.hero-container .content-box {
    padding-top: 40px;
    width: 100%;
}

.hero-container .img-box {
    width: 100%;
}

.hero-bg .owl-dots {
    position: absolute;
    top: auto;
    bottom: 90px;
    right: 50px;
    display: flex;
    flex-direction: column;
}

.courses__area .col-lg-3 {
    width: 100%;
}

.courses__area .col-lg-9 {
    width: 100%;
}

.courses__area {
    padding: 50px 0;
}

.courses__area .siderbar .filter-box {
    margin-bottom: 25px;
}

.ml5{
   margin-left: 0px; 
}

.bg-primary h1 {
    font-size: 36px !important;
    font-family: 'cera_problack';
    line-height: 34px;
}

.course-content__box .accordion .accordion-item .accordion-header .accordion-button{
    padding:13px 20px 13px 24px !important;
}

.course-content__box .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    left: 5px !important;
}
.course-content__box .accordion .accordion-header .accordion-button .section-title{
    text-align:start;
}
.course-content__box .accordion .accordion-header .accordion-button .section-content span:first-child::after{
    content:unset !important;
}
.courses__area .section-header .filter-sort-by .filterbtn{
    display:block;
}
.courses__area .section-header .results{
    display:none;
}
.courses__area .siderbar{
   display:none; 
}
.courses__area .p10 {
    padding: 0 10px 0 0;
}
.course-filter-mob{
    display:block;
}
.course-filter-mob .filter-header{
    padding: 20px;
    box-shadow: 0 2px 4px rgba(6, 17, 118, 0.08), 0 4px 12px rgba(6, 17, 118, 0.08);
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.course-filter-mob .filter-footer{
    padding: 20px;
    position: sticky;
    bottom: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(6, 17, 118, 0.08), 0 -4px 12px rgba(6, 17, 118, 0.08);
}
.course-filter-mob .filter-footer .donebtn{
    background: var(--primary);
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.course-filter-mob .filter-header .clearFilter{
    background: transparent;
    border: none;
    font-family: 'cera_probold';
    color: var(--primary);
}
.course-filter-mob .siderbar{
    padding:0px 16px; 
}
.closeMobFilter{
    display:none;
}
.closeMobFilter.active{
    display:block;
}
.closeMobFilterbtn{
    font-size:24px;
    position: fixed;
    top: 30px;
    left: 70px;
    background: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border-radius: 50%;
    border:none;
}
/* Hide sidebar initially */
.sidebar-slide {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
  box-shadow: -2px 0 8px rgba(0,0,0,0.1);
}

/* When active, slide in */
.sidebar-slide.active {
  right: 0;
}

/* Overlay background */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 9998;
}

.sidebar-overlay.active {
  display: block;
}

.siderbar .accordion .accordion-item .accordion-button{
  font-size:16px;    
}

.courses__area .section-header{
  padding-left:0;    
}

}

/* Responsive: Only show on mobile */
@media (min-width: 768px) {
  .sidebar-slide {
    display: none;
  }
}



.bg-primary h1{
    font-size: 48px;
    font-family: 'cera_problack';
}
.bg-primary .h5{
    font-size: 15px;
    font-family: 'cera_probold';
    color: #302d5b;
    margin-bottom: 0px;
}
.bg-primary .text{
    font-size: 14px;
}
.bg-primary .rating{
    display: flex;
    gap: 6px;
    color: var(--secondary);
}
.bg-primary .rating ul{
    display: flex;
    gap:5px;
}
.bg-primary .rating ul li{
 list-style-type: none;
}
.bg-primary .rating ul li i{
    font-size: 11px;
}
.programs-box .title{
    font-size: 14px;
    color: #302d5b;
}
.programs-box .txt{
    font-size: 15px;
    font-family: 'cera_probold';
    color: #302d5b;
}
.enq-form{
    padding:20px;
}
.enq-form h3{
    font-size: 24px;
    color: #302d5b;
}
.enq-form form{
    padding:10px 16px;
}
.enq-form form .from-group{
    margin-bottom:13px;
}
.enq-form form .from-group select{
    padding:10px;
    font-size: 13px;
    color: #3e3e3e;
    font-family: 'cera_proregular';
}
.enq-form form .from-group select:focus{
    box-shadow:unset;
    border-color: #000;
}
.enq-form form .from-group .form-check-label{
    color: #3e3e3e;
    font-size: 10px;
    text-align: start;
    font-weight: 500;
}
.enq-form .btn-submit{
    font-size: 15px !important;
    font-family: 'cera_probold';
    margin-top: 5px;
    border-radius: 33px !important;
}
.enq-form .btn-submit:hover{
    background-color:var(--primary);
}
.bg-secondary{
    background-color:var(--secondary) !important;
    color:#302d5b;
}
.courses__details{
    padding:50px 0;
}
.courses-details__box h2{
    font-size: 36px;
    color: #302d5b;
}
.courses-details__box span{
    font-family: 'cera_probold';
}
.courses__details p, b{
    font-size:14px;
}
.courses__details ul li{
    font-size:14px;
    position:relative;
    display: flex;
    gap: 9px;
    margin-bottom: 8px;
}
.courses-details__box .content-box .check-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: var(--primary);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: relative;
    top: 3px;
    font-weight: 900;
    font-size: 12px
}
.courses-details__box .content-box .dots-list li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    color: #fecb00;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: relative;
    top: 8px;
    font-weight: 900;
    font-size: 5px
}
.courses-details__box h3{
    font-size: 24px;
    color: #302d5b;
}
.courses__details .subject-cover__box{
    background-color: var(--primary);
    padding: 22px 20px;
    margin-bottom: 20px;
}
.courses__details .subject-cover__box h3{
    margin-bottom: 7px;
    color: var(--secondary);
    font-size: 24px;
}
.courses__details .subject-cover__box p{
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
.courses__details .features__box{
    padding: 22px 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px !important;
}
.courses__details .features__box h3{
    margin-bottom: 10px;
    color: #302d5b;
    font-size: 24px;
}
.courses__details .features__box .check-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: var(--primary);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: relative;
    top: 3px;
    font-weight: 900;
    font-size: 12px
}
.course-package__box .course-package__type{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px !important;
    background-color: #f1f4fc;
    padding: 13px;
    margin-bottom: 20px;
}
.course-package__box  h3{
    margin-bottom: 12px;
    color: #302d5b;
    font-size: 24px;
}
.course-package__box .course-package__type .course-class p{
    margin-bottom:0;
    font-family: 'cera_probold';
    font-size: 15px;
}
.course-package__box .course-package__type .course-class span{
    margin-bottom:0;
    font-size: 11px;
}
.course-package__box .course-package__type .course-price .price{
    font-size: 25px;
    font-family: 'cera_probold';
    color: #181d38;
}
.course-package__box .course-package__type .course-price .txt{
    font-size: 11px;
}
.course-package__box .course-package__type .btn-bynow{
    background: var(--primary);
    font-size: 13px;
    font-family: 'cera_probold';
    border-radius: 5px;
    color: var(--secondary);
    text-transform: uppercase;
    padding: 5px 10px;
}
.sticky-top{
    top:105px;
    z-index:8;
}
.course-content__box .accordion .accordion-item .accordion-header .accordion-button{
    display: flex;
    background: #f6f7f9;
    padding: 16px 20px 16px 45px;
}
.course-content__box .accordion .accordion-item .accordion-header .accordion-button::after{
    position: absolute;
    left: 25px;
}
.course-content__box .accordion .accordion-header .accordion-button .section-title{
    font-size: 16px;
    color: #302d5b;
    font-family: 'cera_probold';
    width: 70%;
    display: flex;
}
.course-content__box .accordion .accordion-header .accordion-button .section-content{
    width: 30%;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.course-content__box .accordion .accordion-header .accordion-button .section-content span:first-child::after{
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    color: #000;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: relative;
    top: -3px;
    left: 5px;
    font-weight: 900;
    font-size: 3px;
}
.course-content__box .accordion .accordion-header .accordion-button .section-content span{
    font-size: 14px;
    font-family: "cera_proregular";
    position:relative;
}
.course-content__box .accordion .accordion-collapse .accordion-body{
    padding:25px;
}
.course-content__box .accordion .accordion-collapse .accordion-body .class-list span{
    font-size: 14px;
    font-family: "cera_proregular";
}
.course-content__box .accordion .accordion-collapse .accordion-body .class-list ul{
    width:100%;
}
.course-content__box .accordion .accordion-collapse .accordion-body .class-list ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.course-content__box .accordion .accordion-collapse .accordion-body .class-list ul li:last-child{
    margin-bottom:0;
}
.course-content__box .accordion .accordion-collapse .accordion-body .class-title{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor:pointer;
}
.course-content__box .accordion .accordion-collapse .accordion-body .class-time{
    display: flex;
    align-items: center;
    gap: 35px;
}
.course-content__box .accordion .accordion-collapse .accordion-body .class-time .preview{
    color: var(--primary);
    text-decoration: underline;
}
.accordion-button:focus{
    box-shadow:unset;
}
.instructor-box{
    margin-top:40px;
}
.instructor-box .instructor-info{
    margin-top:25px;
}
.instructor-box .instructor-info .instructor-content{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}
.instructor-box .instructor-info h4{
    font-size: 18px;
    margin-bottom: 5px;
}
.instructor-box .instructor-info .instructor-content img{
    width: 125px;
    height: 125px;
    border-radius: 50%;
}
.instructor-box .instructor-info .instructor-content ul li{
    display: flex;
    align-items: center;
}
.instructor-box .instructor-info .instructor-content ul li i{
    font-size: 13px;
}
.instructor-box .instructor-info .instructor-content ul li span{
    font-size: 14px;
    font-family: "cera_proregular";
}

    /* Base pagination customization */
    .pagination .page-link {
        color: #4b49ac;
        border: 1px solid #ddd;
        transition: all 0.3s ease;
    }

    /* Hover state */
    .pagination .page-link:hover {
        background-color: #4b49ac;
        color: #fff;
        border-color: #4b49ac;
    }

    /* Active page */
    .pagination .page-item.active .page-link {
        background-color: #4b49ac;
        border-color: #4b49ac;
        color: #fff;
    }

    /* Disabled pagination arrows */
    .pagination .page-item.disabled .page-link {
        color: #ccc;
        pointer-events: none;
        background-color: #f8f9fa;
        border-color: #ddd;
    }

    /* Rounded corners (optional) */
    .pagination .page-link {
        /* border-radius: 6px; */
    }

.skeleton-box {
    height: 400px;
    border-radius: 8px;
    background: linear-gradient(90deg, #eeeeee 25%, #dddddd 50%, #eeeeee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

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

.rating-stars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-stars .rating-value {
    font-weight: bold;
    color: #ffc107;
    font-size: 1.1rem;
}

.rating-stars .stars {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.rating-stars .stars li {
    margin-right: 2px;
    font-size: 1.2rem;
}

.rating-stars .full-star {
    color: #ffc107; /* Yellow */
}

.rating-stars .half-star {
    color: #ffc107;
}

.rating-stars .empty-star {
    color: #ccc; /* Grey for empty */
}

/** order page **/
.order-page__area{
    background-color: #eff3fa;
    padding: 50px 0;
}

.order-page__area .order-content__box{
    background-color: #fff;
    padding: 16px 30px;
    border-radius: 10px;
}

.order-page__area .order-content__box h2{
    font-size: 21px;
    text-transform: uppercase;
}

.order-page__area .order-content__box .descr__box{
    margin-bottom: 40px;
}

.order-page__area .order-content__box .descr__box h6{
    font-size: 16px;
    color: #646464;
    margin-bottom: 3px;
}

.order-page__area .order-content__box .descr__box p{
    font-size: 16px;
    color: #616161;
    letter-spacing: 0.1px;
}

.order-page__area .form-group{
    margin-bottom: 22px;
}

.order-page__area .form-control, .form-select{
    background: #eff3fa;
    border: none;
    height: 36px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075) !important;
    border-radius: 22px;
    padding-left: 20px;
    font-size: 14px;
    color: #414141
}

.otp-btn{
    width: 38%;
    height: 36px;
    border-radius: 30px;
    font-size: 14px;
}

.payment-box__area{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.coupon-container{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    width: 370px;
    margin: 0 auto 25px;
}

.coupon-container .coupon-header{
    display: flex;
    align-items: center;
    gap: 18px;
}

.coupon-container .coupon-header .coupon-title{
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 600;
}

.coupon-container .apply-box{
    display: flex;
    margin-top: 10px;
}

.coupon-container .apply-box .form-control{
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.coupon-container .apply-box .applybtn{
    height: 36px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.referral-container{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    width: 370px;
    margin: 0 auto 25px;
}

.referral-container .referral-code__box{
    display: flex;
    margin-top: 10px;
}

.referral-container .referral-code__box .form-control{
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.referral-container .referral-code__box .applybtn{
    height: 36px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.payment-summary__box{
    background-color: #eff3fa;
    padding: 13px;
}

.payment-summary__box ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.payment-summary__box .txt, .price{
    font-size:14px;
}

.payment-summary__box .total-txt, .total-price{
    font-weight:bold;
}

@media(max-width:768px){
    
 .order-page__area .order-content__box{
     margin-bottom: 20px;    
  }
    
}

.educator-details{
    display: flex;
    gap: 30px;
}
.educator-details .educator-img{
    width: 155px;
    height: 165px;  
}  
.educator-details .educator-img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.educator-details .educator-content h1{
    font-size: 30px;
    color: #302d5b; 
}
.educator-info{
    margin-top: 30px;
}
.educator-info .nav-tabs{
    border-bottom: 1px solid #d0cccc;
}
.educator-info .nav-tabs .nav-link{
    font-size: 16px;
    color: #7c868c;
    font-weight: 600;
}
.educator-info .nav-tabs .nav-link.active{
    background-color:transparent;
    border-color: transparent;
    border-bottom: 2px solid #000;
    color: #302d5b;
}
.educator-info .nav-tabs .nav-item:nth-child(1){
    padding-left:0; 
}
.educator-info .tab-content{
    border: none;
    padding-top: 30px !important; 
}
.educator-about{
    display: flex;
    gap: 25px;
}
.educator-info .educator-about .educator-highlight__content{
    width:28%;
}
.educator-info .educator-about h2{
    font-size:21px;
    margin-bottom:25px;
}
.educator-info .educator-about ul{
    list-style: none; 
}
.educator-info .educator-about ul li{
    padding-left: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 16px;
}
.educator-info .educator-about ul li i{
    margin-top:5px;
}
.educator-info .educator-about ul li p{
    margin-bottom:0;  
}
.educator-info .educator-about ul li b{
    font-size:16px;
}
.educator-info .educator-about .educator-about__txt{
    width:72%;
}
.educator-about__txt p{
    margin-bottom:0;  
}
.educator-about__txt h3{
    font-size: 20px;
}
.educator-about__txt .txt-box{
    margin-bottom: 13px;
}
.educator-about__txt ul{
    list-style:unset;
}
.educator-about__txt ul li{
    margin-bottom:2px !important;
    position:relative;
}
.educator-about__txt ul li::before{
    content:"\f111";
    position:absolute;
    top:6px;
    left:0;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    font-size: 5px;
}
.educator-about__txt ul li p{
    line-height: 22px;
    padding-left: 22px;
}
.view-more__course{
    background: transparent;
    border: none;
}
.view-more__course i{
    font-size: 13px;
}

@media(max-width:768px){
    .educator-details{
        flex-direction: column;
        gap:20px;
    }
    
    .educator-details .educator-img {
        width: 135px;
        height: 140px;
        margin: 0 auto;
    }
    
    .educator-content{
        text-align: center;
    }
    
    .educator-info .educator-about .educator-highlight__content {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .educator-info .educator-about .educator-about__txt {
        width: 100%;
    }

}
