.sfPageContainer .navbar-fixed-top {
    position: relative;
}

.sfPageContainer .page-wrapper {
    position: relative;
}
.sfPageEditor .page-content {
    margin-top: 0 !important;
}

.sfLayoutPropsContainer *,.sfLayoutPropsContainer *:before,.sfLayoutPropsContainer *:after {
    -moz-box-sizing: content-box;
}

.sfPageEditor *,.sfPageEditor *:before,.sfPageEditor *:after {
    -moz-box-sizing: padding-box;
}
.sfLayoutPropsContainer .collapse, .sfPageEditor .RadDockZone .collapse, .sfPageEditor .xs-home-footer.visible-xs {
    display: block !important;
}
.sfLayoutPropsContainer input.sfTxt {
    height: 30px !important;
}
.sfPageEditor .warranty-first,
.sfPageEditor .contact-us-wrapper, 
.sfPageEditor .contact-us,
.sfPageEditor .int-calling-top,
.sfPageEditor .int-roaming-top {
    background: Azure;
}
.sfPageEditor .warranty-second,
.sfPageEditor .top-countries,
.sfPageEditor .roaming-zone-wrapper,
.sfPageEditor .int-calling-bottom-left,
.sfPageEditor .int-roaming-bottom-left {
    background: LavenderBlush;
}
.sfPageEditor .warranty-third,
.sfPageEditor .int-calling-bottom-right,
.sfPageEditor .int-roaming-bottom-right {
    background: PeachPuff;
}


hr.underline {
    margin: 5px 0 15px 0;
}
