.testimonial-area-2 .shape-group .shape-01{
    top: 400px;
    left: -100px;
}
.testimonial-area-2 .shape-group .shape-02{
    bottom: 85px;
    left: 40px;
}
.testimonial-area-2 .shape-group .shape-03{
    top: -65px;
    right: -100px;
    z-index: 0;
}
.testimonial-area-2 .shape-group .shape-04{
    top: -80px;
    right: -150px;
}
.item .instructor-info {
    position: relative;
    bottom: -28px;
    left: -410px;
}
.item .instructor-info .inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 26px 30px 16px;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
}
.fs {
	font-size: 14px;
}
.fade-out .contents {
	font-size: 16px;
    color: #000;
    font-weight: 500;
}
.arrow-6 {
	/* more triangle */
	height: 10px; width: 10px;
/*	border: 1px solid rgba(255, 255, 255, 0.6);*/
    border: 1px solid rgba(238,117,45,0.6);
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
}
.arrow-5 {
	/* more triangle */
	height: 10px; width: 10px;
/*	border: 1px solid rgba(255, 255, 255, 0.6);*/
    border: 1px solid rgba(23,50,89,0.6);
	border-width: 3px 3px 0 0;
	transform: rotate(45deg);
}
.arrow-6:before, .arrow-6:after {
	content: '';
	position: absolute;
	display: block;
	height: 10px; width: 10px;
	border-width: 3px 3px 0 0;
}
.arrow-6:before {
/*	border: 1px solid rgba(255, 255, 255, 0.3);*/
border: 1px solid rgba(238,117,45,0.3);
	border-width: 3px 3px 0 0;
	/* top - distance minus border */
	top: 7px; left: -10px;
}

.arrow-6:after {
/*	border: 1px solid rgba(255, 255, 255, 1);*/
	border: 1px solid rgba(238,117,45,1);
	border-width: 3px 3px 0 0;
	/* top - distance plus border */
	top: -13px; left: 10px;
}

.geeks {
            width: 400px;
            height: 2px;
            background: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
.geeks::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: green;
            animation: animate 5s linear infinite;
        }
@keyframes animate {
            0% {
                left: 0;
            }
  
            50% {
                left: 100%;
            }
  
            0% {
                left: 0;
            }
        }
.scroll-down {
  margin-top: 32px;
  position: relative;
  width: 60px;
  height: 100px;
  transform: rotate(-90deg);
}
.scroll-down a {
  display: block;
  opacity: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url("../images/icons/arrow.svg");
/*  background-image: url("https://jamesmuspratt.com/codepen/img/arrow-down.svg");*/
  background-repeat: no-repeat;
}
.scroll-down a:before, .scroll-down a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* background: url("https://jamesmuspratt.com/codepen/img/arrow-down.svg") no-repeat center top; */
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.scroll-down a:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards;
}
.scroll-down a:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
  }
}
/*scaling effect*/
.right-scale {
  animation-name: rs;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}

@keyframes rs {
  0%   {
  	transform: scale(0.2);
  	margin-left: 450px;
    width: 100px;
  }
  25%  {
  	transform: scale(0.5);
  	margin-left: 350px;
    width: 200px;
  }
  50%  {
  	transform: scale(0.7);
  	margin-left: 250px;
    width: 300px;
  }
  75%  {
  	transform: scale(0.9);
  	margin-left: 150px;
    width: 400px;
  }
  100% {
  	transform: scale(1);
  }
}
/*fade out*/
.fade-out {
  animation-name: fo;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}

@keyframes fo {
  0%   {
  	opacity:0.3;
  }
  
  50%  {
  	opacity:0.5;
  }
 
  100% {
  	opacity:1;
  }
}

.about-style-8 p {
  color: #000;
}
.faq-accordion span {
  font-size: 23px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.steps span {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  padding: 10px;
}
/*.en {
  background-image: url("../images/cta/Checklist.jpg");
}
.ad {
  background-image: url("../images/cta/admi-2.jpg");
}
.fd {
  background-image: url("../images/cta/doctor.jpg");
}*/
.steps img {
  object-fit: cover;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 20px;
    background: #fff;
}
.steps-2 {
  text-align: center;
}

.steps-2 img {
    object-fit: cover;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    padding: 10px;
    background: transparent;
}

.rings-affect .shape-1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.3);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.rings-affect .shape-1:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      bottom: 0;
      left: 0;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.3);
      -webkit-animation: ripple 2s linear 1s infinite;
      animation: ripple 2s linear 1s infinite;
}

.rotateitY {
    -webkit-animation: rotateItY 11s linear infinite;
    animation: rotateItY 11s linear infinite;
}
@-webkit-keyframes rotateItY {
    to {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}
@keyframes rotateItY {
    to {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}
.video-container {
    /*position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    height: 170px;
    overflow: hidden;
/*    z-index: 1;*/
}
.video-container video {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    top: 50%;
    min-width: 125%;
    min-height: 125%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-container:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.breadcrumb-video {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    color: #ffffff;
    padding: 0 54px;
    z-index: 2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 100px 0px 100px;
}
.step-row .steps {
  text-align: center;
}
.step-row-2 {
  display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;
}
.w-180 {
  width: 120px !important;
}
.isotop-buttons button {
   text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #163158;
    background-color: #ede8e1;
    border-radius: 5px;
    border: none;
    padding: 0 30px;
    height: 60px;
    margin: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}
/*.isotop-buttons button {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid var(--color-secondary);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: -1;
}*/
.isotop-buttons button:hover,
.isotop-buttons .active {
    background-color: var(--color-secondary);
    color: var(--color-white);
}
.isotop-buttons button:hover:after,
.isotop-buttons .active:after {
    bottom: -10px;
    visibility: visible;
    opacity: 1;
}
.isotop-buttons button span{
  color:#ee752d;
}
.abt-neet img {
  height: 440px;
  object-fit: cover;
}
.icon-111 img {
  width: 40px;
}

/*videooo*/

.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 70px;
  margin-bottom: 30px;
  font: 300 60px 'Lato', sans-serif;
  letter-spacing: 3px;
  color: #222;
}

.section-header-underline {
  border: 1px solid #222;
  width: 15rem;
  margin: 0 auto;
  margin-bottom: 20px;
}

.video-gallery {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

.video-gallery figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  
  max-width: 200px;
  max-height: 150px;
  
  
  background: #000;
  text-align: center;
  cursor: pointer;
}

.video-gallery figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.video-gallery figure figcaption {
  padding: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video-gallery figure figcaption::before,
.video-gallery figure figcaption::after {
  pointer-events: none;
}

.video-gallery figure figcaption,
.video-gallery figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
.video-gallery figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.video-gallery figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.video-gallery figure h2 span {
  font-weight: 800;
}

.video-gallery figure h2,
.video-gallery figure p {
  margin: 0;
}

.video-gallery figure p {
  letter-spacing: 1px;
  font-size: 8px;
}

/* Individual effects */


/*----------------------*/
/***** gallery-item *****/
/*----------------------*/

figure.gallery-item {
  background: #000;
}

figure.gallery-item img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% +20px );
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.gallery-item:hover img {
  opacity: 0.4;
  
}

figure.gallery-item figcaption {
  text-align: left;
}

figure.gallery-item h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.gallery-item h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

figure.gallery-item:hover h2::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.gallery-item p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

figure.gallery-item:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media screen and (max-width: 50em) {
  .video-gallery figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

.foc-img img {
    width: 200px !important;
    height: 200px;
    object-fit: cover;
}


.progress{
    background: none;
    margin: 0 auto;
    box-shadow: none;
    width: 180px;
    height: 180px;
    line-height: 200px;
    position: relative;
}
.progress:after{
    content: "";
    border-radius: 50%;
    border: 18px solid #f2f5f5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.progress > span{
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    border-width: 18px;
    border-style: solid;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-right: 0;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    font-size: 24px;
    color: #ee752d;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(175deg);
        transform: rotate(175deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

.progress.blue .progress-bar{
    border-color: #163158;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #163158;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #163158;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}


.doc-dre {
  display: flex;
  justify-content: space-around;
}
.dreamer img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
}
.dreamer-1 img {
  height: 100px;
}
.dreamer span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.dreamer-1 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #163158;
  padding: 10px;
  box-shadow: 0 40px 70px rgb(27 20 78 / 10%);
  background: #fff;
  border-radius: 20px;
  margin: 8px;
}
.uni img {
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}

.edu-counterup.counterup-style-4 img {
    width: 200px;
    height: 200px;
}
.bounce-slide .inner-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 40px 70px rgb(27 20 78 / 10%);
    background: #fff;
    border-radius: 70px 0px;
    width: 470px;
}

.bounce-slide .inner-2 span {
    font-size: 14px;
    color: #163158;
    font-weight: 500;
}
.thumbnail-44 {
  height: 260px;
  object-fit: cover;
}
.head-line span {
  color: #163158;
  font-size: 18px;
}
.blog-ifr iframe {
  width: 100%;
  height: 400px;
}
.course-tab-content img {
  border-radius: 15px;
}
.pie-canvas {
  position: relative;
  text-align: center;
}
.pie-canvas span {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.pie-canvas .a {
    top: 50px;
    left: 40px;
}
.pie-canvas .b {
    top: 50px;
    left: 120px;
}
.pie-canvas .c {
    top: 126px;
    left: 80px;
}
.pie-canvas canvas {
  -ms-transform: rotate(34deg); /* IE 9 */
  transform: rotate(34deg);
} 
.pie-chart{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.bpc-content {
    background-image: url("../images/about/bpc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-content {
  background-image: url("../images/about/concept-bg.jpg");
}
.bg-content:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 0;
    z-index: 2;
}
.bpc-content:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.bpc-content .title {
  color: #ee752d;
}
.bg-content .title {
  color: #ee752d;
}
.bg-content p, 
.bg-content .pre-title, 
.bg-content .features-list li {
  color: #fff;
}
.bpc-content p {
  color: #fff;
}

.whatapp-logo{
  width: 4% !important;
  position: fixed;
  bottom: 100px !important;
  right: 25px;
  z-index: 999 !important;
}
@media only screen and (max-width: 1024px) {
  .blog-ifr iframe {
    width: 400px;
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
    .steps span {
      font-size: 16px;
     }
     .step-row {
      margin: 0px;
     }
     .steps img {
      object-fit: cover;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      padding: 20px;
      background: #fff;
    }
    .step-row-2 {
      display: inline-block;
    }
   .arrowed {
    display: none;
   }
 .w-180 {
  width: 100px;
  }
  .isotop-buttons button {
      padding: 0 25px;
      height: 50px;
      font-size: 12px;
  }
  .progress{
      margin-top:10px;
  }
  .abt-neet img {
    height: 270px;
    object-fit: cover;
  }
  .bounce-slide .inner-2 {
    border-radius: 65px 0px;
    width: 280px;
  }
  .icon-111 img {
  width: 50px;
  }
  .bounce-slide .inner-2 span {
    font-size: 12px;
    color: #163158;
    font-weight: 500;
  }
  .thumbnail-44 {
  height: 115px;
 }
 .foc-img img {
    width: 230px !important;
    height: 230px;
    object-fit: cover;
}
.blog-ifr iframe {
    width: 500px;
    height: 300px;
 }
 .whatapp-logo{
  width: 13% !important;
}
.whatapp-logo{
  width: 13% !important;
}
}
@media only screen and (max-width: 557px) {
    .step-row {
      display: none;
     }
     .w-180 {
      width: 80px;
     }
     .blog-ifr iframe {
          width: 300px;
          height: 250px;
      }
      .whatapp-logo{
        width: 13% !important;
      }
}

