.page-template-privacy-policy .inner-page-banner-section {
    position: relative;
    padding: 13.5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.page-template-privacy-policy .inner-page-banner-section::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.51);
}

.page-template-privacy-policy .inner-page-banner-section img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: top;
}

.page-template-privacy-policy .inner-page-banner-section h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 72px;
    font-weight: 500;
}

.new-cms-page .container {
    max-width: 1255px;
    margin: 0 auto;
    padding: 0 50px;
}

.page-template-privacy-policy .inner-page-banner-section .container {
    position: relative;
    z-index: 1;
}

/* cms content section */
.privacy-policy-content {
    padding: 50px 0 0;
}
.privacy-policy-content h3{
    color:#0066cc;
    line-height: 1.4;
    font-weight: 400;
}
.privacy-policy-content h5,
.privacy-policy-content h6 {
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
}

.privacy-policy-content h2,
.privacy-policy-content h3 {
    font-size: 18px;
}

.privacy-policy-content h3 {
    margin: 20px 0 0;
}

.privacy-policy-content h4 {
    font-size: 16px;
    margin: 17px 0 0;
    color: #ea7024;
    font-weight: 400;
}

.privacy-policy-content h5 {
    font-size: 20px
}

.privacy-policy-content h6 {
    font-size: 18px
}

.privacy-policy-content h2 {
    margin: 0 0 5px;
    text-transform: uppercase;
}

.privacy-policy-content p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    color: #000
}


.privacy-policy-content p span {
    color: #0066cc;
}

.privacy-policy-content p+p {
    margin-top: 20px;
}

.privacy-policy-content ul,
.privacy-policy-content ol {
    margin: 0 0 20px;
    list-style: none;
    padding-left: 0;
}

.privacy-policy-content ol {
    list-style-type: decimal;
    margin: 0 0 20px 30px;
}

.privacy-policy-content ul li,
.privacy-policy-content ol li {
    position: relative;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 1.4;
}

.privacy-policy-content ul li:not(:last-child),
.privacy-policy-content ol li:not(:last-child) {
    margin: 0 0 4px !important
}

.privacy-policy-content ul>li:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000
}

.privacy-policy-content ol ol,
.privacy-policy-content ol ul {
    margin: 10px 0 0 15px
}

.privacy-policy-content ol ul {
    margin-left: 0
}

.privacy-policy-content ul ul,
.privacy-policy-content ul ol {
    margin-top: 5px;
    margin-left: 15px
}

.privacy-policy-content ul ul {
    margin-left: 0
}

.privacy-policy-content ol>ul>li {
    position: relative
}

.privacy-policy-content p:last-child {
    margin-bottom: 0
}

.privacy-policy-content p strong {
    font-weight: 600;
    font-size: 18px;
}

.privacy-policy-content p a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.privacy-policy-content ul>li {
    padding-left: 12px
}

.privacy-policy-content ol li strong,
.privacy-policy-content ol li strong {
    font-weight: 600
}

.privacy-policy-content u {
    text-decoration: underline
}

.privacy-policy-content em,
.privacy-policy-content i {
    font-style: italic
}

.privacy-policy-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 15px;
    color: #000;
    transition: all .5s
}

.privacy-policy-content a:hover,
.privacy-policy-content a:focus {
    text-decoration: none;
    color: #000 !important
}

.privacy-policy-content iframe,
.privacy-policy-content img {
    border: none;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    margin: 10px 0
}

.privacy-policy-content figure {
    width: 465px !important;
    height: 276px !important
}

.privacy-policy-content figure.alignleft {
    float: left;
    margin-right: 20px
}

.privacy-policy-content figure.alignright {
    float: right;
    margin-left: 20px
}

.privacy-policy-content figcaption {
    display: none
}

.privacy-policy-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.privacy-policy-content iframe,
.privacy-policy-content img:not(:last-child) {
    margin-bottom: 30px
}

.privacy-policy-content .arrow-listing li {
    color: #212121
}

.privacy-policy-content .custom-accordian-outer {
    margin-top: 18px
}

.privacy-policy-content blockquote {
    background-color: rgb(144 199 70 / 20%);
    line-height: 1.5;
    font-size: 18px;
    padding: 15px 10px;
    border-left: 5px solid #90c746;
    margin: 0;
    color: #000;
}
.privacy-policy-content blockquote + blockquote{
    margin-top: 10px;
}

.privacy-policy-content figure.aligncenter,
.privacy-policy-content img.aligncenter {
    float: none;
    display: block;
    margin: 0 auto
}

.privacy-policy-content ul {
    margin: 0 0 20px 15px
}
/* contact section */
.cms-contact-info-section{
    padding: 50px 0;
}
.cms-contact-info-section .contact-box {
    border: 1px solid #dcdad9;
    padding: 50px 25px;
}
.cms-contact-info-section .contact-box .contact-box-inner{
    max-width:670px;
    margin: 0 auto;
}
.cms-contact-info-section .contact-box .contact-box-inner.sm-box{
    max-width: 600px;
}
.cms-contact-info-section .contact-box .contact-box-inner.sm-box h2{
    margin-bottom: 20px;
}
.cms-contact-info-section h2 {
    font-size: 60px;
    color: #172b48;
    position: relative;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.cms-contact-info-section .uppercase-text{
    text-transform: uppercase;
    letter-spacing: -0.3px;
}
.cms-contact-info-section .center-text{
    text-align: center;
}
.cms-contact-info-section h2::before{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 2px;
    background-color: #0066cc;
}
.cms-contact-info-section p{
    font-weight: 300;
    font-size: 19px;
    margin:0;
    line-height: 1.4;
    color:#ea7024;
}
.cms-contact-info-section p:not(.uppercase-text){
    font-size: 22px;
    color:#303030;
}
.cms-contact-info-section ol:last-child,
.cms-contact-info-section ul:last-child{
    margin-bottom: 0;
}
.cms-contact-info-section p + p{
    margin-top: 15px;
}
.cms-contact-info-section a{
    color: #000;
    font-weight: 300;
    text-decoration: underline;
}
.cms-contact-info-section a:hover{
    color: #0066cc;
}
.cms-contact-info-section .add-wrapper{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 0;
}
.cms-contact-info-section .add-wrapper p{
    flex-shrink: 0;
    font-weight: 300;
    font-size: 22px;
    margin: 0;
    color:#303030;
    letter-spacing: -0.3px;
}
.cms-contact-info-section .add-wrapper address{
    font-weight: 300;
    font-size: 22px;
    color:#303030;
    font-style: normal;
    letter-spacing: -0.3px;
}
.cms-contact-info-section ul,
.cms-contact-info-section ol{
    margin-bottom: 20px;
}
.cms-contact-info-section ul li,
.cms-contact-info-section ol li {
    position: relative;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    line-height: 1.4;
}
.cms-contact-info-section ul>li {
    padding-left: 12px
}
.cms-contact-info-section ul>li:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000
}
/* main css start */
@media(max-width:1199px) {
    .page-template-privacy-policy .inner-page-banner-section .container {
        padding: 0 25px;
    }

    .page-template-privacy-policy .inner-page-banner-section h1 {
        font-size: 60px;
    }

    .cms-contact-info-section h2 {
        font-size: 48px;
    }

    .new-cms-page .container {
        padding: 0 25px;
    }
    .cms-contact-info-section .contact-box{
        padding: 40px 20px;
    }
}

@media(max-width:991px) {
    .page-template-privacy-policy .inner-page-banner-section h1 {
        font-size: 50px;
    }
    .cms-contact-info-section h2 {
        font-size: 42px;
    }
}

@media(max-width:767px) {
    .privacy-policy-content{
        padding:40px 0 0;
    }
    .cms-contact-info-section {
        padding: 40px 0;
    }
    .page-template-privacy-policy .inner-page-banner-section h1 {
        font-size: 40px;
    }

    .privacy-policy-content figure {
        width: 100% !important;
        height: auto !important;
        float: none;
        margin-right: 0
    }

    .privacy-policy-content iframe,
    .privacy-policy-content img:not(:last-child) {
        margin-bottom: 20px
    }

    .privacy-policy-content iframe,
    .privacy-policy-content img {
        height: auto
    }

    .privacy-policy-content ul {
        margin: 0 0 20px 10px;
    }

    .privacy-policy-content blockquote {
        font-size: 16px;
    }

    .cms-contact-info-section h2 {
        font-size: 38px;
    }
    .new-cms-page .container {
        padding: 0 15px;
    }
    .cms-contact-info-section h2::before{
        width: 120px;
    }
    .cms-contact-info-section p,.cms-contact-info-section p:not(.uppercase-text){
        font-size: 16px;
    }
    .cms-contact-info-section .add-wrapper p{
        font-size: 16px;
        line-height: 1.4;
    }
    .cms-contact-info-section .add-wrapper address{
        font-size: 16px;
        line-height: 1.4;
    }
    .cms-contact-info-section .contact-box{
        padding: 30px 20px;
    }
}

@media(max-width:576px) {
    .page-template-privacy-policy .inner-page-banner-section h1 {
        font-size: 34px;
    }
    .cms-contact-info-section h2 {
        font-size: 32px;
    }
}