@media (max-width:450px) {
/***header start here***/
.colwhite {
    font-size: 13px !important;
}
.my-logo img{ width:50%;}
.my-logo > a{ display:block;}
.deskheadlefttop{ padding:0 15px;}
.mobihead{ display:block !important;}
.breadcrum {
    background: #787878 none repeat scroll 0 0;
    border-left: 10px solid #787878;
    color: #fff;
    margin-right:0px;
    min-height: 132px;
    min-width: 30%;
    padding: 56px;
    position:relative;
    right: 0;
    transform: skewX(0deg);
}
.brenamedesk {
    transform: skewX(0deg);
}
.in-right-separator a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
.in-separator-field {
    background: #787878;
    overflow: hidden;
	text-align:center;
}
.in-left-separator {
float:none;
    width: 100%;
    background: #787878;
}
.in-right-separator {
    position: absolute;
	text-align:center;
    right: 0;
    min-width: 389px;
}
.breadcrum {
    min-height: 55px;
    padding: 10px 34px;
    position:relative;
    transform: skewX(0deg);
}
.in-seratator-inside {
    width: 100%;
	padding-bottom:0; padding-top:25px;
    background: #787878;
}

.in-left-separator h2{ text-align:center;}

}

@media(min-width:451px) and (max-width:540px) {

}

@media(min-width:360px) and (max-width:640px) {

}

@media(min-width:541px) and (max-width:768px) {

}

@media(min-width:769px) and (max-width:1024px) {

}

@media(min-width:1025px) and (max-width:1200px) {

}

@media(min-width : 1201px) {

}