body{
    background-color: #F1F1EF;
    margin: 0;
    padding: 0;
}
.box1{
    display: flex;
    padding: 13px;
}

.box2 img{
    width: 125px;
    padding-left: 70px;
    cursor: pointer;
}

.box3{
    margin-left: 1000px;
}
.box3 a{
    display: none;
}
.box3 button{
    width: 150px;
    height: 42px;
    background-color: black;
    color: white;
    border-radius: 30px;
    border: 1px solid black;
    font-size: 16px;
    cursor: pointer;
}

.box3 button:hover{
    background-color: rgb(68,67,67);
}

.box4{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    margin-top: 60px;
    padding-left: 70px;
}

.box6 img{
    width: 70%;
    float: right;
    margin-bottom: 90px;
}
.box5 h1{
    font-size: 55px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 100;
    
}
.box5 p{
    color: #606060;
    font-size: 20px;
    margin-top: -20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
input[type=text]{
    width: 80%;
    height: 0px;
    background-color: white;
    color: black;
    border-radius: 30px;
    border: 1px solid rgb(183, 179, 179);
    font-size: 16px;
    cursor: pointer;
    padding: 30px;
}
input[type=text]:hover{
    border: 1px solid black;
}
.box5 button{
    width: 90%;
    height: 60px;
    background-color: black;
    color: white;
    border-radius: 30px;
    border: 1px solid black;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}
.box5 b{
    font-weight: 100;
    color: #606060;
    margin-top: 120px;
}
.box7 h2{
    font-weight: 100;
    font-size: 30px;
    margin-left: 70px;
}
.box8{
    margin-top: 50px;
    width: 100%;
    height: 140vh;
    background-color: black;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.grid{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 1px;
    margin-top: 60px;
   
    
}

.box9 h1{
    color: white;
    padding-left: 90px;
    padding-top: 120px;
    font-weight: 60;
    font-size: 55px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.box10{
    margin-top: 30px;
    margin-left: 17%;
    width: 55vh;
    height: 51vh;
    background-color: rgb(20,26,26);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    
}

.box10 img{
    width: 95%;
    height: 60%;
    padding-top: 5px;
    padding-left: 15px;
}

.box10 h1{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 15px;
    padding-top: 1px;
    
}

.box10 p{
    color: white;
    padding-left: 15px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #606060;
}

.box11{
    margin-top: 30px;
    margin-left: 80px;
    width: 55vh;
    height: 51vh;
    background-color: rgb(20,26,26);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    
}

.box11 img{
    width: 95%;
    height: 60%;
    padding-top: 5px;
    padding-left: 15px;
}

.box11 h1{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 15px;
    padding-top: 1px;
    
}

.box11 p{
    color: white;
    padding-left: 15px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #606060;
}


.box12{
    margin-top: 30px;
    margin-right: 80px;
    width: 55vh;
    height: 51vh;
    background-color: rgb(20,26,26);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    
}
.box12 img{
    width: 95%;
    height: 60%;
    padding-top: 5px;
    padding-left: 15px;
}

.box12 h1{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 15px;
    padding-top: 1px;
    
}

.box12 p{
    color: white;
    padding-left: 15px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #606060;
}

.box13 h1{
    color: white;
    padding-left: 90px;
    padding-top: 50px;
    font-size: 35px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    
}
.box13 h2{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 90px;
    padding-top: 30px;
    

}
.box13 p{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 90px;
    padding-top: 0px;
}

.box14 h1{
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 50px;
    margin-left: 70px;
    margin-top: 80px;
    text-align: center;
    

}

.box15{
    margin-top: 80px;
    width: 100%;
    height: 170vh;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.box15 h1{
    padding-top: 150px;
    padding-left: 100px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 45px;
    font-weight: 10;



}


.box16{
    width: 30%;
    height: 7vh;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-left: 35%;
}
.box16 p{
    padding-top: 15px;
    padding-left: 20px;
}
.box16-1{
    width: 30%;
    height: 6vh;
    background-color: black;
    margin-left: 317px;
    margin-top: -45px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    cursor: pointer;
}
.box16-1{
    color: white;

}



.box17 p{
    color: #606060;
    font-size: 15px;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

.box21{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0px;
    margin-top: 60px;
    padding-left: 3px;
}
.box18{
    margin-top: 15px;
    margin-left: 80px;
    width: 90vh;
    height: 23vh;
    grid-template: auto;
    background-color: #F1F1EF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.box21 h1{
    padding-top: 5px;
    padding-left: 5%;
    font-weight: 295;
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.box21 p{
    margin-bottom: 5px;
    padding-left: 5%;
    font-weight: 250;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.box19{
    margin-top: 15px;
    margin-right: 65px;
    width: 90vh;
    height: 23vh;
    grid-template: auto;
    background-color: #F1F1EF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.box21 h2{
    margin-top: 27px;
    padding-left: 5%;
    font-weight: 295;
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.box21 p{
    margin-top: -25px;
    padding-left: 5%;
    font-weight: 250;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #606060;
}

.box20 h1{
    margin-top: 135px;
    margin-left: 42px;
    font-family: Georgia, 'Times New Roman', Times, serif;  
    font-size: 50px;
    font-weight: 10;
}

.box22{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 0px;
    margin-top: 60px;
    padding-left: 3px;
}
.box23{
    width: 55px;
    height: 50%;
    padding-top: 35px;
    padding-left: 65px;
}
.box23 h1{
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 6px;
    padding-top: 1px;
    font-size: 25px;
    width: 30vh;

    
}
.box23 p{
    color: #606060;
    padding-left: 6px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    min-width: 45vh;


    
}
.box24{
    width: 55px;
    height: 50%;
    padding-top: 35px;
    padding-left: 0px;
}
.box24 h1{
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 6px;
    padding-top: 1px;
    font-size: 24px;
    width: 30vh;


}
.box24 p{
    color: #606060;
    padding-left: 6px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    min-width: 45vh;


}
.box25{
    width: 55px;
    height: 50%;
    padding-top: 35px;
    padding-left: 0px;
}
.box25 h1{
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 6px;
    padding-top: 1px;
    font-size: 24px;
    width: 30vh;


}
.box25 p{
    color: #606060;
    padding-left: 6px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    min-width: 45vh;


}
.box26{
    width: 55px;
    height: 50%;
    padding-top: 35px;
    padding-left: 0px;
}
.box26 h1{
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 0px;
    padding-top: 1px;
    font-size: 24px;
    width: 40vh;


}
.box26 p{
    color: #606060;
    padding-left: 6px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    min-width: 45vh;


}

.box27{
    margin-top: -200px;
    width: 100%;
    height: 190vh;
    background-color: rgb(0, 0, 0);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.box27 h1{
    color: white;
    padding-left: 80px;
    padding-top: 130px;
    font-size: 58px;
    font-weight: 500;
    font-family: Georgia, 'Times New Roman', Times, serif;


}
.box27 p{
    color: #9A9D9D;
    padding-left: 130px;
    font-size: 20px;

}
.box27 b{
    color: #9A9D9D;
    margin-right: -45px;
    font-size: 20px;
    font-weight: 100;


}
.box27 summary{
    color: white;
    padding-left: 80px;
    padding-top:20px ;
    font-size: 33px;
}
.list1{
    color: #9A9D9D;
    padding-left: 130px;
    font-size: 20px;
}

.box33{
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 50px;
    margin-left: 70px;
    margin-top: 80px;
    text-align: center;
}

.line1{
    width: 1380px;
    height: 1px;
    background-color: #ccc;
    margin: 2% auto;
}
.box33 h1{
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 55px;
    margin-left: 66px;
    margin-top: 80px;
    text-align: center;
    

}
.box34{
    width: 30%;
    height: 7vh;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-left: 35%;
}
.box34 p{
    padding-top: 15px;
    margin-left: -50%;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.box34-1{
    width: 30%;
    height: 6vh;
    background-color: black;
    margin-left: 317px;
    margin-top: -45px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    cursor: pointer;
}
.box34-1 p{
    color: white;
    padding-left: 59px;
    text-align: center;

}

.box35 p{
    color: #606060;
    font-size: 15px;
    margin-top: 5px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

.grid2{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 1px;
    margin-top: 50px;
   
    
}
.box36{
    width: 317%;
    height: 9vh;
    margin-top: 50px;
    background-color: black;
    

}

.footer1{
    color: white;
    font-size: 15px;
    margin-left: 40%;
    padding-top: 20px;
    cursor: pointer;
}
.footer2{
    color: white;
    font-size: 15px;
    margin-left: 55%;
    margin-top: -20px;
    cursor: pointer;
}
.footer3{
    color: white;
    font-size: 15px;
    margin-left: 72%;
    margin-top: -20px;
    cursor: pointer;
}
.footer4{
    color: white;
    font-size: 15px;
    margin-left: 85%;
    margin-top: -20px;
    width: 9%;
    cursor: pointer;
}
.line2{
    width: 100px;
    height: 1px;
    background-color: #ccc;
    margin-left: -0%;
}
.line2 :hover{
    background-color: black;
}
.line3{
    width: 94px;
    height: 1px;
    background-color: #ccc;
    margin-left:-1.0%;
}
.line4{
    width: 60px;
    height: 1px;
    background-color: #ccc;
    margin-left:-1.0%;
}
.line5{
    width: 130px;
    height: 1px;
    background-color: #ccc;
    margin-left:-1.0%;
}











/* Working on the Mobile responsive */
@media(max-width: 760px){
    .box1{
    display: flex;
    padding: 13px;
}

.box2 img{
    width: 125px;
    padding-left: 0px;
    cursor: pointer;
}

.box3{
    margin-left: 40%;
}

.box3 button{
    display: none;
}

.box3 a{
    display: block;
    color: black;
    font-size: 18px;
    margin-top: 10px;
}
.box4{
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    margin-top: 60px;
    padding-left: 15px;
}
.box5 b{
    padding-left: 10%;
}
.box5 button{
    width: 98%;
    height: 60px;
    background-color: black;
    color: white;
    border-radius: 30px;
    border: 1px solid black;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}

.box6 img{
    width: 100%;
    float: left;
    margin-right: 0px;
}

.grid{
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 1px;
    margin-top: 60px;
   
    
}
.box8{
    margin-top: 50px;
    width: 100%;
    height: 280vh;
    background-color: black;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.box9 h1{
    color: white;
    padding-left: 90px;
    padding-top: 90px;
    font-weight: 60;
    font-size: 55px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.box10{
    margin-top: 10px;
    margin-left: 30px;
    width: 43vh;
    height: 60vh;
    background-color: rgb(20,26,26);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    
}

.box10 img{
    width: 95%;
    height: 60%;
    padding-top: 5px;
    padding-left: 15px;
}

.box10 h1{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 15px;
    padding-top: 5px;
    
}

.box10 p{
    color: white;
    padding-left: 15px;
    padding-bottom: 0px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    color: #606060;
}

.box11{
    margin-top: 30px;
    margin-left: 30px;
    width: 43vh;
    height: 55vh;
    background-color: rgb(20,26,26);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    
}

.box11 img{
    width: 95%;
    height: 60%;
    padding-top: 5px;
    padding-left: 15px;
}

.box11 h1{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 15px;
    padding-top: 1px;
    
}

.box11 p{
    color: white;
    padding-left: 15px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    color: #606060;
}


.box12{
    margin-top: 25px;
    margin-left: 30px;
    width: 43vh;
    height: 55vh;
    background-color: rgb(20,26,26);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    
}
.box12 img{
    width: 95%;
    height: 60%;
    padding-top: 5px;
    padding-left: 15px;
}

.box12 h1{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 15px;
    padding-top: 1px;
    
}

.box12 p{
    color: white;
    padding-left: 15px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
    color: #606060;
}

.box13 h1{
    color: white;
    padding-left: 30px;
    padding-top: 50px;
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    
}
.box13 h2{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 30px;
    padding-top: 30px;
    

}
.box13 p{
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 30px;
    padding-top: 0px;
}

.box14 h1{
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    margin-left: 9px;
    margin-top: 30px;
    text-align: center;
}
.box15{
    margin-top: 80px;
    width: 100%;
    height: 200vh;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.box16{
    width: 85%;
    height: 7vh;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-left: 6%;
}
.box16 p{
    padding-top: 15px;
    padding-left: 20px;
        font-size: larger;

}
.box16-1{
    width: 100%;
    height: 7vh;
    background-color: black;
    margin-left: 1px;
    margin-top: 28px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    cursor: pointer;
}
.box16-1 p{
    color: white;
    font-weight: 300;
    font-size: larger;
    padding-left: 9px;
    margin-left: 90px;

}
.box17 p{
    margin-top: 20%;
}

.box15 h1{
    padding-top: 70px;
    padding-left: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 35px;
    font-weight: 15;
}

.box21{
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0px;
    margin-top: 20px;
    padding-left: 3px;
}
.box18{
    margin-top: 15px;
    margin-left: 20px;
    width: 50vh;
    height: 23vh;
    grid-template: auto;
    background-color: #F1F1EF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.box21 h1{
    padding-top: 5px;
    padding-left: 5%;
    font-weight: 295;
    font-size: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.box21 p{
    width: 215px;
    margin-bottom: 5px;
    padding-left: -15px;
    font-weight: 250;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.box19{
    margin-top: 15px;
    margin-left: 20px;
    width: 50vh;
    height: 23vh;
    grid-template: auto;
    background-color: #F1F1EF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.box21 h2{
    margin-top: 27px;
    padding-left: -10%;
    font-weight: 5;
    font-size: 40px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.box21 p{
    margin-top: -25px;
    padding-left: 5%;
    font-weight: 250;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #606060;
}
.box20 h1{
    margin-top: 55px;
    margin-left: 5px;
    width: 240px;
    font-family: Georgia, 'Times New Roman', Times, serif;  
    font-size: 34px;
    font-weight: 5;
}

.box22{
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0px;
    margin-top: 3px;
    padding-left: 3px;
}
.box23{
    width: 55px;
    height: 50%;
    margin-top: -30px;
    padding-left: 20px;
}
.box23 h1{
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 6px;
    padding-top: 1px;
    font-size: 25px;
    width: 30vh;

    
}
.box23 p{
    color: #606060;
    padding-left: 6px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    min-width: 45vh;


    
}
.box24{
    width: 55px;
    height: 50%;
    margin-top: -60px;
    padding-left: 20px;
}
.box24 h1{
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 6px;
    padding-top: 1px;
    font-size: 24px;
    width: 30vh;


}
.box24 p{
    color: #606060;
    padding-left: 6px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    min-width: 45vh;


}
.box25{
    width: 55px;
    height: 50%;
    margin-top: -60px;
    padding-left: 20px;
}
.box25 h1{
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 6px;
    padding-top: 1px;
    font-size: 24px;
    width: 30vh;


}
.box25 p{
    color: #606060;
    padding-left: 6px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    min-width: 45vh;


}
.box26{
    width: 55px;
    height: 50%;
    margin-top: -60px;
    padding-left: 20px;
}
.box26 h1{
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-left: 0px;
    padding-top: 1px;
    font-size: 24px;
    width: 40vh;


}
.box26 p{
    color: #606060;
    padding-left: 6px;
    padding-bottom: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    min-width: 45vh;
}
.box27{
    margin-top: -15%;
    height: 190vh;
    
}
.line1{
    width: 75%;
    height: 1px;
    background-color: #ccc;
    margin: 1px auto;
}
.box27 h1{
    color: white;
    padding-left: 20px;
    padding-top: 130px;
    font-size: 35px;
    font-weight: 50;
    font-family: Georgia, 'Times New Roman', Times, serif;


}
.box27 p{
    color: #9A9D9D;
    padding-left: 20px;
    font-size: 20px;
}
.box27 b{
    color: #9A9D9D;
    padding: -12x;
    font-size: 20px;
    font-weight: 100;


}
.box27 summary{
    color: white;
    padding-left: 20px;
    padding-top:20px ;
    font-size: 30px;
}

.list1{
    color: #9A9D9D;
    padding-left: 48px;
    font-size: 20px;
}
.box33{
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 50px;
    margin-left: 70px;
    margin-top: 80px;
    text-align: center;
}


.box33 h1{
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    width: 240px;
    margin-left: 13px;
    margin-top: -30px;
    text-align: center;
    

}
.box34{
   width: 85%;
    height: 7vh;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-left: -10px;
}
.box34 p{
    padding-top: 15px;
    margin-left: -63px;
    font-size: 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.box34-1{
    width: 100%;
    height: 6vh;
    background-color: black;
    margin-left: 3px;
    margin-top: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    cursor: pointer;
}
.box34-1 p{
    color: white;
    padding-left: 59px;
    text-align: center;

}

.box35 p{
    color: #606060;
    font-size: 15px;
    margin-top: 65px;
        margin-left: -42px;
        width: px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
}

.grid2{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 1px;
    margin-top: 5px;
   
    
}
.box36{
    width: 100%;
    height: 9vh;
    margin-top: 50px;
    background-color: black;
    

}

.footer1{
    color: white;
    font-size: 14px;
    margin-left: 5px;
    padding-top: 20px;
    cursor: pointer;
}
.footer2{
    color: white;
    font-size: 14px;
    margin-left: 137px;
    margin-top: -20px;
    cursor: pointer;
}
.footer3{
    color: white;
    font-size: 15px;
    margin-left: 250px;
    margin-top: -20px;
    cursor: pointer;
}
.footer4{
    color: white;
    font-size: 15.4px;
    margin-left: 350px;
    margin-top: -27px;
    cursor: pointer;
}
.line2{
    width: 100px;
    height: 1px;
    background-color: #ccc;
    margin-left: -0%;
}

.line3{
    width: 94px;
    height: 1px;
    background-color: #ccc;
    margin-left:-1.0%;
}
.line4{
    width: 60px;
    height: 1px;
    background-color: #ccc;
    margin-left:-1.0%;
}
.line5{
    width: 50px;
    height: 1px;
    background-color: #ccc;
    margin-left:-1.0%;
}
}