body {
	margin: 0 auto;
	padding: 0 auto;
}

.firstneuron_logo {
    font-family: "Mulish", sans-serif;
    font-size: 35px;
    font-weight: 700;
  }
.wrapper{float:none;min-width:1140px;padding:0 auto;}

.courses1_left a{text-decoration: none;}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #03b97c;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

.header {
	float: left;
	width: 100%;
	padding: 5em 0em 1em 0em;
	background-color: #F7F8F9;
	background-image: url("../images/banner-1.png");
	background-position: bottom center;
	background-size: cover;
}
.bgyellow{background-color: yellow;}

.header_combined,.pagecenter {
	float: none;
	width: 100%;
	margin: 0 auto;
	max-width: 90%;
}

.logo {
	float: left;
	width: 100%;
	text-align: center;
}


.logo img {
  width: 15%;
  margin-bottom: 3em;
}
.menulist li {
	display: inline;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0em 0.5em;
}
.menulist li a {
   
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0em 0.5em;
    color: #3C4852;
    text-decoration: none;
  }

.menulist {
	padding: 0;
}

.herosection {
	float: none;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

.herosection p {
	color: #3C4852;
	font-family: "Mulish", sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 1.8;
}

.herosection h2 {
	font-family: "Jost", sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #333D46;
	padding: 0.5em 0em;
	margin: 0em;
}

.cta1 {
	padding: 10px 20px 8px 20px;
  background-color: transparent;
  background-image: linear-gradient(90deg, #FF9800 0%, #03B97C 100%);
  border-radius: 4px 4px 4px 4px;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  color: white;
  border: none;
  width: 50%;
}

.top_category {
    float: left;
    width: 100%;
    padding: 3em 0em;
  }

  .top_category_title {
    float: none;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }

  .top_category_title h3 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0.5em 0em;
  }

  .top_category_title h3 span {color: #03b97c;}

  .top_category_title p {
    color: #3C4852;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1.8;
  }

  .course_block {
    float: left;
    width: 100%;
    margin-top: 3em;
  }


  .courses_tab1 {
    float: left;
    width: 100%;
    
  }

  .courses1_left img {
    width: 50%;
  }

  .courses1 {
    float: left;
    width: 33.3%;
  }

  .courses1_left {
    float: left;
    width: 30%;
    text-align: center;
  }

  .courses1_right {
    float: right;
    width: 70%;
  }

  .pagecenter123 {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 95%;
  }

  .courses1_right h4 {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
  }

  .courses1_right p {
    color: #3C4852;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0.5em 0em;
  }

  .courses1 {
    float: left;
    width: 27%;
    background: rgba(0, 173, 182, 0.1);
    border-radius: 0.3rem;
    margin: 0em 1em 1em 1em;
    padding: 1.5rem 1rem;
    flex-direction: row !important;
    align-items: center;
    transition: all 0.2s ease-in-out 0s;
  }
  .courses1:hover{box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);}

  .download1 {
    text-decoration: none;
    color: #3C4852;
  }

  .howitworks {
    float: left;
    width: 100%;
    background: #f7f8f9;
    padding: 3em 0em;
  }

  .howitworks_title {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 75%;
    text-align: center;
  }

  .howitworks_title h3 {
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0.5em 0em;
  }

  .howitworks_title p {
    color: #3C4852;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1.8;
  }

  .howitworks_title h3 span{color: #03b97c;}
  .howitworks_group {
    float: left;
    width: 100%;
    padding: 3em 0em;
  }

  

  .circle_icon {
    margin: 1.5rem auto 2rem;
    font-size: 25px;
    width: 62px;
    height: 62px;
    box-shadow: 0px 0px 0px 10px rgba(3,195,124,0.2);
    background-color: #03b97c;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    border-radius: 50%;
    color: white;
  }
  .howitworks_group_part1 h4 {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0.5em;
  }

  .contactinfo{text-decoration: none;color:white}
  

  .howitworks_group_part1 p {
    color: #3C4852;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1.8;
  }

  .howitworks_group_combined {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 95%;
  }

  .howitworks_group_part1 {
    float: left;
    width: 24%;
    background: white;
    padding: 1em 2em 3em 2em;
    border-radius: 0.3rem;
    text-align: center;
    margin: 1em;
  }

  .brochure a{text-decoration: none;}
  #address_group {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em 0em;
    background: #f7f8f9;
  }

  .address p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
  }
  #bookyourseat {
    background: #03b97c;
    color: white;
  }

  #bookyourseat p {
    color: white;
  }

  #bookicon {
    color: #03B97C;
    background-color: #FFF;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2);
  }




.firstneuron_logo span{color: #03b97c;}
  .copyrights {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em 0em;
    background: #f7f8f9;
  }

  .copyrights p{font-family: "Mulish", sans-serif;line-height: 1.8;
    font-size: 16px;padding: 0em 1em;
    font-weight: 400;}

.footer_calltoaction {
  float: left;padding:0.5em 0em;
  width: 100%;background: white;
}
.footer_calltoaction {
  display: none;
}
.brochure {
  float: left;
  width: 20%;
  text-align: center;
}


.brochure h6 {
  font-size: 24px;
  margin: 0;
}
.brochure p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #333;
  text-transform: capitalize;
  margin: 0;
}
.brochure img {
  width: 7%;
}

/*********responsive starts ***/


  @media(max-width:1024px){
        .wrapper{float:none;min-width:100%;}
        .firstneuron_logo {
            font-size: 30px;
          }



          .cta1 {
            
            width: 100%;
          }
.footer_calltoaction {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
  }
.brochure img {
  width: 15%;
}

          .herosection {
            float: none;
            text-align: center;
            width: 80%;
            margin: 0 auto;
          }

.herosection h1 {
  font-family: "Jost", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #333D46;
  padding: 0.5em 0em;
  margin: 0em;
}

          .top_category_title {
            float: none;
            width: 85%;
            text-align: center;
            margin: 0 auto;
          }
          .howitworks_group_part1 {
            float: left;
            width: 70%;
            background: white;
            padding: 1em 2em 3em 2em;
            border-radius: 0.3rem;
            text-align: center;
            margin: 1em;
          }

          .logo img {
            width: 70%;
          }

          .courses1 {
            float: left;
            width: 80%;
            background: rgba(0, 173, 182, 0.1);
            border-radius: 0.3rem;
            margin: 0em 1em 1em 1em;
            padding: 1.5rem 1rem;
            flex-direction: row !important;
            align-items: center;
            transition: all 0.2s ease-in-out 0s;
          }
          .header_combined, .pagecenter {
            float: none;
            width: 100%;
            margin: 0 auto;
            max-width: 100%;
          }

          .herosection h2 {
            font-family: "Jost", sans-serif;
            font-size: 36px;
            font-weight: 600;
            color: #333D46;
            padding: 0.5em 0em;
            margin: 0em;
          }
.herosection h1 {
  font-family: "Jost", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #333D46;
  padding: 0.5em 0em;
  margin: 0em;
}
          .header {
            float: left;
            width: 100%;
            padding: 1em 0em;
           
          }

    }


    @media(max-width:767px){
        .wrapper{float:none;min-width:100%;}
        .firstneuron_logo {
            font-size: 30px;
          }



          .cta1 {
            
            width: 100%;
          }
.footer_calltoaction {
    display: block;
    position: fixed;
    bottom: 0;
    background: white;
  }
.brochure img {
  width: 25%;
}

          .herosection {
            float: none;
            text-align: center;
            width: 80%;
            margin: 0 auto;
          }

.herosection h1 {
  font-family: "Jost", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #333D46;
  padding: 0.5em 0em;
  margin: 0em;
}

          .top_category_title {
            float: none;
            width: 85%;
            text-align: center;
            margin: 0 auto;
          }
          .howitworks_group_part1 {
            float: left;
            width: 70%;
            background: white;
            padding: 1em 2em 3em 2em;
            border-radius: 0.3rem;
            text-align: center;
            margin: 1em;
          }

          .logo img {
            width: 70%;
          }

          .courses1 {
            float: left;
            width: 80%;
            background: rgba(0, 173, 182, 0.1);
            border-radius: 0.3rem;
            margin: 0em 1em 1em 1em;
            padding: 1.5rem 1rem;
            flex-direction: row !important;
            align-items: center;
            transition: all 0.2s ease-in-out 0s;
          }
          .header_combined, .pagecenter {
            float: none;
            width: 100%;
            margin: 0 auto;
            max-width: 100%;
          }

          .herosection h2 {
            font-family: "Jost", sans-serif;
            font-size: 36px;
            font-weight: 600;
            color: #333D46;
            padding: 0.5em 0em;
            margin: 0em;
          }
.herosection h1 {
  font-family: "Jost", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #333D46;
  padding: 0.5em 0em;
  margin: 0em;
}
          .header {
            float: left;
            width: 100%;
            padding: 1em 0em;
           
          }

    }