
 :root {
      --footer-bg:      #20469c;   /* deep blue matching screenshot */
      --brand-blue:     #20469C;
      --icon-bg:        rgba(255,255,255,0.12);
      --icon-border:    rgba(255,255,255,0.25);
      --divider:        rgba(255,255,255,0.18);
      --font-main:      'Montserrat', sans-serif;
    }



@font-face {
  font-family: "Raleway-400";
  src:
    url("../fonts/Raleway-Regular.woff") format("woff"),
    url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General-Sans-500";
  src:
    url("../fonts/GeneralSans-Medium.woff") format("woff"),
    url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General-Sans-600";
  src:
    url("../fonts/GeneralSans-Semibold.woff") format("woff"),
    url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General-Sans-700";
  src:
    url("../fonts/GeneralSans-Bold.woff") format("woff"),
    url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway-500";
  src:
    url("../fonts/Raleway-Medium.woff") format("woff"),
    url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway-600";
  src:
    url("../fonts/Raleway-SemiBold.woff") format("woff"),
    url("../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway-700";
  src:
    url("../fonts/Raleway-Bold.woff") format("woff"),
    url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faktum-Test-400";
  src:
    url("../fonts/FaktumTest-Regular.woff") format("woff"),
    url("../fonts/FaktumTest-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faktum-Test-700";
  src:
    url("../fonts/FaktumTest-Bold.woff") format("woff"),
    url("../fonts/FaktumTest-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
}

body {
 font-family: "Space Grotesk", sans-serif;
  color: #153441;
  font-size: 16px;
  line-height: 1.2;
  background: #fff;
  max-width: 100%!important;
  border: 0px!important;
  box-shadow: 0px 0px 0px!important;
  margin: 0px!important;
}

.header-wrap .navbar {
  padding: 25px 0px !important;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: none;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.header-wrap .navbar.scrolled {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1),
              0 4px 6px rgba(0, 0, 0, 0.05);
}
.header-wrap .navbar li {
 margin: 0px 5px;
}
.header-wrap .navbar li a {
  font-size: 14px;
  color: #364153!important;
  font-weight: 400;
 font-family: "Montserrat", sans-serif;
  padding: 10px 20px!important;
}
.header-wrap .navbar li a.commonbtn {
  font-size: 16px;
  color: #fff!important;
  background: #20469c;
  border: 1px solid #20469c;
  text-decoration: none;
  border-radius: 0px;
  padding: 12px 24px!important;
  font-weight: 700;
  letter-spacing: 0.8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: all 0.4s ease-in;
  text-transform: uppercase;
}
.header-wrap .navbar li:last-child{
  margin-right: 0px;
}
.blogdetailsConSection img{
  width: 100%;
  margin: 10px 0px;
}
.header-wrap .navbar li a.commonbtn:hover {
    color: #20469c;
    background: #fff;
    border: 1px solid #20469c;
}

.header-wrap .navbar li a.commonbtn:hover svg path{
  color: #fff;
}
.header-wrap .navbar .logo {
  padding-left: 0px;
}

.header-wrap .navbar .logo img{
  width: 120px;
}
.footerwrap .logo img{
  width: 120px;
}
.commonbtn {
  font-size: 16px;
  color: #fff;
  background: #20469c;
  border: 1px solid #20469c;
  border-radius: 100px;
  padding: 10px 25px;
  font-family: General-Sans-600;
  font-size: 16px;
  transition: all 0.4s ease-in;
}

.commonbtn:hover {
  color: #20469c;
  background: #fff;
  border: 1px solid #20469c;
}

.custom-container {
  max-width: 1440px;
  margin: auto;
}

.commonbtn span {
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.commonbtn:hover svg path {
  stroke: #20469c;
}

.header-wrap .navbar a:hover{
  color:#20469c!important;
}

/*.header-wrap .navbar a.active-link {
  color: #20469c;
  border-radius: 28px;
  background-color: #eff6ff;
}*/

.quicklinks {
  display: none;
}

.innerpage-wrap {
  position: relative;
  margin-top: 75px;
  padding: 30px 0px;
}

.home-banner-wrap.media-banner-wrap {
  position: relative;
  padding: 0px 30px;
}

.home-banner-wrap.media-banner-wrap .exam-section .exam-container {
  background-image: url(../assets/img/media-press-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: calc(100vh - 85px);
  max-height: 700px;
  justify-content: flex-end;
  margin: auto;
  padding: 100px 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.home-banner-wrap .exam-section .exam-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0000008c;
  border-radius: 42px;
  background: linear-gradient(180deg, #0000, #000);
}

.home-banner-wrap .exam-section .exam-card {
  position: relative;
  z-index: 2;
  width: 580px;
  border-radius: 16px;
  background: #ffffff14;
  backdrop-filter: blur(12px);
  border: 1px solid #eaeaea;
  color: #fff;
  box-shadow: 0 4px 30px #0000000d;
}

.home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card {
  padding: 100px 30px;
  border-radius: 36px;
  border: 0px;
}

.home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card .analysis-card {
  box-shadow: 0 0;
  padding: 0;
  border-radius: 0;
}

.home-banner-wrap .exam-section .exam-card .analysis-card {
  background-color: transparent;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 6px 16px #0000000f;
  height: 100%;
}

.home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card .analysis-card h1 {
  font-size: 45px;
  line-height: 50px;
  font-family: Faktum-Test-700 !important;
}

.home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card .analysis-card p {
  font-size: 16px;
  line-height: 28px;
  font-family: "General-Sans-500";
}

.footerwrap {
  padding: 80px 0px;
  background: #20469c;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.footerwrap .tagline {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Raleway-400";
  max-width: 300px;
  margin-top: 20px;
}

.footerwrap h5 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-family: "Faktum-Test-700";
}


/*=========================================*/


  .site-footer {
      background: var(--footer-bg);
      padding: 60px 0 0;
      font-family: var(--font-main);
    }

    .footer-inner {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 24px;
    }
 
    @media (min-width: 992px) {
      .footer-inner { padding: 0 48px; }
    }
 
    /* ════════════════════════════════════════
       Logo
    ════════════════════════════════════════ */
    .footer-logo {
      width: 120px;
      height: auto;
      display: block;
      margin-bottom: 16px;
    }
 
    /* ════════════════════════════════════════
       Description text
    ════════════════════════════════════════ */
    .footer-desc {
      color: #fff;
      font-size: 14px;
      line-height: 1.7;
      margin: 0;
      max-width: 320px;
    }
 
    /* ════════════════════════════════════════
       Section headings  (Quick Links / Follow Us)
       text-lg text-white tracking-wider
    ════════════════════════════════════════ */
    .footer-heading {
      color: #fff;
      font-size: 23px;
      font-weight: 500;
      letter-spacing: 0.08em;
      margin-bottom: 20px;
    }
 
    /* ════════════════════════════════════════
       Quick Links
       space-y-2  block text-white text-sm
    ════════════════════════════════════════ */
    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }
 
    .footer-links li + li {
      margin-top: 10px;
    }
 
    .footer-links a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      transition: color 0.2s ease;
      display: inline-block;
      font-family: "Space Grotesk", sans-serif;
    }
 
    .footer-links a:hover {
      color: #93c5fd;   /* light blue on hover */
      text-decoration: none;
    }
 
    /* ════════════════════════════════════════
       Social Icons
       w-10 h-10  border border-[#fff]
       bg transparent  →  icon color white/blue
       Exactly matching screenshot:
       square icons with white border, icon in white
    ════════════════════════════════════════ */
    .social-icons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
 
    .social-icon-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: #fff;
      border: 1px solid #fff;
      transition: background 0.22s ease, border-color 0.22s ease;
      text-decoration: none;
      flex-shrink: 0;
    }
 
    .social-icon-link svg {
      width: 18px;
      height: 18px;
      stroke:  #20469c;
      fill: none;
      transition: stroke 0.22s ease;
    }
 
    .social-icon-link:hover {
      background: #20469c;
      border-color:#fff;
      text-decoration: none;
    }

     .social-icon-link:hover svg{
       stroke:  #fff;
      fill: none;
     }
 
    /* ════════════════════════════════════════
       Top section grid — mb-12
    ════════════════════════════════════════ */
    .footer-top {
      padding-bottom: 48px;
    }
 
    /* ════════════════════════════════════════
       Divider + Copyright bar
       border-t border-gray-700  pt-8  text-center
    ════════════════════════════════════════ */
    .footer-bottom {
      border-top: 1px solid var(--divider);
      padding: 24px 0;
      text-align: center;
    }
 
    .footer-bottom p {
      color: #fff;
      font-size: 14px;
      margin: 0;
          font-family: 'Space Grotesk', sans-serif;
    }
 
    /* ════════════════════════════════════════
       Responsive spacing
    ════════════════════════════════════════ */
    @media (max-width: 767px) {
      .footer-col + .footer-col {
        margin-top: 36px;
      }
    }

/*====================*/

.footerwrap ul li a,
.footerwrap ul li {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Raleway-400";
}

.footerwrap .botomsec-footer {
  border-top: 1px solid #ffffff;
  padding-top: 60px;
  margin-top: 60px;
}

.footerwrap .botomsec-footer p {
  font-size: 14px;
  color: #fff;
  font-family: "Raleway-400";
}

.footerwrap ul li a,
.footerwrap ul li,
.footerwrap .tagline {
  color: #fff;
}

.lInshight .headingbx-w {
  margin: 80px 0px;
}

.headingbx-w h2,
.awards-section h2 {
  font-size: 46px;
  line-height: 50px;
  color: #000000;
  font-family: "Faktum-Test-700";
}

.headingbx-w p,
.awards-section p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "General-Sans-500";
}

.blogcategory {
  margin-top: 50px;
}

.recommended-title{
  font-family: 'Faktum-Test-700';
   font-size: 24px;
  color: #111;
}

.award-red {
  background: linear-gradient(135deg, #a8003a, #7a0028);
}

.award-purple {
  background: linear-gradient(135deg, #8f5aa8, #6c4c9b);
}

.award-dark {
  background: #333;
}

.award-gold {
  background: #d8c89e;
  color: #333;
}

.award-card {
  padding: 24px;
  border-radius: 18px;
  color: white;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.award-card .year {
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "General-Sans-500";
}

.award-card h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Faktum-Test-700" !important;
}

.award-card p {
  font-size: 14px;
  opacity: 1;
  color: #fff;
  font-family: "General-Sans-500";
}

.relatedpostlisting .blog-itmes {
  padding: 0;
}

.latest-insight-items .latest-img-bx {
  max-width: 100%;
  position: relative;
}

.latest-insight-items .latest-img-bx .latest-img {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 265px;
}

.latest-insight-items .latest-img-bx .latest-img img {
  width: 100% !important;
  height: auto;
}

.latest-insight-items .latest-img-bx .latest-img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .20772058823529416) 39%, rgba(0, 0, 0, 0) 79%);
  top: 0;
}

.relatedpostlisting .latest-img-bx .Insights-content {
  position: static;
  bottom: auto;
  padding: 20px 0;
}

.blog-itmes .Insights-content h5,
.datebxv {
  color: #515151;
  font-size: 14px;
  line-height: 22px;
  font-family: "General-Sans-500";
}

.blog-itmes .Insights-content h3 a {
  font-size: 24px;
  line-height: 26px;
  min-height: 50px;
  color: #000000;
  text-decoration: none;
  font-family: "Faktum-Test-700" !important;
}

.bcxflex {
  gap: 20px;
  margin-top: 10px;
}

.bcxflex a {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-family: "General-Sans-500";
  background: #FEF9C2;
  padding: 8px 12px;
  border-radius: 24px;
  text-decoration: none;
}

.blog-itmes .Insights-content p {
  font-size: 16px;
  line-height: 24px;
  color: #515151;
  font-family: "General-Sans-500";
}

/* Custom Blog Layout */
/* .custom-blog-section {
  background-color: #f8f9fa;
} */

.blog-details {
  background: #fff;
  border-radius: 12px;
}

.post-main-title {
  font-size: 36px;
  line-height: 1.3;
  color: #111;
  font-family: 'Faktum-Test-700', sans-serif;
}

.datebxv {
  font-size: 14px;
  font-family: 'General-Sans-500', sans-serif;
  color: #6c757d;
}

.meta-separator {
  color: #ccc;
}

/* .custom-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f1f3f5;
  color: #495057;
  transition: all 0.3s ease;
}

.custom-social a:hover {
  background-color: #e9ecef;
  color: #212529;
} */

.custom-social img {
  width: 20px;
  height: 20px;
}
.blogdetailsConSection p{
  font-size: 16px;
  line-height: 26px;
  color: #515151;
    font-family: 'General-Sans-500', sans-serif;
}
.custom-social a{
  margin-right: 10px;
}
.blogdetban{
  margin-bottom: 40px;
}
.blogdetban img{
  width: 100%;
}

.recommended-title {
  font-size: 20px;
  font-family: 'Faktum-Test-700', sans-serif;
}

.recommended-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* border-radius: 12px; */
  overflow: hidden;
  border: 0px;
}

/* .recommended-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
} */

.recommended-card .rc-img{
  height: 250px;
    overflow: hidden;
    border-radius: 12px;
}

.card-body{
  padding-left: 0px;
  padding-right: 0px;
}

.card-body h4{
  font-size: 24px;
  line-height: 30px;
  color: #000000;
    font-family: 'Faktum-Test-700', sans-serif;
}

.card-body .rc-excerpt{
  font-size: 16px;
  line-height: 24px;
  color: #515151;
      font-family: 'General-Sans-500', sans-serif;
}

.rc-meta{
  gap: 10px;
}

.rc-img img {
  transition: transform 0.5s ease;
}

.recommended-card:hover .rc-img img {
  transform: scale(1.05);
}

.rc-header-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.rc-category {
  font-size: 11px!important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.rc-title a {
  transition: color 0.3s ease;
}

.rc-title a:hover {
  color: #20469c !important;
}

@media screen and (max-width: 1420px) {
  .award-card .year{
    font-size: 15px;
  }
  .rc-overlay-title {
    font-size: 17px!important;
  }
  .recommended-title,.card-body h4{
    font-size: 22px;
  }
  .blogdetailsConSection p{
    font-size: 15px;
    line-height: 24px;
  }
  .post-main-title{
    font-size: 33px;
  }
  .footerwrap h5{
    font-size: 22px;
  }
  .blog-itmes .Insights-content p{
    font-size: 15px;
  }
  .blog-itmes .Insights-content h3 a{
    font-size: 22px;

  }
  .headingbx-w p, .awards-section p{
    font-size: 15px;
  }
  .lInshight .headingbx-w {
    margin: 60px 0px;
}
  .home-banner-wrap .exam-section .exam-card {
    width: 540px;
  }

  .footerwrap {
    padding: 40px 0px;
  }

  .footerwrap h3 {
    font-size: 18px;
  }

  .footerwrap .botomsec-footer {
    margin-top: 25px;
    padding-top: 25px;
  }

  .footerwrap ul li a,
  .footerwrap ul li,
  .footerwrap .tagline {
    font-size: 14px;
  }

  .award-card h5 {
    font-size: 18px;
  }

  .headingbx-w h2,
  .awards-section h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card {
    padding: 60px 25px;
  }

  .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card .analysis-card h1 {
    font-size: 36px;
  }

  .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card .analysis-card p {
    font-size: 14px;
    line-height: 24px;
  }
}



@media (max-width:1380px){
   .footer-heading{
    font-size: 21px;
   }
      .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card .analysis-card h1 {
        font-size: 32px;
    }
  .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card{
    padding: 40px 20px;
  }
  .award-card .year{
    font-size: 14px;
  }
   .rc-overlay-title {
    font-size: 16px!important;
    line-height: 1.2!important;
  }
   .recommended-title,.card-body h4{
    font-size: 20px;
  }
  .post-main-title{
    font-size: 30px;
    line-height: 1.2;
  }
  .footerwrap .botomsec-footer {
        margin-top: 20px;
        padding-top: 20px;
    }
   .footerwrap h5{
    font-size: 20px;
  }
  .blog-itmes .Insights-content h3 a{
    font-size: 20px;
    line-height: 25px;
  }
      .headingbx-w h2, .awards-section h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .lInshight .headingbx-w {
    margin: 50px 0px;
}
}

/* Responsiveness */
@media (max-width: 991px) {
      .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card .analysis-card h1 {
        font-size: 28px;
    }
   .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card{
    padding: 30px 15px;
  }
    .rc-overlay-title {
    font-size: 15px!important;
    line-height: 1.1!important;
  }
  .recommended-title,.card-body h4{
    font-size: 18px;
  }
  .post-main-title{
    font-size: 26px;
    line-height: 1.2;
  }
  .footerwrap .botomsec-footer {
        margin-top: 15px;
        padding-top: 15px;
    }


  .custom-blog-layout .col-lg-8 {
    padding-right: 15px !important;
  }

  .custom-blog-layout .col-lg-4 {
    padding-left: 15px !important;
    margin-top: 40px !important;
  }

  .post-main-title {
    font-size: 28px;
  }

  .post-meta-toolbar {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .meta-rightbox {
    margin-top: 15px;
    width: 100%;
  }

  .custom-social {
    justify-content: flex-start;
  }
  .blogdetban{
    margin-bottom: 30px;
  }
  .blogdetailsConSection p{
    font-size: 15px;
  }
  .lInshight.custom-blog-section.pt-5{
    padding-top: 0px!important;
  }
      .headingbx-w h2, .awards-section h2 {
        font-size: 28px;
        line-height: 38px;
    }
     .awards-section.py-5{
      padding-bottom: 30px!important;
    }
        .award-card h5 {
        font-size: 16px;
    }
        .headingbx-w p, .awards-section p {
        font-size: 14px;
    }
}

@media (max-width:767px){
  .footerwrap .tagline{
    max-width: 100%;
  }
#mobileMenu{
  margin-top: 10px;
}
.navbar-light .navbar-toggler{
  border: 0px;
  color: #000;
}
.navbar-light .navbar-toggler-icon{

}
  .header-wrap .navbar .custom-container{
    flex-wrap: wrap;
  }
  .footerwrap {
        padding: 30px 0px!important;
    }
    .footerwrap .botomsec-footer p{
      font-size: 12px;
      margin-bottom: 15px!important;
    }
    .awards-section.py-5{
      padding-bottom: 0px!important;
    }
      .lInshight .headingbx-w {
        margin: 30px 0px;
    }
      .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card .analysis-card h1 {
        font-size: 24px;
    }
    .home-banner-wrap.media-banner-wrap .exam-section .exam-container .exam-card{
    padding: 15px 15px;
  }
  .home-banner-wrap.media-banner-wrap .exam-section .exam-container{
    padding: 20px;
    height: 100%;
  }
      .post-main-title {
        font-size: 24px;
    }
        .blogdetailsConSection p {
        font-size: 14px;
    }
.rc-category{
  font-size: 10px!important;
}
    .recommended-title,.card-body h4{
    font-size: 17px;
  }
  .post-main-title{
    font-size: 24px;
    line-height: 1.1;
  }
  .footerwrap .botomsec-footer {
        margin-top: 15px;
        padding-top: 15px;
    }
        .headingbx-w h2, .awards-section h2 {
        font-size: 26px;
        line-height:36px;
    }
        .blog-itmes .Insights-content h3 a {
        font-size: 16px;
        line-height: 22px;
    }
    .blog-itmes .Insights-content p {
        font-size: 14px;
    }
    .award-card .year{
      font-size: 13px;
    }
    .header-wrap .navbar .logo img ,.footerwrap .logo img{
    width: 110px;
}
 .header-wrap .navbar {
  padding: 10px 0px!important;
 }

}
