@media (min-width: 1024px) {
    
}
@media screen and (max-width: 900px) and (min-width: 600px) {
    
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
/* Top Line */
.logo{
    height: 60px;
    margin-top: -25px;
    margin-bottom: -28px;
    margin-left: -20px;
}
.consult{
    margin-left: -14px;
    margin-top: -11px;
}
.consult1{
    margin-right: -14px;
    margin-top: -11px;
}
.krishnatop2{
    color: #343c5c !important;
    font-weight: 900;
    padding-left: 10px !important;
}
.krishnadesign5{
    background-color: #fb722e;
    color: white;
    text-align: center;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    margin: 0px;
}
.design{
    text-align: center;
    color: #1e417b;
    font-size: 12px;
    height: 50px;
    line-height: 20px;
    font-weight: 900;
}
.design1{
    text-align: center;
    color: #1e417b;
    font-size: 12px;
    height: 30px;
    line-height: 17px;
    margin-top: -25px;
    font-weight: 900;
}
.gemail{
    display:none;
}
.gcall{
    display:none;
}
.ggggg img {
    height: 20px;
    margin-top: 20px;
}
.ggggg1 img {
    height: 20px;
    margin-top: 20px;
}
}
 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}