.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.banner_area {
	background: rgba(0,0,0,0) no-repeat center center /cover;
	margin: 50px 0 35px;
	padding: 110px 0 110px 52px;
	color: #fff;
}
.banner_area h1 {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin: 0 0 15px;
}
.banner_area p {
	font-size: 17px;
	letter-spacing: 0.5px;
}
.banner_area h1 strong {
	display: block;
	font-size: 55px;
}
.btn_banner {
	background: #f6a200;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 2px;
	display: inline-block;
	margin: 24px 0 0;
}
.btn_banner:hover{
    background: #23adac;
    text-decoration: none;
    color: #ffffff;
}
.btn_banner i {
	margin-left: 10px;
}
.feture_area {
	padding: 80px 0;
}
.section_heading {
	width: 50%;
	text-align: center;
	margin: 0 auto 60px;
}
.section_heading h2 {
	color: #022d62;
	font-size: 35px;
}
.section_heading p {
	font-size: 15px;
	color: #7e8ca5;
}
.single_book {
	text-align: center;
}
.single_book a {
	color: #022d62;
	display: inline-block;
	margin: 0 0 8px;
}
.single_book span.p {
	font-size: 18px;
	color: #f6a200;
    display: block;
    margin: 10px 0px;
    line-height: 22px;
}
.single_book .btn {
	display: inline-block;
	background: #f6a200;
	padding: 7px 20px;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
}
#contact-form-model .btn{background: #ff8e34;color: #fff;}
.book_img img {
	width: auto !important;
}
.book_img {
	margin: 0 0 15px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	position: absolute;
	top: 80px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	background: #ffffff;
	font-size: 40px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -55px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -55px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #f6a200;
	color: #fff;
}
.book_area {
	padding: 80px 0;
	border-bottom: 1px solid #dddfe1;
}
#contact-form-model{width: 380px;}
#contact-form-model .ui-combobox-input{
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#contact-form-model .privacy{ margin-top: 10px; display: block;}
#contact-form-model .ui-button-icon{position: absolute;right: 8px; bottom: 6px;}
#contact-form-model .form-group{position: relative;}
.ui-helper-hidden-accessible{display: none;}
.ui-menu {
  background: #fff;
  max-height: 200px;
  width: 16%;
  overflow-y: scroll;
        z-index: 999999;box-shadow: 0px 2px 5px #ccc;
}
.ui-menu .ui-menu-item {
  padding: 4px 0px;
}
.ui-menu .ui-menu-item:before {
  display: none;
}
.big_carosel {
}
.caro_left {
	width: 67%;
	float: left;
	margin-right: 30px;
}
.caro_right {
	width: 30%;
	float: left;
}
.caro_right .single_book {
	width: 42%;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 19px;
}
.big_contant {
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 20px;
}
.img_big {
	border: 2px solid #f6a200;
	width: 45%;
	float: left;
	text-align: center;
	padding: 90px 0;
}
.img_big img {
	width: auto !important;
	display: inline-block !important;
}
.big_contant h3 {
	font-size: 24px;
	color: #022d62;
	font-weight: bold;
	margin: 0px 0 15px;
}
.big_contant a {
	font-size: 40px;
	color: #022d62;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
	margin: 38px 0 25px;
}
.big_contant p.price {
	font-size: 24px;
	color: #f6a200;
}
.big_contant p {
	font-size: 15px;
	color: #3d4c67;
}
p.small_text {
	font-size: 14px;
	padding-left: 50px;
	margin-top: 93px;
}
strong.font_small {
	font-size: 30px;
}
.book_carousel.owl-carousel .owl-nav button.owl-next, .book_carousel.owl-carousel .owl-nav button.owl-prev {
	top: 50%;
	transform: translate(0, -50%);
}

@media only screen and (min-width: 1170px) {
.book_carousel.owl-carousel .owl-nav button.owl-prev {
	left: -75px;
}
.book_carousel.owl-carousel .owl-nav button.owl-next {
	right: -16px;
}
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
.container {
	max-width: 90%;
}
}

@media only screen and (max-width: 1024px) and (min-width: 960px) {
.caro_left {
	width: 66%;
}
p.small_text {
	margin-top: 30px;
}
.book_carousel.owl-carousel .owl-nav button.owl-next {
	right: -16px;
}
}

@media only screen and (max-width: 959px) and (min-width: 800px) {
.caro_left {
	width: 65%;
}
.caro_right .single_book {
	width: 43%;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 19px;
}
}

@media (max-width:800px) {
.container {
	max-width: 90%;
}
.banner_area h1 {
	font-size: 20px;
}
.banner_area h1 strong {
	font-size: 30px;
}
.banner_area p {
	font-size: 14px;
}
#breadCrumbs {
	text-align: center;
}
.section_heading h2 {
	font-size: 28px;
}
.section_heading {
	width: 80%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	width: 30px;
	height: 30px;
	font-size: 24px;
	line-height: 14px;
	position: static;
	background: #d7d9dd;
	color: #fff;
}
button.owl-next {
}
.caro_left, .caro_right, .big_contant, .img_big {
	width: 100%;
}
.big_contant {
	text-align: left;
}
.big_contant a {
	font-size: 30px;
	margin: 0 0 16px;
}
strong.font_small {
	font-size: 30px;
}
p.small_text {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 25px;
}
.img_big {
	margin: 0 0 27px;
}
.caro_right .single_book {
	width: 47%;
	margin-right: 18px;
}
book_img img {
/* width: 100% !important; */
}
.caro_right .single_book:nth-child(2n) {
	margin-right: 0;
}
.img_big img {
}
.book_img img {
	width: 100% !important;
}
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
.caro_right .single_book {
	width: 47%;
	margin-right: 10px;
}
}
/** Syndicate innerpage **/
.inner_contant_syndicate {
	padding: 50px 0;
}
.right_inner_content {
	max-width: 70%;
	width: 100%;
	float: left;
	margin-right: 45px;
}
.innder_left_sidebar {
    max-width: 26%;
    width: 100%;
    float: left;
    position: sticky;
    top: 70px;
}
.book__img {
	width: 26%;
	margin-right: 30px;
	float: left;
}
.book_cover {
	overflow: hidden;
	margin: 0 0 45px;
}
.book_content {
	width: 70%;
	float: left;
}
.book_content h1 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
}
.book_content h3 {
	font-weight: bold;
	font-size: 22px;
	color: #000;
	margin: 0 0 15px;
}
.book_content ul.dot_list li{
    font-size: 14px;
}
.book_content p {
	font-size: 14px;
	color: #707070;
}
/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #d9d8d8;
	background-color: transparent;
	border-bottom: 0px solid;
}
/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #d7d7d7;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 33.33%;
    border-right: 1px solid #c4c5c9;
    color: #373737;
    font-weight: bold;
}
/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
	background: transparent;
	border-right: 1px solid transparent;
}
/* Style the tab content */
.tabcontent {
	display: none;
	padding: 35px;
	border: 1px solid #d7d7d7;
	border-top: none;
}
.book_tab_content p {
	color: #595959;
	font-size: 15px;
}
.book_tab_content h4 {
	font-size: 20px;
	color: #373737;
	font-weight: bold;
	margin: 0 0 10px;
}
ul.dot_list li {
	font-size: 15px;
	display: block;
	margin: 0 0 5px;
	padding-left: 20px;
	position: relative;
}
ul.dot_list {
	margin: 0 0 20px;
}
ul.dot_list li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #ff8e34;
	position: absolute;
	border-radius: 50%;
	left: 0px;
	top: 8px;
}
.book_tab {
    margin: 70px 0 90px;
}
.book_download {
    background: #d1e7e3;
    padding: 40px 20px 40px 225px;
    position: relative;
    margin: 110px 0;
}

.book_download img {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translate(0, -50%);
}

.book_download h4 {
    display: inline-block;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    margin-right: 30px;
    vertical-align: middle;
}

.btn_download {
    background: #ff8e34;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 50px;
    border-radius: 3px;
}
.you_may_like h4 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 15px;
}

.you_may_like p {
    color: #909090;
    margin: 0 0 45px;
}

.row {
    overflow: hidden;
    margin: 0 -15px;
}

.col-4 {
    padding: 0 15px;
    width: 33.3%;
    float: left;
}
.single_like_book {
    margin: 0 0 35px;
}

.single_like_book img {
    width: 65px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.like_book {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

.like_book a {
    color: #909090;
    line-height: 1.3;
    display: inline-block;
    margin: 0 0 11px;
}

.like_book span.p {
    font-size: 16px;
    color: #ed7307;
    font-weight: 600;
    display: block;
}
.sidebar_book {
    border: 1px solid #d7d7d7;
    text-align: center;
    padding: 35px 0;
    margin: 0 0 90px;
}

.sidebar_book a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    margin: 0 0 10px;
}

.sidebar_book img {
    margin: 0 0 15px;
}

.sidebar_book p {
    color: #ff5e02;
    font-size: 18px;
    font-weight: bold;
}
.subscribe_holder {background: rgba(0,0,0,0) no-repeat center center /cover;padding: 50px 20px;text-align: center; position: relative;margin-top: 65px;}
.subscribe_holder::before{
	content: "";
	background: url(../images/syndicate-reports/form_pin.webp);
	width: 106px;
	height: 60px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: -50px;
}
.subscribe_holder h4 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 20px;
}

.subscribe_holder p {
    color: #ffffff;
    line-height: 1.8;
}

.subscribe_holder input[type="Email"], .subscribe_holder input[type="Text"] {
    height: 50px;
    width: 100%;
    padding: 0 10px;
    background: rgba(255,255,255,0.3);
    border: 1px solid #fff;
    color: #fff;
    margin: 0 0 15px;
}

.subscribe_holder input[type="Email"]::placeholder, .subscribe_holder input[type="Text"]::placeholder {
    color: #fff;
}

button.btn_send {
    padding: 10px 25px;
    border: 0px solid;
    border-radius: 3px;
    color: #000;
}
@media only screen and (max-width: 1170px) and (min-width: 960px){
	.right_inner_content {
    margin-right: 30px;
}

.book__img {
    margin-right: 20px;
}

.book_download h4 {margin-right: 20px;}

.book_download {
    padding-left: 190px;
}
}
@media(max-width:800px){
	.right_inner_content, .innder_left_sidebar {
    max-width: 100%;
    margin-right: 0;
}
	.innder_left_sidebar{
		position: static;
	}
.book__img {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin: 0 0 17px;
}

.book_content {
    width: 100%;
    text-align: center;
}

.tab button {
    width: 100%;
}

.book_download img {
    position: static;
    transform: translate(0, 0);
    margin: 0 0 15px;
}

.book_download {
    padding: 20px;
    text-align: center;
}

.book_download h4 {
    display: block;
    margin-right: 0;
    margin: 0 0 15px;
}

.col-4 {
    width: 48%;
    float: none;
    display: inline-block;
}
.like_book {
    width: 100%;
    display: bolck;
}

.single_like_book img {
    margin: 0 0 15px;
}
}
