body {
    background-color: #fff;
    position: relative; 
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

ul {
   text-align: left;
}

ol {
    text-align: left;
}


/* Colors */

.bg-light-grey {
    background-color: #efefef;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}
.bg-pink {
    color: #ef3c45;
}

.bg-white {
    background-color: #fff;
}

.color-1 {
    --background-color: white;
}

/* Mobile Navbar */

.navbar-toggler:active, .navbar-toggler:hover, .navbar-toggler:focus {
    outline: 0;
 }

.navbar img {
    max-width: 250px;
    height: auto;
    text-align: center;
}

.social-top i {
    color: #000;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .navbar img {
        width: 150px;
    }
}

.navbar li {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.nav-item a:hover {
    color: #000!important;
}

.navbar-search-bar {
    max-width: 400px;
}

.navbar-search-bar .form-control {
    width: 300px;
}

.mobile-search-icon {
    font-size: 28px!important;
   
}

.mobile-logo img{
    max-width: 200px;;
}

/* Web navbar */

.logo-top img {
    max-width: 200px;
}

.top-navbar li + li {
    padding-left: 30px;
}

@media only screen and (max-width: 992px) {
    .logo-top img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .logo-top img {
        max-width: 250px;
    }
}

.newsletter-dropdown a:hover  {
    color: darkgrey;
    background-color: transparent;
    transition: .2s ease;
    
}

  .newsletter-dropdown .btn:focus,
  .newsletter-dropdown .btn:active ,
  .newsletter-dropdown .btn:hover{
    outline: none !important;
    box-shadow: none;
  }

/* Collapse Menu */

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: darkgrey;
}

.sidemenu-social {
    padding-left: 22px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #FFF;
    color: #000;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #FFF;
}

#slide {
    transition: margin-left .5s;   
}

.navbars:hover , .navbars:active , .navbars:focus {
    outline: 0;
}

/* ----------------------------------- */

.navbar-slider {
    background-color: #efefef;
}

.navbars {
    font-size: 22px;
    padding-top: 8px;
}

@media only screen and (max-width: 992px) {
    .navbars {
        padding-top: 0;
    }
}

.navbar-slider {
    background-color: #FFF;
}

.navbar-slider img {
    max-width: 300px;
    margin: 0 auto
}

@media only screen and (max-width:992px) {
    .navbar-slider img {
        max-width: 150px;
        margin: 0 auto
    }
    .navbar-search-bar {
        max-width: 100px;
    }
}


/* Search bar */

* {
    box-sizing: border-box;
}

.openBtn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding-top: 10px;
    outline: none !important;
    box-shadow: none;
}

.openBtn:hover {
    background: none;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 30%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn2:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.overlay span {
    font-size: 40px;
    color: #FFF;
}

@media only screen and (max-width: 992px) {
    .overlay span {
        font-size: 30px;
    }
}

.social-media-top {
    font-size: 18px;
    width: 30%;
    height: auto;
}

.social-media-top a {
    margin: 0 auto;
    padding: 0 10px;
    background-color: #efefef;
    color: grey;
}

.social-media-top a:hover {
    color: #bbb;
}

/* Popular posts display*/

 /* .popular-posts-row {
    margin-top: 170px;
    margin-bottom: 30px;
}

.popular-post {
   position: relative;
}

.popular-posts-row img {
    max-width: 99%;
    height: 200px;
}

.popular-posts-row h5 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.popular-posts-row p {
    font-size: 11px;
}

.first-section-item2 {
    position: absolute;
    bottom: 5px;
    left: 10%;
    margin: 0 auto;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.4);       
}

.first-section-item2 a {    
    color: #fff;
}

.number {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 50px;
    background-color: black;
    padding: 0 5px;
    font-weight: 300;
    opacity: 0.8;
}

@media only screen and (max-width: 992px) {

    .popular-posts-row {
        margin-top: 100px!important;
   }   

    .popular-posts-row img {
        max-width: 99% !important;
        height: 150px !important;
        margin-bottom: 5px;
    }

    .popular-post {
        position: relative;        
     }
    
     .first-section-item2 {    
        width: 70%;
        left: 15%;
        bottom: 10px;       
    }

    .number {
        top: 0;
        left: 5px;
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 560px) {
    
    .number {
        top: 0;
        left: 14.5%;
        font-size: 40px;
    }
    
}

@media only screen and (max-width: 559px) {

    .number {
        left: 14.5%;
        font-size: 35px;
    }

}  */

/* Popular posts display slider -------------- */

 /* .popular-posts-row-2 {
    margin-top: 170px;
    margin-bottom: 30px;
}

.popular-title h3 {
    font-family: "Manrope";
    font-style: italic;
    text-decoration: underline;
}

.popular-post {
   position: relative;
}

.popular-posts-row-2 img {
    max-width: 99%;
    height: 200px;
}

.popular-posts-row-2 h5 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.popular-posts-row-2 p {
    font-size: 11px;
}

.first-section-item2 {
    position: absolute;
    bottom: 0px;
    left: 10%;
    margin: 0 auto;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.4);       
}

.first-section-item2 a {    
    color: #fff;
}

.number-2 {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 50px;
    background-color: black;
    padding: 0 5px;
    font-weight: 300;
    opacity: 0.8;
}

@media only screen and (max-width: 992px) {

    .popular-posts-row-2 {
        margin-top: 100px!important;
   }   

    .popular-posts-row-2 img {
        max-width: 99% !important;
        height: 150px !important;
        margin-bottom: 5px;
    }

    .popular-post {
        position: relative;        
     }
    
     .first-section-item2 {    
        width: 60%;
        left: 20%;
        bottom: 10px;       
    }

    .number-2 {
        top: 0;
        left: 10%;
        font-size: 40px;
    }
}


@media only screen and (min-width: 768px) and (min-width: 730px) {

    .first-section-item2 {    
        width: 60%;
        left: 20%;     
    }
    
    .number-2 {
        top: 0;
        left: 14.5%;
        font-size: 40px;
    }
    
}


@media only screen and (min-width: 560px) {

    .first-section-item2 {    
        width: 70%;
        left: 15%;     
    }
    
    .number-2 {
        top: 0;
        left: 14.5%;
        font-size: 40px;
    }
    
} */


/* Popular posts display 6 pictures with slider  ------------------*/

.popular-title {
    margin-top: 160px;
}

.popular-post-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0);
}

.popular-post-hover:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: .3s all ease;
}

.popular-post-item {
    position: relative;
    width: 100%;
    height: 150px;    
}

.popular-post-image-wrap {
   
         
}

.popular-post-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 50%;
}

.popular-post-image-wrap img {    
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.popular-post-title-wrap h6 {
    font-size: 12px;
    line-height: 15px;
    font-family: 'Roboto';
    font-weight: 400;
}

.popular-post-title-wrap p {
    font-size: 8px;
    text-align: left;
}

.popular-post-title-wrap a {
    color: #000;
    cursor: pointer;
}

.popular-post-title-wrap a:hover {
    color: grey;
}

.popular-post-title-box {
    padding-left: 10px;
    padding-top: 5px; 
    padding-right: 5px;
}

.arithmetic {
    font-size: 27px;  
    font-weight: 400; 
    border-right: 1px solid #000;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 7px; 
    font-family: 'Roboto';
        
}


@media only screen and (max-width:1400px) and (min-width: 992px) {

    .popular-post-item {
        position: relative;
        /* width: 210px; */
        width: 100%;
        height: 140px;    
    }

    .popular-post-image-wrap img {    
        /* width: 210px; */
        width: 100%;
        height: 140px;
    } 

    .popular-post-title-wrap h6 {
        font-size: 9px;
        line-height: 13px;
        font-family: 'Roboto';
        font-weight: 400;
    }
    
    .popular-post-title-wrap p {
        font-size: 9px;
        line-height: 10px;
        
    }

    .popular-post-title-wrap {
        height: 60%;
    }
    
}


@media only screen and (max-width: 992px) {

    .popular-title {
        margin-top: 100px;
    }

    .popular-post-item {
        width: 100%;
        height: 150px;    
    }


    .popular-post-image-wrap img {    
        width: 100%;
        height: 150px;
        
    }    

}










/* Hero image and text */

.header-b {
    width: 100%;   
    height: auto;
    /* margin-top: 150px!important; */
}

.header-b img {
    width: 100%;   
    overflow: hidden;
    object-fit: cover;
    vertical-align: middle;    
}

.header-text {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60%;
    height: auto;
    color: #000;
    background-color: #FFF;
}

@media only screen and (max-width: 768px){

    .header-b {
        /* margin-top: 120px!important; */
    }

    .header-b img {
        width: 100%;
        height: 400px;
        overflow: hidden;
        object-fit: cover;
    }
}

/* First Section */

.section-a {
    position: relative;
}

.section-a h3 {
    font-size: 19px
}

.banner-1 img {
    position: sticky;
    top: 170px;
}

.banner-1  {
    text-align: right;
}

@media only screen and (max-width: 768px) {

    .banner-1  {
        text-align: center;        
    }

    .banner-1 img {
        position: sticky;
        top: 120px;
    }
}


/* Crop images for display in big thumbnails  */

.section-box-content {
    overflow: hidden;
    object-fit: cover;  
}

.section-box-content img {
    width: 500px;
    height: 250px;
    overflow: hidden;
    object-fit: cover;  
}

/* Hover effect on images*/

.articles-list-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.articles-list-content img {
    width: 600px;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.articles-list-content .content-overlay {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.articles-list-content:hover .content-overlay {
    opacity: 1;
}

.section-box-content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    transition: .4s ease;
    -webkit-transition: none;
    -moz-transition: .4s ease;
}

.header-b {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: .4s ease;
    -webkit-transition: none;
    -moz-transition: .4s ease;
}

.first-section-box-a {
    position: relative;
    flex-wrap: wrap;
}

.first-section-item-a {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 60%;
    height: auto;
    color: #000;
    background-color: #FFF;
}

.first-section-item-a h3 {
  font-size: 35px;
}

@media only screen and  (max-width: 992px){
    .first-section-item-a h3 {
        font-size: 16px;
    }
}

.first-section-item-a a {
    color: #000;
}

.first-section-item-a a:hover {
    color: #000;
    text-decoration: underline;
}


/* Homepage images hover effect  */

.header-b:hover {
    opacity: 0.8;
}

.section-box-content:hover {
    opacity: 0.8;
}


/* Second Section */

.section-b h3 {
    font-size: 20px;
}

@media only screen and (max-width: 992px) {
    .section-b h3 {
        font-size: 18px;
    }
    .first-section-item h3 {
        font-size: 16px;
    }
    .first-section-item p {
        font-size: 13px;
    }
}

.first-section-box {
    position: relative;
    flex-wrap: wrap;
}

.first-section-item {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
    height: auto;
    color: #000;
    background-color: #FFF;
}

.first-section-item a {
    color: #000;
}

.first-section-item a:hover {
    color: #000;
    text-decoration: underline;
}


/* Footer */

footer a {
    color: #313036;
}

footer a:hover {
    color: grey;
    transition: .2s ease;
}

footer i {
    font-size: 20px;
}

footer p {
    display: inline-block;
    margin-right: 20px;
}

footer img {
    max-width: 200px;
}

/* .go-to-the-top {
    position: absolute;
    bottom: 100px;
    right: 10px;
    font-size: 20px;
}

.go-to-the-top i {
    font-size: 40px;
    color: darkgrey;
} */

/* Sub footer */

.sub-footer p {
    color: #fff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;    
}

.sub-footer a {
    color: #fff;
    font-weight: 500;
    text-decoration-line: underline;
    font-size: 15px;    
}

.sub-footer a:hover {
    color: #fff;
    font-weight: 500;
    text-decoration-line: underline;
}


/* --------------------------------Single Post Page---------------------------------- */

/* Billboard top 970 x 250 px */

.single-post-upper-wrap {
    position: relative;    
}

.single-post-bb-horizontal {
    /* position: sticky; */
    margin-top: 150px;
    /* z-index: 1; */
}

.single-post-upper-wrap h1 {
    margin-top: 150px;
}

@media only screen and (min-width: 999px) {
    .single-post-upper-wrap h1 {
        margin-top: 90px;
    }    
}

@media only screen and (max-width: 768px) {
    
    .single-post-upper-wrap h1 {        
        font-size: 26px;
    }
}

.single-post-upper-wrap a {        
    color: #000;   
}

.single-post-upper-wrap a:hover {        
    color: darkgrey;
    transition: .3s ease;;
}

.main-article img {  
    object-fit: cover;
    z-index: 0;  
} 

.single-post-section h1 {
    font-size: 35px;
    font-family: 'Roboto';
    margin: 0 auto;   
}

.single-post-section h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 0 auto;
    text-align: left;
}

.single-post-section a {
    color: #000;
    text-decoration: none;
}

.single-post-section a:hover {
    color: grey;
    text-decoration: none;
}

.single-post-text p {
    font-family: 'Roboto';
    font-size: 18px;
    margin: 0 auto;
    text-align: left;
}

.suggested-posts-section {
    position: relative;
    align-items: flex-start;
}

.suggested-posts-section h3 {
    font-size: 20px;
}

.share-post-on-social h6 {
    font-size: 20px;
    margin: 0 auto;
    text-align: left;
}

.share-post-on-social {
    width: 250px;
    height: 80px;
    text-align: left;
}

.share-post-on-social i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px #000 solid;
}

.single-post-hr {
    width: 100%;
    height: 1px;
    background-color: darkgrey;
}

.editor-info {
    text-align: right;
}

.editor-info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

@media only screen and (max-width: 728px) {

    .share-post-on-social {
        text-align: center;
    }
  
    .editor-info {
        text-align: center;
    }

    .single-post-text p {
        font-size: 16px;
        line-height: 26px;
        padding: 20px;
    }
}

.categories-wrapper-1 {
    position: relative;
}

.post-banners {
    text-align: right;
}

@media only screen and (max-width: 768px) {  

    .post-banners {
        text-align: center;
    }  
}

.post-banners img{
    position: sticky;
    top: 180px;
}

@media only screen and (max-width: 992px) {
    .suggested-posts-section h3 {
        font-size: 15px;
    }
    .suggested-posts-section h2 {
        font-size: 23px;
    }
    .share-post-on-social h6 {
        font-size: 15px;
    }
    .share-post-on-social h2 {
        font-size: 10px;
    }
    .share-post-on-social i {
        font-size: 20px;
    }
    .post-banners {
        text-align: center;
        margin: 0 auto;
    }
    .post-banners img{
        position: sticky;
        top: 150px;
    }
}

.single-post-tags h5 {
    font-family: 'Roboto';
    font-size: 14px;  
}

.single-post-tags p {
    font-size: 14px;
    margin: 5px;     
}

.single-post-section {
    position: relative;
}

.single-article-vertical-banner {
    text-align: right;   
}

.single-article-vertical-banner img {    
    position: sticky;    
    top: 200px;
}

@media only screen and (max-width: 768px) {

    .single-article-vertical-banner {
        text-align: center;
    }

    .single-article-vertical-banner img {    
        position: sticky;    
        top: 130px;
    }
}


/*----------------------------------------- Categories List Page ---------------------------------------*/

#categories-list-page h1 {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    padding: 30px 10px;
    color: #000;
    font-family: 'Open Sans';
}

@media only screen and (max-width: 992px) {
    #categories-list-page h1 {
        font-size: 30px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 700px) {
    #categories-list-page h1 {
        font-size: 30px;
        margin-top: 90px;
    }
}

.articles-list-item a {
    color: black;
}

.articles-list-item a:hover {
    color: darkgrey;
    transition: .2s ease;
}

.articles-list-item h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.articles-list-item p {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
}

@media only screen and (max-width:992px) {
    .articles-list-item h5 {
        font-size: 15px;
        line-height: 20px;
    }
    .articles-list-item p {
        font-size: 27px;
        line-height: 30px;
    }
}

.articles-list-item hr {
    width: 100%;
}

/* ---------------------------------------- Newsletter Page ------------------------------------ */

.newsletter-title {
    font-size: 40px;
    font-weight: 300;
    font-family: 'Open Sans';
    margin-top: 200px;
}

@media only screen and (max-width:992px) {
    
    .newsletter-title {
        font-size: 40px;
        margin-top: 130px;
    }
}

/* Checkbox */

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em; 
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em;
  left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid darkgray;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid darkgray!important;
}

.newsletter-form input {
    margin-top: 20px;
    border-radius: 0;
}

/* Submit button */
.newsletter-button {
    color: #fff;
    background-color: #000;
    width: 130px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.5em;
}

.newsletter-button:hover {
    background-color: #2c2c2c;
    transition: .3s ease;
}

.newsletter-button a {
    color: #fff;
}

.newsletter-button a:hover {
    color: #fff;
}

.newsletter-par-1, .newsletter-par-2, .newsletter-check-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*------------------------------------------- Error Page -----------------------------------------*/

.error {
    margin-top: 150px;
}

.error img {
    max-width: 600px;
    height: auto;
}

.error p {
    font-size: 60px;
    margin-left: 30px;
}

.error-button {
    width: 200px;
    height: 50px;  
    padding-top: 10px;
    margin-left: 30px;

}

.error-button:hover {
    background-color: rgb(56, 56, 56);
    transition: .3s ease;    
}

.error-button a {
    color: #FFF;
    font-size: 18px;
}

.error-button a:hover {
    color: #efefef;
}

@media only screen and (max-width:768px) {

    .error {
        margin-top: 80px;
    }    

    .error img {
        max-width: 100%;
        height: auto;
    }

    .error p {
        font-size: 30px;
        margin-left: 0!important;
    }

    .error-button {
        margin-left: 0;
    }
}


/* ---------------------------Contest Page------------------------------- */

.contest-header {
    background: url(./images/abstract-1.jpg);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
}

.contest-wrap {
    padding-top: 100px;
}

.contest-wrap h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .contest-header {
        height: 600px;
    }
    .contest-wrap h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

/* -------------------------Contest Page 2-------------------------------- */

.single-post-bb-horizontal-contest img {
    margin-top: 150px;
}

.single-post-upper-wrap-contest h1 {
    margin-top: 150px;
}

@media only screen and (min-width: 999px) {
    .single-post-upper-wrap-contest h1 {

        margin-top: 40px;
    }    
}

@media only screen and (max-width: 768px) {
    
    .single-post-upper-wrap-contest h1 {        
        font-size: 26px;
    }
}

.contest-title {
    margin-top: 100px;
}

.contest-title h1 {
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width:992px) {
    .contest-title {
        margin-top: 130px;
    }
}

.details-container p {
    font-size: 24px;
    line-height: 34px;
}


.contest-mandatory-fields{
    color: lightgray;
}

.contest-dropdown {
    background-color: transparent;
    max-width: 350px;
    border-bottom: 1px solid lightgrey ;
}

.contest-dropdown .dropdown-toggle {
    max-width: 350px;
}

.contest-container h4 {
    font-family: "Roboto";
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.contest-container input {
    border: none;
    border-bottom: 1px lightgrey solid;
    border-radius: 0;
}

.contest-container select {
    border: 1px lightgrey solid;
    border-radius: 0;
    margin-top: 10px;
}

.contest-container .form-control {
    border: 1px lightgrey solid;
    border-radius: 0;
    margin-top: 10px;
}

.contest-container label {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.contest-submit-btn {
    background-color: black!important;
    color: #fff!important;
    width: 150px!important;
    border-radius: 0!important;
    padding: 6px 12px;
    font-size: 22px;
}

.contest-submit-btn:hover {
    background-color: #2c2c2c!important;
    color: #fff;
}

.contest-check-wrapper label, .contest-check-wrapper-2 label {
    text-transform: none;
}

.contest-form-group button {
    width: 100%;
    border-radius: 0;    
}

.contest-form-group button:hover {
    background-color: #000!important;
    color: white!important;
    transition: .3s ease;
}


 

/* --------------------------Ladies Gift Box Page------------------------------ */

.ladies-gift-box-container p {
    font-size: 18px;
    line-height: 32px;    
}

#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
   }


.doctors-map h3 {
    font-size: 24px;
    font-weight: bold;
}

.doctors-map label {
    font-family: 'Roboto';
    font-size: 16px;
}

.doctors-map input {
    border-radius: 0;
    outline: none; 
}

.doctors-map input:hover , .doctors-map input:active , .doctors-map input:focus {
    outline: none; 
    box-shadow: none;
}

.doctors-search-btn { 
    color: #fff;
    background-color: #000;
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 50px;
}

.doctors-search-btn:hover { 
    background-color: #2c2c2c;
    transition: .3s ease;
}

.doctors-search-btn a {
    color: #fff;
}

.doctors-search-btn a:hover {
   color: #fff;
}


/* --------------------Terms and Conditions Page------------------------ */

.terms-container {
    margin-top: 200px;
}

@media only screen and (max-width: 992px) {
    .terms-container {
        margin-top: 130px;
    }
}

.terms-container p {
    font-size: 14px;
    font-weight: 300;
}


/* --------------------Contact Page (and Contest Page forms)-------------------- */
.contact-dropdown h1 {
    font-family: 'Open Sans';
}

.contact-container {
    margin-top: 200px;
}

@media only screen and (max-width: 992px) {
    .contact-container {
        margin-top: 130px;
    }
}

.contact-container p {
    color: lightgray;
}

.contact-dropdown {
    background-color: transparent;
    max-width: 350px;
    border-bottom: 1px solid lightgrey ;
}

.contact-dropdown .dropdown-toggle {
    max-width: 350px;
}

.contact-container input {
    border: none;
    border-bottom: 1px lightgrey solid;
    border-radius: 0;
}

.contact-container select {
    border: 1px lightgrey solid;
    border-radius: 0;
    margin-top: 10px;
}

.contact-container .form-control {
    border: 1px lightgrey solid;
    border-radius: 0;
    margin-top: 10px;
}

.contact-container label {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-container button {
    background-color: black;
    color: #fff;
    width: 150px;
    border-radius: 0;
}

.contact-container button:hover {
    background-color: #2c2c2c;
    color: #fff;
}


/*------------------------- Pop up ------------------------------------*/

.popup img {
    position: absolute;
    width: auto;
    height: 700px;
    z-index: 1;
    margin: 0 auto;
    transform: translate(65%, 7%);
}

.hidden {
    display: none;
}


/* ---------------------Register Pop Up --------------------------- */

.image-box img {
    border-radius: 20px;
}

.pop-up-text {
    background-color: #FFF;
    border: 1px black solid;
    max-width: 650px;
}

.pop-up-text input {
    width: 40%;
    border: none;
    border-bottom: 1px red solid;
    background: transparent;
    color: darkred;
}

.pop-up-btn {
    background-color: red;
}

.pop-up-btn:hover {
    background-color: darkred;
    transition: .3s ease;
}

/*------------------------ Thank you Pop Up -----------------------------*/

.thank-you-popup h2 {
    line-height: 45px;
}

/*----------------------------- Pop up Vivify --------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=greek');

.container-vivify {
    border: 2px red solid; 
    position: relative;   
}

.x-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    cursor: pointer;
}

.x-button a { 
    color: #fff;  
}

.x-button a:hover { 
    color: #fff;  
}

.vivify-image img {
    width: 100%;
    height: auto;
}

.vivify-logo {
    max-width: 49%;
    margin-top: 20px; 
    text-align: right;      
}

.vivify-logo img {
    width: 200px;
    height: auto; 
    margin-right: 1%;    
}

.ladiesbook-logo {
    max-width: 49%; 
    text-align: left;   
}

.ladiesbook-logo img {
    width: 200px;
    height: auto;
    margin-left: 1%;
}

.vivify-par-1 {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.vivify-par-2 {
    font-size: 50px;
    color: red;
    font-family: 'Roboto Condensed', sans-serif;
}

.vivify-button {
    background-color: red;
    width: 180px;
    height: 90px;
    border-radius: 15px;
    padding-top: 6px; 
}

.vivify-button:hover {
    background-color: rgb(231, 56, 56);
    transition: .3s ease;
}

.vivify-button a {
    font-size: 22px;
    color: #fff;
    text-align: center;
    vertical-align: middle;       
}

.vivify-button a:hover {
    color: #fff;
}

span {
    font-size: 30px;
    padding-left: 0;    
}

@media only screen and (max-width: 768px) {

    .vivify-logo {
        width: 100px;
        height: auto;  
        margin-top: 16px;        
    }
    
    .ladiesbook-logo {
        width: 100px;
        height: auto;       
    }

    .vivify-par-1 {
        font-size: 20px;
    }
    
    .vivify-par-2 {
        font-size: 40px;
    }

        
    .vivify-button {
        width: 150px;
        height: 70px;
        padding-top: 6px; 
    }

    .vivify-button a {
        font-size: 18px;
    }

}