@charset "utf-8";
/* CSS Document */

@import url('/font/stylesheet.css');
@import url('http://fonts.googleapis.com/css?family=PT+Sans');

body
{
	margin:0;
	padding:0;
	font-family:'robotoregular';
	line-height:22px;
	font-size:13px;
}


section
{
	position:relative;
}
.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

.no-mar-pad {
  margin: 0 !important;
  padding: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left, footer #lower ul {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-top, #tool h1 {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.hcentre {
  margin: 0 auto;
}

.no-border {
  border: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-radius {
  border-radius: 0px !important;
}

.margin-top-90{
	margin-top:90px;
	}
@media (min-width: 771px) {
  .logo {
    min-height: 1px !important;
  }
}
@media (min-width: 1200px) {
  .lg-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lg-no-padding {
    padding: 0 !important;
  }

  .lg-no-padding-right {
    padding-right: 0;
  }

  .lg-no-padding-left {
    padding-left: 0 !important;
  }

  .lg-no-padding-top {
    padding-top: 0;
  }

  .lg-no-padding-bottom {
    padding-bottom: 0;
  }

  .lg-no-margin {
    margin: 0 !important;
  }

  .lg-no-margin-right {
    margin-right: 0 !important;
  }

  .lg-no-margin-left {
    margin-left: 0 !important;
  }

  .lg-no-margin-top {
    margin-top: 0 !important;
  }

  .lg-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .lg-position-absolute {
    position: absolute;
  }

  .lg-position-relative {
    position: relative;
  }

  .lg-hcentre {
    margin: 0 auto;
  }

  .lg-no-border {
    border: none !important;
  }

  .lg-no-border-top {
    border-top: none !important;
  }

  .lg-no-border-right {
    border-right: none !important;
  }

  .lg-no-border-bottom {
    border-bottom: none !important;
  }

  .lg-no-border-left {
    border-left: none !important;
  }

  .lg-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .md-no-padding {
    padding: 0 !important;
  }

  .md-no-padding-right {
    padding-right: 0;
  }

  .md-no-padding-left {
    padding-left: 0 !important;
  }

  .md-no-padding-top {
    padding-top: 0;
  }

  .md-no-padding-bottom {
    padding-bottom: 0;
  }

  .md-no-margin {
    margin: 0 !important;
  }

  .md-no-margin-right {
    margin-right: 0 !important;
  }

  .md-no-margin-left {
    margin-left: 0 !important;
  }

  .md-no-margin-top {
    margin-top: 0 !important;
  }

  .md-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .md-position-absolute {
    position: absolute;
  }

  .md-position-relative {
    position: relative;
  }

  .md-hcentre {
    margin: 0 auto;
  }

  .md-no-border {
    border: none !important;
  }

  .md-no-border-top {
    border-top: none !important;
  }

  .md-no-border-right {
    border-right: none !important;
  }

  .md-no-border-bottom {
    border-bottom: none !important;
  }

  .md-no-border-left {
    border-left: none !important;
  }

  .md-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sm-no-padding {
    padding: 0 !important;
  }

  .sm-no-padding-right {
    padding-right: 0;
  }

  .sm-no-padding-left {
    padding-left: 0 !important;
  }

  .sm-no-padding-top {
    padding-top: 0;
  }

  .sm-no-padding-bottom {
    padding-bottom: 0;
  }

  .sm-no-margin {
    margin: 0 !important;
  }

  .sm-no-margin-right {
    margin-right: 0 !important;
  }

  .sm-no-margin-left {
    margin-left: 0 !important;
  }

  .sm-no-margin-top {
    margin-top: 0 !important;
  }

  .sm-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .sm-position-absolute {
    position: absolute;
  }

  .sm-position-relative {
    position: relative;
  }

  .sm-no-border {
    border: none !important;
  }

  .sm-no-border-top {
    border-top: none !important;
  }

  .sm-no-border-right {
    border-right: none !important;
  }

  .sm-no-border-bottom {
    border-bottom: none !important;
  }

  .sm-no-border-left {
    border-left: none !important;
  }

  .sm-no-radius {
    border-radius: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .xs-no-mar-pad {
    margin: 0 !important;
    padding: 0 !important;
  }

  .xs-no-padding {
    padding: 0 !important;
  }

  .xs-no-padding-right {
    padding-right: 0;
  }

  .xs-no-padding-left {
    padding-left: 0 !important;
  }

  .xs-no-padding-top {
    padding-top: 0;
  }

  .xs-no-padding-bottom {
    padding-bottom: 0;
  }

  .xs-no-margin {
    margin: 0 !important;
  }

  .xs-no-margin-right {
    margin-right: 0 !important;
  }

  .xs-no-margin-left {
    margin-left: 0 !important;
  }

  .xs-no-margin-top {
    margin-top: 0 !important;
  }

  .xs-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .xs-position-absolute {
    position: absolute;
  }

  .xs-position-relative {
    position: relative;
  }

  .xs-no-border {
    border: none !important;
  }

  .xs-no-border-top {
    border-top: none !important;
  }

  .xs-no-border-right {
    border-right: none !important;
  }

  .xs-no-border-bottom {
    border-bottom: none !important;
  }

  .xs-no-border-left {
    border-left: none !important;
  }

  .xs-no-radius {
    border-radius: 0px !important;
  }
}
 
 blockquote{font-size:14px; font-style:italic; line-height:22px;}
.vcenter { display: inline-block; vertical-align: middle; float: none;}

h1, h2, h3, h4, h5, h6{ color:inherit;}
h1{ font-size:28px;} h2{ font-size:26px;} h3{ font-size:22px;} h4{ font-size:20px;} h5{ font-size:18px;} h6{ font-size:16px;}
p{line-height: 22px;}
.full-browser-height{height: 100%;}
.font-size-65
{
	font-size:65px;
}
.font-size-46
{
	font-size:46px;
}
.font-size-43
{
	font-size:43px;
}
.margin-top-20px
{
	margin-top:20px;
}

.padding-left-right
{
	padding-left:50px !important;
	padding-right:50px !important;
}
a:focus, a:hover
{
	text-decoration:none;
}

::-webkit-scrollbar {
    width: 7px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3); 
	background:#fff;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #686868; 
    -webkit-box-shadow: inset 0 0 0px rgba(200,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(78,78,78,0.4);
}
/*.t1
{
		margin:0 auto;
		position:fixed;
		top:250px;
		right:-285px;
		width:285px;
		height:360px;
		z-index:999;
		cursor:pointer;
		background:#ffffff;
		padding-top:20px;
		border-radius:10px;
		border:1px solid #c2c2c2;
		-webkit-box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
-moz-box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
box-shadow: 0px -1px 4px 2px rgba(198,198,198,.4);
		-webkit-transition: all .5s ease;
		-moz-transition: all .9s ease;
		-ms-transition: all .9s ease;
		-o-transition: all .9s ease;
		transition: all .5s ease;
}
.sign-up-tab
{
	position:absolute;
	left:-42px;
	top:10px;
	width:42px;
	height:139px;
	background:url(/images/Signup-tab.png) no-repeat;
}
.t1-active
{
		right:0px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .9s ease;
		-ms-transition: all .9s ease;
		-o-transition: all .9s ease;
		transition: all .5s ease;
}*/
/*-------------------Pop Up Register--------------------------------*/
/*.blur-bg{
	background:#000;
}*/
/* Blur */
/*.blur{
	filter:blur(2px);
	-webkit-filter:blur(5px);
	-moz-filter:blur(5px);
	-o-filter:blur(5px);
	-ms-filter:blur(5px);
}
.popup-box{
  width:100%;
  height:100%;
  position:fixed;
  background:rgba(0,0,0,.5);
  z-index:99999;
  top:0;
  left:0;
  display:none;
}
.popup-boxview{
  display:block !important;
}
.popup-container{
  width:100%;
  height:340px;
  background:none;
  margin:25px auto;
  margin-top:calc( (100vh - 400px) / 2);
  position:relative;
}

.button2 {
    background:#e46304!important;
     border:2px solid #e46304;
     padding:10px 15px!important;
	 border-radius:25px;
     cursor: pointer;
	  font-family: 'Open Sans';
	  color:#ffffff;
	  font-size:18px;
	  line-height:22px;
	  text-decoration:none;
}
.button2:hover {
    background:none !important;
     border:2px solid #e46304;
     cursor: pointer;
	  color:#e46304;
}



.benefit
	{
		font-family:'open_sansregular';
		font-size:12px;
		color:#ffffff;
		background:url(/images/benifit-bg.png) top center no-repeat;
		background-size:cover;
		min-height:340px;
		padding:20px 10px 10px 20px;
	}
	.benefit-head
	{
		font-family:'robotoregular';
		font-size:20px;
		text-transform:uppercase;
		color:#ffffff;
	}
	.benefit-bold
	{
		font-family:'robotobold';
		font-size:28px;
		text-transform:uppercase;
		color:#ffffff;
	}
	.benefit > ul
	{
    margin: 0px 0 0 7px;
    padding: 6px 20px 0px 10px;
	}
	.benefit > ul li
	{
		list-style:url(/images/bullet.png);
		line-height:20px;
		padding:5px 0px;		
	}
	.login-reg-form
	{
		background:#ffffff;
		min-height:340px;
		padding:20px 10px 10px 0px;
	}
	.login-reg-txt
	{
		font-family:'robotomedium';
		font-size:17px;
		color:#3c55a5;
		padding:10px 10px 0px 10px; 
	}
	.login-reg-bold
	{
		font-family:'robotomedium';
		font-size:37px;
		padding-top:5px;
	}
.mfsahihai
	{
		margin:0 auto;
		position:fixed;
		bottom:10px;
		right:20px;
		width:164px;
		height:40px;
		z-index:9999999;
		}*/

/*------Nav bar-----*/
.navbar
{
	margin-bottom:0px;
}
.navbar-fixed-top {
    border-width: 0 0 0px;
}
.navbar-default
{
	background:none;
	border-bottom:none;
	padding:0 30px;
	border-bottom:0px solid #dadada;
}

.navbar-default .navbar-nav > li{
	padding:0px 9px;
	
	}

.navbar-default .navbar-nav > li > a
{
	padding: 0px 0px;
	
	color:#ffffff;
	    font-size: 15px;
	font-family:'robotoregular';
	/*text-transform:uppercase;*/
	letter-spacing:.4px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color:#ffcf2e;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#ffcf2e;
    background: none;
}
/*.navbar-default .navbar-nav > li > a .glass-btn
{
	padding:10px;
	border:0;
	margin-top:-2px;
	background:url(/images/search-menu1.png) center no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown-menu>li>a {
	font-family:'KozGoPr6N-Regular-AlphaNum';
	font-size:12px;
    padding: 6px 12px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #42d4ff;
    text-decoration: none;
    background-color:transparent;
}*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color:#42d4ff;
    background:none;
}


.toggle
{
	color:#42d4ff;
	padding-left:5px;
	display:none;
}
.login-btn
{
	background:#14beff;
	
	font-family:'Merriweather-Regular';
	font-size:12px;
	color:#ffffff;
	padding:8px 25px;
	border:none;
	      margin-top: -5px;
	margin-left:10px;
	letter-spacing:.2px;
	border-radius:35px;
	border:0px solid #ffffff;
	font-style:italic;
	outline:none;
}
.login-btn:hover, .login-btn:focus
{
	background:#f6f234  !important;
	color:#000 !important;
	border:0px solid #f6f234  !important;  
    box-shadow: 0px 0px 1px #f6f234 !important;
	
	outline:none !important;
	border-radius:35px !important;
}
.navbar-brand
{
	padding:0 15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
	margin-right:20px;
    margin-top: 35px;
	min-height:70px;
}
.navbar-right {
    float: right!important;
    margin-right: 15px;
	padding-top:15px;
}
.navbar-right > li > img
{
	margin-top:-5px;
	margin-right:5px;
}
.top-nav
{
	width: 37%;
    background:none;
    position: absolute;
    top: 13px;
	right:0;
    padding: 4px;
    color:#dbae1d;
    z-index: 99999;
	font-family:'Gotham-Book';
	font-size:14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*.top-nav a .glass-btn
{
	padding:10px;
	border:0;
	margin-top:10px;
	background:url(/images/search-menu1.png) center no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
/*-------------------------Navbar Animation------------------------------------- */
nav {
  height: 120px;
  z-index: 999;
  background:none;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  }
  nav .navbar-brand {
   display: inline-block;
	height: 38px;
    width: 295px;
    line-height: 65px;
    margin-top: 25px;
	background:url(/images/logo.png) no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; 
	}

nav .navbar-left
{
	margin-top:15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}	

 nav .navbar-right {
    float: right!important;
    margin-right: 0px;
	margin-top:40px;
	color:#ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav .navbar-right > li.log-in
{
	font-family:'robotoregular';
	font-size:17px;
	color:#ffffff;
	text-transform:none;
	border:0;
}
nav .navbar-right > li.log-in img
{
	width:24px;
	height:24px;
	background:url(/images/phone.png) center no-repeat;
	border:0;
	margin-right:5px;
	border-style: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -5px;
}
    
  nav.smaller {
    height: 102px;
	background:#ffffff;
	border-bottom:1px solid #d1d1d1;
	 }
    nav.smaller> .container-fluid .navbar-brand {
   width: 300px;
    height: 50px;
    margin-top: 35px;
    background: url(/images/logo_small.png) no-repeat;
	   }
 nav.smaller .navbar-right {
    float: right!important;
    margin-right: 0px;
	padding-top:0px;
	    margin-top: 40px;
}
nav.smaller .navbar-nav > li > a
{
	color:#090909;
}
nav.smaller .navbar-nav > li > a:hover
{
	color:#019fc1;
}
nav.smaller .navbar-nav > li > a .glass-btn
{
	background:url(/images/search-menu.png) center no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 nav.smaller .login-btn {
    margin-top: -5px;
}

nav.smaller .navbar-right > li.log-in img
{
	background:url(/images/phone-small.png) center no-repeat;
	border:0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}

 nav.smaller .top-nav a .glass-btn
{
	padding:10px;
	border:0;
	margin-top:20px;
	background:url(/images/search-menu.png) center no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*------BANNER------*/

#banner
{
	background:url(/images/banner1.jpg) center no-repeat;
	background-size:cover;
	min-height:760px;
	padding-bottom:0px;
}
.banner-bg1{
	background:url(/images/banner1.jpg) center no-repeat;
	 background-size:cover;
}
.banner-bg2{
	background:url(/images/banner2.jpg) center no-repeat;
	 background-size:cover;
	}
.banner-bg3{
background:url(/images/banner3.jpg) center no-repeat;
 background-size:cover; 
	}
.banner-bg4{
background:url(/images/banner4.jpg) center no-repeat;
 background-size:cover; 
	}	
	
#banner .carousel-inner >.item 
{
	min-height:760px;
}

#banner .carousel-inner > .item .va-table {
    display: table;
    min-height:760px  !important;
    width: 100%;
	
}

#banner .carousel-inner > .item .table-cell {
    display: table-cell;
    vertical-align: middle;
}
#banner .banner_text1{
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
	text-align: left;
	 font-family: 'Ubuntu-Medium';
	color:#ffcf01;
	    padding-bottom: 10px;
	}

#banner .banner_text1 .custom_color{
	color:#ddff64;
	}
#banner .banner_text2{
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    text-align: left;
	 font-family: 'Ubuntu-Light';
	
	}
	
.banner-btn {
    background: #00a0c1;
    border-radius: 25px;
    font-family: 'robotoregular';
   font-size: 18px;
    color: #fff;
    padding: 15px 10px;
    margin-top: 25px;
}	
.banner-btn:hover {
    background: #ffcf2e;
    color: #000;
}	
	
.carousel-control 
{
	width:0%;
	opacity: 1;
}
.carousel-indicators {
   bottom: 130px;
}
.carousel-indicators li {
display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    cursor: pointer;
    margin: 2px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 2px;
    background-color: #fff;
    border: 2px solid #ffffff;
}

.carousel-control:focus{
	 color: #fff;
	}
.carousel-control:hover {
    color: #303030;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
#banner .carousel-caption {
    text-shadow: none !important;
    right: 0%;
    left: 0%;
    min-height: 590px;
}
.font-size-30
{
	font-size:30px;
}
#banner .left_arrow {
    margin: 0 auto;
    position: fixed;
    bottom: 50%;
    left: 0px;
    width: 47px;
    height: 94px;
    z-index: 999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .5s ease;
    background: url(/images/arrow_left.png);
}
#banner .left_arrow:hover {
   
    left: -5px;
   
    -webkit-transition: all .5s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .5s ease;
    background: url(/images/arrow_left_h.png);
}


#banner .right_arrow {
    margin: 0 auto;
    position: fixed;
    bottom: 50%;
    right: 0px;
    width: 47px;
    height: 94px;
    z-index: 999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .5s ease;
    background: url(/images/arrow_right.png);
}

#banner .right_arrow:hover {
   
    right: -5px;
   
    -webkit-transition: all .5s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .5s ease;
    background: url(/images/arrow_right_h.png);
}
#banner .carousel-control.left {
       background-image: none;
    position: absolute;
    top: 42%;
    bottom: 0;
    left: 0%;
    width: 0%;
    font-size: 20px;
   
}

#banner .carousel-control.right {
    background-image: none;
	        right: 47px;
			 top: 42%;
			
}


/*----------------footer-------------------*/
.ftr {
    background: #140c067a;
   padding-top: 3px;
    padding-bottom: 15px;
    color: #434242;
    position: absolute;
    font-size: 14px;
    font-family: 'latoregular';
    line-height: 22px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
}
.footer_app {
	 background: #140c067a;
	 min-height: 30px;
	position: absolute;
	bottom: 93px;
	color:#fff;
     padding-top: 15px;
    left: 0px;
    right: 0px;
	}
.footer_app  hr {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #fff;
}


.app_text{
    font-size: 18px;

	}

.copyright, .copyright a{
	color:#fff;
	}
.copyright{
	margin-top: 13%;
		}
	
	
.copyright a:hover{
	color:#00a1c2;
	}

.ftr .container-fluid {
    padding-left: 60px;
	    padding-right: 45px;
}	
	
.ftr .footer_head_text{
	font-size:25px;
	color:#fff;
	line-height:30px;
	font-family:'latoregular';
	}	
.footer_text1{
	color:#fff;
	font-size:14.5px;
	}	
.ftr_cntct_details{
	font-size:15px;
	color:#fff;
	}	
.ftr_cntct_details a, .ftr_cntct_details span{
	color:#ffcf01;
	font-family:'Lato-BlackItalic';
	}	
.ftr_cntct_details a:hover{
	color:#00a1c2;
	}	
.ftr iframe{
	width: 65%;
	height:35px;
	margin-top: 13%;
	}	
	
	
/*sip page*/

.bg-grey-dim {
    background: #373435;
    color: #fff;
}
.poppins-semibold {
    font-family: "robotomedium";
}
.poppins-med{
	 font-family: "robotoregular";
	}

.side-tab-sec{
	background:#fff;
	    min-height: 347px;
	}
	
.plan-btn {
    background: #00a0c1;
    border-radius: 50px;
    font-family: 'latoregular';
    font-size: 15px;
    color: #ffffff;
    border: 0px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.plan-btn:hover {
    background: #15befc ;
    color: #ffffff;
}	

#sip-page .banner .item {
    padding-top: 40px;
}	
#sip_investment {
    top: 0;
    left: 0;
      
      background: url(/images/sip-world-banner.png) no-repeat center;
    background-size: cover;
    min-height: 350px;
}

#sip_investment .va-table {
    display: table;
    min-height: 200px !important;
    width: 100%;
}
#sip_investment  .table-cell {
    display: table-cell;
    vertical-align: middle;
}


.sip-investment-content-heading {
    font-family: 'merriweather_sansbold';
    font-size: 25px;
    line-height: 48px;
    padding-top: 7px;
    text-align: center;
    color: #ffffff;
}.sip-investment-head-content {
    font-family: 'robotoregular';
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}
/*#sip-page #page-heading {
    min-height: 500px;
}*/

#sip-page #sip-calc {
    margin-top: 0px;
    padding: 0px;
    padding-top: 0px;
}
#sip-page .banner {
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    z-index: 5;
     background: none; 
    background-size: cover;
    background-color: #b7b7b730;
}
#sip-page  .banner .item a {
    text-decoration: none !important;
}


#sip-page #page-heading:after {
  height: 0px;
  width: 0px;
  background: none;
}

#sipschemes .custom_font{
	font-family:'robotobold';
	font-size:25px;
	line-height:40px;
	padding-bottom:50px;
	}


#sip-page #page-heading .container-fluid {
  margin-left: 30px;
  margin-right: 30px;
}
#sip-page #page-heading .side-tab-sec {
  min-height: 355px;
  background: #f1f1f1;
  background-size: cover;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
}
#sip-page #page-heading .side-tab-sec .butn {
  padding: 10px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}
#sip-page #page-heading .plan-btn {
 background: #096cb1;
     font-family: 'robotomedium';
    font-size: 14px;
    color: #ffffff;
    border: 0px solid #ffffff;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    text-shadow: none;
    outline: none;
}
#sip-page #page-heading .plan-btn:hover {
  background:#000;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading .plan-btn:focus {
  background: #096cb1;
  color: #ffffff;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-heading a.read {
  color: #008788;
  cursor: pointer;
  font-size: 13px;
}
#sip-page #page-heading a.read:hover {
  color:#ec3e49;
}
#sip-page #page-heading a.read:focus {
  color:#ec3e49;
}
#sip-page #page-heading .collapse.in {
  display: block;
  background: #ffffff;
}
#sip-page #page-heading .video_bg {
  background: url(/images/sip-page-pc.png) center no-repeat;
  min-height: 367px;
}
#sip-page #page-heading .video_bg .video-sip {
  position: absolute;
  top: 19px;
      left: 127px;
  min-width: 488px;
  min-height: 305px;
}
#sip-page #page-heading #nav_lvl_2 {
  display: inline-block;
}
#sip-page #page-heading #nav_lvl_2 li {
  display: inline-block;
  border-right: 0px solid #dedede;
}
#sip-page #page-heading #nav_lvl_2 li.active > a, #sip-page #page-heading #nav_lvl_2 li.active > a:hover, #sip-page #page-heading #nav_lvl_2 li.active > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #096cb1;
  color: #ffffff;
  background: #096cb1;
}
#sip-page #page-heading #nav_lvl_2 li.active > a:after, #sip-page #page-heading #nav_lvl_2 li.active > a:hover:after, #sip-page #page-heading #nav_lvl_2 li.active > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #096cb1;
}
#sip-page #page-heading #nav_lvl_2 li > a {
  color: #484848;
  font-size: 14px;
  border: none;
  padding: 10px 10px;
  font-family: 'muliregular';
}
#sip-page #page-heading #nav_lvl_2 li > a:hover, #sip-page #page-heading #nav_lvl_2 li > a:focus {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #096cb1;
  color: #ffffff;
  background: #0a6bb1;
}
#sip-page #page-heading #nav_lvl_2 li > a:hover:after, #sip-page #page-heading #nav_lvl_2 li > a:focus:after {
  position: absolute;
  content: '';
  left: 45%;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #096cb1;
}
#sip-page #page-heading .tab-content {
  font-family: 'mulilight';
  font-size: 13px;
  color: #353535;
  margin-top: 10px;
}
#sip-page #page-content {
  margin: 0;
  padding: 25px 0;
  padding-top: 120px;
  min-height: 693px;
  background: url(/images/sip-page-bg.png) center no-repeat;
  background-size: cover;
}
#sip-page #page-content .sip-sec-head {
  font-family: 'robotoregular';
  font-size: 22px;
  color: #4d4d4d;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#sip-page #page-content .sip-sec-head:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 48%;
  width: 35px;
  height: 3px;
  background: #8cb020;
}
#sip-page #page-content .sip-sec-subhead {
  font-family: 'open_sanssemibold';
  font-size: 23px;
  color: #1e1e1e;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .sip-sec-subpara {
  font-family: 'open_sanssemibold';
  font-size: 21px;
  color: #1e1e1e;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 50px;
}
#sip-page #page-content .plan-btn {
  background: #008788;
   font-family: 'robotomedium';
  font-size: 14px;
  color: #ffffff;
  border: 0px solid #ffffff;
  padding: 13px 15px;
  border-radius: 25px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
  text-shadow: none;
  outline: none;
}
#sip-page #page-content .plan-btn:hover {
  background:#ec3e49;
  color: #0f3667;
  transition: all 0.3s ease;
  outline: none;
}
#sip-page #page-content .table-striped > thead > tr:nth-of-type(odd) {
  background-color: #0a4e7f;
  border-bottom: 1px solid #ddd;
}
#sip-page #page-content .table > thead > tr > th {
  color: #ffffff;
}
#sip-page #page-content .side-contact {
  min-height: 60px;
  background: url(/images/tax-contact.png) center no-repeat;
  background-size: cover;
  margin-bottom: 11px;
  font-size: 31px;
  color: #ffffff;
  border-radius: 8px;
}
 .debtheading {
     font-family: 'robotomedium';
    font-size: 29px;
    color: #171616;
    line-height: 30px;
	    padding-bottom: 21px;
    padding-top: 20px;
}
 .equity_lar_text{
	text-shadow: none;
    font-size: 20px;
 font-family: 'robotolight';
    color: #121212;
    left: 0;
    top: 10px;
    width: 98%;
	}

 .important-line {
  font-family: 'robotobold';
    font-size: 17px;
}



@media (min-width: 992px) and (max-width: 1300px){
#sip-page #page-heading .video_bg .video-sip {
    left: 9px;
    min-width: 451px;
 
}
	#sip-page #page-heading .video_bg {
    background: none;
}}


@media (min-width: 426px) and (max-width: 991px) {
  #sip-page #page-content .side-contact {
    margin-top: 17px;
  }
  #sip-page #page-heading .video_bg .video-sip {
    left: 94px;
}
 #sip-page #page-heading .video_bg {
    margin-bottom: 40px;
} 
  
}
@media (min-width: 0px) and (max-width: 767px){
	#sip_investment {
    margin-top: 88px;
}#sip-page #page-heading .container-fluid {
    margin-left: 0px;
    margin-right: 0px;
}

#sip-page .banner .item a {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}
}
@media (min-width: 0px) and (max-width: 375px)	{
#sip-page	.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 6px;
}
		}
	
	
	
	
	
#sip-page #page-content .side-contact .butn {
  padding: 8px;
  background: #ff7000;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
  outline: none;
}



@media (min-width: 992px) and (max-width:1199px)
{
	
	
	
	
.navbar-default .navbar-nav > li {
    padding: 0px 5px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: 35px;
}
nav .navbar-brand {
    height: 80px;
    width: 180px;
    background: url(/images/logo-md.png) no-repeat;
}
.login-btn {
    padding: 8px 14px;
}

#banner {
    min-height: 670px;
}
#banner .carousel-inner > .item .va-table {
    min-height: 650px !important;
}
#banner .carousel-inner >.item {
    min-height: 670px;
}
#banner .carousel-caption {
    left: 6%;
}

#banner .banner_text2 {
    font-size: 25px;
    line-height: 28px;
}

.carousel-indicators {
    bottom: 190px;
}


.footer_app {
    bottom: 137px;
}
.ftr iframe {
    width: 95%;
}

#sip-page #sip-calc {
    margin-bottom: 70px;
}
}
@media(min-width: 768px) and (max-width: 991px) 
{
	.sm-no-padding-right{
		padding-right:0px;
		}
	.navbar-default {
    padding: 0 15px;
}
	 .navbar-default .container-fluid {
    padding-right: 0px;
     padding-left: 0px;
	 }
	 .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.navbar-default .navbar-nav > li {
    padding: 0px 5px;
}
.navbar-default .navbar-nav > li > a {
    padding: 0px 0px;
    font-size: 14px;
}
	 
	  nav .navbar-right {
	padding-top:0px;
	float:left !important;
	margin-top: 0px
	  }
	 nav.smaller .navbar-right {
    margin-top: 20px;
}
nav.smaller {
    height: 140px;
}
	 .login-btn {
    margin-top: -4px;
	}
	.ftr .container-fluid {
    padding-left: 15px;
    padding-right: 45px;
}

#banner {
    min-height: 580px;
}
#banner .carousel-caption {
    left: 7%;
    min-height: 580px;
}
#banner .carousel-inner >.item {
    min-height: 580px;
}
#banner .carousel-inner > .item .va-table {
    min-height: 535px !important;
}
#banner .banner_text1 {
    font-size: 25px;
    line-height: 30px;
}
#banner .banner_text2 {
    font-size: 19px;
    line-height: 25px;
}
#banner .left_arrow:hover {
    left: 0px;
}
#banner .right_arrow:hover {
    right: 0px;
}

.carousel-indicators {
    bottom: 175px;
}
.footer_app {
       bottom: 137px;
}
.copyright {
    margin-top: 0%;
}
}


@media (min-width:0px) and (max-width:767px)
{

.navbar-default .container-fluid>.navbar-collapse, .navbar-default .container-fluid>.navbar-header, .navbar-default .container>.navbar-collapse, .navbar-default .container>.navbar-header {
    margin-right: -30px;
    margin-left: -30px;
}


.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
	    margin-top: 15px;
}
	 nav 
	 {
    height: 90px;
	 }
	 nav > .container-fluid
	 {
		 padding-right:0px;
		 padding-left:0px;
	 }
	 .navbar-default {
    background: #fff;
}
	 nav .navbar-brand {
 display: inline-block;
       height: 75px;
    width: 210px;
    line-height: 82px;
    margin-top: 10px;
    background: url(/images/logo_small.png) no-repeat;
  
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
}
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form 
	 {
		 border:0px;
	 }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
	background:#ffffff !important;
	border-top: 1px solid #d1d1d1;
	margin-top: 0px;
    }
	.navbar-default .navbar-nav > li > a {
     padding: 8px 15px;
    color: #00a0c2;
	}


#inner-pages .font-size-30 {
    font-size: 18px;
    line-height: 20px;
}


.login-btn
{
	background:#009dc0;
}
.login-btn:hover
{
	background:#1ab01a;
}	
.navbar-default .navbar-nav > li > a.log-in
{
	color:#1ab01a;
}
.navbar-default .navbar-nav > li > a.log-in:hover
{
	color:#3c55a5;
}
.navbar-default .navbar-nav > li > a.log-in img
{
	width:20px;
	height:15px;
	background:url(/images/login-iconsmall.png) center no-repeat;
	border:0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}
	nav .navbar-right {
    float: left!important;
	padding-top:10px;
	    margin-top: 8px;
	}
	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

 nav.smaller .navbar-right {
    float: left!important;
}
.navbar-toggle {
    margin-right: 25px;
}
.login-btn {
    margin-left: 24px;
	    margin-bottom: 10px;
    margin-top: 10px;
}
#banner {
    min-height: 690px;
}
#banner .carousel-inner >.item {
    min-height: 690px;
}

#banner .carousel-caption {
    left: 12%;
}
.banner-bg1 {
    background: url(/images/banner1.jpg) left no-repeat;
    background-size: cover;
}
.banner-bg2 {
    background: url(/images/banner2.jpg) left no-repeat;
    background-size: cover;
}
.banner-bg3 {
    background: url(/images/banner3.jpg) left no-repeat;
    background-size: cover;
}

#banner .left_arrow {
    bottom: 95%;
    position: absolute;
}
#banner .left_arrow:hover {
    left: 0px;
}
#banner .right_arrow {
    bottom: 94%;
    position: absolute;
}
#banner .carousel-control.right {
         right: 0px;
}
#banner .right_arrow:hover {
    right: 0px;
}


#banner .banner_text1 {
    font-size: 28px;
    line-height: 30px;}

#banner .banner_text2 {
    font-size: 20px;
    line-height: 25px;
}
.border-container {
	    padding-left: 0px;
    padding-right: 0px;
}
#my_sip_world .font-size-38 {
    font-size: 24px;
    line-height: 34px;
}
#my_sip_world .font-size-28 {
    font-size: 23px;
    line-height: 22px;
}
.ftr .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}
.copyright {
    margin-top: 0%;
}
.footer_app {
      bottom: 209px;
}
.ftr iframe { 
    margin-top: 4%;
}
}

@media (max-width: 375px)
{
.ftr .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}	
	.footer_app {
   bottom: 208px;
}

}

@media (max-width: 320px){

#banner .banner_text1 {
    font-size: 25px;
    line-height: 27px;
}
#banner .banner_text2 {
    font-size: 20px;
    line-height: 25px;
}
	.insurance-head {
    margin-top: 46%;
}
#banner .carousel-caption {
    left: 19%;
}
.banner-btn {
    font-size: 15px;
    padding: 10px 4px;
}
.app_text {
    font-size: 15px;
}
.footer_app {
    bottom: 229px;
}	
.insurance-subhead {
    font-size: 31px;
    line-height: 37px;
    text-align: left;
    margin-bottom: 9px;
    padding-top: 18px;
}
.insurance-para {
    text-align: justify;
}


}