/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: montserrat, arial, verdana;
    background: transparent;
}
#sch-progressbar li {
    color: red;
}
/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

.pp-setting {
    display: block;
    position: fixed;
    top: 36%;
    right: 0px;
    width: 215px;
    box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.59);
    z-index: 99;
}

.pp-setting .icon {
    position: absolute;
    margin-top: -13.5px;
    border-radius: 6px 0 0 6px;
    top: 50%;
    bottom: -24px;
    left: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    text-align: center;
    box-shadow: -2px 0px 3px rgba(68, 68, 68, 0.59);
    cursor: pointer;
}

.pp-setting,
.pp-setting .icon {
    background-color: #fff;
}

.pp-setting .icon i {
    padding: 10px;
    font-size: 30px;
    cursor: pointer;
}

.pp-header {
    display: block;
    padding: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(9, 48, 40), rgb(35, 122, 87)) repeat scroll 0% 0%;
}

.pp-setting .pp-header h4 {
    margin-bottom: 0rem;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}

.pp-setting .link {
    padding: 20px;
    margin: 0;
    text-align: left;
    list-style: none;
}

.pp-setting .link li {
    margin-bottom: 10px;
}

.pp-setting .link li i {
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
}

.pp-setting .link li a {
    font-size: 15px;
}

.pp-setting .link li a:hover {
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: font-weight .3s ease-in-out;
    -moz-transition: font-weight .3s ease-in-out;
    -o-transition: font-weight .3s ease-in-out;
    transition: font-weight .3s ease-in-out;
}

.pp-setting .icon {
    font-size: 12px;
    color: #555;
}
.pp-setting .link li a {
  font-size: 12px;
  color: #555;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.container {

}
.sch-title-big {
  text-align: center;
  padding: 100px 0;
  display: inline-block;
  width: 100%;
  background: url(../images/2.jpg);
  position:relative;
}
.sch-title-big::before {
	content:"";
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.sch-title-big h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  position: relative;
}
.sch-title-name {
  position: absolute;
  top: 50px;
  font-size: 20px;
  font-weight: bold;
}
.sch-styles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 100px 0;
  position: relative;
}
.sch-all{
  box-sizing: border-box;
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.number-style {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
@media (min-width:640px) and (max-width:979px){
	.sch-styles {
  grid-template-columns: repeat(2, 1fr);
  padding:50px 0;
}
}
@media only screen and (max-width:639px){
	.sch-styles {
  grid-template-columns: repeat(1, 1fr);
  padding:50px 0;
}
}