/*--------------------------------------------------------------
    laptop
---------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    .main-menu-area ul li a {
        padding: 10px 2px;
        font-size: 18px;
    }
    .product-grid2 {
        padding: 4px;
        margin-bottom: 10px;
    }
     .product-grid .product-links li a {
        font-size: 15px;
    }
    .product-grid2 .product-links {
        bottom: 46px;
    }
    .product-grid .add-to-cart {
        width: 100px;
        padding: 7px 6px;
    }
    .contact-full-content {
        width: 100%;
    }
    .contact-full-content .left-content h5 {
        font-size: 15px;
    }
    .contact-full-content .right-content h5 {
        font-size: 16px;
    }
    .header-log-reg ul {
    display: flex; 
    }
    .header-cart {
        margin-right: 17px;
    }
}

/*--------------------------------------------------------------
    tablet
---------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }

    .header-course-search {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .header-contact-info {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        padding-right: 0;
    }

    .main-menu-area {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .site-logo {
        -ms-flex-preferred-size: 20%;
        flex-basis: 25%;
    }

    .header-cart {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        text-align: right !important;
        padding-right: 100px
    }

    .header-log-reg {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        padding-right: 100px
    }

    .header-course-search input {
        font-size: 14px;
    }

  

    .footer-widget.logo,
    .footer-widget.footer-cat {
        margin-bottom: 50px;
    }

    .hero-area {
        padding: 120px 0;
    }

    

    .caption-content li a {
        padding: 14px 24px;
        font-size: 14px
    }

    .sec-heading h2 {
        font-size: 40px;
        line-height: 50px;
    }

    
    .menu-list.widget {
        padding-bottom: 10px;
    }

    .blog-pagination li a,
    .blog-pagination li span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .course-sidebar.two {
        margin-top: 80px;
    }

    .header-toggle-btn {
        display: block
    }

    .header-top-area,
    .sidebar-content .header-log-reg {
        display: none;
    }

    .product-grid .product-links li a {
        font-size: 15px;
    }
    .product-grid2 .product-links {
        bottom: 46px;
    }
    .product-grid:hover .product-links {
        opacity: 1;
        right: 4px;
    }


   .contact-full-content .left-content {
        width: 55%;
        float: left;
        padding: 43px 47px;
    }
    .contact-full-content .right-content {
        width: 44%;
        display: block;
        overflow: hidden;
        padding: 30px 15px;
}

    .contact-full-content .left-content {
        width: 55%;
        float: left;
        padding: 40px 30px;
        height: 100%;
        display: flex;
         justify-content: start; 
         align-items: start;  
    }
    .contact-nav ul li {
        font-size: 15px;
        
    }
}
@media only screen and (max-width: 991px) {
    .contact-full-content {
        width: 100%;
    }
.contact-full-content .left-content::before {
    position: absolute;
    left: 18px;
    right: 0;
    content: '';
    width: 95%;
    height: 63%;
    background: url('../images/banner/contact.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    bottom: 0;
}
.video-single img {
    width: 100%;
}
.video-single .technology-video {
    width: 100%;
    height: 100%;
}
.single-review {
     display: block; 
}
.review-thum2 {
    border-right: none;
    padding-right: 0px;
}
.single-cap-left2 {
    padding: 16px 1px !important;
    margin-top: 11px;
}
}
/*--------------------------------------------------------------
    mobile
----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .container {
        max-width: 540px;
    }

    .header-top-wrap,
    .main-menu-wrap {
        display: block;
    }

    .header-contact-info {
        text-align: center !important;
        padding: 12px 0 5px;
    }

    .header-contact-info li {
        padding: 5px 15px;
    }

    .header-top-social {
        text-align: center !important;
    }

    .header-log-reg {
        display: none;
    }

    .header-btm-area {
        padding: 16px 0;
        overflow: hidden
    }

    .site-logo {
        float: left;
        position: relative;
        z-index: 999999;
        width: 50%
    }

    .mean-container a.meanmenu-reveal {
        width: 20px;
        height: 20px;
        padding: 10px 12px;
        margin-right: 10px
    }

    .main-menu-area {
        display: none;
    }

    .header-cart {
        width: 38%;
        float: left;
        padding-top: 10px;
        padding-right: 20px;
    }

   
    .footer-widget.logo,
    .footer-widget.footer-cat {
        margin-bottom: 30px;
    }

    .footer-widget.recent-post {
        margin-bottom: 55px;
    }


 

    .btn-default a {
        margin-top: 10px;
        font-size: 14px;
    }

   
  
    .search-btn {
        top: 20px;
        right: 15px;
    }
 

    .card-header a {
        font-size: 18px;
        line-height: 28px;
    }


    

    .sidebar-inner {
        padding: 20px;
    }

    .sidebar-close {
        top: 22px;
        right: 20px;
    }

    .sidebar-wrap {
        width: 290px;
    }

    .header-toggle-btn {
        margin-left: 0;
    }

    .header-toggle-btn a {
        top: 5px;
    }

    .header-toggle-btn a::before {
        height: 40px;
        width: 40px;
    }

    .header-toggle-btn,
    .sidebar-content .header-log-reg {
        display: block
    }

    .header-top-area {
        display: none;
    }

    .sidebar-content .search-form input {
        height: 48px;
    }

    .sidebar-content .search-form span {
        top: 12px;
        font-size: 18px;
    }
    .slider-single-full h2 {
        font-size: 40px;
        line-height: 51px;
        color: #fff;
        font-weight: 700;
    }
    .slider-single-full h4 {
        color: #FF630E;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 2px;
        font-weight: 600;
    }
    .baner-bottom ul {
        margin: 30px 0px 0;
    }
    .baner-bottom ul li a {
        display: block;
        padding: 13px 16px;
    }
    .slider-area-full .owl-dots {
        display: block;
        display: flex;
        justify-content: center;
    }
   .banner-slider-area .owl-nav {
        display: none;
        justify-content: end;
    }
    .section-title h2 {
        font-size: 20px;
        line-height: 49px;
        text-align: start;
    }
    .owl-next, .owl-prev {
        width: 42px;
        height: 35px;
        display: flex;
    }
    .product-grid:hover .product-links {
        opacity: 1;
        right: 3px;
        bottom: 50px;
    }
    .product-grid .product-links li a {
        font-size: 15px;
      
    }
    .product-grid .product-content {
        padding: 6px 11px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .product-grid2 .product-links {
        bottom: 15px !important;
    }
        .book_image {
        text-align: start;
    }
   .input-group.quantity {
        width: 44%;
    }
    .book_info {
        margin-top: 0;
    }
    .detail-rating ul {
        display: flex;
        justify-content: start;
    }
    .detail-rating.ratin-review {
        margin-top: 6px;
    }
    .single-review {
        display: block;
    }
    .singl-review-cap {
        width: 100%;
        text-align: start;
        border-right: 2px solid transparent;
        padding-right: 19px;
        margin-right: 38px;
        margin-top: 24px;
    }
    .contact-full-content .left-content {
        width: 100%;
        display: block;
        padding: 17px 30px;
        height: auto;
    }
    .contact-full-content .left-content h5 {
        text-align: start;
        padding-top: 10px;
    }

    .contact-full-content .right-content {
        width: 100%;
        display: block;
        padding: 8px 30px;
    }
    .contact-box {
        margin-bottom: 0px;
    }
    .contact-full-content .left-content::before {
        display: none;
    }
    .contact-nav ul li {
        font-size: 18px;
       
    }
    .accadem-content {
        margin-top: 30px;
    }
}

@media all and (max-width:570px){
     .product-grid .product-content {
        text-align: left;
        padding: 4px 5px;
        position: relative;
    }
    .section-padding {
        padding: 30px 0;
    }
    .book_image_info .book_info .other_info {
        width: 100%;
        margin: 18px 0 0;
    }

    .d-grid:not(.dsn-isotope) {
        display: block;
    }
    .border-right {
        border-right: 1px solid #27CA7D !important;
    }
    .brand-item {
        border: 1px solid #27CA7D;
    }
}
@media all and (max-width:490px){
  .section-title h2 {
    font-size: 14px;
    line-height: 36px;
    text-align: start;
}
.owl-next, .owl-prev {
    width: 35px;
    height: 31px;
    display: flex;
    font-size: 20px;
}
.product-slider .owl-nav {
    right: 15px;
    top: -63px;
}
.product-grid {
    padding: 7px;
}
.writter-content a {
    font-size: 17px;
    line-height: 25px;
}
.product-grid .add-to-cart {
    font-size: 10px;
    width: 93px;
    padding: 7px 8px;
}
.product-grid2 .product-links {
    bottom: 41px !important;
}
.contact-nav {
    margin-top: 20px;
}
.contact-nav ul li {
    font-size: 13px;
}
.contact-full-content .right-content h5 {
    font-size: 19px;
    line-height: 3px;
}
.accadem-content h6 {
    width: 100%;
}
.accadem-content h6::before {
    width: 91%;
}
.accademy-box .content h5 {
  font-size: 15px;
  line-height: 18px;
}
.accademy-box .content p {
    font-size: 14px;
    line-height: 22px;
    color: #696969;
}
.notice-left {
    padding: 40px 25px;
}
.notice-right h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 62px;
}
.notice-right {
    margin-top: 20px;
}
.pt-40 {
    padding-top: 20px;
}
.product-grid .price {
    font-size: 15px;
    line-height: 23px;
}
.product-grid .product-links li a {
    font-size: 10px;
}
.product-bottom {
    padding-top: 6px;
}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .answer-ques-page {
      padding: 53px 140px;
    }
    .top-single {
      padding: 16px 35px;
    }
    .bottom-single {
      padding: 26px 25px;
    }
    }
    
    
    @media all and (max-width:991px){
    .mcq-banner-content {
      text-align: center;
    }
    .mcq-banner-content p {
      width: 100%;
      text-align: center;
    }
    
    .answer-ques-page {
      padding: 53px 65px;
    }
    .result-box {
      padding: 62px 30px 50px 22px;
    
    }
    .top-single {
      padding: 17px 19px;
      margin: 5px;
    }
    
    .bottom-single {
      padding: 7px 24px;
      margin: 5px;
    }
    .score-single {
      padding: 4px;
    }
    .bottom-content {
      margin-top: 0px;
    }
    .video-right {
        margin-top: 20px;
    }
    .card {
        margin-bottom: 20px;
    }
    }
    
    
    
    @media (max-width: 767px) {
    .mcq-content {
      padding: 53px 45px;
    }
    .quiz-options .title h4{
      font-size: 18px;
    }
    .quiz-options {
      margin: 48px 0;
    }
    .result-top {
      display: block;
      text-align: center;
    }
    .top-single {
      margin-bottom: 10px;
    }
    .result-bottom {
      display: block;
    }
    .bottom-single {
      padding: 13px 30px;
      margin-bottom: 20px;
    }
    .score-left {
      width: 100%;
    }
    .score-right {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
      display: inline-block;
    }
    .result-score {
      margin-top: 20px;
      margin-bottom: 0px;
    }
    }
    
    
    
    
    
    @media all and (max-width:570px){
      .quiz-options label {
        font-size: 14px!important;
        line-height: 22px;
      }
      .mcq-content {
        padding: 53px 60px;
      }
      .quiz-options {
        margin: 25px 0;
      }
      .mcq-header {
        padding-bottom: 25px;
      }
    
    .result-top {
      display: block;
    }
    .top-single {
      border-radius: 10px;
      padding: 16px 40px;
      margin-bottom: 10px;
      display: block;
    }
    .result-bottom {
      display: block;
    }
    .bottom-single {
      margin-bottom: 10px;
    }
    .skillbar .progrese .skillName {
      font-size: 14px;
    }
    }
    
    @media all and (max-width:490px){
    .quiz-options .title h4 {
      font-size: 15px;
      line-height: 29px;
    }
    .quiz-options .title {
      line-height: 32px;
      margin-bottom: 12px;
      color: #253D4E;
    }
    .quiz-options {
      margin: 20px 0;
    }
    .mcq-banner-content h4 {
      font-size: 30px;
    }
    .mcq-content {
      padding: 53px 29px;
    }
    .wathc-button a {
      background: #24AE1F;
      border-radius: 4px;
      padding: 8px 13px;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
    }
    .answer-ques-page {
      padding: 29px 20px;
    }
    
    .result-top {
      display: block;
    }
    .top-single {
      border-radius: 10px;
      padding: 16px 40px;
      margin-bottom: 10px;
      display: block;
    }
    .result-bottom {
      display: block;
    }
    .bottom-single {
      margin-bottom: 10px;
    }
    .mcq-qus-result h2 {
      text-align: center;
      padding-top: 38px;
      position: relative;
      font-size: 24px;
    }
    .score-left h4 {
      padding: 10px;
    }
    }
    
    @media all and (max-width:397px){
        .skillbar .progrese .skillName {
        top: 16%;
    
      }
      .youtube-list-title h4 {
        color: #fff;
        font-size: 14px;
    }
    }
    
      
    
      /*course*/
    .single_course {
        border-radius: 10px;
        margin-bottom: 30px;
        margin-left: 6px;
        margin-right: 6px;
        transition: all .4s ease-in-out;
    }
    .single_course:hover {
        -webkit-box-shadow: 0 10px 40px rgb(51 51 51 / 10%);
        box-shadow: 0 10px 40px rgb(51 51 51 / 10%);
        transition: all 0.3s ease;
    }
    .single_course .image {
        background-color: #d3e6fc;
        border-radius: 10px 10px 0 0;
        text-align: center;
        overflow: hidden;
    }
    .single_course .image img {
        width: 100%;
    }
    .single_course .course-contents {
        border: 1px solid #EAE9E9;
        border-radius: 0px 0px 10px 10px;
    }
    .single_course .course-contents h3 {
        font-size: 18px;
        font-weight: 500;
        color: #2C2C31;
        padding: 15px;
        text-align: center;
        margin-bottom: 0;
        min-height: 98px;
        line-height: 30px;
    }
    .single_course .course-contents h3 a {
        text-decoration: none;
        color: #1b1c1e;
        font-size: 18px;
        font-weight: 600;
        transition: all 0.3s ease;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        line-height: 27px;
    }
    .single_course .course-contents h3 a:hover {
        color: #27CA7D;
        transition: all 0.3s ease;
    }
    .single_course .course-contents .rate-and-view {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        border-top: 1px solid #EAE9E9;
    }
    .single_course .course-contents .rate-and-view h4 {
        font-size: 18px;
        font-weight: 700;
        color: #3C3E62;
        margin: 0;
    }
    .single_course .course-contents .rate-and-view a {
        font-size: 16px;
        font-weight: 700;
        color: #3C3E62;
        text-decoration: none;
    }
    .single_course .course-contents .rate-and-view a:hover {
        color: #27CA7D;
    }
    .video-right {
        height: 800px;
        overflow-y: scroll;
    }
    .youtube-list-title {
        padding: 12px;
        background-color: #27CA7D;
        font-family: 'Hind Siliguri', sans-serif;
        margin-bottom: 20px;
    }
    .youtube-list-title h4 {
        color: #fff;
        font-size: 16px;
    }
    .video-list ul{
        margin-left: 20px;
    }
    .video-list ul li{
        box-sizing: border-box;
        position: relative;
        list-style: none;
        padding: 20px 40px;
        background: rgba(255,255,255,0.75);
        box-shadow: 2px 3px 5px rgba(0,0,0,0.15);
        color: #000;
        margin: 0 auto 20px;
        text-transform: uppercase;
       counter-increment: count;
    }
    .video-list ul li a {
        display: block;
        color: #000;
        font-size: 15px;
        font-weight: 500;
    }
    .video-list ul li a:hover{
        color:#27CA7D;
    } 
    .video-list ul li::before {
        position: absolute;
        content: counter(count);
        top: 0px;
        left: -20px;
        display: inline-block;
        width: 41px;
        padding: 20px 0;
        text-align: center;
        background: #27ca7d;
        color: #fff;
        box-shadow: 0 0 12px rgba(0,0,0,0.25);
        height: 100%;
    }
    .video-list ul li:nth-child(-n+9):before {
        content: '0'counter(count);
    }
    
    /*video-warrper*/
    .video-wrapper {
    position: relative;
    width: 860px;
    margin: 10px auto;
    max-width: 100%;
    padding: 4% 4% 6%;
    background: #333;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #000 inset, 0px 0px 25px #666666 inset;
    -moz-box-shadow: 0px 0px 5px #000 inset, 0px 0px 25px #666666 inset;
    -webkit-box-shadow: 0px 0px 5px #000 inset, 0px 0px 25px #666666 inset;
    }
    .video-container {
    border-top: 3px solid #000;
    border-right: 3px solid #222;
    border-bottom: 3px solid #333;
    border-left: 3px solid #111;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }
    .video-wrapper:after {
    position: absolute;
    bottom: 2%;
    left: 50%;
    width: 94px;
    margin-left: -47px;
    padding: 2px 4px;
    border-top: 1px solid #111;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: 1px solid #111;
    background: #2c2c2c;
    content: "Penacea Tv";
    color: #777;
    text-align: center;
    line-height: 10px;
    font-size: 14px;
    text-shadow: 0px 0px 1px #000;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%; 
    height: 100%;
    }
    
    .form-control:focus{
        box-shadow: none;
    }
    [type="radio"] {
        width: 15px;
        height: 15px;
    }