*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root{
    --merryred:#8d0202;
    --black:#000000;
    --peechwhite:#dacece;
    --white:#ffffff;
    --skinsandy:#ffecd9;
  }

  html{
   scroll-behavior: smooth;
  }

  body{
    background-color: var(--skinsandy);
  }

  .nav ul li:nth-child(2){
   border-bottom: 1px solid var(--white);
 }

  .back-btn{
   position:fixed;
   font-size: 30px;
   width: 65px;
   height: 100px;
   border: none;
   background-color: transparent;
   color: var(--merryred);
   transition: .2s;
 }
 
 .back-btn:hover{
    background-color: var(--merryred);
    color: var(--skinsandy);
 }

  article p{
   word-spacing: 5px;
 }

 @media(max-width:768px){
   .nav ul li:nth-child(2){
      border-bottom:1px solid black;
    }

   article p{
      word-spacing:normal;
    }
 }

 /* this code for forward menu --start */

 .forward-menu-flex{
   display: flex;
   align-items: center;
   position: fixed;
   right: -200px;
   transition: .8s;
 }

 .forward-slide{
   right: 0px;
   transition: .8s;
}


 .forward-menu-btn{
   display: flex;
 }

 .forward-menu-btn button{
   width: 40px;
   height: 40px;
   border-radius: 100% 0 0 100%;
   border: 2px solid var(--merryred);
   background-color: var(--skinsandy);
 }

 .forward-menu-btn button:hover{
   background-color: var(--peechwhite);
 }

 .forward-menu-btn button:active{
   background-color: black;
   color: white;
 }

 .forward-menu-btn button i{
   font-size: 20px;
 }

   .forward-menu-container{
      background-color:var(--merryred);
      width:200px;
      height:80vh;
      line-height: 50px;
      overflow-y:scroll;
      border: 2px solid var(--merryred);
   }

   ::-webkit-scrollbar{
      width: 7px;
   }

   .forward-menu-container ul li{
      border-bottom: 1px solid var(--white);
      list-style-type:none;
      padding: 0 10px;
      text-align: center;
   }

   .forward-menu-container ul li a{
      font-family: "open-sans", sans-serif;
      font-size: 14px;
      color: var(--white);
      text-decoration-line: none;
      padding: 10px 0px;
   }

   .forward-menu-container ul li:hover{
      background-color: white;
      transition: .5s;
   }
   .forward-menu-container ul li:hover a{
      color: var(--black);
      transition: .5s;
   }

   .forward-menu-container ul li:active{
      background-color:var(--black);
      transition: .5s;
   }
   .forward-menu-container ul li:active a{
      color: var(--white);
      transition: .5s;
   }

   .copyright{
      margin-top: 20px;
      padding: 5px 0;
      text-align: center;
      color: white;
      background-color: black;
    }
    
   


   @media(max-width:768px){

      .forward-menu-btn button{
         width: 20px;
         height: 30px;
         border-radius: 10px 0 0 10px;
       }
      
      
       .forward-menu-btn button i{
         font-size: 15px;
       }
      
         .forward-menu-container ul li a{
            font-size: 12px;
         }
   }

 /* this code for forward menu --end */

 /* forward letter for pop francis start */

 .box0-01{
   display: grid;
   justify-content: center;
   margin-top: 50px;
 }

 .box0-01 img{
   width: 500px;
   border: 1px solid var(--black);
 }

 .box0-02 p{
   text-align: center;
   font-family: "Montserrat", sans-serif;
   font-size: 25px;
   font-weight: bold;
   color: blue;
   margin: 30px;
 }

 @media(max-width:768px){
   article{
      width: 100%;
      margin-top: 40px;
    }

   .box0-01 img{
      width: 250px;
    }
   
    .box0-02 p{
      font-size: 16px;
    }

 }

 /* forward letter for pop francis end */


  /* forward letters 0 code start */

  .box0-1{
   margin-top:50px;
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
   border-bottom: 2px solid green;
  }

  .box0-1 div{
   display: grid;
   justify-content: center;
  }

  .box0-1 img{
   width: 100px;
   display: grid;
   justify-self: center;
  }

  .box0-1 .l-box p span{
   font-size: 22px;
   font-weight: bold;
   font-family: "Montserrat", sans-serif;
  }

  .box0-1 .l-box p{
   font-size: 15px;
   text-align: center;
   color: purple;
   font-family: "Montserrat", sans-serif;
  }

  .box0-1 .r-box .catholic{
   font-size: 24px;
   font-weight: bold;
   color: purple;
   font-family: "Montserrat", sans-serif;
  }

  .box0-1 .r-box .catholicaddr{
   display: grid;
   grid-template-columns: 1fr 1fr;
  }

  .box0-1 .r-box .catholicaddr .l-address{
   border-right: 1px solid green;
   padding: 10px;
   font-size: 14px;
   font-family: "open-sans", sans-serif;
  }

  .box0-1 .r-box .catholicaddr .r-address{
   border-left: 1px solid green;
   padding: 10px;
   font-size: 14px;
   font-family: "open-sans", sans-serif;
  }

  .box0-2 p{
   text-align: right;
   margin: 20px;
   font-family: "open-sans", sans-serif;
  }

  .box0-3 p{
   width: 80%;
   margin: 0 auto;
   text-align: justify;
   font-size: 16px;
   line-height: 20px;
   font-family: "open-sans", sans-serif;
  }

  .box0-4{
   display: flex;
   width: 80%;
   margin: 0 auto;
   margin-top: 30px;
  }

  .box0-4 p{
   font-weight: bold;
   font-family: "open-sans", sans-serif;
   font-size: 16px;
  }

  .box0-4 .l-sign img{
   width: 200px;
  }

  .box0-4 .r-seal img{
   width: 100px;
   margin-left: 10px;
  }

  .box0-5{
   text-align: center;
   font-size: 16px;
   padding: 10px;
   font-family: "open-sans", sans-serif;
  }

  .box0-5 span{
   font-weight: bold;
  }




  @media(max-width:768px){

   .back-btn{
      display: none;
    }

   .box0-1{
      margin-top: 20px;
   }

   .box0-1 img{
      width: 50px;
     }

     .box0-1 .l-box p span{
      font-size: 12px;
     }
   
     .box0-1 .l-box p{
      font-size: 10px;
     }

     .box0-1 .r-box .catholic{
      font-size: 15px;
     }

     .box0-1 .r-box .catholicaddr .l-address{

      font-size: 8px;
     }
   
     .box0-1 .r-box .catholicaddr .r-address{
      font-size: 8px;
     }

     .box0-2 p{
      font-size: 12px;
     }

     .box0-3 p{
      font-size: 14px;
     }

     .box0-3 p i{
      font-size: 10px;
      line-height: normal;
     }

  .box0-4 p{
   font-size: 12px;
  }

  .box0-4 .l-sign img{
   width: 120px;
  }

  .box0-4 .r-seal img{
   width: 70px;
  }

  .box0-5{
   font-size: 10px;
  }

  .copyright{
   font-size: 12px;
 }

  }


  /* forward letters 0 code end */

 /* forward letter 1 code start =======================================================*/

 .full-container-1{
    background-color: var(--white);
    width: 70%;
    margin: 0 auto;
    padding: 10px 15px;
    margin-top: 50px;
    border: 5px solid goldenrod;
  }

  .full-container-1 p{
    font-family: "open-sans", sans-serif;
    font-size: 18px;
    width: 80%;
   margin: 0 auto;
   text-align: justify;
  }

.container-1{
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-content: space-around;
    border-bottom: 2px solid green;
}

.head-left-box{
    display: grid;
    margin-left: 20px;
}

.head-left-box img{
    width: 100px;
    display: grid;
    justify-self: center;
}

.head-left-box p{
    text-align: center;
    color:rgb(246, 19, 193);
    font-weight: bold;
    font-size: 23px;
    font-family: "Montserrat", sans-serif;
}

.head-left-box p span{
    color: green;
    font-size: 15px;
}

.head-right-box{
    display: grid;
    justify-self: end;
}

.top-box p{
    font-size: 25px;
    color:rgb(246, 19, 193);
    font-weight: bold;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.bottom-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.bottom-box p{
    color: green;
    font-size: 14px;
    font-weight:400;
}

.bottom-box .left-box{
    border-right: 1px solid green;
    justify-self: end;
    padding: 0 10px;
}

.bottom-box .right-box{
    padding: 0 10px;
    border-left: 1px solid green;
}

.container-2{
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
   justify-items: end;
   margin-top: 20px;
}

.container-2 .left-box{
    font-size: 18px;
}

.container-2 .right-box p{
    text-align: center;
    font-size: 14px;
}

.container-2 .right-box img{
    width: 150px;
    border: 1px solid black;
}

.container-3{
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.container-3 .seal img{
    width: 200px;
    display: grid;
    justify-self: center;
}

.container-3 .sign p{
    font-size: 18px;
    text-align: center;
}

.container-3 .sign p span{
    font-weight: 800;
    font-size: 22px;
}

.container-4{
    margin-top: 20px;
}

.container-4 p{
    padding: 5px;
    font-size: 14px;
    color: green;
    text-align: center;
}

.container-4 p span{
    color:rgb(246, 19, 193);
}




@media(max-width:768px){
    .full-container-1{
        width: 100%;
      }

      .full-container-1 p{
        font-size: 13px;
        width: 100%;
      }

      .head-left-box{
        margin-left: 0px;
    }
    .head-left-box img{
        width: 60px;
    }

    .head-left-box p{
        font-size: 12px;
    }

    .head-left-box p span{
        color: green;
        font-size: 14px;
    }

    .bottom-box p{
        font-size: 8px;
    }

    .container-2 .left-box p{
        font-size: 13px;
    }

    .container-2 .right-box img{
        width: 80px;
        margin: 0 5px;
        border: 1px solid black;
    }
    .container-3{
        align-items: center;
    }
.container-3 .seal img{
    width: 80px;

}

.container-3 .sign p{
    font-size: 13px;
    text-align: center;
}

.container-3 .sign p span{
    font-weight: 800;
    font-size: 15px;
}

}

 /* forward letter 1 code end ===========================================================*/




 /* forward letter 2 code start =========================================================*/

 article{
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    background-color: var(--white);
    border: 5px solid goldenrod;
 }

 article p{
    font-family: "open-sans", sans-serif;
 }

.box1-1 , .box1-2{
    color:green;
 }

 .box1-1{
    text-align: center;
    font-weight:bold;
    text-decoration-line: underline;
 }

 .box1-2{
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
 }

 .box1-2 .bold{
    font-family: "Montserrat", sans-serif;
    font-weight:bolder;
    font-size: 24px;
 }

 .box1-2 p{
    font-size: 18px;
 }

 .box1-2 p:nth-child(2){
    font-weight: 600;
 }

 hr{
    border: 1px solid green;
    margin-top: 5px;
 }

 .box1-3{
    display:grid;
    grid-template-columns: 1fr 1fr;
 }

 .box1-3 .heading{
    justify-self: self-end;
    align-self: self-end;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
 }

 .box1-3 .profile{
    display: grid;
    justify-self: end;
    margin-right: 20px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
 }

 .box1-3 .profile p{
    text-align: center;
 }

 .box1-3 .profile p span{
    color: green;
 }

 .box1-3 .profile img{
   width: 150px;
    margin-top: 20px;
    border: 1px solid black;
 }

 .box1-4{
    margin-top: 30px;
 }

 .box1-4 p{
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    line-height: 30px;
 }

 .box1-5 p{
    display: grid;
    justify-content: end;
    margin: 50px 50px 0px 0px;
    font-size: 18px;
    text-align: center;
 }

 .box1-6{
    text-align: center;
    color: green;
    font-size: 20px;
    margin: 10px 0;
 }




 @media(max-width:768px){
    article{
        width: 100%;
        margin-top: 40px;
      }
    
      .box1-4 p{
        font-size: 13px;
        line-height: normal;
      }

      .box1-2 .bold{
        font-size: 18px;
     }

     .box1-2 p{
        font-size: 12px;
     }

     .box1-3 .heading{
        font-size: 20px;
     }
     
     .box1-3 .profile{
        font-size: 14px;
     }

     .box1-3 .profile img{
        width: 100px;
     }

     .box1-5 p{
        margin: 40px 50px 0px 0px;
        font-size: 14px;
     }

     .box1-6{
        font-size: 10px;
     }
}

 /* forward letter 2 code end =========================================================== */


 /* forward letter 3 code start ==========================================================*/

 .box2-1{
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 50px;
 }

 .box2-1 .amalrajaddr{
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: blue;
    font-family: "open-sans", sans-serif;
 }

 .box2-1 .amalrajaddr span{
    font-size: 24px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
 }

 .box2-1 .amalrajProfile img{
    width: 150px;
    border: 1px solid black;
 }

 .box2-2{
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: blue;
 }

 .box2-3{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
 }

 .box2-3 p{
    font-family: "open-sans", sans-serif;
    font-weight: normal;
    font-size:16px;
    line-height: 30px;
    text-align: justify;
 }

 .box2-4{
    display: grid;
    grid-template-columns: 2fr 1fr;
 }

 .box2-4 .amalrajblessing{
    display: grid;
    justify-content: center;
    align-items: center;
 }

 .box2-4 .amalrajblessing p{
    text-align: center;
    line-height:20px;
    font-size: 18px;
    font-weight:500;
    color: blue;
 }

 .box2-4 .amalrajblessing p span{
    font-size: 20px;
    font-weight: bold;
 }

 .box2-4 img{
    width: 250px;
 }



 @media(max-width:768px){

    article{
        width: 100%;
    }

    .box2-1 .amalrajaddr{
        font-size: 16px;
     }

    .box2-1 .amalrajaddr span{
        font-size: 20px;
     }

    .box2-1 .amalrajProfile img{
        width: 100px;
     }
    

    .box2-2{
        font-size: 20px;
     }

    .box2-3 p{
        font-size:14px;
        line-height: 20px;
     }
    

    .box2-4 .amalrajblessing p{
        text-align: center;
        line-height:normal;
        font-size: 15px;
     }
    

    .box2-4 .amalrajblessing p span{
        font-size: 16px;
     }

    .box2-4 img{
        width: 150px;
     }
 }
 /* forward letter 3 code end =============================================================*/


 /* forward letter 4 code start ============================================================*/

 .box3-1{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
 }

 .box3-1 p{
    text-align: center;
    display:grid;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: blue;
    font-family: "open-sans", sans-serif;
 }

 .box3-1 p span{
    font-size: 22px;
    font-weight: bold;
 }

 .box3-1 img{
    border: 1px solid black;
    width: 150px;
 }

 .box3-2{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
 }

 .box3-2 p{
    font-size:16px;
    text-align: justify;
    font-family: "open-sans", sans-serif;
 }

 .box3-3 p{
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-family: "open-sans", sans-serif;
 }

 .box3-4{
    display:flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
 }

 .box3-4 p{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-family: "open-sans", sans-serif;
 }

 .box3-4 p span{
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
 }

 .box3-4 img{
    width: 250px;
    display: grid;
    justify-content: center;
 }

 
 @media(max-width:768px){

   article{
      width: 100%;
    }

    .box3-1 p{
        font-size: 14px;
     }

     .box3-1 p span{
        font-size: 16px;
     }

     
 .box3-1 img{
    width: 100px;
 }

 .box3-2 p{
    font-size:14px;
    line-height: 20px;
 }
 
 .box3-3 p{
    font-size: 12px;
 }

 .box3-4 p{
    font-size: 12px;
 }

 .box3-4 p span{
    font-size: 15px;
 }

     .box3-4 img{
        width: 150px;
        display: grid;
        justify-content: center;
     }
 }
 /* forward letter 4 code end =================================================================*/

 /* forward letter 5 code start */

 .box4-1{
   margin-top: 50px;
   display: grid;
   grid-template-columns: 2fr 1fr;
   align-items: center;
 }

 .box4-1 p{
   display: grid;
   justify-content: center;
   text-align: left;
   font-size: 16px;
   font-weight: 600;
 }

 .box4-1 p span{
   font-size: 22px;
   font-weight: bold;
   color: blue;
   font-family: "Montserrat", sans-serif;
 }

 .box4-1 img{
   width: 150px;
   border: 1px solid black;
 }

 .box4-2{
   margin-top: 30px;
 }

 .box4-2 p{
   width: 80%;
   margin: 0 auto;
   text-align: justify;
   line-height: 20px;
   font-family: "open-sans", sans-serif;
 }

 .box4-3{
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
   justify-content: center;
   margin: 0px 50px;
   margin-top: 20px;
   margin-bottom: 20px;
 }

 .box4-3 img{
   width: 250px;
   margin: 0 auto;
   transform:rotateY(180deg);
 }

 .box4-3 p{
   text-align: center;
   font-size: 16px;
   color: blue;
   font-weight: bold;
 }

 .box4-3 p span{
   font-size: 20px;
   font-weight: bold;
 }

 @media(max-width:768px){

   article{
      width: 100%;
    }

   .box4-1 p{
      font-size: 14px;
      font-weight: normal;
    }

    .box4-1 p span{
      font-size: 16px;
    }

    .box4-1 img{
      width: 80px;
    }

    .box4-2 p{
      font-size: 14px;
    }

    .box4-3{
      margin: 0px 0px;
      margin-top: 20px;
      margin-right: 20px;
      margin-bottom: 20px;
    }

    .box4-3 img{
      width: 150px;
      display: grid;
      justify-self: center;
    }

    .box4-3 p{
      font-size: 10px;
    }
   
    .box4-3 p span{
      font-size:14px;
      font-weight: bold;
    }
 }

 /* forward letter 5 code end */


 /* forward letter 6 code start */

 .box5-1{
   margin-top: 50px;
   display: grid;
   grid-template-columns: 2fr 1fr;
   justify-content: center;
 }

 .box5-1 p{
   text-align: left;
   display: grid;
   justify-content: center;
   align-items: center;
   font-size:16px;
   font-weight: bold;
   font-family: "open-sans", sans-serif;
 }

 .box5-1 p span{
   font-family: "Montserrat", sans-serif;
   font-size: 22px;   
   font-weight: bold;
   color: blue;
 }

 .box5-1 p b{
   text-align: center;
   margin-top: 10px;
   color:blue;
   font-style: italic;
   font-family: "open-sans", sans-serif;
   font-size: 18px;
 }

 .box5-1 img{
   width: 150px;
   border: 1px solid black;
 }

 .box5-2 p{
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    color: red;
   font-family: "Montserrat", sans-serif;
 }

 .box5-3{
   margin-top: 30px;
 }

 .box5-3 p{
   text-align: justify;
   width: 80%;
   margin: 0 auto;
   font-size: 16px;
   line-height: 20px;
   font-family: "open-sans", sans-serif;
 }

 .box5-4{
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
 }

 .box5-4 img{
   display: grid;
   width: 300px;
   margin:0 auto;
 }

 .box5-4 p{
   font-size: 18px;
   text-align: center;
   font-family: "open-sans", sans-serif;
   color: blue;
 }

 .box5-4 p span{
   font-size: 20px;
   font-weight: bold;
   font-family: "Montserrat", sans-serif;
 }


 @media(max-width:768px){
   article{
      width: 100%;
    }

   .box5-1{
      margin: 50px 10px;
   }
   .box5-1 p{
      font-size: 14px;
      font-family: "open-sans", sans-serif;
    }

    .box5-1 p span{
      font-size: 16px;  
      font-family: "Montserrat", sans-serif;
    }

    
 .box5-1 img{
   width: 100px;
 }
    
 .box5-1 p b{
  padding: 0 5px;
  font-size: 14px;
 }

 .box5-2 p{
   font-size: 14px; 
}

.box5-3 p{
   font-size: 14px;
 }

    .box5-4 img{
      width: 150px;
    }

    .box5-4 p{
      font-size: 10px;
      width: 150px;
      font-family: "open-sans", sans-serif;
    }
   
    .box5-4 p span{
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
    }
 }
 /* forward letter 6 code end */


 /* forward letter 7 code start */


 .box6-1{
   margin-top: 50px;
   display: grid;
   grid-template-columns: 1fr 1fr;
   align-items: center;
 }

 .box6-1 div {
   display: grid;
   justify-self: center;
 }

 .box6-1 p{
   display: grid;
   justify-content: center;
   font-size:16px;
   font-weight: bold;
   color: var(--merryred);
   font-family: "open-sans", sans-serif;
   margin-left: 10px;
}

.box6-1 p span{
   font-size: 22px;
   font-weight: bold;
   font-family: "Montserrat", sans-serif;
}

.box6-1 img{
   width: 150px;
   border: 1px solid black;
}

.box6-2{
   width: 80%;
   margin: 0 auto;
   margin-top: 30px;
}

.box6-2 p{
   display: grid;
   justify-content:center;
   font-family: "open-sans", sans-serif;
   font-size: 16px;
}

.box6-3 p{
   width: 80%;
   margin: 0 auto;
   margin-top: 20px;
   font-size: 16px;
   line-height: 20px;
   text-align: justify;
   font-family: "open-sans", sans-serif;
}

.box6-4 p{
   width: 80%;
   margin: 0 auto;
   margin-top: 20px;
   font-size: 16px;
   line-height: 20px;
   text-align: justify;
   font-family: "open-sans", sans-serif;
}

.box6-4 p b{
   display: grid;
   justify-content: center;
   text-align: justify;
}

.box6-5{
   display: grid;
   grid-template-columns: 1fr 1fr;
   margin-top: 20px;
   align-items: center;
}

.box6-5 div{
   display: grid;
   justify-content: center;
}

.box6-5 img{
   width: 250px;
}

.box6-5 p{
   font-size:16px;
   font-weight: bold;
   font-family: "open-sans", sans-serif;
   text-align: center;
}

.box6-5 p span{
   font-size: 20px;
   font-weight: bold;
   font-family: "Montserrat", sans-serif;
   color: blue;
}




    @media(max-width:768px){

      article{
         width: 100%;
       }

       .box6-1 p{
         font-size:12px;
      }
      
      .box6-1 p span{
         font-size: 14px;
      }

      .box6-1 img{
         width: 100px;
      }

      .box6-2 p{
         font-size: 14px;
      }

      .box6-3 p{
         font-size: 14px;
      }

      .box6-4 p{
         font-size: 14px;
      }

      .box6-5 img{
         width: 150px;
      }
      
      .box6-5 p{
         font-size:14px;
      }
      
      .box6-5 p span{
         font-size: 16px;
      }
   }
 /* forward letter 7 code end */

 /* forward letter 8 code start */

 .box7-1{
   margin-top: 50px;
   display: grid;
   grid-template-columns: 1fr 1fr;
   justify-content: center;
 }

 .box7-1 div{
   display: grid;
   justify-content: center;
   align-items: center;
 }

 .box7-1 p{
   font-size: 15px;
   font-family: "open-sans", sans-serif;
 }

 .box7-1 p span{
   font-size: 22px;
   font-weight: bold;
   color: blue;
   font-family: "Montserrat", sans-serif;
 }

 .box7-1 img{
   width: 120px;
   border: 1px solid black;
 }

 .box7-2 p{
   margin-top: 10px;
   text-align: center;
   font-size: 24px;
   font-weight: bold;
   color: blue;
   font-family: "Montserrat", sans-serif;
 }

 .box7-3 {
   width: 80%;
   margin: 0 auto;
   margin-top: 20px;
 }

 .box7-3 p{
   font-size: 16px;
   line-height: 20px;
   text-align: justify;
   font-family: "open-sans", sans-serif;
 }

 .box7-4{
   width: 80%;
   margin: 0 auto;
   margin-top: 30px;
   text-align: right;
   margin-bottom: 20px;
   font-size: 16px;
   font-family: "Montserrat", sans-serif;
 }

 .box7-4 span{
   color: blue;
   font-size: 20px;
 }

 @media(max-width:768px){
   article{
      width: 100%;
    }

   .box7-1 p{
      font-size: 12px;
      margin-left: 5px;
   }

   .box7-1 p span{
      font-size: 15px;
   }

   .box7-1 img{
      width: 100px;
   }

   .box7-2 p{
      font-size: 18px;
   }

   .box7-3 p{
      font-size: 14px;
   }

   .box7-4 p{
      font-size: 14px;
   }

   .box7-4 p span{
      font-size: 16px;
   }

 }

 /* forward letter 8 code end */

 /* forward letter 9 code start  */
 .box8-1{
   margin-top:50px ;
   display: grid;
   grid-template-columns: 1fr 2fr 1fr;
   justify-content: center;
 }

 .box8-1 div{
   display: grid;
   justify-content: center;
 }

 .box8-1 p{
   text-align: center;
   font-size: 16px;
   font-family: "open-sans", sans-serif;
 }

 .box8-1 p span{
   font-size: 24px;
   font-weight: bold;
   color: blue;
   font-family: "Montserrat", sans-serif;
 }

 .box8-1 .bold-head{
   font-size: 24px;
   border: 2px solid blue;
   border-radius: 10px 0 10px 0;
   font-weight: bold;
   color: blue;
   font-family: "Montserrat", sans-serif;
 }

 .box8-1 .manivalan-logo img{
   width: 100px;
 }

 .box8-1 .manivalanprofile img{
   width: 150px;
   border: 1px solid black;
 }

 .box8-2{
   width: 80%;
   margin: 0 auto;
   margin-top: 30px;
 }

 .box8-2 p{
   font-size: 16px;
   line-height: 20px;
   text-align: justify;
   font-family: "open-sans", sans-serif;
 }

 .box8-3{
   width: 80%;
   margin: 0 auto;
   text-align: right;
   font-size: 16px;
   margin-top: 20px;
   margin-bottom: 20px;
   font-family: "Montserrat", sans-serif;
 }

 @media(max-width:768px){
   article{
      width: 100%;
    }

    .box8-1{
      margin-top: 20px;
    }

    .box8-1 p{
      font-size: 8px;
    }

    .box8-1 p span{
      font-size: 16px;
    }
   
    .box8-1 .bold-head{
      font-size: 16px;
    }
   
    .box8-1 .manivalan-logo img{
      width: 50px;
    }
   
    .box8-1 .manivalanprofile img{
      width: 50px;
    }

    .box8-2{
      margin-top:20px;
    }
   
    .box8-2 p{
      font-size: 14px;
    }

    
 .box8-3{
   font-size: 14px;
 }

   }

 /* forward letter 9 code end  */