/*1. @media screen and (min-width:0\0)
- IE

2. @media screen and (-webkit-min-device-pixel-ratio:0)
- Chrome/Safari

3. @media screen and (min-width: 1780px) and (max-width: 1980px)
- Larger Screens

4. @media screen and (min-width: 1500px) and (max-width: 1600px)
- Larger Screens

5. @media screen and (max-width : 1280px)
- Macbook and other devices

6. @media screen and (max-width : 1024px)
- iPad devices Landscape

7. @media screen and (max-width : 991px)
- Tabs and Tablets Landscape

8. @media screen and (max-width : 800px)
- iPad Potrait and other devices

9. @media screen and (max-width : 767px)
- iPhone 6Plus/Nexus 6 Landscape

10. @media screen and (max-width : 680px)
- iPhone 6 Landscape

11. @media screen and (max-width : 580px)
- iPhone 5 Landscape

12. @media screen and (max-width : 480px)
- iPhone 4 Landscape and iPhone 6/6Plus Potrait

13. @media screen and (max-width : 420px)
- iPhone 6/6Plus Potrait/Nexus 5/Samsung Galaxy Potrait

*/

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1180px) {}


@media screen and (max-width: 1024px) {}

@media screen and (min-width: 992px) {}

@media screen and (max-width: 991px) {


	.playstore-btns {
	margin: auto;
	display: block;
	text-align: center;
	}
	.playstore-btns li {
	margin: 10px 0px;
	}
	
	.header-section {
	    padding: 4px 0 8px;
	}

	.header-section .navbar-brand {
	    order: 2;
	    margin-right: auto;
	}

	.header-section .navbar-brand img {
	    max-width: 90px;
	}

	.share__menu {
	    order: 3;
	    margin: 0 !important;
	}

	.header-section .navbar-toggler {
        padding: 5px 8px;
	    font-size: 1.25rem;
	    line-height: 1;
	    background-color: #ffffff;
	    border: 1px solid #ffffff;
	    border-radius: 0;
        margin: 0;
    	order: 1;
    }

    .header-section .navbar-toggler-icon {
        background-image: none;
	    background-color: #000000;
	    display: block;
	    height: 2px;
	    width: 18px;
	    margin: 6px 0;
	    position: relative;
    }

    .header-section .navbar-toggler-icon:before,
    .header-section .navbar-toggler-icon:after {
        content: '';
        background-color: #000000;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .header-section .navbar-toggler-icon:before {
        top: -6px;
    }

    .header-section .navbar-toggler-icon:after {
        bottom: -6px;
    }

    .header-section .navbar-collapse {
        background-color: #ffffff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 12px 0;
        position: absolute;
        width: 100%;
        top: 45px;
    }

	.header-section .navbar-collapse .navbar-nav {
		margin: 0px !important;
	}

    .header-section .navbar-expand-lg .navbar-nav .nav-item {
	    padding: 10px 6px;
	    margin: 0;
	}

	.share__link {
	    margin: 0 4px 0 0 !important;
	    padding: 0;
	}

	.home-hero-section {
	    padding: 20px 0;
	}

	.download-section .container {
	    display: block !important;
	}

	.download-content {
		padding: 0px;
	}

	.fitness-icon-slider {
		margin: 0 auto;
	    padding: 20px;
	}
}

@media screen and (max-width: 800px) {}

@media screen and (max-width: 767px) {

    .language-dropdown.dropdown {
        text-align: center;
    	padding: 10px;
    }

    .language-dropdown .dropdown-menu {
	    left: 0;
	    right: 0;
	    min-width: 90%;
	    width: 90%;
	}

    .global-footer--link {
        text-align: center;
        padding: 0px;
    }

    .global-footer--link li a {
        font-size: 13px;
        padding: 0 6px;
    }

    .global-footer--link li a img {
	    margin-right: 7px;
	    margin-top: -6px;
	}

	.fitness-icon-list {
		width: 100%;
		text-align: center;
		padding: 20px 0 0;
	}

	.fitness-icon-list span {
	    max-width: 90px;
	    padding: 0 10px;
	}

	.download-section {
	    min-height: inherit;
	    padding: 40px 0;
	}

	.inner-banner-section {
	    background-position: center left;
	}
}

@media screen and (max-width: 680px) {
	.inner-banner-section {
	    min-height: 270px;
	}
}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}
