.p_3_s359 .supMain {
  padding: 80px 0px;
}
.p_3_s359 .supCard {
  padding: 20px 30px;
  background-color: var(--themeBg1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_3_s359 .cardGrid {
  grid-template-columns: 60px 1fr;
  position: relative;
  z-index: 9;
}
.p_3_s359 .iconSec {
  width: 60px;
  height: 60px;
}
.p_3_s359 .iconSec i {
  font-size: 40px;
  color: var(--themeColor1);
  transition: 0.3s;
}
.p_3_s359 .cardTextSec {
  height: 100%;
}
.p_3_s359 .cardHead {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid #dddddd;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 800;
  color: var(--headingColor1);
  transition: 0.3s;
}
.p_3_s359 .hoverDiv {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background-color: var(--themeColor1);
  transition: 0.3s;
}
.p_3_s359 .supCard:hover .hoverDiv {
  height: 100%;
}
.p_3_s359 .supCard:hover .iconSec i {
  color: var(--paragraphColorWhite);
}
.p_3_s359 .supCard:hover .cardHead {
  color: var(--paragraphColorWhite);
}
.p_3_s359 .topTabSec {
  margin-bottom: 50px;
}
.p_3_s359 .botTabSec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background-color: var(--themeBg1);
  display: none;
}
.p_3_s359 .botGrid {
  grid-template-columns: 500px 1fr;
}
.p_3_s359 .imgSec img {
  object-fit: cover;
  border-radius: 10px;
}
.p_3_s359 .botRightSec {
  padding: 30px 70px 30px 30px;
}
.p_3_s359 .botRightSec .cardHead {
  border: none;
  margin-bottom: 40px;
  padding-left: 0px;
}
.p_3_s359 .botCardSec {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.p_3_s359 .botCardGrid {
  grid-template-columns: 45px 1fr;
}
.p_3_s359 .botIConSec {
  width: 45px;
  height: 45px;
  background-color: var(--themeColor1);
  border-radius: 50%;
}
.p_3_s359 .botIConSec i {
  font-size: 20px;
  color: white;
}
.p_3_s359 .carInnerHead {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 5px;
  color: var(--headingColor2);
}
.p_3_s359 .carInnerPara {
  font-size: 15px;
  line-height: 25px;
}
.p_3_s359 .botCardSec:hover {
  border-bottom: 1px solid var(--themeColor1);
}
.p_3_s359 .supCard.activeTab .hoverDiv {
  height: 100%;
}
.p_3_s359 .supCard.activeTab .iconSec i {
  color: var(--paragraphColorWhite);
}
.p_3_s359 .supCard.activeTab .cardHead {
  color: var(--paragraphColorWhite);
}
.p_3_s359 .botTabSec.active {
  display: block;
}
.p_3_s359 .line {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--themeColor1);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.p_3_s359 .line::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent var(--themeColor1);
  content: "";
  animation: zump 1.5s linear infinite;
}
@keyframes zump {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.p_3_s359 .abtHead {
  font-size: 22px;
  letter-spacing: 2.2px;
  margin-bottom: 16px;
  font-family: var(--o1Font);
  color: var(--themeColor1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
}
.p_3_s359 .abtSubHead {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: var(--headingColor1);
  padding-bottom: 20px;
  /* font-family: va\; */
}
.p_3_s359 .btn {
  padding: 10px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  border-radius: 5px;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.p_3_s359 .btn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 1100px) {
  .p_3_s359 .botCardGrid.gap30 {
    gap: 10px;
  }
  .p_3_s359 .botGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .p_3_s359 .topTabSec .grid3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 700px) {
  .p_3_s359 .abtSubHead {
    font-size: 30px;
  }
  .p_3_s359 .cardHead {
    font-size: 20px;
  }
  .p_3_s359 .botGrid {
    grid-template-columns: 1fr;
  }
  .p_3_s359 .cardGrid {
    grid-template-columns: 40px 1fr;
  }
  .p_3_s359 .supCard {
    padding: 15px;
  }
  .p_3_s359 .iconSec {
    width: 40px;
    height: 40px;
  }
  .p_3_s359 .cardGrid.gap20 {
    gap: 10px;
  }
  .p_3_s359 .botRightSec {
    padding: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .p_3_s359 .supMain {
    padding: 20px 0px;
  }
  .p_3_s359 .topTabSec .grid3 {
    grid-template-columns: 1fr;
  }
  .p_3_s359 .botRightSec {
    padding: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_3_s359 {
    background-attachment: scroll;
  }
}
.p_3_s360 .contact_section_10 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_3_s360 .gap8 {
  gap: 8px;
}
.p_3_s360 .mainHeading {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
  font-family: var(--hFont);
  color: var(--headingColor1);
}
.p_3_s360 .mainHeading span {
  color: var(--themeColor1);
}
.p_3_s360 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  font-family: var(--pFont);
  margin-bottom: 20px;
}
.p_3_s360 .custGrid {
  grid-template-columns: 25px 1fr;
  margin-bottom: 10px;
}
.p_3_s360 .iconSec {
  line-height: 0px;
  overflow: hidden;
}
.p_3_s360 .cardHead {
  font-size: 14px;
  color: var(--headingColor1);
  font-weight: 500;
}
.p_3_s360 .address a {
  font-size: 14px;
  font-weight: 500;
  color: var(--paragraphColorBlack);
}
.p_3_s360 .iconSec img {
  height: 100%;
}
.p_3_s360 .inputSec input,
.p_3_s360 .inputSec textarea {
  font-size: 15px;
  height: 40px;
  padding: 5px 15px;
  width: -webkit-fill-available;
  border-radius: 10px;
  border: 2px solid #dce3e6;
  outline: none;
  margin-bottom: 20px;
}
.p_3_s360 .inputSec textarea {
  height: auto;
  padding: 15px 20px;
  resize: none;
}
.p_3_s360 .btn {
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
  color: var(--btnTextColor);
  background-color: var(--btnColor);
  transition: 0.3s;
  border: none;
  border-radius: 10px;
  width: 120px;
  cursor: pointer;
  float: right;
}
.p_3_s360 .btn:hover {
  color: var(--btnHoverTextColor);
  background-color: var(--btnHoverColor);
}
@media only screen and (max-width: 900px) {
  .p_3_s360 .contact_section_6 {
    padding: 40px 0px;
  }
  .p_3_s360 .mainHeading {
    font-size: 25px;
    line-height: 30px;
  }
  .p_3_s360 .subPara {
    margin-top: 10px;
  }
  .p_3_s360 .custGrid {
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }
  .p_3_s360 .iconSec {
    width: 30px;
    height: 30px;
  }
  .p_3_s360 .address a {
    font-size: 15px;
    line-height: 25px;
  }
  .p_3_s360 .conSec.gap30 {
    gap: 20px;
  }
  .p_3_s360 .inputSec input {
    padding: 5px 15px;
    font-size: 14px;
    height: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p_3_s360 .inputSec textarea {
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p_3_s360 .gap60 {
    gap: 30px;
  }
  .p_3_s360 .btn {
    width: 100px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .p_3_s360 {
    background-attachment: scroll;
  }
}
