.nav-table {
	width: 100%;
	height: 50px;
	background: #093;
	border-radius: 7px;
}

.nav-table tr {}

.nav-table tr td {}

.nav-table tr td a {
	color: #fff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 15px;
}

.nav-table tr td a:hover {
	text-decoration: underline;
}

.nav-table tr td:hover {
	background: #060;
	border-radius: 3px;
	text-decoration: underline;
}

.main-table {
	width: 100%;
	height: 100%;
}

.main-table tr {}

td.details-column {
	background-size: 100% 100%;
	border-radius: 0px !important;
}

td.content-cloumn {
	display: block;
	border: 2px solid #043;
	padding-top: 20px !important;
	box-shadow: 0px -2px 5px #000;
	background: url(HEADER_fILES/content.jpg) NO-REPEAT;
	background-size: 100% 100%;
}

.main-table tr td {
	padding: 0px;
	text-align: left;
	border-radius: 9px;
}
.card-info-div-Main
{
	background: url(header_files/crop.png) no-repeat !important;
    outline: none;
    border: 0 !important;
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    background-color: #1b3030 !important;
    background-position: 0 100% !important;
}
.main-table tr td p {
	background: rgba(204, 225, 255, 0.8);
	padding: 10px;
	border-radius: 5px;
}

.main-table tr td a {
	font-size: 16px;
	text-decoration: none;
	line-height: 29px;
	color: #131631;
	font-weight: 700;
	font-family: sans-serif;
	transition: ease-in-out 0.1s;
}

.main-table tr td a:hover {
	text-decoration: none;
	padding: 8px;
	color: #E0FFFF;
	border-radius: 6px;
}

.main-para {
	    color: #121c38 !important;
    font-size: 21px !important;
    padding: 10px !important;
    background: none !important;
    text-align: justify;
    margin: 0px;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.top-section {
	width: 100%;
	height: 100%;
}

.main-para span {}

.content-title {
	font-size: 25px;
	text-decoration: none;
	font-family: sans-serif;
	color: #131631;
}

.bottom-part {
	width: 31%;
	display: inline-block;
	background: green;
	border: 2px solid #ccc;
	border-radius: 4px;
}

.bottom-part ul {
	list-style-type: none;
}

.bottom-part ul li {
	text-align: left;
	margin-left: 83px;
}

.bottom-part ul li a {
	margin-bottom: 2px;
	display: block;
	text-decoration: none;
	font-size: 18px;
	color: #c0c0c0;
}

.bottom-part ul li a:hover {
	text-decoration: underline;
}

.bottom-heading {}

.bottom-heading h3 {
	color: #131631;
	font-family: sans-serif;
	background: #E0FFFF;
	padding: 8px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	width: 50%;
	margin: 0 auto;
}

.seprator {}

.seprator img {}

.view-button {
	width: 120px;
	height: 40px;
	border-radius: 5px;
	background: #0072ff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #001b3d;
	color: #fff;
	outline: none;
	cursor: pointer;
}

.select-year {
	    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 4px;
    font-weight: 700;
    width: 50%;
        height: 50px;
    font-size: 1em;
    text-align: center;
}

.bottom-section h3 {}

.book-section {
	text-align: center;
	width: 40%;
	margin: 0 auto;
	background: #033;
	margin-top: 10px;
	box-shadow: 0px 0px 6px 1px #00060B;
}

.book-section a {}

.book-section img {
	width: 100%;
	height: 260px;
}

.bottom-section:hover {
	animation-play-state: paused;
}

.bottom-section {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: contain !important;
	border-radius: 6px;
	text-align: center;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr;
	background:#f1f1f1;
	background-size:100% 100%;
	background-size:100% 100%;
	}

.Content-Design-2
{
	display: grid !important;
    grid-template-rows: 1fr !important;
    grid-template-columns: 1fr 1fr 1fr !important;
}

@keyframes example {
	0% {
		background: url(HEADER_fILES/carrot.jpg) REPEAT;
	}
	15% {
		background: url(HEADER_fILES/tomato.jpg) REPEAT;
	}
	30% {
		background: url(HEADER_fILES/litchi.jpg) REPEAT;
	}
	45% {
		background: url(HEADER_fILES/potato.jpg) REPEAT;
	}
	60% {
		background: url(HEADER_fILES/wheat.jpeg) REPEAT;
	}
	75% {
		background: url(HEADER_fILES/corn.jpg) REPEAT;
	}
	100% {
		background: url(HEADER_fILES/litchi.jpg) REPEAT;
	}
}

.bottom-section-left {
	height: 100%;
	background: url(HEADER_fILES/cover_pic.jpg) NO-REPEAT !important;
	background-size: 85% 95% !important;
	background-position: center !important;
}

.bottom-section-right {
	height: 100%;
	background: url(HEADER_fILES/back_pic.jpg) NO-REPEAT !important;
	background-size: cover !important;
}

.previous-table {
	margin: 0 auto;
	width: 34%;
}

.previous-table tr {
	margin-bottom: -6px !important;
	display: block;
}

.previous-table tr td {
	text-align: center;
	color: #E0FFFF;
	font-family: sans-serif;
	border: 3px solid #E0FFFF;
	padding: 7px;
	font-weight: bold;
	min-width: 151px;
}

.previous-table tr th {}

.previous-table tr td a {}

.previous-table tr td img {
	width: 80%;
}

.previous-table tr td h3 {}

.content-body {
	background-size: 100% 100%;
	border-radius: 0px !important;
	margin: 0px;
}

.complete-book {
	width: 100%;
	display: inline-block;
	background: #043;
}

.complete-left {
	width: 50%;
	float: left;
}

.complete-right {
	width: 50%;
	float: right;
}

.complete-left p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	font-family: Sans-Serif;
	padding: 15px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.view-btn:hover {
	background: #043 !important;
	border: 2px solid #fff;
	color: #E0FFFF !important;
	padding: 0px !important;
	border-radius: 0px !important;
}

.download-btn:hover {
	background: #043 !important;
	border: 2px solid #fff;
	color: #E0FFFF !important;
	padding: 0px !important;
	border-radius: 0px !important;
}

.view-btn {
	float: right;
	margin: 8px 15px 0px 0px;
	padding: 2px;
	width: 100px;
	background: #E0FFFF;
	border: 0px;
	color: #131631 !important;
	font-weight: 700;
	font-size: 15px !important;
	text-align: center;
}

.download-btn {
	float: right;
	margin: 8px 15px 0px 0px;
	padding: 2px;
	width: 100px;
	background: #E0FFFF;
	border: 0px;
	color: #131631 !important;
	font-weight: 700;
	font-size: 15px !important;
	text-align: center;
}

.circle_section {
	background: aquamarine;
	border: 5px solid #003;
	width: 48%;
	margin: 0 auto;
	float: right;
}

.chapter_list {}

.chapter_list li {
	width: 100%;
	padding: 0px;
	text-align: left;
	border-radius: 4px;
}

.chapter_list li a {
	font-size: 16px;
	text-decoration: none;
	line-height: 29px;
	color: #131631;
	font-weight: 700;
	font-family: sans-serif;
	transition: ease-in-out 0.1s;
}

.chapter_list li a:hover {
	text-decoration: none;
	padding: 8px;
	color: #E0FFFF;
	background: #131631;
	border-radius: 6px;
}

.content_section {
	background: aquamarine;
	border: 5px solid #003;
	width: 48%;
	margin: 0 auto;
	float: left;
}

.content_section p {}

.option-table {
	margin: 0 auto;
}

.option-table tr {
	background: none !important;
	box-shadow: none !important;
}

.option-table td {
	width: 200px;
	height: 115px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center !important;
}

.option-table td a {}

.option-table tr td a:hover {
	padding: 0px !important;
	background: transparent;
}

.option-table td:hover {
	background: #fff;
}

.publish_details p {
	color: #071144 !important;
	text-align: center;
	margin: 0px !important;
	display: block;
	font-weight: 600;
	font-family: sans-serif;
	font-size: 14px;
}

.publish_details-small p {
	color: #071144 !important;
	text-align: center;
	margin: 0px !important;
	display: block;
	font-weight: 600;
	font-family: sans-serif;
	font-size: 14px;
}

.main-table td.details-column h3 {
	color: #131631;
	font-family: sans-serif;
	background: #E0FFFF;
	padding: 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.bottom-section a {
	text-decoration: none;
	font-family: sans-serif;
}

.bottom-section a:hover {
	padding: 0px !important;
}

.bottom-section h3:hover {}

.bottom-section h3:hover a {
	color: #044 !important;
	background: none !important;
}
.e-section_Tail
{
	height: 180px;
    padding: 15px;
    background: url(HEADER_FILES/p1.png);
    background-size: contain;
    border-radius: 0px 4px 4px 0px;
}
.previous-section {
	        border-radius: 4px 0px 0px 4px;
    background: url(HEADER_FILES/contact.jpg);
    grid-template-rows: auto;
	height: 180px;
    display: grid;
    padding: 15px;
    align-items: center;
}

.previous-details p {
	background: #000 !important;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	font-family: sans-serif;
	font-weight: 600;
}

.main_list {
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	padding-top: 15px;
}

.main_list ul {}

.main_list li:hover {
	color: #fff !important;
	background: #0072ff !important;
	border-radius: 5px !important;
}

.main_list li:hover a {
	color: #fff !important;
}

.main_list li {
	float: left;
	background: rgb(255, 255, 255);
	border-radius: 0px;
	padding: 12px;
}

.main_list li a {
	text-decoration: none;
	font-family: sans-serif;
	font-weight: 600;
	border-radius: 0px;
	color: #000;
}

.main_list li a:hover {
	color: #fff !important;
}

.publish_details {
	height: 5vh;
	overflow: auto;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	align-items: center;
	background: #fff;
}

.publish_details-small {
	height: 80px;
	overflow: auto;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	align-items: center;
	background: #fff;
}

#publish_para {}

.search-text:focus {
	outline: none;
}

.Databook-Description {
	text-align: center;
	height: 15vh;
	background: linear-gradient(to right, #003, #1c69ca, #2673ff);
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 3fr;
	align-items: center;
}

.Databook-Main {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	height:100%;
}

.Databook-Main-small {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr;
}

.Section-Tag {
	display: block;
    color: #000a12 !important;
    padding: 12px !important;
    font-size: 23px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0px auto;
    background: #ffffffcf;
}

.Databook-Description a {
	text-decoration: none;
	font-family: sans-serif;
	text-align: center;
}

.Section-Tag:hover {
	
}
.e-book-section
{
	   text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    display: grid;
    align-items: center;
    transition: 0.3s ease-in-out;
    width: 100%;
}
@keyframes flipBook {
            0% {
                transform: perspective(800px) rotateY(0);
            }
            50% {
                transform: perspective(800px) rotateY(90deg);
                z-index: 1;
            }
            100% {
                transform: perspective(800px) rotateY(180deg);
                z-index: 0;
            }
        }
.e-book-section img
{
	    text-align: center;
    margin: 0px auto;
}
.e-book-section p {
	font-weight: 600;
	font-family: sans-serif;
	font-size: 15px;
	margin: 0px;
	color: #fff;
}
.Blank-List {
	padding: 42px 18px 0px 0px !important;
	border-radius: 0px !important;
	background: #0072ff !important;
	margin-right: -3px;
}

.Main-Book-Head-Div {
	height: 100%;
	width: 100%;
}

.Main-Book-Head-Div {
	height: 100%;
	width: 100%;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	align-items: center;    
	background: #1e0030;
}

.Book-Cover-div {
	width: 320px;
	margin: 0 auto;
	display: block;
}

.Book-Image-Val {
	width: 100%;
	height: auto;
}

.Book-Title-div p {
	padding: 15px;
	text-align: center;
	font-weight: 600;
	font-family: sans-serif;
}

.book_covers {
	display: none
}

.css-selector {
    background: linear-gradient(270deg, #f3ebff, #c1deff, #d8f9f3);
    background-size: 600% 600%;

    -webkit-animation: slide 30s ease infinite;
    -moz-animation: slide 30s ease infinite;
    animation: slide 30s ease infinite;
}

@-webkit-keyframes slide {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes slide {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes slide {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.Book-Control-div {
	background: #002f75;
	padding: 10px;
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 2fr 1fr;
	margin: 0 auto;
	align-items: center;
	margin-top: 10px;
}

.prev {
	color: #fff;
	text-align: left;
	cursor: pointer;
}

.next {
	color: #fff;
	text-align: right;
	cursor: pointer;
}

.cover-text {
	font-family: sans-serif;
	color: #c5d9ff;
	font-weight: 600;
}

.whmain-col {
   background: linear-gradient(270deg, #ece5f0, #ecf7f6, #ecf3f9);
    background-size: 600% 600%;

    -webkit-animation: flipBook 2s ease-in-out;
    -moz-animation: flipBook 2s ease-in-out;
    animation: flipBook 2s ease-in-out;
}

.whmain-col::-webkit-scrollbar-track {
	border: 1px solid #fff;
	padding: 2px 0;
	background-color: #fff;
}

.whmain-col::-webkit-scrollbar {
	width: 10px;
}

.whmain-col::-webkit-scrollbar-thumb {
	border-radius: 3px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #00154a;
	border: 1px solid #fff;
}

@-webkit-keyframes AnimationName {
	0% {
		background-position: 52% 0%
	}
	50% {
		background-position: 49% 100%
	}
	100% {
		background-position: 52% 0%
	}
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 52% 0%
	}
	50% {
		background-position: 49% 100%
	}
	100% {
		background-position: 52% 0%
	}
}

@keyframes AnimationName {
	0% {
		background-position: 52% 0%
	}
	50% {
		background-position: 49% 100%
	}
	100% {
		background-position: 52% 0%
	}
}

.blink_me {
  animation: blinker 2s linear 1;
}
.blink_me:hover {
  animation: blinker 0s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.Highlight-new
{
	    animation: blinker 1s linear 2;
    color: #ffffff;
    font-family: sans-serif;
    background: #37380c;
    padding: 10px;
    overflow: hidden;
    margin: 0;
    font-weight: 700;
    border: 0px !important;
}
.Head-text {
	font-family: sans-serif;
	font-weight: 600;
	color: #fff;
	width: 350px;
	text-align: left;
	margin: 0 auto;
	font-size: 1.8em;
}

.Card-div {
	  position: relative;
    background-position: right;
    margin: 15px;
    background: #ffffff;
    padding: 13px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #cfcfd0;
}

.List-Section {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr;
	align-items: center;
}

.List-Control-Section {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	align-items: center;
}

.Search-btn {
	background-color: #fff;
	color: #003;
	height: 40px;
	width: 90px;
	border: 0px;
	margin-bottom: 0px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
}

.Search-btn:hover {
	background: #003;
	color: #fff;
	border-radius: 0px 6px 6px 0px;
	cursor: pointer;
}

.search-text {
	width: 200px;
	height: 40px;
	font-size: 17px;
	border-radius: 5px;
	padding: 5px;
	border: 0px;
	margin-right: -11px;
	font-family: sans-serif;
	font-weight: 600;
	color: #003;
}

.Search {
	text-align: left;
	padding-left: 20px;
}

.Control-List {
	text-align: center;
	padding-top: 10px;
}

.option_menu {
	background: url(HEADER_fILES/contact.jpg) NO-REPEAT;
	border-radius: 8px;
	margin: auto;
	width: 75%;
	background-size: 100% 100%;
}

.option_menu-small {
	background: url(HEADER_fILES/contact.jpg) NO-REPEAT;
	border-radius: 8px;
	margin: auto;
	background-size: 100% 100%;
}

.content-options {
	background: url("HEADER_fILES/content.jpg") NO-REPEAT;
	background-size: 100% 100%;
}

.option_menu ul {
	list-style-type: none;
	padding: 0px;
}

.option_menu ul li {
	margin-bottom: 0px;
	color: #fff;
	padding: 9px;
	text-align: left;
}

.option_menu ul li a {
	font-weight: 700;
	text-decoration: none;
	color: #043;
	width: 75%;
	transition: ease-in-out 0.2s;
	display: block;
	font-family: sans-serif;
}

.option_menu ul li a:hover {
	width: 75%;
	border-radius: 6px;
	padding: 10px !important;
	color: #fff;
	background: #043;
}

.option_menu h3 {
	color: #f9fdff;
	font-family: sans-serif;
	background: #021a23;
	padding: 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.option_menu-small ul {
	list-style-type: none;
	padding: 0px;
}

.option_menu-small ul li {
	margin-bottom: 0px;
	color: #fff;
	padding: 9px;
	text-align: left;
}

.option_menu-small ul li a {
	font-weight: 700;
	text-decoration: none;
	color: #043;
	width: 75%;
	transition: ease-in-out 0.2s;
	display: block;
	font-family: sans-serif;
}

.option_menu-small ul li a:hover {
	width: 75%;
	border-radius: 6px;
	padding: 10px !important;
	color: #fff;
	background: #043;
}

.option_menu-small h3 {
	color: #f9fdff;
	font-family: sans-serif;
	background: #021a23;
	padding: 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.Card-Section-div {
	position: relative;
	border-radius: 3px;
	padding: 15px;
	background-position: bottom;
	background-size: contain;
}

.Card-Contact-div {
	position: relative;
	border-radius: 3px;
	padding: 15px;
	background-position: bottom;
	background-size: contain;
	background: #fff;
	transition: 2s ease-in-out;
}

.Card-Contact-div-whole {
	position: relative;
	border-radius: 3px;
	padding: 15px;
	background-position: bottom;
	background-size: contain;
	background: #fff;
	width: 142%;
	margin-left: -48%;
}

.Blank-Btn {
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.Blank-Btn:hover {
	color: #fff !important;
}

.Blank-Btn:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}

.contact-part-1 {
	text-align: left;
}

.contact-part-1 ul {
	display: inline-block;
	padding: 50px;
	background: url(header_files/crop.png) no-repeat;
	    background-color: #f2fffa;
	background-position: 0 130%;
	transition: ease-in-out 0.3s;
	color: #ffffff;
	border: 3px solid #010d23;
	background-size: 100%;
	margin-left: 10px;
	font-family: sans-serif;
}

.contact-part-1 ul li {
	list-style-type: none;
	font-weight: 600;
	color: #071144;
}

.contact-part-1 ul li a {
	color: #131631;
	text-decoration: none;
}

.contact-part-2 {
	text-align: left;
}

.contact-part-2 ul {
	display: inline-block;
	padding: 50px;
	background: url(header_files/crop.png) no-repeat;
	    background-color: #f2fffa;
	background-position: 0 130%;
	transition: ease-in-out 0.3s;
	color: #ffffff;
	background-size: 100%;
	margin-left: 10px;
	font-family: sans-serif;
}

#head_value {
	display: inline-block;
	padding: 50px;
	background: url(header_files/Contact_bg.jpg);
	transition: ease-in-out 0.3s;
	color: #ffffff;
	border: 3px solid #010d23;
	background-size: 100%;
	margin-left: 0px;
	font-family: sans-serif;
}

#head_value:hover {
	
}

.contact-part-1 ul:hover {
	color: #02132d !important;
	cursor: pointer;
}

.contact-part-2 ul li {
	list-style-type: none;
	font-weight: 600;
	color: #071144;
}

.contact-part-2 ul li a {
	color: #131631;
	text-decoration: none;
}
.Search-Input {

	width: 100%;
	height: 50px;
	border-radius: 7px 7px 0px 0px;
	padding: 10px;
	border: 0px;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	z-index: 99;
	font-family: sans-serif;
}
.Search-Input:focus
{
    border: 0px;outline: none;
}
.Search-Input:active
{
    border: 0px;outline: none;
}
.Search-Setup ul {
	width: calc(100% - 36px);
	background: #eef0f3;
	margin: 0;
	height: 180px;
	position: absolute;
	overflow-y: scroll;
	display: none;
	margin-left: 0px;
	border-radius: 0px 7px 0px 7px;
	margin-right: 13px;
	padding: 5px;
}
.Search-Setup ul li {
    padding: 10px;
    text-align: left;
	word-wrap: break-word;
    font-size: 16px;
    font-weight: 700;
    font-family: sans-serif;
	list-style:none;
}
.Search-Setup ul li:hover {
    cursor: pointer;
    background: #d1d0d0;
    color: #004791;
    border-radius: 4px;
}
option {
    font-weight: 700;
    display: block;
    text-align: left;
}
.contact-part-3 {
	text-align: left;
}

.contact-part-3 ul {
	display: inline-block;
	padding: 50px;
	transition: ease-in-out 0.3s;
	color: #ffffff;
	background-size: 100%;
	margin-left: 10px;
	font-family: sans-serif;
}

.contact-part-3 ul li {
	list-style-type: none;
	font-weight: 600;
	color: #071144;
}

.contact-part-3 ul li a {}

.contact-part-3 ul:hover {
	
}

.contact-person {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: #044 !important;
}

.part-title {
	background: #002f75;
	color: #c5d9ff;
	padding: 10px;
	width: 50%;
	border-radius: 3px;
	text-align: left;
}

.part-title h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #E0FFFF;
}

.Book-Design-2 {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	align-items: center;
	position: relative;
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 4px;
	border: 2px solid #26524a;
	padding: 20px;
	height: 340px;
	background: #021a23;
}
.Section-1-eBook h1
{
	text-align:left;
	font-family:sans-serif;
	font-size:40px;
	color:#fff;
}
.Section-1-eBook h3 
{
	text-align: justify;
	font-family: sans-serif;
	color: #fff;
	font-weight:200;
}
.Section-2-eBook 
{
	display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.body-content {
	background: url(header_files/Contact_bg.jpg);
	background-size: 100% 100%;
}

.develop-title {
	width: 100%;
	height: 50px;
	background: url(header_files/gradient.png)
}

.develop-title h6 {
	color: #fff;
}

.suserbox-div {
	height: 400px;
	overflow-y: scroll;
	background: #fff;
}

.suserbox-div::-webkit-scrollbar-track {
	border: 1px solid #fff;
	padding: 2px 0;
	background-color: #fff;
}

.suserbox-div::-webkit-scrollbar {
	width: 10px;
}

.suserbox-div::-webkit-scrollbar-thumb {
	border-radius: 3px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #00154a;
	border: 1px solid #fff;
}

.head-tag {
	color: #f9fdff;
	font-family: sans-serif;
	background: #013346;
	padding: 1px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	width: 60%;
	text-align: center;
	margin: 10px auto;
}

.info-btn {
	position: absolute;
	width: 43px;
	font-size: 22px;
	border: 2px solid #0e0c0c;
	float: none;
	background: #00000066;
	margin: 0 auto;
	text-align: center;
	left: 10px;
	bottom: 10px;
	transition: 0.5s ease-in-out;
}

.info-btn:hover {
	background: #000;
	zoom: 1.2;
}

.Search-Databook {
	    width: 100%;
    background: url(HEADER_FILES/p1.png);
    color: #2e4404;
    font-size: 2.5em;
    font-family: monospace;
    font-weight: 700;
    border-radius: 0px 0px 5px 5px;
    background-size: contain;
    text-align: center;
    height: 75%;
}

.Search-Box-Databook {
	min-height: 350px;
}

.Search-Input-Databook {
	height: 40px;
	border: 2px solid;
	color: #003;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 18px;
	border-radius: 4px;
	margin-right: -15px;
	width: 80%;
	background: #fff;
	padding-left: 10px;
}

.Search-Data {
	background: #fff;
	border-radius: 0px;
	border: 2px solid #000;
	border-left: 0;
	color: #003;
}

.Search-Data-small {
	background: #fff;
	border-radius: 0px;
	border: 2px solid #000;
	color: #003;
}
.Mob-Menu
{
	text-decoration: none;
    font-family: sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    border: 2px solid;
    padding-left: 5px;
    padding-right: 5px;
	display:none;
}


.Mob-Menu-small
{
    text-decoration: none;
    font-family: sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: 1px solid;
    display: block;
    padding: 3px;
    width: 80px;
    margin: 0 auto;
	display:block;
}
.Menu-option
{background: linear-gradient(to right, #003, #1c69ca,#2673ff);
    padding: 8px;
	display:none;
}
.Menu-Mobile-List
{
	width: 100%;
	display:none;
    background: linear-gradient(to right, #003, #1c69ca,#2673ff);
}
.Menu-Mobile-List a
{
	text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
    width: 100%;
    display: block;
    padding: 10px;
    transition: 0.2s ease-in-out;
}
.Menu-Mobile-List a:hover {
    background: #181d3a;
    border-radius: 4px;
    padding-left: 15px;
}
@media only screen and (max-width: 800px) 
{
	.bottom-section 
	{
		grid-template-columns:1fr;
		grid-template-rows:auto;
	}
	.Book-Design-2 {
		display: grid;
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: 1fr;
	}
.Databook-Main-small
{
	display:block;
}
.e-book-section
{
	margin-bottom:20px;
}
.Section-2-eBook 
{
		display: grid;
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr;
	}
	.Book-Design-2 {
	height:auto !important;
	}
}