/* CSS Document */
#mainIntroBtm { padding-top: 0!important;}
/*Icons Bg
--------------------------------------------------------------*/
#iconsBg  span { display: block; margin: 0 auto; position: relative; width: 80px; height: 80px; margin-bottom: 38px; }
#iconsBg  span:after { content: ' '; display: block; position: absolute; left: 50%; top: 50%; width: 100vw; margin-left: -50vw; height: 29.125vw; margin-top: -14.5625vw; background:  url("../images/main_convert_bg_icos.png") no-repeat center center; background-size: 1600px auto }
@media (max-width: 576px) {
#iconsBg span { width: 30px; height: 30px; }
#iconsBg  span:after {background-size:  800px auto }
}
/* Main Convert
--------------------------------------------------------------*/
#mainConverter { background: #fff; color: #798188;   box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.2)}
#mainConverter .planType { background: #ffbf00; color: #fff; }
.progress-container .progress { background-color: rgba(225,225,225,.6); }
.progress { background-color:#e9ecef; }
.progress-bar { color:#fff; background-color:#60c720; }
.progress-bar-striped { background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); }
#mainConverter .step-number { background: #4db70b; color: #fff; }
#mainConverter .progress-container .active { box-shadow: 0 0 0 6px rgba(77,183,11,0.5); }
#mainConvIn .mobTitle { color: #000; }
#mainConvIn .chooseBtn { color: #fff; background: #d03047; border: solid 1px #ad1c31; }
#mainConvIn .chooseBtnDrp { color: #fff; background: #d03047; border: solid 1px #ad1c31; }
#mainConvIn a { color: #4083e7; }
#mainConvIn #step-2 select { border-color: #d7d7d7; background-color: #f5f5f5; color: #8f8f8f; }
#mainConvIn .btnConvert { color: #000; line-height: 42px; }
#mainConvIn .active .btnConvert { color: #fff; }
#mainConvIn .emailWrp .ico { border: solid 1px #d7d7d7; background: #f5f5f5; color: #8f8f8f; }
#mainConvIn .emailWrp .ico svg path { fill: currentColor; }
#mainConvIn .emailWrp .email { border: solid 1px #d7d7d7!important; }

/* Main Convert dropdown
--------------------------------------------------------------*/
.dropdown-menu { color:#212529; background-color:#fff; border:1px solid rgba(0,0,0,.15); }
.dropdown-item { color:#212529; background-color:transparent; }
.dropdown-item:focus,.dropdown-item:hover { color:#16181b; background-color:#e9ecef; }
.dropdown-item.active,.dropdown-item:active { background-color:#c6ddf5; }
.dropdown-item.disabled,.dropdown-item:disabled { color:#adb5bd; background-color:transparent; }

/* Main Attachments
--------------------------------------------------------------*/
#fileAttCont td { background: #fff; }
#fileAttCont tr:nth-child(odd) td { background: #f3f3f3; }
#fileAttCont th { background: #fd3ddd; color: #fff; }
#fileAttCont a { color: #4083e7; }
#fileAttCont .delFile { color: #d03047; }


.part2 .item .fromTo{width:100%;max-width:191px;display:flex; justify-content: center; margin: 0 auto; }
.part2 .item .fromTo p { padding: 0; }
.part2 .item .fromTo img{max-width:100%!important;height:auto!important; width: 60px;  }
@media (max-width:576px) {
.btn-outline-primary{font-size:14px;padding:12.5px 12px}
}
.wsc-main {background:#ffffff;padding:0 64px;background-image:url(../images/banner-bg.png);background-size:contain;background-repeat:no-repeat;background-position:center top; overflow: hidden; position: relative;  }

@media (max-width:1280px) {
.wsc-main{padding:0 24px}
}
@media (max-width:576px) {
.wsc-main{padding:0 12px}
}
.banner{padding-top:48px;padding-bottom:40px;text-align:center; color: #000; }
.banner h1{font-weight:600;font-size:42px;line-height:50px;margin-bottom:16px}
@media (max-width:576px) {
.banner h1{font-size:32px;line-height:40px}
}
.banner .text{font-weight:400;font-size:18px;line-height:26px;max-width:802px;margin:0 auto}
.part2{ /*background:#FFF;box-shadow:0 4px 16px rgba(0,0,0,0.05);*/border-radius:24px;padding:28px 26px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px; max-width: 1120px; margin: 0 auto; }
.part2Btm { margin-bottom: 48px; }
@media (max-width:992px) {
.part2{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:768px) {
.part2 .item .fromTo img{ width: 50px; }
.banner h1{   max-width: 10em;  margin: 0 auto; }
.banner .text {  max-width: 286px; }
}
@media (max-width:576px) {
.part2{padding:8px;gap:12px;grid-template-columns:repeat(2,1fr)}
}
.part2 .item{position:relative;text-align:left;padding: 30px 20px;background:#f5f2f3;border:1px solid #f5f2f3;border-radius:6px;transition:all .3s; text-align: center; }
.part2 .item @media (max-width:576px){.part2itempadding:12px}
.part2 .item:hover{box-shadow:0 8px 16px rgba(0,0,0,0.1);text-decoration:none}
.part2 .item h2{margin-top:16px;font-weight: 500; font-size: 16px;line-height:120%;color:#121212}
@media (max-width:768px) {
.part2 .item h2{font-size:14px}
}
@media (max-width:576px) {
.part2 .item h2{font-size:14px}
}
.part2 .item .desc{margin-top:12px;font-size:14px;line-height:22px;color:rgba(60,60,67,0.6)}