body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 26px;
}
*, *:before, *:after {
  box-sizing: border-box;
}    
.page-center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}  
.custom-header .m-stack__item.m-brand {
	width: 100%;
} 
.content-section .stp {
	font-size: 20px;
	line-height: 32px;
}
.custom-header #m_header_nav {
	display: none;
}
.custom-header {
	padding: 17px 0;
	background: #323232;
	float: left;
}
.content-section {
	margin: 55px 0;
}
.content-section .stp {
	line-height: 30px;
}  
.custom-footer {
	padding: 17px 0;
	background: #323232;
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}  
.custom-footer .m-footer__copyright {
	color: #fff;
}   
.custom-footer .m-footer__nav li a {
	color: #fff;
	text-decoration: none;
}
.custom-footer li.m-nav__item {
	width: auto;
	float: none;
	display: inline;
	margin-left: 18px;
} 
.custom-footer .m-footer__nav {
	float: right;
	margin: 0;
	padding: 17px 0 0 0;  
}
.custom-footer ul.m-footer__nav.m-nav.m-nav--inline.m--pull-right {
	margin: 0px;
}  
.note {
	margin: 30px 0 0px 0;   
}
     
  
.shipping-rate-form {
	display: flex;
}
.column1 {
	width: 78%;
}
.column2 {
	width: 10%;
}
.column3 {
	width: 10%;
	margin-left: 2%;
}
.column2 select {
	width: 100%;
	border: 1px solid #000;
	height: 34px;
	font-size: 16px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-image: url("http://webguruz.in/webguruz_app/shipping-calculator/img/arrow-down1.png");
	background-repeat: no-repeat;
	background-position: 92% 57%;
	background-size: 13%;
	padding: 0 8px;
}   
.column3 input {
	height: 34px;
	width: 100%;
	background: #e89236;
	color: #fff;
	border: 0;
	font-size: 18px;
	cursor: pointer;
	text-transform: capitalize;
}
.form-bottom-text {
	margin-top: 23px;
}   
.shipping-rate-section h2 {
	margin-top: 0;
}  
.outer-footer {
	margin-top: 95px;
}       
.shipping-rate-section legend {
	font-size: 20px;
	font-weight: bold;
}
.column1 label {
	margin-top: 6px;
	display: inline-block;
}
.install-message {
	float: left;
	width: 100%;
	text-align: center;
	background: #7F9B72;  
}  
.install-message h3 {
	color: #fff;
}        
 /* css End   */

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background: #e89236;
  float: left;
  outline: none;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
  border: 0;
  padding: 7px 8px;
  width: 100px;
margin-right: 10px;
border-radius: 1px;
cursor: pointer;
font-size: 20px;  
}    

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #323232;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #323232;
}        
  
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 26px 28px;  
  border: 1px solid #ccc;
  border-top: none;
}                           
        
/* tab css end */
    
img {
    width: 100px;
    float: left;
}
ul.m-topbar__nav.m-nav.m-nav--inline {
    float: right;
    list-style: none;
}

.m-stack__item.m-brand {
    width: 50%;
    float: left;
    margin: auto;
}

div#m_header_nav {
    width: 50%;
    float: right;
}

header#m_header {
    width: 100%;
    display: block;
}

.m-grid__item.m-grid__item--fluid.m-grid.m-grid--ver-desktop.m-grid--desktop.m-container.m-container--responsive.m-container--xxl.m-page__container.m-body {
    width: 100%;
    float: left;
    display: inline-block;
}

footer.m-grid__item.m-footer {
    display: inline-block;
    width: 100%;
    float: left;
}

.m-stack__item.m-stack__item--left.m-stack__item--middle.m-stack__item--last {
    width: 48%;
    float: left;
    margin: 18px auto;
}

.m-stack__item.m-stack__item--right.m-stack__item--middle.m-stack__item--first {
    float: left;
    display: inline-block;
    width: 50%;
}

ul.m-footer__nav.m-nav.m-nav--inline.m--pull-right {
    display: block;
    list-style: none;
    margin: 17px 15px 0px 0px;
}

li.m-nav__item {
    width: 18%;
    float: left;
}

/* Responsive css start*/
@media only screen and (max-width: 767px) {
 .shipping-rate-form {
	display: flex;
	flex-wrap: wrap;
}  
.column1 {
	width: 100%;
	margin-bottom: 12px;
}   
.column2 {
	width: 50%;
}
.column3 {
	width: 48%;
	margin-left: 2%;
}    
.custom-footer .m-stack__item.m-stack__item--left.m-stack__item--middle.m-stack__item--last {
	width: 100%;
	float: left;
	margin: 0px auto;
}   
.custom-footer .m-stack__item.m-stack__item--right.m-stack__item--middle.m-stack__item--first {
	float: left;
	display: inline-block;
	width: 100%;
} 
.custom-footer .m-footer__nav {
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	width: 100%;
}
.custom-footer li.m-nav__item {
	margin: 0 5px;
}  
.custom-footer {
	position: unset;
}  
.outer-footer {
	margin-top: 0;
}     
   
}
@media only screen and (max-width: 359px) {
.tab button {
	width: 90px;
	font-size: 17px;
}	
.tab button:last-child {
	margin-right: 0;
}  
.custom-footer .m-footer__copyright {
	color: #fff;
	font-size: 14px;
}
.custom-footer .m-footer__nav li a {
	font-size: 14px;
}
.custom-footer .m-footer__nav {
	padding: 0;
}     	  	
	
}