/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

label.error{
 color: red;
}

/*--------------------------------------------------------------
# header Section
--------------------------------------------------------------*/
#header {
  height: 127px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px;
  transition: all 0.5s;
  z-index: 997;
  background: white;
  border-bottom: 1px solid #44a1d8;
  box-shadow: 0px 0px 13px #6c6b6be6;
}

#header .container{
  margin-top: 0;	
}

#header #logo {
  float: left;
  text-align: center;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header #logo a img {
  height: 80px;
  width: 100px;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header.header-fixed {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  background: #fff;
  transition: all 0.5s;
}

#header-text{
  text-align: center;
}

#header-text-main h1{
  font-weight: bold;
  color: #44a1d8;
}
 
#header-text-bottom{
  color: #44a1d8;
}

#headerButtons{
 text-align: right;
}

#headerButton, #contactUsButton{
 float: inherit;
 display: inline-block;
 font-weight: bold;
}

#contactUsButton{
 margin: 0 !important;	
}

#headerButton{
 margin: 5px 0 !important;	
}

.support_group_button{
  color: white;
  /* background-color: #44a1d8;
  border: 1px solid #44a1d8; */
  background-color: #ff8c00;
  border: 1px solid red;
  border-radius: .3rem;
}

.support_ContactUsbutton{
  color: #44a1d8;
  background-color: #fff;
  border: 1px solid #44a1d8;
  border-radius: .3rem;
}

.support_group_button, .support_ContactUsbutton{
  outline: none;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  font-weight: bold;
} 

.support_group_button:hover {
  background-color: #ffaf4d; 
  box-shadow: 2px 5px 10px #b7b7b7;
}

.support_ContactUsbutton:focus{
  color: #44a1d8;
}

.support_ContactUsbutton:hover {
  background-color : #44a1d8;
  color : white;
}

#headerButton .support_group_button span, #contactUsButton .support_ContactUsbutton span {
 font-size: 16px; 
 font-weight: bold;
}

/*--------------------------------------------------------------
# header intro Section
--------------------------------------------------------------*/
#headerIntroSection {
  overflow: hidden;
  background: linear-gradient(rgba(26,23,23,.59), rgba(26,23,23,.59)), url(/shop/resources/img/shop/testimonial-background.jpg) fixed center center;
  background-size: cover;
  padding: 20px 0 0 0;
  margin-top: 127px;
}

#headerIntroSection img{
  max-height: 200px;
  max-width: 200px;
  margin-bottom:10px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* whyAPTS Section
--------------------------------*/
#whyAPTS{
  padding: 10px 0;
  overflow: hidden;
  background: #44a1d8;
  text-align: center;
}

#whyAPTS .section-header .section-title {
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0px;
  margin: 0;
}

/* howItWorks Section
--------------------------------*/
#howItWorks{
  padding: 10px 0;
  overflow: hidden;
  background: #44a1d8;
  text-align: center;
  color : white;
}

#howItWorks .section-header .section-title {
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0px;
  margin: 0;
}

/* platform Section
--------------------------------*/

#platform {
  background: #fff;
  padding: 80px 0 0 0;
  overflow: hidden;
  width: 100%;
  padding: 47px 0 0 0;
}

#platform .icon {
  color: #44b5ea;
}

#platform .features-img {
  text-align: center;
  padding-top: 20px;
}

#platform .features-img img {
  max-width: 100%;
}

#platform .box {
  margin-bottom: 15px;
  text-align: center;
}

#platform .icon {
  margin-bottom: 10px;
  margin-left: 15px;
}

#platform .icon i {
  color: #44a1d8;
  font-size: 30px;
  transition: 0.5s;
}

#platform .title {
  margin-bottom: 15px;
}

#platform .title a {
  color: #111;
}

#platform .description {
  line-height: 24px;
  margin-bottom: 10px;
}

#platform .description a {
  text-decoration: underline;
}

#platform .section-description {
  padding-bottom: 10px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  overflow: hidden;
  background: linear-gradient(rgba(68, 161, 216, 0.65), rgba(68, 161, 216, 0.2)), url(/shop/resources/img/shop/testimonial-background.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1dc8cd;
  border: 2px solid #1dc8cd;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 30px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1dc8cd;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #1dc8cd;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
  background: #1dc8cd;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #1dc8cd;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #1dc8cd;
  border: 1px solid #1dc8cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}


.container{
  margin-top: -25px;
}

.container h1, h2, h3, h4, h5, h6{
 margin: 0 0 5px 0;  
}

.nav-menu a {
  padding: 0 8px 10px 8px;
  color: #006fbe;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}

p {
  margin: 0;
}

/* review Section
--------------------------------*/
#review {
  padding: 10px 0;
  overflow: hidden;
  background: #44a1d8;
  text-align: center;
}

#review .section-header .section-title {
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#review .section-description{
  color: #ffcc00;
  font-size: 20px;
  padding-bottom: 0px;
  font-weight: bold;
}

/* learningPlatform Section
--------------------------------*/

#learningPlatform {
  padding: 10px 0;
  overflow: hidden;
  background: #44a1d8;
  text-align: center;
}

#learningPlatform .section-header .section-title {
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#learningPlatform .section-description{
  color: #ffcc00;
  font-size: 20px;
  padding-bottom: 0px;
  font-weight: bold;
}

#gradeLevels{
 border: 1px solid #b3b1b1;
 background: rgba(109, 105, 105, 0.69);
 border-radius: 5px;
 margin-bottom: 15px;
 margin-top: 80px;
 color: #fff;
}

#gradeLevels ul {
  list-style-type: none;
  text-align: center;
}

#gradeLevels li {
  list-style-position: inside;
  text-indent: -1.3em;
}

.section-header .section-divider {
  background: linear-gradient(45deg, rgba(29, 107, 224, 0.8), rgba(29, 107, 224, 0.8));
}

.back-to-top{
  background: linear-gradient(45deg, #44a1d8, #44a1d8);
}

.back-to-top:focus{
  background: linear-gradient(45deg, #44a1d8, #44a1d8);
}

.back-to-top:hover{
  background: #44a1d8;
}

.flex-direction-nav i{
  transition: all 0.3s ease-in-out;
}
 
 
.flex-nav-prev i {
    left: 40px;
    top: calc(50% - 25px);
}
  
.flex-nav-prev i {
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  width: 40px;
  padding:  4px 0px 0px 12px;
  position: absolute;
  /* top: 50%; */
  color: #000000;
  background-color: #c0c0c0;
  opacity: 0.7;
}

.flex-nav-next i {
  right: 40px;
  top: calc(50% - 25px);
}
  
.flex-nav-next i {
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  padding:  4px 12px 0px 0px;
  position: absolute;
  /* top: 50%; */
  width: 40px;
  color: #000000;
  background-color: #c0c0c0;
  opacity: 0.7;
}

#faq-section-header {
   background: #44a1d8;
   padding: 10px 0;
   text-align: center;
}

#faq-section-header .section-header .section-title {
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#faq1 ul {
  list-style-type: none;
}

#faq1 li {
  list-style-position: inside;
  text-indent: -1.3em;
  border-bottom: none !important;
}

#faq ul li a{
  color:#007bff;
}

.testimonial_inner{
  display: none;	
}

#call-to-action .testimonial-content{
	border-color: #ffffff;
	background: #d4d4d4;
}

#call-to-action .testimonial-content {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}

#call-to-action .testimonial-arrow-wrap {
    display: block;
    position: absolute;
    top: 55px;
    left: 43px;
    overflow: hidden;
    width: 10px;
    height: 10px;
}


.testimonial-arrow {
    height: 10px;
    width: 10px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    background: #d4d4d4;
    border-color: #ffffff;
    visibility: hidden\9;
}

#call-to-action .testimonial-meta {
    margin: 13px 0 0 20px;
    overflow: visible;
    font-size: 14px;
}

.bpopup{
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 25px 5px black;
  color: #111;
  display: none;
  min-width: 350px;
  min-height: 90px;
  padding: 20px !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_close{
  margin-top: -11px;
  margin-right: -11px;
  float:right;
  height: 40px;
  width: 40px;
}

.popup_close a{
  cursor: pointer;
}

.popup-close-button{
  color: white !important;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  height: 15px;
  background-color: #44a1d8;
  padding: 10px;
  width: 100px;
  text-align: center;
  margin-top: 20px;
}

.popupInfo_inner{
  /* width: 900px;  */
  clear: both; 
  border:2px solid #3a5d88; 
  border-radius: 8px; 
  background-color: #fff;
}

.bullet-checkmark
{
  color: #5dbff9;
  font-weight: bold;
}

.madmimi_popup_close {
  position: absolute;
  top: -2px;
  right: -2px;
  height: 40px;
  width: 40px;
  z-index: 30;
}

.table_row_1{
  background: #b7cbe4;	
}

.table_row_2{
  background: #ced6e7;
}

.table_row_3{
  background: #e8ecf3;
}


.icon-style{
  font-size : 50px;
  text-align:center;
  color:#FF6347;
}
  
p{
 text-align: justify;
}
  
.div1 {
  margin-top: 15px;
  padding-right: 25px;
}
  
.div2 {
  margin-top: 15px;
  padding-left: 25px;
}

#aboutDetailsSection{
  background-color: #eff5f5;
}

.aboutDetailsHeading{
  color: #000;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 5px 0;	
}

.aboutHeadingDiv{
  height: 68px;
}
.aboutHeadingDiv span{
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

#gradeLevels li{
  line-height: 2.0;
}

#subTotalDiv{
  text-align: left;
}

#promoCodeDiscountDiv{
  text-align: center;
}

#finalAmountDiv{
  font-size: 20px;
  text-align: right;
}

#PreviousButton{
  float: left;
}
  
#NextButton, #submitButton{
  float: right;
}
/* Media query start  */

@media screen and (min-width: 991px) and (max-width: 1200px){
  .aboutHeadingDiv {
    height: 95px;
  }
}

@media (max-width: 991px)
{
  #header {
    height: 157px;
  }
  
  #headerIntroSection{
    margin-top: 157px;
  }
  
  #header-text-main h1{
    font-size: 2.3rem;
  }
  
  #headerButton .support_group_button span, #contactUsButton .support_ContactUsbutton span {
    font-size: 13px;
  }
  
  /* .popupInfo_inner{
	width: 768px !important;
  } */
  
  #platform .features-img {
    padding-top: 156px;
  }
  
  #subTotalDiv{
   text-align: center;
  }

  #finalAmountDiv{
   text-align: center;
  }
}

@media (max-width: 880px) {   
 #logo h6{
   display: none;
 }
 
 #review .section-header .section-title, #howItWorks .section-header .section-title, #whyAPTS .section-header .section-title, 
 #learningPlatform .section-header .section-title, #faq-section-header .section-header .section-title{
   font-size: 30px;
 }
 
 .div1{
   padding-right: 15px;
   padding-left: 15px; 
 }
  
 .div2{
   padding-right: 15px;
   padding-left: 15px;
 } 
 
}

@media (max-width: 767px)
{
  #header {
    height: 97px;
  }
  
  #headerIntroSection{
    margin-top: 97px;
  }
  
  #header #logo a img {
   height: 60px;
   width: 60px;
  }
  
  #header-text-main h1{
    font-size: 30px;
  }
  
  #header-text-bottom{
   display: none;
  }
  
  #headerButtons{
   text-align: center;
  }
  
  #headerButton, #contactUsButton {
    width: max-content;
  }
  
  /* .popupInfo_inner{
	width: 410px !important;
  } */
  
  #faq-section .box {
    margin-bottom: 20px;
  }
  #faq-section .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #faq-section h4, #faq-section p {
    margin-left: 0;
    text-align: center;
  }
  
  #platform .features-img{
  	padding-top : 10px !important;
  }
  
  #PreviousButton, #NextButton, #submitButton{
    float: none;
    text-align: center;
  }
}

@media screen and (min-width: 700px) and (max-width: 767px){
  #contactUsButton{
    margin-right: -101px !important;
    float: right;
  }
  
  #headerButton{
   margin: 40px 0 !important;	
  }
}

@media screen and (min-width: 576px) and (max-width: 699px){
  #headerButton{
    width: auto;
  }
  
  #header {
    height: 133px;
  }
  
  #headerIntroSection{
    margin-top: 133px;
  }
}

@media (min-width: 576px)
{
  .modal-dialog {
    max-width: 900px !important;
 }
}

@media (max-width: 575px)
{
  #header {
    height: 161px;
  }
  
  #headerIntroSection{
    margin-top: 161px;
  }
  
  #header-text-main h1{
    font-size: 26px;
  }
}

@media (max-width: 530px) {  
  .madmimi_popup_close {
    top: -2px;
    right: -2px;
  }
}

@media (max-width: 430px) { 
  
  #platform .features-img {
    padding-top: 10px !important;
  }
  
  /* .popupInfo_inner{
	width: 300px !important;
  } */
  
  .madmimi_popup_close {
    top: -2px;
    right: -3px;
  }
}

@media (max-width: 360px)
{
  #header {
    height: 151px;
  }
  
  #headerIntroSection{
    margin-top: 151px;
  }
  
  #header-text-main h1{
    font-size: 22px;
  }
}

@media (max-width: 335px)
{
  #header {
    height: 183px;
  }
  
  #headerIntroSection{
    margin-top: 183px;
  }
}

@media (max-width: 320px)
{
  #header {
    height: 214px;
  }
  
  #headerIntroSection{
    margin-top: 214px;
  }
}
/* Media query ends  */

