.head-bx {
    display: flex;
    flex-direction: row;
}

p {
    font-size: 15px;
}

.head-desc {
    margin-left: 2rem;
}

.hd-des-txt {
    font-size: 1.5rem;
}

.col-style {
    display: flex;
    flex-direction: column;
    padding: 4rem;
}

.ins-rw {
    margin-bottom: 0rem;
}

.ins-desc {
    font-size: 1.5rem;
    margin-bottom: auto;
}

.ins-img {
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.needbox {
    background-color: rgba(230, 230, 230, 0.836);
    padding: 1.5rem 2.5rem 2rem 2.5rem;
    margin-bottom: 4rem;
    border-radius: 0.8rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 1px  solid rgb(71, 71, 71);
}

@media screen and (max-width: 768px) {
    .ins-desc {
        font-size: 1.5rem;
        margin-bottom: 3.5rem;
    }
    
    .head-bx {
        flex-direction: column;
    }
}

/* button */
.btn-center-2buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 700px) {
    .btn-center-2buttons {
        flex-direction: column;
    }
}

.phone-button {
    background-color: #da0000;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    border-radius: 5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: none;
    margin: 3.5rem auto 3.5rem auto;
}

.phone-button:hover {
  transform: scale(1.04);
  transition-duration: 0.6s;
}

.pnumber {
    color: #fafafa;
    font-weight: bold;
}

.pnumber:hover{
  color: #fafafa;
}

.pnumber_button {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.phone_number_h4 {
  font-size: 1.8rem;
  margin: 0;
}

.dwnld-ico {
  height: 2.2rem;
  margin-right: 2rem;
}

/* TABLE STYLES Start */
/* table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

.tble-hd {
    color: #fff;
    background-color: #000;
}

.sm-font-tble {
    font-size: 14px;
}

td,
th {
    border: 1px solid #000;
    text-align: left;
    padding: 1rem;
}

tr:nth-child(even) {
    background-color: #eff0f4;
}

@media screen and (max-width: 768px) {
    table {
        font-size: 11px;
    }

    td,
th {
    text-align: left;
    padding: 0.8rem;
}
} */
/* TABLE STYLES end */

.stp-spacer {
    margin-bottom: 100px;
}

.heading-diy-top {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    text-shadow: 3px 2px 4px rgba(126, 126, 126, 0.36);
}


.heading-diy {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    text-shadow: 3px 1px 3px rgba(126, 126, 126, 0.36);
}

.text-desc-ind-shadow {
    background-color: rgba(240, 242, 245, 0.527);
    border-radius: 2rem;
    padding: 15px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.555) -3px -3px 6px 1px inset;
    margin: auto auto 25px auto;
    font-size: 14px;
    line-height: 28px;
}

.text-desc-ind-shadow span {
    font-size: 13px;
    color: #7a7a7a;
}

@media screen and (max-width: 768px) {
    .text-desc-ind-shadow {
        margin: auto 3px 25px 3px;
    }

    .heading-diy-top {
        font-size: 38px;
        font-weight: 800;
    }
    
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 800px;
    margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
    .youtube-video {
        width: 100%;
    }
}

/* .text-desc-ind-shadow a {
    font-weight: normal;
} */

.text-desc-ind-shadow a:hover {
    font-weight: bold;
}

.text-desc-ind-shadow button {
    background-color: none;
}


.diy-accordion {
    background-color: rgba(240, 242, 245, 0.021);
    margin: 15px 0 0 25px;
    cursor: pointer;
    padding: 0px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    transition: 0.4s;
}
  
/* .active, .diy-accordion:hover {
    background-color: #ccc;
} */
  
.diy-accordion:after {
    content: '\25BC';
    /* float: right; */
    margin-left: 10px;
}
  
.active:after {
    content: "\25B2";
}
  
.diy-panel {
    /* padding: 0 18px; */
    /* background-color: white; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}