﻿@keyframes load {
    0% {
        background-color: rgb(32, 220, 83);
    }

    50% {
        background-color: red;
    }

    100% {
        background-color: rgb(32, 220, 83);
    }
}



html {
    margin: 0;
}

body {
    margin: 0;
}

::selection {
    background: #031b4e;
    color: #fff;
    text-shadow: none;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */

    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    cursor: pointer;
    filter: grayscale(90%);
    transition: 0.5s;
}






.op {
    font-family: Verdana,sans-serif;
    transition: 0.5s;
    color: white;
    top: 15px;
    margin-right: 5px;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    background: #899c89;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    cursor: pointer;
    font-size:12px;
}


    .op:hover {
        -webkit-box-shadow: 0px 3px 11px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 3px 11px -4px rgba(0,0,0,0.75);
        box-shadow: 0px 3px 11px -4px rgba(0,0,0,0.75);
    }
    .op span {
        font-size: 12px;
    }

    .op input {
        visibility: hidden;
    }

/*Css*/

input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-left: 5px solid #ccc;
}

#download {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    background: rgb(32, 220, 83);
    color: white;
    outline: none;
    border: none;
    border-radius: 3px;
    margin-bottom: 50px;
    transition: 0.5s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    cursor:pointer;
}

    #download:active {
        background: red;
    }

    #download:hover {
        background: #04a521;
    }





.a {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
   
    width: 100%;
    border-bottom: 1px solid gray;
}

.c {


    width: 100%;
    border-bottom: 1px solid gray;
}

.d {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    border-bottom: 1px solid transparent;
}























.main {
    margin: auto;
    width: 40%;
    margin-top: 40px;
}

.sub-heading {
    height: 0;
    border-top: 1px solid #ddd;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

    .sub-heading span {
        display: inline-block;
        position: relative;
        padding: 0 17px;
        top: -11px;
        font-size: 16px;
        color: #058;
        background-color: #fff;
    }










.logo {
   
margin-right:20px;
}










@media only screen and (max-width: 858px) {
   
}



@media only screen and (max-width: 768px) {

    .main {
        width: 98%;
        margin-top: 70px;
    }

   

  
}


#title {
    padding: 9px;
}

@media only screen and (max-width: 574px) {

    .main {
        width: 98%;
        margin-top: 70px;
    }

    .logo {
        margin-left: 3px;
    }

   

    .mobile {
        height: 10px;
        margin-top: 20px;
    }


    .modal-res {
        width: 60%;
      
    }

    #title
    {
        font-size:25px;
        padding-top:15px;
    }

}










    /*Menu css*/



@media only screen and (max-width: 390px) {
    #title {
        font-size: 20px;

    }
}