@font-face {
    font-family: 'josefin_sanslight';
    src: url('../fonts/josefinsans-light-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-light-webfont.woff') format('woff'),
		 url('../fonts/josefinsans-light-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'josefin_sansregular';
    src: url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-regular-webfont.woff') format('woff'),
		 url('../fonts/josefinsans-regular-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'josefin_sansbold';
    src: url('../fonts/josefinsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-bold-webfont.woff') format('woff'),
		 url('../fonts/josefinsans-bold-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}
* {
    -webkit-overflow-scrolling: touch;
}
header, header .header-content {
	/*position: relative;
	width: 100%;
	text-align: center*/
}
body, html {
	height: 100%;
	width: 100%
}
body {
	font-family: 'josefin_sansregular' !important;
	webkit-tap-highlight-color: #222
}
a {
	transition: all .35s;
	color: #F05F40
}
a:focus, a:hover {
	color: #eb3812
}
section {
	padding: 40px 0;
	/*height:100%;*/
}
aside {
	padding: 50px 0
}
.no-padding {
	padding: 0
}
.navbar-default {
	background: #0D3FA0;
    background: -webkit-linear-gradient(#0D3FA0, #03A3EF);
    background: -o-linear-gradient(#0D3FA0, #03A3EF);
    background: -moz-linear-gradient(#0D3FA0, #03A3EF);
    background: linear-gradient(#0D3FA0, #03A3EF);
	/*background: url(../images/header_bg.jpg) repeat-x;*/
	padding:5px 0px 5px 0px;
	box-shadow: 0px 1px 15px #4C87CB;
}
img.nav-logo {
    height: 55px;
}
.btn-default, .portfolio-box .portfolio-box-caption {
	-webkit-transition: all .35s;
	-moz-transition: all .35s
}
.navbar-brand {
	padding:0;
	height:auto !important;
}
.navbar-default .navbar-header .navbar-brand {
	color: #F05F40;
	font-weight: 700;
	text-transform: uppercase
}
.navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover {
	color: #eb3812
}
.navbar-default .navbar-header .navbar-toggle {
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase
}
.navbar-default .nav>li {
	margin:0px 0px 0px 40px;
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	font-weight: 700;
	font-size: 23px;
	color: #EEF1F5;
	font-family: 'josefin_sansbold';
	padding:0;
}
.navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
	color: #FFFFFF /*F05F40*/
}
.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus {
	color: #FFFFFF!important; /*F05F40*/
	background-color: transparent
}
.navbar-default .nav>li.active>a:focus:hover, .navbar-default .nav>li.active>a:hover {
	background-color: transparent
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin:0;
}
.navbar-fixed-top {
	border:0;
}
.navbar-nav {
	margin:15px 0px 0px 0px;
}
.navbar-default.affix {
	padding:7px 0px 4px 0px;
	background-color: #0773cb;
}
.navbar-default.affix .navbar-brand img{
	height:50px;
	width: auto;
}
.navbar-default.affix .navbar-nav {
	margin:15px 0px 0px 0px;
}
.navbar-default.affix .navbar-nav li a {
	font-family: 'josefin_sansregular';
}
.header-book-free-btn {
    display: block;
    position: absolute;
    background: url(../images/book_btn.png) bottom left no-repeat;
    background-size: cover;
    width: 210px;
    height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'josefin_sansbold';
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 1s;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.5);
    margin: 8px auto 0px 7%;
}
.header-book-free-btn:hover, .header-book-free-btn:focus {
	text-decoration: none;
	color: #FFFFFF;
	transform: scale(1.05);
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.5);
}

/*@media (min-width:768px) {
.navbar-default {
	
}
.navbar-default .navbar-header .navbar-brand {
	color: rgba(255,255,255,.7)
}
.navbar-default .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover {
	color: #fff
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
	color: rgba(255,255,255,.7)
}
.navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
	color: #fff
}
.navbar-default.affix {
	background-color: #fff;
	border-color: rgba(34,34,34,.05)
}
.navbar-default.affix .navbar-header .navbar-brand {
	color: #F05F40;
	font-size: 14px
}
.navbar-default.affix .navbar-header .navbar-brand:focus, .navbar-default.affix .navbar-header .navbar-brand:hover {
	color: #eb3812
}
.navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus {
	color: #222
}
.navbar-default.affix .nav>li>a:focus:hover, .navbar-default.affix .nav>li>a:hover {
	color: #F05F40
}
}*/
header {
	/*min-height: auto;
	color: #fff;
	background:#fff;
	min-height: 100%;*/
}
header .header-content {
	padding: 100px 0px;
	/*position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px*/
}
.call-btn-fixed {
	display: none;
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 9999999;
    font-size: 22px;
    color: #ffffff;
    background-color: #eb3812;
    height: 45px;
    width: 45px;
    padding: 8px 14px;
    border-radius: 30px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.5);
    outline: none;
}
.call-btn-fixed:hover, .call-btn-fixed:focus, .call-btn-fixed:active {
	color: #FFFFFF;
}
.banner_section p {
	color:#3B60AF;
	font-size:25px;
	text-align:center;
}
i.fa.fa-bars {
    font-size: 30px;
    margin-top: 2px;
}
.grey {
	background:#F9F9F9;
}
.titles {
	margin:0;
	font-family: 'josefin_sansbold';
	font-size:130px;
	line-height:120px;
	text-transform: uppercase;
	/*color:#CED7EB;*/
	color:#b4c4e6;
}
#book {
	/*background:url(../images/section3_bg.png) no-repeat;*/
	background-size: cover;
	width:100%;
	position:relative;
}
.book_free_block {
	margin: 90px 0px;
}
.fitness_section {
    /*margin: 90px 0px;*/
}
.book_btn {
	/*margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.book_btn a {
    background: url(../images/book_btn.png) bottom left no-repeat;
    width: 400px;
    height: 84px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'josefin_sansbold';
    font-size: 38px;
    padding: 18px 0px 0px 0px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 1s;
    box-shadow: 1px 2px 10px rgba(11, 61, 158, 0.5);
}
.book_btn a:hover {
	box-shadow: 2px 3px 15px rgba(11, 61, 158, 0.7)
	color:#fff;
	text-decoration: none;
	/*font-family: 'josefin_sansregular';*/
	transform: scale(1.3);
	z-index: 9999999999;
}
.book_btn_fixed {
    position: fixed;
    left: -235px;
    top: 50%;
    z-index: 100;
    transition: all 1s;
}
.book_btn_fixed:hover, .book_btn_fixed:focus {
    left: 0px;
    transition: all 1s;
}
.book_btn_fixed:hover a, .book_btn_fixed:focus a {
	box-shadow: 0px 1px 15px #4C87CB;
}
.book_btn_fixed a {
    background: url(../images/book_btn.png) bottom left no-repeat;
    background-size: cover;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'josefin_sansbold';
    font-size: 25px;
    padding: 10px 60px 10px 10px;
    cursor: pointer;
    border-top-right-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.25;
}
.book_btn_fixed a span.circle-btn {
    background-color: #048DDE;
    color: #FFFFFF;
    height: 36px;
    width: 36px;
    text-align: center;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 2px 2px 0px 5px;
    position: absolute;
    right: 9px;
    top: 7px;
}
.book_btn_fixed a span.circle-btn i {
	position: absolute;
	top: 5px;
	-webkit-animation: leftTOright 1s infinite; /* Safari 4.0 - 8.0 */
    animation: leftTOright 1s infinite;
}
.book_btn_fixed:hover a span i, .book_btn_fixed:focus a span i {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    -webkit-animation: rightTOleft 1s infinite; /* Safari 4.0 - 8.0 */
    animation: rightTOleft 1s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes leftTOright {
    from {left: 13px;}
    to {left: 18px;}
}
@keyframes leftTOright {
    from {left: 13px;}
    to {left: 18px;}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes rightTOleft {
    from {left: 18px;}
    to {left: 13px;}
}
@keyframes rightTOleft {
    from {left: 18px;}
    to {left: 13px;}
}
#trainers {
	/*position:relative;
	height:100%;*/
}
.trainers_section {
	padding:0;
    margin: 130px 0px 55px;
}
.trainers_slider {
	margin:50px auto 0px auto;
	position:relative;
}
.trainers_slider .carousel-inner {
	width:92% !important;
	margin:0 auto;
	float:none !important;
}
.trainers_list {
	background:#fff;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	margin:70px auto 10px auto;
	width:92%;
	transition: all 1s;
}
.trainers_list:hover {
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.5);
}
.top_img {
    position: absolute;
    top: 20px;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89px;
    display: block;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	border-radius:50%;
}
.trainer_info {
	width:100%;
	height:219px;
	background:#d6d6d6;
	position:relative;
}
.train_bg {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.train_bg:after {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	background: rgba(0,0,0,0.5);
	width:100%;
	height:218px;
}
.train_cnt {
	position: absolute;
	top:30%;
	left:0;
	right:0;
	bottom:0;
	z-index:999;
	color:#fff;
	text-align:center;
}
.train_cnt h3 {
	font-size:36px;
	font-family: 'josefin_sansbold';
	margin-bottom:5px;
	line-height:30px;
}
.train_cnt h5 {
	font-size:22px;
	margin:10px 0px 20px 0px;
}
.train_cnt p {
	font-size:20px;
}
.carousel-control {
	background:#fff !important;
	box-shadow:2px 2px 20px #9FC7ED;
	width:40px !important;
	height:40px !important;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	top:50% !important;
}
.trainer_details {
	padding:15px;
}
.trainer_details p {
    color: #3B60AF;
    font-size: 20px;
    text-align: left;
	line-height:24px;
	min-height:76px;
}
.trainer_details a {
    background: url(../images/book_btn.png) bottom center no-repeat;
    background-size: cover;
	width:127px;
	height:42px;
	display: block;
	margin:30px auto 0px auto;
	text-align:center;
	font-size:15px;
	color:#fff;
	line-height:42px;
	text-transform: uppercase;
	cursor:pointer;
    border-radius: 5px;
    transition: all 1s;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.trainer_details a:hover, .trainer_details a:focus {
	color:#fff;
	outline:0;
	box-shadow:2px 2px 15px rgba(0,0,0,0.7);
	text-decoration: none;
}
#feature {
	height: auto !important;
}
.features_list {
    background: url(../images/features/features_bg.png) center center no-repeat;
    width: 100%;
    height: 165px;
    position: relative;
    margin: 15px 0px;
    border-radius: 20px;
    background-size: cover;
    box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    transition: all 1s;
}
.features_list:hover {
    box-shadow: 0px 1px 15px rgba(0,0,0,.7);
    transform: scale(1.05);
    z-index: 9999999999;
}
.features_list img {
	position:absolute;
	top:0;
	/*left:0;*/
	right:0;
	bottom:0;
    width: 80%;
    right: 0;
}
.features_list h3 {
	color:#fff;
	font-size:28px;
	font-family: 'josefin_sansbold';
	padding:15px;
	margin:0;
	position:relative;
	z-index:999;
}
#testimonial {
	/*height: auto !important;*/
}
.testi_slider {
	margin:60px auto;
}
.testi_slider .carousel-inner {
	margin:0 auto !important;
	width:90% !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	float:none  !important;
	transition: all 1s;
}
.testi_slider .carousel-inner:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.testi_slider .carousel-control {
	top:40% !important;
	background:#fff !important;
	color:#0B399B !important;
}
.testi_slider .item {
	padding:10px 0px;
}
.testi_slider .item p {
	color:#0B399B;
	font-size:20px;
	line-height:22px;
	margin:15px 0px 0px 0px;
}
blockquote {
	margin:0 !important;
}
.download_app {
    background: url(../images/app_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 40vh;
    position: relative;
    margin: -140px 0px 0px 0px;
}
.app_part {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.app_part h3 {
	font-family: 'josefin_sansbold';
	font-size:38px;
	color:#3B60AF;
}
.app_icon {
	float:left;
	width:50%;
	text-align:center;
	margin-top:15px;
    cursor: pointer;
}
footer {
	background:url(../images/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	width:100%;
	height:250px;
	position:relative;
	text-align:center;
	padding:15px 0px;
}
.footer_logo {
	margin:0px;
}
.footer_logo img {
	height: 90px;
}
.footer_menu {
	margin:0;
}
.footer_menu ul {
	margin:0 auto;
	padding:0;
	list-style: none;
	width: auto;
	display: table;
}
.footer_menu ul li {
	float:left;
	margin:0px 10px;
	font-family: 'josefin_sansbold';
	font-size:22px;
}
.footer_menu ul li a {
	color:#fff;
}
.footer_text {
	color:#fff;
	font-family: 'josefin_sansbold';
	font-size:17px;
	margin:20px 0px 0px 0px;
}
.scroll-to-top {
    display: none;
    background: #eb3812;
    width: 36px;
    height: 36px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 28px;
    bottom: 80px;
    z-index: 999;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
    outline: none;
}

.scroll-to-top:hover {
	color: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0,0,0,0.6);
    outline: none;
}
modal-content {
	padding:50px !important;
}
.booking_form {
	margin:0;
	text-align:center;
}
.booking_form h3 {
	margin:0;
	color:#3b60af;
}
.booking_form input {
	margin:10px 0px;
}
.submit_btn {
	background:url(../images/book_btn.png) no-repeat;
	background-size: cover;
	border-radius: 5px;
	font-family: 'josefin_sansbold';
	width:127px;
	height:42px;
	margin:20px auto 0px auto !important;
	text-align:center;
	font-size:15px;
	color:#fff;
	line-height:42px;
	text-transform: uppercase;
	border:0;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.5);
	transition: all 1s;
	outline: 0;
}
.submit_btn:hover {
	box-shadow: 1px 2px 15px rgba(0,0,0,0.8);
	/*transform: scale(1.05);*/
}
.close_btn {
	background:#3b60af;
	width:40px;
	height:40px;
	border:0;
	border-radius:50%;
	color:#fff;
	line-height:40px;
	text-align:center;
	position:absolute;
	top:-15px;
	right:-15px;
}

.modal-dialog {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.modal-dialog .modal-content {
	padding:50px;
}
.owl-prev {
	background:#fff url(../images/arrow_left.png) no-repeat center center !important;
	box-shadow:2px 2px 20px #9FC7ED;
	width:40px;
	height:40px ;
	border-radius:50%;
	text-align:center;
	line-height:30px;
}
.owl-next {
	background:#fff url(../images/arrow_right.png) no-repeat center center !important;
	box-shadow:2px 2px 20px #9FC7ED;
	width:40px;
	height:40px;
	border-radius:50%;
	text-align:center;
	line-height:30px;
}
.profile-popup .modal-dialog {
	width:70%;
	margin:0 auto;
}
.profile-popup .modal-dialog .modal-content {
	padding:20px 50px;
	border-radius:0;
}
.pro_img {
	margin:0px;
	border:8px solid #d6d6d6;
}
.pro_text {
	margin:0;
	text-align:left;
}
.pro_text h3 {
	margin:0;
	color:#0e70b7;
	font-size:40px;
	font-family: 'josefin_sansbold';
	text-transform: uppercase;
}
.pro_text h4 {
	font-size:20px;
}
.pro_text p {
	font-size:16px;
}
.trainer_cnt {
	border-top:1px solid #d6d6d6;
	padding-top:20px;
}
.pro_info {
	margin-top:0px;
	font-size:16px;
}
.pro_info h3 {
	color:#0e70b7;
	margin:0px 0px 5px 0px;
	font-size:24px;
	font-family: 'josefin_sansbold';
}
.pro_info p {
	font-size:20px;
}
.pro_info ul {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
}
ul.part_2 {
	float: left;
	width: 50%;
	font-size:20px;
}
.trai_qual ul {
	font-size:20px;
}
.trai_exp {
	margin-top:15px;
	text-align:right;
}
.trai_exp span {
	font-size:20px;
	font-family: 'josefin_sanslight';
}
.banner-img {
	left: 0px;
	position: relative;
	transition: transform 2s;
    -webkit-animation: widthIncrese 2s ease-in-out; /* Safari 4.0 - 8.0 */
    animation: widthIncrese 2s ease-in-out;
}
.banner-img:hover {
	transition: transform 3s;
	transform: scale(1.3);
	z-index: 9999999999;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes widthIncrese {
    from {width: 95%;}
    to {width: 100%;}
}
@keyframes widthIncrese {
    from {width: 95%;}
    to {width: 100%;}
}
.banner-img { width: 100%; }
/*.depicts-card {
    width: 21%;
    overflow: hidden;
    margin: 2%;
    background-color: #ffffff;
    padding: 2%;
    font-size: 15px;
    display: block;
    float: left;
    vertical-align: middle;
    text-align: center;
    min-height: 100px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    transition: all 1s;
}
.depicts-card img {
	display: inline-block;
	margin-bottom: 10px;
    height: 35px;
}
.depicts-card span {
	display: block;
	line-height: 1;
}
.depicts-card:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    transform: scale(1.1);
    z-index: 9999999999;
}*/
.how-mar-t {
	margin-top: 70px;
}
.levels, .level {
	width: 100%;
	padding: 0px;
}
.levels {
	display: flex;
}
.levels>.level>.level-line {
    width: 60%;
    height: 100%;
    border-bottom: 3px solid #e0e0e0;
    margin-top: -75px;
    z-index: 0;
    text-align: center;
    left: 50%;
    position: relative;
}
.level {
    display: grid;
    text-align: center;
    text-align: -webkit-center;
    transition: all 1s;
}
.level>.icon>img {
	width: auto;
    height: auto;
    text-align: center;
}
.level>.icon {
	text-align: center;
	background-color: #FFFFFF;
	width: 56px;
	min-width: 56px;
	max-width: 56px;
	height: 56px;
	min-height: 56px;
	max-height: 56px;
	padding: 13px;
	border-radius: 28px;
    transition: all 1s;
    overflow: hidden;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
}
.level>.text {
    margin-top: 10px;
    width: 70%;
    height: 40px;
    font-size: 18px;
    line-height: 1.1;
    display: block;
}
.level>.icon:hover {
	transform: scale(1.3);
	box-shadow: 2px 4px 10px rgba(0,0,0,0.7);
}
.trainers_list div img {
    transition: all 1s;
}
.trainers_list div img:hover {
    transform: scale(1.3);
    z-index: 9999999999;
}
.fw-b {
	color: #b4c4e6;
	font-weight: bold;
}
.footer_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.item img { transition: transform 1s; }
.item img:hover { transform: scale(1.05);z-index: 9999999999; }
.carousel-control { opacity: 0.9; }
.modal {
    z-index: 9999999999;
}
/*section#page3 {
    background-image: url(../images/header_bg.jpg) repeat-x;
    background-size: contain;
}*/
.dots {
    background: url(../images/dots.png) repeat #FDFDFD;
}
/* Offer Card */
.offer-card {
    width: 22%;
    display: inline-block;
    background-color: #FFFFFF;
    padding: 10px;
    margin: 1%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    transition: all 1s;
}
.offer-card:hover {
	transform: scale(1.2);
	z-index: 99999999999;
}
.offer-card>.day-count {
    margin: 0px;
    font-size: 35px;
    font-family: josefin_sansbold;
    line-height: 0.8;
}
.offer-card>.day-text {
    margin: 0px;
    font-size: 15px;
    line-height: 0.9;
}
.offer-card>.rupees {
    font-family: josefin_sansbold;
    margin: 6px 0px;
}
.offer-card>.apply-btn {
	background: #204097;
	background-size: cover;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'josefin_sansbold';
    font-size: 16px;
    padding: 4px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 1s;
}
.offer-card.bor-t-5 {
	border-top-width: 5px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.offer-card.bor-t-5.red {
	border-color: #F44336;
	background-color: #FFEBEE;
    box-shadow: 1px 3px 13px rgba(244, 67, 54, .5);
}
.offer-card.bor-t-5.orange {
	border-color: #FF9800;
	background-color: #FFF3E0;
    box-shadow: 1px 3px 13px rgba(255, 152, 0, .5);
}
.offer-card.bor-t-5.blue {
	border-color: #2196F3;
	background-color: #E3F2FD;
    box-shadow: 1px 3px 13px rgba(33, 150, 243, .5);
}
.offer-card.bor-t-5.green {
	border-color: #4CAF50;
	background-color: #E8F5E9;
    box-shadow: 1px 3px 13px rgba(76, 175, 80, .7);
}
.offer-card.red>.apply-btn {
	background-color: #F44336;
	box-shadow: 1px 2px 5px rgba(244, 67, 54, .5);
}
.offer-card.orange>.apply-btn {
	background-color: #FF9800;
	box-shadow: 1px 2px 5px rgba(255, 152, 0, .5);
}
.offer-card.blue>.apply-btn {
	background-color: #2196F3;
	box-shadow: 1px 2px 5px rgba(33, 150, 243, .5);
}
.offer-card.green>.apply-btn {
	background-color: #4CAF50;
	box-shadow: 1px 2px 5px rgba(76, 175, 80, .5);
}
.offer-card>.rupees>small {
	font-weight: 100 !important;
}
.offer-card.red>.rupees, .offer-card.red>.rupees>small {
	color: #F44336;
}
.offer-card.orange>.rupees, .offer-card.orange>.rupees>small{
	color: #FF9800;
}
.offer-card.blue>.rupees, .offer-card.blue>.rupees>small {
	color: #2196F3;
}
.offer-card.green>.rupees, .offer-card.green>.rupees>small {
	color: #4CAF50;
}
/*.offer-card:hover {
	transform: scale(1.5);
	z-index: 999999;
}*/
.offer-card.bor-t-5.red:hover {
    box-shadow: 1px 3px 20px rgba(244, 67, 54, .7);
}
.offer-card.bor-t-5.orange:hover {
    box-shadow: 1px 3px 20px rgba(255, 152, 0, .7);
}
.offer-card.bor-t-5.blue:hover {
    box-shadow: 1px 3px 20px rgba(33, 150, 243, .7);
}
.offer-card.bor-t-5.green:hover {
    box-shadow: 1px 3px 20px rgba(76, 175, 80, .9);
}
.offer-card>.apply-btn:hover {
	text-decoration: none;
}
.offer-card.red>.apply-btn:hover {
	background-color: #F44336;
	box-shadow: 1px 3px 10px rgba(244, 67, 54, .7);
}
.offer-card.orange>.apply-btn:hover {
	background-color: #FF9800;
	box-shadow: 1px 3px 10px rgba(255, 152, 0, .7);
}
.offer-card.blue>.apply-btn:hover {
	background-color: #2196F3;
	box-shadow: 1px 3px 10px rgba(33, 150, 243, .7);
}
.offer-card.green>.apply-btn:hover {
	background-color: #4CAF50;
	box-shadow: 1px 3px 10px rgba(76, 175, 80, .9);
}

.next-icon { cursor: pointer; }
h1.dialog-titles {
    color: #3b60af;
    font-family: 'josefin_sansbold';
    text-transform: uppercase;
}
#company_name {
	display: none;
}

.app_icon {
	-webkit-filter: drop-shadow(1px 2px 3px #999999);
	filter: drop-shadow(1px 2px 3px #999999);
}
.btn-disable{
    cursor: no-drop;
    opacity: 1;
    background-color: #ffffff;
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}
.coming-soon {
    position: absolute;
    font-family: 'josefin_sansbold';
    font-size: 22px;
    font-weight: bold;
    margin-left: 6%;
    margin-top: 2%;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgb(0,0,0);
    z-index: 999;
}
@media (max-width: 768px) {
	.coming-soon {
	    margin-left: 6.2%;
		margin-top: 3%;
	}
}
@media (max-width: 767px) {
	.app_icon {
	    width: 48%;
	    margin-left: 2%;
	}
	.coming-soon {
	    margin-left: 7.2%;
	    margin-top: 3%;
	}
}
@media (max-width: 530px) {
	.coming-soon {
	    margin-left: 9%;
	    margin-top: 3%;
	}
}
@media (max-width: 425px) {
	.coming-soon {
	    margin-left: 11%;
		margin-top: 4%;
	}
}