/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2019 | 02:33:55 */
.narrow {
    max-width: 90%;
}

.hero-banner {
	background-image: url(https://www.australianallergycentre.com.au/allergy-entpractical/wp-content/uploads/2019/08/Top-Banner_Web.jpg);
  	background-repeat: no-repeat;
}

.steps-container .btn-wrap a {
  	width: 100%;
  	padding-left: 15px!important;
  	padding-right: 15px!important;
}

#hero-title img {
	padding-left: 0;
}

#why-this-course-section .text-content {
	padding-left: 0;
	padding-right: 0;
}

#why-this-course-section .container h3 {
	line-height: 1.2em;
}

#why-this-course-section .download-content p {
    line-height: 1.2em;
    margin-bottom: 10px;
}

#what-youll-learn-section .text-caption {
	padding-top: 0;
}

#meet-your-guides-section .img-wrap {
    display: flex;
    flex-wrap: wrap;
}

#meet-your-guides-section .img-wrap img {
    margin-left: auto;
    margin-right: auto;
}

/* Testimonials */
.testimonials-holder h3 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}

.testimonials-holder .col-lg-3 {
	border: 1px solid #fff;
	vertical-align: middle;
	display: table;
	padding: 25px 20px;
	background: #fff;
	margin-left: .5%;
	width: 24%;
	margin-right: .5%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
    display: flex;
  	flex-basis: 24%;
  	flex-wrap: wrap;
}

.testimonials-holder .doctors-testimony {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.testimonials-holder .testimonials {
	margin: 0;
	font-size: 25px;
	text-transform: initial;
	text-align: center;
	padding-top: 10px;
	font-weight: 900;
    margin: auto auto 0 auto;
}

#what-youll-learn-section .skills-list p {
    margin-bottom: 10px;
}

#what-youll-learn-section .skills-list ul li {
	font-size: 20px;
	margin-left: 30px;
	line-height: 1.5;
}

#what-youll-learn-section .skills-list ul {
	margin: 0;
}

/* Tooltip */
#whats-included-section .question-mark-icon {
  height: 30px;
}

body .ui-tooltip {
 padding: 0 !important; 
 opacity: .9;
 box-shadow: unset !important;
 border: none !important;
}

.ui-tooltip .ui-tooltip-content {
  min-width: 250px;
  line-height: 1.5;
  background: #dadf3e;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

/* Sponsors List */

#sponsors-section .sponsors-list .sponsors-logo {
    flex: 1;
}

/* Form */
.payment-method .wpcf7-select {
  width: 100%;
  border: unset;
  background: #dadf3e;
  height: 30px;
}

/*Stripe*/
.cf7pp_stripe form {
	padding: 30px;
}

.cf7pp_stripe .cf7pp_body {
  width: 100%;
  text-align: center;
}

.cf7pp_stripe #stripe-submit {
  background: #dadf3e;
}

.cf7pp_stripe .cf7pp_details_input {
  	max-width: 310px;
    min-width: unset;
    width: 300px;
    text-align: left;
}

@media screen and (min-width: 992px) {
  #meet-your-guides-section .img-wrap img {
    width: 100%;
    object-fit: cover;
    height: 427px;
  }
}

@media screen and (max-width: 991px) {
	header nav ul li.menu-item {
        width: 100%;
    }
    
  .testimonials-holder .col-lg-3 {
    display: flex;
    flex: 1;
    max-width: 49%;
    flex-basis: 49%;
    margin-bottom: 10px;
    margin-left: .5%;
    width: 49%;
    margin-right: .5%;
  }
}

@media screen and (min-width: 768px) {
  #hero-title .container {
    max-width: 1310px;
  }
}


@media (max-width: 480px) {
  #sponsors-section .sponsors-list .sponsors-logo {
    flex: unset;
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    height: 150px;
  }
  
  #sponsors-section .sponsors-list .sponsors-logo img {
    width: 100%;
    object-fit: cover;
	height: 100%;
  }
  
  #sponsors-section .sponsors-list .sponsors-logo:last-child {
	width: 100%;
  }
  
  #sponsors-section .sponsors-list .sponsors-logo:last-child img {
    width: 50%;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .hero-banner {
    padding-bottom: 36% !important;
  }
  
  body p,
  #what-youll-learn-section .skills-list ul li {
    font-size: 16px; 
    line-height: 1.2em;
  }
  
  .testimonials-holder .col-lg-3 {
	max-width: 100%;
	flex-basis: 100%;
	width: 100%;
  }
}

@media (max-width: 375px) {
    #sponsors-section .sponsors-list .sponsors-logo {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    height: auto;
  }
  
  #sponsors-section .sponsors-list .sponsors-logo img {
    width: unset;
    object-fit: unset;
	height: unset;
  }
  
  #sponsors-section .sponsors-list .sponsors-logo:last-child {
	width: unset;
  }
  
  #sponsors-section .sponsors-list .sponsors-logo:last-child img {
    width: unset;
  }
}