﻿.ebook-block {
    background: url(../images/ebook-bg.jpg) no-repeat 0 0;
    width: 100%;
    padding: 150px 0;
    color: #fff;
	margin-top: 100px;
}
.parallax-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1e2645;
	z-index: -1;
}

.left-block {
    float: left;
    width: 30%;
}
.right-block {
    float: right;
    width: 65%;
    padding: 45px 0;
}
.ebook-block .right-block h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
}
.ebook-block .right-block p {
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
}
.ebook-img-bk {
    border: 15px solid #f6872d;
}
.ebook-img-bk img {
    width: 100%;
}
.ebook-template .container {
    max-width: 100%;
}
.ebook-block .search-bar .text-box {
    width: 80%;
    border: 0;
    outline: none;
    height: 60px;
    padding: 0 0 0 25px;
    border-radius: 5px;
}
.ebook-block .search-bar, .ebook-block .search-bar .submit-btn {
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.ebook-block .search-bar .submit-btn {
    background: #f6872d;
    font-size: 18px;
    color: #fff;
    width: auto;
    padding: 0 30px;
    height: 54px;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    border: 0;
    outline: none;
}
.ebook-block .text-danger {
    color: #dc3545 !important;
}
.text-block {
    padding: 70px 0;
}
.text-block h3{
	font-size:30px;
	line-height:1.3;
}


@media (min-width: 1200px) {
    .ebook-template .container {
        max-width: 1170px;
    }
	
}


@media only screen and (max-width: 1199px) {
    .ebook-block .right-block h2 {
        padding-bottom: 10px;
    }
	.ebook-block .right-block p {
        padding-bottom: 25px;
    }
	.ebook-block .search-bar, .ebook-block .search-bar .submit-btn{
		display:block !important;
	}
}
@media only screen and (max-width: 991px) {
    .ebook-block .right-block h2 {
        font-size: 30px;
        line-height: 36px;
    }
	.ebook-block .right-block p {
        padding-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }
	.ebook-block .search-bar .text-box{
        width: 100%;
		height: 50px;
    }
	.ebook-block .search-bar .submit-btn {
        height: 44px;
    }
	.ebook-block {
        padding: 100px 0;
		margin-top: 140px;
    }
}
@media only screen and (max-width: 991px) {
    
	.ebook-block .left-block, .ebook-block .right-block {
		width: 100%;
		text-align: center;
	}
	.text-block h1{
		font-size:32px;
		line-height:1.2;
	}
	.ebook-block {
		padding: 50px 0;
		margin-top:180px;
	}
		
   
}

@media only screen and (max-width: 767px) {
	.ebook-block .right-block h2 {
	font-size: 26px;       
	margin-bottom: 25px;
	}
	.ebook-block .right-block p {
	padding-bottom: 35px;
	}
	.text-block h3 {
	font-size: 20px;
	line-height: 1.3;
   }
   .text-block {
	padding: 50px 0;
	}
	.ebook-block .right-block {
	margin-top:30px;
	}
}

@media only screen and (max-width: 520px) {
	.ebook-block .search-bar .submit-btn {
        position: relative;
        text-align: center;
        width: 100%;
        margin: 0 auto;
		left: 0px;
    }
	.search-bar{
	 background: transparent !important;
	}
}	
		
.page-banner.cst-parallax{
	margin-top:0px; !important;
}




























