﻿body {
    min-width: 320px;
}

@media (max-width: 681px) {

    .partial-view-decodable-isbn .details-flex {
        align-content: center;
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .partial-view-decodable-isbn .details-flex .details-title-specification {
        width: 100%;
    }

    .partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper .info-desc {
        max-width: 120px;
        width: 100%;
    }

    .partial-view-decodable-isbn .details-flex .details-title-specification .details-title-info .details-title-wrapper .info-value {
        text-align: left;
        width: calc(100% - 120px);
    }

    .partial-view-decodable-isbn .details-flex .details-image-container {
        margin-bottom: 24px;
        width: 100%;
    }

    .partial-view-decodable-isbn .details-flex .details-image-container .image-title-wrapper {
        max-width: 255px;
        margin: 0 auto;
        width: 100%;
    }

    .partial-view-decodable-isbn .details-flex .details-image-container .image-title-wrapper .decodable-title {
        width: 100%;
    }

    .partial-view-decodable-isbn .details-flex .details-image-container .image-holder {
        background-color: transparent;
        box-shadow: initial;
    }

    .partial-view-decodable-isbn .details-flex .details-image-container .image-holder img {
        border-radius: 8px;
        box-shadow: 0px 0px 8px 4px #dfdfdf;
        max-width: 250px;
    }
}



@media (min-width: 768px) {
  .container {
    padding: 0 32px !important;
    width: 750px;
  }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0 64px !important;
        width: 100%;
    }

    .error-page .container {
        width:100%;
    }
}

@media (min-width: 1600px) {
    .container {
        padding: 0 96px !important;
    }
}

@media (max-width:992px) {
 

    #footer .footer-bottom .copyright {
        text-align:center;
    }

    #footer .footer-links {
        text-align:center;
        width:100%;
        margin-top:10px;
    }

    /*SITEMAPS*/
    .sitemaps {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        padding-left:20px;
    }
}


@media (min-width:768px) and (max-width:1199px) {
    .header-bottom {
        padding:10px 0 0 0;
    }

    .main-menu {
        text-align:center;
    }

    .main-menu .nav {
        padding:10px 0 0 0;
        float:none;
        display:inline-block;
    }

    .main-menu .nav li {
        margin-right:10px;
    }

    .main-menu .nav li a {
        font-size:18px;
    }

    .logo {
        width:100%;
        text-align:center;
    }

    /*HOMEPAGE BANNER*/
    .banner-in {
        top:10px;
    }

    .banner-content h1 {
        font-size:28px;
		font-weight: 700;
		color: #fff;
        line-height:40px;
    }

    .banner-content p {
        font-size:18px;
		color: #fff;
        line-height:25px;
        display:block;
    }


    /*INNERPAGES BANNER*/
    .banner-content1-in h1 {
        font-size:25px;
        line-height:40px;
    }
    .banner-content1-in h2 {
        font-size:30px;
        line-height:45px;
    }
    .banner-content1-in p {
        font-size:16px;
        line-height:25px;
        display:block;
    }
    .banner-content1-in h6 {
        font-size:20px;
        line-height:30px;
    }
}
/* eo MIN-WIDTH:768px and MAX-WIDTH:1199px */

@media (max-width:1199px) {
    .video {
        width:100%;
    }

    .content-section .steps-row {
            margin-top:0;
        }

        .content-section .steps-row > div {
            text-align:center;
        }

        

    .content-section .steps-row h4 {
        width:100%;
        float:none!important;
        text-align:center!important;
        margin-top:40px!important;
        margin-bottom:20px!important;
        padding-right:0!important;
    }
    .content-section .steps-row img {
        margin:0 auto;
        float:none!important;
    }

    .content-section .steps-row h4.two-liner {
        margin-top:23px!important;
    }

    .content-section .steps-way-row .left-col {
        width:100%;
        margin-bottom:20px;
    }
    .content-section .steps-way-row > div > div h4 {
        width:80%;
        margin-top:10px;
    }
    .content-section .steps-way-row .right-col {
        width:100%;
    }

    #ebookDetailsModal .modal-dialog {
        width:96%;
    }

    /* EBOOK SECTION */
    .ebook-info-section .content-section a.white-blue {
        display:block;
        width:100%;
        margin:5px 0;
    }

    .bx-has-controls-direction {
        display:none;
    }

    /* BLOG */
    .post-item .img-wrapper {
        text-align:center;
    }

    .post-item img {
        margin-bottom:20px;
    }

    /* HOW IT WORKS */
    .simple-steps .video iframe {
        height:378px!important;
    }

    .navbar-nav>li {
        display: inline-block;
    }
}
/* eo MAX-WIDTH:1199px */

@media (max-width: 768px) {
    a.white-blue, input[type="submit"].white-blue, button.white-blue {
        width:auto;
        padding:0 20px;
    }

    .block3-in ul {
        width: 100%;
    }

    .main-content .cta .container .cta-in .row .col-xs-12 a.white-blue {
        display: block;
        width: 100%;
    }

    .main-content .cta .container .cta-in .row .col-xs-12 a:first-child {
        margin-right: 0;
    }
    
    .header-top .navbar {
        /*position: fixed;
        right: 0;*/
        left: 0;
        position:relative;
        float:none;
        width:100%;
        z-index: 1030;
        text-align:left;
        display:block!important;
    }

    .header-top .container {
        padding:0 !important;
    }

    .header-top .navbar-collapse {
        float:none;
        padding-bottom:15px;
    }

    nav ul li {
        float:none;
        margin-right:0;
    }
    ul.nav.navbar-nav {
        width:100%;
    }

    .header-top .nav li a.login {
        float:none;
        margin-left:10px;
    }

    .navbar .navbar-header {
        background-color:#fff;
        /*border-bottom:2px solid #343a43;*/
    }
        .navbar .navbar-header a img {
            width:200px;
			margin: 10px 5px;
        }
	
    .navbar-inverse .navbar-toggle {
        border:none;
        margin-top:15px;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: transparent;
    }
    .navbar-inverse .navbar-toggle .menu-burger {
        background: none;
		display: inline-flex;
		flex-direction: column;
		gap: 4px;
		padding: 0;
    }
	.navbar-inverse .navbar-toggle .icon-bar {
		display: block;
		width: 24px;
		height: 3px;
		background-color: #0075ad;       /* bar color */
		border-radius: 2px;
		margin: 0;                       /* no extra bottom gap */
	}
        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background: transparent;
        }
        .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
            background-color: #0075ad;
        }

	.navbar-inverse .navbar-toggle .menu-text {
		color: #0075ad;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
		margin-left: 8px;
	}
	
    .language-selector {
        margin-bottom:30px
    }

    .contact-us-menu {
        margin-top:30px;
    }
    .contact-us-menu a, .faq-menu a {
        font-size:15px!important;
        padding:2px 15px!important;
    }
    .login-menu {
        padding:10px 15px 0 0!important;
    }
    .dropdown li {
        margin-bottom:10px!important;
    }

    /* HOMEPAGE */    
    .banner-content {
        width:100%;
        text-align:center;
    }
    .banner-content h1 {
        font-size:28px;
		font-weight: 700;
		color: #fff;
        line-height:40px;
    }

    .banner-content1-in h2 {
        font-size:50px;
        line-height:60px;
    }

    .banner-content p {
		font-size:18px;
        display:block;
		color: #fff;
        line-height:25px;
    }

    .bx-controls {
        display:none;
    }

    .get-ebooks-content {
        width:100%;
    }

    .get-ebooks-in .view {
        margin-top: 20px;
        font-size:14px;
        width:auto;
    }

    .get-ebooks-in .slide {
        margin-right:0!important;
    }

    .bx-wrapper {
        margin-bottom:0;
    }

    .block2-in {
        width:100%;
    }

        .block2-in ul li {
            margin-left:33px;
            margin-right:0;
            float:none;
            margin-bottom:30px;
        }

            .block2-in ul li:first-child {
                margin-left:0;
            }

    .block3-in {
        width:100%;
    }

    .video {
        width:100%;
    }

        .video iframe {
            height:396px;
        }

    /* BANNER SECTION */
    .banner-content1-in h1 {
        font-size:25px;
        line-height:40px;
    }

    .banner-content1-in h6 {
        font-size:20px;
        padding:10px;
    }

    /* CONTENT SECTIONS */
    .content-section ul.links li {
        margin-bottom:20px;
    }

    .content-section,
    .why-love-block .content-section,
    .simple-steps .content-section,
    .other-plans-price .content-section,
    .price-plan-section .content-section,
    .testimonials-section .container,
    .ebook-info-section .content-section {
        padding:40px 0;
    }

    .content-section h2 {
        font-size:30px;
    }

        .content-section p {
            font-size:18px;
        }
        .content-section ul.links li {
            /*width:auto;*/
            margin-right:0;
            max-width: initial;
        }

    .contact-list .contact-content {
        padding:0 0 0 50px;
    }

    .contact-content > div > div {
        margin-bottom:30px;
    }

    .contact-list .contact-content p {
        padding-bottom:10px;
    }

    .contact-form-section input[type="text"], .contact-form-section textarea {
        width:100%;
    }

    a.refer-us-to-a-friend {
        margin-right:0;
        margin-bottom:20px;
        width:90%;
    }
    a.share-fb {
        width:90%;
    }

    /* TESTIMONIAL SECTION */
    .testimonials-section a.white-blue {
        margin-bottom:40px;
        width:90%;
        margin:0 auto;
    }

    /* EBOOK SECTION */
    .ebook-list .text-right {
        text-align:center;
    }

    /* REGISTRATION */
    .setup-packages {
        padding:10px;
    }

    .setup-package-item > div.col-xs-1 {
        width:15%;
    }

    .setup-package-item > div.col-xs-11 {
        width:85%;
    }

    .grid-select-control div.row > div.col-xs-1 {
        width:15%;
    }

    .grid-select-control div.row >  div.col-xs-11 {
        width:85%;
    }

    .bs-wizard > .bs-wizard-step > .progress {
        top:17px;
    }
        .bs-wizard > .bs-wizard-step > .progress.wizard-3 {
            top:0;
        }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        top:57px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size:12px;
    }

    .bs-wizard {
        margin-top:0;
    }

    .form-section form h2 {
        margin-top:50px;
        margin-bottom:30px;
    }

    /*FAQ*/
    .custom-search-wrapper {
        width:90%;
        margin:0 auto;
        float:none;
    }

    /*SITEMAPS*/
    .sitemaps {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


    /* CASE STUDY */
    .case-study-page .content-section {
        padding:60px 0;
    }

    #side-menu {
        margin-bottom:50px;
    }

    .partial-view-decodable-isbn .container .request-email-container .request-input-text {
        margin-bottom: 20px;
        width: 100%
    }

    .partial-view-decodable-isbn .container .request-email-container .request-button-control {
        width: 100%
    }
    
    .partial-view-decodable-isbn .container .request-email-container .image-container {
        margin-bottom: 20px;
    }

    .partial-view-decodable-isbn .container .request-email-container {
        flex-wrap: wrap;
    }

    .partial-view-decodable-isbn .container .request-email-container .request-text {
        margin-bottom: 20px;
        width: calc(100% - 50px);
    }

    .partial-view-decodable-isbn .container .decodable-more-level .level-container .level-item {
        padding-right: 0;
        width: 100%;
    }

    .partial-view-decodable-isbn .container .decodable-more-level .level-container .level-item a {
        margin-bottom: 20px;
    }

    .partial-view-decodable-isbn .container .decodable-part-of-eplatform .link-wrapper a {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
}
/* eo MAX-WIDTH:768px */

@media (min-width:512px) and (max-width: 768px) {
    .bs-wizard > .bs-wizard-step > .progress {
        top:0;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        top:41px;
    }
}
/* eo MAX-WIDTH:512px MAX-WIDTH:768px */

@media (width:768px) {
    .navbar-nav>li {
        float:none;
    }

    .navbar {
        min-height:unset;
    }

    .language-selector {
        margin-bottom:0;
    }
}
/* eo WIDTH:768px */

@media (max-width: 500px) {
    .banner {
        background-image: var(--mobile);
    }

    .banner-content {
        width: 100%;
        text-align: center;
    }

    .banner-content h1 {
        font-size: 28px;
		font-weight: 700;
		color: #fff;
        line-height: 30px;
    }

    .banner-content p {
        display: block;
        font-size: 18px;
		color: #fff;
        line-height: 18px;
    }

    .banner-content .row a {
        margin-bottom: 12px;
        width: 100%;
    }

    .banner-content .demo {
        font-size: 14px;
    }

    .banner-content .setup {
        font-size: 14px;
    }

    .banner-content ul {
        width: 70%;
    }

}

@media (max-width: 400px) {
    .banner-in {
        top:2%;
    }   
    .contact-list .contact-content {
        padding:0;
    }

    /* HOW IT WORKS */
    .simple-steps .video iframe {
        height:160px!important;
    }
    .bs-wizard > .bs-wizard-step > .progress {
        top:15px;
    }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        top:54px;
    }
    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size:11px;
    }

    /*FAQ*/
    .custom-search-wrapper {
        width:100%;
        margin-left:0;
    }

    /*SITEMAPS*/
    .sitemaps {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-left:20px;
    }
}
/* eo MAX-WIDTH:400px */

/*@media (max-width:340px) {
    .bs-wizard > .bs-wizard-step > .progress.wizard-4 {
        top:0;
    }
}
@media (max-width:340px) {
    .bs-wizard > .bs-wizard-step > .progress.wizard-4 {
        top:0;
    }
}*/
/* eo MAX-WIDTH:400px */

@media (max-width: 320px) {
    a {
        font-size:14px;
    }

    /* HOMEPAGE */
    .banner-content {
        width:100%;
        text-align:center;
    }
    .banner-content h1 {
        font-size:28px;
		font-weight: 700;
		color: #fff;
        line-height:30px;
    }

    .banner-content p {
        display:block;
        font-size:18px;
		color: #fff;
        line-height:18px;
    }

        .banner-content .demo {
            font-size:14px;
        }

        .banner-content .setup {
            font-size:14px;
        }

        .banner-content ul {
            width:70%;
        }

    .video iframe {
        height:186px;
    }

    .bs-wizard > .bs-wizard-step > .progress {
        top:15px;
    }
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        top:53px;
    }
}
/* eo MAX-WIDTH:320px */




