/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 9, 2024, 9:26:14 AM
    Author     : chand
*/
.bg-gallery-vector-1 {
    top: -59px;
    left: 0;
}
.bg-gallery-vector-2 {
    bottom: -39%;
    right: 0;
}
.bg-gallery-vector-3 {
    display: none;
}
.policy-content {
    padding-top: 2em;
    /*padding-left: 11em;*/
    /*padding-right: 11em;*/
}
ul, li{
    line-height: 25px;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .policy-content {
        padding-top: 2em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (max-width: 40.063em) {
    .policy-content {
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

.head .title {
    text-align: center;
}
.head .uline {
    border-bottom: 2px solid #e0dad7;
    width: 170px;
    margin: auto;
}
.head .title h4 {
    font-size: 24px;
}
.head .title h4.btm {
    font-size: 16px;
}
.policy-service h5 {
    font-size: 16px;
    margin: 2em 0;
    letter-spacing: 1px;
}
.policy-service h5.contact-us {
    margin-top: 2em;
    font-weight: bold;
}
.linked {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.policy-service p{
    line-height: 1.7em;
    letter-spacing: normal;
}
.pc-margin-bottom {
    margin-bottom: 4.8em;
}
.linked-text a {
    color: #bb8e64;
    text-decoration: underline!important;
    margin-left: -5px;
    margin-right: -4px;
}
.text-length {
    width: 101%;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

@media screen and (max-width: 768px) {
    .policy-service {
        margin: 1em 0 1em;
    }
}

@media screen and (max-width: 40.063em) {
    .linked-text .mobile-style {
        text-align: right;
        padding-right: 6px;
    }
    .policy-service {
        margin: 0em 0 1em;
    }
}