.article-introtext{
    background-image: url(../images/golfball_bg.png);
}
.banner__image {
  width: 100%;
 
}
.sponsership__contact_whatsapp_text a {
    color: #f7a706 !important;
}
.banner__text_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__text_image {
  max-width: 38px;
}
  .dontDelay {
  background-color: #000805;
  padding: 10px 0;
  /*border-top: 5px solid #f4a606;*/
  border-bottom: 5px solid #f4a606;
}

.dontDelay__text {
  color: #f4a606;
  font-size: 26px;
  margin: 0;
}

.dontDelay__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dontDelay__image {
  max-width: 65px;
  margin-right: 15px;
}

.WoodBoard__image {
  width: 100%;
}

.boardSpec {
  
  border-top: 4px solid #177039;
  padding: 50px 0;
}

.boardSpec__item {
  text-align: center;
}

.boardSpec__text {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}

.discover {
  background: #000805;
  padding: 40px 0;
  border-bottom: 4px solid #177039;
  border-top: 4px solid #177039;
}

.discover__inner {
  position: relative;
  padding: 0 250px;
}
.discover__text .discover__text--one .free_text{
      font-size: 35px !important;
}
.discover__text {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.discover__text--one {
  margin-bottom: 35px;
}

.discover__text--two {
  margin-bottom: 0;
}

.discover__text--three {
  font-size: 18px;
}

.discover__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.discover__image--right {
  right: 0;
}

.discover__image--left {
  left: 0;
}

.isItWood {
  /*background-image: url(../images/golfball_bg.png);*/
  padding: 15px 0;
}

.isItWood__content {
  background-color: #5d9c75;
  padding: 15px 0;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.isItWood__content--black {
  background-color: #000;
  border-top: 3px solid #5d9c75;
  border-bottom: 3px solid #5d9c75;
}

.isItWood__text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.isItWood__text--two {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 28px;
}

.isItWood__text--yellow {
  color: #f4a606;
  text-transform: uppercase;
}

.black {
  background-color: #000;
  border-bottom: 4px solid #177039;
  border-top: 4px solid #177039;
  padding: 40px 0;
}

.black__item_text {
  color: #fff;
  font-size: 14px;
}

.black__button_wrap {
  margin-top: 25px;
}

.black__button {
  background-color: #f4a606;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 5px 20px;
  text-decoration: none;
}

.black__button:hover {
  color: #000;
}

.sponsership {
  /*background-image: url(../images/golfball_bg.png);*/
  padding: 40px 0;
}

.sponsership__partner {
  background: #000;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 4px solid #177039;
  border-top: 4px solid #177039;
}

.sponsership__text {
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.sponsership__acquisition_text_wrap {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sponsership__acquisition_text {
  font-weight: 800;
  font-size: 30px;
}

.sponsership__acquisition_image {
  max-width: 280px !important;
}

.sponsership__contact_wrap {
  background: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 4px solid #177039;
  position: relative;
  margin-top: 40px;
}

.sponsership__contact_wrap::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #f7a706;
}

.sponsership__contact_whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}

.sponsership__contact_whatsapp--why_us {
  padding: 10px;
  height: 100%;
}

.sponsership__contact_whatsapp_text {
  color: #f7a706;
  padding-left: 20px;
}

.sponsership__contact_phone_wrap {
  background: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sponsership__contact_whatsapp_image {
  /*max-width: 52px;*/
      max-width: 43px !important;

}

.sponsership__contact_text {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sponsership__contact_number {
  margin: 0;
  color: #f7a706;
  font-weight: bold;
}

.points {
  /*background-image: url(../images/golfball_bg.png);*/
  padding: 40px 0;
}

.points__item_image_wrap {
  width: 50px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
}

.points__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.points__item_image {
  width: 100%;
}

.points__item_text_wrap {
  padding: 10px;
  background: #f4a606;
  -ms-flex-preferred-size: calc(100% - 15px);
      flex-basis: calc(100% - 15px);
}

.points__item_text_wrap--black {
  background-color: #000;
}

.points__item_text_one {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.points__item_text_one--yellow {
  color: #f4a606;
}

.points__item_text_two {
  font-size: 18px;
  margin: 0;
}

.points__item_outer {
  margin-bottom: 20px;
}

.wood {
    /*background-image: url(../images/golfball_bg.png);*/
  padding: 40px 20px;
}

.wood__item_image {
  border-bottom: 4px solid #177039;
  border-top: 4px solid #177039;
  width: 100% !important;
  
}

.wood__item_text_wrap {
  text-align: center;
  padding: 10px 15px;
  margin-top: 20px;
  border-top: 4px solid #f4a606;
  border-bottom: 4px solid #f4a606;
  background-color: #000;
}

.wood__item_text {
  color: #f4a606;
  font-weight: bold;
  text-transform: uppercase;
}
.board_items_new_outer {
    display: flex;
    flex-wrap: wrap;
}

.board_items_new img {
    display: block;
    margin: 0 auto;
    max-height: 120px !important;
}

.board_items_new {
    flex-basis: 20%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media(max-width:991px){
    .board_items_new {
        flex-basis: 50%;
    }
}

@media(max-width:575px){
    .board_items_new {
        flex-basis: 100%;
    }
}
.wood__item {
    padding: 10px;
    box-sizing: border-box;
}

.wood__item_text {
    font-size: 14px;
    margin: 0;
}

.wood__item_text_wrap {
    padding: 13px 15px;
}
.points__item_outer {
    margin-bottom: 20px;
    padding: 5px;
}
@media (min-width:1400px) {
    .iswoodsIsit_Wood_cls {
        margin-right: -130px;
        margin-left: -130px;
    }
}

@media (max-width:1399px){
    section#article-introcontent_id {
        margin-right: -30px;
        margin-left: -30px;
    }
}
.discover,
.isItWood__content,
.black,
.sponsership__partner,
.sponsership__contact_wrap,
.isItWood__content--black {
    padding-right: 15px;
    padding-left: 15px;
}
.sponsership__contact_wrap {
    display: flex;
    flex-wrap: wrap;
}


.sponsership__contact_whatsapp_outer, 
.sponsership__contact_phone_wrap_outer {
    padding: 10px;
    flex-basis: 50%;
    box-sizing: border-box;
}

.black__item {
    padding: 10px;
}

.points .sponsership__contact_whatsapp_image {
    max-width: 43px;
}
.sponsership__acquisition_row {
    display: flex;
    flex-wrap: wrap;
}

.sponsership__acquisition_col {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}




@media (min-width:992px){
    .sponsership__contact_whatsapp_text {
        font-size: 21px;
    }
    .wood__item_image {

  height:215px;
}
.sponsership__acquisition_col{
    padding-bottom: 0;
}
.sponsership__contact_whatsapp--why_us {
 height: 108px;
}




    .sponsership__contact_text {
        font-size: 18px;
    }
    .sponsership__contact_number {
        font-size: 24px;
    }
    .black__button {
        padding: 12px 20px;
    }
    .points__item_text_wrap {
        min-height: 108px;
    }
     .points_item_align {
        max-width: 60%;
        margin: 0 auto;
    }
    .sponsership__contact_wrap {
    max-width: 77%;
    margin:0 auto 0;
}

    .points .sponsership__contact_whatsapp_text {
        font-size: 17px;
    }
}

@media (max-width:991px){
    
    .sponsership__contact_whatsapp_outer, 
.sponsership__contact_phone_wrap_outer {
    flex-basis: 100%;
}
.sponsership__acquisition_col {
    flex-basis: 100%;
    margin-top: 30px;
}
.sponsership__contact_wrap::after {
   display:none;
}
.discover__image--right,
.discover__image--left {
    display: none !important;
}
img.sponsership__contact_whatsapp_image {
    max-width: 38px !important;
}
.black__button {
    display: block;
    text-align: center;
}
.sponsership__contact_whatsapp {
    justify-content: center;
}
.dontDelay__text {
    padding: 15px;
}
.discover__inner {
    padding: 0;
}

.discover__text {
    font-size: 24px;
}

}
@media (min-width:1200px){
    .discover__image--left {
        left: 169px;
        top: 137px;
    }
    .discover__image--right {
        right: 169px;
        top: 137px;
    }
}

@media(max-width:1199px){
    .discover__image--right {
        right: 105px;;
    }
    .discover__image--left {
        left: 105px;
    }
}
.sponsership__contact_whatsapp_outer, .sponsership__contact_phone_wrap_outer {
    padding-top: 0;
    padding-bottom: 0;
}
img.boardSpec__image {
    width: 100% !important;
    height: auto !important;
    max-height: inherit !important;
}
   
 
div#description_modal_1 .modal-content input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

h5#exampleModalLongTitle {
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

div#description_modal_1 button.close {
    position: absolute;
    top: 0;
    right: 9px;
    font-size: 36px;
}

div#description_modal_1 button#sentemail {
    display: block;
    margin: 10px auto 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */