body {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

.topmargin {
    margin-top: 120px
}


/* ----------------------------------------------------------------------------------------------------- */


/* Header and Footer */

.top-nav a,
.top-nav a:hover {
    color: white !important;
}

.top-nav .dropdown-menu a {
    color: black !important;
}

.navbar-brand {
    padding: 0.3% 0 0.3% 0;
}

.navbar {
    padding: 10px
}

.scrollnav {
    padding: 0px 8px 0px 8px;
    opacity: 1;
}

header nav {
    opacity: 0.9;
    transition: all 0.5s;
    background-color: #e3f2fd;
}

footer {
    position: absolute;
    height: auto;
    margin-bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(123, 123, 123);
    background: #16222A;
    background: -webkit-linear-gradient(59deg, #3A6073, #16222A);
    background: linear-gradient(59deg, #3A6073, #16222A);
    color: white;
    padding-right: 0px !important;
}

ul li {
    list-style-type: none;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}


/* hr {
    background-color: white;
} */

.footer_logo {
    width: 60%;
    height: 60%;
    border-radius: 50%;
}


/* footer a:hover {
color: white;
} */

.footer a {
    color: #999999;
}

.footer li {
    list-style: none;
    padding-bottom: 0.2rem;
}

.footer-widget-head {
    font-size: 1.5rem;
    margin-bottom: 7px;
}


/*Quora like logo color*/

.navbar-dark .navbar-brand {
    color: #dc3545;
}


/* End of footer */


/* dropdown hover */

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


/* End of header and FOOTER */


/* ----------------------------------------------------------------------------------------------------- */


/* 404 Not Found */

.notfoundcontent {
    margin-bottom: 15%;
    margin-top: 15%;
}

.notfound {
    font-size: 4rem;
    text-align: center !important;
}

.notfound span {
    font-size: 5rem;
}

@media only screen and (max-width:600px) {
    .notfound {
        margin-top: 50%;
        font-size: 3rem;
        text-align: center !important;
    }
    .notfound span {
        font-size: 4rem !important;
    }
}

@media only screen and (max-width:450px) {
    .notfound {
        margin-top: 50%;
        font-size: 2rem;
        text-align: center !important;
    }
    .notfound span {
        font-size: 3rem !important;
    }
}


/* 404 Not Found End */


/* ----------------------------------------------------------------------------------------------------- */


/* About Page */

.aboutus {
    font-size: 2.5rem;
}

.aboutus span {
    font-size: 3.5rem;
}

.aboutus p::before {
    background-color: #3498db;
    width: 10%;
    height: 4px;
    content: '';
    display: inline-block;
    margin: 1px 10px 16px 10px;
}

.aboutus p::after {
    background-color: #3498db;
    width: 10%;
    height: 4px;
    content: '';
    display: inline-block;
    margin: 1px 0px 16px 10px;
}

.aboutUsQuestion {
    font-size: 1.8rem;
}

.col_title {
    font-size: 1.1rem;
}

.topmarginaboutus {
    margin-top: 120px;
}


/* End of About Page */


/* ----------------------------------------------------------------------------------------------------- */


/* Affiliate disclosure */

.affiliate_disclosure {
    font-size: 2.5rem;
}

.affiliate_disclosure span {
    font-size: 3.5rem;
}

@media only screen and (max-width: 600px) {
    .affiliate_disclosure {
        font-size: 2rem;
    }
    .affiliate_disclosure span {
        font-size: 3rem;
    }
}

.affiliate_disclosure::after {
    border: 1px solid #333;
    content: '';
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}


/* End of Affiliate disclosure */


/* ----------------------------------------------------------------------------------------------------- */


/* Home */

.search {
    background-color: white !important;
    border-radius: 20px !important;
    float: none !important;
    margin: 0 auto !important;
    width: 40%;
}

.categories_head {
    font-size: 1.6rem;
}

@media only screen and(max-width: 900px) {
    .categories_head {
        font-size: 1rem !important;
    }
}

hr {
    margin: 0;
}

.list-group-item {
    border: none;
    padding: 0.1rem;
}

.category_product_title {
    color: #265ed0;
}

.table {
    border: none !important;
}


/* End of home */


/* ----------------------------------------------------------------------------------------------------- */


/* index file */


/* Breadvrumbs */

ol a {
    text-decoration: none;
    color: #333
}

ol a:hover {
    text-decoration: none;
}

.tech .breadcrumb-item+.breadcrumb-item::before {
    color: white;
    content: ">";
}

.index .breadcrumb-item+.breadcrumb-item::before {
    color: #111;
    content: ">";
}


/* Breadcrumsbs end */

@media only screen and (min-width: 992px){
    .main-image{
        height: 400px !important;
    }
}

.updated,
.breadcrumb {
    padding: .10rem 1rem;
    font-size: larger;
    /* float: right */
}

.post_title h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.destop {
    font-size: 1.1rem;
}

@media only screen and (max-width:1000px) {
    .destop {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:700px) {
    .post_title h2 {
        font-size: 1.3rem;
        font-weight: 600;
    }
    .destop {
        font-size: 0.7rem;
    }
}

.post_title h2::after {
    border: 1px solid #333;
    /* content: ""; */
    width: 20%;
    bottom: -5px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.knowmore {
    border-radius: 40px;
    border: 1px solid black
}

.knowmore:hover {
    background-color: #3EC1D5;
    border: 1px solid #3EC1D5;
}

.jump {
    background-color: transparent !important;
    border: none !important;
    color: #444 !important;
    margin: 0 2px 0 2px;
}

.jump:hover {
    background-color: #433d7e!important;
    border: 1px solid #433d7e !important;
    color: white !important;
}

.card-img-top img {
    height: 200px !important;
}

.producttitle {
    font-size: 1.6rem;
    line-height: 1.4;
}

.top-10 {
    border-bottom: 1px solid #007bff!important;
    border-radius: 0 !important;
}

@media only screen and (max-width:600px) {
    .card-img-top img {
        height: 80px !important;
    }
    .productname {
        font-size: 0.90rem !important;
    }
    .productname .btn {
        font-size: 0.75rem !important;
    }
    .producttitle {
        font-size: 1rem !important;
    }
    .product_description {
        font-size: 0.7rem !important;
    }
    .editors_description,
    .honours_description {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:800px) {
    .card-img-top img {
        height: 120px !important;
    }
    .producttitle {
        font-size: 1.6rem;
        margin-top: 1px !important;
    }
    .product_description {
        font-size: 0.9rem;
    }
}


/* .card:hover {} */

.prod:hover {
    background-color: #e9ecef !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

@media only screen and (min-width: 999px) {
    /* .productImage {
        width: 100% !important;
        height: 300px !important;
    } */
}


/* Editor's notes */

.editor_notes h2 {
    font-size: 1.4rem;
    font-weight: 600;
}

@media only screen and (min-width:576px) {
    .editor_notes h2::after {
        width: 7%;
        height: 2px;
        content: '';
        background: #3498db;
        display: inline-block;
        margin: 1px 0px 6px 10px;
    }
    .editor_notes h2::before {
        width: 7%;
        height: 2px;
        content: '';
        background: #3498db;
        display: inline-block;
        margin: 1px 10px 6px 0;
    }
}

@media only screen and(max-width:576px) {
    .editor_notes {
        font-size: 1rem !important;
        font-weight: 600;
    }
}


/* End of editor's Notes */


/*Review Highlight */

.review-highlights li::before,.review-highlights td::before {
    display: inline-block;
    height: 1em;
    width: 1em;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232da3ee' viewBox='0 0 24 24'%3E%3Cpath d='M0 12.116l2.053-1.897c2.401 1.162 3.924 2.045 6.622 3.969 5.073-5.757 8.426-8.678 14.657-12.555l.668 1.536c-5.139 4.484-8.902 9.479-14.321 19.198-3.343-3.936-5.574-6.446-9.679-10.251z'/%3E%3C/svg%3E");
}


/* End of review highlight */


/* End of index file */


/* ----------------------------------------------------------------------------------------------------- */


/* Privacy Policy Starts */

.privacy_policy {
    font-size: 2.5rem;
}

.privacy_policy span {
    font-size: 3.5rem;
}

@media only screen and (max-width: 600px) {
    .privacy_policy {
        font-size: 2rem;
    }
    .privacy_policy span {
        font-size: 3rem;
    }
}

.privacy_policy::after {
    border: 1px solid #333;
    content: '';
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}


/* End of Privacy Policy */


/* ----------------------------------------------------------------------------------------------------- */


/* Start of tech page */

@media only screen and (max-width: 576px) {
    .category-name {
        font-size: 3.4rem !important;
    }
}

.tech-title {
    font-size: 4rem;
    color: black;
    font-weight: 500;
    font-family: Georgia, serif;
}

.category_card {
    border: none !important;
    background-color: #e9ecef !important;
}

.category_card .breadcrumb {
    font-size: 1rem !important;
    padding: .10rem 1rem;
}

@media only screen and (max-width: 500px) {
    .category_card .breadcrumb {
        font-size: .6rem !important;
        padding: .10rem 1rem;
    }
    .tech-title {
        font-size: 7vw !important;
    }
}

@media only screen and (max-width: 800px) {
    .tech-title {
        font-size: 4vw;
    }
    .category_card .breadcrumb {
        font-size: .83rem !important;
        padding: .10rem 1rem;
    }
    .noposts {
        font-size: 1.4rem !important;
        padding-left: 20px !important;
    }
}

.stretch {
    position: relative;
    z-index: 2;
    top: -20px;
    /* width: 90%; */
    align-self: center;
    transition: all 0.5s;
    transform: scale(0.9);
}

.stretch:hover {
    position: relative;
    /* width: 100%; */
    transform: scale(1);
}



/* End of tech page */


/* ----------------------------------------------------------------------------- */


/* Start of term of service */

.termofservice {
    font-size: 2.5rem;
}

.termofservice span {
    font-size: 3.5rem;
}

@media only screen and (max-width: 600px) {
    .termofservice {
        font-size: 2rem;
    }
    .termofservice span {
        font-size: 3rem;
    }
}

.termofservice::after {
    border: 1px solid #333;
    content: '';
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}


/* End of term of service */


/* ------------------------------------------------------------------------- */


/* start of wikis */

.wikis_title::after {
    border: 1px solid #333;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.wikis_title {
    font-size: 2rem;
    font-weight: 600;
}

@media only screen and (max-width:800px) {
    .wikis_title {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:550px) {
    .wikis_title {
        font-size: 1.4rem;
    }
}

.categories div {
    padding: 0.5rem !important;
}


/* End of wikis */


/* ADD CATEGORY STARTS */

input[type=file] {
    padding: 0.2rem .2rem !important;
}


/* ADD CATEGORY ENDS */


/* POSTS PAGE */

.published-posts,
.draft-posts {
    font-size: 2.8rem;
}

.published-posts::after,
.draft-posts::after {
    border: 1px solid #333;
    content: '';
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.published-single-post:nth-child(-n+10) {
    display: flex;
}

.published-single-post:nth-child(n+10) {
    display: none;
}

@media only screen and (max-width: 576px) {
    .published-posts,
    .draft-posts {
        font-size: 2rem;
    }
}


/* END OF POSTS PAGE */


/* BACKUP NEW FORM */

.product-card .form-group {
    margin-bottom: 0 !important;
}

.product-card input.form-control {
    line-height: 1;
    height: calc(1.5em + 0.5rem)
}

.product-card .card-header {
    padding: 0;
}

.product-card .card-body {
    padding: 0rem 1rem;
}


/* END OF BACKUP NEW FORM */


/* LOGIN PAGE */
form button.btn.btngoogle {
    border-radius: 40px;
}

.regis,
.log {
    font-family: 'Varela Round', sans-serif;
}

.or-seperator {
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    padding: 5px 10px;
    top: -10px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.register-card,
.login-card {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.register-card input,
.login-card input {
    border-radius: 40px;
    width: 80%
}

.register-card button,
.login-card button {
    width: 80%;
    /* background-color: #5cb85c; */
    border-radius: 40px;
    color: white;
    font-weight: 600;
}

.register-card button:hover,
.login-card button:hover {
    color: white;
}
/* .login-card button {
    background-color: #5c6ac4;
} */
/* END OF LOGIN PAGE */


/* PROFILE PAGE */
.border-btm {
    border-bottom: 1px solid #007bff !important;
}

.profile-page {
    transition: 2s all;
}

.table-post-title {
    width: 350px !important;
}

@media only screen and (max-width: 576px) {
    .table-post-title {
        width: 170px !important;
    }
}
/* END OF PROFILE PAGE */


/* ASIN FORM */
#fountainG{
	position:relative;
	width:234px;
	height:28px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}
/* END OF ASIN FORM */

