/*==========  Non-Mobile First Method  ==========*/
 @media only screen and (max-width : 1845px) { 
        #calcrow {
  background-repeat: no-repeat;
  background-size: 250px;
  background-position: bottom right;
}
          }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) { 
        #calcrow {
  background-repeat: no-repeat;
  background-size: 210px;
  background-position: bottom right;
}
          }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	      }
/* Medium Devices, Desktops */
    @media only screen and (max-width : 959px) {
	    
	    .vc_col-sm-pull-8 {

    right: 0;

}
.vc_col-sm-push-4 {

    left: 0;

}
	    
	    

    }
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	   .footerlogos {
  max-width: 100%;
}
	 
	    .form-field.half {

    width: 100%;
    float: left;

}
	    
	    [class^="box-"] {
display: block;
position: relative;
width: 100%;
min-height: auto;
margin-right: 0px;
margin-bottom: 30px;
background: #fff;
padding: 20px;
float: none;border: 1.5px solid #b32e33;
}
.iconimage {
  max-width: 120px;
  margin: 0 0 20px 0;
}
.ladyimage{display: none !important;}
#calcrow{background-image: none !important}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
	  
	   

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
   