:root {
    --bg: #F8F7EF;
    --bg-2: #F8F7EF;
    --bg-3: #F9F8E3;
    --c-212121: #212121;
    --c-red: #ED3237;
    --c-F8F7EF: #F8F7EF;
    --c-EC2227: #EC2227;
}

body,
p,
span,
a,
li,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
cite,
code,
pre,
label,
input,
textarea,
select,
button,
table,
th,
td,
caption,
strong,
em,
b,
i,
u,
small,
sub,
sup,
abbr,
mark,
time,
ins,
del {
    font-family: 'Open Sans', sans-serif;
}

.customize-control+.customize-control {
    border-top: none !important;
}

.col {
    padding-bottom: 0 !important;
}

.custom_options_diviver {
    text-align: center !important;
}

/*  */
.pdf_item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: .125rem solid #eef2f5;
    border-radius: 1.25rem;
    /* padding: 1.875rem 1.25rem 1.25rem; */
    padding: 1.875rem 0px 1.25rem 0px;
    height: 100%;
    justify-content: space-between;
}
.pdf_item:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pdf_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf_icon img {
    margin-bottom: 10px;
}

.pdf_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}

.pdf_title {
    
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    
    padding:0 10px ;
}

.pdf_viewbtn {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    border-top: solid 1px #eee;
    width: 100%;
}
.pdf_item .btn-download svg {
  color: #bfbfbf;
    width: 1.125rem;

}
.pdf_item .btn-download {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    border: 1.5px solid #bfbfbf;
    font-weight: 500;
    border-radius: .5rem;
    color: #212529;
    padding: .5rem 1rem;
    column-gap: .625rem;
    min-width: max-content;
    margin: auto;
}
.padding-section{
    padding: 60px 0;
}
@media screen and (max-width:600px) {
    .pdf_title{
        font-size: 16px;
    }
}
.wpcf7-checkbox .wpcf7-list-item-label {
    color: #ffffff !important;
}