* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
  
  }
  /* Nav bar css start  */
  .navbarContainer { 
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    height: 98px;
    padding: 0 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  
    position: fixed;   /* 👈 ADD THIS */
    top: 0;            /* 👈 stick to top */
    left: 0;
    width: 100%;
    z-index: 1000;     /* 👈 keep above everything */
  }
  .navbarContainer > ul {
    display: flex; 
    list-style: none;
  }
  .navbarContainer > ul > li > button {
    text-transform: uppercase;
    padding: 0 15px;
    color: #3d8b72;
    height: 98px;
    background-color: white;
    border: none;
    font-size: 14px;
  }
  
  .navbarContainer > ul > li > button:hover {
    background-color: #eee;
  }
  .navbarContainer > ul > li > button:focus {
    background: #eee;
    border-bottom: 4px solid #337ab7;
  }
  
  .login-container-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .logo_desktop {
    width: 150px;
  }
  .mobIcon {
    display: none;
  }
  .mobIcon > a {
    text-decoration: none;
  }
  
  .login-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 45px;
    border: 3px solid #3d8b72;
    background: white;
    color: #3d8b72;
    font-size: 16px;
    cursor: pointer;
  
    border-radius: 60px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
   
  .login-btn .text {
    transition: transform 0.3s ease;
  }
   
  .login-btn .arrow {
    position: absolute;
    right: 40px;
  
    opacity: 0;
    transform: translateX(0); /* start at base */
    transition: all 0.3s ease;
  }
   
  .login-btn:hover {
    background: #3d8b72;
    color: white;
  }
   
  .login-btn:hover .text {
    transform: translateX(-10px);
  }
   
  .login-btn:hover .arrow {
    opacity: 1;
    transform: translateX(8px);  
  } 
  
  .mobile-menu{
    display: none;
    text-transform: uppercase;
  }

  /* Media Query  */
  @media (0px<width<426px) {
    #temp1{
      padding-left: 0% !important;
    }
    .navbarContainer > ul {
      display: none;
    }
    .mobIcon {
      display: block;
    }
    .logo_desktop {
      width: 100px;
    }
    .navbarContainer {
      height: 70px;
    }
    .fa-solid { 
      font-size: 20px;
      color: black;
    }
  
  
    .login-btn 
    {    padding: 16px 40%;}
  
  
  
    /* Dropdown menu in mobile view   */
  .mobile-menu {
    max-height: 0;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    transition: max-height 0.4s ease;
    border-top: 1px solid #eee;
    position: absolute;
    z-index: 1000;
    width: 100%;
  }
  
  .mobile-menu a {
    padding: 12px 20px;
    text-decoration: none;
    color: green;
    /* border-bottom: 1px solid #f1f1f1; */
    margin-bottom: 10px;
  }
  .parta{
margin-top: 69px !important;
  }
  .mobile-menu.active {
    max-height: 300px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 70px;
  }
  
  .mobile-menu >a:focus {
    background: #eee;
    border-bottom: 4px solid #337ab7;
  }
  
  /* PART A css Start  */
  .first_quad {
    height: 200px !important;
    margin-top: 70px !important;
  }
  
   
  .hg_img {
    top: 120px !important;
    right: 0;
  
    width: 80%;
  }
  .awslogo{
            height: 30px !important;
          position: absolute !important;
          top: 10px !important;
          right: 5px !important;
          z-index: 9 !important;
  }
  
  .ribbon-wrapper {
    width: 215px !important;
    height: 200px !important;
    top: 24px !important;
    right: 0 !important;
  }
  .ribbon {
    font-size: 10px !important;
    padding: 2px 0 !important;
    top: 76px !important;
    right: 52px !important;
  }
  .wbd_box {
    /*width: 90%;*/
    text-align: justify;
    height: 19em;
  }
  .wbd_box h2 {
    font-size: 20px !important;
  }
  .wbd_box p{
    font-size: 14px !important;
    margin-top: 15px !important;
  }
  .wbd_box p b {
    color: black;
  }
  
  
  .first_quad .first_quad_content {
    position: absolute !important;
    top: 5% !important;
    padding: 8% 0 0 15% !important;
  }
  .first_quad .first_quad_content p {
    font-size: 18px !important;
    font-weight: bold !important;
  }
  .second_quad .second_quad_content img {
    width: 50% !important;
  }
  .flex1>p{
    font-size: 14px !important;
    margin-top: 15px !important;
  }
  
  
  .client_box_home {
    left: 75% !important;
    top: 20% !important;
    position: absolute !important;
    font-size: 14px !important;
  }
  .client_box_home_loc {
    left: 75% !important;
    top: 70% !important;
    position: absolute !important;
    font-size: 14px !important;
  }
  .flex3{
    text-align: center !important;
  }
  .know_btn{
    font-size: 12px !important;
  }
  }
  
  
  
  /* mobile view of navbar  end*/
  
  /* Nav bar css end  */
  
  
.ribbon-wrapper {
    width: 160px;
    height: 240px;
    overflow: hidden;
    position: absolute;
    top: -0px;
    left: 0px;
    z-index: 991;
  }
  .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    top: 140px;
    right: -25px;
    box-shadow: 5px 2px 5px black;
    padding: 5px 0;
    width: 250px;
    background: linear-gradient(45deg, #bfbfbf, #fff, #bfbfbf);
    background-size: 400% 400%;
    -webkit-animation: gradientBG 10s ease infinite;
    animation: gradientBG 10s ease infinite;
    position: absolute;
  }
  .parta
{
    margin-top: 100px;
}
  /* Part A css Start  */
  .second_quad .second_quad_content span{
	padding: 3px 170px;left:38%; opacity:1;
}
.second_quad{
	padding: 1% 10px 2%;
	margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.second_quad_content>h2{
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
}
.second_quad_content>p
{
    margin-top: 45px !important;
    text-align: center;
} 





.second_quad .second_quad_content span {
    position: absolute;
    overflow: hidden;
    background: #3d8b72; /* base green line */
  }
  
  /* single moving white segment */
  .second_quad .second_quad_content span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        transparent 30%,   /* start earlier */
        rgba(255,255,255,0.95) 50%,  /* center */
        transparent 70%,   /* end later */
        transparent 100%
      );
    animation: moveShine 2s linear infinite;
  }
  
  @keyframes moveShine {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
/* Part A Css end  */

/* Part B start  */
.ps-timeline-sec {
    position: relative;
    background: white;
    width: 80%;
    margin: 0 auto;
  }
  
  .ps-timeline-sec .container {
    position: relative;
  }
  
  /* default before & after */
  .ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    top: -3px;
  }
  
  .ps-timeline-sec .container ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: -8px;
    top: -3px;
  }
  
  /* timeline */
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 300px 0;
    padding: 0;
    border-top: 2px solid #348e80;
    list-style: none;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 25%;
    padding-top: 30px;
    position: relative;
  }
  
  /* circle */
  .ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: white;
    border: 4px solid #348e80;
    border-radius: 50%;
    text-align: center;
    color: #ffc107;
    font-size: 2em;
    position: absolute;
    top: -26px;
    left: 50%;
  }
  
  /* top connector */
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    width: 2px;
    height: 50px;
    background: #348e80;
    position: absolute;
    top: -50px;
    left: 50%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #348e80;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
  }
  
  /* bottom connector */
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    width: 2px;
    height: 50px;
    background: #348e80;
    position: absolute;
    bottom: -50px;
    left: 50%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #348e80;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
  }
  
  /* images */
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
    background: lightgray;
    border-radius: 100%;
    height: 60%;
    width: 50%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
    background: lightgray;
    border-radius: 100%;
    height: 60%;
    width: 50%;
  }
  
  /* text */
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
  }
  
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
  }
  .hide_lg{
    display: none !important;
  }
  .design_text{
    margin: 5px;
    text-align: center;
  }

  /* ================= MOBILE (xs) ================= */
  @media (max-width: 767px) {
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after,.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        display: none;
    }
    .hide_lg{
      display: block;

      margin: 0;
      /* margin-right: 137px !important; */
      font-weight: 100 !important;
    }
    .hide_sm{
      display: none;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before ,.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        display: none;
    }
    .second_quad .second_quad_content span{
        left: 5%;
    }
    .second_quad .second_quad_content p {
        width: 100% !important; 
        font-size: 14px !important;
    }
    .ps-timeline-sec .container ol:before {
      background: #348e80;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      position: absolute;
      top: 0px !important;
      left: 21px !important;
    }
    .second_quad .second_quad_content h2 {
        font-size: 20px !important;
        margin-top: 40px !important;
        margin-bottom: 10px !important;
    }
    .ps-timeline-sec .container ol:after {
      background: #348e80;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      position: absolute;
      left: 36px;
      display: none;
    }
  
    .ps-timeline-sec .container ol.ps-timeline {
      margin: 30px 0 !important;
      border-left: 2px solid #348e80;
      padding-top: 120px !important;
      border-top: 0 !important;
      margin-left: 25px !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li {
      height: 220px;
      float: none !important;
      width: 100% !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
      height: 120px;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li span {
      left: 0 !important;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li .ps-top,
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
      width: 60% !important;
      float: right !important;
      right: -25px;
      top: -45px;
    }
  
    .ps-timeline-sec .container ol.ps-timeline li p {
      text-align: left !important;
      width: 100% !important;
      font-size: 14px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 0px 0px 29px !important;
        width: 35% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
      margin: 0 0px 0px 29px !important;
      width: 35% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: -83px;
    width: 100%;
  }
  .design_text{

     
      margin: 0;
      margin-right: 137px;
      text-align: center;
      font-weight: 100 !important;
  }
  }
/* Part B ends  */

/* Part c start  */
/* VARIABLES REPLACED (adjust if needed) */
:root {
  --green: #3d8b72;
  --sea: #346da6;
  --amber: #f5a623;
}
.c_flex {

display: flex;
}
.flexc{
  width: 50%;
  margin-bottom: 10px;
}
.strong_tag{
  font-size: 24px;
}
/* RADIO BUTTON */
.rating_radio_btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.rating_radio_btn input[type="radio"] + img {
  cursor: pointer;
  border-radius: 100%;
}

.rating_radio_btn input[type="radio"]:checked + img {
  box-shadow: 0 0 3pt 2pt red;
}

/* COMMON SECTION STYLES */
.d_plan,
.training,
.assessment,
.certification,
.profiling {
  text-align: center;
  position: relative;
}

.d_plan,
.assessment,
.profiling {
  color: white;
}

.d_plan {
  background-image: linear-gradient(0deg, #346da6, #7994c1);
}

.assessment {
  background-image: linear-gradient(0deg, #3d8b72, #5c9784);
}

.profiling {
  background-image: linear-gradient(0deg, #346da6, #7994c1);
}

.d_plan p,
.training p,
.assessment p,
.certification p,
.profiling p {
  padding: 0 20%;
  font-size: 17px;
}

.d_plan img,
.training img,
.assessment img,
.certification img,
.profiling img {
  height: 25em;
  padding: 5%;
}

/* TRIANGLES */
.down_tarrow,
.d_a_b,
.d_a_w,
.d_a_g {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 55px solid transparent;
  border-bottom: 0;
}

.d_a_b {
  right: 5%;
  bottom: -13%;
  border-top-color: #346da6;
}

.d_a_w {
  left: 5%;
  bottom: -22%;
  border-top-color: white;
  z-index: 1;
}

.d_a_g {
  right: 5%;
  bottom: -13%;
  border-top-color: #3d8b72;
}

/* BANNER BASE */
.ppr,
.performance_back,
.potential_back,
.report_back,
.roadmap_back,
.performance_back_s,
.potential_back_s {
  background-repeat: no-repeat !important;
  background-size: 100% 30em !important;
  display: flex;
}

.ppr_c,
.performance_back .performance_content,
.potential_back .potential_content,
.report_back .report_content,
.roadmap_back .report_content,
.performance_back_s .performance_content,
.potential_back_s .potential_content {
  padding: 7% 0% 11% 15%;
  color: white;
}
.t_a_c{
  margin-top:32%;
  padding: 23% 0% 0% 0% !important;
 
}
/* BACKGROUND IMAGES */
.performance_back {
  background: url("../images/teachers/performance_goals_banner.png");
}

.potential_back {
  background: url("../images/teachers/potential_competencies_banner.png");
}

.report_back {
  background: url("../images/teachers/dash_report_banner.png");
}

.roadmap_back {
  background: url("../images/teachers/training_banner.png");
}

.performance_back_s {
  background: url("../images/teachers/performance_goals_banner_s.png");
}

.potential_back_s {
  background: url("../images/teachers/potential_competencies_banner_s.png");
}

/* BUTTONS */
.goals_btnt,
.goals_btnt1,
.goals_btnt2 {
  color: white !important;
  border: 2px solid white;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 30px;
}

.goals_btnt { padding: 5px 99px; }
.goals_btnt1 { padding: 5px 103px; }
.goals_btnt2 { padding: 5px 50px; }

.goals_btnt:hover,
.goals_btnt1:hover,
.goals_btnt2:hover {
  background: white !important;
  color: var(--green) !important;
}

/* GENERIC BUTTON */
.goals_btn {
  color: white !important;
  border: 2px solid white;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
}

.goals_btn:hover {
  background: white !important;
  color: var(--green) !important;
}

/* COLOR BUTTONS */
.goals_btn_green {
  color: var(--green) !important;
  border: 2px solid var(--green);
}

.goals_btn_green:hover {
  background: var(--green) !important;
  color: white !important;
}

.goals_btn_blue {
  color: var(--sea) !important;
  border: 2px solid var(--sea);
}

.goals_btn_blue:hover {
  background: var(--sea) !important;
  color: white !important;
}

.goals_btn_amber {
  color: var(--amber) !important;
  border: 2px solid var(--amber);
}

.goals_btn_amber:hover {
  background: var(--amber) !important;
  color: white !important;
}

/* STEPS */
.steps-img {
  display: block;
  margin: auto;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: white;
  padding: 13px;
  position: relative;
}

.steps-img img {
  height: 50px;
}

.steps-img span {
  width: 75px;
  height: 75px;
  background: #808080f0;
  position: absolute;
  border-radius: 100%;
  margin: -13px;
  opacity: 0.3;
}

.steps-img-active {
  box-shadow: 0px 0px 5px 5px #3d8b72;
}

/* ANIMATION */
@keyframes boxshadow {
  50% {
    box-shadow: 0px 0px 5px 5px #3d8b72;
  }
}

.steps-img-active-sea {
  animation: boxshadow 2s infinite;
}

/* TIMELINE */
.performance-timeline {
  display: flex;
  border-top: 2px solid var(--sea);
  padding-top: 30px;
  margin: 30px 5%;
}

.potential-timeline {
  border-top: 2px solid var(--sea);
  padding-top: 30px;
  margin: 30px 5%;
}

/* MOBILE RESPONSIVE */
@media screen and (max-width: 1000px) {
  .goals_btnt,
  .goals_btnt1,
  .goals_btnt2 {
    padding: 5px 10px;
  }

  .d_plan img,
  .training img,
  .assessment img,
  .certification img,
  .profiling img {
    height: 15em;
  }

  .d_plan p,
  .training p,
  .assessment p,
  .certification p,
  .profiling p {
    padding: 0 5%;
    font-size: 14px;
  }

  .ppr {
    background-size: 100% 11em !important;
  }

  .steps-img {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .steps-img img {
    height: 30px;
  }

  .steps-img span {
    width: 50px;
    height: 50px;
    margin: -10px;
  }
}
/* PArt c ends  */

/* part e start  */

.flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.step_bubble {
  position: absolute;
  width: 275px;
  border-radius: 5px;
  padding: 5px;
  left: 25%;
  top: -40%;
  border: 1px solid grey;
  background: white;
  text-transform: uppercase;
}

.speech-bubble-left
 
 {
    margin-left: -5%;
    padding: 10px 10px 10px 40px;
}
.speech-bubble {
  position: relative;
  background: #f9f9f9;
  border-radius: .4em;
  display: flex;
  align-items: center;
  height: 70px;
  width: 80%;
  font-size: 15px;
  box-shadow: 0px 0px 5px 0px grey;
  text-transform: initial;
  justify-content: center;
  text-align: center;
  z-index: -1;
}
.perform_time {
  border-left: 2px solid #3d8b72;
  margin-left: 8%;
}
.perform_time .c_flex {
  margin-bottom: 4em;
  margin-left: -5%;
  margin-top: 3em;
}
.poten_time .c_flex {
  margin-bottom: 0;
  margin-right: -5%;
  margin-top: 6.5em;
}
/* .steps-imgToRight{
  right: 0px;
  margin-top: 0px;
  position: absolute; 
} */

.speech-bubble-right {
  margin-left: 25%;
  padding: 10px 50px 10px 20px;
}
.poten_time {
  border-right: 2px solid #346da6;
  margin-right: 8%;
}

@media (0px<width<426px) {

    .hide_sm{
display: none !important;
  }
  .hide_lg{
  display: block !important;
  }
  .parte{
    flex-direction: column;
  }

  .ppr,
.performance_back,
.potential_back,
.report_back,
.roadmap_back,
.performance_back_s,
.potential_back_s {
 
  background-size: 100%  !important;
 
}
.t_a_c{
  margin-top:0% !important;
  padding: 43% 0% 0% 0% !important;
 
}
}



/* Footer Start  */

.footer_section {
  background-color: #333;
  color: white;
  border-top: 1px #ccc;
  padding: 20px;
  line-height: 2;
  position: relative;
}
.footer_section .col-md-6 {
  padding-left: 0px !important;
}
.footer_section h4 {
  border-bottom: 2px solid;
  padding-bottom: 5px;
  font-weight: 100;
  font-size: 21px;
}
.footer_section li {
  list-style: none;
}
.footer_section li a {
  color: white !important;
  text-decoration: none;
}
.social_icons {
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.social_icons li {
  margin-bottom: 10px;
}
.social_icons li .btn.btn-fab {
  padding: 7px !important;
  font-size: 35px !important;
}
.social_icons li .btn.btn-fab .fa {
  color: #333;
}
.social_icons li .btn.btn-fab:hover {
  background: white !important;
}
.social_icons li .btn.btn-fab:hover .fa-facebook {
  color: #4267b2;
}
.social_icons li .btn.btn-fab:hover .fa-google {
  color: #8c261e;
}
.social_icons li .btn.btn-fab:hover .fa-twitter {
  color: #38a1f3;
}
.social_icons li .btn.btn-fab:hover .fa-linkedin {
  color: #2b7bb7;
}

.footer_logo {
  width: 100%;
  text-align: center;
  padding-top: 10%;
}
.footer_logo img {
  width: 12em;
}
.row {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  display: flex;
  gap: 10px;
}
.col-md-3 {
  width: 25%;
  position: relative;
  
}
.footer_logo img {
  width: 12em;
}
.awslogof {
  height: 35px;
  position: absolute;
  top: 8%;
  right: 26px;
  z-index: 9;
  bottom: 0;
}

.social_icons li .btn.btn-fab {
  padding: 7px !important;
  font-size: 35px !important;
}

.btn.btn-fab, .input-group-btn .btn.btn-fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}
#fb-Container{
  background-color: #FFFFFF;
}
#facebook{
  color: black;
}

#facebook:hover{
  color: blue;
}

@media(0 < width < 426px){
  .row{
    flex-direction: column;
  }
  .col-md-3 {
    width: 100% !important;
  }
  .footer_logo img {
    width: 10em;
}
.lastsecond{
  flex-direction: column;
}
.lity-hide {
  /* display: block !important; */
}
.dash_container{
  /* display: none !important; */
}
.partI{
  flex-direction: column;
}
}

/* part g start  */
.t_card {
  box-shadow: 0px 0px 5px 0px grey;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  background: #eee;
}
/* part g ends  */
.text-blue  {
font-weight: 100 !important;
font-size: 24px !important;
text-align: center;
}

/* part i start  */
.dash_container {
  margin: 0px 30px;
  position: relative;
}


.dash_anchor {
  font-size: 16px;
  text-transform: uppercase;
}
.dash_container .image {
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px grey;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.lity-hide {
  display: none;
}
.dash_overlay {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(205, 205, 205, 0);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

