:root{
    --pink:#F5054F;
    --indigo:#4B0082;
    --s-h-c:#8d7b74;
    --indigo-opac:#4b00822b;
    --pink-opac: #ffabc2;
}

a{
    text-decoration:none;
}
.section-1,.section-2,.section-3,.section-4,.section-5,.section-6,.section-7,.section-9,.med-scr-section-2,.med-scr-section-3{
    padding: 50px 0;
}
h2.prpl,h4.prpl,h5.prpl{
    color: var(--indigo);
}
span.pnk,a.pnk{
    color: var(--pink);
    cursor: pointer;
    text-decoration: none;
}
span.pnk-opc{
    color: var(--pink-opac);
}
footer{
    color: white;
    background-color: #2c0d43b8;
}



/*section-2....*/

.accordion {
  background-color: var(--indigo-opac);
  border-radius: 10px;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
}

.active, .accordion:hover {
  background-color: var(--indigo);
  color: white;
}

.accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p{
    padding-top: 10px;
}


@media screen and (max-width:600px) {
    .accordion {
        width: 100%;
    }
    
}
/*section-2................................end*/



/*section-3....*/
/*section-3................................end*/



/*section-4....*/
.section-4 .steps-div{

    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 10px;
}
.section-4 .steps-div .step{
    width: 13.42%;
    background: var(--indigo-opac);
    bottom: 0;
    position: absolute;
    cursor: pointer;
    border: 0;
    
}
.section-4 .steps-div .step:hover{
    background-color: var(--indigo);
}
.section-4 .steps-div .step:focus{
    background-color: var(--indigo);
}
.section-4 .steps-div .step::after{
    
    width: 100%;
    color: var(--indigo);
    top: -30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    left: 0;

}
.step:nth-child(1){
    left: 0;
    height: 25%;
}
.step:nth-child(2){
   left: 14.42%;
   height: 35%;
}
.step:nth-child(3){
  left: 28.84%;
  height: 45%;
}
.step:nth-child(4){
  left: 43.26%;
  height: 55%;
}
.step:nth-child(5){
  left: 57.68%;
  height: 65%;
}
.step:nth-child(6){
    left: 72.1%;
    height: 75%;
}
.step:nth-child(7){
    left: 86.52%;
    height: 85%;
}

.step:nth-child(1)::after{
    content: "JMC";
}
.step:nth-child(2)::after{
    content: "smc";
}
.step:nth-child(3)::after{
    content: "qa/qc";
}
.step:nth-child(4)::after{
    content: "tl";
}
.step:nth-child(5)::after{
    content: "dm";
}
.step:nth-child(6)::after{
    content: "m";
}
.step:nth-child(7)::after{
    content: "sm";
}



.t-1.hide,.t-2.hide,.t-3.hide,.t-4.hide,.t-5.hide,.t-6.hide,.t-7.hide{
    opacity: 0;
    
    transition: 0.4s;
}
.t-1,.t-2,.t-3,.t-4,.t-5,.t-6,.t-7{
    opacity: 1;
   
}
.section-4 .step-r-col{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hide{
    visibility: hidden;
    position: absolute;
}
.section-4 h4{
    font-size: 2.5rem;
    text-align: center;
}
/*section-4................................end*/

/*section-5....*/
.mc-section-5{
    .cl-1{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .cl-2{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        color: black
    }

}
/*section-5................................end*/

/*section-6....*/
.mc-section-6{
    .cdee{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .col-md-6{
        display: flex;
        justify-content: center;
    }
    .row{
        background-color: var(--indigo-opac);
        padding: 30px 0;
        width: 80%;
    }
    .col-md-6 div{
        width: 100%;
        padding-left: 20%;
    }

}
/*section-6................................end*/















/*------------------------------------------------------------------medical-scribing.html---------------------------------------------------------*/
.med-scr-section-2{
    .row{
            width: 80%;
    }
    .stechsrt{
        justify-content: center;
        display: flex;
    }
    .lolol{
        align-items: center;
        display: flex;
        font-weight: bold;
        text-align: center;
    }
}
.med-scr-section-2 .row img{
    width: 100%;
}






.med-scr-section-3{
    .e3{
        justify-content: center;
        display: flex;
    }
    .e3 h2{
        text-align: center;
    }
}
@media only screen and (max-width:600px) {
    .med-scr-section-2{
        .row{
                width: 90%;
        }
    }
}
/*------------------------------------------------------------------medical-scribing   END---------------------------------------------------------*/