@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #4E4F4E;
}

h2{
    font-family: 'Exo', sans-serif;
}

.bg-light-brown{
    background-color: #F5F1EC;
}
.product-img-container img {
    border-radius: 15px 0 0 0;
}

.product-title h2{
    font-size: 20px;
    margin-bottom: 5px;
}
.product-title p {
    color: #FF5100;
}
.btn-read-more {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000;
    padding: 8px 40px;
    display: inline-block;
    font-size: 14px;
}

.btn-read-more:hover{
    background-color: #FF5100;
    border-color: #FF5100;
    color: #fff;
}

.sub-title h2{
    display: inline-block;
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.details-top{
    background-color: #CDC5BD;
}
.right-caption {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    padding: 40px;
    width: 55%;
    border-radius: 0 20px 0 0;
}

.right-caption p.sub {
    font-family: 'Exo', sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.right-caption h4 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.right-caption a {
    color: #000;
    border: 1px solid #000;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}

.right-caption a:hover{
    background-color: #E25200;
    color: #fff;
    border-color: #fff;
}

.sub-cap{
    color: #E25200;
    font-size: 20px;
    font-weight: 400;
}

.top-call {
    border: 1px solid #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background-color: #CDC5BD;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 32px 10px 32px;
    display: inline-block;
}

.top-call:hover{
    background-color: #000;
    color: #fff;
}

.top-h h3{
    font-size: 20px;
    margin-bottom: 0;
}
.custom-tab-content {
    background-color: #fff;
    padding: 30px 40px;
    margin-top: 30px;
}

.tab-heading h3 {
    color: #4E4F4E;
    font-family: "Exo", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    display: inline-block;
}

.carousel-indicators button.thumbnail {
    width: 100px;
    height: auto;
}
.carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}
.carousel-indicators {
    position: static;
}

.custom-data td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
.custom-tab li.nav-item .nav-link {
    color: #767776;
    border-radius: 0;
}

.custom-tab li.nav-item .nav-link {
    color: #767776;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
.custom-tab {
    border-width: 2px;
}
.custom-tab li.nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid #E25200;
    color: #E25200;
}
.g-map img {
    max-width: 640px;
}
  /* @media screen and (min-width: 992px) {
    .carousel {
      max-width: 70%;
      margin: 0 auto;
    }
  } */
  