/* ------------------------------------------------------------ *\
	Section Text Cols
\* ------------------------------------------------------------ */


.section-text-cols {
  padding: 69px 0;
  color: var(--color-4);
}
\* -------------------------------22-1--2024----------------------------- */
.cust_frequently .section__body .cust-row .cust-col:nth-child(5).grid__col.grid__col--1of2.cust-col {border-bottom: 2px solid #002841;}
.cust_frequently .section__body .cust-row .cust-col:nth-child(6).grid__col.grid__col--1of2.cust-col {border-bottom: 2px solid #002841;}

.cust_frequently .section__body .cust-row .cust-col {
    background: transparent !important;
   
    border-top: 2px solid #002841 !important;
}

.cust_frequently .section__body .cust-row {
    margin: 0;
    row-gap: 0 !important;
}

.cust_frequently .section__body .cust-row .cust-col .section__entry h6 {
   
    padding-left: 30px;
   
}

.cust_frequently .section__body .cust-row .cust-col h6.expanded:after {
    background: url(https://39764862.fs1.hubspotusercontent-na1.net/hubfs/39764862/faq-up-arrow.png) !important;
    height: 25px !important;
    left: -10px !important;
    right: unset!important;
    width: 25px !important;
    display: inline-block;
    opacity: 1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}


.cust_frequently .section__body .cust-row .cust-col .section__entry p {
    padding: 0 0 0 30px;
}
.cust_frequently  .section__body .cust-row .cust-col h6:after {
    background: url(https://39764862.fs1.hubspotusercontent-na1.net/hubfs/39764862/faq-down-arrow-blue.png)no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 25px;
    position: absolute;
    left: -10px;
    width: 25px;
}
\* -------------------------------22-1--2024----------------------------END--*/



@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-cols {
    padding: 50px 0;
  }
}
.section-text-cols .section__title {
  text-align: center;
  margin-bottom: 59px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-cols .section__title {
    margin-bottom: 40px;
  }
}
.section-text-cols .section__content .grid {
  --gutter-x: 40px;
  --gutter-y: 36px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-text-cols .section__content .grid {
    --gutter-y: 20px;
  }
}
.section-text-cols .section__entry {
  font-size: 17px;
  line-height: 1.5;
}
.section-text-cols .section__entry h6:not(:last-child) {
  margin-bottom: 0.6em;
}

/* 24-09-2024 CSS Start */

/* 29-08-2024 custom css start */

.section__body .cust-row {
    align-items: self-start;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4rem;
    justify-content: space-between;
    margin: 0px;
}
.section__body .cust-row .cust-col {
    margin: 0;
    width: calc(50% - 20px);
    background: #ddd;
    padding: 20px;
}
.section__body .cust-row .cust-col h5 {
    cursor: pointer;
}
.section__body .cust-row .cust-col h5 span{
display:flex;
width:calc(100% - 50px);
}
.section__body .cust-row .cust-col h6::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url("https://39764862.fs1.hubspotusercontent-na1.net/hubfs/39764862/PFL%20Media/plus-large-svgrepo-com.svg")no-repeat center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 0;
}
.section__body .cust-row .cust-col h6.expanded::after{
    content: '';
    width: 30px;
    height: 30px;
    background: url("https://39764862.fs1.hubspotusercontent-na1.net/hubfs/39764862/PFL%20Media/minus-svgrepo-com.svg")no-repeat center;
    background-size: contain;
    display: inline-block;
}
.section__body .cust-row .cust-col h5 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
.section__body .cust-row .cust-col {
    width: 100%;
}
}
/* 29-08-2024 custom css end */
@media only screen and (max-width: 767px){
.section__body .cust-row .cust-col {
    width: 100%;
}
}
/* 29-08-2024 custom css end */

/* 10-09-2024 css start */
@media only screen and (min-width:767.5px) {
.section__body .cust-row .cust-col{
min-height:134px;
height:auto;
}
}
@media only screen and (min-width:1024px) {
.section__body .cust-row .cust-col{
min-height:104px;
height:auto;
}
}
.section__body .cust-row .cust-col .section__entry h6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-right: 30px;
    margin-bottom:0px;
}
.section__body .cust-row .cust-col .section__entry h6.expanded{
    margin-bottom: .6em;
}
/* 10-09-2024 css end */