/* 
    Created on : 11 Mar, 2017, 11:55:51 AM
    Author     : sawant Rahul
*/
/*.slider-inner-box .school-slide{
    width: 6%!important;
}*/
.Award {
  padding: 32px 0;
}
.Award a img {
  width: 110px;
  border: 3px #e5e5e5 solid;
  transition: 0.3s border, 0.3s width;
  margin: 2px 2px;
}
.school-slide {
  padding-top: 40px !important;
}
.school-slides.slider-inner-bg {
  width: 6% !important;
}
.chrman-msg-con iframe {
  width: 100%;
}
h2.pd-bt-10 {
  padding-top: 0px;
  margin: 11px 0 0;
}
.fb-like-box.fb_iframe_widget {
  transform: unset!important;
  top: unset;
}
.headerbtn {
  background-color: red;
  padding: 5px;
  color: white;
  box-shadow: black 2px 3px 4px;
  border-radius: 3px;
  font-weight: 700;
  display: none;
}
.home-logo {
  width: 162px;
  height: 127px;
  float: left;
}
.studentcare.home-logo {
  background-image: url('https://www.studentkare.com/media/logo/stores/1/logo.png');
  background-position: center;
  background-color: white;
  background-size: 70%;
  height: 114px;
  border: 1px #cccccc solid;
  margin-top: 4px;
  box-shadow: #cccccc 2px 2px 4px;
}
@media screen and (max-width: 600px) {
  .chrman-msg .fb_iframe_widget iframe {
    width: 100% !important;
  }
  .flexslider .slides img {
    width: 590px;
  }
  .slider {
    height: 185px;
    z-index: 9;
  }
  .Smedia {
    position: initial;
    width: 100%;
  }
  a.testimonials {
    z-index: 8;
  }
  a.testimonials img {
    top: 0px!important;
    right: -68px !important;
    position: relative!important;
    transform: rotate(90deg);
    width: 35px;
  }
  div#promo,
  a.testimonials {
    display: none!important;
  }
  .headerbtn {
    right: 4px;
    top: 48px;
    font-size: 13px;
    position: absolute;
    /*        background-color: red;
                padding: 5px;
                color: white;
                box-shadow: black 2px 3px 4px;
                border-radius: 3px;
                font-weight: 700;*/
    z-index: 40;
    display: block;
  }
  .slider-wrapper .flex-direction-nav .flex-prev {
    left: 40%;
  }
  .slider-wrapper .flex-direction-nav .flex-next {
    right: 40%;
  }
  ul.flex-direction-nav {
    display: block;
  }
  .pos-map.VHS-Adrs {
    /*width: 90%;*/
  }
  .section.group {
    width: 100%!important;
  }
}
@media screen and (max-width: 1000px) {
  .footer-2 .VHS-Adrs {
    /*width: 100%;*/
  }
}
.btn-register {
  background-color: red!important;
  color: white;
  padding: 5px 9px;
  border-radius: 15px;
  font-size: 25px;
  vertical-align: top;
  margin-top: 18px;
  font-weight: 400;
}
.small {
  width: 400px;
}
.big {
  width: 570px;
}
.our-team ul li {
  padding: 0 10px;
}
.over-v2-r p {
  line-height: 17px;
  margin: 5px 0;
}
.over-v2 {
  width: 100%;
  margin: 30px 0 20px 0;
}
.centercontent {
  text-align: center;
  width: 100%;
}
.ourteam {
  width: 880px;
}
.teamlist {
  padding-top: 25px;
}
.teamlist li:before {
  /*content:'\1F63B';*/
  content: url(/images/red-star.png);
  padding-right: 5px;
}
.grid {
  padding: 20px 0;
}
table.activites {
  text-align: left;
}
.over-v2.table {
  border: 1px solid #4d90fe;
  box-shadow: 0 0 20px 0 #4d90fe;
}
table.activites,
table.activites td {
  border: 1px solid #4d90fe;
}
table.activites {
  border-collapse: collapse;
  width: 100%;
}
table.activites td {
  padding: 15px;
  transition: background-color 2s;
  font-size: 15px;
}
.eq {
  /*width: 50%;*/
  float: left;
}
.eq > div {
  background-color: #4d90fe;
}
.eq img {
  width: auto;
  height: 377px;
}
.eq div div {
  border-radius: 50%;
  background-color: #3F51B5;
  width: 399px;
  margin: 0 auto;
}
ul.teamlist {
  background-color: #4d90fe;
  color: white;
  margin-bottom: 50px;
}
a.btn-register:hover {
  text-decoration: none;
}
.grid.team2 li span.tm-photo {
  padding-bottom: 25px;
}
.blockl5 .login {
  background-color: #76c04e;
  width: 38px;
  padding: 5px 14px;
  font-weight: 600;
  color: white;
  font-size: 16px;
  margin: 0px 31px 4px;
}
.blockl5,
.login {
  float: left;
  width: 50%;
  text-align: center;
}
.blockl5.txt {
  margin-top: 4px;
  text-align: right;
}
.marquee {
  width: 100%;
  overflow: hidden;
}
.star {
  position: absolute;
  top: -4px;
  height: 10px;
  width: 10px;
  -webkit-animation-name: starRotate;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s;
  /* Safari 4.0 - 8.0 */
  animation-name: starRotate;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 1, 1, 1);
}
/* Standard syntax */
@keyframes starRotate {
  0% {
    /*filter:hue-rotate(0deg);*/
    transform: rotate(1deg);
  }
  100% {
    /*filter:hue-rotate(360deg);*/
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1000px) {
  .header-rt {
    width: 75%;
  }
  .logo {
    width: 25%;
  }
  .logo a {
    margin-left: 0px!important;
  }
  .logo a img {
    width: 100%;
  }
  .top-nav2 li a,
  .mega-menu.top-nav1 li a {
    font-size: 12px!important;
  }
}
@media only screen and (max-width: 1188px) and (min-width: 1025px) {
  .top-nav2 li a,
  .mega-menu.top-nav1 li a {
    font-size: 13px!important;
  }
  .logo a {
    margin-left: 8%!important;
  }
  .logo a img {
    width: 95%;
  }
  .logo {
    width: 23%;
  }
  .header-rt {
    width: 77%;
  }
}
.openBtn {
  background: #f26b35;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  height: 35px;
  cursor: pointer;
}
.openBtn:hover {
  background: #bbb;
}
.Smedia .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.Smedia .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.Smedia .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.Smedia .overlay .closebtn:hover {
  color: #ccc;
}
.Smedia .overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}
.Smedia .overlay input[type=text]:hover {
  background: #f1f1f1;
}
.Smedia .overlay button {
  float: left;
  width: 15%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.Smedia .overlay button:hover {
  background: #bbb;
}
button.openBtn img {
  width: 6px;
  transform: scale(4.5);
}
/*# sourceMappingURL=custom.css.map */