.-ycw-section {
padding-block: 40px;
}
body.before-start.-topBar-open.nofxedntro .-ycw-section {
padding-top: 110px;
}
.archive-rows .-ycw-section:first-child {
padding-top: 0;
}
.-dw-h4 {
font-weight: 600;
font-size: 20px;
margin-bottom: 13px;
color: var(--uicolor);
text-align: center;
}
.-dw-title {
text-align: center;
max-width: 750px;
margin: auto auto 31px;
display: flex;
flex-direction: column;
align-items: center;
}
.-dw-h1 {
display: block;
line-height: 1.5;
margin-bottom: 12px;
font-size: 35px;
font-weight: 700;
text-align: center;
color: var(--primary-text);
}
.-dw-title *:last-child {
margin-bottom: 0;
}
.-dw-h1 + .btn2-row {
display: flex;
margin: 20px auto 0;
gap: 14px;
}
@media only screen and (max-width: 1150px) {
.-dw-h4 {
font-size:18px;
margin-bottom: 10px;
}
.-dw-h1 {
margin-bottom: 10px;
font-size: 27px;
}
.p-content {
font-size: 15px;
}
}
@media (max-width: 850px) {
.-dw-h1 {
font-size:26px;
}
.-ycw-section {
padding-block:20px;}
.-dw-title {
margin-bottom: 20px;
padding-inline:20px;}
}
@media (max-width: 580px) {
.fsurl-btn,.securl-btn {
padding:10px 10px;
font-size: 13px;
}
.icn-btn {
width: 18px;
height: 18px;
}
.icn-btn .svg-btn {
height: 19px;
width: 19px;
}
.header--Tools .fsurl-btn {
display: none;
}
}
@media (max-width: 768px) {
* {
}
.p-content {
max-width: 100%;
font-size: 13px;
font-weight: 400;
}
.-dw-h4 {
font-size: 15px;
padding: 4px 11px;
margin-bottom: 4px;
}
.-dw-h1 {
font-size: 22px !important;
margin-bottom: 7px;
}
.-ycwt-features1 h2.-dw-h1 {
margin-bottom: 0;
}
.-ycwt-wcontact .-dw-h1 {
font-size: 19px !important;
}
.-dw-title {
width: 100%;
}
}
.--empty-attchment-area {
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0px auto 40px;
padding: 0px 0;
border-radius: var(--largeradius);
}
.--empty-attchment-area>h2 {
text-align: center;
font-weight: 600;
font-size: 38px;
line-height: 1.7;
max-width: 500px;
text-transform: capitalize;
color: var(--primary-text);
}
.--empty-attchment-area>p {
text-align: center;
font-size: 19px;
max-width: 480px;
margin: 10px auto 0;
color: var(--secondarytext);
text-transform: capitalize;
line-height: 1.6;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center
}
.--empty-attchment-area>p>a {
font-weight: 400;
background: var(--uicolor);
padding: 10px 20px;
display: block;
border-radius: var(--miniradius);
color: #fff;
border: 2px solid var(--uicolor);
margin-top: 30px;
}
.--empty-attchment-area>p>a: hover {
color:var(--uicolor);
background: #fff
}
.--empty-attchment-area>p>* {
margin-inline: 4px
}
.--empty-attchment-area i {
font-size: 130px;
display: block;
margin-block:5px 40px;color: #cbcbcb;
font-weight: 300;
}
@media (max-width: 1150px) {
.--empty-attchment-area i {
font-size:59px;
margin-bottom: 20px;
}
.--empty-attchment-area>h2 {
font-size: 27px;
}
.--empty-attchment-area>p {
font-size: 14px;
flex-direction: column;
}
.--empty-attchment-area>p>a {
padding: 8px 12px;
margin-top: 11px;
}
}