/* MQ 1000 */

@media screen and (max-width:1114px){
/*Unirversals*/
h2 {
    font-size: 1.6rem;
}
/* home section 1 */

.home_section_1 {
    height: 57.8vh;
}
.home_section_1 > div:first-child {
    padding: 80px 0 0 37px;
    width: 60%;
}
.home_section_1 > div:first-child h1 {
    font-size: 2rem;
}
.home_section_1 > div:first-child p {
    width: 291px;
}

.home_section_1 > div:nth-child(2) img {
    margin-top: 0px;
    width: 400px;
    position: absolute;
}

.home_section_1 > img:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
    height: 62%;
}
.home_section_1 > img:nth-child(4) {
    right: 0;
    position: absolute;
    bottom: 0;
    height: 45%;
}

/* Home Section 2 */

.home_section_2 {
    padding: 40px 20px;
}
.home_section_2 img {
    width: 100%;
}


/* Home section 3 */

.home_section_3 {
    display: flex;
    padding: 40px;
    background: #f5faff;
}
.home_section_3 > div:nth-child(1) > img:nth-child(1) {
    height: 100%;
    margin: auto;
    z-index: 2;
    display: block;
    position: relative;
    bottom: -99px;
}
.home_section_3 > div:nth-child(1) > img:nth-child(2) {
    height: 76%;
    position: absolute;
    bottom: 0;
    bottom: -103px;
    z-index: 1;
    right: 0;
    width: 99%;
}
.home_section_3 > div:nth-child(1) > img:nth-child(3) {
    position: absolute;
    top: 83px;
    right: 9px;
    height: 100%;
}

.hs3_card_container .hs3_card {
    width: 100%;
    border-radius: var(--br);
    padding: 15px;
}

/* home section 4 */
.home_section_4 {
    padding: 40px;
}

/* Home Section 5 */

.home_section_5 {
    padding: 40px;
    overflow: hidden;
}

.home_section_5 > div:nth-child(1) p {
    width: 100%;
    margin: 20px 0 30px;
}

.home_section_5 > div:nth-child(2) img:nth-child(1) {
    height: 100%;
    position: relative;
    z-index: 5;
    right: 0;
}
.home_section_5 > div:nth-child(2) img:nth-child(2) {
    position: absolute;
    width: 100%;
    right: 0;
    height: 453px;
    bottom: 0;
}

.home_section_5 > div:nth-child(2) img:nth-child(3) {
    position: absolute;
    width: 456px;
    right: auto;
    height: 440px;
    bottom: -6px;
}

/* Home Section 6 */

.home_section_6 {
    padding: 50px 40px;
    background: #f5faff;
}

.home_section_6 > p {
    text-align: center;
    width: 100%;
    margin: 12px auto 0;
}

.home_section_6_div {
    flex-wrap: wrap;
}

.home_section_6_div .hs6_card {
    width: 49%;
}

/* Home Section 7 */

/* Home Section 9 */

.home_section_8 {
    padding: 40px;
    background: #f5faff;
    overflow: hidden;
}
.home_section_8 > p {
    text-align: center;
    width: 100%;
    margin: 12px auto 0;
}


.modal#center_modal > div:nth-child(3){
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  

}



