.tabbing-section{
  padding: 120px 0;
  position: relative;
}
.tabbing-section .container {
  position: relative;
  z-index: 1;
}
.tabbing-section:after {
  background-image: url('https://46135726.fs1.hubspotusercontent-na1.net/hubfs/46135726/Foresight%20Images/tab-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
}

.tabbing-section h2{
  text-align: center;
}
.tabbing-section p{
  margin: 30px 0;
  font-size: 20px !important;
  line-height: 30px;
}
.tabbing-section .tab-head{
  display: flex;
  margin-top: 70px;
  justify-content: center;
  align-items: center;
  gap:56px;
}
.tabbing-section .tab-head h4{
  font-weight: 500;
  color: grey;
}
.tabbing-section .tab-head h4:hover, .tabbing-section .tab-head h4.active{
  text-decoration: underline;
  {#text-underline-offset: 12px;#}
  cursor: pointer;
  color: #7d060f;
}
.tabbing-section .tab-body{
  display: none;
  justify-content: center;
  padding-top: 55px;
  gap: 60px;
}
.tabbing-section .tab-body.active-tab{
  display: flex;
}
.tabbing-section .tab-body.video iframe{
  height: 475px !important;
  width: 700px !important;
  vertical-align: bottom;
  display: flex;
}
.tabbing-section .tab-body.video img{
  display: none;
}
.tabbing-section .tab-body.image iframe{
  display: none;
}
.tabbing-section .tab-body.image img{
  display: flex;
  height: auto !important;
  width: 1100px !important;
  vertical-align: bottom;
}
.tabbing-section .tab-body .tab-video {
  margin: 0;
}
.tabbing-section .tab-body .content-head{
  width: 100%;
  padding: 20px 0;
}
.tabbing-section .tab-body .content-head h3{
  line-height: 30px;
}
.tabbing-section .tab-body .content-head p{
  font-size: 20px;
  margin: 20px 0;
}
.tabbing-section .tab-body .content-head a>div{
  margin: 36px 0; 
}
.tabbing-section .tab-body .content-head a>div:hover{
  {#text-decoration: underline;#}
  text-underline-offset: 8px;
}
.tabbing-section .tab-body .content-head a>div:after{
  content: "→ ";
}
.dropdown {
  position: relative;
  display: none;
}

.dropdown-menu {
  display: flex;
  position: relative;
  top: 100%;
  left: 0;
  /*   background-color: #f9f9f9; */
  border: none;
  padding: 10px;
}
.manu-hide{
  display: flex;
}
{#.dropdown-menu.active:after, .dropdown-menu:hover:after { content: ''; position: absolute; right: 3px; background-color: #7D060F; height: 7px; width: 7px; bottom: 2px; transform: rotate(45deg); }
.dropdown-menu.active:before, .dropdown-menu:hover:before { content: ''; position: absolute; left: 3px; background-color: #7D060F; height: 7px; width: 7px; bottom: 2px; transform: rotate(45deg); }
#}
/* ============ MEDIA CSS ================ */
@media(max-width:1439px) { 
  .dropdown-menu.active::after, .dropdown-menu:hover::after {
    bottom: 1px;
  }
  .dropdown-menu.active::before, .dropdown-menu:hover::before {
    bottom: 1px;
  }

  .tabbing-section {
    padding: 85px 0;
  }
  .tabbing-section h2 {
    font-size: 42px;
    line-height: 45px;
  }
  .tabbing-section .tab-body {
    padding-top: 40px;
    gap: 30px;
  }
  .tabbing-section .tab-body iframe {
    height: 340px;
    width: 500px;
  }
  .tabbing-section .tab-head {
    margin-top: 30px;
  }
  .tabbing-section .tab-head h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .tabbing-section .tab-head h4.active,  .tabbing-section .tab-head h4:hover {
    text-underline-offset: 8px;
  }
  .tabbing-section .tab-body .content-head h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .tabbing-section .tab-body .content-head p {
    font-size: 17px !important;
    margin: 13px 0;
  }
  .tabbing-section .tab-body .content-head a>div {
    margin: 20px 0;
  }
}
@media(max-width:1199px) { 
  .dropdown-menu.active::after, .dropdown-menu:hover::after {
    bottom: 0;
  }
  .dropdown-menu.active::before, .dropdown-menu:hover::before {
    bottom: 0;
  }
}
@media(max-width:991px) { 
  .dropdown-menu.active:after, .dropdown-menu.active:before, .dropdown-menu:hover:after, .dropdown-menu:hover:before { display: none; }
  .tabbing-section .tab-head h4.active, .tabbing-section .tab-head h4:hover { text-decoration: none; text-underline-offset: 0; }
  .dropdown-menu.active.drop-btn { border: 2px solid #7d060f; }
  h4.drop-btn{ color: #ffffff !important; }
  h4.drop-btn:hover { color: #7D060F !important; }
  .tabbing-section h2 {
    font-size: 38px;
    line-height: 30px;
  }
  .tabbing-section {
    padding: 60px 0;
  }
  .tabbing-section p {
    margin: 18px 0;
    font-size: 16px !important;
  }
  .tabbing-section .tab-body.active-tab {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .tabbing-section .tab-body iframe {
    height: 375px;
    width: 100%;
  }
  .tabbing-section .tab-body .content-head {
    padding-bottom: 0;
    flex-direction: column;
  }

  .tabbing-section .tab-head {
    gap: 15px;
    flex-direction: column;
  }
  .tabbing-section .tab-head .drop-btn{
    display: flex !important;
    padding: 14px;
    background: #7D060F;
    color: #ffffff;
    border-radius: 25px;
  }
  .tabbing-section .tab-head .drop-btn:hover{
    background: transparent;
    color: #7D060F;
    border: 2px solid #7D060F;
  }
  .dropdown-menu {
    display: none;
    padding: 0;
  }
  .dropdown:first-child{
    display: flex !important;
  }
  .manu-hide{
    display: flex !important;
  }  
}


@media(max-width:583px) { 
  .tabbing-section {
    padding: 48px 0;
  }
  .tabbing-section h2 {
    font-size: 34px;
    line-height: 25px;
  }
  .tabbing-section p {
    margin: 16px 0;
    font-size: 15px !important;
    line-height: 23px;
  }
  .tabbing-section .tab-head {
    margin-top: 20px;
  }
  .tabbing-section .tab-head h4 {
    font-size: 17px;
    line-height: 16px;
  }
  .tabbing-section .tab-head {
    gap: 16px;
  }
  .tabbing-section .tab-body .content-head h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .tabbing-section .tab-body .content-head p {
    font-size: 15px !important;
    margin: 10px 0;
    text-align: justify;
  }
  .tabbing-section .tab-body .content-head a>div {
    margin: 10px 0;
    font-size: 15px;
  }
}