@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap');
body{
	font-family: 'Montserrat', sans-serif !important;
}
navbody{
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
}
hr {
 margin: 0; margin-bottom: 5px; border-color: #454960;
}
.logo { width:90%; margin-top: 0px; }
.logo-in { max-width:400px; display: block;}

@media (max-width: 768px) {
.logo {max-width:400px; display: block; margin: auto;}
 
}
.icon-2 {
  margin-top: 0px;
}
.icon-2 h4 {
  color: #E5695D;
}

.icon-2 i {
  color: #006B96;
}

.fr1 {
/*width:83%;*/
width:100%;
height:30px;
margin-bottom:10px;
padding-left:10px; border: 1px solid #eee;
}
.fr1m {
/*width:83%;*/
width:100%;
height:60px;
margin-bottom:10px;
padding-left:10px; border: 1px solid #eee;
}
p{font-family: 'Montserrat', sans-serif !important;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Montserrat', sans-serif !important;}
.photo-prop { padding-top: 15px; } 
.photo-prop div img { width: 100%; border-radius: 5px; 
  transform: scale(1); transition: ease-in-out all .3s; }
.photo-prop div:hover img { box-shadow: 0 1px 5px 1px #000; transform: scale(1.05);}

/*.icon-hover {
  margin-top: 20px;
}
.icon-hover .col-sm-6 h3 {
  color: #E5695D; transition: ease-in-out .3s;
    transform: scale(1.1); font-size: 20px;
}
.icon-hover .col-sm-6:hover h3 {
  color: #006B96;transform: scale(1);
}
.icon-hover .col-sm-6 i {
  color: #006B96; transition: ease-in-out .3s;
  transform: scale(1);
}
.icon-hover .col-sm-6:hover i {
  color: #E5695D;
  transform: scale(1.2);
}
*/

.link-img img { border-radius: 5px; width: 100%; display: block;margin:auto; margin-top: 5px; }

/*.pad ,.col-sm-3,.col-sm-6 { padding-top: 0px; }*/

.offer{
    background:#fff; border:1px solid #ddd; transform: scale(1);
  transition: ease-in-out all .3s; 
     margin: 15px 0; overflow:hidden;
}
.offer:hover {
  box-shadow: 0 1px 5px 2px #ccc; transform: scale(1.01);
}
.offer-radius{
    border-radius:7px;
}
.offer-primary {  border-color: #428bca; }
.offer-primary .shape{
    border-color: transparent #428bca transparent transparent;
    border-color: rgba(255,255,255,0) #E5695D rgba(255,255,255,0) rgba(255,255,255,0);
}
.shape{ 
    border-style: solid; border-width: 0 40px 30px 0; float:right; height: 0px; width: 0px;
    -ms-transform:rotate(360deg);
    -o-transform: rotate(360deg); 
    -webkit-transform:rotate(360deg); 
    transform:rotate(360deg);
}
.shape-text{
    color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
    -ms-transform:rotate(30deg);
    -o-transform: rotate(360deg); 
    -webkit-transform:rotate(30deg);
    transform:rotate(30deg);
} 
.offer-content{
    padding:0 20px 10px;
}
.lead{
    margin-bottom:0px;
}

#panel {
    display: none;
}
#panel2 {
    display: none;
}

.social {
  text-align:center;
}
.social span i {
  margin:5px; transform: scale(1); transition: ease-in-out all .3s;
}
.social span i:hover {
  transform: scale(1.2);
}

.result { padding: 7px 0 8px 0 !important; background: none; border: none; }
.result img { max-width: 100%; margin-bottom: 5px;
border-radius: 3px; transform: scale(1); transition: ease-in-out all .2s; }
.result img:hover { transform: scale(1.05); }
.result p { border-bottom: 0px solid #ddd; }
.news-scroll {
  padding-left: 0;
}
.news-scroll li {
  border-bottom: 1px solid #ddd; padding: 5px 0;
   color: #333; font-size: 15px;
}
/* hr */
hr.style14 { 
  border: 0; 
  height: 1px; max-width: 400px; margin:auto; margin-top: 15px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0); 
}
hr.style15 { 
  border: 0; margin-left: 0;
  height: 1px; max-width: 400px; margin-top: 15px;
  background-image: -webkit-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -moz-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -ms-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -o-linear-gradient(left, #006B96, #006B96, #f0f0f0); 
}

.carousel-caption {
  padding-top: 23%;
}

.top-menu { 
    background: #fff;
}
/*.top-menu .container {
    border-bottom: 1px solid #2C89DF;padding: 2px 15px;
}*/
.top-menu .container a {
    color: #fff; text-decoration: none; font-size: 12px;
}
.top-menu .container a:hover {
    color: #fff;
}
.top-menu .square {
   background: #F68B1F; border-radius: 3px; padding: 1px 3px; font-weight: bold;
}

.jk-slider{
    width:100%;
}

/*hovereffect*/ 
.hovereffect,.hovereffect img, .hovereffect .overlay  {  border-radius: 0px 0; max-width: 100%; }
.hovereffect {
  margin-top: 5px;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0,0,0,.6);
}

.hovereffect img {
  display: block;
  position: relative; 
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect h2 span {
  background: rgba(0, 0, 0, 0.9) !important; border-bottom: 1px solid #eee;
  padding: 3px 15px;
  border-radius: 3px;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
/*
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}*/



/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .4;
}



/*hover*/

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
 /* .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: white;
    background-color: #337ab7;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #A31217;
   }*/

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
.right-align{
    text-align:right;
    font-size: 15px;
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


.right-align{
    text-align:right;
    font-size: 15px;
    padding: 0px !important;

}

}
.dropdown-menu>li>a {
    padding:5px;
    text-decoration: none;
}




sup {
    top: -0.2em;
    font-weight: normal;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

/* navbar-code------------------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

html, body {
    font-family: 'Lato', serif;  
}
.nav{
    padding-top:0px;
    margin-bottom:0px;
}
.navbar-default {
    font-size: 1.15em;
    font-weight: 400;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
   
}

.navbar-default .navbar-nav>li>a {
    color: #FFF1AE;
    /*border-right: 1px solid #F1973D;*/
   /* font-weight: 600;*/
    padding: 47px 7px 0 0 ;

    font-family: 'Lato', sans-serif !important; transition: all ease-in-out .3s;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
   /* border: #fff solid 1px;*/
   /* border-bottom: 1px solid #fff;*/
  /* text-transform: uppercase;*/
}

.navbar-default .navbar-brand {
    color: #002433;
}

.navbar-default .navbar-brand:hover {
    color: #ffffff;
   
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #000;
    color: #f1f1f1;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #002433;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.dropdown-menu {
    background-color: #ffcb4f;
    color: #333; 
    border: 0px;
    border-radius: 2px;
    padding: 10px;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #fff;
    text-decoration: none;
   /* color:white;text-decoration: none;*/
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #003246;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}

@media (max-width: 767px) { 
    .dropdown-menu>li>a {
      /*  background-color: #006b96;*/
        color: #ffffff;
    }
    .dropdown-menu>li>a:hover {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #ffffff;
        background-color: transparent;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #005577;
    }
} /* END Media Query */
/*------Navbar code ends------------------------------------------------------------------------------------------- */





/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
   /* width: 100%;
    max-height: 290px*/
}

.carousel-control {
    width: 0;
    color: #000;
}

/*.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
*/
.carousel-control.left span {
    padding:50px;
}

.carousel-control.right span {
    padding: 60px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    position: absolute;
    top: 30%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: transparent;
}

/*.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}*/

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 10%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
    padding: 10px;
}

.header-text h3 span {
    background-color: #000;
    padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.effect9 {
  border: 1px solid #ddd; min-height: 190px;
  background: #fff; /*transform: scale(1);
  transition: ease-in-out all .3s;*/
}
/*.effect9:hover {
  box-shadow: 0 1px 5px 2px #ccc; transform: scale(1.01);
}*/
.effect9 h4 {
  color:#006B96;
}
.effect9:hover h4 {
  color:#E5695D;
}
.effect9 .hr {
  border-bottom: 1px solid #ddd; 
}
.effect8 {
  background: #fff;
}
.effect8 .carousel-caption {
  background: #fff; color: #333;
  text-shadow: none; text-align: left !important;
}
.effect8 .carousel-caption h3 {
  margin-top: -20px;
}

.content-2 { padding:20px; padding-top: 20px;  }
.content-2 .div-prop { border: 1px solid #ddd; background: #fff; transition: ease-in-out all .3s; 
  padding: 5px 8px; border-radius: 3px; height: 265px; font-size: 14px; }
.content-2:hover .div-prop { box-shadow: 0 1px 8px 0px #ccc; }
.content-2 .div-prop section p { background: #2C89DF; border-radius: 3px 3px 0 0; 
  margin: -6px -8px 2px -8px; padding: 3px 5px 3px 5px; }
.content-2 .div-prop section button { font-size: 16px; padding: 2px 10px; margin:0; }
.div-prop button { background: none; border:1px solid #2278C7; border-radius: 0; font-weight: bold;
 margin:2px 5px !important; color: #fff; text-shadow: none !important; }
.div-prop button:hover { background: #2278C7; border:1px solid #eee; }

.div-prop1 button { background: none; border:1px solid #2278C7; border-radius: 0; font-weight: bold;
 color: #333; text-shadow: none !important; }
.div-prop1 button:hover { background: #2278C7; border:1px solid #eee; }
.div-prop1{ background-color: #fff; }
/*.b-2:hover { background: #333; border:1px solid #eee; }
.b-3:hover { background: #333; border:1px solid #eee; }
.b-4:hover { background: #333; border:1px solid #eee; }*/

.text {  color:#000; font-size:18px; background: #b7d4e6; padding: 6px 5px;  margin: -8px -8px 5px -8px; color: #333; }
.text-p1 { background: none; font-size: 16px; margin: 0; font-weight: bold;  padding-bottom: 0px; }
.text-p1 {  color: #fff; margin-bottom: 0; padding-bottom: 0;}
/*.text-p2 {  color: #449D44;}
.text-p3 {  color: #E5695D;}
.text-p4 {  color: #EC971F;}
*/
/*.link-1 { color: #F5E100; border: 1px solid #F5E100; padding: 1px 5px; margin-right: 10px; border-radius: 3px; }
.link-1:hover { color: #f8f8f8; border: 1px solid #f8f8f8; padding: 1px 5px; text-decoration: none; }
         */
.ul-1 { padding-left:0px; padding: 0 10px; }
.ul-1 li { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #ccc; }
.ul-1 li:last-child { border-bottom: none; }
.ul-1 li a { text-decoration: none; color: #333; }
.ul-1 li:hover a {  color: #000; }
         
.dfc { /*height: 160px; overflow-y: scroll;*/ border:none; }
.fa-star { color: #E5695D !important; }
.dfc .ul-2 { padding: 0 0px;}
.dfc .ul-2 li { list-style: none; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #ccc; }
.dfc .ul-2 li:last-child { border-bottom: none; }
.dfc .ul-2 li a { text-decoration: none; color: #333; }
.dfc .ul-2 li:hover a {  color: #000; }

.p-h:before {content: '*  '  }
.p-h {color:#590000; margin: 0; padding: 3px 0;   }
.p-h:hover {color:#CD856B; }
.cir {border:2px solid #399CC5; border-radius:50px; padding:5px; transition: all .2s ease-in-out;}
.cir:hover {transform: scale(1.2); border:2px solid #f1f1f1;border-radius:50px;padding:5px; }
.f-logo { margin:0 3px; max-height: 25px; }

.btn-r { border-radius: 5px; padding: 3px 10px; background: none; color: #538BAE; transition: all ease-in-out .3s; }
.btn-r:hover { background: #A5C341; border-color: #98CA3E; }
.input-group-addon { min-width: 110px; background: #DDE5E9; border-radius: 5px 0 0 5px;}
.form-control { border-radius: 0 5px 5px 0; }


/*.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.09), 0 0 10px rgba(0, 0, 0, 0.07) inset;
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.09), 0 0 10px rgba(0, 0, 0, 0.07) inset;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.09), 0 0 10px rgba(0, 0, 0, 0.07) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
*/


#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }


}

hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style14 { 
    border: 0; 
    height: 1px; max-width: 400px; margin-top: 15px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0); 
}
hr.style15 { 
    border: 0; margin-left: 0;
    height: 1px; max-width: 400px; margin-top: 15px;
    background-image: -webkit-linear-gradient(left, #512C1A, #512C1A, #f0f0f0);
    background-image: -moz-linear-gradient(left, #512C1A, #512C1A, #f0f0f0);
    background-image: -ms-linear-gradient(left, #512C1A, #512C1A, #f0f0f0);
    background-image: -o-linear-gradient(left, #512C1A, #512C1A, #f0f0f0); 
}
hr.style16 { 
    border: 0; margin-left: 0; width: 50%;
    height: 1px; max-width: 400px; margin-top: 5px;
    background-image: -webkit-linear-gradient(left, #006B96, #006B96, #f0f0f0);
    background-image: -moz-linear-gradient(left, #006B96, #006B96, #f0f0f0);
    background-image: -ms-linear-gradient(left, #006B96, #006B96, #f0f0f0);
    background-image: -o-linear-gradient(left, #006B96, #006B96, #f0f0f0); 
}
.content{
    padding: 10px 20px;
}
.blink {
    -webkit-animation-name: blink;
    -moz-animation-name: blink;
    -o-animation-name: blink;
    animation-name: blink;
    -webktit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.blink-infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    50% {
        opacity: 0;
    }
}
@-o-keyframes blink {
    50% {
        opacity: 0;
    }
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}


/*............page animation.............*/

/* Required */

.opac{
  opacity: 0;
}

.visible{
  opacity: 1;
}

/*speed, delay and other*/

                      #anim-1 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: 1s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #anim-2 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .8s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #anim-3 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .5s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #anim-4 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .2s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #ad-1 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: 1s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #ad-2 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .8s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #ad-3 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .5s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #ad-4 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .2s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #ban-1 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .2s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #ban-2 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .5s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #ban-3 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .5s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      #ban-4 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .8s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
            .anim-1 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: 1s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      .anim-2 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .8s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      .anim-3 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .5s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }
                      .anim-4 {
                          /*-webkit-animation-duration: 3s;*/
                          -webkit-animation-delay: .2s;
                          /*-webkit-animation-iteration-count: infinite;*/
                      }


/*............page animation.............*/

.bs-slider{
    overflow: hidden;
    max-height: 370px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  height: 308px;
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
          
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
 /* border:1px solid #ddd;
  */
 /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);*/
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  text-align: left;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
  width: 300px;

}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  border-bottom: 2px solid #F68B1F;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
 /* left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;*/
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding: 20px;
}



div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
 .srch { height: 25px; padding: 0 10px; margin-left: -5px; border-radius:  0 5px 5px 0 !important;}
    .srch-input { height: 25px; border-radius: 5px 0 0 5px;}
    .inner-banner { padding:25px 0; margin:2px auto; background:url(image/in-ban.jpg);margin-top: -35px;  }
    .body-df { background:rgba(240,240,240,.9); background-size: cover; padding:30px 0px 15px 0; }
    @media (max-width: 768px) {
    .srch-input { margin-right: 50px;}
 
}
button
{
    background: #dadada;
    border: 1px solid #dadada;
    padding: 3px; 
}

#button1
{
    position:absolute;
    left:256px;
    top:0px; 
    background: #512C1A;
    border: 1px solid #512C1A;
    border-radius: 20px;  
    padding: 3px; 
}

#back2Top {
   width: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFCB4F;
    color: #fff;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
}

  .modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-width:700px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
      }
      @media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }

       .questo:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}


#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background: #1583c9;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #fff;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #fff !important;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.background:before{
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-size: 100% 100%;
  background-image: none;
  width: 150%;
  height: 150%;
  top:-20px;
  left:-20px;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  background-repeat:no-repeat;
}




.x1{

  
  left: 0;
  top: 0;
  position: relative;

}



.block{
  -webkit-animation:scaledown 1s linear;
  -moz-animation:scaledown 1s linear;
  animation:scaledown 1s linear;
  transform-origin:100% 100%;
  animation-fill-mode: forwards;
}

.block:hover{
   z-index:100;
  -webkit-animation:scale 1s linear;
  -moz-animation:scale 1s linear;
  animation:scale 1s linear;
  transform-origin:100% 100%;
  animation-fill-mode: forwards;
}



@keyframes scale{
  0%{
    transform:scale(1.0);
  }
  100%{
    transform:scale(1.1);
    -webkit-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
  }
}

@keyframes scaledown{
  0%{
    transform:scale(1.1);
  }
   100%{
    transform:scale(1.0);
  }
}

.anima:hover {
    -webkit-animation: shake 1s;
    animation: shake 1s;
  }

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

html{
  font-family: "Roboto";
}

/* BOX LOGIN */
.box{
  position: relative;
  margin: auto;
  height: 410px;
  top: 40px;
  left: 0;
  z-index: 200;
  right: 0;
  width:400px;
  color:#666;
  border-radius: 3px;
  background: #FFF;
  margin-bottom: 100px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  overflow: hidden;
}

#header{
  background: #009688;
  position: relative;
  height: 100px;
  width: 100%;
  margin-bottom: 30px;
}

#cont-lock{
  width: 100%;
  height: 65px;
  position: relative;
}

.lock{
  text-align: center;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  line-height: 65px;
  font-size: 28px;
}

#bottom-head{
  position: relative;
  background: #00796b;
  height: 35px;
}

#bottom-head::after{
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 7px solid white;
  border-right: 7px solid rgba(0,0,0,0);
  border-left: 7px solid rgba(0,0,0,0);
  border-top: 7px solid rgba(0,0,0,0);
}

.box h1{
  margin-left: 20px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  color: #cfd8dc;
  line-height: 35px;
}

.box button{
  background: #cfd8dc;
  border:0;
  color: #009688;
  padding:10px;
  font-size: 16px;
  font-weight: 300;
  width:330px;
  margin:20px auto;
  display:block;
  cursor:pointer;
    -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
}

.box button:active{
  background: #009688;
  color: #263238;
}

.box button:hover{
    background: #009688;
  color: #FFF;
    -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.box p{
  font-size:14px;
  text-align:center;
}

.group        { 
  position:relative; 
  margin-bottom: 35px; 
  margin-left: 40px;
}

.inputMaterial        {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #ddd;
  background: none;
  color: #fff;
}

.inputMaterial:focus    { outline:none;}

/* LABEL ======================================= */

/*label{
  color:#fff; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}*/
.register-main form.login-box-body label{
	  position: inherit;
  pointer-events:none;
  left: inherit;
  top: inherit;
  transition: inherit; 
  -moz-transition:inherit; 
  -webkit-transition:inherit;
  font-size: 11px;
    letter-spacing: 1px;
    color: #0d496f;
    margin-bottom: 9px !important;
}
/* active state */
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label    {
  top:-20px;
  font-size:16px;
  color: #000;
}
.register-main form.login-box-body i.fa {
    height: 32px;
    width: 32px;
    border: 1px solid;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.radio-box-min{
	float: left;
	width: 100%;
	border: 1px solid; #ccc;
}
.radio-box-min {
    float: left;
    width: 100%;
    border: 1px solid #d2d6de;
    border-radius: 5px; 
    padding: 7px 17px 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio-box-min label{
	padding: 0;
    margin: 0;
}
#captImg img{
	width: 125px;
}
#refreshCaptcha img{
	width: 32px;
}
#captImg .btn-info {
    background-color: #ff8400;
    border-color: #ff8400;
}
.radio-box-min .col-lg-8{
	padding-top: 6px; 
}
.register-main form.login-box-body .form-control {
    margin-bottom: 9px;
    font-size: 12px;
}
/*.inputMaterial:required{text-decoration: none;}*/

/* BOTTOM BARS ================================= */ 
.bar  { position:relative; display:block; width:100%; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background: #E4791A; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all;    
  -webkit-transition:0.2s ease all;  
}
.admin-login-background {
    margin-top: 35px !important;
    border: 1px solid #0170b8 !important;
    border-radius: 5px !important;
    margin-left: 0 !important;
    box-shadow: none !important;
     
    border-top: none !important;
        float: none;
    display: inline-block;
    padding: 0;
    text-align: left;
}
.col-sm-6.admin-login-background.offset-md-3 {
    float: none;
    display: inline-block;
    text-align: left;
}
.admin-login-background h3{
	font-family: 'Montserrat', sans-serif !important;
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0;
    background: #0170b8;
    margin: 0;
    width: 100%;
    font-size: 19px;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width:50%;
}


/* active state */
.inputMaterial:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}

.btoon{
padding: 10px;
    background: #333333;
    margin-left: 40px;
    font-size: 18px;
    color: #fff;
    border: none;
    position: relative;
    float: right;
    margin-top: 20px;
    border-radius: 5px;
}
.btoon:hover{
	background: #ff8b00;
}
.navmenuu {
    padding-top: 21px;
}
section.login-boxes ul li {
    padding: 9px 0;
    line-height: 25px;
}
.impmenu a,.impmenu button {
    display: inline-block;
    background: #f7941d;
    color: #fff;
    font-size: 15px;
    vertical-align: top;
    line-height: 34px;
    padding-right: 10px;
    border-radius: 6px;
    margin-left: 10px;
}
.impmenu a i,.impmenu button i {
    background: #0072bc;
    display: inline-block;
    height: 34px;
    vertical-align: top;
    width: 35px;
    border-radius: 6px;
    margin-right: 10px;
    text-align: center;
    line-height: 34px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 2px solid #fff;
}
.impmenu {
    padding-top: 20px;
}
.banner-box{
	float: left;
	width: 100%;
}
.banner-box img{
	width: 100%;
}
.login-boxes label.col-lg-4 {
    font-size: 14px;
}
.card {
    margin-top: 17px;
}

@media only screen and (max-width: 2000px) {
  .impmenu{
    text-align: right;
  }
  .impmenu .col-xs-12.col-sm-7.col-md-7.col-lg-4.col-xl-7 a {
    width: 194px;
    display: inline-block;
}
.impmenu .col-xs-12.col-sm-7.col-md-7.col-lg-4.col-xl-7 a .col-sm-6.col-sm-6.col-lg-6.col-xs-6{
  width: 100%;
}
#captImg button#btnotp {
    position: relative;
    margin: 0 !important;
    width: 100%;
    margin-top: 0px !important;
    height: 37px;
}
}
@media only screen and (max-width: 1199px) {
  .home-box .col-sm-3, .home-box .col-sm-6, .home-box .col-sm-3 {
    width: 100%;
}
.home-box img {
    height: auto !important;
}

}
@media only screen and (max-width: 992px) {
  .login-box-body .btoon, .register-box-body .btoon {
    margin: 0 !important;
    /* width: 100% !important; */
    /* float: left !important; */
}
}
@media only screen and (max-width: 768px) {
.logo_new {
    padding: 0;
    width: 100%;
    text-align: center;
}
.logo_new img {
    float: none;
    display: inline-block;
    margin: 0 !important;
}
.impmenu {
    text-align: center;
}
.col-sm-6.admin-login-background {
    margin: 0 auto !important;
    float: none !important;
    width: 66%;
    display: inherit;
}
.row.fpad span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
}
.login-box-body .btoon, .register-box-body .btoon {
    margin: 0 !important;
    position: relative;
    top: inherit;
    width: 100% !important;
}
.row.fpad .col-sm-12.col-xs-6 {
    width: 100%;
}
}
@media only screen and (max-width: 501px) {
.col-sm-6.admin-login-background {
    margin: 0 auto !important;
    float: none !important;
    width: 100%;
    display: inherit;
}
.row.fpad span a {
    margin: 0 !important;
}
#f .col-xs-8, #f .col-xs-4 {
    width: 100%;
    text-align: center !important;
    margin: 5px 0;
}
.login-boxes h3 {
    font-size: 18px;
}
table.table.table-bordered.table-responsive {
    width: 500px !important;
    max-width: inherit;
}
.outer-box{
    overflow-y: scroll;
}
section.home-box h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.title_advertisement {
    font-size: 12px !important;
}
section.home-box p{
  text-align: center;
}
}
.login-boxes{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.login-boxes:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: url(../images/register-bg.jpg) left top no-repeat;
}
section.login-boxes:before {
    position: absolute;
    content: "";
    right: -130px;
    top: -57px;
    height: 250px;
    width: 250px;
    background: #f7941d;
    border-radius: 100%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 11px -7px #000;
}
.register-boxes {
    float: left;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
}
.register-boxes-left,.register-boxes-right{
	float:left;
	width: 50%;
}
.register-boxes-left {
    background: url(../images/register-bg.jpg) left top no-repeat;
    padding: 35px 65px;
    padding-left: 0;
}
.register-boxes-left h3{
	color: #fff;
	font-size: 30px;
	font-family: 'Antonio', sans-serif !important;
	font-weight: 700;
}
section.login-boxes ul {
    padding: 0 5px 0 23px;
}
section.login-boxes ul li {
    padding: 9px 0;
    line-height: 23px;
    color: #fff;
    float: left;
    width: 100%;
    list-style-type: disc;
    text-align: justify;
}
.register-boxes-right{
	padding:30px 50px;
	text-align: left;
	padding-right: 0;
	position: relative;
	overflow: hidden;
}
.register-boxes-right:before {
    position: absolute;
    content: "";
    left: -99px;
    bottom: -97px;
    height: 180px;
    width: 180px;
    background: #ff8b00;
    border-radius: 100%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 11px -7px #000;
}
.register-boxes-right h3{
	color: #333333;
	font-size: 30px;
	font-family: 'Antonio', sans-serif !important;
	font-weight: 700;
}
span.register-b {
    display: inline-block;
    height: 100px;
    width: 100px;
    background: #333333;
    padding: 9px 6px;
    border-radius: 100%;
    text-align: center;
    border: 8px solid #fff;
    box-shadow: 0px 0px 18px -7px #000;
}
span.register-b img{
	width: 49px;
}
.login-boxes label.col-lg-4{
	font-weight:normal;
}
.register-boxes-right label {
    font-weight: normal;
    color: #565656;
}
.register-boxes-right label .fa {
    color: #0072bc;
    font-size: 21px;
    border-right: 2px solid;
    padding-right: 10px;
    margin-right: 8px;
}
#captImg {
    float: left;
    width: 221px;
    display: flex;
    margin: 0;
}
#captImg img {
    width: 115px; 
height: 50px; float: left;
}
#refreshCaptcha{
	    display: inline-block;
    background: #3b6cce;
    height: 37px;
    width: 40px;
    float: left;
    text-align: center;
}
#refreshCaptcha img{
	float: none;
    margin-top: 3px;
        width: 32px;
}
.captch-box{
	display:flex;
}
.register-boxes-right input {
    height: 37px;
    margin-bottom: 14px;
}
.register-boxes-right label{
	margin-bottom: 10px;
}
.register-boxes-right .form-group {
    margin-bottom: 5px;
}
.otp-box {
    display: flex;
}
#captImg12 {
    float: left;
    width: 221px;
    display: flex;
    margin: 0;
}
#captImg12 img {
    width: 181px;
    float: left;
}
#refreshCaptcha{
	    display: inline-block;
    background: #3b6cce;
    height: 37px;
    width: 40px;
    float: left;
    text-align: center;
}
#refreshCaptcha img{
	float: none;
    margin-top: 3px;
        width: 32px;
}
a#refreshCaptcha img {
    height: auto;
}
#loginForgotPassword{
	color: #0072bc !important;
    font-size: 15px;
    margin-top: 30px !important;
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
}
.login-left ul{
	overflow-y: scroll;
    height: 386px;
}
.login-left ul::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.login-left ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.login-left ul::-webkit-scrollbar-thumb {
  background: #00426c; 
}

/* Handle on hover */
.login-left ul::-webkit-scrollbar-thumb:hover {
  background: #0075bf; 
}
.step-main-box h4 {
    color: #0072bc;
    font-size: 30px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 700;
    margin-bottom: 25px;
}
.step-main-box h4 span{
	color: #f59607;
}
.step-main-box .panel.panel-default {
    border: none;
    box-shadow: none;
}

.step-main-box .panel-body{
	padding: 0 ;
}
.step-main-box .panel-heading{
	    background: #0072bc !important;
	    position: relative;
	    overflow: hidden;
}
.step-main-box .panel-heading h5 {
    color: #fff;
    font-size: 19px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.step-main-box .panel-heading:after {
position: absolute;
    right: -38px;
    background: #f7941d;
    content: "";
    height: 58px;
    width: 70px;
    top: -34px;
    transform: rotate(45deg);
    border: 2px solid #fff;
}
.smpl-step > .smpl-step-step{
	padding:0 15px !important;
}
a.smpl-step-icon-1 {
    background: #c7e0f0;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #0072bc;
    border-radius: 4px;
    padding: 20px 0;
}
.progress{
	display:none;
}
a.smpl-step-icon-1 h6 {
    color: #0072bc;
    font-size: 17px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600;
    padding: 0;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}
.smpl-step > .smpl-step-step .smpl-step-num {
    font-size: 17px;
    font-family: 'Antonio', sans-serif !important;
    color: #0072bc;
    margin: -42px 0 9px 0;
}
.text-center.smpl-step-num span {
    height: 40px;
    width: 40px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 22px;
    border-radius: 36px;
    border: 2px solid #0072bc;
    line-height: 31px;
}
a.smpl-step-icon-1 i{
	font-size: 35px;
}
.text-war {
    float: left;
    width: 100%;
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding: 7px 0;
    border-radius: 5px;
    margin-bottom: 21px;
}
.text-war ul {
    padding-right: 20px;
}
.text-war li strong{
	color:red;
}
.step-main-box .pull-right button {
    background: #0072bc !important;
    font-family: 'Antonio', sans-serif !important;
    letter-spacing: 1px;
}
.step-main-box .pull-right span.btn{
	font-family: 'Antonio', sans-serif !important;
    letter-spacing: 1px;
        background-color: rgb(247 148 29) !important;
}
.complete a.smpl-step-icon-1{
	background: #fde8cd;
}
.complete a.smpl-step-icon-1 {
    background: #fde8cd;
    border: 1px solid #ff8b00;
}
.complete .text-center.smpl-step-num span {
	color: #ff8b00;
    border: 2px solid #ff8b00;
}
.complete a.smpl-step-icon-1 i{
	color: #ff8b00;
}
.complete a.smpl-step-icon-1 h6{
	color: #ff8b00;
}
.right-step ul {
    background: #d1e6f3;
    padding: 16px 20px 12px 35px;
    margin: 0;
    float: left;
    width: 100%;
}
.right-step ul li {
    float: left;
    color: #0072bc;
    line-height: 21px;
    width: 100%;
    list-style-type: decimal;
    text-align: justify;
    margin-bottom: 13px;
}
section.step-main-box {
    float: left;
    width: 100%;
    min-height: 560px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f4f9fb;
}
.sloat-main-box {
    float: left;
    width: 100%;
    padding: 30px 0;
}
#heading{
    font-size: 30px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600;
    padding: 0;
    margin: 0;
        margin-bottom: 24px;
        color: #0072bc !important; 
}
#heading span{
	color:#f7941d !important;
}
.heading1{
	padding-right:0;
}
.heading2{
	padding-left:0;
}
.heading1 span {
    display: inline-block;
    width: 100%;
    background: #0072bc;
    color: #fff;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    padding: 8px 15px 11px;
}
.heading2 span {
    display: inline-block;
    width: 100%;
    background: #f7941d;
    color: #fff;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    padding: 8px 15px 11px;
}
.instu-box {
    display: flex;
    align-items: center;
    background: #0072bc;
    padding: 5px 12px;
    border: 1px solid #0072bc;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0px;
    margin-bottom: 22px;
}
.instu-box i.fa.fa-university {
    font-size: 22px;
    color: #0072bc;
    margin: 0px 16px 0 0;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
}
.instu-box p {
    font-size: 15px;
    color: #fff !important;
    margin: 0;
    font-family: 'Antonio', sans-serif !important;
    letter-spacing: 0.5px;
}
.instu-box p span {
    display: block;
    font-weight: normal;
    color: #99d7ff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0px;
}
.slot_div-list {
    text-align: center;
    margin: 0 15px !important;
}
.slot_div-list p {
    font-size: 13px;
    line-height: 15px;
    margin-top: 6px;
    margin-bottom: 0;
}

.slot_div-list.block-list .slot_div2 {
    background: #ffb9b9;
    border: 1px solid #fd6b6b;
    min-height: 115px;
   display: flex;
    align-items: center;
    padding: 6px 15px;
    border-radius: 5px;
}
.slot_div-list.block-list span {
    color: red;
    font-weight: bold;
    font-size: 16px;
}
.sloat-list {
    background: #f5f5f5;
    margin: 15px 0;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    padding-bottom: 26px;
}
.slot_div-list a {
    display: inline-block;
    background: #8be58b;
    min-height: 115px;
    display: flex;
    align-items: center;
    border: 1px solid #2ce52c;
    border-radius: 5px;
    padding: 0 15px;
}
.slot_div {
    width: 100%;
}
.slot_div span {
    font-size: 16px;
    font-weight: bold;
    color: #005c00 !important;
}
.slot_div-list p {
    color: #000;
    font-size: 13px;
    margin-top: 2px;
}
.icon i {
    font-size: 33px;
}
.slot_div-list .icon i {
    color: #42a142;
}
.slot_div-list.block-list .icon i{
	color: #ff5151;
}
.confirm-box {
    float: left;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#144e7b, #049cff);
    text-align: center;
}
.confirm-box form {
    width: 500px;
    display: inline-block;
    text-align: left;
    text-align: center;
}
.text-center1 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    text-align: left;
    margin-top: 72px;
    border-radius: 6px;
}
.text-center1 input {
    width: 100% !important;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding: 0 12px;
    background: #f7f7f7;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text-center1 input:focus{
	outline: none;
}
.text-center1 .form-group{
	margin: 0;
}
div#accordion .panel-body {
    padding: 0 23px;
}
.text-center1 h2 {
    font-size: 30px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600;
    padding: 0 15px;
    margin: 0;
    margin-bottom: 24px;
    color: #0072bc !important;
    text-align: center;
}
.text-center1 h2 span {
    color: #f7941d !important;
}
.text-center1 .control-label{
	font-weight: normal !important;
}
.confirm-box ul{
	margin-top: 25px;
}
.confirm-box ul li{
	color: #fff;
}
.submit-btn {
    background: #0072bc;
    width: 100%;
    height: 46px;
    font-size: 20px;
    margin-top: 10px;
}
.slot-pre {
    float: left;
    width: 100%;
    background: #e7eef3;
    min-height: 90vh;
}
fieldset.note-boxes ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
fieldset.note-boxes ul li{
	display: inline-block;
	width: 100%;
}
fieldset.note-boxes h3 {
    font-size: 22px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 700;
    margin-bottom: 5px;
    color: #f7941d;
}
fieldset.preference-boxes {
    background: #0072bc;
    padding: 15px 30px 21px 30px;
    border-radius: 6px;
    margin-top: 16px;
}
fieldset.preference-boxes label{
	color: #fff;
	font-weight: normal;
}
fieldset.preference-boxes button{
	width: 100%;
    background: #f7941d;
    border: 1px solid #fff;  
}
#btnAddpreference{
	margin-top: 52px;
}
div#divpreferencetable {
    background: #fff;
    border: 1px solid #0072bc;
    border-radius: 4px;
}
div#divpreferencetable thead {
    background: #0072bc;
}
div#divpreferencetable thead th{
	color: #fff;
	letter-spacing: 1px;
}
div#divpreferencetable td{
	vertical-align: middle;
}
.table-bordered {
    border: 1px solid #f4f4f4;
    margin: 0;
}
button#buttonsubmitpreference {
    width: 140px;
    height: 45px;
    background: #0072bc;
    margin: 0 auto;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 22px;
}
.payment-box {
    float: left;
    width: 100%;
    background: #f4f9fb;
}
.payment-box h2 {
    color: #333333;
    font-size: 30px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 700;
    margin-bottom: 25px;
}
.payment-box h2 span {
    color: #f59607;
}
.payment-box .panel-heading {
    background: #333333 !important;
    position: relative;
    overflow: hidden;
}
.payment-box .panel-heading:after {
    position: absolute;
    right: -38px;
    background: #f7941d;
    content: "";
    height: 58px;
    width: 70px;
    top: -34px;
    transform: rotate(45deg);
    border: 2px solid #fff;
}
.payment-box .panel-heading h5 {
    color: #fff;
    font-size: 19px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.payment-instr-list{
	float: left;
	width: 100%;
	margin-bottom: 45px;
}
.money-box {
    float: left;
    width: 100%;
}
.type-ment{
	float: left;
	width: 100%;
}
.payment-instr-list {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    padding: 18px 18px;
    line-height: 26px;
    border: 1px solid #ebebeb;
    border-top: none;
}
.money-box .control-label {
    color: #002364;
    padding-top: 3px;
    font-family: 'Antonio', sans-serif;
    font-size: 18px;
}
.money-box h5{
	font-family: 'Antonio', sans-serif;
	font-size: 17px;
}
.type-ment h3 {
    margin: 0 0 20px 0;
    font-family: 'Antonio', sans-serif !important;
    font-size: 19px;
    color: #333333;
}
.btn-boxes1 button{
	height: 50px;
}
.btn-boxes1 button {
    height: 45px;
}
.form-group.btn-boxes1 {
    text-align: center;
}
.btn-boxes1 button {
    height: 45px;
    font-family: 'Antonio', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}
#btnPayNow{
   background: #333333;
    border: none;
}
.register-boxes-left h1{
	font-size: 40px;
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600;
    padding: 0 15px;
    margin: 0;
    margin-bottom: 24px;
    color: #fff !important;
    text-align: center;
	
}
.register-boxes-left h1 span {
    color: #f7941d !important;
}
.register-boxes-left h2{
	font-size: 25px;
    font-family: 'Antonio', sans-serif !important;
    color: #fff;
    text-align: center;
}
.mobile{
  display: none;
}
.slot_div2 {
    width: 100%;
}
#frmslot .col-lg-12{
	width: 100%;
	float: left;
}
@media only screen and (max-width: 2000px) {
  a.smpl-step-icon-1 h6{
      font-size: 14px;
  }
}
@media only screen and (max-width: 1281px) {
.confirm-box {
    height: auto;
}
}
@media only screen and (max-width: 1200px) {
	.login-boxes:after{
		background-size: cover;
	}
	.col-lg-9.dob-box {
    	padding-left: 15px !important;
	}
	.col-lg-9.dob-box .col-lg-4{
		padding-left: 15px !important;
		padding-bottom: 5px;
	}
	.numb .col-lg-5,.numb .col-lg-7{
		padding-left: 0 !important;
	}
	.incom{
		padding-left: 0 !important;
	}
}
@media only screen and (max-width: 991px) {

.impmenu {
      padding-top: 5px;
    text-align: center !important;
    margin-bottom: 10px;
}
.logo_new {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.logo_new a{
  display: inline-block;
}
.register-boxes-left {
    display: inline-block;
    padding: 25px 0;
    background: none;
    text-align: center;
}

.register-boxes {
    display: inline-block;
}
.register-boxes-left, .register-boxes-right {
    width: 100% !important;
}
.login-boxes:before{
	display: none;
}
.login-boxes:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 549px;
    width: 100%;
    background: url(../images/register-bg.jpg) left top no-repeat;
    background-size: cover;
}
.register-boxes-right {
    padding-right: 50px;
    margin-top: 50px;
}
.register-boxes-right {
    text-align: center;
}
.register-boxes-right form {
    text-align: left;
    padding: 30px !important;
    margin-top: 30px !important;
    border-radius: 5px;
}
.login-boxes {
    background: #e8f1f7;
}
div#f .col-xs-8, div#f .col-xs-2 {
    text-align: center !important;
    width: 100%;
}
div#f .col-xs-2{
  margin-top: 15px;
}
.register-boxes-right:before{
	display:none;
}
.register-boxes-left ul{
  overflow-y: scroll;
    height: 386px;
}
.register-boxes-left ul::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.register-boxes-left ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.register-boxes-left ul::-webkit-scrollbar-thumb {
  background: #00426c; 
}

/* Handle on hover */
.register-boxes-left ul::-webkit-scrollbar-thumb:hover {
  background: #0075bf; 
}
a.smpl-step-icon-1 {
    height: 120px;
}
}
@media only screen and (max-width: 767px) {
a.smpl-step-icon-1 {
    height: auto;
}
.smpl-step > .smpl-step-step .smpl-step-num {
    font-size: 17px !important;
    margin-top: -39px !important;
    margin-left: 0 !important;
}
a.smpl-step-icon-1{
  margin-bottom: 40px !important;
}
fieldset.preference-boxes select {
    margin-bottom: 10px;
}
#btnAddpreference {
    margin-top: 10px;
}
}
@media only screen and (max-width: 641px) {
  .desktop{
    display: none;
  }
  .mobile{
    display: inline-block;
  }
  .slot_div-list {
    float: left;
    width: 100% !important;
    margin: 8px 0!important;
}
.slot_div-min {
    float: left;
    width: 100%;
    padding: 0px 26px;
}
.confirm-box form {
    width: 100%;
}
}
@media only screen and (max-width: 481px) {
  section.login-boxes:before {
    position: absolute;
    content: "";
    right: -124px;
    top: -84px;
    height: 195px;
    width: 195px;
    background: #0072bc;
    border-radius: 100%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 11px -7px #000;
}
.register-boxes-right {
    padding-right: 15px;
    padding-left: 15px;
}
#otplogin #captImg {
    width: 50%;
}
div#divpreferencetable {
    overflow: scroll;
}
div#tablepreference_wrapper {
    width: 600px;
}
}
@media only screen and (max-width: 420px) {
.captch-box {
    display: inline-block;
}
.captch-box input {
    margin-top: 10px !important;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.login-box-body .btoon, .register-box-body .btoon{
    padding: 5px !important;
}
.register-boxes-right form {
    padding: 20px !important;
}
.register-boxes-right {
    padding-right: 0;
    padding-left: 0;
}
.register-boxes-left h3 {
    font-size: 23px;
}
.register-boxes-right h3 {
    font-size: 23px;
}
.panel.with-nav-tabs h3.section-header{
	    font-size: 14px !importan;
}
.text-center1 {
    padding: 15px;
}
}




