@font-face {
  font-family: "GilSansMT";
  font-weight: 400;
  src: url("../fonts/GilSansMT.TTF") format("truetype"); }
@font-face {
  font-family: "GilSansMT";
  font-weight: 700;
  src: url("../fonts/GilSansMTBold.TTF") format("truetype"); }
@font-face {
  font-family: "VERDANA";
  font-weight: 400;
  src: url("../fonts/VERDANA.TTF") format("truetype"); }
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 400;
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff"); }
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 700;
  src: url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"); }
/* Base style */
html {
  font-size: 62.5%; }

body {
  font-family: "HelveticaNeue";
  overflow-x: hidden;
  font-size: 1.6rem;
  padding: 0px;
  font-weight: 400;
  color: #000; }

.btn {
  cursor: pointer;
  font-size: 1.6rem;
  font-family: "GilSansMT";
  font-weight: 700;
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: none !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
 
 .btn.btn-sm {
    font-size: 1rem;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 0px; }
 
 .btn.btn-brown {
    background-color: #281106;
    color: #fff;
    border-color: #281106; }
 
 .btn.btn-grey {
    background-color: #959595;
    color: #000;
    border-color: #959595; }
 
 .btn.btn-green-border {
    background-color: #fff;
    color: #000;
    border-color: #f8981c;
    border-width: 2px; }
 
 .btn.btn-green {
    border-radius: 0px;
    color: #fff;
    background-color: #f8981c;
    border-color: #f8981c; }
 
 .btn.has-arrow {
    padding-right: 50px;
    background-image: url(../assets/images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%; }
 
 .btn:hover {
    opacity: 0.9; }

.form-group .btn:not(:last-child), .row-action .btn:not(:last-child) {
  margin-right: 5px; }

h1, h2, h3, h4 {
  font-family: "GilSansMT";
  font-weight: 700; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

p {
  margin-bottom: 20px;
  font-size: 1.2rem; }

li, .form-control {
  font-size: 1.6rem; }

.sec-pad {
  padding: 30px 0px; }

.bg-green {
  background-color: #f8981c !important; }

/* End Base style */
.sec-left, .sec-right {
  width: 160px;
  padding: 0px 5px; }

.calculator-wrapper {
  width: calc(100% - 320px);
  padding: 0px 5px; }

.adv-space {
  text-align: center;
  margin-bottom: 10px; }
  
  
  //.adv-space img {
    width: 100%; }

.nav-slider .slider-item {
  padding: 5px; }

.nav-slider a {
  display: block;
  background: #f8981c;
  color: #fff;
  text-align: center;
  padding: 12.4px 7px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "GilSansMT";
  line-height: 1.2;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
  .nav-slider a:hover {
    background-color: #1e6ea6; }

.sec-top {
  padding: 10px 0; }

#site-header .header-inner {
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 10px solid #341b1a; }

.site-title {
  font-family: "GilSansMT";
  font-weight: 700;
  font-size: 20px;
  color: #000; }

.col-12.d-flex {
  margin: 0px -5px; }

.calculator-box {
 margin-left:35px;
  margin-right:35px;
 
  padding: 40px;
  padding-top: 10px;
  background-color: #e8e9ea; }

.sec-title-md {
  font-size: 1.9rem;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px; }

.sec-title-md + p {
    font-family: "GilSansMT";
    font-weight: 700;
    color: #000;
    font-size: 1.2rem; }
    .sec-title-md + p a {
      color: #f8981c; }

.form-control {
  border-color: #f8981c;
  font-size: 1.4rem;
  font-family: "GilSansMT";
  font-weight: 700;
  padding-left: 12px;
  color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .form-control:focus {
    box-shadow: none;
    border-color: #1e6ea6; }

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 3px solid #473130; }

.row-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px; }

.row-item .form-group {

    padding: 0px 5px; }

.row-item .form-group:first-child {
      width: 40%; }

.row-item .form-group:first-child .form-control:last-child {
        width: 40px;
        padding: 5px;
        text-align: center; }
		
.row-item .form-group:first-child .label-2 span:last-child {
        width: 40px; }
		
.row-item .form-group .d-flex {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 2px; }

.row-item .form-group .d-flex .form-control {
      margin: 0px 2px; }

.row-item .label {
    font-size: 1.2rem;
    color: #000;
    font-family: "GilSansMT";
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }

.row-item .label-2 {
    font-size: 1.2rem;
    color: #000;
    font-family: "GilSansMT";
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }

.row-item .label-2 span {
      width: 60%;
      text-align: center;
      display: block;
      white-space: nowrap; }

.row-item .label-2 span:last-child {
        width: 40%; }

.row-item .c-input-group .form-control {
    width: 60%; }
    .row-item .c-input-group .form-control:last-child {
      width: 40%; }
	  
	  
  .row-item select {
    min-width: 112px; }
 /**/	  
	  
	  
  .row-item .switch-btn {
    margin: 0px 5px;
    margin-top: -5px; }

select {
  -webkit-appearance: none;
  background-image: url(../assets/images/angle-down.png);
  background-repeat: no-repeat;
  background-position: right 10px center; }

.switch-btn span {
  display: block;
  border: 1px solid #b4b4b5;
  padding: 3px;
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 25px;
  width: 40px;
  cursor: pointer; }
  .switch-btn span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #ccc;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; }
  .switch-btn span:after {
    content: "";
    width: 17px;
    height: 17px;
    background: #f5f4f4;
    border: 1px solid #b4b4b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
.switch-btn input[type="checkbox"] {
  display: none; }
  .switch-btn input[type="checkbox"]:checked + span:before {
    background-color: #f8981c; }
  .switch-btn input[type="checkbox"]:checked + span:after {
    left: 18px; }

.row-action {
  margin-bottom: 25px; }
  .row-action span {
    font-size: 1.4rem;
    font-family: "GilSansMT";
    font-weight: 700; }
  .row-action .btn-green-border {
    font-size: 2rem;
    padding: 2px 10px;
    line-height: 1; }

.input-row-single {
  margin-bottom: 15px; }

.form-group {
  margin-bottom: 15px; }

.border-tb {
  border-top: 10px solid #f8981c;
  border-bottom: 10px solid #f8981c; }

.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.intro {
  margin-bottom: 20px; }
  .intro .sec-title-sm {
    font-size: 1.8rem;
    font-family: "HelveticaNeue";
    font-weight: 700; }
  .intro img {
    max-width: 100%; }

.icon-div {
  margin-bottom: 30px; }
  .icon-div .thumb {
    background-color: #341b1a;
    min-height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 15px; }
    .icon-div .thumb h3 {
      font-family: "HelveticaNeue";
      font-weight: 400;
      font-size: 2.2rem;
      color: #f8981c; }
    .icon-div .thumb img {
      height: 70px;
      width: auto;
      margin-bottom: 20px; }
  .icon-div .info {
    padding: 15px; }
    .icon-div .info p {
      min-height: 110px; }
    .icon-div .info span {
      font-size: 1.2rem; }

#site-footer .inner {
  padding: 15px 0;
  border-bottom: 15px solid #d2d3d5; }
#site-footer .f-title {
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-size: 1.2rem;
  color: #808285;
  text-transform: uppercase;
  border-bottom: 1px solid #f8981c;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative; }
  #site-footer .f-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 50px;
    height: 5px;
    background: #f8981c; }
#site-footer p {
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-size: 1.2rem;
  color: #939598; }
#site-footer ul li {
  margin-bottom: 5px;
  line-height: 1; }
  #site-footer ul li a {
    font-size: 1.2rem;
    color: #939598;
    text-transform: uppercase; }
#site-footer .f-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 146px; }
  #site-footer .f-social li {
    margin-right: 5px;
    margin-bottom: 5px; }
    #site-footer .f-social li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      color: #fff;
      background-color: #813c16;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 5px;
      font-size: 20px;
      width: 36px;
      height: 36px;
      text-align: center; }

.color-orange {
  color: #f8981c !important; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .pl-50 {
    padding-left: 50px; } }
@media only screen and (max-width: 1024px) {
 
 .sec-left{
 	display:none;
    width: 100%;
    padding: 0;
    margin-bottom: 25px; }
	
.sec-right {
display:none;
    width: 100%;
    padding: 0;
    margin-bottom: 25px; }

  .calculator-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 25px; }

  .adv-space img {
    width: auto;
    max-width: 100%; }

  .nav-slider a {
    padding: 15px 13px;
    line-height: 1.2; } }
@media only screen and (max-width: 992px) {
  .row-item .form-group:last-child {
    width: 24%; } }
@media only screen and (max-width: 767px) {
  .logo img {
    width: 130px; }

  .site-title {
    font-size: 14px; }

  .nav-slider a {
    padding: 10px 10px;
    line-height: 1.2;
    font-size: 1.3rem; }

  .row-item .form-group:first-child {
    width: 100%; }

  .row-item .form-group {
    width: 33%; }

  .row-item .form-group:last-child {
    width: 50%; }

  .footer-item ul {
    margin-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */


.form-row {
border-style: dotted;
}



@media only screen and (min-width: 600px) {
.brand_box{
border-top:1px solid #F07400;
padding:20px 0px 30px;
}
.brand_box img{
float:left;
width:200px;
}
.brand_box .col1{
width:220px;
float:left;
margin:0px;
padding:0px;
}
.brand_box .col2{
width:420px;
float:left;
margin:0px;
padding:0px;
font-size:20px;
}
.brand_box a{
font-size:14px !important;
text-align:center;
}
}

@media only screen and (max-width: 600px) {
.brand_box{
border-top:1px solid #F07400;
padding:20px 0px 30px;
text-align:center;
}
.brand_box img{
float:none;
width:200px;
}
.brand_box .col1{
width:100%;
float:none;
margin:0px;
padding:0px;
}
.brand_box .col2{
width:100%;
padding-left:0px;
padding-top:10px;
font-size:20px;
text-align:center;
}
.brand_box a{
font-size:14px !important;
text-align:center;
}
}
