﻿@media only screen and (max-width: 600px) {

    * {
        margin: 0px;
        padding: 0px;
    }

    h1, h2, h3, h4 {
        margin-top: 0px;
    }

    ul li {
        list-style: none;
    }


    .logo {
   
  
 margin-left : 10%;
        margin-right: 40%;
       
       

    }

    .logoimage {
        width: 200px;
        margin-left: 25%;
        margin-right: 25%;
    }

    .main {
        width: 80%;
        height: 100px;
        /*background-color : yellow;*/
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px;
    }

    .forimagepop {
        width: 80px;
        height: 80px;
    }

    .forpop {
        margin-left: 4%;
        /*margin-right : 30%;*/
        width: 40%;
        height: 300px;
        background-color: white;
        margin-top: 50px;
        /*border:1px solid #c9c9c9;*/
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .imagepop {
        /*margin-left : 45%;*/
        /*margin-right : 45%;*/
        margin-top: -80px;
        width: 90px;
        height: 90px;
        /*background-color: red;*/
        /*border:  red solid 1px;*/
        float: left;
    }

    .insideboxl {
        width: 98%;
        height: 420px;
        /*background-color: yellow;*/
        margin-left: 1%;
        margin-right: 1%;
        margin-top: -30px;
        border-radius: 10px;
        border: solid 0.25px red;
    }

    .insidebox {
        width: 98%;
        height: 100px;
        /*background-color: yellow;*/
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 0px;
        border-radius: 10px;
        border: solid 0.25px red;
    }

    .firstline {
        font-size: 27px;
        margin-left: 15px;
        margin-top: 15px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .textc {
        font-size: 12px;
        margin-left: 8%;
        margin-top: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        /*background-color: red ;*/
        Height: 100px;
        width: 90%;
    }
    .textc2 {
        font-size: 12px;
        margin-left: 15px;
        margin-top: 50px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        /*background-color: red ;*/
        Height: 220px;
        width: 90%;
    }
    .topline2 {
        font-size: 40px;
        color: #262626;
        text-decoration: none;
        text-align: center;
        margin-top: 20px;
    }
     .topline3 {
        font-size: 22px;
        color: #262626;
        text-decoration: none;
        text-align: center;
        margin-top: 20px;
    }

    .topline {
        font-size: 20px;
        color: #262626;
        text-decoration: none;
        /*text-align : center;*/
        margin-top: 10px;
    }


    .msgline {
        font-size: 14px;
        color: #404040;
        margin-top: 25px;
    }


    .errorline {
        font-size: 10px;
        color: #1b61e4;
    }

    .textb {
        font-size: 20px;
        /*margin-left: 15px;
   margin-top: 15px;*/
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        /*background-color: red ;*/
        Height: 50px;
        width: 85%;
        border-radius: 5px;
        border: solid 1px grey;
        margin-top: 9px;
    }
   
    .butin {
        font-size: 27px;
        /*margin-left: 15px;
   margin-top: 15px;*/
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        /*background-color: red ;*/
        Height: 68px;
        width: 94%;
        border-radius: 5px;
        border: solid 1px #ffcccc;
        margin-top: 3px;
        background-color: #cccccc;
        cursor: pointer;
        
    }

    .a {
        text-decoration: none;
    }
}
