@media screen and (min-width:481px) {
.our-team
{
    background-image: url("../../assets/img/our-team-bg.png");
    height: 800px;
    background-position: right;
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: rgb(255,255,255);
    padding: 80px 0;
}

.our-team-heading h1{
    color: #0e3696;
    font-weight: 300;
    text-align: left;
    font-size: 60px;
    margin-bottom: 60px;
}

.our-team-heading h6 {
    text-align: left;
    color: #00aeef;
    font-weight: 300;
    margin-bottom: 30px;
}

#how-it-works {
    background-image: url("../../assets/img/how-it-works.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 650px;
}

#why-choose-us {
    background-color: #00aeef;
    margin-top: 200px;
    background-image: url("../../assets/img/why%20us%20bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 25%;
}

.nav-brand img {
    min-width: 80px;
    min-height: 80px;
}

.play-button-desktop {
	width: 100px;
	max-width: 100px;
	position: absolute;
	top: 100px;
	margin: 0 auto;
	display: block;
	left: 0;
	right: 160px;
}

.play-video-howitworks {
	width: 100px;
	max-width: 100px;
	position: absolute;
	top: 250px;
	margin: 0 auto;
	display: block;
	right: 60px;
}

#price-desktop .card {
    min-height:500px;
}

#price-desktop .card-text {
    min-height: 200px;
}

.logo-green-desktop {
    max-height:100px;
    margin:40px auto 20px auto;
    display: block;
}

#testimonials-desktop {
    min-height:600px;
    position: relative;
}

.carousel-indicators li {
    background-color:#00AEEF;
    height:2px;
}

.carousel-indicators {
    position: absolute;
    top:550px;
}
}

@media screen and (max-width:480px) {
.our-team
{
    background-image: none;
    padding-top:30px;
}

.dr-name
{
    color: #0e3696;
    font-weight: 300;
    margin-top: 20px;
    font-size:1.2em;
}

#carouselOurTeam {
    min-height:400px;
}

.carousel-indicators li {
    background-color: #000;
}

#carouselOurTeam .carousel-indicators
{

}

.our-team {
    background-image: url("../../assets/img/our-team-bg-mob.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    min-height:700px;

}
.our-team-heading {
    margin-bottom: 40px;
}
.our-team-heading h1 {
    font-size:30px;
    font-weight: 100;
    line-height: 1.2;
    color: #0e3696;
    text-align: left;
}
 
.our-team-heading h6 {
    text-align: left;
    color: #00aeef;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 35px;
}

#how-it-works row col{  
    width:100%;
}

#how-it-works h1{
    color: #0e3696;
    font-weight: 400;
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;">
}

#how-it-works-mob {
    min-height:900px;
    background: url("../../assets/img/how-it-works-bg-mob.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% ;
    background-color: #F2F2F2;
}

#carouselPrice {
    min-height:600px;
}

#why-choose-us-mob {
    min-height: 700px;
    background:url("../../assets/img/person.png") #00aeef no-repeat bottom center;
    background-size:60%;
    position: relative;
}
.logo-white-bg-mob {
    max-height:100px;
    margin:40px auto 20px auto;
    display: block;
}

.logo-green-mob {
    max-height:100px;
    margin:40px auto 20px auto;
    display: block;
    }

#carouselTestimonials-mob #carouselTestimonials{
    min-height: 800px;
    margin-top: 20px;
}

#try-free-mob {
    min-height: 600px;
    background-color: #f0f2f1;
}
#try-free-mob img {
    max-width: 100%;
}

.play-button {
    width: 50px;
    max-width:50px;
    position: absolute;
    top:580px;
    margin: 0 auto;
    display: block;
    left:0;
    right:0;
}
}

@media screen and (min-width:991px) and (max-width:1795px) {
    .low-contrast ul,
    .low-contrast p
    {
        background:rgba(255,255,255,.4);
    }
    .play-video-howitworks {
        top:140px;
        right:200px;
    }

}

@media screen and (min-width:600px) and (max-width:990px) {
    .low-contrast ul,
    .low-contrast p
    {
        background:rgba(255,255,255,.4);
    }
    .low-contrast h1 {
        margin-bottom:0px!important;
        margin-top:10px!important;
    }
}

