.disabled-primary {
  background-color: #cccccc;
  color: black;
}
.disabled-primary: hover {
  background-color: #cccccc !important;
  color: black !important;
}

.cnt-dtls-wrap {
    position: relative; 
    display: inline-block;
    width: 100%; 
}
 
.cnt-dtls-wrap > div {
    position: relative;
    z-index: 9;
}
   
.cnt-dtls-hdr {
    text-align: center;
    padding-bottom: 1px;
}

.cnt-dtls-hdr h1 {
    color: #113628; 
}

.cnt-dtls-otr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cnt-dtls-left {
    width: 53%;
    background-size: cover;
    background-position: center;
      max-height: 610px;
}

.cnt-dtls-rgt {
    width: 47%;
}
   
.cnt-rgt-otr {
    max-width: 590px;
    padding: 70px 20px 70px 50px;
}
    
.cnt-dtls-image img {
    display: none;
}

 
.cnt-dtls-form .hs_submit.hs-submit {
    text-align: right;
}

.cnt-dtls-form input.hs-button.primary.large {
    font-size: 24px;
    font-family: Oranienbaum,serif;
}

.cnt-dtls-form textarea {
    height: 130px;
  min-height:130px;
}




/******** Mobile Styling *********/

@media (max-width: 1080px) {
 
  .cnt-dtls-left {
      width: 100%;
      text-align: center;
      padding-bottom: 50px;
      min-height: 450px;
  }

  .cnt-dtls-rgt {
      width: 100%;
  }
  
  .cnt-rgt-otr {
      max-width: 800px;
      padding: 70px 20px 70px 20px;
      margin:0 auto;
  }
    
  .cnt-dtls-form .hs_submit.hs-submit {
      text-align: center;
  }
 
  
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
  
}  

@media (max-width: 767px) {
  
 
  .cnt-dtls-left {
      min-height: 210px;
      margin: 40px 20px 0px;
  }
  
  .cnt-dtls-hdr h1 { 
      margin-bottom: 0px !important;       
  }
  
  .cnt-rgt-otr { 
      padding: 50px 30px;
  }
  
  .cnt-dtls-form input {
      padding: 15px 20px !important;
  }
  
  .cnt-dtls-form .hs-form-field {
      margin-bottom: 15px !important;
  }
  
  .cnt-dtls-form input.hs-button.primary.large { 
      font-weight: 700; 
  }
  
  
}

@media (max-width: 479px) {
 
  
  
}