/* 
    Document   : Homepage  styling
    Created on : 3 Aug, 2017, 9:54:54 AM
    Author     : Asharani
    Description:
        Purpose of the stylesheet follows.
*/

.mediatechnews{
    display:none;
}
.medialogin{
  display:none;  
}
 .mediaarchives{
        display:none;
    }

/*.checkmenuspan{
    position: absolute;
        top: 6px;
    margin-left: -6px;
 
}*/
/*Portrait view of iphone 5 mobile view*/
@media all and (max-width:320px) and (min-width:250px){
   .mediaarchives{
        display: inline-block;
    }
   .archivesmenu {
    background-color: #bee530;
    border-radius: 15px;
    margin-top: 25%;
    margin-left: 6%;
    width: 148%;
    box-shadow: 10px 10px 0 #83bf00;
    font-family: Schoolbell;
    list-style: none;
}
 .mediahidearchive{  
    display: none;
      }
  .archive {
    font-family: Sniglet-Regular;
    font-size: 14px;
    margin-left: 0px;
}
.navarchive{
    border:none;
    background:transparent;
    display:inherit;
}
    .regdiv{
     display: none;   
    }
    
    .homeblock1 {
        margin: 0 13px;
    }
    .techDiv{
        display: none;
    }
    .donotclk{
        display:none;
    }

    .mediacat{
        display:none; 
    }
    .modal-dialog {
     margin-left: 7%;
    max-width: 77%;
}
.mediaKG {
    margin-left: 18%;
}


.mediaUG{
      position: absolute;
    overflow-wrap: break-word;
}
  .selectRegi {
    position: relative;
    display: inline-block;
    width: 124%;
}

.category-title {
    margin-left: 40px;
    margin-right: 6px;
}

.register-close-img {
    position: absolute;
    bottom: 96%;
    left: 90%;
    cursor: pointer;
    opacity: 1;
}

.login-close-img {
    position: absolute;
    bottom: 91%;
    left: 88%;
    cursor: pointer;
    opacity: 1;
}
.register-popup-close-img {
    position: absolute;
    bottom: 98%;
    left: 100%;
    cursor: pointer;
    opacity: 1;
}
.login-popup-close-img {
    position: absolute;
    bottom: 97%;
    left: 101%;
    cursor: pointer;
    opacity: 1;
}
.radio-toolbar label {
    display: inline-block;
    color: #aeaeae;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 35%;
    font-size: 12px;
    font-weight: 300;
    background-color: white;
    margin-top: 2%;
    height: 39px;
    text-align: center;
    padding-top: 2%;
}

.modal-Registration-student {
  margin-left: 18%;
}
.modal-Registration-parent {
    position: absolute;
}
.loginBtn {
    float: right;
    font-family: Sniglet-Regular;
    background-color: greenyellow;
    border-radius: 7px;
    height: 30px;
    padding: 0 20px;
    font-size: 18px;
    width: auto;
    margin: 10px 1px;
}
.forgot-close-img {
    position: absolute;
    bottom: 87%;
    left: 88%;
    cursor: pointer;
    opacity: 1;
}
    .technewsspan{
        overflow: hidden;   
        line-height: 16px;
        margin-top: -17px;
        margin-left: 9px;
        text-overflow: ellipsis;
        font-family: Sniglet-Regular;
        font-size:1em;
        width:85%; 
        display: -webkit-box;
        color:black;
        text-align: center;
        max-height:100px;
        -webkit-line-clamp:6;
        -webkit-box-orient: vertical;

    }

    .techcarousel{
        position: absolute;
        padding: 0;
        height:60%;
        top: 17%;
        width: 70%;
        left: 2%;

    }

    .mediatechnews{
        position: relative;
        padding: 0;
        display: inline-block;
        height: 350px;
        width: 112%;
        margin-left: -20px;
        -webkit-box-shadow: inset 0 0 5px 15px #8585e5;
        box-shadow:inset 0 0 5px 15px #8585e5;       
        border-radius: 25px;
        margin-top:20px; 


    }
    .technewsinner{
        position: abosolute;  
        background-color:white;
        height:100%;
        top: 1%;  
        padding: 0px;
        left: 18%;

    }
    .techimage{
        position: abosolute;
        height: 190px;

    }

    .diybtn {
        position: absolute;
        color: #ff8500;
        box-shadow: #ffa300;
        font-family: Sniglet-Regular;
        background-color: #ffe315;
        height: 24px;
        width: 50px;
        font-size: 10px;
        border-radius: 5px;
        text-align: left;
        padding-top: 0px;
        top: 62%;
        left: 84%;
    }
    .diycarousel {
    position: absolute;
    height: 200px;
    top: 23%;
    width: 80%;
    left: 9%;
}

    .mtechseeall{
        position: absolute;
        outline: 0;
        width: 75%;
        text-indent: -9999px;
        z-index: 9;
        left: 43.5%;
        background: url(../img/seeall.png) no-repeat;
        background-size: auto auto;
        background-size: 34.5%;
        margin-left: 23%;
        top: 125%;

    }
    .mouse{
        display: none;
    }
    .poll{

        background-image: url(../img/poll.png);
        height: 286px;
        width: 136%;
        margin-left: -37px;
        background-size:100% 100%;
        margin-top: 25px;
        background-repeat: no-repeat;
    }
   .pollcontent {
    position: absolute;
    top: 15%;
       left: 2%;
    font-size: 15px;
    font-family: Sniglet-Regular;
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
    color: white;
    padding-left: 1px;
    overflow: hidden;
}
    .pollbtn {
        width: 83px;
        height: 28px;
        /* border-color: #bfd300; */
        font-size: 15px;
        border-radius: 10px;
        background-color: #bfd300;
        margin-left: 35%;
        margin-top: 7%;
    }
    .section input[type='radio'] {
        margin:0px 10px;

        -webkit-appearance:none;
        width:15px;
        height:15px;
        border:1px solid darkgray;
        border-radius:40%;
        outline:none;
        background: #fff;
        box-shadow:0 0 5px 0px gray inset;
    }
    .section input[type='radio']:before {

        margin:2px 10px;

        content:'';
        display:block;
        width:40%;
        height:40%;
        margin: 20% auto;    
        border-radius:40%;    
    }

    .section input[type='radio']:checked:before {
        position: relative;   

        background:#bfd300;
    }
 

    .diy{

        background-image: url(../img/diy.png);
        background-size: 100% 100%;
        height: 198px;
        width: 135%;
        margin-left: -38px;
        background-repeat: no-repeat;
    }
    .diyimage{
        position: abosolute;
        height:100px;
        top: 13%;
        width:88%;   
        left: 11%;
    }
    .gkmodalimage{
        height:10%;
        width:40%;
        top: 25%;
        left: 48%; 
    }
    .recommendations{
        background-image: url(../img/recommend.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-top: 20px;
        width: 114%;
        margin-left: -21px;
    }
    #recommendationContent{
        position: absolute;
        font-family: sniglet-Regular;
        top: 30%;
        left: 20%;
        font-size: 15px;
        max-width: 60%;
        height: 55%;
        color: #000000;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;

    }

    #wordExample{
        position: absolute;
        top: 32%;
        left: 15%;
        font-size: 18px;
        max-width: 70%;
        height: 50%;
        color: #000000;
    }
    .serachtab{
        margin-top:15%;  
    }
    .funfactContent{
        overflow:auto;
        display: inline-block;
        word-wrap: break-word;
        font-size:30px;
    }
    .blogs{
        width: 132%;
        margin-left: -48px;
        background-image: url(../img/signboard.png);
        background-size: 100% 100%;
        /*margin: 15px 0 0 40px;*/
        background-repeat: no-repeat;
    }
    .story{
        height: 227px;
        width: 123%;
        margin-left: -24px;
        background-image: url(../img/story.png);
        background-size: 100% 100%;
        margin-top: 15px;
        margin-right: 40px;
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;

    }
    .gkhead{
        position: absolute;
        top: 7.1%;
        left: 10%;
        font-size: 15px;
        font-family: Sniglet-Regular;
        text-align: center;
    }
    p.small {
        overflow: hidden;
        line-height: 117%;
        top: 50%;
        font-size: 15px;
        height: 43%;
        width: 40%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    a.gkreadmore{
        position: absolute;
        top: 74%;
        left: 10%;
        color: #339eff;
        font-size: 15px;
        font-family: Sniglet-Regular;

    }
    .gkimg{
        height:50%; 
    }
    .gkbtn{
        position: absolute;
        color:white; 
        box-shadow: 2px 2px 0px #005899;
        font-family:Sniglet-Regular;
        background-color:#157fce;
        height:25px;
        width:60px;
        border-radius:12px; 
        font-size:10px;
        top: 85%;
        left: 75%;

    }
    .quotes {
        height: 167px;
        width: 138%;
        top: 10px;
        margin-left: -41px;
        background-image: url(../img/thought.png);
        background-size: 100% 100%;
        margin-top: 5px;
        margin-bottom: 10%;
        background-repeat: no-repeat;
    }
    #thoughts{
        position: absolute;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;  
        top:10%;
        left:10%;
        color: #FFFFFF;
        font-size:20px;
        font-family:Sniglet-Regular;
    }
    #wordAll{
        position: absolute;
        top: 1.6%;
        left: 69%;
        background-color: #ffa300;
        border-radius: 15px;
        font-size: 10px;
        color: yellow;
    }
    #seeAllDiv {
        position: absolute;
        top: 71%;
        left: 49%;
        font-size: 20px;
        text-decoration: none;
        color: #FFFFFF;
    }
    #sentenceCount {
        position: absolute;
        top: 59%;
        left: 19%;
        border-radius: 30px;
        background-color: yellow;
        min-width: 60%;
        padding: 8px 25px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }
      .todayfeature {
    height: 229px;
    width: 105%;
    margin-left: -7px;
    /*background: url(../img/todays-feature-gif.gif);*/
     background: url(../img/todayfeature.png);
    background-size: 100% 100%;
    font-family: Sniglet-Regular;
    /* margin: 20px 0 0 50px; */
    margin-top: 14px;
    background-repeat: no-repeat;
}
   #featureShare {
    position: absolute;
    top: 81%;
    left: 75%;
    background-color: #005899;
    height: 23%;
    width: 15%;
    border-radius: 10px;
    display: inline;
    cursor: pointer;
}
  #featureContent {
    position: absolute;
    top: 31%;
    /* margin-top: 15px; */
    left: 10%;
    font-size: 12px;
    /* padding-right: 10%; */
    color: #000000;
    max-height: 50%;
    width: 80%;
    overflow-y: auto;
}
    #featureTitle {
        position: absolute;
        top: 18%;
        word-wrap: break-word;
        left: 10%;
        font-size: 10px;
        font-weight: bold;
        color: #000000;

    }
    #featureImage {
    max-width: 35%;
    max-height: 60%;
    float: right;
}
 #wordMeaning {
    position: absolute;
    top: 17%;
    left: 10%;
    font-size: 17px;
    max-width: 80%;
    height: 55%;
    color: #FFFFFF;
}
#wordExample {
    position: absolute;
    top: 30%;
    left: 15%;
    font-size: 15px;
    max-width: 70%;
    height: 50%;
    color: #000000;
}
    .wod{  
        margin-left: -19px;
        height: 650px;
        background-image: url(../img/word.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 115%;

    }
    #wordTitle{
        position: absolute;
        top: 11%;
        left: 10%;
        font-size:25px;
        max-width: 80%;
        max-height: 55%;
        color: yellow;
    }
    .footcontent{
        padding:0px;
    }
    .funfact {
        background-image: url(../img/facts.png);
        background-size: 100% 100%;
        font-family: Sniglet-Regular;
        /* margin: 52px 0 0 0; */
        margin-top: 36px;
        width: 106%;
        margin-left: -8px;
        background-repeat: no-repeat;
    }
    .gkdetails {
    position: absolute;
    top: 25%;
    left: 2%;
    width: 260px;
    height: 230px;
    display: inline-block;
    word-wrap: break-word;
    font-size: 15px;
    font-family: Sniglet-Regular;
    padding-left: 2px;
    overflow: hidden;
}

}

/*Portrait view of Galaxy S5 mobile view*/
@media all and (max-width:410px) and (min-width:321px){
 .mediaarchives{
        display: inline-block;
    }
 .archivesmenu {
    background-color: #bee530;
    border-radius: 15px;
    margin-top: 10px;
   /* margin-left: 16%;
    width: 138%;*/
    box-shadow: 10px 10px 0 #83bf00;
    font-family: Schoolbell;
    list-style: none;
}
.navarchive{
    border:none;
    background:transparent;
    display:inherit;
}
.archive {
    font-family: Sniglet-Regular;
    font-size: 18px;
    margin-left: 3px;
}
.mytabs-content {
    font-family: Sniglet-Regular;
    margin: -4px 10px;
    padding: 10px;
}
 .mediahidearchive{  
    display: none;
      }
    .homeblock1 {
        margin: 0 13px;
    }
    .techDiv{
        display: none;
    }
    .donotclk{
        display:none;
    }

    .mediacat{
        display:none; 
    }
      .modal-dialog { 
        width:80%; 
        max-width: 100%; 
    }
    .selectRegi {
    position: relative;
    display: inline-block;
    width: 124%;
}

.category-title {
    margin-left: 40px;
    margin-right: 6px;
}

.register-close-img {
    position: absolute;
    bottom: 96%;
    left: 90%;
    cursor: pointer;
    opacity: 1;
}

.login-close-img {
    position: absolute;
    bottom: 91%;
    left: 88%;
    cursor: pointer;
    opacity: 1;
}
.forgot-close-img {
    position: absolute;
    bottom: 87%;
    left: 88%;
    cursor: pointer;
    opacity: 1;
}
.register-popup-close-img {
    position: absolute;
    bottom: 97%;
    left: 99%;
    cursor: pointer;
    opacity: 1;
}
.register-popup-close-img img{
    width: initial;
}
.login-popup-close-img {
         position: absolute;
    bottom: 94%;
    left: 100%;
    cursor: pointer;
    opacity: 1;
}
.login-popup-close-img img{
    width:initial;
}
.radio-toolbar label {
    display: inline-block;
    color: #aeaeae;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 35%;
    font-size: 12px;
    font-weight: 300;
    background-color: white;
    margin-top: 2%;
    height: 39px;
    text-align: center;
    padding-top: 2%;
}
.mediaKG {
      margin-left: 57.5px;

}
.mediaUG{
      position: absolute;
    overflow-wrap: break-word;
}
.modal-Registration-student {
      margin-left: 61.5px;
}
.modal-Registration-parent {
    position: absolute;
}
.loginBtn {
    float: right;
    font-family: Sniglet-Regular;
    background-color: greenyellow;
    border-radius: 7px;
    height: 29px;
    padding: 0px 20px;
    font-size: 18px;
    width: auto;
    margin: 3px 4px;
}
.modal-Registration-checkbox {
    display: inline-block;
    width: 91%;
    background-color: white;
    margin-left: 5%;
    margin-top: 3%;
}
    .technewsspan{
        overflow: hidden;   
        line-height: 16px;
        margin-top: -17px;
        margin-left: 9px;
        text-overflow: ellipsis;
        font-family: Sniglet-Regular;
        font-size:1em;
        width:85%; 
        display: -webkit-box;
        color:black;
        text-align: center;
        max-height:100px;
        -webkit-line-clamp:6;
        -webkit-box-orient: vertical;

    }

    .techcarousel{
        position: absolute;
        padding: 0;
        height:60%;
        top: 17%;
        width: 70%;
        left: 2%;

    }

    .mediatechnews{
        position: relative;
        padding: 0;
        display: inline-block;
        height: 350px;
        width: 112%;
        margin-left: -20px;
        -webkit-box-shadow: inset 0 0 5px 15px #8585e5;
        box-shadow:inset 0 0 5px 15px #8585e5;       
        border-radius: 25px;
        margin-top:20px; 


    }
    .technewsinner{
        position: abosolute;  
        background-color:white;
        height:100%;
        top: 1%;  
        padding: 0px;
        left: 18%;

    }
    .techimage{
        position: abosolute;
        height: 190px;

    }

    .diybtn {
        position: absolute;
        color: #ff8500;
        box-shadow: #ffa300;
        font-family: Sniglet-Regular;
        background-color: #ffe315;
        height: 24px;
        width: 50px;
        font-size: 10px;
        border-radius: 5px;
        text-align: left;
        padding-top: 0px;
        top: 62%;
        left: 84%;
    }
    .diycarousel{
        position: absolute;
        height:200px;
        top: 17%;
        width:80%;
        left: 10%;

    }

    .mtechseeall{
        position: absolute;
        outline: 0;
        width: 75%;
        text-indent: -9999px;
        z-index: 9;
        left: 43.5%;
        background: url(../img/seeall.png) no-repeat;
        background-size: auto auto;
        background-size: 34.5%;
        margin-left: 23%;
        top: 125%;

    }
    .mouse{
        display: none;
    }
    .poll{

        background-image: url(../img/poll.png);
        height: 274px;
        width: 126%;
        margin-left: -35px;
        background-size:100% 100%;
        margin-top: 25px;
        background-repeat: no-repeat;
    }
    .pollcontent{
        position: absolute;   
        top:15%;
        left:10%;
        font-size:15px;                  
        font-family:Sniglet-Regular;
        width:80%;
        display: inline-block;
        word-wrap: break-word;   
        color:white;
        padding-left:1px; 
        overflow:hidden;

    }
    .pollbtn {
        width: 83px;
        height: 28px;
        /* border-color: #bfd300; */
        font-size: 15px;
        border-radius: 10px;
        background-color: #bfd300;
        margin-left: 35%;
        margin-top: 7%;
    }
    .section input[type='radio'] {
        margin:0px 10px;

        -webkit-appearance:none;
        width:15px;
        height:15px;
        border:1px solid darkgray;
        border-radius:40%;
        outline:none;
        background: #fff;
        box-shadow:0 0 5px 0px gray inset;
    }
    .section input[type='radio']:before {

        margin:2px 10px;

        content:'';
        display:block;
        width:40%;
        height:40%;
        margin: 20% auto;    
        border-radius:40%;    
    }

    .section input[type='radio']:checked:before {
        position: relative;   

        background:#bfd300;
    }
 
    .diy{

        background-image: url(../img/diy.png);
        background-size: 100% 100%;
        height: 198px;
        width: 125%;
        margin-left: -34px;
        background-repeat: no-repeat;
    }
    .diyimage{
        position: abosolute;
        height:100px;
        top: 13%;
        width:88%;   
        left: 11%;
    }
    .gkmodalimage{
        height:10%;
        width:40%;
        top: 25%;
        left: 48%; 
    }
  .recommendations {
    background-image: url(../img/recommend.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
    width: 125%;
    margin-left: -33px;
}
    #recommendationContent{
        position: absolute;
        font-family: sniglet-Regular;
        top: 30%;
        left: 20%;
        font-size: 15px;
        max-width: 60%;
        height: 55%;
        color: #000000;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;

    }
#wordExample {
    position: absolute;
    top: 32%;
    left: 15%;
    font-size: 15px;
    max-width: 70%;
    height: 50%;
    color: #000000;
}
    .serachtab{
        margin-top:15%;  
    }
    .funfactContent{
        overflow:auto;
        display: inline-block;
        word-wrap: break-word;
        font-size:30px;
    }
    .blogs{
        width: 132%;
        margin-left: -48px;
        background-image: url(../img/signboard.png);
        background-size: 100% 100%;
        /*margin: 15px 0 0 40px;*/
        background-repeat: no-repeat;
    }
.story {
    height: 227px;
    width: 334px;
    margin-left: -33px;
    background-image: url(../img/story.png);
    background-size: 100% 100%;
    margin-top: 15px;
    /* margin-right: 40px; */
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    word-wrap: break-word;
}
.gkhead {
    position: absolute;
    top: 5.1%;
    left: 4%;
    font-size: 15px;
    font-family: Sniglet-Regular;
    text-align: center;
}
  p.small {
    overflow: hidden;
    line-height: 117%;
    top: 50%;
    font-size: 13px;
    height: 46%;
    width: 40%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
    a.gkreadmore{
        position: absolute;
        top: 74%;
        left: 10%;
        color: #339eff;
        font-size: 15px;
        font-family: Sniglet-Regular;

    }
    .gkimg{
        height:50%; 
    }
    .gkimage {
    position: absolute;
    height: 100%;
    width: 40%;
    top: 25%;
    left: 53%;
}
    .gkbtn{
        position: absolute;
        color:white; 
        box-shadow: 2px 2px 0px #005899;
        font-family:Sniglet-Regular;
        background-color:#157fce;
        height:25px;
        width:60px;
        border-radius:12px; 
        font-size:10px;
        top: 85%;
        left: 75%;

    }
    .quotes {
        height: 167px;
           width: 126%;
        top: 10px;
        margin-left: -37px;
        background-image: url(../img/thought.png);
        background-size: 100% 100%;
        margin-top: 5px;
        margin-bottom: 10%;
        background-repeat: no-repeat;
    }
    #thoughts{
        position: absolute;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;  
        top:10%;
        left:10%;
        color: #FFFFFF;
        font-size:20px;
        font-family:Sniglet-Regular;
    }
    #wordAll{
        position: absolute;
        top: 1.6%;
        left: 69%;
        background-color: #ffa300;
        border-radius: 15px;
        font-size: 10px;
        color: yellow;
    }
    #seeAllDiv {
        position: absolute;
        top: 71%;
        left: 49%;
        font-size: 20px;
        text-decoration: none;
        color: #FFFFFF;
    }
    #sentenceCount {
        position: absolute;
        top: 59%;
        left: 19%;
        border-radius: 30px;
        background-color: yellow;
        min-width: 60%;
        padding: 8px 25px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }
    .todayfeature {
    height: 229px;
    width: 105%;
    margin-left: -7px;
    /*background: url(../img/todays-feature-gif.gif);*/
     background: url(../img/todayfeature.png);
    background-size: 100% 100%;
    font-family: Sniglet-Regular;
    /* margin: 20px 0 0 50px; */
    margin-top: 14px;
    background-repeat: no-repeat;
}
   #featureShare {
    position: absolute;
    top: 81%;
    left: 75%;
    background-color: #005899;
    height: 23%;
    width: 15%;
    border-radius: 10px;
    display: inline;
    cursor: pointer;
}
  #featureContent {
    position: absolute;
    top: 31%;
    /* margin-top: 15px; */
    left: 10%;
    font-size: 12px;
    /* padding-right: 10%; */
    color: #000000;
    max-height: 50%;
    width: 80%;
    overflow-y: auto;
}
    #featureTitle {
        position: absolute;
        top: 22%;
        word-wrap: break-word;
        left: 10%;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
    }
   #featureImage {
    max-width: 35%;
    max-height: 60%;
    float: right;
}
#wordMeaning {
    position: absolute;
    top: 17%;
    left: 10%;
    font-size: 17px;
    max-width: 80%;
    height: 55%;
    color: #FFFFFF;
}
    .wod{  
        margin-left: -19px;
        height: 650px;
            width: 112%;
        background-image: url(../img/word.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;


    }
    #wordTitle{
        position: absolute;
        top: 11%;
        left: 10%;
        font-size:25px;
        max-width: 80%;
        max-height: 55%;
        color: yellow;
    }
    .footcontent{
        padding:0px;
    }
    .funfact {
        background-image: url(../img/facts.png);
        background-size: 100% 100%;
        font-family: Sniglet-Regular;
        /* margin: 52px 0 0 0; */
        margin-top: 36px;
        width: 106%;
        margin-left: -8px;
        background-repeat: no-repeat;
    }

}
/*Portrait view of Nexus 5X mobile view*/
@media all and (max-width:434px) and (min-width:411px){
    .mediaarchives{
        display: inline-block;
    }
    .archivesmenu {
    background-color: #bee530;
    border-radius: 15px;
    margin-top: 10px;
    /*margin-left: 10%;
    width: 214%;*/
    box-shadow: 10px 10px 0 #83bf00;
    font-family: Schoolbell;
    list-style: none;
}
.navarchive{
    border:none;
    background:transparent;
    display:inherit;
}
 .mediahidearchive{  
    display: none;
      }
    .homeblock1 {
        margin: 0 13px;
    }
    .techDiv{
        display: none;
    }
    .donotclk{
        display:none;
    }

    .mediacat{
        display:none; 
    }
       .modal-dialog { 
        width:90%; 
     max-width: 85%;
    }
     .mediaKG{
            margin-left: 96.5px;
}


.mediaUG{
     position: absolute;
}
  .selectRegi {
    position: relative;
    display: inline-block;
    width: 124%;
}

.category-title {
    margin-left: 40px;
    margin-right: 6px;
}

.register-close-img {
    position: absolute;
       bottom: 94%;
    left: 91%;
    cursor: pointer;
    opacity: 1;
}

.login-close-img {
    position: absolute;
    bottom: 91%;
    left: 88%;
    cursor: pointer;
    opacity: 1;
}
.forgot-close-img {
    position: absolute;
    bottom: 87%;
    left: 88%;
    cursor: pointer;
    opacity: 1;
}
.register-popup-close-img {
    position: absolute;
    bottom: 98%;
    left: 100%;
    cursor: pointer;
    opacity: 1;
}
.register-popup-close-img img{
    width: initial;
}
.login-popup-close-img {
    position: absolute;
    bottom: 95%;
    left: 100%;
    cursor: pointer;
    opacity: 1;
}
.login-popup-close-img img{
    width:initial;
}
.radio-toolbar label {
    display: inline-block;
    color: #aeaeae;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 35%;
    font-size: 12px;
    font-weight: 300;
    background-color: white;
    margin-top: 2%;
    height: 39px;
    text-align: center;
    padding-top: 2%;
}

.modal-Registration-student {
    margin-left: 100.5px;
}
.modal-Registration-parent {
    position: absolute;
}

.loginBtn {
    float: right;
    font-family: Sniglet-Regular;
    background-color: greenyellow;
    border-radius: 7px;
    height: 30px;
    padding: 0 20px;
    font-size: 18px;
    width: auto;
    margin: 10px 1px;
}
    .technewsspan{
        overflow: hidden;   
        line-height: 16px;
        margin-top: -17px;
        margin-left: 9px;
        text-overflow: ellipsis;
        font-family: Sniglet-Regular;
        font-size:1em;
        width:85%; 
        display: -webkit-box;
        color:black;
        text-align: center;
        max-height:100px;
        -webkit-line-clamp:6;
        -webkit-box-orient: vertical;

    }

    .techcarousel{
        position: absolute;
        padding: 0;
        height:60%;
        top: 17%;
        width: 70%;
        left: 2%;

    }

    .mediatechnews{
        position: relative;
        padding: 0;
        display: inline-block;
        height: 350px;
        width: 112%;
        margin-left: -20px;
        -webkit-box-shadow: inset 0 0 5px 15px #8585e5;
        box-shadow:inset 0 0 5px 15px #8585e5;       
        border-radius: 25px;
        margin-top:20px; 


    }
    .technewsinner{
        position: abosolute;  
        background-color:white;
        height:100%;
        top: 1%;  
        padding: 0px;
        left: 18%;

    }
    .techimage{
        position: abosolute;
        height: 190px;

    }

    .diybtn {
        position: absolute;
        color: #ff8500;
        box-shadow: #ffa300;
        font-family: Sniglet-Regular;
        background-color: #ffe315;
        height: 24px;
        width: 50px;
        font-size: 10px;
        border-radius: 5px;
        text-align: left;
        padding-top: 0px;
        top: 62%;
        left: 84%;
    }
    .diycarousel{
        position: absolute;
        height:200px;
        top: 17%;
        width:80%;
        left: 10%;

    }

    .mtechseeall{
        position: absolute;
        outline: 0;
        width: 75%;
        text-indent: -9999px;
        z-index: 9;
        left: 33.5%;
        background: url(../img/seeall.png) no-repeat;
        background-size: auto auto;
        background-size: 34.5%;
        margin-left: 23%;
        top: 125%;

    }
    .mouse{
        display: none;
    }
    .poll{

        background-image: url(../img/poll.png);
        height: 318px;
        width: 125%;
        margin-left: -34px;
        background-size:100% 100%;
        margin-top: 25px;
        background-repeat: no-repeat;
    }
    .pollcontent{
        position: absolute;   
        top:15%;
        left:10%;
        font-size:15px;                  
        font-family:Sniglet-Regular;
        width:80%;
        display: inline-block;
        word-wrap: break-word;   
        color:white;
        padding-left:1px; 
        overflow:hidden;

    }
    .pollbtn {
        width: 83px;
        height: 28px;
        /* border-color: #bfd300; */
        font-size: 15px;
        border-radius: 10px;
        background-color: #bfd300;
        margin-left: 35%;
        margin-top: 7%;
    }
    .section input[type='radio'] {
        margin:0px 10px;

        -webkit-appearance:none;
        width:15px;
        height:15px;
        border:1px solid darkgray;
        border-radius:40%;
        outline:none;
        background: #fff;
        box-shadow:0 0 5px 0px gray inset;
    }
    .section input[type='radio']:before {

        margin:2px 10px;

        content:'';
        display:block;
        width:40%;
        height:40%;
        margin: 20% auto;    
        border-radius:40%;    
    }

    .section input[type='radio']:checked:before {
        position: relative;   

        background:#bfd300;
    }


    .diy{

        background-image: url(../img/diy.png);
        background-size: 100% 100%;
        height: 198px;
        width: 125%;
        margin-left: -34px;
        background-repeat: no-repeat;
    }
    .diyimage{
        position: abosolute;
        height:100px;
        top: 13%;
        width:88%;   
        left: 11%;
    }
    .gkmodalimage{
        height:10%;
        width:40%;
        top: 25%;
        left: 48%; 
    }
    .recommendations{
        background-image: url(../img/recommend.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-top: 20px;
        width: 114%;
        margin-left: -21px;
    }
    #recommendationContent{
        position: absolute;
        font-family: sniglet-Regular;
        top: 30%;
        left: 20%;
        font-size: 15px;
        max-width: 60%;
        height: 55%;
        color: #000000;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;

    }

    #wordExample{
        position: absolute;
        top: 32%;
        left: 15%;
        font-size: 18px;
        max-width: 70%;
        height: 50%;
        color: #000000;
    }
    .serachtab{
        margin-top:15%;  
    }
    .funfactContent{
        overflow:auto;
        display: inline-block;
        word-wrap: break-word;
        font-size:30px;
    }
    .blogs{
        width: 132%;
        margin-left: -48px;
        background-image: url(../img/signboard.png);
        background-size: 100% 100%;
        /*margin: 15px 0 0 40px;*/
        background-repeat: no-repeat;
    }
    .story{
        height: 235px;
        width: 371px;
        margin-left: -21px;
        background-image: url(../img/story.png);
        background-size: 100% 100%;
        margin-top: 15px;
        /*margin-right: 40px;*/
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;
    }
    .gkhead{
        position: absolute;
        top: 7.1%;
        left: 10%;
        font-size: 15px;
        font-family: Sniglet-Regular;
        text-align: center;
    }
    p.small {
        overflow: hidden;
        line-height: 117%;
        top: 50%;
        font-size: 15px;
        height: 43%;
        width: 40%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    a.gkreadmore{
        position: absolute;
        top: 74%;
        left: 10%;
        color: #339eff;
        font-size: 15px;
        font-family: Sniglet-Regular;

    }
    .gkimg{
        height:50%; 
    }
    .gkbtn{
        position: absolute;
        color:white; 
        box-shadow: 2px 2px 0px #005899;
        font-family:Sniglet-Regular;
        background-color:#157fce;
        height:25px;
        width:60px;
        border-radius:12px; 
        font-size:10px;
        top: 85%;
        left: 75%;

    }
    .quotes {
        height: 183px;
        width: 370px;
        top: 10px;
        margin-left: -37px;
        background-image: url(../img/thought.png);
        background-size: 100% 100%;
        margin-top: 5px;
        margin-bottom: 10%;
        background-repeat: no-repeat;
    }
    #thoughts{
        position: absolute;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;  
        top:10%;
        left:10%;
        color: #FFFFFF;
        font-size:20px;
        font-family:Sniglet-Regular;
    }
    #wordAll{
        position: absolute;
        top: 1.6%;
        left: 69%;
        background-color: #ffa300;
        border-radius: 15px;
        font-size: 10px;
        color: yellow;
    }
    #seeAllDiv {
        position: absolute;
        top: 71%;
        left: 49%;
        font-size: 20px;
        text-decoration: none;
        color: #FFFFFF;
    }
    #sentenceCount {
        position: absolute;
        top: 59%;
        left: 19%;
        border-radius: 30px;
        background-color: yellow;
        min-width: 60%;
        padding: 8px 25px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }
       .todayfeature {
    height: 229px;
    width: 105%;
    margin-left: -7px;
    /*background: url(../img/todays-feature-gif.gif);*/
     background: url(../img/todayfeature.png);
    background-size: 100% 100%;
    font-family: Sniglet-Regular;
    /* margin: 20px 0 0 50px; */
    margin-top: 14px;
    background-repeat: no-repeat;
}
   #featureShare {
    position: absolute;
    top: 81%;
    left: 75%;
    background-color: #005899;
    height: 23%;
    width: 15%;
    border-radius: 10px;
    display: inline;
    cursor: pointer;
}
  #featureContent {
    position: absolute;
    top: 31%;
    /* margin-top: 15px; */
    left: 10%;
    font-size: 12px;
    /* padding-right: 10%; */
    color: #000000;
    max-height: 50%;
    width: 80%;
    overflow-y: auto;
}
    #featureTitle {
        position: absolute;
        top: 22%;
        word-wrap: break-word;
        left: 10%;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
    }
   #featureImage {
    max-width: 35%;
    max-height: 60%;
    float: right;
}
    #wordMeaning{
        position: absolute;
        top: 20%;
        left: 10%;
        font-size: 22px;
        max-width: 80%;
        height: 55%;
        color: #FFFFFF;
    }
    .wod{  
        margin-left: -19px;
        height: 669px;
        width: 372px;
        background-image: url(../img/word.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;


    }
    #wordTitle{
        position: absolute;
        top: 11%;
        left: 10%;
        font-size:25px;
        max-width: 80%;
        max-height: 55%;
        color: yellow;
    }
    .footcontent{
        padding:0px;
    }
    .funfact {
        background-image: url(../img/facts.png);
        background-size: 100% 100%;
        font-family: Sniglet-Regular;
        /* margin: 52px 0 0 0; */
        margin-top: 36px;
        width: 106%;
        margin-left: -8px;
        background-repeat: no-repeat;
    }
}
/*Portrait view of Nexus 5X mobile view*/
@media all and (max-width:639px) and (min-width:435px){
     .mediaarchives{
        display: inline-block;
    }
    .archivesmenu {
    background-color: #bee530;
    border-radius: 15px;
    margin-top: 10px;
   /* margin-left: 10%;
    width: 214%;*/
    box-shadow: 10px 10px 0 #83bf00;
    font-family: Schoolbell;
    list-style: none;
}
.navarchive{
    border:none;
    background:transparent;
    display:inherit;
}
 .mediahidearchive{  
    display: none;
      }
    .homeblock1 {
        margin: 0 13px;
    }
    .techDiv{
        display: none;
    }
    .donotclk{
        display:none;
    }

    .mediacat{
        display:none; 
    }
    .forgot-close-img {
    position: absolute;
    bottom: 87%;
    left: 88%;
    cursor: pointer;
    opacity: 1;
}
.register-popup-close-img {
    position: absolute;
    bottom: 98%;
    left: 100%;
    cursor: pointer;
    opacity: 1;
}
.login-popup-close-img {
    position: absolute;
    bottom: 97%;
    left: 101%;
    cursor: pointer;
    opacity: 1;
}
.loginBtn {
    float: right;
    font-family: Sniglet-Regular;
    background-color: greenyellow;
    border-radius: 7px;
    height: 30px;
    padding: 0 20px;
    font-size: 18px;
    width: auto;
    margin: 10px 1px;
}
    .technewsspan{
        overflow: hidden;   
        line-height: 16px;
        margin-top: -17px;
        margin-left: 9px;
        text-overflow: ellipsis;
        font-family: Sniglet-Regular;
        font-size:1em;
        width:85%; 
        display: -webkit-box;
        color:black;
        text-align: center;
        max-height:100px;
        -webkit-line-clamp:6;
        -webkit-box-orient: vertical;

    }

    .techcarousel{
        position: absolute;
        padding: 0;
        height:60%;
        top: 17%;
        width: 70%;
        left: 2%;

    }

    .mediatechnews{
        position: relative;
        padding: 0;
        display: inline-block;
        height: 350px;
        width: 112%;
        margin-left: -20px;
        -webkit-box-shadow: inset 0 0 5px 15px #8585e5;
        box-shadow:inset 0 0 5px 15px #8585e5;       
        border-radius: 25px;
        margin-top:20px; 


    }
    .technewsinner{
        position: abosolute;  
        background-color:white;
        height:100%;
        top: 1%;  
        padding: 0px;
        left: 18%;

    }
    .techimage{
        position: abosolute;
        height: 190px;

    }

  .diybtn {
    position: absolute;
    color: #ff8500;
    box-shadow: #ffa300;
    font-family: Sniglet-Regular;
    background-color: #ffe315;
    height: 24px;
    width: 50px;
    font-size: 10px;
    border-radius: 5px;
    text-align: left;
    padding-top: 0px;
    top: 62%;
    left: 99%;
}
   .diycarousel {
    position: absolute;
    height: 200px;
    top: 17%;
    width: 80%;
    left: 15%;
}

    .mtechseeall{
        position: absolute;
        outline: 0;
        width: 75%;
        text-indent: -9999px;
        z-index: 9;
        left: 33.5%;
        background: url(../img/seeall.png) no-repeat;
        background-size: auto auto;
        background-size: 34.5%;
        margin-left: 23%;
        top: 125%;

    }
    .mouse{
        display: none;
    }
    .poll{

        background-image: url(../img/poll.png);
        height: 261px;
        width: 125%;
        margin-left: -34px;
        background-size:100% 100%;
        margin-top: 25px;
        background-repeat: no-repeat;
    }
    .pollcontent{
        position: absolute;   
        top:15%;
        left:10%;
        font-size:15px;                  
        font-family:Sniglet-Regular;
        width:80%;
        display: inline-block;
        word-wrap: break-word;   
        color:white;
        padding-left:1px; 
        overflow:hidden;

    }
    .pollbtn {
        width: 83px;
        height: 28px;
        /* border-color: #bfd300; */
        font-size: 15px;
        border-radius: 10px;
        background-color: #bfd300;
        margin-left: 35%;
        margin-top: 7%;
    }
    .section input[type='radio'] {
        margin:0px 10px;

        -webkit-appearance:none;
        width:15px;
        height:15px;
        border:1px solid darkgray;
        border-radius:40%;
        outline:none;
        background: #fff;
        box-shadow:0 0 5px 0px gray inset;
    }
    .section input[type='radio']:before {

        margin:2px 10px;

        content:'';
        display:block;
        width:40%;
        height:40%;
        margin: 20% auto;    
        border-radius:40%;    
    }

    .section input[type='radio']:checked:before {
        position: relative;   

        background:#bfd300;
    }
    

    .diy{

        background-image: url(../img/diy.png);
        background-size: 100% 100%;
        height: 198px;
        width: 125%;
        margin-left: -34px;
        background-repeat: no-repeat;
    }
    .diyimage{
        position: abosolute;
        height:100px;
        top: 13%;
        width:88%;   
        left: 11%;
    }
    .gkmodalimage{
        height:10%;
        width:40%;
        top: 25%;
        left: 48%; 
    }
    .recommendations{
        background-image: url(../img/recommend.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-top: 20px;
        width: 114%;
        margin-left: -21px;
    }
    #recommendationContent{
        position: absolute;
        font-family: sniglet-Regular;
        top: 30%;
        left: 20%;
      font-size: 20px;
        max-width: 60%;
        height: 55%;
        color: #000000;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;

    }

    #wordExample{
        position: absolute;
        top: 32%;
        left: 15%;
        font-size: 18px;
        max-width: 70%;
        height: 50%;
        color: #000000;
    }
    .serachtab{
        margin-top:15%;  
    }
   #funfactContent {
    position: absolute;
    top: 25%;
    left: 20%;
    font-size: 32px;
    max-width: 60%;
    height: 45%;
    color: #000000;
    overflow-y: auto;
}
    .blogs{
      width: 117%;
    margin-left: -46px;
        background-image: url(../img/signboard.png);
        background-size: 100% 100%;
        /*margin: 15px 0 0 40px;*/
        background-repeat: no-repeat;
    }
    .story{
        height: 235px;
           width: 111%;
    margin-left: -27px;
        background-image: url(../img/story.png);
        background-size: 100% 100%;
        margin-top: 15px;
        /*margin-right: 40px;*/
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;
    }
    .gkhead{
        position: absolute;
        top: 7.1%;
        left: 10%;
        font-size: 15px;
        font-family: Sniglet-Regular;
        text-align: center;
    }
    p.small {
        overflow: hidden;
        line-height: 117%;
        top: 50%;
        font-size: 15px;
        height: 43%;
        width: 40%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    a.gkreadmore{
        position: absolute;
        top: 74%;
        left: 10%;
        color: #339eff;
        font-size: 15px;
        font-family: Sniglet-Regular;

    }
    .gkimg{
        height:50%; 
    }
    .gkbtn{
        position: absolute;
        color:white; 
        box-shadow: 2px 2px 0px #005899;
        font-family:Sniglet-Regular;
        background-color:#157fce;
        height:25px;
        width:60px;
        border-radius:12px; 
        font-size:10px;
        top: 85%;
        left: 75%;

    }
    .quotes {
        height: 183px;
          width: 120%;
        top: 10px;
        margin-left: -37px;
        background-image: url(../img/thought.png);
        background-size: 100% 100%;
        margin-top: 5px;
        margin-bottom: 10%;
        background-repeat: no-repeat;
    }
    .wod{  
        margin-left: -19px;
        height: 669px;
          width: 108%;
        background-image: url(../img/word.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;


    }
    #thoughts{
        position: absolute;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;  
        top:10%;
        left:10%;
        color: #FFFFFF;
        font-size:20px;
        font-family:Sniglet-Regular;
    }
    #wordAll{
        position: absolute;
        top: 1.6%;
        left: 69%;
        background-color: #ffa300;
        border-radius: 15px;
        font-size: 10px;
        color: yellow;
    }
    #seeAllDiv {
        position: absolute;
        top: 71%;
        left: 49%;
        font-size: 20px;
        text-decoration: none;
        color: #FFFFFF;
    }
    #sentenceCount {
        position: absolute;
        top: 59%;
        left: 19%;
        border-radius: 30px;
        background-color: yellow;
        min-width: 60%;
        padding: 8px 25px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }
     .todayfeature {
      height: 270px;
    width: 105%;
    margin-left: -7px;
    /*background: url(../img/todays-feature-gif.gif);*/
     background: url(../img/todayfeature.png);
    background-size: 100% 100%;
    font-family: Sniglet-Regular;
    /* margin: 20px 0 0 50px; */
    margin-top: 14px;
    background-repeat: no-repeat;
}
   #featureShare {
    position: absolute;
    top: 81%;
    left: 75%;
    background-color: #005899;
    height: 23%;
    width: 15%;
    border-radius: 10px;
    display: inline;
    cursor: pointer;
}
  #featureContent {
    position: absolute;
    top: 31%;
    /* margin-top: 15px; */
    left: 10%;
font-size: 19px;
    /* padding-right: 10%; */
    color: #000000;
    max-height: 50%;
    width: 80%;
    overflow-y: auto;
}
    #featureTitle {
        position: absolute;
        top: 22%;
        word-wrap: break-word;
        left: 10%;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
    }
   #featureImage {
    max-width: 35%;
    max-height: 60%;
    float: right;
}
    #wordMeaning{
        position: absolute;
        top: 20%;
        left: 10%;
        font-size: 22px;
        max-width: 80%;
        height: 55%;
        color: #FFFFFF;
    }

    #wordTitle{
        position: absolute;
        top: 11%;
        left: 10%;
        font-size:25px;
        max-width: 80%;
        max-height: 55%;
        color: yellow;
    }
    .footcontent{
        padding:0px;
    }
    .funfact {
        background-image: url(../img/facts.png);
        background-size: 100% 100%;
        font-family: Sniglet-Regular;
        /* margin: 52px 0 0 0; */
        margin-top: 36px;
        width: 106%;
        margin-left: -8px;
        background-repeat: no-repeat;
    }
}

/*Landscape view of samsung S3 mobile*/
@media all and (max-width:960px) and (min-width:640px){
 .mediaarchives{
        display: inline-block;
    }
  .archivesmenu {
    background-color: #bee530;
    border-radius: 15px;
    margin-top: 10px;
   /* margin-left: 54%;
    width: 300%;*/
    box-shadow: 10px 10px 0 #83bf00;
    font-family: Schoolbell;
    list-style: none;
}
.navarchive{
    border:none;
    background:transparent;
    display:inherit;
}
.archive {
    font-family: Sniglet-Regular;
    font-size: 18px;
    margin-left: 117px;
}
 .mediahidearchive{  
    display: none;
      }
    .mouse{
        display:none;
    }
    .homeblock1 {
        margin: 0 13px;
    }
    .techDiv{
        display: none;
    }
    .donotclk{
        display:none;
    }

    .mediacat{
        display:none; 
    }
    .modal-dialog {
    width: 86%;
    margin-left: 74px;
    max-width: 66%;
}
    .selectRegi {
    position: relative;
    display: inline-block;
    width: 124%;
}

.category-title {
    margin-left: 40px;
    margin-right: 6px;
}

.register-close-img {
    position: absolute;
    bottom: 96%;
    left: 95%;
    cursor: pointer;
    opacity: 1;
}

.login-close-img {
    position: absolute;
       bottom: 94%;
    left: 95%;
    cursor: pointer;
    opacity: 1;
}
.forgot-close-img {
    position: absolute;
    bottom: 87%;
       left: 96%;
    cursor: pointer;
    opacity: 1;
}
.register-popup-close-img {
    position: absolute;
    bottom: 98%;
    left: 100%;
    cursor: pointer;
    opacity: 1;
}
.login-popup-close-img {
    position: absolute;
    bottom: 97%;
    left: 101%;
    cursor: pointer;
    opacity: 1;
}
.radio-toolbar label {
    display: inline-block;
    color: #aeaeae;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 35%;
    font-size: 12px;
    font-weight: 300;
    background-color: white;
    margin-top: 2%;
    height: 39px;
    text-align: center;
    padding-top: 2%;
}
.mediaKG {
    margin-left: 25.5px;
}
.mediaUG{
      position: absolute;
    overflow-wrap: break-word;
}
.modal-Registration-student {
     margin-left: 29.5px;
}
.modal-Registration-parent {
    position: absolute;
}
.loginBtn {
    float: right;
    font-family: Sniglet-Regular;
    background-color: greenyellow;
    border-radius: 7px;
    height: 30px;
    padding: 0 20px;
    font-size: 18px;
    width: auto;
    margin: 10px 1px;
}
.mediatechnews {
    position: relative;
    padding: 0;
    display: inline-block;
    height: 432px;
       width: 103%;
    margin-left: -11px;
    -webkit-box-shadow: inset 0 0 5px 15px #8585e5;
    box-shadow: inset 0 0 5px 15px #8585e5;
    border-radius: 25px;
    margin-top: 20px;
}
    .mediatechdiv {
        width: 551px;
    }
    .technewsinner {
        position: abosolute;
        background-color: white;
        height: 120%;
        top: 1%;
        width: 87%;
        left: 13%;
    }

  
    .mtechseeall {
        position: absolute;
        outline: 0;
        width: 50%;
        text-indent: -9999px;
        z-index: 9;
        left: 93.5%;
        background: url(../img/seeall.png) no-repeat;
        background-size: auto auto;
        background-size: 34.5%;
        margin-left: 2%;
        top: 131%;
    }
    .techcarousel {
        position: absolute;
        padding: 0;
        height: 57%;
        top: 17%;
        width: 84%;
        left: 2%;
    }
    .diy {
        background-image: url(../img/diy.png);
        background-size: 100% 100%;
        width: 116%;
        height: 253px;
        margin-left: -43px;
        background-repeat: no-repeat;
    }
    .diyimage {
        position: abosolute;
        height: 172px;
        top: 13%;
        width: 88%;
        left: 11%;
    }
    .poll {
        background-image: url(../img/poll.png);
        height: 304px;
        width: 115%;
        margin-left: -41px;
        background-size: 100% 100%;
        margin-top: 25px;
        background-repeat: no-repeat;
    }
    .pollcontent {
        position: absolute;
        top: 28%;
        left: 10%;
        font-size: 18px;
        font-family: Sniglet-Regular;
        width: 80%;
        display: inline-block;
        word-wrap: break-word;
        color: white;
        padding-left: 1px;
        overflow: hidden;
    }
    .pollbtn {
        width: 81px;
        height: 31px;
        border-color: #bfd300; 
        font-size: 10px;
        border-radius: 10px;
        background-color: #bfd300;
        margin-left: 41%;
    }
    .quotes {
        height: 150px;
        width: 115%;
        top: 10px;
        margin-left: -41px;
        background-image: url(../img/thought.png);
        background-size: 100% 100%;
        margin-top: 11px;
        margin-bottom: 10%;
        background-repeat: no-repeat;
    }
    .wod {
        margin-left: -26px;
        height: 650px;
        width: 105%;
        background-image: url(../img/word.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .story {
        height: 324px;
        width: 108%;
        background-image: url(../img/story.png);
        background-size: 100% 100%;
        margin-top: 23px;
        margin-left: -22px; 
        background-repeat: no-repeat;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;
        left: -7px;
        bottom: 10px;
    }
    .gkbtn {
        position: absolute;
        color: white;
        box-shadow: 2px 2px 0px #005899;
        font-family: Sniglet-Regular;
        background-color: #157fce;
        height: 29px;
        width: 68px;
        border-radius: 12px;
        font-size: 10px;
        top: 85%;
        left: 84%;
    }
    .funfact {
        background-image: url(../img/facts.png);
        background-size: 100% 100%;
        font-family: Sniglet-Regular;
        margin: 52px 0 0 0; 
        margin-top: 36px;
        width: 106%;
        margin-left: -17px;
        background-repeat: no-repeat;
    }
    .recommendations {
        background-image: url(../img/recommend.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;

        margin-top: 20px;
        width: 112%;
        margin-left: -31px;
    }
    .diybtn {
        position: absolute;
        color: #ff8500;
        box-shadow: #ffa300;
        font-family: Sniglet-Regular;
        background-color: #ffe315;
        height: 28px;
        width: 63px;
        font-size: 10px;
        border-radius: 5px;
        text-align: left;
        padding-top: 0px;
          top: 163%;
    left: 101%;
    }
    .blogs {
        width: 112%;
        margin-left: -39px;
        background-image: url(../img/signboard.png);
        background-size: 100% 100%;

        background-repeat: no-repeat;
    }
   p.small {
    overflow: hidden;
    line-height: 136%;
    /* top: 73%; */
    font-size: 20px;
    height: 80%;
      width: 95%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
    .gkimg {
        height: 58%;
    }
    .gkimage {
    position: absolute;
    height: 100%;
    width: 40%;
    top: 25%;
    left: 55%;
}
    #recommendationContent{
        position: absolute;
        font-family: sniglet-Regular;
        top: 30%;
        left: 20%;
       font-size: 25px;
        max-width: 60%;
        height: 55%;
        color: #000000;
        overflow: hidden;
        display: inline-block;
        word-wrap: break-word;

    }
    #funfactContent{
        overflow:auto;
        position: absolute;
        top: 25%;
        left: 20%;
        font-size: 32px;
        max-width: 60%;
        height: 45%;
        color: #000000;
    }
    .techimage{
        position: abosolute;
        height: 252px;

    }
    .technewsspan {
        overflow: hidden;
        margin-top: 10px;
        font-size: 20px;
            font-family: Sniglet-Regular;
        margin-left: 12px;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 20px;
        color: #000000;
        max-height: 60px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
  .todayfeature {
    height: 298px;
    width: 105%;
    margin-left: -7px;
    /*background: url(../img/todays-feature-gif.gif);*/
     background: url(../img/todayfeature.png);
    background-size: 100% 100%;
    font-family: Sniglet-Regular;
    /* margin: 20px 0 0 50px; */
    margin-top: 14px;
    background-repeat: no-repeat;
}
   #featureShare {
    position: absolute;
    top: 81%;
    left: 75%;
    background-color: #005899;
    height: 23%;
    width: 15%;
    border-radius: 10px;
    display: inline;
    cursor: pointer;
}
 #featureContent {
    position: absolute;
    top: 31%;
    /* margin-top: 15px; */
    left: 10%;
        font-size: 20px;
    /* padding-right: 10%; */
    color: #000000;
    max-height: 50%;
    width: 80%;
    overflow-y: auto;
}
 #featureTitle {
    position: absolute;
    top: 22%;
    word-wrap: break-word;
    left: 10%;
    font-size: 19px;
    font-weight: bold;
    color: #000000;
}
   #featureImage {
    max-width: 35%;
    max-height: 60%;
    float: right;
}
}

@media all and (max-width:1023px) and (min-width:960px){
     .mediahidearchive{  
    display:inline-block;
      }
      .mediaarchives{
        display:none;
    }
    
}
@media all and (max-width:1024px) and (min-width:961px){
    #schoolView {
    margin-right: 0%;
}

.catBtn label {
    font-family: Sniglet-Regular;
    background: transparent;
    border-radius: 7px;
    border: 1px solid #339eff;
    height: 34px;
    padding: 6px 10px;
    /* text-shadow: 0px 0px 2px; */
    color: #339eff;
    cursor: pointer;
    font-size: 13px;
    width: 90%;
    margin: -1px 5px;
}
.gkbtn {
    position: absolute;
    color: white;
    box-shadow: 2px 2px 0px #005899;
    font-family: Sniglet-Regular;
    background-color: #157fce;
    height: 40px;
    width: 90px;
    border-radius: 12px;
    top: 88%;
    left: 77%;
}
.gkhead {
    position: absolute;
    top: 0%;
    left: 7%;
    color: #fff;
    font-family: Sniglet-Regular;
    text-align: center;
}
.recommendations {
    height: 284px;
    width: 116%;
    background-image: url(../img/recommend.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 9px;
}
#recommendationContent {
    position: absolute;
    font-family: sniglet-Regular;
    top: 35%;
    left: 20%;
    font-size: 16px;
    max-width: 77%;
    height: 53%;
    overflow: auto;
    color: #000000;
}
.cat {
    margin-top: 65%;
    margin-left: -1px;
  
}
.techDiv {
     height: 299px;
    padding: 0;
    position: relative;
}
.techimg {
    width: 100%;
    height: 100%;
    margin-top: -20%;
}
.bx-wrapper .bx-prev {
	    left: 40.2%;
    top: 75%;
        background: url(../img/purple-prev.png) no-repeat 0;

/*	background: url(../img/controls.png) no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
	      right: 39.3%;
    top: 75%;
        background: url(../img/purple-next.png) no-repeat 90%;

}
.diy {
    height: 100%;
    background-image: url(../img/diy.png);
    background-size: 100% 100%;
    margin: 2px 0 0 -18px;
    background-repeat: no-repeat;
}
.diyimage {
    position: abosolute;
    height: 100%;
    top: 13%;
    width: 88%;
    left: 11%;
}

.quotes {
    height: 100%;
    width: 105%;
    background-image: url(../img/thought.png);
    background-size: 100%;
    margin-top: 25px;
    margin-left: 8%;
    background-repeat: no-repeat;
    overflow: auto;
    overflow-wrap: break-word;
}
.blogs {
    background-image: url(../img/signboard.png);
    background-size: 100% 100%;
    /* margin: 15px 0 0 40px; */
    background-repeat: no-repeat;
}
.mediablog {
        margin-top: -19%;
}

.gkimage {
    position: absolute;
    height: 100%;
    width: 40%;
    top: 25%;
    left: 54%;
}
.gkdetails {
    position: absolute;
    top: 25%;
    left: 8%;
    width: 44%;
    height: 230px;
    display: inline-block;
    word-wrap: break-word;
    font-family: Sniglet-Regular;
    padding-left: 2px;
    overflow: hidden;
}

p.small {
    overflow: hidden;
    line-height: 200%;
    font-size: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


 .todayfeature {
    height: 333px;
    width: 105%;
    margin-left: -7px;
    /*background: url(../img/todays-feature-gif.gif);*/
     background: url(../img/todayfeature.png);
    background-size: 100% 100%;
    font-family: Sniglet-Regular;
    /* margin: 20px 0 0 50px; */
    margin-top: 14px;
    background-repeat: no-repeat;
}
   #featureShare {
    position: absolute;
    top: 81%;
    left: 75%;
    background-color: #005899;
    height: 23%;
    width: 15%;
    border-radius: 10px;
    display: inline;
    cursor: pointer;
}
  #featureContent {
    position: absolute;
    top: 31%;
    /* margin-top: 15px; */
    left: 10%;
  font-size: 17px;
    /* padding-right: 10%; */
    color: #000000;
    max-height: 50%;
    width: 80%;
    overflow-y: auto;
}
    #featureTitle {
        position: absolute;
        top: 22%;
        word-wrap: break-word;
        left: 10%;
        font-size: 17px;
        font-weight: bold;
        color: #000000;
    }
   #featureImage {
    max-width: 35%;
    max-height: 60%;
    float: right;
}
.funfact {
    background-image: url(../img/facts.png);
    background-size: 100%;
    font-family: Sniglet-Regular;
    /* margin: 52px 0 0 0; */
    width: 109%;
    margin-top: 52px;
    background-repeat: no-repeat;
}
#funfactContent {
    position: absolute;
    top: 25%;
    left: 20%;
    font-size: 16px;
    max-width: 70%;
    height: 45%;
    color: #000000;
    overflow-y: auto;
}
#seeall {
    position: absolute;
    top: 86%;
    outline: 0;
    width: 75%;
    height: 100%;
    text-indent: -9999px;
    z-index: 9;
    left: 79.5%;
    background: url(../img/seeall.png) no-repeat;
    background-size: 17.5%;
}

.poll {
    height: 120%;
       width: 119%;
    padding: 0px;
    background-image: url(../img/poll.png);
    background-size: 100% 100%;
    margin-top: 25px;
    margin-left: -4%;
    background-repeat: no-repeat;
}
.story {
    background-image: url(../img/story.png);
    background-size: 100% 100%;
    margin-top: -5px;
    bottom: 10px;
    /* margin-right: 40px; */
    background-repeat: no-repeat;
}
#thoughts {
    position: absolute;
    top: 13%;
    left: 26%;
    right: 10%;
    font-family: Sniglet-Regular;
    color: #FFFFFF;
    font-size: 17px;
}
.wod {
    height: 590px;
    background-image: url(../img/word.png);
    background-size: 100% 100%;
    /* margin-top: 15px; */
    /* margin-right: 40px; */
    background-repeat: no-repeat;
}
#wordExample {
    position: absolute;
    top: 32%;
    left: 15%;
    font-size: 16px;
    max-width: 70%;
    height: 50%;
    color: #000000;
}
#wordSubmit {
    position: absolute;
    top: 48%;
    left: 35%;
    border-radius: 30px;
    background-color: yellow;
    min-width: 30%;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 5px 5px 0px #ffbf0d;
}
#sentenceCount {
    position: absolute;
    top: 58%;
    left: 18%;
    border-radius: 30px;
    background-color: yellow;
    min-width: 60%;
    padding: 8px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.diybtn {
    position: absolute;
    color: #ff8500;
    box-shadow: 4px 4px 1px #ffa300;
    font-family: Sniglet-Regular;
    background-color: #ffe315;
    height: 35px;
    width: 90px;
    border-radius: 12px;
    top: 180%;
    left: 76%;
}

#wordMeaning {
    position: absolute;
       top: 19%;
    left: 10%;
    font-size: 18px;
    max-width: 80%;
    height: 55%;
    color: #FFFFFF;
}
#wordAll {
    position: absolute;
    top: 0.5%;
    left: 67%;
    background-color: #ffa300;
    border-radius: 20px;
    color: yellow;
}
}