@import url('https://fonts.googleapis.com/css?family=Oswald');
* {
    font-family: 'Oswald', sans-serif;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.nav-link {
    font-size: 18px;
    background: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.7);
    text-align: center;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,1);
}
.bg-dark {
    background-color: #fff!important;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 2.6rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
}
#logo {
	width: 200px;
}

/*****Section-1**********/
.section1-p {
    background-color: rgba(25,25,25,0.6);
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
}
#phone-icon {
    width: 40px;
}
/******Section-2****************/
#section2 {
    padding: 50px 0;
    background: url(../images/white-bg.png) no-repeat center;
    background-size: cover;
}
.slides-row {
    margin-left: 0;
    margin-right: 0;
}
.number {
    font-size: 85px;
    color: rgba(25,25,25,0.5);
}
.section2-p {
    color: rgba(25,25,25,0.5);
    letter-spacing: 0.6px;
    word-spacing: 1.3px;
}
.slide1 {
    padding: 20px 10px;
    box-shadow: 0 5px 0 rgba(25,25,25,0.1);
    border-bottom-left-radius: 20px;
}
.slider1-img {
    width: 90px;
}
.slide2 {
    margin-top: 20px;
    padding: 20px 10px;
    box-shadow: 5px 5px 0 rgba(25,25,25,0.1);
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.slide3 {
    margin-top: 20px;
    padding: 20px 10px;
}
.section-span1 {
    color: rgba(25,25,25,0.7);
}
.section-span2 {
    font-size: 22px;
    
}

/*********Section-3***************/
#section3 {
    padding: 60px 0;
    background: url(../images/hyph-bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.section3-p {
    font-size: 23px;
    color: rgba(25,25,25,0.7);
}
.section3-span {
    font-weight: lighter;
}
.section3-icons {
    width: 50px;
}
.section3-icon-p {
    font-size: 12px;
    color: rgba(25,25,25,0.7);
}
/**********section-4***********/
#section4 {
    background: url(../images/yellow-background.png) no-repeat center;
    padding: 60px 0;
}
.section3-logos {
    width: 100px;
    display: block;
    margin: auto;
}
/************section-5**********/
#section5 {
    padding: 120px 0;
}
.heal-icon {
    width: 100px;
}
.sale-icon {
    width: 85px;
}
.small {
    font-size: 14px;
}
.bolder {
    font-size: 18px;
    font-weight: bolder;
}
/**********footer****************/
footer {
    background: url(../images/bg-1.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}
.footer-top-p {
    color: rgba(25,25,25,0.9);
    font-size: 30px;
    letter-spacing: 0px;
}
.yellow-circle {
    border: 4px solid orange;
    border-radius: 50%;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
	cursor: pointer;
}
.yellow-circle-text {
    color: rgba(25,25,25,0.7);
    font-size: 14px;
    margin-left: 10px;
    letter-spacing: -1px;
}
.middle-text {
    font-size: 14px;
    letter-spacing: -1px;
    color: rgba(25,25,25,0.7);
    padding-top: 10px;
}
.middle2-text {
    font-size: 15px;
    color: rgba(25,25,25,1);
    line-height: 24px;
}
.indsend {
    background: #d8e9d3;
    color: rgba(25,25,25,1);
    border: none;
    border-radius: 20px;
    display: block;
    width: 100%;
    padding: 3px 0;
    cursor: pointer;
    box-shadow: 1px 1px 4px gray;
}
.mansi {
    font-size: 14px;
    letter-spacing: 0px;
    color: rgba(25,25,25,0.7);
}
.pansi {
    margin: 10px 0;
    color: rgba(25,25,25,1);
    font-size: 18px;
}
.last-footer-left, .last-footer-right {
    font-size: 14px;
    color: rgba(25,25,25,0.7);
}
.email {
    font-size: 10px;
    margin-top: 0px;
    color: #0196a6;
    background: #D8E9D3;
    border: none;
    outline: 0;
    padding: 0 0 0 10px;
    border-radius: 8px;
    width: 125px;
}
.email::placeholder {
    color: #0196a6;
}
.gole-section {
    width: 100%;
    height: 100vh;
    position: relative;
}
.gole-top-50 {
    position: absolute;
    top: 50%;
}

/*****Media Queries*************/
@media (max-width: 1024px) and (min-width: 768px) {
	.email {
        font-size: 8px;
        display: block;
        margin: auto;
        color: #0196a6;
        width: 200px;
    }
    .yellow-circle-text {
        font-size: 10px;
    }
    .middle2-text {
        font-size: 12px;
        line-height: 14px;
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
	.email {
        font-size: 10px;
        display: block;
        margin: auto;
        color: #0196a6;
        margin-bottom: 20px;
        width: 200px;
	}
}
@media (max-width: 640px) {
	#logo {
		width: 180px;
		margin-left: -102%;
	}	
}
@media (max-width: 560px) {
	#logo {
		width: 180px;
		margin-left: -70%;
    }
    #phone {
        margin-top: -120px;
    }
}
@media (max-width: 450px) {
	#logo {
		width: 180px;
		margin-left: -30%;
	}
	.navbar-toggler {
		padding: .25rem .75rem;
		font-size: 2.0rem;
		line-height: 1;
		background-color: transparent;
		border: none;
		border-radius: .25rem;
	}	
}
@media (max-width: 370px) {
	#logo {
		width: 180px;
		margin-left: -20%;
	}	
}
@media (max-width: 320px) {
	#logo {
		width: 150px;
		margin-left: -20%;
	}
}
@media (min-width:640px) and (max-width: 768px) {
	.padding-section3-sm {
		padding: 0 180px;
	}
	#logo {
		width: 200px;
		margin-left: -105%;
	}
}
@media (max-width: 768px) {
    .section1-p {
        font-size: 16px;
    }
    #phone-icon {
        width: 30px;
        display: block;
        margin: 0;
        margin: auto;
        margin-top: -70px
    }
    .slide3 {
        margin-top: 20px;
        padding: 20px 10px;
        box-shadow: 0 5px 0 rgba(25,25,25,0.1), -5px 0 0 rgba(25,25,25,0.1);
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }
    .text-center-sm {
        text-align: center;
    }
    .logo-footer {
        display: block;
        margin: auto;
    }
	.yellow-circle-text {
		margin-top: 10px;
	}
	.yellow-circle-text {
		font-size: 20px;
		text-align: center;
	}
	.middle-text {
		margin-top: 40px;
		font-size: 20px;
		text-align: center;
	}
	.middle2-text, .email {
		font-size: 21px;
		text-align: center;
	}
	.indsend {
		margin: auto;
		display: block;
		width: 200px;;
	}
	.margin-sm {
		margin-bottom: 20px;
    }
    .sm-logo-px {
        margin-top: 25px;
    }
    .clear-view-logo {
        margin-top: 37px;
    }
    .jubile-logo {
        margin-top: 18px;
    }
    #section1 {
        background: url(../images/bg-1.png) no-repeat center;
        background-size: cover;
        position: relative;
        height: calc(100vh);
    }
    .top-50-sm {
        position: absolute;
        top: 50%;
    }
    #section3 {
        padding: 40px 0;
        background: url(../images/hyph-bg.png) no-repeat center;
        background-size: cover;
        background-attachment: scroll;
    }
    #section4 {
        background: url(../images/yellow-background.png) no-repeat center;
        padding: 40px 0;
    }
    #section5 {
        padding: 40px 0;
    }
}
@media (min-width: 768px) {
    .navbar {
        padding: 50px 8rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .section1-p {
        text-align: right;
    }
    #phone-icon {
        margin-top: -120px;
        margin-right: 10px;
    }
    .text-right-md {
        text-align: right;
    }
    .padding-section3-md {
        padding: 0 78px;
    }
    .footer-top-p {
        padding: 0 75px;
    }
    .text-right-md {
        text-align: right;
    }
    #section1 {
        margin-top: 100px;
        padding: 265px 0;
        background: url(../images/bg-1.png) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }
    #section2 {
        padding: 100px 0;
        background: url(../images/white-bg.png) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }
}
@media (max-width: 370px) {
    #section1 {
        margin-top: 50px;
    }
    #logo {
        width: 140px;
        margin-left: 2%;
    }
    #phone-icon {
        margin-top: -60px;
    }
	.section1-p {
        font-size: 12px;
    }	
}