@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .study-logo {
    height: 100px !important;
    background-color: #0054ae;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 3%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .modal-content {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 500px;
    width: 350px;
    margin: 0 auto;
  }
  .what-we-container {
    min-width: 100% !important;
    padding: 0px 30px !important;
}
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .study-logo {
    height: 80px !important;
    background-color: #0054ae;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  
  
  .aboutus-section {
        padding: 50px 0;
        background-color: rgba(0, 0, 0, 0.035);
    }
    
    .con-all-section {
    padding: 50px 0;
}

.maps-section {
    padding: 50px 0 !important;
    background-color: rgba(0, 0, 0, 0.035);
}

.contact-form-section {
    padding: 50px 0 !important;
}

    .contact-form-container {
        padding: 15px;
        margin-bottom: 15px;
    }
  
  
  
  
  
}

@media only screen and (width: 767px) {
  body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
    overflow-x: hidden !important;
  }

  .navbar-collapse {
    background-color: #0056b3;
    padding: 50px;
    box-shadow: 0 0 10px #ddd;
    color: white !important;
  }

  #scrollUp {
    display: none !important;
  }
  .modal-body {
    padding: 10px;
  }
  .modal-content {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 500px;
    width: 350px;
    margin: 0 auto;
  }
  button[type="submit"] {
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .study-logo {
    height: 80px !important;
    background-color: #0054ae;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  img {
    overflow-clip-margin: content-box;
    overflow: hidden;
  }

  .modal-content {
    padding: 5px auto 10px auto;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 600px;
    width: 320px;
    margin: 0 auto;
  }
  .study-logo-footer {
    height: 80px !important;
    background-color: #0054ae;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    position: absolute;
    margin-top: 40px;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
  }

  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: auto;
  }

  .study-power-country-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: #fff;
    width: 190px !important;
    margin: 5px auto;
  }

  .header {
    background-size: 100%;
    background-position: top left;
    padding: 100px 10px 20px 10px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }
  .aboutus-section {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.035);
  }

  .pb-5,
  .py-5 {
    padding-bottom: 1rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 1rem !important;
  }
  .calculator-section,
  .services-section,
  .blog-section,
  .reviews-section,
  .contact-section {
    padding: 20px 0;
  }
  #navbar .nav-link {
    font-size: 18px;
    color: white !important;
    line-height: 1;
    font-weight: 500;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
    overflow-x: hidden !important;
  }

  .navbar-collapse {
    background-color: #0056b3;
    padding: 50px;
    box-shadow: 0 0 10px #ddd;
    color: white !important;
  }

  #scrollUp {
    display: none !important;
  }
  .modal-body {
    padding: 10px;
  }
  button[type="submit"] {
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .study-logo {
    height: 80px !important;
    background-color: #0054ae;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  img {
    overflow-clip-margin: content-box;
    overflow: hidden;
  }

  .modal-content {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 500px;
    width: 350px;
    margin: 0 auto;
  }
  .study-logo-footer {
    height: 71px !important;
    background-color: #0054ae;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    position: absolute;
    margin-top: 40px;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
  }

  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: auto;
  }

  .study-power-country-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: #fff;
    width: 200px;
    margin: 5px auto;
  }

  .header {
    background-size: 100%;
    background-position: top left;
    padding: 100px 10px 20px 10px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }
  .aboutus-section {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.035);
  }

  .pb-5,
  .py-5 {
    padding-bottom: 1rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 1rem !important;
  }
  .calculator-section,
  .services-section,
  .blog-section,
  .reviews-section,
  .contact-section {
    padding: 20px 0;
  }
  #navbar .nav-link {
    font-size: 16px;
    color: white !important;
    line-height: 1;
    font-weight: 500;
  }
     .aboutus-section {
        padding: 40px 0;
        background-color: rgba(0, 0, 0, 0.035);
    }
    
    .con-all-section {
    padding: 40px 0;
}



.aboutus-section {
        padding: 40px 0;
        background-color: rgba(0, 0, 0, 0.035);
    }
    
    .con-all-section {
    padding: 40px 0;
}

.maps-section {
    padding: 40px 0 !important;
    background-color: rgba(0, 0, 0, 0.035);
}

.contact-form-section {
    padding: 40px 0 !important;
}

    .contact-form-container {
        padding: 15px;
        margin-bottom: 15px;
    }
  
  
  
  
  
}

@media only screen and (min-width: 375px) and (max-width: 426px) {
  body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
    overflow-x: hidden !important;
  }
  #scrollUp {
    display: none !important;
  }
  .modal-body {
    padding: 10px;
  }
  button[type="submit"] {
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .study-logo {
    height: 80px !important;
    background-color: #0054ae;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  img {
    overflow-clip-margin: content-box;
    overflow: hidden;
  }

  .modal-content {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 500px;
    width: 320px;
    margin: 0 auto;
  }
  .study-logo-footer {
    height: 71px !important;
    background-color: #0054ae;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    position: absolute;
    margin-top: 40px;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
  }

  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: auto;
  }

  .study-power-country-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: #fff;
    width: 250px;
    margin: 7px auto;
  }

  .header {
    background-size: 100%;
    background-position: top left;
    padding: 100px 10px 20px 10px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }
  .aboutus-section {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.035);
  }

  .pb-5,
  .py-5 {
    padding-bottom: 1rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 1rem !important;
  }
  .calculator-section,
  .services-section,
  .blog-section,
  .reviews-section,
  .contact-section {
    padding: 20px 0;
  }

  #navbar .nav-link {
    font-size: 16px;
    color: white !important;
    line-height: 1;
    font-weight: 500;
  }
  
  
  
  
  .mission-visson-section {
    background-color: lightcyan;
    padding: 30px 0 !important;
}

.what-we-container {
    min-width: 100% !important;
    padding: 0 20px !important;
}

.study-power-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-bottom: 15px;
}

.purpose-section {
    padding: 30px 0 !important;
    background-color: lavender;
}



.aboutus-section {
        padding: 30px 0;
        background-color: rgba(0, 0, 0, 0.035);
    }
    
    .con-all-section {
    padding: 30px 0;
}

.maps-section {
    padding: 30px 0 !important;
    background-color: rgba(0, 0, 0, 0.035);
}

.contact-form-section {
    padding: 30px 0 !important;
}

    .contact-form-container {
        padding: 15px;
        margin-bottom: 15px;
    }
  
  
  
  
  
  
  
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.57143;
    font-weight: 400;
    color: #2d2e2e;
    overflow-x: hidden !important;
  }
  #scrollUp {
    display: none !important;
  }
  .modal-body {
    padding: 10px;
  }
  button[type="submit"] {
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .study-logo {
    height: 80px !important;
    background-color: #0054ae;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  img {
    overflow-clip-margin: content-box;
    overflow: hidden;
  }

  .modal-content {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 500px;
    width: 300px;
    margin: 0 auto;
  }
  label {
    display: inline-block;
    margin-bottom: none !important;
}
  .study-logo-footer {
    height: 71px !important;
    background-color: #0054ae;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    position: absolute;
    margin-top: 40px;
    left: 5%;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 100%, 0 73%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
  }

  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: auto;
  }

  .study-power-country-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    background-color: #fff;
    width: 250px;
    margin: 7px auto;
  }

  .header {
    background-size: 100%;
    background-position: top left;
    padding: 100px 10px 20px 10px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }
  .aboutus-section {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.035);
  }

  .pb-5,
  .py-5 {
    padding-bottom: 1rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 1rem !important;
  }
  .calculator-section,
  .services-section,
  .blog-section,
  .reviews-section,
  .contact-section {
    padding: 20px 0;
  }
  #navbar .nav-link {
    font-size: 14px;
    color: white !important;
    line-height: 1;
    font-weight: 500;
  }

  .banner-img-res {
    height: 200px;
    width: 200px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  .mission-visson-section {
    background-color: lightcyan;
    padding: 30px 0 !important;
}

.what-we-container {
    min-width: 100% !important;
    padding: 0 20px !important;
}

.study-power-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin-bottom: 15px;
}

.purpose-section {
    padding: 30px 0 !important;
    background-color: lavender;
}






.aboutus-section {
        padding: 30px 0;
        background-color: rgba(0, 0, 0, 0.035);
    }
    
    .con-all-section {
    padding: 30px 0;
}

.maps-section {
    padding: 30px 0 !important;
    background-color: rgba(0, 0, 0, 0.035);
}

.contact-form-section {
    padding: 30px 0 !important;
}

    .contact-form-container {
        padding: 15px;
        margin-bottom: 15px;
    }
  
  
  
}
