
@media only screen and (min-width:641px) and (max-width:980px){
		
.main_div {
    margin: 0 auto;
    width: 90%;
}


#logo {
    float:left;
    width: 40%;
}

#logo img{
	width:100%;
	height:auto;
}


#right {
    float: left;
    width:60%;
	text-align:center;
}


.text_img {
    float: left;
    width: 20%;
}


.text {
    float: left;
    font-family: "Advent Pro",sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    text-align: justify;
    width: 76%;
}


.service-box {
    box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.2);
    float: left;
    height:450px;
    margin: 10px ;
    text-align: center;
    width:45%;
}

.imgg{
	width:100%;
}
	
}



@media only screen and (min-width:481px) and (max-width:640px){
		
.main_div {
    margin: 0 auto;
    width: 90%;
}


#logo {
    float:left;
    width: 40%;
}

#logo img{
	width:100%;
	height:auto;
}


#right {
    float: left;
    width:60%;
	text-align:center;
}


.text_img {
    float: left;
    width: 20%;
}


.text {
    float: left;
    font-family: "Advent Pro",sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    text-align: justify;
    width: 76%;
}


.service-box {
    box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.2);
    float: left;
    height:450px;
    margin: 10px ;
    text-align: center;
    width: 45%;
}

.imgg{
	width:100%;
}
	
}



@media only screen and (min-width:20px) and (max-width:480px){
	
.main_div {
    margin: 0 auto;
    width: 90%;
}


#logo {
    float:none;
    width: 100%;
}

#logo img{
	width:100%;
	height:auto;
}


#right {
    float: none;
    width:100%;
	text-align:center;
}

.l1{
	width:100%;
	padding:0;
	text-align:center;
	line-height:40px;
}


.cal{
	height:auto;
}


.text_img {
    float: none;
    width: 100%;
}


.text {
    float: none;
    font-family: "Advent Pro",sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    text-align: center;
    width: 100%;
}


.link {
    border-right: 1px solid #dbd8d8;
    color: #ffffff;
    font-family: "Advent Pro",sans-serif;
    font-size: 18px;
    padding: 0 8px;
    text-decoration: none;
    text-shadow: 0 0 10px #7f7f7f;
}


.menu_top {
    float: none;
    text-align: center;
    width: 100%;
}

.con-left{
	width:100%;
	float:left;
}



.service-box {
    box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.2);
    float: none;
    height: auto;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

.imgg{
	width:100%;
}



.firm-img img{
	width:40%;
	float:left;
	height:auto;
	margin:10px;
	border:rgba(195,195,195,1.00) solid 1px;
}

}