/*!
Theme Name: onemainfinadev
Theme URI:
Author: Everfi
Author URI:
Description:
Version: 3.0.4
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: onemainfinadev
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

@font-face {
    font-family: Merchant-Light;
    src: url(assets/fonts/Merchant-Light.otf);

  }
  @font-face {
    font-family: Merchant-Italic;
    src: url(assets/fonts/Merchant-Italic.otf);
  }
  @font-face {
    font-family: Merchant-Regular;
    src: url(assets/fonts/Merchant-Regular.otf);
  }
  @font-face {
    font-family: Merchant-Medium;
    src: url(assets/fonts/Merchant-Medium.otf);
  }
  @font-face {
    font-family: Merchant-Bold;
    src: url(assets/fonts/Merchant-Bold.otf);
  }
  @font-face {
    font-family: Merchant-MediumItalic;
    src: url(assets/fonts/Merchant-MediumItalic.otf);
  }
  h1, h2, h3, h4, h5, p{
  font-family: 'Merchant-Light', sans-serif;
  }
  .alignnone {
    margin: 5px 20px 20px 0;
  }

  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }

  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }

  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }

  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }

  a img.alignnone {
    margin: 5px 20px 20px 0;
  }

  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }

  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  /* Homepage css */
  #fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }

  #light {
    display: none;
     position: absolute;
      top: 41%;
      left: 35%;
      min-width: 1004px;
      min-height: 500px;
      margin-left: -300px;
      margin-top: -180px;
      border: 2px solid #000;
      background: #000;
      border-radius: 10px;
      padding: 5px;
      z-index: 1002;
      overflow: visible;
  }

  #boxclose {
      float: right;
      cursor: pointer;
      color: #173dbf;
      background: rgb(0 0 0 / 0%);
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    border: wheat;
	  
	  
  }

  .boxclose:before {
    content: "x";
  display:inline-block;
  }

  #fade:hover ~ #boxclose {
    display:none;
  }
      .videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .videoPoster {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
   background-image:url(https://onemainfinadev.wpengine.com/wp-content/themes/onemainfinadev/img/header-bg.jpg);
    background-size: 100%;
    border: none
     text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .videoPoster:hover {
    cursor: pointer;
  }
  .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background:  #F6C744EB;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  .videoPoster:after {
      content: '';
      position: absolute;
      top: 51%;
      left: 50.5%;
      width: 0;
      height: 0;
      margin: -20px 0 0 -10px;
      border-left: 22px solid #fff;
      border-top: 15px solid transparent;
      border-bottom: 16px solid transparent;
      -webkit-transition: border-color 300ms;
      -moz-transition: border-color 300ms;
      transition: border-color 300ms;
  }
  .videoPoster:hover:before,  .videoPoster:focus:before {
      border-color: #fff;
  }
  .videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #fff;
  }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
  }
      .bi-play{
      background: rgba(240,240,240,.5);
      padding: 4px 5px;
      border-radius: 50%;
      font-size: 12px;

  }
  /* Homepage end */
  .wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }

  .gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
  }

  .gallery-item a,
  .gallery-item a:hover,
  .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
  }

  .gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .gallery-item a:hover img,
  .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
  }

  .gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }

  .gallery-columns-6 .gallery-caption,
  .gallery-columns-7 .gallery-caption,
  .gallery-columns-8 .gallery-caption,
  .gallery-columns-9 .gallery-caption {
    display: none;
  }

  .bypostauthor {
    font-weight: bold;
  }

  /* Text meant only for screen readers. */
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
  }

  /* css */
  /**/
  /*core style*/
  @media only screen and (max-width: 767px) {
  #hero { height: 70px !important; }
    .margin-top-100 {margin-top: -100px;}
  .align-items-end .margin-top-100 {margin-top: 0px;}
    .why-us {padding-top:15px !important; }
    .about .video-box {margin: 0px !Important;}
    img.team {    position: relative !Important;
      left: 0px !Important;
      top: 0px !Important;
      right: 0px !Important;
      width: 100% !Important;
      height: auto !Important;}

    .couses-cover {
      padding: 15px !important;
  }
    .couese-section {    flex: auto !important;}
    .highlight {
      position: inherit !important;
      top: 0px !important;
      left: 0px !important;
      width: 100%;
  }
    .cours-img {
      border: 5px #0066cb solid;
      margin: 30px 0px;
      margin-bottom: 100px;
  }
    .active-student {
      max-width: 220px !important;
      max-height: 130px !important;
      right: 0px !important;
      top: -150px !important;
      padding: 12px !important;
  }
    .couese-section .col {flex: auto !important;}
    .right-test-section {
      position: inherit !important;
      left: 0px !important;
      top: 15px !important;
      right: 0 !important;
  }

.social.d-flex {
    z-index: 9999;
  }
.social .fix-logo-m {
    padding: 10px;
  }

.in-menu-social-link-box a button {
    background: #fff;
    color: #3257d1;
    font-size: 16px;
    font-weight: 600;
}


  .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 0px !important;
      right: 0px !important;
      bottom: 0px !important;
      left: 0px !important;
      border-radius: 0 !important;
      background-color: #3257d1 !important;
      overflow-y: auto;
      transition: 0.3s;
      padding-top: 50% !important;
  }
    .navbar-mobile li {text-align: center;}
    .navbar-mobile a {
      color: #fff !important;
      text-align: center;
      display: block !important;
      font-size: 25px !important;
      font-weight: 500 !important;
  }
    .navbar-mobile .bi-star-fill.text-star {
      display:none !important;
    }
    .in-mobile-menu-logo { display:block !important; margin: 40px; }
    .in-mobile-menu-logo img {
      width:80%;
      height:auto;
      border-top-right-radius:40px;
      border-bottom-left-radius:40px;
    }

  .navbar-mobile .in-menu-social-link-box {
      z-index: 99;
      background: #3257d1;
      width: 100%;
      position: absolute;
      bottom: 0px;
      padding: 10px;
    display:block !important;
  }
    .logo-rest { display:none; }
    .home-page-logo {
      width: 100% !important;
      margin: 0px auto;
  }

  .theme-radius.cours-bg.p-5.text-white.text-center {
      max-height: inherit !important;
      height: auto !important;
  }
    h3.text-cours {
      font-size: 20px !important;
      line-height: 32px !important;
    }

    .story-back {    max-height: inherit !important;}
    .story-back .col {
      flex: inherit !important;
  }

    h2.cont-head {
      font-size: 30px !important;
      line-height: 36px !important;
      font-weight: 700 !important;
      font-style: normal !important;
      color: #0066CC;
  }
    .contact-form.px-5 {
      padding: 10px !important;
    }

    .bg-white.p-5 {
      padding: 30px !important;
  }

    .contact-section {
          padding: 40px 20px !important;
    }
    .our-courses .container.px-5 {
      padding: 0px !important;
    }
    .the-finance .theme-radius {
      width: 100% !important;
    }
    .ribbon {
      background-repeat: no-repeat;
      background-size: cover;
      padding: 20px 5px;
      width: 100%;
      margin: 0px !important;
      background-position: center;
  }

    .ribb-text {
      font-size: 16px;
      color: #0D215F;
      position: relative;
      top: 22px !important;
      font-weight: 600;
  }

    .form-scholarship .gsection_title {
    font-size: 30px;
      line-height: 36px;
    color: #0d215f;
    }

  .form-head h3 {
      font-size: 40px !important;
      line-height: 42px !important;
      color: #fff;
  }

  .essay-heading {
    font-size: 18px !important;
      line-height: 24px !important;
    }
    .align-items-end.the-finance {
          top: 35px !important;
    }

  .program-impact h3.text {
      font-size: 36px !important;
    line-height: 42px !important;}

  .program-imp {
      font-size: 40px !important;
    line-height: 44px !important;
    }
    .impact-text{
      font-size:15px;
      line-height:23px;
    }

  .finance-program .col { flex: auto !important; }


    .p-num {
      position: inherit !important;
      width:100% !important;
    }
    .main-num {
      width:100% !important;
      margin-bottom: 30px !important;
    }
    .h-f {
      font-size: 50px !important;
    }
    .h-num {
      font-size: 36px !important;
    }

    .budget .col {
      flex: auto;
    }
    .budget {
      padding:10px !important;
    }
  .col-md-4.img-budgt {
      width: 100% !important;
      margin: 10px 0px !important;
      padding: 0 !important;
  }
    .carousel-caption p {
      color: #1B4795;
      text-align: center;
      font-size: 18px !important;
      font-weight: 200 !important;
      line-height: 29px !important;
      padding: 50px 20px !important;
      background: #ffffff;
      border-radius: 0px 60px;
  }
    .column-icon {
      top: 70px !important;
    }

    .main-fin {
      font-size: 36px !important;
    line-height: 46px !important;
    }
    .fin-c {
      width: 90% !important;
    }
    #header {
          padding: 5px 5px !important;
    }
    .scroll-header {
      margin: 0px !important;
    }
    .social-icons {
          padding: 7px 10px !important;
    }

  }


  .about .icon-boxes h4, h4.text-section {
      font-size: 17px;
      color: #c7c7c7 !important;
      margin-bottom: 15px;
    text-transform:uppercase;
    font-family: 'Merchant-Light', sans-serif;
    font-weight:600;
  }

  .about h3 {
      text-transform: capitalize !important;
      font-size: 34px !important;
  }
  .more-btn-2 {
      background: #00a862;
      color: #fff;
      padding: 16px 40px;
      border-radius: 30px;
      text-transform: uppercase;
      font-size: 13px;
  }
  h3.text-section {font-weight: 600;}

  .scroll-header .fix-logo-m { display:none; }
  .scroll-logo-m { display:none; }
  .scroll-header .scroll-logo-m { display:block; }
  .scroll-header {
      margin: 30px;
      /*border: 15px #d1e7f8 solid;*/
      box-shadow:0px 1px 5px 2px rgba(0,0,0,.23);
      border-top: 0px;
      max-height: 276px;
     /* border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;*/
    margin-top:0px;
    background-color:#fff!important;
    border-radius: 8px;
  }
  .logo-rest {

      position: relative;

  }

  /**/
  .header-bg{
      background-image: url('img/header-bg.jpg');
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom;
  }
  li, a, button {
    font-family: 'Merchant-Light', sans-serif;

    font-size: 16px;
    color: #ecf0f1;
    text-decoration: none;
  }
  .page-template-familes .header, .page-template-scholarship .header, .page-id-14 .header{
  background: #3257D1!important;
  }
  .page-template-familes .scroll-header, .page-template-scholarship .scroll-header, .page-id-14 .scroll-header{
  background: #ffffff!important;
  }

  header {
    justify-content: space-between;
	 background:rgba(250,250,250,0)!important;
    padding: 10px 3%;
  }
  .logo {
    cursor: pointer;
  }
  .nav_links {
    list-style: none;
  }

  .nav_links li {
    display: inline-block;

    padding: 0px 20px;
  }
  .nav_links li a {

  transition: all 0.3 ease 0s;
  }

  .nav_links li a:hover {
  color: #fff;
  }
  h2.main-heading {
  font-size: 84px;
  font-weight: 300;
  line-height: 90px;
  }
  /* BUTTON */

element.style {
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-warn-bg {
    background: #F6C744!important;
    padding: 13px 26px!important;
    border-radius: 8px !important;
    font-weight: 600!important;
}
.bg-primary, .bg-primary-btn{
 background:#2659d9!important;
}
  button {
    padding: 9px 25px;
    border: none;
    border-radius: 8px!important;
	  font-size:16px!important;
	  line-height:24px!important;
	  font-weight:400 !important;
	  background:#2659d9;
	  font-family:'Merchant-Light', sans-serif !important;
  }

  button:hover {
    background-color:  #103187!important;
  }
.button1:hover{
	color:#000000!important;
	background-color:  #f2f2f2!important;
}
  /* section 2 */
  .creditworthy2{
    background: #E3EBF4;
    padding:30px;
  }
  .about-img img{
    width:100%;
    height:auto;
    border-radius:15px;
  }
  .about-description{
    display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding-left: 119px;
      padding-right: 50px;

  }
  .about-description h3{
  font-size: 34px;
  font-weight: 300;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #1F1F20;
  padding-bottom: 30px;
  }

  .about-description p{
     font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
  color: #1F1F20;
    }

  /* section 2 end */

  /* section 3 */
  .creditworthy3{
    background-color:#3257D1;

  }
  .credit-tagline{
    text-align: center;
    padding: 100px 0 100px;
  }
  .credit-tagline h3{
    color:#fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: -0.02em;
  text-align: center;

  }
  .header-student .credit-tagline h3 {
      color: #fff;
      font-size: 36px;
      font-weight: 300;
      line-height: 43.2px;
      text-align: center;
  }
  /* section 3 end */

  /* section 4 */
  .creditworthy4{
    background: #fff;
    padding:30px;
  }
  .action-img img{
    width:80%;

    height:auto;
    border-radius:15px;
    margin: auto;
  }
  .action-description{
     display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
  }
  .action-description h3{
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #1F1F20;
  padding-bottom: 30px;
  }
  .action-description p{
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
  color: #1F1F20;

    }
  /* section 4 end */
  /* section 5 */
  .blog-head{
    color: #3257D1;
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  margin-top:30px;
  margin-bottom: 15px;
  }
  .card-blog img{
    width:100%;
    border-radius: 12px 12px 0 0;
  }
  .card-blog-description{
    padding:30px;
    background-color:#E3EBF4;
    min-height:450px;
    border-radius: 0px 0px 12px 12px;
  }
  .card-blog-description h4{
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
  letter-spacing: 0em;
  /* text-align: left; */

  }
  .card-blog-description p{
    /* padding:30px; */
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  min-height:100px;


  }
  /* section 5 end */

  /*new*/

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation
  */
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .scroll-header .navbar a{
  color: #1B4795;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 10px 0 10px 30px;*/
    font-size: 16px;
  font-weight:500;
    font-family: "Merchant-Light", sans-serif;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #0a58ca;
  }
 .page-template-familes .navbar a:hover, .page-template-scholarship .navbar a:hover, .page-id-14 .navbar a:hover{
  color:#fff!important;
  }
 .scroll-header .page-template-familes .navbar a:hover, .scroll-header .page-template-scholarship .navbar a:hover, .scroll-header .page-id-14 .navbar a:hover{
  color:#0a58ca!important;
  }
  .page-template-familes .navbar .fam-active, .page-template-scholarship .navbar .sec-active, .page-id-14 .navbar .stu-active{
  border-bottom: 2px solid #fff!important;
      padding: 5px;
      margin: 10px 15px;
  }
  .page-template-familes .cta button, .page-template-scholarship .cta button, .page-id-14 .cta button{
  background: #fff!important;color: #2659D9!important;
  }

  .page-template-familes .scroll-header .cta button, .page-template-scholarship .scroll-header .cta button, .page-id-14 .scroll-header.cta button{
  background: #3257D1!important;color: #fff!important;
  }
 .page-template-familes .cta1 button, .page-template-scholarship .cta1 button, .page-id-14 .cta1 button{
  background: #fff!important;color: #2659D9!important;
  }

  .page-template-familes .scroll-header .cta1 button, .page-template-scholarship .scroll-header .cta1 button, .page-id-14 .scroll-header.cta1 button{
  background: #3257D1!important;color: #fff!important;
  }
  .page-template-familes .dropdown-toggle, .page-template-scholarship .dropdown-toggle, .page-id-14 .dropdown-toggle{
  background: #3257D1!important;color: #fff!important;
  border: 2px solid #fff;
  }
  .page-template-familes .scroll-header .dropdown-toggle, .page-template-scholarship .scroll-header .dropdown-toggle, .page-id-14 .scroll-header .dropdown-toggle{
  background: #fff!important;color: #3257D1!important;
  border: 2px solid #3257D1;
  }
  .page-template-familes .scroll-header .navbar .fam-active, .page-template-scholarship .scroll-header .navbar .sec-active, .page-id-14 .scroll-header .navbar .stu-active{
      border-bottom: 2px solid #3257D1!important;
  }
  .navbar .getstarted, .navbar .getstarted:focus {
    background: #ff5821;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }
  .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #ff6b3b;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #0a58ca;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  ul.dropdown-menu.show{
      margin: 10px auto!important;
      min-width: 217px;!important}
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
    .col-md-8.numb-budget.theme-radius.text-center.py-5 {
      position: relative;
      width: auto;
  }
  }
  @media (min-width: 1266px) {
    .logo-rest img {

      margin-left: 175px;
    }
  }
  /**
  * Mobile Navigation
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    background: #2659ff;
    padding: 5px;
    border-radius: 5px;
}
.mobile-nav-toggle.bi-x {
    color: #3257d1;
    z-index: 999;
    background: #fff;
}

  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
	position:relative;
/* 	right:-85px;	 */
    }

    .navbar ul {
      display: none;
    }
	.card-blog-description {
    min-height: 245px;

}
  }
  .navbar-mobile {
    position: fixed !important;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(43, 37, 35, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #3257d1 !important;
    border-radius: 5px;
    padding: 3px;
}
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #3257d1;
    overflow-y: auto;
    transition: 0.3s;
  }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 5px;
    font-size: 15px;
    color: #473d3a;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #ff5821;
  }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  .navbar-mobile .dropdown ul {
    position: absolute;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	  height:86px;
	  top:-100px!important;
	  min-width:227px;

  }
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #ff5821;
  }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 60vh;
    background: url("../img/hero-bg.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 0;
    margin-bottom: -120px;
  }
  #hero:before {
    content: "";
    background: #e7eff8e0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #hero .container {
    z-index: 2;
  }
  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  #hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
  }
  #hero .get-started-icon {
    font-size: 24px;
    background: #ff5821;
    padding: 14px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 5;
    box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
  }
  #hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin-left: -10px;
    padding: 8px 26px 8px 26px;
    color: #fff;
    background: #584b48;
    border-radius: 0 50px 50px 0;
    position: relative;
    z-index: 4;
  }
  #hero .btn-get-started:hover {
    background: #ff5821;
  }
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
    .cours-img-c {
      border: 4px solid green;
      border-radius: 6px 6px 0px 0px;
      max-width: 550px;
      margin: auto;
      z-index: 9;
  }
    .padding-text{
    padding-right:50px;
  }
  }
  @media (max-width: 1024px), (max-height: 768px) {
    #hero {
      margin-bottom: 0px;
      height: 50vh;
    }
  }
  @media (max-width: 768px) {
    #hero {
      height: 80vh;
    }
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
	  .page-template-familes .scroll-header .dropdown-toggle, .page-template-scholarship .scroll-header .dropdown-toggle, .page-id-14 .scroll-header .dropdown-toggle{
		  background:none!important;
	  }

  }
  @media (max-height: 640px) {
    #hero {
      height: 70vh;
    }
  }
  /* footer legal text */
  .legal-text, a.legal-text{
      text-align:center; color:#1F1F2080; font-size:14px; font-family:Merchant-Light,sans-serif;
  }
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section {
  /*   padding: 60px 0; */
    overflow: hidden;
  }

  .section-bg {
    background-color: #fff9f7;
  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-title h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: 'Merchant-Light', sans-serif;
    color: #635551;
  }
  .section-title p {
    margin-bottom: 0;
  }
  /*.hero-content{width: 100%;}*/
  .hero-section{width: 100%;bottom: 30px; left: 50px;}
  .bi-arrow-down-circle-fill{font-size: 3rem;}
  .bi-arrow-down-circle{font-size: 3rem;}
  .dodwn {

      position: relative;
      right: 20px;
      text-align: right;
      margin-right: 75px;
      bottom:130px;
	  z-index:999;
	  max-width:2400px;
  }
  header.scroll-header{margin-top:40px;}

  .box-fami{
  	margin-top:40px!important;
      margin-bottom:60px!important;
  }
  /*scholarship*/

  .practical-program {
  padding: 40px 3% 0;
  max-width:2400px;
  margin:auto;
  }
  .education-credit{
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -0.02em;
/*       padding:90px 0px; */

  }
  .education-credit-ctc{
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -0.02em;
      padding:0px;

  }
  h2.per-text{
  font-size: 96px;
      line-height: 96px;
      font-weight: 300;
      color: #3257d1;
  }

  .box-container .box{
      background: #E3EBF4;
      min-height: 320px;
      border-radius: 20px;
      padding: 50px;
      width:95%;
  }

  .box-container .box-item{
  bottom: 30px;
  }
  p.decrip{
      font-size: 25px;
      line-height: 35px;
      font-weight: 300;
  }

  .topis-program{
    padding: 50px 3%;
  background: #F6C744;

  }
.family-credit, .credit-about, .blog-card, .hero-content{
    max-width: 2400px;
    margin: auto;
}

.form-container, .topis-program .heading-credit, .topis-program .topics{
	max-width:2400px;
	  margin:auto;
}
  .topic-box{
  min-height: 350px;
  background: #F9D87C;
  border-radius: 20px;
  }

  .topics-box-item{top: 10%;padding: 30px;}
  .bi-check-lg{
  background: #ffffff73;
      padding: 11px 16px;
      font-size: 2rem;
      border-radius: 50%;
  }
  p.topics-text{
  font-size: 34px;
  font-weight: 300;
  line-height: 40.8px;
  color: #1f1f20;
  margin-top: 80px;
  }
  .footer-right-icon{
      text-align:right;
  }
  .align-items-center{align-items: center;}
  .footer-right-icon .bi{
  color: #3257D1;
      background-color: #E3EBF4;
      padding: 10px 10px;
      border-radius: 50%;
      margin:auto 6px;

  }
  .form-section{
      background:#3257D1;
      padding:38px 0%;
      padding-bottom:170px;
  }
  .financial-edu{
      margin:60px 0;
	  margin-top:95px;
  }
  .tab-content{
      margin-top:80px;
      padding:0px 3%;
	  max-width:2400px;
	  margin:auto;
  }

  .form-container .nav{
      border-bottom:1px solid rgba(255, 255, 255, 0.2);
      width: 100%;
      display: flex;
      align-items: center;
      justify-items: center;
      justify-content: center;
      color:#fff;
  }
  .form-container .nav .nav-link.active{border-bottom:2px solid #F6C744; border-radius:0px !important;}
  .choose-text{font-size:18px; line-height:18px; color: rgba(255, 255, 255, 0.5); margin-left:1rem;}
  /* family page */
  <style>
  #fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }

  #light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
  }

  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }

  .boxclose:before {
    content: "×";
  }

  #fade:hover ~ #boxclose {
    display:none;
  }
      .videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .videoPoster {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
   background-image:url(https://onemainfinadev.wpengine.com/wp-content/themes/onemainfinadev/img/header-bg.jpg);
    background-size: 100%;
    border: none
     text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .videoPoster:hover {
    cursor: pointer;
  }
  .videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background:  #F6C744EB;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  .videoPoster:after {
      content: '';
      position: absolute;
      top: 51%;
      left: 50.5%;
      width: 0;
      height: 0;
      margin: -20px 0 0 -10px;
      border-left: 22px solid #fff;
      border-top: 15px solid transparent;
      border-bottom: 16px solid transparent;
      -webkit-transition: border-color 300ms;
      -moz-transition: border-color 300ms;
      transition: border-color 300ms;
  }
  .videoPoster:hover:before,  .videoPoster:focus:before {
      border-color: #fff;
  }
  .videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: #fff;
  }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
  }
      .bi-play{
      background: rgba(240,240,240,.5);
      padding: 4px 5px;
      border-radius: 50%;
      font-size: 12px;

  }
  .families-btn{
      text-align:left;
	  width:90%;
  }
  .families-btn p{
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 140%;
      color: #ffffff;
  /* 	font-size:25px;
      line-height:35px;
      padding:45px 0px;
      color:#FFFFFF;
      font-weight:300; */
  }
  .student-hero img{
      width:100%;
  }
  .family-credit h4{
  font-weight:300;
  font-size:36px;
  color:#3257D1;

  }
  .credits{
      padding:50px;
      background-color:#E3EBF4;
      border-radius:12px;
	  height:100%;
  }
  .credits p{
      min-height:152px;
      font-weight:300;
       font-size:34px;
      line-height:39.6px;
      color:#1F1F20;
  }
  .img-description p{
  min-height:152px;
      font-weight:300;
       font-size:31px;
      line-height:39.6px;
      color:#1F1F20;
  }
  .img-description{
      padding:0 25px;
  }
  .education-credit-student{
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 120%;
      padding: 60px 0 45px;
  /* or 50px */


  color: #1F1F20;

  }
  /* .header-student{min-height: 500px;top: -100px;margin-bottom: -100px;} */
  /* family end */

  /* form */
  .gform_wrapper .gfield_required {
    color: #ffffff !important;
  }
  .gform_wrapper.gravity-theme .gfield_label {
      font-family: merchant-regular;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 8px;
      display: inline-block;
      padding: 0;
      color: #ffffff;
  }

  .gform_wrapper.gravity-theme .gfield textarea, #gform_wrapper_1 textarea{
      color:white!important;
      max-height: 135px;
  }
  .gform_wrapper.gravity-theme input[type=text]::placeholder, .gform_wrapper.gravity-theme textarea::placeholder, .gform_wrapper.gravity-theme input[type=email]::placeholder, .gform_wrapper.gravity-theme input[type=tel]::placeholder
  { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7E9DFF;
    opacity: 1; /* Firefox */

  }
  .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme .gfield select.large{
      font-size: 18px!important;
      padding: 8px;
      margin-bottom: 0;
      margin-top: 0;
      background: #2A50CB !important;
      border: 1px solid rgba(240,240,240,.3);
      border-radius: 8px;
      outline:none;
      color:#fff;
  }
  .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme textarea:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus{
      box-shadow:0px 0px 6px 2px rgba(240,240,240,.8);

  }
  #field_1_4 .gfield_label{visibility:hidden;}
  .gform_wrapper.gravity-theme .gform_footer input{
      padding: 10px 45px;
      border-radius: 8px;
      border:none !important;
      outline:none;
      color:#2659D9;
	  background:#fff;
    font-family: Merchant-Light;
  }
.gform_wrapper.gravity-theme .gform_footer input:hover{
	color:#000000!important;
}

  .gform_wrapper.gravity-theme .gfield_label{
    font-size:13px!important;
    font-family: merchant-regular;
  }
  .gravitizer-switch-wrapper label{font-size:18px;}
  /* Scholarship css */
  .scholarship-description{
  padding:30px 80px!important;
  }
  .scholarship-description h3{
  font-size:36px!important;
  font-weight:300px;
  text-align:left;
  margin:25px 0;
  line-height:43.2px!important;
  }
  .scholarship-description img{
      margin-top:80px!important;
      width:129.56px!important;
      height:147.48px!important;
  }
  .action-description{
      padding:60px 106px;
  }
  .action-description p{
  color:#3257D1;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  }

  .action-description h3{
  color:#000000;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  }


  .circle {
    width: 55px;
    height: 55px;
    line-height: 57px;
    border-radius: 50%; /* the magic */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  /*   text-align: center; */
    color: white;
    font-size: 42px;
  /*   text-transform: uppercase; */
    font-weight: 700;
  /*   margin: 0 auto 40px; */
  }

  .blue {
    background-color: #2659D9;
      text-align:center;
  }
  .circle.blue{top:40px;font-weight:300;font-family: 'Merchant-Light', sans-serif;}
  .decrip.position-absolute{bottom:20px;width: 80%;}

  /* Scholarship */

  .credits .play-btn{
      top:40%;
      left:40%;
  }
    	@media screen and (max-width: 1200px) and (min-width: 748px) {
			.scholarship-box .dodwn {

    bottom: 49px!important;
    z-index: 999;
}
			.col-md-3{
			width:40%!important;
			}
			.col-md-9{
				width:60%!important;
			}
			p.topics-text {
    font-size: 23px;
    line-height: 28px;
}
	.box-container .box {
    background: #E3EBF4;
    min-height: 375px;
    border-radius: 20px;
    padding: 22px;
    width: 100%;
}
			.decrip.position-absolute {
    bottom: 0px;
    width: 87%;
}
			.footer-right-icon .bi {

    margin: auto 5px;
}
			.card-blog-description {
    min-height: 450px;
}
			.about-description {
				padding-left:5px;
				padding-right:5px;
			}
.card-blog-description h4 {
    font-size: 22px;
    font-weight: 300;
	line-height: 27px;
}
.card-blog-description p {

    font-size: 14px;
    font-weight: 300;
	line-height: 23px;
	}
	.credits .play-btn {
    top: 30%;
    left: 35%;
}
		img.play-img-icon {
    max-width: 45px;
}
			.img-description {
    padding: 0 0px;
}
	.img-description p {
	font-size:20px!important;
    min-height: 200px!important;
	}
}
  #label_3_8_1, #label_3_8_2, #label_3_8_3{
      font-size: 18px;
      font-weight: 300;
      color: #fff;
  }
  p.consent{
      font-size: 14px;
      font-weight: 300;
      color: #fff;
  }
  #gform_wrapper_1{
	  padding-top:20px!important;
      background:transparent!important;
  }
  .gravitizer-switch-wrapper label{
      color:#fff;
      position: relative;
      top: -24px;
      left:20px;
      font-size:18px!important;
      display: contents!important;
  }
  .gravitizer-switch-wrapper {
      display: flex;
      padding: 10px;
  }
  .mdc-switch.mdc-switch-8{
      margin: 10px 20px;
  }

  h3.family-heading{
      text-align:left; padding:45px; font-size:70px; line-height:70px; font-weight:300;
  }
	.education-credit{
		font-size:65px;
	}
  @media only screen and (min-width: 767px) {
      .hero-heads{
      width:70%;
      margin-top:40px;
  }
      .families-btn button{margin-right:320px;min-width:150px;}
      .header-student .credit-tagline h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 100%;
  /* or 70px */

  /* display: flex;
  align-items: flex-end; */
  letter-spacing: -0.02em;
  text-align:left;
  color: #FFFFFF;
  }
  }
  /* Media Quires from family */
 @media only screen and (max-width: 968px) {
	 .scholarship-description img{
		 margin-top:20px!important;
	 }
	 .education-credit {
    font-size: 45px;
}
	.scholarship-description .text-left{
		 text-align:center;
	 }
    .action-description{
      padding:0px 15px;
	 }
	 .scholarship-description {
    padding: 5px 15px!important;
}
	 .choose-text {
       top: -35px;
}
	 .tab-content{
		 margin:50px auto;
	 }
	 .creditworthy{
		 padding-bottom:50px;
	 }
}
  @media only screen and (max-width: 768px) {
	  .action-description{
		  padding:0px;!important;
	  }
      .img-description p{
          font-size:19px;
          line-height: 23.6px;
             color: #1F1F20;
          min-height:auto;
      }
      .img-description button{
          width:100%;
      }

      h3.family-heading{
          font-size:32px;
          line-height:38.4px;
          padding: 0px;
          padding-top:50px;
          text-align:left!important;
      }
      .families-btn p{
      font-size: 20px;
      line-height: 28px;
  }
      .header-student .credit-tagline h3 {
      color: #fff;
      font-size: 26px;
      font-weight: 300;
      line-height: 31.2px;
	  }
	  .dodwn {
    margin-right: 25px;
    bottom: 55px;
	z-index: 999;
	max-width: 100px;
    float: right;
}
	  .sm-p0{
		  padding:0px!important;
	  }
	   .sm-p2{
		  padding:2px!important;
	  }

  }


  button{min-height:50px;}

  .navbar-mobile ul li a {
    color: #fff !important;
    text-align: center;
    display: block !important;
    font-size: 36px !important;
    font-weight: 500 !important;
}


  /*mobile crouser naushad*/
.carousel-control-next, .carousel-control-prev {
    position: absolute;
     top: auto !important;
    bottom: -83px!important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px!important;
    height: 50px!important;
    padding: 0px;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    background: #2659D9!important;
    border-radius: 50% !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px!important;
    height: 20px!important;
}
/*student arrow down icon  */
.bi-arrow-down-circle-fill::before {
    content: "\f118";
    background: #fff;
    border-radius: 75px;
}
.scholarship-hero-item{
/* 	height:100%; */
	align-items: center;
}
	 .bi-list::before {
    margin: 5px!important;
}

.scholarship-box .dodwn {
    /* width: 100%; */
    position: relative;
    right: 20px;
    text-align: right;
    margin-right: 75px;
    bottom: 130px;
    z-index: 999;
}
.dropdown-lang-mobile {display:none;}
.carousel-control-prev-icon {
    background-image: url(https://onemainfinadev.wpengine.com/wp-content/uploads/2022/07/pvector.png)!important;
}
.carousel-control-next-icon {background-image: url(https://onemainfinadev.wpengine.com/wp-content/uploads/2022/07/Vector.png)!important; }

.footer-right-icon a{text-decoration:none;}

select#gtranslate_selector {
    padding: 8px;
    border: 2px solid #3257D1;
	color:#3257d1;
	border-radius:8px;
	max-width:63px;
}

@media (max-width: 991px)
.card-blog-description {
    min-height: 382px!important;
}