@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    width: 100%;
    /* font-size: 62.5%; */
    font-family: "IBM Plex Sans", sans-serif ;
}
button{
    outline: none;
    border: none;
    text-transform: capitalize;
}

:root{
    --white:"#fff";
    --yellow:"#EFB41D";
    --orange:"#E66F25";
    --red:"#E22028";
    --blue:"#392D7D";
    --black:"#000";
    --grey777:"#777";
    --greydadada:"#dadada";

}

.form_error_success_msg{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.form_error_success_msg p{
    font-size: 1rem;
    color: #000;
    text-align: center;
    padding: .8rem;
    width: fit-content;
    border: .1rem solid #eee;
    text-align: center;
    border-radius: .2rem;
}

.main_section{
    min-height: 100vh;
    width: 100%;
    /* background-color: #dad; */
}

/* header section */
.navbar_section{
    padding: 0 3rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    width: 100%;
}
.navbar_logoIMG{
    width: 8rem;
    height: 4.2rem;
}
.navbar-nav{
    align-items: center;
}

.nav-item .nav-link{
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}
.nav_btn_brochure{
    padding: .8rem 1.6rem;
    color: #fff;
    background-color: #392D7D;
    outline: none;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 500;
}

/* hero section */

.banner_hero_section{
    /* height: 58vh; */
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.6rem 0;
}


.hero_section_registerBTN{
    padding: .8rem 1.6rem;
    color: #fff;
    background-color: #E66F25;
    outline: none;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 500;
}
.hero_section_registerBTN:last-child{
    background-color: #392D7D;
    color: #fff;
}

.banner_hero_section_left{
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.banner_hero_section_left_details{
    margin-top: 4vh;
    width: 70%;
    height: fit-content;
    color: #000;
}
.banner_hero_section_left_details h3{
    font-size: 2rem;
    font-weight: 700;
}
.banner_hero_section_left_details p{
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem 0;
}
.hero_section_nseLine{
    width: 100%;
    height: .6rem;
}
.hero_section_register_btn_main{
    display: flex;
    gap: 1.2rem;
    margin-top: 1rem;
}


.banner_hero_section_right{
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_hero_section_right img{
    width: 100%;
    height: 20rem;
    border-radius: 1rem;
}

.banner_hero_section_right_form{
    width: 90%;
    height: 90%;
    background-color: #fff;
    padding: 1rem;
    z-index: 9;
    border-radius: .4rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* margin-top: 5rem; */
    position: relative;
    top: 10vh;
}
.banner_hero_section_right_form h5:first-child{
    font-size: 1.2rem;
    text-transform: capitalize;
    text-align: center;
    padding: 1rem;
    background-color: #E66F25;
    color: #fff;
}

.section_divideFixed{
    width: 100%;
    min-height: 100vh;
    display: flex;
}
.section_divideFixedLeft{
    width: 65%;
}
.section_divideFixedright{
    width: 35%;
    /* background-color: #04871c; */
    height: 100vh;
    display: flex;
    justify-content: center;
}


.sectionSize{
    width: 100%;
    /* height: 40%; */
    padding: 1.2rem;
}

/* about section */

.about_section{
    width: 100%;
    /* height: 40%; */
    background-color: #efeded45;
}

.sections__heading{
    font-size: 1.6rem;
    font-weight: 700;
    color: #392D7D;
    text-transform: capitalize;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem;
}
.about_section_body{
    display: flex;
    flex-direction: column;
    min-height: 40vh;
    /* align-items: center; */
    gap: 1rem;
    padding: 0 4rem;
}
.about_section_body_left> .list-group> .list-group-item{
    font-size: .8rem;
    font-weight: 400;
}

.about_section_body_left p{
    font-size: 1rem;
    text-align: justify;
    font-weight: 400;
}

.about_section_body_right img{
    height: 18rem;
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
}


/* course outline */
.course__outline{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: #F6F9FE;
}
.course__outline p{
    font-size: 1.2rem;
    font-weight: 600;
    color: #E66F25;
    margin: 0;
}

.course__outline_accordian_topics{
    width: 80%;
    margin-top: 1rem;
}
.course__outline_accordian{
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.course__outline_accordian .accordion-item {
    background-color: #fff;
    color: #000;
    border: .1rem solid #eee;
}
.course__outline_accordian .accordion-item .accordion-header .accordion-button:not(.collapsed),
.course__outline_accordian .accordion-item .accordion-header .accordion-button
{
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 1rem;
}

.course_outline_topics{
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #000;
    gap: 1rem;
}
.course_outline_topics i{
    color: #E66F25;
    font-size: 1rem;

}
.course_outline_topics p{
    color: #392D7D;
    font-weight: 400;
    font-size: .9rem;
}




/* =================================== outside fixed area ===================================== */

.outside_fixed_area{
    width: 100%;
    z-index: 999;
    background-color: #fff;
    position: relative;
}

/* course outcome card */
.course__outline_inner{
    width: 100%;
}


.course__outline_cards_body{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 1rem;
    padding: 1rem;
}

.course__outline_card{
    min-height: 15rem;
    width: 15rem;
    min-width: 15rem;
    background-color: #faeaeb;
    color: #000;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    position: relative;
}

/* 
.course__outline_card:nth-child(2){
    background-color: #dbf2f3;
}
.course__outline_card:nth-child(3){
    background-color: #d2ebfc;
}
.course__outline_card:nth-child(4){
    background-color: #e7e6d5;
}
.course__outline_card:nth-child(5){
    background-color: #faeaeb;
}
.course__outline_card:nth-child(6){
    background-color: #dbf2f3;
}
.course__outline_card:nth-child(7){
    background-color: #d2ebfc;
}
.course__outline_card:nth-child(8){
    background-color: #e7e6d5;
}
.course__outline_card:nth-child(9){
    background-color: #faeaeb;
}
.course__outline_card:nth-child(10){
    background-color: #dbf2f3;
} */

.course__outline_card:nth-child(1n) {
    background-color: #faeaeb;
}
.course__outline_card:nth-child(2n) {
    background-color: #dbf2f3;
}
.course__outline_card:nth-child(3n) {
    background-color: #d2ebfc;
}
.course__outline_card:nth-child(4n) {
    background-color: #e7e6d5;
}


.course__outline_card_number{
    font-size: 2.6rem;
    font-weight: 700;
}
.course__outline_card_heading{
    font-size: 1rem;
    font-weight: 900;
    color: #000;
}
.course__outline_card_para{
    font-size: .8rem;
    font-weight: 400;
    text-align: justify;
    color: #777;
}
.course__outline_card_iconRight{
    background-color: #fff;
    color: #000;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%;
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}
.course__outline_card_iconDown{
    display: none;
}

/* .course__outline_card:nth-child(4) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(8) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:last-child .course__outline_card_iconRight{
    display: none;
  } */

.course__outline_cards_bodyMain{
    display: flex;
    justify-content: center;
    padding: 0 5.6rem;
}
.course__outline_card:nth-child(4n) .course__outline_card_iconRight{
    display: none;
}
.course__outline_card:last-child .course__outline_card_iconRight{
    display: none;
  }



/* course outcome */

.course_outcome__section{
    width: 100%;
    height: fit-content;
    background-color: #fff;
}
.course_outcome__section_header{
    display: flex;
    justify-content: space-between;
    padding: .6rem;
    background-color: #fff;
    align-items: center;
}
.course_outcome__section_sliderBTNS{
    display: flex;
    gap: 1rem;
}

.course_outcome__section_sliderBTN{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 1.4rem;
}
.course_outcome__section_sliderBTN:hover{
    background-color: #000;
    color: #fff;
}

.course_outcome__section_inner{
    width: 100%;
    margin-top: 1.2rem;
    /* background-color: #11560e; */
    padding: .4rem;
}

.course_outcome__section_slider_body{
    width: 100%;
    display: flex;
    gap: 1rem;
    overflow-x: auto;
}
.course_outcome__section_slider_body::-webkit-scrollbar{
    display: none;
}
.course_outcome__section_slider_card{
    width: 16rem;
    min-width: 15rem;
    height: 18rem;
    border: .1rem solid #eee;
}
.course_outcome__section_slider_cardHEAD{
    width: 100%;
    height: 6rem;
    background-color: #E1F5FE;
    padding: .5rem;
}
.course_outcome__section_slider_cardHEAD p{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #039adf;
}
.course_outcome__section_slider_cardTxt{
    width: 100%;
    padding: .4rem 1rem;
}
.course_outcome__section_slider_cardTxt p{
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: #777;
    /* text-align: justify; */
}

/* course ralated page */
.related_page__section{
    width: 100%;
}
.related_page__section_inner{
    width: 100%;
}

.related_page__section_cards_body{
    width: 100%;
    /* height: 50vh */
    background-color: #fff;
    padding: 1rem .6rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.related_page__section_card{
    min-height: 12rem;
    width: 16rem;
    border-radius: .4rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.related_page__section_cardIMG{
    width: 100%;
    height: 8rem;
}
.related_page__section_cardIMG img{
    height: 100%;
    width: 100%;
}



.related_page__section_cardTXT{
    padding: .5rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
.related_page__section_cardTXT p{
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #777;

}
.related_page__section_cardTXT:last-child p{
    font-size: 1rem;
    font-weight: 400;
    color: #777;
    margin: 0;
    text-align: justify;
    
}
.related_page__section_cardTXT_open{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    text-transform: capitalize;
    font-size: .8rem;
    font-weight: 500;
    color: #777;
}

.related_page__section_cardTXT_open h5{
    padding: .4rem .6rem;
    color: #777;
    background-color: #7777774f;
    font-weight: 500;
    margin: 0;
    width: fit-content;
    font-size: .8rem;
    text-transform: capitalize;
    border-radius: .2rem;
}


/* ======= faq section ============ */
.faq__section{
    width: 100%;
    background-color: #F6F9FE;
}
.faq__section_inner{
    width: 100%;
    display: flex;
    justify-content: center;
}
.faq__section_inner_accordian{
    width: 75%;

}
.faq__section_inner_accordian_body{
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    height: 22rem;
    overflow: hidden;
}
.faq__accordian_readMoreBTN{
    padding: 1rem !important;
    text-transform: capitalize;
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 500;
}
.faq__section_inner_accordian_body .accordion-item {
    background-color: #fff;
    color: #000;
    border: .1rem solid #eee;
}
.faq__section_inner_accordian_body .accordion-item .accordion-body{
    color: #000;
    font-size: 1rem;
}
.faq__section_inner_accordian_body .accordion-item .accordion-header .accordion-button:not(.collapsed),
.faq__section_inner_accordian_body .accordion-item .accordion-header .accordion-button
{
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 1rem;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    --bs-accordion-btn-focus-box-shadow: transparent;
}


/* ================= footer ==================== */

.footer__section{
    width: 100%;
    min-height: 40vh;
    background-color: #392D7D;
}
.footer__section ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .8rem;
}
.footer__section a{
    text-decoration: none;
    color: #fff;
}

.footer__section a:hover{
    color: #dadada9a;
}

.footer__section_inner{
    width: 100%;
    height: fit-content;
    padding: 1.2rem;
}
.footer__section_innerRow_details{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.footer__section_innerRow_heading{
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}
.footer__section_innerRow_details_first{
    font-size: .8rem;
    color: #fff;

}
.footer__section_innerRow_quickLink{
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
.footer__section_innerRow_details ul{
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

/* copyright */

.copyright{
    width: 100%;
    border-top: .08rem solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem 1rem;
}
.copyright p{
    font-size: .8rem;
    font-weight: 400;
    margin: 0;
    color: #fff;

}


.copyright__socialMedia{
    display: flex;
    gap: .5rem;
}

.copyright__socialMedia_icons{
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: .2rem solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright__socialMedia_icons:hover{
    background-color: #fff;
    color: #392D7D;
}



/* ================= footer ==================== */


/* ============================================== responsive part ========================================================= */


/* ====================== xtra large device part ====================== */

/* ========================== */
@media (min-width: 1500px) and (max-width: 2000px){
    .course__outline_cards_body{
        width: 91rem;
    }

.course__outline_cards_bodyMain{
    display: flex;
    justify-content: center;
    padding: 0;
}

.course__outline_card:nth-child(4n) .course__outline_card_iconRight{
    display: flex;
}
.course__outline_card:nth-child(5n) .course__outline_card_iconRight{
    display: none;
}




}

/* ================= */
@media (min-width: 1368px) and (max-width: 1499.98px){
    .course__outline_cards_body{
        width: 73rem;
    }

    
.course__outline_cards_bodyMain{
    display: flex;
    justify-content: center;
    padding: 0;
}
/* .course__outline_card:nth-child(4) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(8) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(5) .course__outline_card_iconRight{
    display: flex;
  } */

  .course__outline_card .course__outline_card_iconRight{
    display: flex;
}
.course__outline_card:nth-child(4n) .course__outline_card_iconRight{
    display: none;
}

}
/* ================= */
@media (min-width: 1079px) and (max-width: 1258.98px){
    .course__outline_cards_body{
        width: 65rem;
    }

.course__outline_cards_bodyMain{
    display: flex;
    justify-content: center;
    padding: 0;
}
/* .course__outline_card:nth-child(4) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(8) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(5) .course__outline_card_iconRight{
    display: flex;
  } */

  .course__outline_card .course__outline_card_iconRight{
    display: flex;
}
.course__outline_card:nth-child(4n) .course__outline_card_iconRight{
    display: none;
}

}
@media (min-width: 700px) and (max-width: 899.98px){
    .course__outline_cards_body{
        width: 33rem;
    }

.course__outline_cards_bodyMain{
    display: flex;
    justify-content: center;
    padding: 0;
}
  .course__outline_card .course__outline_card_iconRight{
    display: flex;
}
.course__outline_card:nth-child(2n) .course__outline_card_iconRight{
    display: none;
}

}

@media (min-width: 900px) and (max-width: 1078.98px){
    .course__outline_cards_body{
        width: 49rem;
    }

.course__outline_cards_bodyMain{
    display: flex;
    justify-content: center;
    padding: 0;
}


  .course__outline_card .course__outline_card_iconRight{
    display: flex;
}
.course__outline_card:nth-child(4n) .course__outline_card_iconRight{
    display: flex;
}
.course__outline_card:nth-child(3n) .course__outline_card_iconRight{
    display: none;
}

}

@media (min-width: 570px) and (max-width: 699.98px){
    .course__outline_cards_body{
        width: 33rem;
    }

.course__outline_cards_bodyMain{
    display: flex;
    justify-content: center;
    padding: 0;
}
/* .course__outline_card:nth-child(2) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(4) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(6) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(8) .course__outline_card_iconRight{
    display: none;
  }
.course__outline_card:nth-child(5) .course__outline_card_iconRight{
    display: flex;
  } */


  .course__outline_card .course__outline_card_iconRight{
    display: flex;
}
.course__outline_card:nth-child(3n) .course__outline_card_iconRight{
    display: flex;
}
.course__outline_card:nth-child(2n) .course__outline_card_iconRight{
    display: none;
}

}


@media (min-width: 1370px) and (max-width: 2000px){

/* course outcome */


.course__outline_cards_bodyMain{
    display: flex;
    justify-content: center;
    padding: 0;
}

.course__outline_card{
    width: 17rem;
}




.course__outline_card_heading{
    font-size: 1.2rem;
}
.course__outline_card_para{
    font-size: 1rem;
}


/* footer */
.footer__section {
    min-height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__section_inner {
    width: 80%;
    height: fit-content;
    padding: 1.2rem 0rem;
}

}


/* ======== mobile ================= */

@media (min-width: 300px) and (max-width: 449.98px) {

    .navbar_section{
        padding: 0;
    }

/* hero section */
.banner_hero_section{
    min-height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner_hero_section_right img{
    height: 12rem;
}

.banner_hero_section_left_details{
    margin: 0;
    width: 100%;
}
.banner_hero_section_left_details h3{
    font-size: 1.2rem;
}
.banner_hero_section_left_details p{
    font-size: .8rem;
}

.hero_section_registerBTN{
    padding: .6rem 1rem;
    font-size: .8rem;
}

.section_divideFixed{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.section_divideFixedright{
    width: 100%;
    position: relative !important;
    height: fit-content;
    padding: 1rem 0;
}


.banner_hero_section_right_form{
    height: fit-content;
    top: 0;
}



.section_divideFixedLeft{
    width: 100%;
}
.about_section_body{
    padding: 0;
}

.about_section_body_right img{
    height: 10rem;
}

/* course outcome */

.course__outline_cards_body{
    width: 15rem;
    padding: 0;
}

.course__outline_cards_bodyMain{
display: flex;
justify-content: center;
padding: 0;
}
.course__outline_card_iconRight{
display: none;
}

.course__outline_card_iconDown{
    background-color: #fff;
    color: #000;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom:-2rem;
    transform: translate(-50%, 0%);
    z-index: 9;
}
.course__outline_card:last-child .course__outline_card_iconDown{
    display: none;
  }
  .course__outline_accordian_topics{
    width: 100%;
  }

  .course__outline_accordian .accordion-body .row .col-sm-12{
    width: 100%;
    padding: .2rem;
  }

  .course_outcome__section_header
  
  .faq__section_inner .faq__section_inner_accordian{
    width: 100%;
  }

  .related_page__section_cards_body{
    flex-direction: column;
    align-items: center;
  }

  .footer__section_inner .row{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__section_inner .row .col-sm-12{
    width: 100%;
  }
  .copyright{
    flex-direction: column-reverse;
    gap: 1rem;
  }

 }

 @media (min-width: 450px) and (max-width: 569.98px){

/* course outcome */

.course__outline_cards_body{
    width: 16rem;
}

.course__outline_cards_bodyMain{
display: flex;
justify-content: center;
padding: 0;
}
.course__outline_card_iconRight{
display: none;
}

.course__outline_card_iconDown{
    background-color: #fff;
    color: #000;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom:-2rem;
    transform: translate(-50%, 0%);
    z-index: 9;
}


 }

 @media (min-width: 449.98px) and (max-width: 799.98px){

    .banner_hero_section{
        min-height: 50vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }

    .banner_hero_section_right img{
        height: 14rem;
    }
    .banner_hero_section_left_details{
        margin: 0;
        width: 100%;
    }

    .section_divideFixed{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .section_divideFixedright{
        width: 100%;
        position: relative !important;
        height: fit-content;
        padding: 1rem 0;
    }
    .banner_hero_section_right_form{
        height: fit-content;
        top: 0;
    }
    .section_divideFixedLeft{
        width: 100%;
    }
    .about_section_body{
        padding: 0;
    }
    
    .about_section_body_right img{
        height: 10rem;
    }

    .related_page__section_cards_body{
       display: flex;
       flex-wrap: wrap;
      }
      .footer__section_inner .row{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
      }
    
 }

/*download brochure form*/
.modal-logo {
  max-width: 100px;
}

.get_in_touch_innerForm_input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.get_in_touch_innerForm_input .form-control {
  border-radius: 0px;
  border: none;
  background-color: #f2f2f3;
  font-size: 1.1rem;
  color: #777;
  padding: 0.5rem 1.2rem;
  border-radius: 0.3rem;
}

.get_in_touch_innerForm_input span {
  display: flex;
  gap: 1.2rem;
}

.get_in_touch_innerForm_input button {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #392d7d;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: 500;
}

        .msgBox {
            margin-top: 2rem;

            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .msg {
            min-height: 22rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
   