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;
    /* line-height: 24px; */
    position: relative;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;

    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.div_1 {
    width: 100%;
    background-color: #1d286a;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.heading_tag h3 {
    padding-top: 70px;
    color: #f6f7fa;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.heading_tag input {
    margin-top: 30px;
    margin-bottom: 100px;
    border: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 100px;
    color: #1d286a;
}

#div_2 h3 {
    margin-top: 30px;
    font-size: 24px;
}

#div_2 h6 {
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    color: rgb(46, 45, 45);
}

#div_3 {
    margin-left: 70px;
    margin-right: 50px;
    margin-bottom: 90px;
}

.card_image {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.card_image h6 {
    margin-top: 20px;
    font-size: 13px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
}

#heading_4 {
    text-align: center;
    margin-bottom: 40px;
}

.list_sign {
    margin-right: 20px;
    color: rgb(82, 181, 228);
    font-size: 20px;
}

.Faq_items p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(117, 117, 117);
}

.line_1 {
    height: 1px;
    width: 100%;
    background-color: rgb(184, 181, 181);
}

.hidden {
    display: none;
}

.faq_content {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

#div_5 {
    background-color: rgb(209, 209, 209);
    margin-top: 50px;
}

.div_head_5 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 70px;
    font-weight: 100;
}

.div_5_img img {
    height: 60px;
    width: 60px;
}

.div_5_img p {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

#click_list {
    margin-top: 70px;
    background-color: rgba(4, 30, 66, 1);
    color: #ffffff;
    margin-bottom: 70px;
}

#click_list p {
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.line_2 {
    height: 1px;
    background-color: #ffffff;
    width: 101%;
}

.list_sign1 {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 20px;
}

#div_6 {
    margin-top: 40px;
    margin-bottom: 80px;
    font-family: Arial, Helvetica, sans-serif;
}

#div_7 {
    margin-bottom: 80px;
}

#div-7_btn button {
    color: #ffffff;
    border: 0px;
    background: #05C3DE;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 50px;
    background-size: 20px 20px;
    background-position: right 12px center;
    background-repeat: no-repeat;
    transition: 0.2s ease background-position;
    background-image: url(https://cdn.shopify.com/s/files/1/1059/4836/files/white-arrow.svg?v=1601289813);
}

.click_list {
    margin: 0;
}

.Last_list {
    display: none;
    background-color: rgb(209, 209, 209);
    margin: 0;
    padding: 5px;
    width: 101%;
}

.rotate-sign {
    transition: transform 0.3s ease;
}

.rotate-sign.rotate {
    transform: rotate(30deg);
}

.last_list_p,
.last_list_p_hide {
    margin: 0;
}

.last_list_p_hide {
    color: black;
}
.line_3 {
    height: 1px;
    width: 100.5%;
    background-color: #e6deeb;
}


