.cart_from {
    padding: 50px 0px;
}

.cart_from .cart-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0px;
    padding: 5px 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #dee2e6;
}

.cart_from .border-bottom {
    padding: 20px 0px;
    border-bottom: 1px solid #dee2e6;
}

.cart_from .cart-wrap {
    display: flex;
    flex-direction: row;
}

.cart_from .cart-wrap img {
    width: 100px;
}

.cart_from .cart-wrap h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 30px 20px;
    text-transform: capitalize;
}

.cart_from .cart-wrap h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 30px 0px;
    color: #31619a;
    font-family: "Lato", sans-serif;
}

.cart_from .cart-wrap .cart-qty {
    font-size: 16px;
    line-height: 1.5;
    padding: 3px;
    border: 1px solid #000;
}

.cart_from .cart-wrap a {
    font-size: 20px;
    padding: 0px 10px;
    text-decoration: none;
    color: #000;
}

.cart_from .cart-contine {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    height: 50px;
    height: 50px;
    padding: 0 40px 0 20px;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.cart_from .coupons-box {
    display: flex;
}

.cart_from .coupons-box input {
    padding: 15px 30px;
    background-color: #e5e5e5;
    color: #fff;
    border: 0;
}

.cart_from .cart-wrapp h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0px;
    font-family: "Loto", sans-serif;
}

.cart_from .cart-price {
    text-align: end;
}

.cart_from .cart-price h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0px;
    color: #9ca3af;
    font-family: "Loto", sans-serif;
}

.cart_from .cart-total-price h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0px;
    color: #31619a;
    text-align: end;
    font-family: "Lato", sans-serif;
}

.cart_from .cart-button {
    background-color: #31619a;
    border: 1px solid #31619a;
    color: #fff;
    width: 100%;
    height: 50px;
    height: 50px;
    padding: 0 40px 0 20px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}


/* -----------------------------------
            check-out
--------------------------------------*/

.cartcheck-out .form-wrap {
    padding: 30px 10px;
}

.cartcheck-out .form-wrap h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0px;
    padding: 5px 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #dee2e6;
    font-family: "Playfair Display", serif;
}

.cartcheck-out .form-wrap .form-group {
    margin-bottom: 16px;
    padding: 0px 12px;
}

.cartcheck-out .form-wrap .form-group label {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #555;
    margin-bottom: 10px;
}

.cartcheck-out .form-wrap .form-group .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e6e6e7;
    background-clip: padding-box;
    border: 1px solid #e6e6e7;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cartcheck-out .form-wrap .check-wrap {
    display: flex;
    flex-direction: row;
}

.cartcheck-out .form-wrap .check-wrap img {
    width: 100px;
}

.cartcheck-out .form-wrap .check-wrap h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 30px 20px;
    text-transform: capitalize;
}

.cartcheck-out .form-wrap .check-wrap h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 30px 20px;
    color: #31619a;
    text-align: end;
    font-family: "Lato", sans-serif;
}

.cartcheck-out .form-wrap .border-bottom {
    padding-bottom: 20px;
}

.cartcheck-out .form-wrap .check-wrapper h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0px;
    font-family: "Loto", sans-serif;
}

.cartcheck-out .form-wrap .check-price {
    text-align: end;
}

.cartcheck-out .form-wrap .check-price h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0px;
    color: #9ca3af;
    font-family: "Loto", sans-serif;
}

.cartcheck-out .form-wrap .check-total-price h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0px;
    color: #31619a;
    text-align: end;
    font-family: "Lato", sans-serif;
}

.cartcheck-out .form-wrap #radiosbtn {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.cartcheck-out .form-wrap p {
    color: #999;
    margin: 10px 0px;
}

.cartcheck-out .form-wrap p a {
    color: #666464;
}

.cartcheck-out .form-check-label {
    color: #828282;
}

.cartcheck-out .form-check-label a {
    color: #495057;
}

.cartcheck-out .checkout-button {
    background-color: #31619a;
    border: 1px solid #31619a;
    color: #fff;
    width: 100%;
    height: 50px;
    height: 50px;
    padding: 0 40px 0 20px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}


/* -----------------------------------
            productdetails
--------------------------------------*/

.product_details .product-context h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #31619a;
    font-family: "Loto", sans-serif;
}

.product_details .product-context h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.product_details .product-context .product-icon i {
    font-size: 16px;
    color: #ffc107;
    margin-bottom: 10px;
}

.product_details .product-context .product-icon span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #828282;
}

.product_details .product-context p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #999;
    margin: 20px 0px;
}

.product_details .product-boxs .product-box {
    background-color: #fff;
    border: 1px solid #555;
    color: #555;
    width: 100%;
    height: 50px;
    height: 50px;
    padding: 10px 20px;
    text-align: center;
    margin: 20px 0px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.product_details .product-boxs .product-box1 {
    background-color: #31619a;
    border: 1px solid #31619a;
    color: #fff;
    width: 100%;
    height: 50px;
    height: 50px;
    padding: 10px 20px;
    text-align: center;
    margin: 20px 0px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.product_details .product-color h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}

.product_details .product-color i {
    font-size: 25px;
    color: #ffc107;
    margin-right: 3px;
}

.product_details .product-color .form-select {
    width: 80px;
    height: 40px;
    margin-left: 20px;
    padding: 10px;
}

.product_details .product-text h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: "Loto", sans-serif;
}

.product_details .product-text h2 span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #828282;
    font-family: "playfair", sans-serif;
}

.product_details .product-text h2 span i {
    margin-left: 8px;
    color: #31619a;
}


/* -----------------------------------
            Decription
--------------------------------------*/

.decription.border-bottom {
    border-top: 1px solid #dee2e6;
}

.decription .three-link a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0px 20px;
    color: #555;
    text-transform: uppercase;
}

.decription .decription-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 30px 0px;
    color: #9ca3af;
}


/* -----------------------------------
            Prodectlist
--------------------------------------*/

.prodect_list .prodect-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0px;
    text-transform: capitalize;
}

.prodect_list .prodect-title i {
    float: right;
    margin: 10px 0px;
}

.prodect_list .prodect-categery label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #31619a;
}

.form-check-input {
    border-color: #cac4c4;
}

.form-check-label {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #918f8f;
}

.form-check-label span {
    border-radius: 50%;
    font-size: 10px;
    font-weight: 300;
    background-color: #dedddd;
    color: #929090;
    float: right;
    padding: 5px;
    margin: 0px 10px;
}

.prodect-colors .cricle i {
    font-size: 30px;
    color: #ffc107;
    margin: 10px 5px;
}

.box {
    background-color: #fff;
    border: 1px solid #d5d3d3;
    color: #a8a5a5;
    height: 40px;
    padding: 5px 15px;
    text-align: center;
    margin: 20px 10px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.prodect-prices input {
    width: 100%;
}

.prodect-prices h6 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    font-family: "Playfair", sans-serif;
    margin-bottom: 20px;
    color: #929090;
}

.product-button {
    background-color: #fff;
    border: 1px solid #555;
    color: #555;
    height: 50px;
    padding: 10px 20px;
    text-align: center;
    margin: 20px 0px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.main-title {
    color: #9ca3af;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0px;
    font-family: "Loto", sans-serif;
}

.product-button1 {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #7b7a7a;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.rings-iteam img {
    position: relative;
}

.purchase-icon {
    position: absolute;
    top: 10px;
    right: 0px;
    left: 260px;
}

 /* hover tag 02/11/22 */
    
 .shotcuts {
    display: none;
}

a:hover+div.shotcuts {
    display: block;
}

a.showicon:hover+div.shotcuts {
    display: block;
}
/* hover tag 02/11/22 */

@media only screen and (max-width: 350px) {
    .purchase-icon {
        position: absolute;
        top: 10px;
        right: 0px;
        left: 270px;
    }
}

.purchase-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #828282;
    text-align: center;
    margin: 3px 0px;
    border: 1px solid #ddd;
}

.rings-iteam h6 {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Lato", sans-serif;
    margin-top: 10px;
}

.rings-iteam h3 {
    color: #242424;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Cormorant", serif;
    background-color: #e9f3ff;
    padding: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.rings-iteam p {
    color: #31619a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    padding: 3px 5px;
}


/* -----------------------------------
            Sign In
--------------------------------------*/

.p-5 {
    padding: 70px;
}

.modal-body .form-wrap .modal-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 30px;
    font-family: "Cormorant", sans-serif;
}

.modal-body .form-wrap .form-group .form-control {
    height: calc(2em + 0.75rem + 2px);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7275;
    background-color: #e8e8e8;
    background-clip: padding-box;
    border: 1px solid #e8e8e8;
    border-radius: 0;
}

.modal-body .form-wrap .form-group .form-check .form-check-label {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #454545;
}

.modal-body .form-wrap .form-group a {
    color: #31619a;
    margin-left: 16px;
}

.modal-body .form-wrap .log-btn {
    background-color: #31619a;
    border: 1px solid #31619a;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.modal-body .form-wrap .ca-btn1 {
    background-color: #fff;
    border: 1px solid #767676;
    color: #454545;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.modal-body .login-with h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #9ca3af;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Loto", sans-serif;
}

.modal-body .login-with span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #828282;
    margin: 10px 5px;
}

.lwf-btn {
    background-color: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    height: 35px;
    padding: 4px 13px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.lwg-btn {
    background-color: #db4437;
    border: 1px solid #db4437;
    color: #fff;
    height: 35px;
    padding: 4px 13px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.modal-body .form-wrap p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0px 20px;
    color: #a8a5a5;
}

.modal-body .form-wrap p a {
    color: #787676;
}


/* ------------------------------
            Profile
--------------------------------*/
.profile_wrap {
    font-family: 'Loto', sans-serif;
}

.profile_wrap h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #31619a;
    text-align: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.profile_wrap h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.profile_wrap h6 {
    margin-bottom: 20px;
}

.list-group-item {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 19px;
}

.list-group-item i {
    margin-right: 10px;
}

.full-border {
    border: 1px solid #e5e5e5;
    padding: 24px;
}

.edit_btn {
    background-color: #31619a;
    border: 1px solid #31619a;
    color: #fff;
    height: 40px;
    padding: 5px 20px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 0.4s ease;
}

.list-profile li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0px;

}


/* ----------------------------
            orders
------------------------------*/

.border-success {
    /* border: 1px solid #dee2e6; */
    border-color: #dee2e6;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #0706061a;
    border-bottom: 1px solid #00000020;
}

.card-header label {
    text-transform: uppercase;
    font-family: 'Cormorant', sans-serif;
}

.card-header label span {
    text-transform: capitalize;
    font-family: 'Cormorant', sans-serif;
}

.card-body {
    display: flex;
    flex-direction: revert;
}

.card-header h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.card-header h6 a {
    color: #31619a;
    text-transform: capitalize;
}

.card-text {
    margin: 0px 10px;
}

.card-text h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #454545;
}

.card-text h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #31619a;
}

.card-text h4 a {
    color: #31619a;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 16px;
}


/* -------------------------
        Order_details
---------------------------- */
.table_wrap h2 {
    padding: 10px 0px;
}

.table td,
.table th {
    padding: 10px;
    vertical-align: top;
    border: 1px solid #b7babd;
}

.total_wrap {
    font-family: 'Cormorant', sans-serif;
}

.total_wrap .toal_wrap_list1,
.toal_wrap_list2 {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0px;
}

.total_wrap .toal_wrap_list1 li {
    color: #242424;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.total_wrap .toal_wrap_list1 li strong {
    font-family: 'sans-serif';
    font-size: 15px;
}

.toal_wrap_list1 li span {
    font-family: 'Cormorant', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.toal_wrap_list2 li {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    margin: 5px 0px;
}

.orders_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Playfair', sans-serif;
}

.orders_text {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.contact_number {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    font-family: 'Cormorant', sans-serif;
}

.contact_number span {
    font-size: 18px;
    font-family: 'Cormorant', sans-serif;
}


.order_wrap i {
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #31619a;
    text-align: center;
    justify-items: center;
    align-items: center;
    margin: 10px 10px;
}

.margin-top{
    margin-top: 100px;
}

.wishlist-content h4{
    margin: 10px 0px;
    color: #31619a;
}

.wishlist-content i{
    color: #db0f0f;
    font-size: 20px;
    margin-bottom: 10px;
}

.wish-btn {
    background-color: #fff;
    border: 1px solid #31619a;
    color: #acaeb1;
    height: 35px;
    padding: 5px 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
.address-list{
    border: 1px solid #dee2e6;
    padding: 10px 20px;
    margin-top: 20px;
}

.address-list h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Loto', sans-serif;
}

.address-list h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Loto', sans-serif;
}

.address-list h6{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Loto', sans-serif;
}

.address-list p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Loto', sans-serif;
}

.address-list a{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    margin-right: 10px;
    color: #242424;
    text-transform: capitalize;
}

 /*  <!-- why_us start --> */
    
 .why_us_wrapp i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #c39959;
    border-radius: 50%;
    color: #fff;
    padding: 0px 13px;
    font-size: 25px;
}

.why_us_wrapp h3 {
    margin: 10px;
}

.why_us_para {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #959694;
    margin: 10px 0 25px 0;
    font-family: 'Lato', sans-serif;
    text-align: start;
}
/*     <!--location start --> */

.seperator-1 {
    font-size: 38px;
    position: relative;
    margin-bottom: 70px;
    margin: 0;
    color: #242424;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.location-wrap {
    border: 1px solid #f1f3f4;
    padding: 20px;
}

.location-img img {
    width: 100%;
    height: 250px;
}

.location-text h6 {
    color: #959694;
    font-family: 'Lato', sans-serif;
    padding: 3px;
}

.loaction-email {
    color: #959694;
    font-family: 'Lato', sans-serif;
    padding: 3px;
}

.loaction-number {
    font-weight: 500;
    line-height: 1.7;
    color: #959694;
    font-family: 'Lato', sans-serif;
    padding: 3px;
}

.btns {
    text-align: end;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .btns {
        text-align: center;
        padding: 10px;
    }
}

.viewonmap_Btn {
    background-color: transparent;
    border: 1px solid #464242;
    color: #464242;
    height: 40px;
    padding: 0 40px 0 20px;
    margin: 12px 10px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: auto;
    background-image: url(../images/button_black_arrow.png);
    transition: all 0.4s ease;
}

.viewonmap_Btn:hover {
    background-color: #464242;
    color: #fff;
}

.getdirection_Btn {
    background-color: transparent;
    border: 1px solid #c39959;
    color: #c39959;
    height: 40px;
    padding: 0 40px 0 20px;
    margin: 12px 10px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: auto;
    background-image: url(../images/button_black_arrow.png);
    transition: all 0.4s ease;
}

.getdirection_Btn:hover {
    background-color: #c39959;
    color: #464242;
}

.frist-para {
    font-size: 16px;
    line-height: 1.7;
}

.frist-second {
    color: #bab8b3;
    line-height: 1.6;
    font-weight: 500;
    font-size: 15px;
}
/* <!--Gemstone Education start --> */

.gem-types {
    background-color: #f8f6f2;
}

.gem-types-wrap {
    background-color: #fff;
    margin: 20px 0px;
    box-shadow: 0px 1px 9px 0px rgb(228 228 228 / 70%);
    transition: background-position 0.3s ease-in-out;
}

.gem-types-wrap img {
    width: 100%;
    height: 250px;
}

.gem-types-wrap p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    color: #959694;
    margin: 10px 0 25px 0;
    font-family: 'Lato', sans-serif;
    text-align: start;
}
/*  <!--Sizing start --> */

.coupons-box {
    text-align: center;
    padding: 30px 0px;
}

.form-select-lg {
    width: 20%;
    height: 53px;
    padding: 15px 30px;
    background-color: #e5e5e5;
    color: #2a2626;
    border: 0;
}

.size-btn {
    text-align: center;
    padding: 10px;
}

.dowloadsize_Btn {
    background-color: transparent;
    border: 1px solid #464242;
    color: #464242;
    height: 50px;
    padding: 0 40px 0 20px;
    margin: 12px 10px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: auto;
    background-image: url(../images/button_black_arrow.png);
    transition: all 0.4s ease;
}

.dowloadsize_Btn:hover {
    background-color: #464242;
    color: #fff;
}
/*  <!--founders start --> */

.founder_iner {
    margin-bottom: 100px;
}

.founder_img {
    position: relative;
    margin: 35px 0 0 35px;
}

.founder_img .founder_overlay {
    position: absolute;
    left: -35px;
    top: -35px;
    z-index: -1;
}

.founder_content h5 {
    font-size: 25px;
    margin: 20px 0px;
}

.founder_content h5 span {
    font-size: 17px;
    border-left: #909090 1px solid;
    padding: 9px;
    font-family: 'Lato', sans-serif;
    color: #9ba1a3;
    text-transform: capitalize;
}

.founder-btn {
    text-align: start;
}

.contactme_Btn {
    background-color: transparent;
    border: 1px solid #464242;
    color: #464242;
    height: 50px;
    padding: 0 40px 0 20px;
    margin: 12px 0px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: auto;
    background-image: url(../images/button_black_arrow.png);
    transition: all 0.4s ease;
}

.my-5 {
    margin-bottom: 5rem!important;
    margin-top: 5rem!important;
}

  
.contact_us .form-wrap {
    padding: 30px 10px;
}

.contact_us .form-wrap .form-group {
    margin-bottom: 16px;
    padding: 0px 12px;
}

.contact_us .form-wrap .form-group label {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #555;
    margin-bottom: 10px;
}

.contact_us .form-wrap .form-group .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e6e6e7;
    background-clip: padding-box;
    border: 1px solid #e6e6e7;
    border-radius: 0;
}

.contact_us .form-wrap .check-wrap {
    display: flex;
    flex-direction: row;
}

.message_Btn {
    background-color: #c39959;
    border: 1px solid #c39959;
    color: #fff;
    height: 40px;
    padding: 0 60px 0 60px;
    margin: 12px 0px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: auto;
    background-image: url(../images/button_black_arrow.png);
    transition: all 0.4s ease;
}

.service_details .service-title {
    display: flex;
    flex-direction: row;
    padding: 15px 0px;
}

.service_details .service-title h4 {
    position: relative;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 2px solid #dce1e5;
    color: #aeadaa;
}

.service_details .service-title .service-phone {
    padding: 2px 20px;
}

.service_details .service-title .service-phone h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    color: #cccac3;
}

.realdiamond h3 {
    font-size: 21px;
    font-family: 'Lato';
    text-transform: uppercase;
    text-decoration: underline;
    padding: 14px 0px;
    line-height: 1.4;
    font-weight: 500;
    color: #6d6d6c;
}