/*Common css*/
*{margin: 0;padding: 0;box-sizing: border-box;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
a{display: inline-block;outline: none;cursor: pointer;text-decoration: none;}
body a:hover{text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
label {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0 !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
img{max-width: 100%;}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px !important;
}
h2{
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px !important;
}
.cta {
    background: #DF7515;
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
}
.cta:hover{
    color: #FFFFFF;
}
/*----------Banner css start----------*/
.banner_sec {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/zd-sell-migration-25-banner1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #131b2f;
    padding: 30px 0px 60px;
}
.banner_sec h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #F6851F;
}
.banner_sec h3 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin: 25px 0px !important;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px !important;
}
.banner_sec p {
    padding-right: 60px;
}
.banner_sec p:last-child{
    margin-bottom: 0 !important;
}
.header-row {
    border-bottom: 0;
    margin: 0;
    align-items: center;
    padding-bottom: 0px;
}
.logo {
    width: 365px;
}
.padding-btm {
    padding-bottom: 40px;
}
.form_sec {
    border-radius: 10px;
    background: #FFFFFF;
    padding: 25px 30px 35px;
    float: right;
    width: 100%;
    max-width: 520px;
    height: 100%;
    box-shadow: 0px 4px 8px 7px #0000000F;
}
.form-head h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-bottom: 30px !important;
    position: relative;
}
.form-head h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #DF7515;
    height: 2px;
    width: 75px;
}
/* Section 1 Css */
.sec-1 {
    background-color: #F2F2F2;
    padding: 60px 0px;
    text-align: center;
}
.sec-1 h4 {
    font-size: 22px;
    line-height: 28px;
    color: #DF7515;
    font-weight: 700;
    margin-bottom: 15px !important;
}
.sec-1 h2 {
    margin-bottom: 20px !important;
}
.sec-1 p {
    color: #000;
    text-align: center;
    margin-bottom: 25px !important;
}
.sec1-bx {
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
.sec1-bx-top h5 {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px !important;
}
.sec1-bx-top {
    background: linear-gradient(90deg, #505FAA 0%, #2C3C91 100%);
    border-radius: 10px;
    padding: 10px 25px;
}
.sec1-cnt p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 !important;
}
.sec1-cnt {
    padding: 20px 20px;
}
/*---Section 2 css ---*/
.sec-2 {
    background: url('https://pages.grazitti.com/rs/690-NGB-767/images/zd-sell-migration-25-banner2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #000;
    padding: 60px 0px;
}
.sec-2 h2 {
    color: #fff;
}
.sec-2 h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px !important;
}
.sec-2 ul li {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/zd-sell-migration-25-check.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-left: 28px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}
/* Section 3 Css */
.sec-3 {
    background-color: #F2F2F2;
    padding: 60px 0px;
    text-align: center;
}
.sec-3 .roadmap-mob {
    display: none;
}
/* Section 4 Css */
.sec-4 {
    background-color: #fff;
    padding: 60px 0px;
    text-align: center;
}
.cs-slides {
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 25px 20px;
    margin: 10px 10px 0px;
}
.testimonial-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.testimonial-detail h4 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px !important;
}
.testimonial-detail h4 span{
    color: #DF7515;
}
.textimonial-name {
    text-align: left;
}
.textimonial-date h5 {
    font-size: 14px;
    line-height: 20px;
    color: #7C797D;
    font-weight: 400;
    text-align: right;
}
.testimonial-content {
    margin-top: 20px !important;
}
.testimonial-content p {
    color: #000;
    margin-bottom: 20px !important;
}
.testimonial-content p:last-child{
    margin-bottom: 0px !important;
}

.sec-4 .cs-slider .slick-prev {
    border: 2px solid #B7B4B4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
}
.sec-4 .cs-slider .slick-prev:before {
    content: "\f060";
    color: #B7B4B4;
    font-size: 16px;
    opacity: 1;
    font-weight: 200;
    font-family: "FontAwesome";
}
.sec-4 .cs-slider .slick-next {
    border: 2px solid #B7B4B4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
}
.sec-4 .cs-slider .slick-next:before {
    content: "\f061";
    color: #B7B4B4;
    font-size: 16px;
    opacity: 1;
    font-weight: 200;
    font-family: "FontAwesome";
}
.sec-4 .slick-arrow:hover {
    border: 2px solid #DF7515 !important;
}
.sec-4 .slick-next:hover::before, .sec-4 .slick-prev:hover::before {
    color: #DF7515 !important;
}
.cs-slider {
    padding: 0px 45px;
}
/* Footer Css */
.footer {
    background-color: #000000;
    padding: 18px 0px;
}
.footer p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0 !important;
}
.footer i {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin-left: 15px;
}
.footer-inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* Form css */
.form-wrap .mktoForm *{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  .form-wrap .mktoForm {
    width: 100% !important;
    padding: 0 !important;
  }
  .form-wrap .mktoForm:after{content:"";display: block;float: none;clear: both;}
  
  .form-wrap .mktoFormCol, .form-wrap .mktoFieldWrap, .form-wrap .mktoLabel{
    width: 100% !important;
  }
  .form-wrap .mktoFormCol{
    margin: 0 0 20px !important;
    width: 100% !important;
  }
  .mktoForm .mktoFormCol {
    width: 100% !important;
}
label#LblemailOptInBoolean {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
.mktoFormRow:first-of-type .mktoFormCol:first-child {
    width: 100% !important;
}
label#LblIndustry {
    display: none;
}
label#LblAnnualRevenue {
    display: none;
}
.mktoForm .mktoFormCol {
    width: 100% !important;
}
  .form-wrap .mktoOffset, .form-wrap .mktoGutter, .form-wrap .mktoLabel, .form-wrap .mktoAsterix, .form-wrap .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
  }
  .form-wrap .mktoForm input[type=text], .form-wrap .mktoForm input[type=email], .form-wrap .mktoForm input[type=number], .form-wrap .mktoForm input[type=tel], .form-wrap .mktoForm select, .mktoForm textarea.mktoField {
      width: 100% !important;
      max-width: 100% !important;
      border: 1px solid #E4E7EC;
      border-radius: 5px !important;
      background-color: #F5F7FB !important;
      padding: 7px 7px 7px 15px !important;
      line-height: 1.35 !important;
      font-size: 14px !important;
      font-weight: 400;
      color:#ABABAB !important;
      height: 40px;
      -webkit-appearance: none;
      font-family: 'Poppins';
  }
  .form-wrap .mktoForm select.mktoField {
    background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/oc-outlook-trends-lp-down-arrow.png);
      background-repeat: no-repeat;
      background-position: right 14px center !important;
      border: 1px solid #E0E0E1;
      box-shadow: none;
      height: 40px;
      padding: 7px 35px 7px 15px !important;
      color: #ABABAB !important;
      border-radius: 5px !important;
      font-family: 'Poppins';
      font-weight: 400;
  }
  .mktoForm .mktoError .mktoErrorMsg {
      display: block;
      margin-top: 7px;
      background-color: #e51b00;
      background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
      border: 1px solid #9f1300;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
      box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
      color: #f3f3f3;
      font-size: 1em;
      font-weight: 600;
      line-height: 1.2em;
      max-width: 16em;
      padding: 0.4em 0.6em;
      text-shadow: #901100 0 -1px 0;
      font-family: 'Poppins';
  }
  
  
  select::-ms-expand {
      display: none;
  }
  .mktoForm textarea.mktoField {
    min-height: 120px;
    padding: 12px 7px 7px 15px !important;
  }
  .form-wrap .checkbox-wrap {
    position: relative;
  }
  .form-wrap .mktoForm .mktoCheckboxList > label {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
  }
  .form-wrap .mktoFormRow:nth-last-of-type(3) .mktoLabel, .form-wrap .mktoFormRow:nth-last-of-type(2) .mktoLabel {
    display: inline-block !important;
    width: 100% !important;
    float: none !important;
    padding: 0px 20px 0px 30px !important;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    font-family: 'Poppins';
  }
  label#LblCountry {
    display: none;
}
  .mktoForm .mktoError .mktoErrorMsg {
      display: block;
      margin-top: 8px !important;
      background-color: #e51b00;
      background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
      background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
      border: 1px solid #9f1300;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
      box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
      color: #f3f3f3;
      font-size: 1em;
      line-height: 1.2em;
      max-width: 13em;
      padding: 0.4em 0.6em;
      text-shadow: #901100 0 -1px 0;
  }
  .mktoForm .mktoError .mktoErrorArrow {
      background-color: #e51b00;
      border: 1px solid #9f1300;
      border-right: none;
      border-bottom: none;
      display: inline-block;
      height: 14px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      width: 14px;
      margin-top: 7px !important;
  }
  .form-wrap .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList, .form-wrap .mktoFormRow:nth-last-of-type(2) .mktoCheckboxList {
      display: inline-block !important;
      width: 25px !important; 
      float: left !important;
  }
  .form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoRequiredField .mktoAsterix {
      display: inline-block !important;
      float: left;
      padding: 0;
      margin: 0 0 0 -8px;
      font-size: 12px;
      color: #ff0000;
  }
  .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList > label, 
  .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoCheckboxList > label {
    position: absolute;
    top: 6px;
    left: 0;
  }
  .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList > label {
      top: 9px;
  }
  .mktoRequiredField .mktoLabel {
    padding-top: 0 !important;
}
  .form-wrap .mktoForm .mktoCheckboxList > input {
    display: none !important;
  }
  .form-wrap .mktoForm input[type=checkbox]:checked + label:before {
    content: "\2713" !important;
    color: #333333;
  }
  .form-wrap .mktoForm input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 12px;
    border: 1px solid #D7D7D7;
    background-color: #F5F7FB !important;
    left: 0;
    top:-5px;
    text-align: center;
  }
  .form-wrap .mktoForm input[type=checkbox] + label:before{
    border-radius: 2px;
    font-size: 13px;
    line-height: 15px;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
      .form-wrap .mktoForm input[type=checkbox] + label:before{
        line-height: 1;
      }
      .faq-accordian:last-child {
          height: 186px;
      }
  
  }
  .form-wrap .mktoForm .mktoCheckboxList {
    padding: 0;
    display: inline-block;
    width: auto !important;
    position: absolute;
    left: 0;
  }
  .form-wrap .mktoButtonRow {
    width: 100%;
    position: relative;
        text-align: left;
  }
  .form-wrap span.mktoButtonWrap {
    margin: 0 !important;
    width: 100%;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    border-radius: 6px;
    border: none !important;
    font-size: 20px !important;
    background-color: #DF7515 !important;
    width: 100%;
    max-width: 150px;
    font-weight: 700;
    padding: 12px!important;
    background-image: none !important;
    line-height: 1.2;
    text-align: center;
    height: 48px;
    font-family: 'Poppins';
    margin-top: 10px;
  }
  .form-wrap .mktoLabel a u {
      text-decoration: none;
      padding: 0;
  }
  .form-wrap .mktoLabel a {
      color: #DF7515 !important;
      padding: 0;
  }
  .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:focus, .mktoField:focus{
    outline: none;
  }
  .form-wrap .mktoForm .mktoError {
    left: 0;
    top: 93%;
}
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ABABAB;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #ABABAB;
    opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #ABABAB;
  }
  #ThankYou-msg {
      font-size: 18px;
      color: #333333;
      margin-top: 190px;
  }
  span.mktoErrorDetail {
      color: #fff;
  }
  .form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
      right: auto !important;
      bottom: auto !important;
      left: -5px !important;
      top: 16px;
  }
  #ThankYou-msg {
    font-size: 24px;
    color: #000000;
    padding: 0px 20px;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
  }
  input:-webkit-autofill:disabled, textarea:-webkit-autofill:disabled, input:-internal-autofill-selected {
    background: #F5F7FB !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F5F7FB  inset !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ABABAB !important;
    background-color: #F5F7FB  !important;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    color: #232F3E !important;
    background-color: #F5F7FB  !important;
}
:focus-visible {
    outline: none !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #ddd !important;
}

/* Media Queary Start */
@media(max-width:1399px){
    .banner_sec h1 {
    font-size: 40px;
    line-height: 46px;
}
h2 {
    font-size: 34px;
    line-height: 40px;
}
.form-head h2 {
    font-size: 18px;
    line-height: 24px;
}
.sec1-bx-top h5 {
    font-size: 18px;
    line-height: 24px;
}
.sec1-cnt p {
    font-size: 16px;
    line-height: 22px;
}
}
@media(max-width:1199px){
    .banner_sec h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .banner_sec h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0px !important;
}
p {
    font-size: 14px;
    line-height: 20px;
}
.banner_sec p {
    padding-right: 0;
}
.sec-2 h4 {
    font-size: 20px;
    line-height: 26px;
}
.sec-2 ul li {
    font-size: 14px;
    line-height: 20px;
}
.sec1-bx-top {
    padding: 10px 15px;
}
.sec1-bx-top h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .sec1-cnt p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media(max-width:991px){
    .padding-btm {
    padding-bottom: 0;
}
    .logo {
    width: 45%;
    margin: 0 auto;
}
.header-row {
    padding-bottom: 45px;
}
.banner_sec h1 {
        text-align: center;
    }
    .banner_sec h3 {
        text-align: center;
    }
    .banner_sec p {
        text-align: center;
    }
    .form_sec {
    float: unset;
    margin: 35px auto 0;
}
.sec-1 h2 br{
    display: none;
}
h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec-1 .col-md-3{
        width: 50%;
        margin-top: 25px;
    }
    .sec-1 p {
    margin-bottom: 0px !important;
}
.sec-2 .col-md-7, .sec-2 .col-md-5{
    width: 100%;
}
.sec-2 .col-md-5{
    text-align: center;
}
.sec-2 img{
    margin-top: 35px;
}
.cs-slider {
    padding: 0px 0px;
}
.sec-4 .cs-slider .slick-prev {
   width: 30px;
    height: 30px;
    top: unset;
    left: 44%;
    bottom: -65px;
}
.sec-4 .cs-slider .slick-prev:before {
    font-size: 12px;
}
.sec-4 .cs-slider .slick-next:before {
    font-size: 12px;
}
.sec-4 .cs-slider .slick-next {
    width: 30px;
    height: 30px;
    top: unset !important;
    bottom: -65px;
    right: 43%;
}
.sec-4 {
    padding: 45px 0px 90px;
}
}
@media(min-width:767px){
    .form-wrap .mktoFormRow:nth-child(-n+7) {
        clear: none;
        width: calc(50% - 10px);
        float: left;
    }
    .form-wrap .mktoFormRow:nth-of-type(2), .form-wrap .mktoFormRow:nth-of-type(4), .form-wrap .mktoFormRow:nth-of-type(6) {
        margin-left: 20px;
    }
}
@media(max-width:767px){
    .form_sec {
    padding: 20px 15px 25px;
}
    .sec-3 .roadmap-des {
    display: none !important;
}
.sec-3 .roadmap-mob {
    display: block;
    margin-top: 30px !important;
}
    .banner_sec h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .form-head h2 {
        text-align: center;
    }
    .form-head h2::after {
    margin: 0 auto !important;
    right:0;
}
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .sec-1 h4 {
    font-size: 20px;
    line-height: 26px;
}
.sec-1 {
    padding: 40px 0px 45px;
}
.sec-2 h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .sec-2 {
    padding: 40px 0px 45px;
}
.sec-3 {
    padding: 40px 0px;
}
.footer-inn {
    justify-content: center;
    gap: 12px;
}
.footer p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
}
@media(max-width:575px){
    .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton, .form-wrap .mktoButtonRow .mktoButtonWrap .mktoButton:active {
    font-size: 14px !important;
    max-width: 120px;
    height: 40px;
}
    .form-wrap .mktoFormRow:nth-last-of-type(3) .mktoLabel, .form-wrap .mktoFormRow:nth-last-of-type(2) .mktoLabel {
    padding: 0px 0px 0px 30px !important;
}
   .banner_sec h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .logo {
        width: 75%;
    }
    .banner_sec {
    padding: 30px 0px 45px;
}
    .sec-1 h4 {
        font-size: 16px;
        line-height: 22px;
    }
        h2 {
        font-size: 22px;
        line-height: 28px;
    }
.sec-4 .cs-slider .slick-prev {
        left: 40%;
    }
    .sec-4 .cs-slider .slick-next {
        right: 40%;
    }
    .cta {
    font-size: 14px;
}
}
@media(max-width:480px){
    .sec-1 .col-md-3 {
        width: 95%;
        margin: 25px auto 0;
    }
    .form-head h2 {
        font-size: 16px;
        line-height: 22px;
    }
        .sec-4 .cs-slider .slick-prev {
        left: 38%;
    }
    .sec-4 .cs-slider .slick-next {
        right: 38%;
    }
    .cs-slides {
    padding: 20px 15px;
    margin: 5px 5px 0px;
}
}




