@media (min-width: 921px) {
    #body{
        padding: none;
        margin: 0px;
        display: block;
        background-color: white;
    }
    
    #navbar{
        display: flex;
        flex-direction: row;
        height: 74px;
        justify-content: space-between;
        width: 100%;
        background-color: white;
        box-shadow: 2px 0px 5px 0px rgb(212, 212, 212);
    }
    #login-nav{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 400px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .navbar{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    
    .nav{
        text-decoration: none;
        padding-top: 30px;
        color: #132B7E;
        font-size: 18px;
    }
    
    #inner-navbar{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 40%;
    }
    
    #create-account{
        padding: 12px 16px 12px 16px;
        background-color: #132B7E;
        color: white;
        border-radius: 5px;
        height: 45px;
        border: 1px solid #132B7E;
    }
    #create-account-2{
        padding: 12px 16px 12px 16px;
        background-color: #132B7E;
        color: white;
        border-radius: 5px;
        height: 45px;
        border: 1px solid #132B7E;
    }
    #get_started{
        width: 180px;
        margin-top: 12px;
        padding: 12px 16px 12px 43px;
        background-color: #132B7E;
        color: white;
        border-radius: 5px;
        height: 45px;
        border: 1px solid #132B7E;
        float: right;
        text-decoration: none;
        font-size: 18px;
    }
    
    #login-btn{
        padding: 12px 50px 12px 50px;
        background-color: white;
        border: 1px solid #132B7E;
        border-radius: 5px;
        height: 45px;
    }
    .section-1{
        display: grid;
        margin-top: 20px;
        grid-template-columns: 48% 20%;
        grid-template-rows: 100%;
    }
    .section-1_child{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 30px;
    }
    #section1_grand_child{
        margin-top: 60px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 80%;
    }
    #section1_grand_child2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid #132B7E;
        height: 45px;
        border-radius: 5px;
        padding-left: 16px;
        padding-right: 16px;
    }
    #section2_grand_child{
        display: flex;
        flex-direction: column;
    }
    p{
        color: rgb(104, 104, 104);
    }
    #section2{
        display: grid;
        grid-template-columns: 35% 65%;
        grid-template-rows: 100%;
        margin-top: 20px;
    }
    #section2_grand_child2{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 50% 50%;
        align-items: center;
        padding: 0%;
    }
    .section2_grand_child2{
        margin-top: 30px;
        width: 80%;
        background-color: rgb(248, 248, 248);
        margin-right: 100px;
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 6px;
        padding-left: 30px;
        padding-right: 20px;
        height: 200px;
    }
    #section2_grand_child3{
        width: 300px;
        margin-top: 40px;
        margin-left: 50px;
        margin-right: 100px;
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 6px;
        padding-left: 10px;   
    }
    #image2{
        margin-left: 30px;
        height: 580px;
        width: 550px;
    }
    #selection{
        margin-top: 27px;
        outline: none;
        padding-top: 0px;
        margin-bottom: 20px;
        border: none;
        font-size: 18px
    }
    #container{
        width:100%;
        display: flex;
        justify-content: space-between;
    }
    #logo{
        height: 27px;
        margin: 26px 0px 10px 15px
    }
    #inner-navigation{
        display: flex;
        flex-direction: row;
        margin-left: 6%;
        width: 50%;
        justify-content: space-evenly;
    }
    #navigation{
        width: 95%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .icons{
        margin-bottom: 10px;
    }
    #section3{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 100%;
        margin-top: 200px;
        width: 90%;
        margin-left: 3%;
        margin-right: 50px;
    }
    #section3_image1{
        border: 1px solid #132B7E;
        padding: 15px;
        border-radius: 510px;
        width: 90%;
    }
    #section3_child{
        padding-top: 50px;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #section4{
        display: grid;
        grid-template-columns: 65% 35%;
        grid-template-rows: 100%;
        margin-top: 60px;
    }
    #section4_grand_child4{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 50% 50%;
        align-items: center;
        padding: 0%;
    }
    .section4_grand_child4{
        margin-top: 30px;
        width: 80%;
        margin-right: 100px;
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 6px;
        padding-left: 30px;
        padding-right: 20px;
    }
    #section3_image2{
        padding: 10px;
        margin-top: 50px;
        border: 1px solid #132B7E;
        border-radius: 510px;
        width: 90%;
    }
    #section5{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    #section5_child{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 90%;
        align-items: center;
    }
    .section5_grand_child{
        margin-top: 40px;
        background-color: white;
        width: 300px;
        display: flex;
        flex-direction: column;
       padding: 20px;
       border-radius: 5px;
       box-shadow:20px 70px 100px 0px #f7f9ff;
    }
    #section5_grand{
        box-shadow:-50px -5px 100px 10px #f7f9ff;
    }
    #section5_grand2{
        box-shadow:0px 0px 100px 10px #f7f9ff;
    }
    .section5_grand_grand{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .profile_name{
        margin-top: 15px;
        margin-left: 18px;
    }
    #section6{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #F8F8F9;
        padding-top: 20px;
        margin-top: 150px;
    }
    #section6_child{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }
    .section6_image{
        margin-top: 20px;
        padding-bottom: 20px;
        width: 15%;
    }
    #section7{
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .section7_image{
        width: 90%;
    }
    #section8{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        background-color: #F8F8F9;
        height: 350px;
    }
    #section8_child1{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .section{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        height: 280px;
    }
    .nav2{
        padding: 10px;
        color: rgb(95, 95, 95);
    }
    .footer_heading{
        margin-bottom: 20px;
    }
    .contact{
        margin-bottom: 30px;
    }
}

@media (max-width: 920px) {
   
    #logo{
        height: 27px;
        margin: 10px 0px 10px 15px
    }
    #body{
        margin: 0px;
        display: block;
        background-color: white;
        width: fit-content;
    }

    #navigation{
        display: flex;
        flex-direction: column;
        height: 300px;
        overflow: scroll;
    } 
    #login-btn{
        padding: 12px 6px 12px 6px;
        background-color: white;
        border: 1px solid #132B7E;
        border-radius: 5px;
        height: 45px;
        width: 120px;
    }   
    #container{
        width:100%;
    }

    #navbar{
        box-shadow: 2px 0px 5px 0px rgb(212, 212, 212);
    }
    
    .nav{
        text-decoration: none;
        padding-top: 30px;
        color: #132B7E;
        font-size: 18px;
        border-bottom: 1px solid #132b7e;
        border-top: 1px solid #132B7E;
        width: 100%;
        justify-content: center;
        padding-bottom: 20px;
    }
    option{
        border-bottom: 1px solid #132B7E;
    }
    
    #inner-navbar{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 40%;
    }
    #inner-navigation{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        align-items: center;
    }
    
    #create-account{
        margin-left: 10px;
        padding: 12px 6px 12px 6px;
        background-color: #132B7E;
        color: white;
        border-radius: 5px;
        height: 45px;
        border: 1px solid #132B7E;
        width: 180px;
    }
    .icons{
        margin-bottom: 10px;
    }
    #create-account-2{
        color: #132B7E;
    }
    
    #login-nav{
       display: flex;
       flex-direction: row;
       justify-content: center;
       width: 100%;
       padding-bottom: 20px;
       padding-top: 12px;
    }
    .section-1{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .section-1_child{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
    }
    #section1_grand_child{
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    #section1_grand_child2{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid #132B7E;
        height: 45px;
        border-radius: 5px;
        padding-left: 8px;
        padding-right: 8px;
        width: 150px;
    }
    #section2_grand_child{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    p{
        color: rgb(104, 104, 104);
    }
    #section2{
        display: flex;
       flex-direction: column;
        width: 100%;
    }
    #section2_grand_child2{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .section2_grand_child2{
        align-items: center;
        margin-top: 30px;
        width: 70%;
        background-color: rgb(248, 248, 248);
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 6px;
        padding-left: 30px;
        padding-right: 20px;
    }
    #section2_grand_child3{
        width: 70%;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 6px;
        padding-left: 10px;
        margin-left: 10%;   
    }
    #image2{
        margin-left: 30px;
        height: 580px;
        width: 550px;
    }
    #selection{
        margin-top: 27px;
        outline: none;
        padding-top: 0px;
        margin-bottom: 20px;
        border: none;
        font-size: 18px
    }
    #image2{
        margin-left: 0px;
        margin-top: 30px;
        width: 100%;
        height: 100%;
        align-items: center;
    }
    #image4{
        margin-left: 1.7%;
        width: 95%;
        margin-top: 50px;
    }
    #image5{
        margin-left: 1.7%;
        width: 95%;
    }
    #section3_image1{
        border: 1px solid #132B7E;
        padding: 15px;
        border-radius: 510px;
        width: 90%;
    }
    #section3{
        display: flex;
        flex-direction: column;
        margin-top: 100px;
        width: 100%;
        margin-right: 50px;
        align-items: center;
        }
    #section3_child{
        padding-top: 50px;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #get_started{
        margin-top: 12px;
        padding: 12px 16px 12px 43px;
        background-color: #132B7E;
        color: white;
        border-radius: 5px;
        height: 45px;
        border: 1px solid #132B7E;
        text-decoration: none;
        font-size: 18px;
        width: 180px;
    }
    #section4{
        display: flex;
       flex-direction: column;
        width: 100%;
        align-items: center;
    }
    #section4_grand_child4{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: rgb(250, 250, 250);
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 60px;
        border-radius: 20px 20px 10px 10px;
    }
    .section4_grand_child4{
        align-items: center;
        margin-top: 30px;
        width: 70%;
        background-color: white;
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 6px;
        padding-left: 30px;
        padding-right: 20px;
    }
    #section4_grand_child{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 250px;
    }
    #section3_image2{
        padding: 15px;
        margin-top: 40px;
        border: 1px solid #132B7E;
        border-radius: 510px;
        width: 90%;
    }
    #section5{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    #section5_child{
        display: flex;
        flex-direction: column;
        width: 90%;
        align-items: center;
    }
    .section5_grand_child{
        margin-top: 40px;
        background-color: white;
        width: 300px;
        display: flex;
        flex-direction: column;
       padding: 20px;
       border-radius: 5px;
       box-shadow:0px 0px 100px 10px #f7f9ff;
    }
    #section5_grand2{
        box-shadow:0px 0px 100px 10px #f7f9ff;
    }
    .section5_grand_grand{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .profile_name{
        margin-top: 15px;
        margin-left: 18px;
    }
    #section5_p{
        width: 90%;
        padding-top: 5px;
        text-align: center;
    }
    #section6{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #F8F8F9;
        padding-top: 20px;
        margin-top: 150px;
    }
    #section6_child{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }
    .section6_image{
        margin-top: 20px;
        width: 20%;
        padding-bottom: 10px;
    }
    #section7{
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .section7_image{
        width: 90%;
    }
    #section8{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        background-color: #F8F8F9;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    #section8_child1{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .section{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        height: 260px;
        /* border: 1px solid #132B7E; */
    }
    .nav2{
        padding: 10px;
        color: rgb(95, 95, 95);
    }
    .footer_heading{
        margin-bottom: 20px;
    }
    .contact{
        margin-bottom: 30px;
    }
}

#section9{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-top: 1px solid rgb(222, 222, 222);
    border-bottom: 1px solid rgb(222, 222, 222);
    margin: auto;
    height: 50px;
    padding-top: 20px;
    width: 100%;
}