

/* Put your custom styles here */

.content-2-1 h1
{
    color: white;
    font-size: 60px;
}

.div1
{
    float: left;
    min-height: 100px;
    max-height: 50px;
    margin: 10px;
    position: relative;
    display: inline;
}

#heading1
{
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
}

#pheading
{
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: 1;
}

#laptop
{
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
}

#code
{
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
}

#rocket
{
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
}

.pricing-table-1 img
{
    width: 100%;
    margin: 0;
    background: #5c6164;
    border-radius: 6px 6px 0 0;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
}

.backtotop
{
    padding-top: 20px;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}

.banner1
{
    padding-top: 50px;
}

.banner2
{
    margin: 0px 0px 0px -200px;
    float: left;
}

.banner3
{
    margin: -50px -240px 0px 0px;
}

@media (max-width: 1500px)
{
    .banner3 img
    {
        display: none;
    }
    .banner2
    {
        display: none;
    }
}

@media (max-width: 1200px)
{
    .banner3 img
    {
        display: none;
    }
}

@media (max-width: 765px)
{
    .banner1
    {
        display: none;
    }
}

.response1 p
{
    color: #f1e7e7;
}

