#exTab1 .tab-content {
  color : black;
  padding : 0;
margin-top: 6%;
}
#exTab1 .nav-pills > li > a {
    border-radius: 0;
    color: #000;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px #7a7a7a;
}
.tab-content ul {
    display: inline-block;
    padding: 0;
    list-style: none;
}
.tab-content ul li {
    margin-bottom: 12%;
    margin-top: 3%;
    height: 400px;
    padding-left: 0;
    padding-right: 30px;
}
.nav-pills>li.active>a:after {
    display: block;
    content: "";
    width: 55px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #e4ba69;
    border-right: 3px solid #e4ba69;
}
#exTab1 {
    padding-top: 1%;
}
.protabuldiv {
    margin-top: 7%;
}
.card__heading1 {
    font-weight: 500;
}
.card__image img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.protabuldiv h3 {
    font-weight: 400;
    margin-bottom: 3%;
}
.allproductsdiv {
    position: relative;
    display: flex;
    margin-top: 2%;
    margin-bottom: 1%;
}
.allproductsdiv .col-md-12 {
    padding: 0;
}
.allproductsdiv h2{
    font-size: 32px;
    font-weight: 500;
    border-bottom: 4px solid #e4ba69;
    width: auto;
    display: inline-block;
}
.allproductsdiv h1{
    font-size: 32px;
    font-weight: 500;
    border-bottom: 4px solid #e4ba69;
    width: auto;
    display: inline-block;
}
.toolsh21{
    font-size: 32px;
    font-weight: 500;
    border-bottom: 4px solid #e4ba69;
    width: auto;
    display: inline-block;
}
.allproductsdiv .gform_body ul.gform_fields li {
    list-style: none;
}
.allproductsdiv .gform_body ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.allproductsdiv .gfield {
    width: calc(50% - 20px);
    margin: 10px;
}
form li.gfield {
    position: relative;
}
form input, form select, form textarea {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    padding: 18px 12px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
    outline: 0;
    padding-right: 80px;
    transition: all .3s ease-in-out;
}
form li.gfield.full-width {
    width: 100%!important;
}
.allproductsdiv .col-md-6{
    padding: 0px;
}
form li.gfield.gfield_consent .ginput_container_consent {
    display: flex;
    align-items: center;
    order: 2;
}
form li.gfield.gfield_consent .ginput_container_consent input {
    width: auto;
    margin-right: 10px;
}
.allproductsdiv .gform_body ul.gform_fields li {
    list-style: none;
}
button#gform_submit_button_4 {
    background: #1d120f;
    display: inline-block;
    padding: 4px 40px;
    border-radius: 15px;
    color: #d8af7a;
    margin-top: 5%;
    margin-bottom: 10%;
}
li#field_4_14 label {
    position: relative;
    top: 5px;
}
select#input_4_22 {
    background-position: 95% !important;
}
form select {
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(https://virtualpebblesdigital.com/luxewood/myimages/96810.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
textarea {
  resize: none;
}
::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: black;
}
@media (min-width: 240px) and (max-width: 599px)  {
 .allproductsdiv .gfield {
    width: calc(100% - 0px) !important;
    margin: 10px;
}
.gform_footer.top_label {
    margin: 10px !important;
}
}