/*for footer border */

div#footer-section {
    border-top: 1px solid #d8d8d8;
}

/*for header hide */
.header-wrap {
    display: none !important;
}

.banner-container {
    position: relative;
    height: 470px !important;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
}
.banner-bg-clr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-clip: content-box;
    background-color: rgba(0,0,0,0.75);
    z-index: 10;
}
.banner-bg-clr > embed{
    width: 100%;
    height: 1080px;
    position: absolute;
    left: 0%;
    right: 0;
    top: -15%;
    margin: auto;
    overflow: hidden;
    /* opacity: 0.3; */
    z-index: -9;
    pointer-events: none;
}
.banner-text-container {
    /* width: 1260px; */
    /* height: 100%; */
    margin: 0 auto;
    position: relative;
    z-index: 11;
}
.banner-text-container .flex {
    width: 1100px;
    /* min-height: 300px; */
    max-height: 260px;
    /* position: absolute; */
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: unset !important;
}
.banner-content {
    position: relative;
}
.banner-content h1 {
    font-size: 56px;
    width: 600px;
    font-family: zoho_puvi_medium;
    line-height: 1.2;
    letter-spacing: -1.5px;
    transition: all 1s ease-in;
    opacity: 0;
    margin: 30px auto 20px;
    text-align: center;
    color: white;
    margin-top: 0px;
}
.banner-content h1.content_visible{
    opacity: 1 !important;
}
.banner-desc{
    transition: all 1s ease-in;
    opacity: 0;
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
}
.banner-desc p{
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0px;
    text-align: center;
    color: white;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all 1s ease-in;
}
.content_visible{
    opacity: 1 !important;
}
.banner-container-visible * {
    opacity: 1 !important;
}
p.bold {
    font-size: 18px !important;
}
p.updated-date {
    text-align: right;
    color: #ff2905 !important;
}

.section-container li,.section-container p {
    font-size: 17px;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0px;
}

.section-container h2 {
    font-size: 40px;
    font-family: 'Zoho_Puvi_Medium';
    line-height: 1.3;
    text-align: center;
    margin: 20px auto;
    letter-spacing: -1px;
}

.content-section {
    /* width: 1260px; */
    /* margin: auto; */
    padding: 15px 0px 0px;
}

.overview-section {
    border: 1px solid #CECECE;
    padding: 30px;
    /* border-radius: 12px; */
}

ul.overview-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.overview-list li {
    flex: 0 0 33%;
}

.section-container li {
    line-height: 2.3;
    position: relative;
}

.section-container a {
    text-decoration: none;
    color: inherit;
}

span.tic-icon {
    margin: 0px 20px;
    width: 7px;
    height: 15px;
    display: inline-block;
    border-right: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    transform: rotate(45deg);
    position: relative;
    top: 2px;
    flex: 0 0 7px;
}


.section-container li p {
    display: inline-block;
    padding-bottom: 20px;
}
.section-container ul li {
    display: flex;
    padding: 5px 10px;
}

.section-container {
    width: 1260px;
    margin: auto;
    padding-bottom: 15px;
    max-width: 1300px;
}

div#encryption-defo {}

.content-section.bg-grey {
    background-color: #FAFAFA;
}

.section-container p {
    margin: 25px 0px;
}

span.bold,p.bold {
    font-family: 'Zoho_Puvi_Medium';
    font-weight: 500;
}

.section-container h3 {
    font-size: 26px;
    color: #000;
    font-family: 'Zoho_Puvi_Medium';
    line-height: 1.2;
    letter-spacing: -.3px;
    margin: 30px 0px 20px;
}

div#footer-section {
    border-top: 1px solid #d8d8d8;
}

.section-container p a {
    color: #ff2905;
    text-decoration: underline;
}

.section-container a:hover {
    color: #ff2905 !important;
    text-decoration: none;
}
.img-wrap {
    text-align: center;
    padding: 40px 0px;
}

.img-wrap img {
    /* max-width: 800px; */
    height: auto;
    width: 100%;
}
.content-section table tr td:not(:last-child) {
    border-right: 1px solid #CECECE;
}
.security-overview {
    display: flex;
    justify-content: space-between;
    border: 1px solid #CECECE;
    margin-top: 25px;
}

.overview-content {
    padding: 30px 40px;
    flex: 1;
}

p.txt-cntr {
    text-align: center;
}

.overview-content:not(:last-child) {
    border-right: 1px solid #CECECE;
}

.section-container h2 {
    margin: auto;
    padding: 20px 0px 30px 0px;
}

.section-container p {
    margin: auto;
    padding: 0px 0px 25px;
}

.section-container h3 {
    margin: auto;
    padding: 30px 0px;
}

.section-container ul li p {
    margin-left: 0px;
}

h2 + h3 {
    padding-top: 0px !important;
}






table {
    width: 100%;
    border: 1px solid #CECECE;
    border-collapse: collapse;
    /* padding: 20px !important; */
    /* display: block; */
    margin-bottom: 30px;
}

table tr th {
    padding: 25px 35px;
    /* font-size: 29px; */
    text-align: left;
}

table tr td {
    padding: 15px 15px 15px 20px;
    font-size: 18px;
}

table tr th {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #CECECE;
    /* border-collapse: collapse; */
    font: 24px/29px var(--zf-primary-bold) !important;
}

table tr th:not(:last-child) {
    border-right: 1px solid #CECECE;
}



table tr:first-child td {
    padding-top: 30px;
}
table tr td p {
    padding: 0 !important;
    width: calc(100% - 60px);
    display: inline-block;
}
table tr:last-child td {
    padding-bottom: 20px;
}


table span.tic-icon {
    top: -2px;
}

.section-container p.updated-date {
    padding: 25px 0px 25px 0px;
}



@media only screen and (max-width:1200px) {
    .section-container{
        width:85%;
        padding-bottom: 15px;
    }
    .banner-text-container{
        width:85%;
    }
}
@media only screen and (max-width:1165px) {
    .banner-text-container .flex{
        max-height:350px;
    }
}
@media only screen and (max-width:1060px) {
    table tr td{
        padding:30px 5px 15px 0px;
    }
    span.tic-icon{
        margin:0 15px;
    }
}
@media only screen and (max-width:999px) {
    .banner-text-container .flex{
        max-height: 380px;
    }
    .content-section{
        padding: 15px 0px 0px;
    }
    .section-container{
        width: 90%;
    }
    .section-container h2{
        font-size: 36px;
    }
    .section-container h3{
        font-size: 24px;
    }
    .section-container li, .section-container p{
        font-size: 15px;
    }
    .overview-list li{
        flex: 0 0 50%;
    }
    .points span{
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
    .point-content h5{
        font-size: 15px;
    }
    .points p{
        font-size: 13px;
    }
    
}
@media only screen and (max-width:767px) {
    .points{
        display: none;
    }
    .banner-content h1{
        font-size: 30px;
        width:100%;
    }
    .banner-desc p{
        font-size: 15px;
    }
    .section-container li, .section-container p{
        font-size: 14px;
    }
    .section-container h2{
        font-size: 30px;
    }
    table tr th{
        padding:2vw;;
        font-size:3vw !important;
    }
    table tr td{
        padding: 20px 0px 15px 0px;
        font-size:3vw !important;
    }
    span.tic-icon{
        margin: 0px 8px 0px 10px;
        margin-top: 4px;width:5px;
        height:9px;
        vertical-align: top;
        flex: 0 0 5px;
        top: -2px;
    }
}
@media only screen and (max-width:767px) {
    .banner-desc p{
        font-size: 13px;
    }
    .banner-text-container .flex{
        max-height: 160px;
    }
    .banner-container{
        height: 310px !important;
    }
    .section-container li, .section-container p{
        font-size: 12px;
    }
    .section-container h2{
        font-size: 24px;
    }
    .section-container h3{
        font-size: 20px;
    }
    .overview-section{
        padding: 20px;
    }
    ul.overview-list{
        display: block;
    }

}

@media only screen and (max-width:610px) {
    .banner-text-container .flex{
        max-height:230px;
    }
}

@media only screen and (max-width:535px) {
    .banner-container{
        max-height:450px;
        height: 370px !important;
    }
    .banner-text-container .flex{
        margin:80px auto;
    }
}
@media only screen and (max-width:385px) {
     .banner-container{
        max-height:550px;
        height: 480px !important;
    }
    .banner-text-container .flex{
        margin:80px auto;
    }
}

@media only screen and (max-width: 480px){
    .banner-bg-clr > embed {
        height: 100%;
        transform: scale(1.6);
        top: 15%;
    }
}