/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.s1 .head{
		width: 80%;
	}
	.s1 .form {
    margin-bottom: 60px;
}
h2 {
    font-size: 35px;
}
button {
    width: 50%;
}
.s9 .img {
    width: 100%;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.s11 .content{
		width: 95%;
	}
	button {
    width: 70%;
}
.s9 iframe {
    height: 400px;
}
.s9 .img {
    width: 65%;
    display: block;
    margin: 0 auto;
}
.s8 .lectors {
    margin-top: 0;
}
.s8 iframe {
    width: 100%;
    height: 400px;
}
h2 br{
	display: none;
}
.s7 ul>li {
    margin-bottom: 30px;
}
.s5 p {
    min-height: initial;
    margin-bottom: 30px;
}
.final {
    font-size: 30px !important;
}
.s3 .items{
	align-items: baseline;
}
.s3 .item {
    width: 50%;
}
.s3 .item:last-child {
    width: 100%;
}
.s3 img {
    width: 40%;
}
.s3 .item p {
    padding-left: 0;
    margin-top: 20px;
}
.s1 .img {
    position: relative;
    right: 0;
}
.s1 .head {
    width: 100%;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
h2 {
    font-size: 30px;
}
.s3 .offer h2 {
    font-size: 32px;
}
.s3 .offer button {
    width: 75%;
}
}
@media only screen and (max-width : 600px) {
    .s10 iframe{
    width: 100%;
    height: 300px;
}
.s11 .newpr {
    font-size: 35px;
}
.s11 .newpr span {
    font-size: 30px;
}
.s11 button,.s3 .offer button {
    width: 100%;
}
button {
    width: 95%;
}
.s9 iframe,.s8 iframe {
    height: 290px;
}
.s1 .img {
    width: 80%;
}
.s1 .head div:last-child {
    width: 100%;
}
.s1 .head button {
    margin-top: 20px;
}
.s1 .head div {
    width: 50%;
}
.box-modal{
	width: 100%;
}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .s1 .form{
        margin-top: 0 !important;
    }
    .fixed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
}
.s1 .head {
    margin-bottom: 40px;
}
.form h2 {
    font-size: 21px;
}
h2 {
    font-size: 25px;
}
.s3 img {
    width: 60%;
}
.s3 .offer h2 {
    font-size: 28px;
}
.s3 .offer p {
    font-size: 23px;
}
button, input[type='submit'] {
    font-size: 23px;
}
.s4 {
    padding: 180px 0 35px 0;
}
.s9 iframe, .s8 iframe {
    height: 230px;
}
.s9 .img {
    width: 90%;
}
.s11 h3 {
    line-height: 1.2;
}
.s11 .newpr {
    font-size: 30px;
}
.s11 .newpr span {
    font-size: 22px;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 380px) {
.s11 .newpr span {
    display: block;
}
.s1 .head button {
    width: 90%;
}
}
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1920px) {

}