#search {
    float: right;
    margin-top: 0px;
    width: 250px;
}

.search {
    padding: 0px 0;
    width: 230px;
    height: 30px;
    position: relative;
    left: 0px;
    float: right;
    line-height: 22px;
}

    .search input {
        position: absolute;
        width: 0px;
        float: Left;
        margin-left: 210px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:3px;
    }

        .search:hover input, .search input:focus {
            width: 200px;
            margin-left: 0px;
        }

.btn {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius:1px;
}

#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 513px;
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image:url(../images/banner1.png);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image:url(../images/banner2.png);
      background-size: cover;
    background-repeat: no-repeat;
}
/*#first-slider .slide3 {
  background-image:url(../images/banner-3.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
 background-image:url(../images/banner-4.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}*/
.modal-dialog {
margin: 50px auto;
border-radius:8px;
}

.modal-backdrop.fade {
opacity: 0.1;
filter: alpha(opacity=0.1);
}

.modal-content {
position: relative;
background-color: #FFF;
border: 1px solid #CECECE;
border-radius: 0px;
-webkit-box-shadow:none;
 box-shadow: none;
background-clip: padding-box;
outline: 0;
border-radius:8px;
}


.modal-header {
    padding: 11px 15px;
	background-color: #F8F8F8;
background: -webkit-linear-gradient(top, #F8F8F8, #F2F2F2);
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
background: linear-gradient(top, #f8f8f8, #f2f2f2);
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color:#e1f1f9;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
	color: #fff;
background-color: #113d65;
border-color: #fff !important;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
.panel-default {
    border-color: #024964;
	border-radius:4px;
}
.panel {
    margin-bottom: 20px;
    background-color: #113d65;

}
.tab-content{
	color:#fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #024964;
    border: 1px solid #024964;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.panel-login {

}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #fb7d00;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #fb7d00;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #f2ad0b;
	border-color: #f2ad0b;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

/*--------------------CSS ADDED BY PINTU MANIYA---------------------*/
.logo{
    max-height: 66px;
}

#body-section {
    width: 100%;
    float: left;
    clear: both;
    /*padding: 30px 0px;*/
    background-color: #fff;
}
.contact-page {
    width: 100%;
    float: left;
}
.contact-page h1 {
    font-size: 28px;
    color: #f2ad0b;
    text-align: center;
    padding-bottom: 8px;
    font-weight: bold;
}
.contact-page p {
    font-size: 16px;
    color: #7b7e83;
    text-align: center;
    line-height: 23px;
}
.contact-col h3 {
    font-size: 14px;
    color: #7b7e83;
    line-height: 19px;
    margin-top: 5px;
}
.contact-col h2 {
    font-size: 18px;
    color: #f2ad0b;
    font-weight: bold;
}
.contact-col img {
    float: left;
    margin-right: 20px;
}
.contact-col {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.contact-col input {
    width: 95%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-bottom: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact-col select {
    width: 46%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact-col textarea {
    width: 95%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
}
.send {
    border: 2px solid #333;
    float: left;
    color: #333;
    font-size: 20px;
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin: 22px 21px;
    padding: 7px 20px 9px 20px;
}
.plann-section {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-top: 6px;
}
.plann-section h2 {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px 15px 23px;
}
.plann-section ul {
    margin: 0px;
    padding: 0px;
}
.plann-section li {
    font-size: 16px;
    color: #8a8a8a;
    list-style-type: none;
    clear: both;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px 15px 15px;
}
.plann-section li img {
    float: left;
    margin-top: -13px;
    margin-right: 5px;
}
.plann-section li a {
    font-size: 16px;
    color: #8a8a8a;
    text-decoration: none;
}
.contant-sec {
    width: 100%;
    float: left;
}
.contant-sec p {
    color: #5f646a;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 20px;
}
.inside-avt {
    width: 100%;
    float: left;
    clear: both;
    background-color: #e9e9e9;
    padding: 14px 0px;
}
.inside-avt-sec {
    width: 100%;
    float: left;
}
.inside-avt-sec h2 {
    font-size: 18px;
    color: #000;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: 800;
    text-transform: uppercase;
}
.inside-avt-sec ul {
    margin: 0px;
    padding: 0px;
}
.inside-avt-sec li {
    font-size: 12px;
    color: #333;
    list-style-type: none;
    float: right;
    padding-left: 15px;
    text-transform: uppercase;
}
.inside-avt-sec li a {
    font-size: 12px;
    color: #333;
    float: right;
    text-decoration: none;
}
.inside-banner img {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.inside-head  h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    padding-left:15px;
    padding-bottom:15px;
}
.contant-sec p {
    color: #5f646a;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 20px;
}
.progressive-col h1 {
    text-transform: uppercase;
}
.progressive-col p {
    font-size: 15px;
    color: #8f9296;
    line-height: 24px;
    text-align: justify;
    margin-top: 8px;
}
.progressive-col h1 {
    text-transform: uppercase;
}
.progressive-col h1 {
    font-size: 22px;
    color: #333;
    background: url(../images/border2.png) no-repeat left bottom;
    padding-bottom: 12px;
    font-weight: 300;
}
.news-mfBdr img {
    height: 110px;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}
.news-mfBdr{
    float: left !important;
}
.market-date {
    font-size: 12px;
    color: #909090;
}
@media (min-width: 600px) {
    .sensex, .nifty {
        float: left;
        width: 50%;
        max-width: 180px;
    }
}
@media only screen and (min-width: 768px) {

#chartdiv {
    width: 650px;
    height: 320px;
}
#chartdivBse {
    width: 650px;
    height: 320px;
}
}
@media only screen and (max-width: 767px) {
    
   #chartdiv {
    width: 100%;
    height: 320px;
}
#chartdivBse {
    width: 100%;
    height: 320px;
}
    
}
@media (min-width: 600px) {
    .nifty {
        padding-left: 15px;
    }

    .sensex, .nifty {
        float: left;
        width: 50%;
        max-width: 180px;
    }
    
    
    
}

.market-links {
    margin-top: 10px;
    margin-bottom: 34px !important;
    margin-left: 38%;
}
.market-links .btn {
    font-size: 16px;
    color: #0082c6;
    height: 30px;
    border-color: #0082c6;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 15px;
    position: relative;
}
.market-links .btn + .btn {
    margin-left: 17px;
}
.nav-tabs>li>a:hover {
    background-color: #f2ad0b;
    color: #FFF;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #f2ad0b;
    border: 1px solid #f2ad0b;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    color: #fff;
}
.logo_pay{
    width: 150px;
    height: 75px;
}
.selectize-control{
    display: block !important;
     width: auto;
     height: auto;
     padding: 0!important;
     font-size: 14px;
     line-height: 1.42857143;
     color: #555;
     background-color: #fff;
     background-image: none;
     border: 0px solid #ccc !important;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.selectize-dropdown {
    height: auto;
}
.product-div1 img{
    height: 149px;
}
ul li .active{
    background: brown;
}
.ed-viedos img {
	width: 100%;
	display: block;
	padding-bottom:20px;
}

.ed-planning {
    /*width: 48%;*/
    float: left;
    margin-top: 30px;
}
.ed-planning-cnt {
    margin-right: 29px;
}
.ed-planning img {
    width: 100%;
    padding-bottom: 12px;
}
.ed-planning h2 {
    font-size: 21px;
    font-weight: 600;
    color: #0082c6;
    margin-bottom: 8px;
}
.footer-col p{
    color: #fff;
    font-family: verdana
}
.out-calculator{
    cursor: pointer;
}
 /*--------------------CSS ENDED BY PINTU MANIYA----------------------*/
