html,
body {
    background: #ffffff;
    /* letter-spacing: 0.6px; */
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #1d286a;
    font-family: Arial, Helvetica, sans-serif !important;
    position: relative;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;

    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
#extra_div {
    height: 0.5px;
    background-color: rgb(202, 201, 201);
}
#div_1 {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.div_1_a{
    text-align: center;
    padding-left: 20px;
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 0px;
    padding: 0px 0px;
}

.div_1_a img{
    height: 40px;
    width: 40px;
}
.div_1_a.active {
    opacity: 1;
}
.div_1_a.hover {
    color: #0b1650;
    font-weight: bolder;
}
.div_1_a p{
    margin-top: 18px;
    text-align: center;
    font-size: 10px;
}
.div_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}
.div_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}
.div_3 h1 {
    padding-top: 50px;
    font-weight: bolder;
    color: #1d286a;
    font-family: Arial, Helvetica, sans-serif;
}
.div_3 h2 {
    padding-top: 20px;
    color: #1d286a;
    font-family: Arial, Helvetica, sans-serif;
}
.div_3 p {
    padding-left: 220px;
    padding-right: 220px ;
    padding-top: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 50px;
}
#div-5{
    margin-top: 70px;
}
#div-5 h2{
    margin-top: 30px;
    color: #1d286a;
}
#div-5 p{
    color: #1d286a;
    margin-top: 50px;
    font-size: 25px;
}
#div-6{
    margin-top: 70px;
}
#div-6 h2{
    margin-top: 30px;
    color: #1d286a;
}
#div-6 p{
    color: #1d286a;
    margin-top: 50px;
    font-size: 25px;
}

.div_7 h1{
    font-weight: bolder;
    text-align: center;
    color: #1d286a;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}
.div_8 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}
.box{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0.1875rem 0.375rem 0 hsla(0,0%,67.8%,.28);
    margin-bottom: 70px;
}
#image_main {
    width: 100%;
}
.box h2{
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 23px;
    color: #252f6f;
    margin-bottom: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.box p {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    line-height: 1.333;
    font-weight: 400;
    margin-bottom: 60px;  
}
.shop-btn {
    width: auto;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #252f6f;
    position: absolute;
    margin-top: 150px;
}
.shop-btn:hover {
    color: orange;
}

@media screen and (max-width: 1800px){
    #div_1 {
        margin: 8px 0px
    }
    .div_1_a p{
        margin-top: 10px;
        font-size: 13px;
    }
    #div-5 p {
        font-size: 20px;
    }
    #div-6 p {
        font-size: 20px;
    }
    .box {
        margin: 0px 20px;
        margin-bottom: 60px;
    }
    .box h2 {
        font-size: 20px;
    }
    .box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px){
    .div_3 h1 {
        font-size: 50px;
    }
    .div_3 h2 {
        font-size: 30px;
        text-align: center;
    }
    .div_3 p {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 22px;
    }
    .image_5 img{
        margin-top: 50px;
        margin-left: 110px;
        margin-right: 20px;
        margin-bottom: 50px;
        height: 300px;
        width: 500px;
    }
    .content_5 h2{
        text-align: center;
        margin-left: 120px;
        color: #1d286a;
        font-size: 25px;
        font-weight: bolder;
    }
    .content_5 p {
        text-align: center;
        margin-top: 50px;
        margin-left: 200px;
        font-size: 15px;
        margin-right: 100px;
        color: #1d286a;
    }
    .image_6 img{
        margin-top: 50px;
        margin-left: 120px;
        margin-right: 20px;
        margin-bottom: 50px;
        height: 300px;
        width: 500px;
    }
    .content_6 h2{
        text-align: center;
        margin-left: 120px;
        color: #1d286a;
        font-size: 25px;
        font-weight: bolder;
    }
    .content_6 p {
        text-align: center;
        margin-top: 50px;
        margin-left: 200px;
        font-size: 15px;
        margin-right: 100px;
        color: #1d286a;
    }

}
@media screen and (max-width:997){
 .div_1_a {
    margin: 0px 0px;
 }
}
@media screen and (max-width:991px) {
    .div_1_a {
        margin: 0px 15px;
     }
    #div_4{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #div_4_image2{
        margin-top: 20px;
    }
    #div-5{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #div-6{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #div-6 p{
        margin-bottom: 30px;
    }
    .box {
        margin: 0px 10px;
    }
}

@media screen and (max-width: 768px){

    .div_3 h1 {
        font-size: 45px;
    }
    .div_3 h2 {
        font-size: 25px;
    }
    #div_4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #div-5 h2 {
        margin-top: 10px;
    }
    #div-5 p{
        margin-top: 20px;
    }
    #div-6 h2{
        margin-top: 10px;
    }
    #div-6 p{
        margin-top: 20px;
        margin-bottom: 20;
    }
    #div-6 img {
        margin-bottom: 50px;
    }
    .div_7 {
        margin-bottom: 50px;
    }
    #div_8 {
        display: flex;
        flex-direction: column;
        justify-content: center;
       align-items: center;
    }
    .box{
        margin-bottom: 20px;
    } 
}

@media screen and (max-width: 576x){
    #div_8 {
        display: flex;
        flex-direction: column;
        justify-content: center;
       align-items: center;
    }
    .box{
        margin-bottom: 20px;
    } 

}
@media screen and (max-width: 480px){
    .div_1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #div_8 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}