@charset 'utf-8';
/* CSS Document */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .rev-video{
    height: 635px;
}
}
@media screen and (min-width: 768px) {
  .package-list .package {
    cursor: pointer;
    /* border-bottom: 1px solid #000000; */
    /* border-style: dotted; */
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .submenu {
    background: #000;
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.7) inset,
      1px 1px 1px rgba(0, 0, 0, 0.15), 3px 5px 10px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.7) inset,
      1px 1px 1px rgba(0, 0, 0, 0.15), 3px 5px 10px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.7) inset,
      1px 1px 1px rgba(0, 0, 0, 0.15), 3px 5px 10px rgba(0, 0, 0, 0.19);
    left: 0;
    right: 0;
    top: 100%;
    min-width: 180px;
    opacity: 0;
    position: absolute;
    /*align-items: flex-start;
        flex-direction: row;*/
    visibility: hidden;
    -moz-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    z-index: 1;
  }
  .menuIcn,
  .overlay,
  .closeIcn,
  .mobshow {
    display: none;
  }
  .open-search .search-area {
    opacity: 1;
    visibility: visible;
  }
  .cm-parents .banner-top {
    margin-top: 90px;
  }
}
@media screen and (max-width: 375px) {
    .payment-block.popup {
        width: auto !important;
        margin: 0 !important;
    }
  .coupon-text {
    word-break: break-all;
    line-height: 16px;
    font-size: 14px;
    padding: 10px;
    width: 80%;
    display: inline-block;
  }
  header.has-coupon {
    top: 40px;
    position: relative;
  }
  .banner-top.cm-learning-Platfrom {
    margin-top: 0px;
  }
  .img-overlay .head {
    font-size: 22px;
    line-height: 24px;
  }
  .hdrLogo .sub-head {
    font-size: 23px;
    color: #000;
  }
  .hdrLogo .dropdown-menu.dropdown-menu-center {
    left: -54% !important;
    z-index: 9999;
  }

  .hdrLogo .dropdown {
    left: 45px;
  }

  .hdrLogo .caret {
    margin-left: 0px;
    vertical-align: middle;
    border-top: 10px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    margin-top: 5px;
  }

  .payment-block.popup img {
    max-width: 150px !important;
    display: block;
    margin: auto;
    border-radius: 10px;
  }

  .panel-body {
    padding: 10px !important;
  }
  .kit-dd {
    font-family: Avenir-Medium;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    /* margin: 5px 0 0px 0; */
    margin: 15px 0 0px 0;
  }

  .package-list .package .pck-name {
    font-size: 12px;
    font-family: Avenir-Book;
  }

  .package-list {
    /* display: inline-flex; */
  }

  .img-overlay {
    /* border-radius: 0px !important; */
  }
  .img-overlay p {
    /* font-size: 16px;
    margin-top: 15px;
    line-height: 22px; */
  }
  .img-container {
    margin-top: 70px !important;
    position: relative;
  }
  .img-container.has-coupon {
    margin-top: 123px !important;
  }
  .pricing .container {
    padding: 15px !important;
  }
  .pricing .list-group-item {
    font-size: 16px;
  }
  .pricing .btn {
    font-size: 20px;
  }
  .kit-info h2 {
    font-size: 20px !important;
  }
  .kit-info .heading-same {
    margin-top: 0 !important;
  }
  .cm-kit {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .cm-skills h2,
  .child-learn h2 {
    font-size: 20px !important;
  }
  .child-learn {
    margin-top: 0px;
    padding-top: 20px;
  }
  .review h2 {
    font-size: 22px !important;
  }
  .trial {
    padding: 20px;
    margin-top: 0px;
  }
  .trial-container h2 {
    font-size: 20px !important;
    margin-bottom: 15px;
  }
  .trial input[type="text"] {
    height: 40px;
    font-size: 16px;
  }
  .trial button {
    font-size: 20px;
    margin-top: 0px;
  }
  .class-kit {
    font-size: 12px;
    position: absolute;
    top: 26px;
    left: 81px;
  }
}
@media screen and (max-width: 768px) {
  .pricing h3 {
    font-size: 32px !important;
  }
  .pricing .panel-body {
    padding: 20px !important;
  }
  .pricing ul li i {
    margin-right: 3px !important;
  }
  /* .nav-menu {
    bottom: 0;
    box-shadow: 0 0 15px #222;
    left: -250px;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 0;
    width: 230px;
    z-index: 55;
    background-color: #f2f3f7;
  }  */

  .nav-menu {
    bottom: 0;
    box-shadow: 0 0 15px #222;
    left: -250px;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    text-align: left;
    top: 0;
    width: 230px;
    z-index: 55;
    background: #ee0979;
    background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
    background: linear-gradient(to right, #ff6a00, #ee0979);
  }
  .hdrrLeft ul li a:hover {
    color: #f4f5f7;
    text-decoration: underline !important;
  }

  .hdrrLeft ul {
    margin: 17px;
    padding: 0;
  }
  .openmenu .nav-menu {
    left: 0;
    width: 92%;
    border-radius: 0px 75px 75px 0px;
    margin: 10px 0px;
  }
  .openmenu .overlay {
    opacity: 1;
    visibility: visible;
  }
  .openmenu .closeIcn {
    left: 75%;
    top: 17px;
  }
  body.openmenu {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
  }
  .arrowbtn {
    background: #000;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 10px;
    width: 20px;
    z-index: 5;
    cursor: pointer;
  }
  .submenu {
    display: none;
    background: #ccc;
  }
  .arrowbtn::before {
    color: #fff;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 4px;
  }
  .parent.active .arrowbtn::before {
    content: "\f068";
  }
}
@media screen and (max-width: 992px) {
  .ct-u-display-tablex > .inner.one {
    background-image: url(https://classmonitor.com/assets/classmonitor/home2/images/A-01.jpg);
    background-position: right;
  }
  .ct-u-display-tablex > .inner.phonics {
    background-image: url(https://classmonitor.com/assets/classmonitor/home2/phonics/phonics-banner.jpg);
    background-position: right;
  }

  .hdrLogo .dropdown-menu.dropdown-menu-center {
    /* left: -85%; */
    left: -150%;
  }
  img.emoji {
    width: 25px !important;
    display: none;
  }
  .hdrLogo .sub-head-post {
    /* font-size: 35px; */
    color: #000;
    font-size: 15x;
    text-transform: uppercase;
  }

  /* .carousel-inner > .active {
    height: 65%;
  } */
  .carousel-inner {
    /* height: 278px; */
    /* height: 355px; */
  }
  .information {
    text-align: center;
  }
  .img-container {
    margin-top: 0px !important;
    position: relative;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img,
  .img-responsive,
  .thumbnail a > img,
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: 368px;
    border-radius: 65px;
    object-fit: cover;
    visibility: hidden;
  }
  iframe {
    height: 450px;
  }
  .img-overlay {
    /* border-radius: 20px; */
    /* border-radius: 5px;
    background-color: #f5a523e8;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; */
    border-radius: 0px;
    background-color: #f5a523e8;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93%;
    text-align: center;
  }
  .img-overlay2 {
    /* border-radius: 20px; */
    /* border-radius: 5px;
    background-color: #f5a523e8;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; */
    border-radius: 0px;
    background-color: #f5a523e8;
    padding: 30px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93%;
    text-align: center;
  }
  .h1,
  h1 {
    font-size: 34px;
    line-height: 45px;
  }
  .education-app p {
    font-size: 18px;
    margin-top: 20px;
  }
  .btn-classMonitor {
    margin-top: 20px;
  }
  .heading-same h2 {
    font-size: 34px;
  }
  .Preschoolers h2 {
    font-size: 25px;
  }
  .Preschoolers p {
    font-size: 16px;
  }
  .blog-cont h2 {
    font-size: 20px;
  }
  .block-detial {
    margin-top: 20px;
  }

  .power-up {
    padding: 50px 0px;
  }
  .class-mtr h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .clss-m {
    font-size: 20px;
    padding: 12px 10px;
    min-width: 311px;
  }
  .logo-footer img {
    width: 40px;
    position: relative;
    top: 5px;
  }
  .tabline {
    margin-left: 55px;
    text-align: left;
  }
  .tabline h2 {
    font-size: 26px;
  }
  .tabline h3 {
    font-size: 17px;
  }
  .footer-contact {
    padding-right: 0;
  }
  .information h6 {
    font-size: 14px;
  }
  .footer-contact h3 {
    font-size: 14px;
  }
  .footer-single h2 {
    font-size: 13px;
  }
  .footer-single ul li a {
    font-size: 14px;
  }
  .footer-single ul li img {
    width: 20px;
  }
  .download-app ul li img {
    max-width: 140px;
  }
  ul.foter-links li a {
    font-size: 14px;
  }
  .learning-plt {
    margin: 0px 0px 40px 0px;
  }
  .education-left h2 {
    font-size: 25px;
  }
  .education-left {
    width: 215px;
  }
  .education-right {
    margin-left: 220px;
  }
  .education-right h3 {
    font-size: 18px;
  }
  .learning-mid {
    padding: 0px 15px;
    text-align: center;
  }
  .gundeline h2 {
    font-size: 20px;
  }
  .gundeline p {
    font-size: 17px;
  }
  .child-parent img {
    max-width: 260px;
  }
  .out-plattform {
    padding: 40px 0px;
  }
  .hdrLogo .sub-head-post {
    font-size: 11px;
    color: #000;
  }
  .class-kit {
    font-size: 14px;
    position: absolute;
    top: 25px;
    left: 47px;
  }
  .hdrLogo .sub-head {
    font-size: 18px;
    color: #4a4a4a;
    font-style: italic;
  }
}
@media screen and (max-width: 768px) {
 
  .payment-block.popup img {
    max-width: 150px;
    display: block;
    margin: auto;
    border-radius: 10px;
  }
  .payment .child-learn {
    padding-top: 50px;
  }
  .price .discounted {
    display: block;
  }
  .payment img {
    max-width: 150px;
    margin: 10px auto 20px auto;
    display: block;
  }
  .review .container-fluid {
    margin: 20px !important;
  }
  header {
    padding: 10px 0px;
    position: static;
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.07);
  }
  .hdrLogo {
    font-size: 24px;
  }
  .hdrrLeft > ul > li {
    display: block;
    width: 50%;
  }
  .hdrrLeft > ul > li + li {
    padding-left: 0;
  }
  .hdrrLeft {
    display: block;
  }
  /* .hdrrLeft ul li a {
    display: block;
    font-size: 15px;
    padding: 5px 15px;
    border-bottom: 1px dashed #ccc;
  } */

  .hdrrLeft ul li a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    /* border-bottom: 1px dashed #ccc; */
    color: #fff;
  }
  .banner-top {
    padding: 15px 0px;
    margin-top: 0px !important;
  }
  .h1,
  h1 {
    font-size: 22px;
    line-height: inherit;
  }
  .education-app h1 span {
    display: inline;
  }
  .education-app p {
    font-size: 16px;
    margin-top: 5px;
  }
  .btn-get {
    font-size: 15px;
  }
  .btn-classMonitor {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .education-app {
    margin-bottom: 20px;
    text-align: center;
  }
  .bannr-rt {
    text-align: center;
  }
  .heading-same {
    padding: 15px 15px;
  }
  .heading-same h2 {
    font-size: 28px;
  }
  .learning-plt {
    padding: 20px 10px;
  }
  .parents-blog {
    text-align: center;
    margin-bottom: 20px;
  }
  .Preschoolers h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .pull-right {
    float: none !important;
  }
  .blog-img {
    width: 100px;
  }
  .blog-cont {
    margin-left: 90px;
    padding-left: 30px;
  }
  .blog-cont h2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .block-detial .list-blog + .list-blog {
    margin-top: 25px;
  }
  .learn-more a {
    font-size: 15px;
  }
  .class-mntr {
    padding: 0px;
    margin-top: 0;
  }
  .learning-plt {
    margin: 0px 0px 25px 0px;
  }
  .check-school {
    margin: 20px auto;
    text-align: center;
  }
  .check-school h2 {
    font-size: 20px;
  }
  .power-up {
    padding: 20px 0px;
  }
  .class-mtr h2 {
    font-size: 20px;
    line-height: inherit;
    margin-bottom: 15px;
  }
  .clss-m {
    font-size: 15px;
    padding: 10px 20px;
    min-width: inherit;
  }
  .class-mtr p {
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
  }
  .information h6 {
    padding-bottom: 10px;
  }
  ul.foter-links {
    margin-bottom: 20px;
  }
  footer {
    padding: 15px 0px;
    text-align: center;
  }
  .download-app {
    text-align: center;
  }
  .frameFlx .secounflex {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .education-left {
    width: 100%;
    text-align: center;
  }
  .education-left h2 {
    font-size: 22px;
  }
  .education-left h2 span {
    display: inline;
  }
  .education-right h3 {
    font-size: 13px;
    line-height: 21px;
  }
  .education-right {
    margin-left: 0;
    display: inline-block;
  }
  .learning-platform {
    padding: 25px 0px;
  }
  .frameFlx {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0px 0;
  }
  .child-parent {
    text-align: center;
  }
  .blog-cont p {
    font-size: 14px;
  }
  .title-hd {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .out-plattform {
    padding: 20px 0px;
  }
  .our-plt img {
    max-width: 190px;
  }
  .our-plt h3 {
    font-size: 18px;
  }
  .our-plt p {
    font-size: 15px;
  }
  .our-plt {
    margin: 20px auto;
  }
  .page-cm-learning .hdrLogo a {
    color: #111111;
  }
  .page-cm-learning .hdrrLeft ul li a {
    /* color: #000; */
    /* color: #fff !important; */
    padding: 15px;
    background-color: transparent;
    font-size: 18px;
    color: #2e3744 !important;
  }
  .page-cm-learning .hdrrLeft ul li a:hover {
    color: #ff5252;
  }
  .learning-mid h1 {
    text-align: center;
    margin-bottom: 23px;
    display: inline-block;
    margin-top: 47px;
  }
  .tabline h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 766px) {
.payment-block.popup {
  /* width: 400px !important; */
}
}

@media screen and (max-width: 600px) {
  
  .payment-block.popup {
    /* width: 100%!important; */
    /* width: 300px !important; */
    /* width: 370px !important; */
  }

  .payment-block button {
    width: 100% !important;
    min-width: auto !important;
  }
  .img-overlay .head {
    font-size: 32px;
    line-height: 1.22;
    display: inline-block;
    text-align: center;
  }
  .img-overlay2 .head {
    font-size: 32px;
    line-height: 1.22;
    display: inline-block;
    text-align: center;
  }
  .blog-cont h2 {
    margin-top: 0px;
  }
  .learning-plt {
    margin: 20px 10px;
  }
  .heading-same {
    margin-top: 20px !important;
    text-align: center;
    padding: 35px 15px;
  }
  .heading-same.mt-120 {
    margin-top: 120px !important;
  }
  .heading-same.mt-100 {
    margin-top: 100px !important;
  }
  .video-block + h2 {
    font-size: 28px !important;
  }

  .video-block + h2 + h3 {
    font-size: 22px !important;
  }
  .child-learn h2 {
    font-size: 28px !important;
  }
  .child-learn h2 + div {
    font-size: 24px !important;
  }
  .gallery div {
    margin-top: 30px;
  }
  .trial button {
    font-size: 20px;
  }
  h2 {
    font-size: 30px !important;
  }

  .activity .school-body h2 {
    font-family: "Avenir-Medium";
    font-size: 24px !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: center;
  }
  .books {
    padding: 40px 20px;
    margin-top: 30px;
  }
  .books h2 {
    font-size: 24px !important;
  }
  .container.top {
    margin-top: 0 !important;
  }
  .actions a {
    font-family: Avenir-Medium;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0279ff;
    display: block;
    float: none !important;
  }
  .coupon-bar {
    background: #448aff;
    color: #fff;
    height: auto !important;
    text-align: center;
    line-height: 50px;
    position: fixed;
    font-size: 18px;
    top: 0;
    width: 100%;
    z-index: 9;
    left: 0;
    padding: 10px;
}
header.has-coupon {
  /* top: 55px; */
  margin-top: 120px !important;
}
.has-coupon .menuIcn {
  color: #000;
  cursor: pointer;
  font-size: 24px;
  right: 10px;
  padding: 0 5px;
  position: absolute;
  top: 137px;
}

.menuIcn {
  color: #000;
  cursor: pointer;
  font-size: 24px;
  right: 10px;
  padding: 0 5px;
  position: absolute;
  top: 15px;
}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  .container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .mas-gal .gal-item {
    width: 100%;
    padding: 8px 0px;
    padding-bottom: 1px;
  }
  .class-kit {
    font-size: 14px;
    position: absolute;
    top: 31px;
    left: 47px;
  }
  .ct-header h1.big {
    font-size: 3.7rem;
    line-height: 1;
    color: #000;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    padding-top: 25px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* Tablets, iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}

/* Tablets, iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* Tablets, iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
