@media (max-width: 767px){
    .logo-area img {
    height: 60px;
    width: auto;
}
.heading h2{
    font-size: 20px;
}
    #hero .container{
    padding: 0px 0px 0px 0px;
    }
    .gp-img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-grid{
    grid-template-columns: 1fr;

}
.form-container{
    padding: 36px 12px;
}
.gp-img-wrapper img {
    width: 140px;
}
.global-placements-img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}
section.global-placements {
    padding: 10px;
}
.global-placements-img-wrapper img{
    width: 100%;
}
.why-podar-section{
    padding: 10px;
}
.why-podar-card-list.first{
    margin-bottom: 0;
}
.why-podar-card-list.second{
    margin-top: 0;
}
.why-podar-card-list.third{
    margin-bottom: 0;
    margin-top: 0;
}
.why-podar-card-list.forth{
    margin-top: 0;
}
.why-podar-card-list{
    padding: 20px 20px;
}
.swiper-wrapper{
    gap: 25px;
}
.programmes-img img {
    border: none;
    box-shadow: none;
    height: 200px;
    max-width: 280px;
}
.hero-content h1{
            font-size: 28px;
}
.hero-content p{
    font-size: 16px;
        line-height: 1.6em;
}
.heading-gp h2{
    font-size: 25px;
}
.programes-heading h2{
    font-size: 25px;

}
.why-podar-heading-wrapper h2 {
        font-size: 25px;
        text-align: center;

}
.why-podar-heading-wrapper p {
    font-size: 16px;
}
.gp-wrapper h2 {
    font-size: 25px;
}
.why-podar-card-wrapper{
            margin-bottom: 40px;
}
  .slider-btn.prev {
    left: 90px;
  }
  
  .slider-btn.next {
    right: 90px;
  }
  .slider-dots{
    display: none !important;
  }
  .slider-btn{
    top: 100%;
            transform: translateY(-100%);
            background: #fff;
            color: black;
  }
  .faq-title h2{
    font-size: 25px;
}
.faq-header{
    font-size: 16px;
    padding: 12px 20px;
}
.faq-content{
    font-size: 14px;
}
.faq-icon{
        width: 50px;
    height: 25px;
}
.faq-icon::before{
    font-size: 10px;
}
.slider-btn img{
    width: 18px;
}
.video-testimonials-slider .header h1 {
    font-size: 25px;

}
.programmes-heading h1{
    font-size: 25px;
}
.programmes-sub-heading h4 {
    font-size: 15px;
}
.programmes-content h4{
    font-size: 22px;
}
.programmes-content p{
    font-size: 18px;
}
h3.icon-box-title{
    font-size: 18px;
}
section.programmes-section {
    padding: 10px;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}
.program-slider .slide-description {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}
#hero {
    background: url("../images/Untitled-design-57.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 25px;
}
.hero-content {
    margin-bottom: 220px;
    margin-left: 0;
}
.form-container {
    margin-top: 60px;
}
.thank-you-wrapper{
    padding: 10px;
}
.thk-img-wrapper img {
    width: 90px;
}
.thank-you-wrapper h2 {
    font-size: 28px;
    font-weight: 600;
    color: #FFBF00;
}
.thank-you-wrapper p {
    font-size: 16px;
}
section.thank-you {
       background: url("/images/Untitled-design-57.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 25px;
}
.img {
    margin-bottom: 215px;
}
}


@media (min-width: 768px) and (max-width: 991px){
#hero .container {
    padding: 0px 0px 0px 10px;
}
.gp-img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.global-placements-img-wrapper{
    grid-template-columns: 1fr 1fr 1fr;

}
.why-podar-section {
    padding: 10px;
}
.heading h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
}
.gp-img-wrapper img {
    border: 1px solid #000;
    border-radius: 12px;
    padding: 5px;
    width: 100%;}

}
@media (min-width: 1350x) and (max-width: 2000px){
    .gp-img-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.gp-img-wrapper img {
    border: 1px solid #000;
    border-radius: 12px;
    padding: 5px;
    width: 100%;
}
.hero-content {
    margin-left: 180px;
}
}
