@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}



/* one-stop-learning  */

.one-stop-learning {
  margin-top: 6%;
  padding-bottom: 5%;
  padding-left: 2%;
  background-color: #fcfcfc;
  opacity: 1;
}

.one-stop-learning h1,
.why-choose-us h1,
.internship-courses h1,
.certification-courses h1,
.our-clients h1,
.blog-section h1 {
  color: #ff851c;
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.22px;
  font-weight: 600;
  margin-top: 3%;
  width: 92%;
  margin-bottom: 3%;
}

.one-stop-learning p {
  color: #808080;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03px;
  line-height: 24px;
  width: 80%;
  margin-bottom: 6%;
}
.one-stop-learning .btn {
  border-radius: 20px;
  font-size: 12px;
  padding: 2% 9%;
  background-color: #4343ff;
  border-color: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.one-stop-learning .btn:hover {
  color: #ffffff;
}
.one-stop-learning .btn:focus {
  box-shadow: none;
}

.one-stop-learning .sec2-images {
  position: relative;
}
.one-stop-learning .sec2-images .back-img {
  width: 100%;
}
.one-stop-learning .sec2-images .sec2-img1 {
  width: 80%;
  position: absolute;
  left: 7%;
  top: 5%;
}
.one-stop-learning .sec2-images .sec2-img2 {
  width: 32.2%;
  position: absolute;
  left: 62%;
  top: 5%;
}

/* why choose-us */
.why-choose-us {
  background-image: url("/v3/images/home/why-choose-back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 8%; */
  /* margin-bottom: 5%; */
  background-color: #fcfcfc;
  padding-top: 7%;
  /* opacity: 0.02; */
  padding-left: 7%;
  padding-bottom: 5%;
}

.why-choose-us p {
  color: #808080;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03px;
  line-height: 29px;
  width: 84%;
}
.why-choose-us .btn {
  border-radius: 25px;
  font-size: 12px;
  padding: 2% 8%;
  background-color: #4343ff;
  border-color: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-top: 4%;
  color: #ffffff;
  /* box-shadow: 5px 10px #888888; */
}

.why-choose-us .btn:hover {
  color: #ffffff;
}

.why-choose-us .btn:focus {
  box-shadow: none;
}

.why-choose-us .points img {
  /* width: 4%; */
  margin-right: 1%;
}
/* .why-choose-us .points p{
     font-size: 11px;
     margin-bottom: -3%;
 } */
.why-choose-us .col-md-6 .left-img {
  width: 73%;
}
.why-choose-us .points {
  margin-top: 5%;
}
.points-info {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin-top: 10px;
}
.points-info .point-img img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.points-info .point-text {
  text-align: left;
  color: #808080;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03px;
  line-height: 24px;
}

/* internship courses */
.internship-courses {
  padding-top: 4%;
}

.internship-courses a {
  text-decoration: none;
}

.internship-courses .col-md-4 {
  position: relative;
}

.internship-courses .underline {
  width: 7.2%;
}

.internship-courses .owl-carousel a {
  text-decoration: none;
}

.owl-carousel .item .card-body:hover .overlay {
  opacity: 0.8;
  width: 97%;
  height: 100%;
}

.owl-carousel .item .card-body:hover .overlay > p {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateX(3px);
  transform: translateX(0px);
}

.owl-carousel .item .card-body:hover .overlay > h4 {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(10px);
}
.owl-carousel .item .card-body:hover img {
  display: none;
}
.owl-carousel .item .card-body:hover h3 {
  display: none;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: transparent !important;
}
/* .owl-theme .owl-nav [class*='owl-']{
    padding: 0px 5px !important;
} */

.overlay {
  /* background-color: #955992; */
  padding-left: 5%;
  padding-top: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  height: 0;

  width: 90%;
  opacity: 0;
  overflow: hidden;
  color: white !important;
  transition: all 0.5s;
  /* transition: width 2s , height 2s; */
  background-color: rgb(168, 94, 165);
}

.overlay h4,
.overlay p {
  color: white !important;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
}
.overlay h4 {
  line-height: 27px !important;
  font-weight: 600;
  transition: all 0.5s;
}

.overlay p {
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px !important;
  transition: all 0.5s;
}

.internship-courses,
.certification-courses,
.our-clients,
.blog-section {
  padding-left: 7%;
  padding-right: 4%;
  background-color: #fcfcfc;
}

.internship-courses p,
.certification-courses p,
.blog-section p {
  color: #808080;
  font-size: 14px;
  letter-spacing: 0.03px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  width: 84%;
}

.certification-courses .owl-dots,
.internship-courses .owl-dots {
  margin-top: 3%;
}

.search-icon input {
  border: none;
  /* margin-top: 24%;
    padding-left: 40%; */
  /* position: absolute;
    top: 59%;
    left: 42%; */
}
.search-icon .search {
  width: 65%;
  margin-right: 18%;
}
.search-icons .line {
  height: 35px;
}
.owl-carousel .item .card-body {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 290px;
  width: 220px;
}

/* Internship-courses */

.owl-carousel .item .cse {
  background-image: url("/v3/images/home/ml.png");
}
.owl-carousel .item .ece {
  background-image: url("/v3/images/home/ds.png");
}
.owl-carousel .item .civil {
  background-image: url("/v3/images/home/ai.png");
}
.owl-carousel .item .mech {
  background-image: url("/v3/images/home/wd.png");
}
.owl-carousel .item .manag {
  background-image: url("/v3/images/home/dm.png");
}
.owl-carousel .item .robo {
  background-image: url("/v3/images/home/robotics.png");
}

.owl-carousel .item .marketing {
  background-image: url("/v3/images/home/marketing.png");
}

/* certification-courses */

.owl-carousel .item .pro-ml {
  background-image: url("/v3/images/home/pro/pro-ml.png");
}
.owl-carousel .item .pro-ds {
  background-image: url("/v3/images/home/pro/pro-ds.png");
}
.owl-carousel .item .pro-ai {
  background-image: url("/v3/images/home/pro/pro-ai.png");
}
.owl-carousel .item .pro-wd {
  background-image: url("/v3/images/home/pro/pro-wd.png");
}
.owl-carousel .item .pro-marketing {
  background-image: url("/v3/images/home/pro/pro-marketing.png");
}
.owl-carousel .item .pro-dm {
  background-image: url("/v3/images/home/pro/pro-dm.png");
}
.owl-carousel .item .pro-hr {
  background-image: url("/v3/images/home/pro/hr.png");
}
.owl-carousel .item .pro-fl {
  background-image: url("/v3/images/home/pro/native.png");
}
.owl-carousel .item .pro-finance {
  background-image: url("/v3/images/home/pro/pro-finance.png");
}
.owl-carousel .item .pro-devops {
  background-image: url("/v3/images/home/pro/pro-devops.png");
}
.owl-carousel .item .card-body-testimonials img {
  width: 90%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.owl-carousel .item .card-body-testimonials h5 {
  margin-top: 4%;
  text-align: center;
  font-weight: 500;
}
.owl-carousel .item .card-body-testimonials p {
  text-align: center;
  font-weight: 500;
  margin-top: -11%;
  color: #6494f5;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.owl-carousel .item .card-body:hover {
  cursor: pointer;
}

.certification-courses .owl-carousel a {
  text-decoration: none;
}

.owl-carousel .item .card-body img {
  width: 33%;
  margin: auto;
  margin-top: 51%;
  /* position: absolute; */
  /* left: 38%;
    top: 41%; */
}

.owl-carousel .item .card-body h3 {
  width: 60%;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-top: 27%;
  color: #ffffff;
  letter-spacing: 0.13px;
  font-weight: 400;
  /* position: absolute; */
  /* bottom: 20px; */
  /* left: 35px; */
}
/* slider code start */

.owl-stage {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
svg:not(:root) {
  display: none;
}
.owl-carousel {
  position: relative;
  margin-top: 30px;
}

.owl-nav {
  position: absolute;
  top: -25%;
  right: 2%;
}

h3 {
  margin-top: 10px;
}

p {
  margin-top: 30px;
  margin-bottom: 0;
}

.uk-margin-small-right {
  margin-right: 2px !important;
}

.owl-theme .owl-nav [class*="owl-next"] {
  background-image: url("/v3/images/home/arrow-right.svg") !important;
  padding: 0px 6px !important;
  background-size: 23px !important;
}

.owl-theme .owl-nav [class*="owl-prev"] {
  background-image: url("/v3/images/blog/inner/arrow-prev.svg") !important;
  padding: 0px 5px !important;
  background-size: 19px 21px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: none;
}

/* .owl-dots {
  margin-top: 30px;
} */

.our-clients .owl-theme .owl-dots .owl-dot,
.blog-section .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.our-clients .owl-nav,
.blog-section .owl-nav {
  display: inline-block !important;
}

.our-clients .owl-nav {
  position: absolute;
  top: -20%;
  right: 9%;
}

.our-clients .owl-theme .owl-nav [class*="owl-prev"] {
  position: absolute;
  /* left: -155%; */
  right: 5px;
  /* top: 4px; */
}
.our-clients .owl-theme .owl-nav [class*="owl-next"] {
  position: absolute;
  /* right: 52px; */
  /* top: 4px; */
}

.blog-section .owl-nav {
  position: absolute;
  top: -36%;
  right: 9%;
}
.blog-section .owl-dots {
  margin-top: 2%;
}

.blog-section .owl-theme .owl-nav [class*="owl-prev"] {
  position: absolute;
  /* left: -155%; */
  right: 5px;
  top: 1px;
}
.blog-section .owl-theme .owl-nav [class*="owl-next"] {
  position: absolute;
  /* right: 52px; */
  top: 1px;
}

/* slider code end */

/* .certification-courses */
.certification-courses {
  padding-top: 3%;
  padding-bottom: 3%;
}

.certification-courses .underline {
  width: 7%;
}
/* .certification-courses .row .col-md-12, .internship-courses .row .col-md-12{
  padding-right: 5.3%;
} */

/* what program to choose */
.program-to-choose {
  background-image: url("/v3/images/home/program-sec-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 2%; */
  /* margin-bottom: 4%; */
  padding-left: 9%;
  padding-top: 9%;
  padding-bottom: 5%;
}

.program-to-choose h1 {
  color: #ffffff;
  letter-spacing: 0.22px;
  font-size: 29px;
  font-family: "Roboto", sans-serif;
}

.program-to-choose .col-md-8 {
  padding-top: 5%;
}
.program-to-choose .col-md-8 h1 {
  width: 52%;
  line-height: 48px;
  font-weight: 500;
}
.program-to-choose .col-md-8 p {
  color: #ffffff;
  letter-spacing: 0.09px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  width: 40%;
  /* font-weight: lighter; */
  line-height: 22px;
}

.program-to-choose .col-md-4 {
  padding: 0%;
}

.program-to-choose .col-md-4 h1 {
  margin-bottom: 20%;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.program-to-choose .col-md-4 p {
  color: #ffffff;
  letter-spacing: 0.09px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 12%;
  margin-top: 0px;
  margin-left: -2%;
}

.program-to-choose .col-md-4 img {
  width: 63%;
  /* margin-right: 1%; */
}

.program-to-choose .btn {
  border-radius: 20px;
  font-size: 12px;
  padding: 1.3% 5.4%;
  background-color: #4343ff;
  border-color: none;
  font-weight: 600;
  margin-top: 3%;
  color: #ffffff;
}
.program-to-choose .btn:hover {
  color: #ffffff;
}
.program-to-choose .btn:focus {
  box-shadow: none;
}

/* our client */
.our-clients {
  background-image: url("/v3/images/home/our-client-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5%;
  padding-top: 5%;
}

.our-clients .item .card-body h3 {
  color: #343434;
  letter-spacing: 0.11px;
  text-align: center;
  font-weight: 500;
  width: 100%;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-top: -5%;
}
.our-clients .item .card-body p {
  text-align: center;
  color: #6494f5;
  margin-top: -11%;
  /* margin-left: 24%; */
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  width: 100%;
}

.our-clients .underline {
  width: 4%;
}

/* /// new card // */

.new-card {
  box-shadow: 0px 3px 10px #94949429;
  background: #ffffff 0% 0% no-repeat padding-box;
  margin-bottom: 9%;
}

.new-card .card {
  border: none !important;
  padding-top: 6%;
  padding-bottom: 6%;
}

.new-card .quote {
  width: 10% !important;
  margin-left: 5%;
  margin-bottom: 6%;
}
.new-card p {
  color: #808080;
  letter-spacing: 0.02px;
  font-style: italic;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  width: 80%;
  margin-left: 5%;
}

.new-card .dp {
  width: 70% !important;
  margin-left: 5px;
}

.new-card #img-sec {
  width: 31%;
}

.new-card .card .cont {
  height: 180px;
  overflow: scroll;
  margin-bottom: 5%;
  overflow-x: hidden;
}
.new-card .card hr {
  display: none;
}

.new-card h6 {
  margin-bottom: 0px;
  color: #343434;
  letter-spacing: 0.09px;
  font-weight: 700;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

.new-card small {
  opacity: 0.6;
  color: #343434;
  letter-spacing: 0.08px;
  font-size: 11px;
  font-family: "Roboto", sans-serif;

  float: left;
  font-weight: 600;

  font-weight: 600;
}
.new-card .linkedin {
  display: flex;
  width: 70%;
  margin-top: 7%;
}

.new-card .linkedin p {
  font-size: 9px;
  color: #4343ff;
  width: 100%;
  margin: 0%;
  font-family: "Roboto", sans-serif;
  padding: 0%;
  margin-left: 2px;
  font-style: normal;
  text-decoration: underline;
}
.new-card .linkedin img {
  width: 94% !important;
}

.new-card hr {
  width: 80%;
  margin: auto auto 5% auto !important;
}
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #d0d2d3;
}

/* blog-section */

.blog-section {
  margin-bottom: 7%;
}
.blog-section .owl-nav,
.our-clients .owl-nav {
  display: none;
}
.blog-section p {
  width: 52%;
}

.blog-section .underline {
  width: 5%;
}

/* happy placements */

.happy-placements {
  padding-left: 9%;
  margin-top: 3%;
  background-image: url("/v3/images/home/happyplacement.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5%;
  padding-top: 8%;
  padding-bottom: 9%;
  position: relative;
}

.underline-white {
  width: 53px;
  height: 0px;
  border-width: 2px;
  margin-top: -2%;
}

.happy-placements .row {
  margin-right: 0px;
}
.happy-placements h1 {
  color: #fcfcfc;
  font-weight: 500;
  letter-spacing: 0.22px;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5%;
}
.happy-placements p {
  color: #fcfcfc;
  letter-spacing: 0.03px;
  /* font-weight: 300; */
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  margin-bottom: 10%;
  width: 90%;
  opacity: 1;
}
.happy-placements .btn {
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 20px;
  border-color: white;
  color: #fcfcfc;
  font-size: 11px;
  padding: 2.5% 8%;
  border-width: 1.4px;
}

.happy-placements .btn:hover {
  outline: none;
  border-color: white;
  color: #fcfcfc;
}

.happy-placements .btn:focus {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.happy-placements .btn:active {
  background-color: transparent !important;
  border-color: white !important;
}

.happy-placements .btn:hover {
  background-color: transparent;
}

.happy-placements .col-md-7 {
  padding-left: 5%;
}
.happy-placements .top-img {
  /* width: 20%; */
  display: flex;
  padding-left: 5%;
}

.happy-placements .bottom-img {
  /* width: 20%; */
  display: flex;
  padding-left: 18%;
}

.happy-placements .bottom-img img {
  width: 32%;
}
.happy-placements .top-img img {
  width: 27%;
}

.happy-placements .popup {
  position: absolute;
  border: 1px solid #ffffff;
  /* background-color: #D48E37; */
  background-color: #cf6f1c;
  /* background: linear-gradient( to right #D48E37, #CF6F1C ); */
  text-align: center;
  padding: 3% 0% 5% 0%;
  /* margin-top: 5%;
    margin-left: 9%; */
  border-radius: 18px;
  box-shadow: 0px 0px 50px #aaaaaa50;
  width: 0%;
  top: -22%;
  left: 1%;
  z-index: 3;
}

.happy-placements .popup input {
  background-color: #ffffff;
  border: none;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 3%;
  border-radius: 4px;
  height: 35px;
  width: 70%;
  padding-left: 3%;
  box-shadow: 0px 0px 50px #aaaaaa50 !important;
}
.happy-placements .popup input:focus {
  outline: none;
  background-color: #f1f7f2bd;
}

.happy-placements .popup #hide {
  float: right;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 1% 2%;
  border-radius: 50%;
  margin: -1% 4% 0% 0%;
}

.happy-placements .popup form {
  margin-top: 10%;
}

.happy-placements .popup button[type="submit"] {
  background-color: #4343ff;
  border-radius: 4px;
  padding: 2% 10%;
  text-align: center;
  width: 70%;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  margin-top: 3%;
}

.happy-placements .popup button[type="submit"]:focus {
  border-color: #ffffff;
  background-color: #4343ff;
}

.happy-placements .popup button[type="submit"]:active,
.happy-placements .popup button[type="submit"]:hover {
  background-color: #4343ff !important;
}

/* media presence */
.media-presence {
  text-align: center;
  margin-bottom: 7%;
}
.media-presence h4 {
  color: #808080;
  letter-spacing: 0.17px;
  font-weight: 500;
  font-size: 23px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 4%;
}

.media-presence .owl-nav {
  top: -145%;
  right: 7%;
}

.media-presence .row .col {
  padding: 0%;
  margin: 0%;
}
.media-presence .row .col .slider {
  background-color: #f5f5f5;
  height: 50%;
  padding-top: 1%;
  padding-left: 5%;
}

.media-presence .row .col .slider img {
  width: 64%;
}
.media-presence .row .col .slider .un {
  width: 72%;
  margin-top: -24%;
}
.media-presence .row .col .slider .bw {
  margin-top: -15%;
  width: 70%;
}
.media-presence .row .col .slider .tech {
  margin-top: -18%;
}
.media-presence .row .col .slider .crunch {
  width: 70%;
}
.media-presence .row .col .slider .your {
  width: 56%;
  margin-top: 3%;
}
.media-presence .row .col .slider .inc {
  width: 46%;
  margin-top: 2%;
}
.media-presence .row .col .slider .tech {
  width: 58%;
  margin-top: -22%;
}

.media-presence .owl-dots {
  margin-top: 0%;
  /* display: none; */
}

.btn:focus {
  outline: none !important;
}


/* download verzeo app */

.download-app{
  background-image: url('/v3/images/internship-landing/download-app-background.svg');
  background-repeat: no-repeat;
   background-size: contain;
   color: #FFFFFF;  
   margin-bottom: 5%;
   padding-bottom: 5%;
}
.download-app .container-fluid{
  background-image: url('/v3/images/certification/landing/download-app-background.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.download-app h1{
  letter-spacing: 0.30px;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
}
.download-app p{
  letter-spacing: 0.03px;
  font-weight: 100;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.download-app .col-md-7 {
  padding-top: 5%;
  padding-left: 19%;
}

.download-app .col-md-7 .hr{
  width: 55px;
  height: 1.8px;
  border-color: #FFFFFF;
  margin-top: -3%;
}

.download-app .col-md-5{
  padding-top: 1.5%;
  padding-left: 8%;
}
.download-app .col-md-5 img{
  width: 48%;
}
.download-app .col-md-7 img{
  width: 24%;
}








/*****************  MEDIA QUERIES   *****************/

@media only screen and (max-width: 1150px) {
  .happy-placements {
    padding-bottom: 15%;
  }
}

@media only screen and (max-width: 1284px) and (min-width: 1200px) {
  .owl-carousel .item .card-body {
    height: 260px;
    width: 198px;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 960px) {
  .owl-carousel .item .card-body {
    height: 254px;
    width: 189px;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 860px) {
  .owl-carousel .item .card-body:hover .overlay {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 860px) {
  .owl-carousel .item .card-body {
    height: 300px;
  }
}

@media only screen and (max-width: 780px) and (min-width: 769px) {
  .owl-carousel .item .card-body:hover .overlay {
    width: 99%;
  }
}

@media only screen and (max-width: 720px) and (min-width: 580px) {
  .owl-carousel .item .card-body {
    height: 220px;
    width: 164px;
  }
}
@media only screen and (max-width: 495px) and (min-width: 450px) {
  .owl-carousel .item .card-body {
    height: 250px;
    width: 181px;
  }
}
@media only screen and (max-width: 449px) {
  .owl-carousel .item .card-body {
    background-size: cover;
    height: 339px;
    width: 248px;
    margin: auto;
  }

  .owl-carousel .item .card-body h3 {
    font-size: 17px !important;
  }

  .media-presence .row .col .slider img {
    width: 30% !important;
  }
  .media-presence .row .col .slider .un {
    width: 62% !important;
    margin-top: -21% !important;
  }
  .media-presence .row .col .slider .bw {
    margin-top: -11% !important;
    width: 55% !important;
  }
  .media-presence .row .col .slider .crunch {
    width: 40% !important;
  }
  .media-presence .row .col .slider .your {
    width: 43% !important;
    /* margin-top: 3%; */
  }
  .media-presence .row .col .slider .inc {
    width: 33% !important;
    /* margin-top: 2%; */
  }
  .media-presence .row .col .slider .tech {
    width: 42% !important;
    margin-top: -15% !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 901px) {
  .hero-section {
    padding-top: 12%;
  }

  .hero-section h1 {
    font-size: 35px;
    margin-bottom: -4%;
    line-height: 49px;
  }

  .hero-section p {
    font-weight: 400;
  }
  .hero-section .hero-left {
    margin-top: 0%;
  }

  .one-stop-learning h1,
  .why-choose-us h1,
  .internship-courses h1,
  .certification-courses h1,
  .our-clients h1,
  .blog-section h1 {
    font-size: 26px;
  }

  .why-choose-us .points p {
    line-height: 20px;
  }
  .points-info {
    width: 85%;
  }
  .points-info .point-img img {
    margin-right: 15px !important;
  }
  /* .search-icon{ */
  /* top: 68%;
    left: 34%; */
  /* margin-top: 40%;
    padding-left: 34%; */
  /* } */

  .our-clients .item .card-body p {
    width: 100%;
    margin-left: 0%;
  }
 
}

@media only screen and (max-width: 959px) and (min-width: 769px) {
  .media-presence .owl-nav {
    top: -131%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 769px) {
  .hero-section {
    padding-top: 17%;
  }
  .hero-section h1 {
    font-size: 31px;
    line-height: 39px;
    margin-top: -3%;
  }

  .hero-section p {
    margin-top: 5%;
  }
  /* .hero-left-images {
        margin-top: -5%;
    } */
  .why-choose-us .points p {
    line-height: 16px;
  }

  .one-stop-learning h1,
  .why-choose-us h1,
  .internship-courses h1,
  .certification-courses h1,
  .our-clients h1,
  .blog-section h1 {
    font-size: 23px;
  }

  .one-stop-learning p,
  .why-choose-us p,
  .internship-courses p,
  .certification-courses p,
  .blog-section p {
    font-size: 13px;
    margin-top: -1%;
    line-height: 24px;
  }

  .why-choose-us .btn {
    margin-top: 4%;
  }

  .why-choose-us .points {
    margin-top: 6%;
  }
  .why-choose-us .points p {
    margin-bottom: 7%;
  }
  .points-info {
    width: 95% !important;
  }
  .points-info .point-img img {
    margin-right: 20px !important;
  }
  .happy-placements p {
    margin-top: -3%;
    line-height: 23px;
  }

  .one-stop-learning p {
    font-size: 13px;
    margin-top: -3%;
    line-height: 22px;
  }

  .program-to-choose .col-md-4 h1 {
    font-size: 20px;
  }
  .program-to-choose .col-md-4 p {
    font-size: 14px;
  }
  .program-to-choose .col-md-8 {
    padding-top: 0%;
  }

  .program-to-choose .col-md-8 h1 {
    line-height: 40px;
    font-size: 25px;
  }

  .our-clients .item .card-body p {
    width: 100%;
    margin-left: 4%;
    margin-top: -20%;
  }
}

@media only screen and (max-width: 810px) {
  .happy-placements .popup form {
    margin-top: 15%;
  }
  .happy-placements .popup {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .happy-placements .popup {
    width: 46% !important;
    top: -96%;
    left: 50%;
  }

  .happy-placements .popup input {
    width: 70% !important;
  }

  .new-card .linkedin p {
    text-align: left;
  }
  .our-clients .cont p {
    font-size: 14px;
  }

  .media-presence .owl-nav {
    top: -132% !important;
  }

  /* .why-choose-us{
        background-image: url('/images/home/whychoosetab.svg');
     background-repeat: no-repeat;
     background-size: cover;

    } */
}

@media only screen and (max-width: 760px) {
  .certification-courses .owl-carousel .overlay,
  .internship-courses .owl-carousel .overlay {
    display: none;
  }
  .owl-carousel .item .card-body:hover img {
    display: block;
  }
  .owl-carousel .item .card-body:hover h3 {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
 

  .one-stop-learning {
    position: relative;
    padding-left: 0%;
    text-align: center;
  }
  .one-stop-learning .col-md-5,
  .one-stop-learning .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .one-stop-learning .col-md-5 {
    position: absolute;
  }
  .one-stop-learning .col-md-7 {
    margin-top: 30%;
  }

  .one-stop-learning p {
    width: 72%;
    color: #808080;
    font-weight: 400;
    font-size: 16px;
    margin: auto;
  }
  .one-stop-learning h1 {
    font-weight: 500;
    font-size: 25px;
    width: 100%;
  }

  .blue-text {
    font-weight: 600;
    color: #5892ef;
  }
  hr.underline {
    border: 0.4px solid #808080;
    font-weight: 400;
    /* margin-left: 42%; */
    width: 7%;
    margin-left: auto;
    margin-right: auto;
  }

  .one-stop-learning .sec2-images.sec2-img1 {
    width: 40%;
    left: 16%;
  }
  .one-stop-learning .sec2-images.sec2-img2 {
    width: 24%;
    left: 58%;
  }
  .one-stop-learning .btn {
    margin-top: 48%;
    font-size: 16px;
    padding: 1% 5%;
    font-weight: 500;
  }

  .why-choose-us {
    text-align: center;
    background-size: contain;
    padding-left: 0%;
  }

  .why-choose-us .left {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .why-choose-us .img-section {
    position: absolute;
    flex: 0 0 90%;
    max-width: 90%;
    text-align: right;
    display: none;
  }
  .why-choose-us .left {
    margin-top: 0%;
  }

  .why-choose-us .col-md-6 .left-img {
    width: 50%;
    margin-top: -9%;
  }

  .why-choose-us h1 {
    font-weight: 500;
    font-size: 25px;
    width: 100%;
    text-align: center;
  }
  .why-choose-us .choose-p {
    width: 80%;
    font-weight: 400;
    font-size: 16px;
    margin: auto;
  }

  .why-choose-us .points {
    margin-top: 4%;
    text-align: left;
    padding-left: 11%;
  }

  /* .why-choose-us .points p{
    font-size: 16px;
    width: 70%;
    margin-bottom: 3% !important;
    line-height: 22px;
    margin: auto;
    text-align: left;
}
.why-choose-us .points img{
    width: 6%;
} */
  .points-info {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 10px auto;
  }
  .points-info .point-img img {
    width: 27px;
    height: 27px;
    margin-right: 25px;
  }
  .points-info .point-text {
    text-align: left;
    color: #808080;
    font-size: 15px;
    letter-spacing: 0.03px;
    line-height: 24px;
  }
  .why-choose-us .btn {
    padding: 1% 5%;
    font-weight: 400;
    font-size: 17px;
    margin-top: 5%;
  }

  .internship-courses,
  .certification-courses {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 7%;
  }

  .more-cards a {
    margin-top: 2%;
  }
  .more-cards {
    margin-top: 5%;
  }

  .internship-courses .col-md-8,
  .certification-courses .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .internship-courses .col-md-4,
  .certification-courses .col-md-4 {
    display: none;
  }

  .owl-theme .owl-nav {
    top: 89%;
    right: 6%;
  }

  .internship-courses h1,
  .certification-courses h1 {
    font-weight: 500;
    width: 100%;
    font-size: 25px;
  }

  .internship-courses hr.underline {
    margin-left: 47%;
    width: 6%;
  }

  .internship-courses p,
  .certification-courses p {
    width: 80%;
    margin: auto;
    font-size: 16px;
  }

  .owl-carousel.owl-loaded {
    padding-left: 2.5% !important;
  }
  .owl-carousel .item .card-body h3 {
    font-size: 15px;
  }

  .program-to-choose {
    text-align: center;
    padding-top: 7%;
    padding-bottom: 13%;
    position: relative;
  }

  .program-to-choose .col-md-8 {
    padding-top: 0%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }
  .program-to-choose .col-md-8 h1 {
    line-height: 37px;
    width: 100%;
    font-size: 23px;
  }

  .program-to-choose .col-md-8 p {
    font-size: 15px;
    width: 80%;
    margin: auto;
    font-weight: 400;
    margin-top: -7px;
    line-height: 26px;
  }

  .program-to-choose .col-md-4 {
    padding-left: 0%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10%;
  }

  .program-to-choose .col-md-4 h1 {
    font-size: 23px;
    margin-bottom: 0%;
  }
  .program-to-choose .col-md-4 p {
    /* display: inline-block; */
    font-size: 14px;
    margin-bottom: 0%;
    margin-top: 27px;
    margin-left: 0%;
  }

  .program-to-choose .col-md-4 div {
    /* margin-left: 18%; */
    margin-top: 4%;
    margin-bottom: -3%;
    justify-content: end;
  }

  .program-to-choose .btn {
    /* position: absolute; */
    padding: 1.5% 7%;
    top: 283%;
    left: 34%;
    font-weight: 400;
    font-size: 14px;
  }

  .program-to-choose .col-md-4 img {
    width: 63%;
  }

  /* our clients new */

  .our-clients {
    text-align: center;
    background-size: contain;
    padding-left: 0%;
  }

  .our-clients h1 {
    font-size: 25px;
    font-weight: 500;
    width: 100%;
  }
  .our-clients p {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
  }

  .our-clients .owl-carousel.owl-loaded {
    padding-left: 4% !important;
    padding-right: 0% !important;
  }

  .our-clients .item .card-body p {
    font-size: 12px;
    margin-top: -18%;
    font-weight: 600;
    /* margin-left: 12%; */
  }

  .our-clients .owl-dots {
    margin-top: 4%;
  }

  .our-clients .item .card-body h3 {
    margin-top: -8%;
  }

  .blog-section {
    padding-left: 0%;
    text-align: center;
  }
  .blog-section h1 {
    font-size: 25px;
    font-weight: 500;
    width: 100%;
  }
  .blog-section p {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
  }

  .blog-section .owl-carousel .item .card-body h3 {
    font-size: 13px;
    width: 100%;
  }

  .happy-placements {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 6%;
    padding-bottom: 28%;
  }
  .happy-placements .col-md-5,
  .happy-placements .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }

  .happy-placements h1 {
    font-size: 25px;
    font-weight: 500;
    width: 100%;
  }

  .happy-placements p {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    margin-bottom: 4%;
  }
  .happy-placements .top-img img {
    width: 19%;
  }
  .happy-placements .bottom-img img {
    width: 44%;
  }

  .happy-placements .clients-img {
    position: relative;
  }
  .happy-placements .bottom-img {
    position: absolute;
    top: 1%;
    left: 42%;
  }

  .happy-placements .underline-white {
    margin: auto;
    margin-top: -3%;
    margin-bottom: 2%;
  }

  .happy-placements .btn {
    /* position: absolute; */
    padding: 1% 3%;
    /* bottom: -107%; */
    margin-bottom: 4%;
    border-width: 1.2px;
    left: 38%;
    font-weight: 400;
    font-size: 15px;
  }

  .media-presence h4 {
    font-weight: 500;
    font-size: 20px;
  }

  .media-presence .row .col .slider {
    height: 96px;
    padding-left: 0%;
    padding-top: 0.5%;
  }
  /* .media-presence .slider  .item img:hover{
    cursor: pointer;
} */
}



@media only screen and (max-width: 780px) and (min-width: 769px) {
  .owl-carousel .item .card-body {
    height: 276px;
    width: 206px;
  }
}

@media only screen and (max-width: 700px) {
  .happy-placements .top-img {
    display: inline-block;
  }

  .happy-placements .top-img img {
    width: 25%;
    height: 25%;
  }
  .happy-placements .bottom-img {
    position: initial;
    left: 18%;
    padding-left: 21%;
    margin-left: 9%;
  }
  .happy-placements .bottom-img img {
    width: 34%;
    height: 34%;
  }
  .happy-placements .col-md-7 {
    padding-left: 0%;
  }

  .happy-placements .btn {
    bottom: -217%;
  }
}

@media only screen and (max-width: 650px) and (min-width: 601px) {
  .hero-section {
    padding-top: 15%;
  }
  .one-stop-learning .sec2-images {
    margin-top: 2%;
  }
}

@media only screen and (max-width: 646px) {
  .points-info {
    width: 80%;
  }
}

@media only screen and (max-width: 639px) and (min-width: 580px) {
  .owl-theme .owl-nav {
    top: 67%;
  }
  .internship-courses .owl-nav {
    top: 85%;
  }
}

@media only screen and (max-width: 639px) {
  .media-presence .owl-dots {
    margin-top: -3%;
  }
}

@media only screen and (max-width: 639px) and (min-width: 580px) {
  .our-clients .owl-nav {
    top: 88%;
  }
}

@media only screen and (max-width: 600px) {
  

  .one-stop-learning h1,
  .why-choose-us h1,
  .internship-courses h1,
  .certification-courses h1 {
    font-size: 23px;
  }
  .one-stop-learning p {
    font-size: 14px;
  }
  .one-stop-learning .col-md-7 {
    margin-top: 37%;
  }

  .why-choose-us .choose-p,
  .why-choose-us .points p,
  .internship-courses p,
  .certification-courses p {
    font-size: 14px;
  }
  .points-info .point-text {
    font-size: 14px;
  }
  .owl-carousel .item .card-body h3 {
    font-size: 13px;
  }

  .why-choose-us {
    background-image: none;
  }

  /* .owl-theme .owl-nav{
        top: 100%;
        right: 46%;
    } */

  .program-to-choose {
    margin-top: 5%;
  }

  .our-clients h1,
  .blog-section h1,
  .happy-placements h1 {
    font-size: 23px;
  }
  .our-clients p,
  .blog-section p,
  .happy-placements p {
    font-size: 14px;
  }

  .happy-placements .btn {
    bottom: -90%;
    left: 35%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 579px) {
  .media-presence .row .col .slider img {
    width: 60%;
  }
  .media-presence .row .col .slider .un {
    width: 62%;
    margin-top: -21%;
  }
  .media-presence .row .col .slider .bw {
    margin-top: -11%;
    width: 55%;
  }
  .media-presence .row .col .slider .crunch {
    width: 70%;
  }
  .media-presence .row .col .slider .your {
    width: 43%;
    /* margin-top: 3%; */
  }
  .media-presence .row .col .slider .inc {
    width: 50%;
    /* margin-top: 2%; */
  }
  .media-presence .row .col .slider .tech {
    width: 42%;
    margin-top: -15%;
  }
  .media-presence .owl-dots {
    margin-top: 0%;
  }
}
@media only screen and (max-width: 549px) {
  .new-card .linkedin {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 549px) {
  .new-card .linkedin {
    margin-top: 5%;
  }
  .media-presence .owl-dots {
    margin-top: -4%;
  }
}

/* Media queries for Mobile */

@media only screen and (max-width: 550px) {
 
  .program-to-choose {
    background-image: url("/v3/images/home/whatprogrammobile.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .one-stop-learning {
    margin-top: 0%;
  }
  .one-stop-learning .sec2-images {
    margin-top: 5%;
  }
  .one-stop-learning p {
    font-size: 14px;
  }
  .why-choose-us .choose-p {
    margin-top: 10px;
  }
  .why-choose-us .points p {
    font-size: 14px;
    width: 81%;
  }
  hr.underline {
    margin-top: 3% !important;
  }
  .one-stop-learning h1,
  .why-choose-us h1,
  .internship-courses h1,
  .certification-courses h1,
  .our-clients h1,
  .blog-section h1 {
    width: 100%;
    text-align: center;
  }
  .internship-courses p,
  .certification-courses p {
    width: 90%;
    text-align: center;
  }
  .our-clients p,
  .blog-section p {
    width: 93%;
    margin: auto;
    text-align: center;
  }
  .owl-theme .owl-nav [class*="owl-"],
  .search-icon {
    display: none;
  }

  .certification-courses .owl-dots,
  .internship-courses .owl-dots {
    margin-top: 4%;
  }

  .program-to-choose {
    text-align: center;
    padding-left: 11%;
    padding-right: 11%;
    padding-bottom: 16%;
  }
  .program-to-choose .col-md-8 h1,
  .program-to-choose .col-md-8 p {
    width: 100%;
    line-height: 32px;
  }
  .program-to-choose .col-md-4 {
    margin-top: 0%;
  }

  .program-to-choose .col-md-8 p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8%;
  }
  .program-to-choose .btn {
    /* margin-top: 7%;
        margin-bottom: 13%; */
    top: 213%;
  }
  .owl-carousel .item .card-body h3 {
    width: 100%;
  }

  .our-clients .item .card-body p {
    margin-top: -14%;

    /* margin-left: 6%; */
  }
  .program-to-choose .col-md-4 img {
    width: 60%;
  }

  .program-to-choose .col-md-4 h1 {
    margin-top: 12%;
    margin-bottom: 6%;
  }
  .program-to-choose .col-md-4 p {
    margin-bottom: 3%;
    margin-top: 5%;
  }
  .happy-placements {
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
  }
  .happy-placements h1,
  .happy-placements p {
    text-align: center;
    width: 100%;
    line-height: 20px;
  }
  .underline-white {
    margin: auto;
  }
}

@media only screen and (max-width: 549px) {
  .owl-theme .owl-nav {
    top: 88%;
  }
}

@media only screen and (max-width: 525px) {
  .one-stop-learning .btn {
    margin-top: 46%;
    font-size: 15px;
  }
  .why-choose-us .btn {
    font-size: 15px;
  }
  .points-info .point-img img {
    width: 25px;
    height: 25px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 510px) {
  .media-presence .owl-dots {
    margin-top: -4%;
  }
}

@media only screen and (max-width: 500px) {
  
  .owl-theme .owl-nav {
    display: none !important;
  }

  .our-clients .owl-dots {
    margin-top: 3%;
  }
}

@media only screen and (max-width: 500px) and (min-width: 476px) {
  .one-stop-learning .sec2-images {
    margin-top: 10%;
  }
}

@media only screen and (max-width: 475px) {
  
  .one-stop-learning h1,
  .why-choose-us h1,
  .internship-courses h1,
  .certification-courses h1,
  .our-clients h1,
  .blog-section h1 {
    font-size: 20px;
  }
  hr.underline {
    margin: auto;
  }
  .one-stop-learning p {
    width: 90%;
    margin-top: 10px !important;
    font-size: 14px;
    margin: auto;
  }
  .one-stop-learning .sec2-images {
    margin-top: 10%;
  }
  .one-stop-learning .btn {
    /* display:none; */
    font-size: 12px;
    margin-top: 48% !important;
  }
  .why-choose-us .choose-p {
    font-size: 14px;
    width: 90%;
  }
  .why-choose-us .points p {
    font-size: 12px;
  }
  .why-choose-us .btn,
  .hero-section .col-md-7 .btn,
  .one-stop-learning .btn,
  .program-to-choose .btn {
    font-size: 16px;
  }
  .internship-courses p,
  .certification-courses p,
  .our-clients p,
  .blog-section p {
    font-size: 14px;
    margin-top: 10px;
  }
  .happy-placements h1 {
    font-size: 20px;
  }
  .happy-placements p {
    font-size: 12px;
  }
  .program-to-choose .col-md-8 h1 {
    font-size: 20px;
    line-height: 27px;
  }
  .program-to-choose .col-md-8 p {
    font-size: 14px;
  }

  /* Popup will come after clicking the Learn more or similar button */
}

@media only screen and (max-width: 454px) and (min-width: 450px) {
  .owl-carousel .item .card-body {
    height: 326px;
    width: 240px;
    margin: auto;
  }
  .media-presence .row .col .slider img {
    width: 70%;
  }
}
@media only screen and (max-width: 425px) {
  .one-stop-learning p {
    line-height: 25px;
    font-size: 13px;
  }
  .why-choose-us .points p {
    width: 100%;
  }

  .program-to-choose .btn {
    top: 182%;
    font-size: 15px;
  }
  .program-to-choose .col-md-4 h1 {
    margin-top: 10%;
    font-size: 20px;
  }
  .program-to-choose .col-md-4 p {
    font-size: 13px;
  }

  .certification-courses .owl-dots,
  .internship-courses .owl-dots {
    margin-top: 6%;
  }
  .owl-theme .owl-nav {
    top: 85%;
  }

  .media-presence .row .col .slider img {
    width: 80%;
  }

  /* .one-stop-learning .sec2-/images/campus-ambassador { */
  /* margin-top: 15%; */
  /* } */
}

@media only screen and (max-width: 375px) {
  .media-presence .row .col .slider {
    margin-bottom: 8%;
  }
}

@media only screen and (max-width: 420px) {
  .media-presence .row .col .slider {
    height: 87px;
  }
}

@media only screen and (max-width: 400px) {
  .owl-nav .owl-next {
    margin-right: 42px !important;
  }

  .owl-theme .owl-nav {
    top: -34%;
  }
  .media-presence .row .col .slider img {
    width: 100%;
  }
}

@media only screen and (max-width: 382px) {
  .happy-placements .popup {
    width: 71% !important;
    top: -122%;
    left: 7%;
  }
}

@media only screen and (max-width: 375px) {
 
  .one-stop-learning h1 {
    font-size: 18px;
  }
  .one-stop-learning .sec2-images {
    margin-top: 18%;
  }
  /* .why-choose-us .choose-p {
        font-size: 14px;
        width: 95%;
    } */
  .program-to-choose {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
    padding-top: 2%;
  }
  .program-to-choose .col-md-8 p {
    line-height: 21px;
  }

  .our-clients .item .card-body p {
    margin-top: -25%;
  }

  .media-presence .owl-dots {
    margin-top: 2%;
  }
}

@media only screen and (max-width: 365px) {
  .one-stop-learning .sec2-images {
    margin-top: 24%;
  }
  .one-stop-learning .btn {
    margin-top: 59% !important;
  }
}

@media only screen and (max-width: 360px) {
  
  .owl-nav .owl-next {
    margin-right: 39px !important;
  }
  .owl-nav .owl-prev {
    margin-right: 159px !important;
  }
  .owl-theme .owl-nav {
    top: 83%;
  }
}

@media only screen and (max-width: 356px) {
  .one-stop-learning .btn {
    margin-top: 52% !important;
  }
}

@media only screen and (max-width: 339px) {
  .one-stop-learning .sec2-images {
    margin-top: 43%;
  }
  .internship-courses .owl-nav .owl-next {
    margin-right: 32px !important;
  }
  .one-stop-learning .btn {
    margin-top: 64% !important;
  }
}

/* @media only screen and (max-width:337px){
    .one-stop-learning .btn {
    margin-top: 50% !important;
    }
} */

@media only screen and (max-width: 330px) {
  .owl-theme .owl-nav {
    top: 82%;
  }
  .owl-nav .owl-next {
    margin-right: 26px !important;
  }
  .one-stop-learning .btn {
    margin-top: 58% !important;
  }
}

@media only screen and (max-width: 325px) {
  .one-stop-learning .btn {
    margin-top: 52% !important;
  }
}


/* separate media queries for download verzeo app section */

@media only screen and (max-width:1024px) and (min-width:915px){
  .download-app .col-md-7{
    padding-top: 2%;
  }


  
} 

@media only screen and (max-width:914px) and (min-width:830px){
  .download-app .col-md-7{
    padding-top: 1%;
    padding-left: 5%;
  }
  .download-app h1{
    font-size: 26px;
  }
}

@media only screen and (max-width:829px) and (min-width:768px){
    .download-app .col-md-7{
      padding-top: 1%;
      padding-left: 7%;
    }
    .download-app h1{
      font-size: 26px;
    }
    .download-app .col-md-7 .hr{
      margin-top: -3%;
    }

} 


@media only screen and (max-width:767px){

.download-app{
  padding-bottom: 25%;
}

.download-app .container-fluid{
  background-size: cover;
  padding-bottom: 15%;
  padding-top: 5%;
}
.download-app .col-md-7{
  padding-left:10%;
}
.download-app h1{
  font-size: 22px;
  margin-top: 22%;
}
.download-app .col-md-5 img{
  position: absolute;
  width: 65%;
  top: 41%;
}
.download-app .col-md-7 hr.hr{
  border: 0.1px solid #ffffff;
  height: 0px;
  margin-top: -4%;
}
.download-app .col-md-7 img{
  width: 45%;
    margin-top: 1%;
}
.download-app p{
  font-weight: 500;
  margin-top: 12%;
  font-size: 17px;
}



}


@media only screen and (max-width:575px){
  .download-app .col-md-5 img{
    width: 26%;
    right: 7%;
    margin-top: -17%;
  }
  .download-app .col-md-7 img{
    width: 27%;
    
  }

  .download-app .container-fluid{
    padding-bottom: 10%;
    padding-top: 0;
  }

  .download-app .col-md-7{
    padding-top: 0%;
  }
  .download-app h1{
    margin-top: 11%;
  }

  .download-app p{
    margin-top: 7%;
  }
  .download-app .col-md-7 hr.hr{
    margin-top: -1%
  }


}



