@font-face {
    font-family: 'Gotham-Bold';
    src: url('./fonts/Gotham-Bold.otf') format('otf'),
         url('./fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('./fonts/Gotham-Book.otf') format('otf'),
         url('./fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamMedium';
    src: url('./fonts/GothamMedium.otf') format('otf'),
         url('./fonts/GothamMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.main-wrap{
    background-image: url('../images/background.png');
    background-position: center;
    background-size: cover  ;
    background-repeat: no-repeat;
}
.header{
    float: right;
    padding: 15px 15px 0px 0px;
}
.first-section{
    text-align: center;
}
.first-section h1{
    font-size: 41px;
    color: #5c2a23;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Gotham-Bold';
}
.first-section p{
    line-height: 1.6;
    color: #5c2a23;
    font-size: 16px;
    font-family: 'Gotham-Book';
    padding: 0 80px 0 80px;
    font-weight: 600;
}
.left-grid{
    background-color: #5c2a23;
    color: #fff;
    float: left;
    padding: 15px;
    border-radius: 9px;
}
.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-default {
    color: #fff;
    background-color: #d68e4e;
    border-color: #d68e4e;
}
.pad{
    /*width: 60.333333%;*/
    float: right;
}
.no-pad{
    padding: 0 0 0 0px;
    font-family: 'Gotham-Book';
    text-align: center;
}
.picture-1{
    /*padding-top: 40px;*/
    text-align: center;
    padding-right: 35px;
}
.picture-2{
    /*padding-top: 40px;*/
    text-align: center;
    padding-right: 35px;
    display: none;
}
.picture-1 img{
    width: 300px;
    height: 300px;
}
.picture-2 img{
    width: 300px;
    height: 300px;
}
.common{
    margin-right: 0;
    margin-left: 0;
    padding: 0px 0 30px 0;

}
.form-horizontal .control-label{
    text-align: left;
    font-size: 14px;
    font-weight: inherit;
    font-family: 'Gotham-Book';
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: inherit;
    font-size: 14px;
}
.form-text p{
    font-family: 'Gotham-Book';
    padding: 0 0 17px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-top:8px;
}
.logo img{
    width: 90px;
}
form > .form-group+div:not(.form-group){
    border:none !important;
    margin:0;
    padding:0;
}
.scroll-btn{
    display: none;
    
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.subbmt{
    position: relative;
}
.subbmt br{
    display: none !important;
}
.subbmt:after{
    content: 'SUBMIT';
    position: absolute;
    left:13px;
    top: 0;
    z-index:9;
}
.auto-cal-mail a i{
    float: right;
    font-size: 35px !important;
    color: #5c2a23;
    letter-spacing: 5px;
    padding: 10px 0 10px 0;
}
.auto-cal-mail {
    display: inline-grid;
    position: fixed;
    right: 0;
    top: 200px;
    /*background: #d68e4e;*/
    padding: 5px;
}
.auto-cal-mail a{
    text-decoration: none;
    padding-bottom: 3px;
    font-size: 30px;
    color: brown;
    text-align: center;
    display: flex;
    justify-content: center;
}
.socila-icons{
    text-align: center;
    font-size: 28px;
    color:#d68e4e;
    letter-spacing: 4px;
    padding: 0 0 10px 0;
}
.socila-icons a{
    color: #5c2a23;
}
.mobile-design{
    display: none;
}
.video{
    /*padding: 5% 0;*/
    /*text-align: center;*/
}
.knw-btn{
    color: #fff;
}
.header-1{
    float: left;
    padding: 50px 0 0 15px;
}
.header-1 a p{
    color:  #5c2a23;
    border: 1px solid #5c2a23;
    padding: 5px;
}
.btn.disabled{ 
    cursor :pointer;
}
.inactivebtn{
    pointer-events: none;
}
.activebtn{
    pointer-events: auto;
}
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #d68e4e;
    border: none;
}
i.fa.fa-chevron-right.fa-fw.cofee-buy {
    font-size: 14px;
    padding-left: 10px;
}
a.fc-buynow:hover, a.fc-buynow:active {
    text-decoration: none;
}
.button-submit{
    text-align: center;
}
.phone-responsive{
    font-size:35px !important;
}
.filter_cofee.btns {
    margin: 20px 0;
}
a.fc-buynow {
    color: #5c2a23;
    border: 2px solid #5c2a23;
    padding: 8px 20px !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Gotham-Book';
}
@media screen and (min-width: 480px){
  .subbmt:after{
      visibility: hidden;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 510px) and (-webkit-min-device-pixel-ratio: 1) {
    .video video {
      width: 100% !important;
      height: 200px !important;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .video video {
      width: 90% !important;
      height: 360px !important;
    }
    .left-grid {
        margin: 0 45px !important;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    .video video {
      width: 90% !important;
      height: 240px !important;
    }
}
@-moz-document url-prefix() { 
    a.fc-buynow { 
        padding: 8px 20px !important;
    }
}