* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

@font-face {
  font-family: "PoppinsRegular";
  src: url("../Poppins/Poppins-Regular.ttf") format("truetype");
  font-display: swap;

}
@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "PoppinsBold";
  src: url("../Poppins/Poppins-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("../Poppins/Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "PoppinsLight";
  src: url("../Poppins/Poppins-Light.ttf") format("truetype");
  font-display: swap;
}
h2 {
  font-family: "PoppinsSemiBold";
}
p {
  font-family: "PoppinsRegular";
}
/* ================topnav */
.topnav {
  background-color: #f4ebd5;
}
.media_details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.phone_widget {
  display: flex;
}
.media_details form {
  width: 400px;
  border-left: 2px solid #b7a16e31;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
}
.media_details form input {
  width: 100%;
  background-color: unset !important;
  border: unset !important;
  outline: unset !important;
  padding: 10px 0px;
}
.media_details form input::placeholder {
  color: #000;
  font-family: "PoppinsRegular";
}
.media_details form button {
  border: unset !important;
  outline: unset !important;
  background-color: unset !important;
}
.media_details form button i {
  color: #b7a16e;
}
.phone_widget {
  border-left: 2px solid #b7a16e31;
  padding: 8px 20px;
}
.phone_widget a {
  color: #b7a16e;
}
.phone_widget a span {
  color: #000;
  margin-left: 10px;
  font-family: "PoppinsSemiBold";
  font-size: 14px;
}
/* ================main nav */
header {
  background-color: #fff;
}
.mainNavbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.main_logo > img {
  height: 48px;
  width: auto;
}
.nav_support,
.drop_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
nav {
  display: block;
}
.menu {
  display: flex;
  padding: 0px;
  width: 800px;
  justify-content: space-between;
  align-items: center;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.menu li:first-child {
  margin-left: 0;
}
.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 15px 5px;
  display: block;
  color: #000;
  font-size: 16px;
  font-family: "PoppinsSemiBold";
  transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover,
.menu li:hover > a,
.menu li:hover > i,
.menu li a .active {
  color: #b7a16e;
}
.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #9ebbbd;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  border-radius: 5px !important;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
}
.sub-menu {
  border-radius: 5px;
}

.menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.megamenus {
  width: 950px !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sub_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sub_list > h6 {
  padding: 15px;
  font-size: 16px;
  font-family: "PoppinsSemiBold";
}
.sub_list > li > a {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  display: inline;
  font-weight: 500;
  display: inline;
  transition: 0.35s linear;
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.sub_list > li > a:hover ,
.sub_list  li a .active {
  color: #b7a16e;
}
.sub_list > li > a,
.sub-menu > li > a {
  padding: 10px !important;
  border-bottom: 0.5px solid #79797971;
  margin: 0px 10px;
}
.responsive-menu {
  display: none;
}

.list_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_line > a > i {
  color: #000;
}
.list_line1 > a > i {
  color: #000;
  float: right;
}
.menuToggler {
  display: none;
}
.accessNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_support {
  padding: 0px 20px;
}
.nav_support > i {
  font-size: 30px;
}
.nav_support > span {
  font-family: "PoppinsRegular";
  font-size: 12px;
  margin-left: 5px;
}
.accessNav a button {
  background-color: #47e743;
  border-radius: 30px;
  border: unset;
  outline: unset;
  display: flex;
  padding: 10px 10px;
  color: #fff;
  font-family: "PoppinsRegular";
  width: 165px;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
}
.accessNav a button i {
  font-size: 20px;
}
.res-search{
  display: none;
  font-size: 20px;
  margin-right: 20px;
}
.res-search a {
  color: #b7a16e;

}
.drop-search {
  /* display: none; */
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  background: #fff;
  padding: 10px 10px;
  box-shadow: 0 5px 12px -2px rgb(0 0 0 / 20%);
}
.small_search_form_top {
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 250px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.fa-search {
  color: #0c4128;
}
.top-bar-search-group{
  display: flex;
  padding: 0px 10px;
}
.top-bar-search-group button{
  background-color: unset !important;
}
.top-bar-search-group input{
  border: unset !important;
}
#show_view{
  display: none;
}
/* // ============model */
.modal {
  position: sticky;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 1em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #b7a16e;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 1em;
  color: #fff !important;
  background: none;
  border: 0;
}
.close_i {
  color: #fff;
  font-family: "PoppinsRegular";
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.wrapper {
  position: fixed;
  top: 35%;
  right: -55px;
  transform: rotate(269deg);
  background-color: #b7a16e;
  color: #fff;
  padding: 13px 20px;
  border-radius: 5px;
  z-index: 100000;
}
.wrapper > button {
  background-color: unset;
  border: unset;
  color: #fff;
  font-family: "PoppinsRegular";
}
.shop-button1{
  background-color: #b7a16e;
  color: #fff;
  border: none;
  outline: none;
  border-radius:  30px;
  padding: 10px 20px;
  font-family: "PoppinsRegular";
}
/* ================main bn */
.main_bn {
  background-color: #caecdb;
}
.bn_text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 80px 0px;
}
.bn_text h1 {
  font-family: "PoppinsBold";
  margin-bottom: 20px;
}
.bn_text p {
  font-family: "PoppinsRegular";
  margin-bottom: 20px;
}
.get_btn {
  background-color: #fff;
  color: #000;
  border: unset;
  outline: unset;
  padding: 10px 15px;
  font-family: "PoppinsSemiBold";
  border-radius: 30px;
  font-size: 14px;
}
.bn_img {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
/* ================ Offering Custom  */
.padd_y {
  padding: 40px 20px;
}
.title span {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.text_xont span{

  font-size: 1.75rem;
  font-weight: 500;
}
.gift_box {
  background-color: #f3f0f0;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /*justify-content: center;*/
}
.product_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
  flex-wrap: wrap;
}
.text_xont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PoppinsSemiBold";
  padding: 10px 20px;
  min-height: 80px;
}
.text_xont span {
  text-align: center;
  font-width: 500;
  font-size: 1rem;
}
/* ================Stock Type & Thickness */
.card {
  border: unset !important;
}
.card-title {
  font-family: "PoppinsSemiBold";
  color: #b7a16e;
}
.card-text {
  font-family: "PoppinsMedium";
  font-size: 14px;
  padding: 0px 10px;
  min-height: 80px;
}
.card-body {
  border: 1px solid #d6d6d6;
}
.heading {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  padding-bottom: 10px;
  font-size: 2rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;

}
.heading::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 120px;
  height: 2px;
  background-color: #b7a16e;
}
/* ================What Our Client Say */
.dark_bg {
  background-color: #252429;
}
.client_v span {
  color: #b7a16e;
  font-size: 50px;
  font-family: "PoppinsBold";
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.view_img {
  height: 70px;
  width: 70px;
}
.v_details {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
.view_text {
  margin-left: 20px;
}
.view_text span {
  color: #b7a16e;
  font-family: "PoppinsSemiBold";
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.questions span{
  font-family: "PoppinsSemiBold";
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;

}


.view_text p {
  color: #b9b9b9;
}
.content_b {
  width: 80%;
  margin: auto;
  color: #fff;
  font-family: "PoppinsRegular";
}
.bars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
}
.bars img {
  width: 20px !important;
}
.bars span {
  color: #fff;
}
/* ===========Related Products */
.h_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f5f5f5;
  margin: 5px 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px #2222221c;
}
.h_card img{
  height: auto !important;
  min-height: 166px;
}
.h_details > h3 {
  font-weight: 900;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "PoppinsSemiBold";
}
.h_details > p {
  font-size: 14px;
  text-transform: capitalize;
  font-family: "PoppinsRegular";
}
.h_details {
  margin-left: 20px;
  min-height: 45px;
}
/* ===========GET CUSTOM QUOTE */
.quote_bn {
  background-size: 100% 100%;
}
input::placeholder,
.form-select,
textarea::placeholder {
  font-family: "PoppinsRegular";
  font-size: 14px;
  color: #000;
}
.btn_sub1 {
  background-color: #b7a16e;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: "PoppinsRegular";
  border: unset !important;
  color: #fff;
}
.header_get > span {
  font-family: "PoppinsSemiBold";
  color: #b7a16e;
  font-weight: 500;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
#spambots {
  font-family: "PoppinsRegular";
  font-size: 12px;
}
.form_box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.header_get {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.mail_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ===============content */
.contects_box {
  margin: 40px 0px;
}
.content_box {
  height: 60vh;
  overflow-y: scroll;
}
.content_box h1 {
  font-size: 25px !important;
  padding: 10px 0px !important;
  font-family: "PoppinsSemiBold";
}
.content_box h2 {
  font-size: 20px !important;
  padding: 10px 0px !important;
  font-family: "PoppinsSemiBold";
}
.content_box h3,
.content_box h5 {
  font-size: 18px !important;
  padding: 10px 0px !important;
  font-family: "PoppinsSemiBold";
}
.content_box p {
  font-size: 14px !important;
  color: #52586d !important;
  line-height: 23px;
  font-family: "PoppinsRegular";
}

.contents > ul > li,
.contents > ul > li > a {
  color: #52586d;
  font-size: 14px;

  padding: 5px 0px !important;
  list-style: disc !important;
  font-family: "PoppinsRegular";
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* ===============foot slider logo*/

.offer_heading {
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  padding: 20px 0px;
  margin: 30px 0px;
}
.offer_heading > h2 {
  padding-top: 20px;
  font-size: 32px;
  font-weight: bold;
}
.offer_heading > p {
  color: #868686;
  font-size: 16px;
  padding-top: 10px;
}
.foot_logo > img {
  height: 100px;
  width: 80% !important;
  margin: auto;
}
/* ===============subscrib_box */

.subscrib_box {
  background-color: #b7a16e;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 0px;
  border-radius: 20px;
  font-family: "PoppinsSemiBold";
  margin-top: -90px;
}
.subscrib_box span {
  margin: 0px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}
.subscrib_box form {
  width: 40%;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.subscrib_box form input {
  padding: 8px 0px;
  margin-left: 10px;
  outline: unset !important;
  border: unset !important;
}
.subscrib_box form button {
  background-color: #252429;
  color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 5px 20px;
  border: unset;
  font-family: "PoppinsRegular";
}
/* ===============subscrib_box */
footer {
  background-color: #252429;
  padding: 50px 0px;
  margin-top: 50px;
}
.foot_wigiet {
  padding-top: 50px;
}
.detail_boxx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.detail_boxx p {
  font-family: "PoppinsRegular";
  font-size: 14px;
  margin: 0px;
}
.detail_boxx p span {
  color: #b7a16e;
}
.foot_wigiet span {
  font-family: "PoppinsSemiBold";
  color: #fff;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 1.25rem;
  padding-left: 20px;
}
.foot_wigiet ul {
  list-style: none !important;
  padding: 0px;
  padding-left: 20px;
}
.foot_wigiet ul li {
  line-height: 30px;
}
.foot_wigiet ul li a {
  color: #fff;
  font-family: "PoppinsLight";
  font-size: 16px;
}
.border_left {
  border-left: 1px solid #b7a16e;
}
.border_left p {
  color: #fff;
  padding-left: 20px;
}
.border_left p a{
  color: #fff;
  /*padding-left: 20px;*/
}
.social {
  padding-left: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social a i {
  color: #a4a4a4;
  font-size: 25px;
}
.end_box {
  background-color: #404040;
}
.last {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.last p {
  color: #fff;
  margin: 0px;
  font-size: 14px;
}
/* ===============product detail page=================== */
.product_slider {
  width: 90%;
  height: auto;
  margin: 20px auto 10px auto;
}

#thumbnails {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

#thumbnails::-webkit-scrollbar {
  width: 0;
}

#thumbnails::-webkit-scrollbar-track {
  background: transparent;
}

#thumbnails::-webkit-scrollbar-thumb {
  background: transparent;
}

#thumbnails img {
  width: 23.5%;
  height: 110px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.5s ease;
  margin-right: 10px;
}

#thumbnails img:hover {
  transform: scale(1.05);
}

.prod_detail {
  margin: 20px auto 10px auto;
}
.prod_detail > h2 {
  text-align: left !important;
  text-transform: capitalize;
  font-family: "PoppinsSemiBold";
}
.prod_detail > P {
  text-align: justify;
}

.text_bold {
  font-weight: 500;
  color: #000;
  padding-top: 5px;
}
.border_top {
  border-top: 1px solid #d4d4d4;
  padding: 20px 0px;
}
.pro_get > span {
  color: #b7a16e;
  margin-top: 0px !important;
  font-size: 21px;
  font-family: "PoppinsSemiBold";
}
.pro_get > p {
  font-weight: 700;
  color: #000 !important;
  margin: 0px;
  padding-top: 5px;
}

.cont_color {
  font-size: 16px !important;
}

.btn-warning1 {
  background-color: #b7a16e;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-family: "PoppinsLight";
}
#read_more {
  height: 16vh;
  overflow: hidden;
}
.sticky_element1 {
  position: sticky;
  top: 3rem;
  margin-bottom: 20px;
  align-self: flex-start;
}
.head_6 {
  font-family: "PoppinsSemiBold";
  font-size: 14px;
  cursor: pointer;
}
.trust_box{
  background-color: #E9FCF6;
  border-radius: 10px;
  padding: 20px ;
  border: 2px solid #9BD2C1;
}
.eyes_box{
  background-color: #FFEFF2;
  border-radius: 10px;
  padding: 20px ;
  border: 2px solid #E8B9C2;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}
.eyes_box span{
  font-family: "PoppinsSemiBold";
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.img_boxs{
  background-color: #FEF7E6;
  border-radius: 10px;
  padding: 20px ;
  border: 2px solid #DED2B4;
  margin-top: 10px;
}
#main {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
}
.produ_mini{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.mini_content{
  padding-left: 20px;
}
.mini_content a span{
  font-family: "PoppinsSemiBold";
  /* font-size: 16px; */
  color: #b7a16e;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}


  .bars  span {
    color: #b7a16e;
    font-size: 12px;
    font-family: "PoppinsBold";
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
  }

.mini_content p{
  font-size: 14px;
  line-height: 20px;
}
.c_box{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #b7a16e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ============tabs */

.tab {
  overflow: hidden;
  background-color: #fff;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;
  font-family: "PoppinsSemiBold";
}

.tab button.active {
  color: #b7a16e;
  border-bottom: 2px solid #b7a16e;

}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  border: 1px solid #ccc;
  border-radius: 5px;

}
.icon_box {
  background-color: #b7a16e;
  border-radius: 10px;
  height: 60px;
  width: 60px;
}
.chooes_card > h4 {
  font-weight: bold;
  padding: 5px 0px;
}
.chooes_card > p {
  font-size: 16px;
  font-weight: 600;
  width: 80%;
}
.alt-set{
  text-decoration: none;
  color: black !important;
}
.form_box .form-control, .form_box .form-select{
  border-radius: unset !important
}
.list_line  .active,
.sub_list li .active
{
  color: #B7A16E !important;
}
/*contact us form*/
.contct_map > h1 {
  color: #000;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: left;
  font-weight: 700;
}
.info-main {
  border: 1px solid #ddd;
  margin: 60px 0 50px;
}
.info-box:nth-child(1) {
  width: 25%;
}
.info-box:nth-child(1) {
  width: 25%;
}
.info-box:nth-child(2) {
  width: 30%;
}
.info-box:nth-child(3) {
  width: 45%;
}
.info-box {
  display: inline-block;
  padding: 40px 0;
}
.info-box span {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  position: relative;
  justify-content: center;
  margin: auto;
}
.bg-warning {
  background-color: #F0F0F0 !important;
}
.info-box p {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
  word-wrap: break-word;
  margin-bottom: 0;
  height: 50px;
  padding: 0 10px;
  text-decoration: none;
}
.info-box + .info-box {
  border-left: 1px solid #ddd;
}
.info-box span i {
  margin: auto;
  font-size: x-large;
}
.port_t {
  text-transform: capitalize !important;
  color: #333;
}
.card-title {
  color: #000;
  font-size: 18px !important;
  font-weight: 900;
}
.card-img-bottom {
  width: 100%;
}
.btn-quote {
  color: #2B2B2B;
  background-color: #FAB900;
  border: none;
  padding: 10px 50px;
  margin-top: 7px;
  font-weight: 500;
  font-size: 18px;
}
.bg-contact{
  background-color: #f4ebd5;
}
a{
  text-decoration: none !important;
}

/* ===============faq */
.box_faq {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}

.faqanswer {
  display: none;
  width: 100%;
  /* background: #e5e5e5; */
  padding: 12px 20px 0 30px;
}

.faqanswer p {
  font-size: 16px;
  line-height: 26px;

  margin: 0;
  padding-bottom: 20px;
}

a.active {
  font-weight: bold;
}

.togglefaq {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  padding: 20px 30px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  font-weight: bold;
}
.icon-plus {
  color: #000;
  margin-right: 20px;
  font-size: 16px;
  /* float:left; */
  font-style: unset;
}
.icon-plus:before {
  content: "\2b";
  font-family: FontAwesome;
}
.icon-minus {
  color: #000;
  margin-right: 20px;
  font-size: 16px;
  /* float:left; */
  font-style: unset;
}
.icon-minus:before {
  content: "\f068";
  font-family: FontAwesome;
}