

@media only screen and (max-width: 576px){
  /* For Mobile: */
  .navbar-nav{
    align-items: flex-start;
    width: 100%;
    background-color: whitesmoke;
    position: absolute;
    /*margin-left: 75px;*/
  }
  .navbar {
    margin-top: 0px;
    width: 100%;
    z-index: 9 !important;
    /* background-image: linear-gradient(to left, #642ff9, #642df5, #642bf0, #6328ec, #6326e8, #7520e2, #841adb, #9113d5, #aa06ca, #bd01c0, #cd0bb6, #da1bad); */
    position: relative;
    padding: 1rem 1rem;
  }
  .navbar-brand
  {
    width: 50%;
  }
  .navbar-brand>img{
  width: 35%;
  }
  .navbar-toggler
  {
    font-size: 20px;
  }
  .nav-item{
    text-indent: 50px;
  }
  .nav-link{
    color: black;
    font-size: larger;
  }
  .nav-item > button{
    display: none;
  }
  .head{
    margin-top: -22px;
  }
  .header-fixed{
    padding: 20px;
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    margin-top: 0px !important;
    transition: 0.2s;
  }
  .dropdown{
    width: 100%;
  }
  .dropdown-menu{
    width: 100%;
  }
  .dropdown-item{
    margin-left: 25px;
  }
  .font{
    padding-top: 0px;
    width: 73%;
  }
  .font-button{
    margin-top: 0px;
    padding: 25px 50px;
    font-size: 20px;
  }
  .font-button:focus{
    outline: none;
    padding: 25px 50px;
    font-size: 20px;
  }

  .iframe-size{
    width: 640px;
    height: 490px;
  }
  .vid{
    width: 50%;
  }
  .vid iframe {
      width: 100%;
  }
  .bg-img{
    margin-top: -10px;
    margin-left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .font >p{
    font-size: 30px;
    height: 140px;
    overflow: hidden;
  }
  .written {
    width: 100%;
    margin-top: 31px;
    font-size: 20px;
  }
  .written-button{
    padding: 25px 50px;
    font-size: 20px;
  }
  .written-button:focus{
    outline: none;
    padding: 25px 50px;
    font-size: 20px;
  }
  .rcorners {
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    background: lavender;
    background-position: left top;
    background-repeat: repeat;
    padding: 35px 37px;
    width: 100%;
    transition: 0.5s;
  }
  .rcorners >h5{
    font-size: 25px;
  }
  .rcorners > p{
    font-size: 20px;
    margin-top: 5px;
    height: 56px;
    overflow: hidden;
  }
  .rcorners > h6{
    font-size: 20px;
  }
  .rc-mar{
    margin-top: 35px;
  }
  .third-row{
    margin-top: 75px;
    }
  .pic{
    margin: 20px;
    padding: 25px;
  }
  .space{
    font-size: 25px;
    margin-top: 50px;
  }
  
  .sum
  {
    justify-content: center;
  }
  .space-text > h2{
    font-size:30px;
  }
  .space-text > p{
    font-size: 20px;
  }
  .space-button{
    width: 100%;
    margin-top: 35px;
  }
  .space-button > .flex{
    display: contents;
  }
  .row-button-3 {
    border: 1px solid blueviolet;
    color: black;
    width: 100%;
    background-color: aliceblue;
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
  }
  .button-1{
    margin-left: 60px;
    margin-top: 35px;
  }
  .h1-button-1{
    font-size: 70px;
  }
  .h1-btn-mar-1 > p{
    font-size: 35px;
  }
  .sub-button{
    padding: 25px 50px;
    font-size: 20px;
    margin-top: 100px;
  }
  .mob-causes{
    display: grid;
    grid-template-columns: auto;
    gap: 50px;
  }
  .row-cau{
    width: 100%px;
  }
  .row-margin{
    width: 100%;
    font-size: 25px;
    margin-top: 20px;
    padding: 18px;
  }
  .row-btn {
    width: 29%;
    margin-left: auto;
  }
  .child-cau .col-md-4:nth-child(even){
    margin-top: 15px;
  }
  .card{
    border-top-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
    overflow: hidden;
  }
  .card:hover{
    border-top-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
  }
  .card-text{
    font-size: 20px;
    color: darkgray;
  }
  .up-card-text > p {
    height: 100px;
    overflow: auto;
    font-size: 20px;
    margin: 20px;
  }
  .text-size {
    height: 100px;
    overflow: hidden;
    font-size: 25px;
  }
  .card-flex{
    margin-top: 40px;
    display:flex;
    text-align: center;
    font-size: 30px;
  }
  .btn-right{
    margin-top: 50px;
    padding: 15px 30px;
    font-size: large;
  }
  .size{
    font-size: 25px;
  }
  .progress{
    margin-top: 30px;
  }
  .six-row-wi
  {
    width: 100%;
  }
  .six-aligen >h2{
    font-size: 35px;
  }
  .border-mar{
    margin-right: -53px;
    font-size: 25px;
  }
  .bor-mar{
    font-size: 25px;
    margin-left: -30px;
  }
  .foo > div >h2
  {
    font-size: 50px;
  }
  .footer {
    margin-top: 50px;
  }
  .mob-causes > div > h2{
    font-size: 40px;
  }
  .footer h3{
    font-size: 30px;
  }
  
  .r-width{
    margin-top: 25px;
    }

  .r-width > p{
    font-size: 20px;
    height: 100px;
    overflow: hidden;
  }
  .r-width:hover, .r-width:focus, .r-width:active{
    overflow: hidden;
  }
  
  .w-hours > p{
    font-size: 17px; 
  }
  .ca-width > li {
    font-size: 19px;
    line-height: 40px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 35px;
    background-color: unset;
    padding: 0px;
    width: 100%;
    height: 385px;
    overflow: auto;
  }
  .grid-container > div {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .grid-container > div >img {
    height: 100px;
    width: 100px;
  }
  .st-font {
    font-size: 20px;
    height: 100px;
    overflow: hidden;
  }

  .email-width{
    width: 50%;
  }
  .input-group > input{
    height: 60px;
  }
  .footer-end{
    width: 100%;
    text-align: center;
  }
  .footer-end > p{
    font-size: 20px;
  }
  .foo-icon {
    font-size: 23px;
    padding: 25px 0;
  }
  .img-card {
    width: 100%;
  }
  .fifth-card-body {
    position: relative;
  }
  .badges-width{
    position: absolute;
    margin-top: -2px;
  }
  
  .six-card-text-mar{
    text-align: center;
    font-size: 20px;
    color: darkgray;
  }
  .row-margin2{
    font-size: 25px;
    width: 100%;
    margin-left: 0px;
    padding: 20px;
  }
 .up-card-title >p {
    font-size: 30px;
    padding-top: 40px;
 }
  .card-title >p {
    font-size: 22px;
    padding-top: 40px;
  }
  .border-stl {
    padding: 15px;
  }
 .card-horizontal {
    display: contents; 
    flex: 1 1 auto;
    height: 318px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .card-horizontal:hover {
    border-top-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
  }
  .six-aligen
  {
    text-align: left;
    margin-top: 100px;
    width: 100%;
  }
 
  .col-six-card {
    width: 100%;
    justify-content: space-evenly;
    padding: 33px;
  }
  .slick-slider
  {
    width: 660px;
  }
  .slick-head
  {
    text-align: center;
    width: 100%;
  }
  .footer >ul{
    width: 100%;
  }
  hr{
    margin-top: 35px;
  }
  .foo-email
  {
    text-align: -webkit-center;
  }
  .fifth-content-2 {
    position: relative;
  }
  .fifth-content {
    width: 90%;
  }
  .card-title {
    text-align: center;
    margin-top: 0px;
    font-size: 30px;
  }
  .up-card-title
  {
    text-align: center;
    margin-top: 0px;
  }
  .footer ul
  {
  list-style-type: none;
  margin-left: 0px;
  }
  .blog-card{
    width: 100%;
  }
  .grid-container-inst{
    width: 100%;
  }
  .foo>img{
    width: 13%;
  }
  /*donate us start*/

  .input-form{
    padding: 0px;
  }
  .donate-button{
    padding: 12px 25px;
  }

  /*donate us end*/
  /*volunteer section start*/

  .volunteer-bg-img{
    height: 290px;
  }

  /*volunteer section end*/
   .file > label{
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 12px;
      padding-bottom: 12px;
   }

}


@media only screen and (min-width: 576px) and (max-width: 768px){
  .mob-causes{
    display: grid;
    grid-template-columns: auto;
    gap: 50px;
  }
  .navbar-nav{
    align-items: flex-start;
    width: 100%;
    background-color: whitesmoke;
    position: absolute;
    /*margin-left: 75px;*/
  }
  .navbar-brand
  {
    width: 10%;
  }
  
  .navbar-toggler
  {
    font-size: 20px;
  }
  .nav-item{
    text-indent: 50px;
  }
  .nav-link{
    color: black;
    font-size: larger;
  }
  .nav-item > button{
    display: none;
  }
  .header-fixed{
    padding: 20px;
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    margin-top: 0px !important;
    /* background-image: linear-gradient(to left, #642ff9, #642df5, #642bf0, #6328ec, #6326e8, #7520e2, #841adb, #9113d5, #aa06ca, #bd01c0, #cd0bb6, #da1bad); */
    transition: 0.2s;
    /* background-image: linear-gradient(315deg,#009ff8 0%,#ffa890 74%); */
  }
  .dropdown{
    width: 100%;
  }
  .dropdown-menu{
    width: 100%;
  }
  .dropdown-item{
    margin-left: 25px;
  }
  .font{
    padding-top: 50px;
    width: 75%;
  }
  .font-button{
    margin-top: 0px;
    padding: 17px 40px;
    font-size: 15px;
  }
  .font-button:focus{
    outline: none;
    padding: 25px 50px;
    font-size: 20px;
  }

  .iframe-size{
    width: 640px;
    height: 490px;
  }
  .vid{
    width: 50%;
  }
  .vid iframe {
      width: 100%;
  }
  .bg-img{
    margin-top: -10px;
    margin-left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .h1 {
    font-size: 64px;
  }

  .font >p{
    font-size: 20px;
    height: 137px;
    overflow: hidden;
  }
  .written {
    width: 100%;
    margin-top: 31px;
    font-size: 20px;
  }
  .written > h3{
    font-size: 23px;
  }
  .written-button{
    padding: 17px 40px;
    font-size: 15px;
  }
  .written-button:focus{
    outline: none;
    padding: 25px 50px;
    font-size: 20px;
  }
  .rcorners {
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    background: lavender;
    background-position: left top;
    background-repeat: repeat;
    padding: 35px 37px;
    width: 100%;
    transition: 0.5s;
  }
  .rcorners >h5{
    font-size: 25px;
  }
  .rcorners > p{
    font-size: 20px;
    margin-top: 5px;
    height: 56px;
    overflow: hidden;
  }
  .rcorners > h6{
    font-size: 20px;
  }
  .rc-mar{
    margin-top: 35px;
  }
  .third-row{
    margin-top: 75px;
    }
  .pic{
    margin: 0px;
    padding: 15px;
  }
  .space{
    font-size: 25px;
    margin-top: 50px;
  }
  
  .sum
  {
    justify-content: center;
  }
  .space-text > h2{
    font-size:23px;
  }
  .space-text > p{
    font-size: 18px;
  }
  .space-button{
    width: 100%;
    margin-top: 35px;
  }
  .space-button > .flex{
    display: contents;
  }
  .row-button-3 {
    border: 1px solid blueviolet;
    color: black;
    width: 100%;
    background-color: aliceblue;
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
  }
  .button-1{
    margin-left: 60px;
    margin-top: 35px;
  }
  .h1-button-1{
    font-size: 43px;
  }
  .h1-btn-mar-1 > p{
    font-size: 25px;
  }
  .sub-button{
    padding: 17px 40px;
    font-size: 15px;
    margin-top: 100px;
  }
  .row-cau{
    width: 100%px;
  }
  .row-margin{
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    padding: 18px;
  }
  .row-margin>h2{
    font-size: 23px;
  }
  .row-btn {
    width: 27%;
    margin-left: auto;
  }
  .child-cau .col-md-4:nth-child(even){
    margin-top: 15px;
  }
  .card{
    border-top-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
    overflow: hidden;
  }
  .card:hover{
    border-top-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
  }
  .card-text{
    font-size: 20px;
    color: darkgray;
  }
  .up-card-text > p {
    height: 100px;
    overflow: auto;
    font-size: 18px;
    margin: 20px;
  }
  .text-size {
    height: 100px;
    overflow: hidden;
    font-size: 18px;
  }
  .up-card-text{
    height: 100px;
    overflow: auto;
  }
  .card-flex{
    margin-top: 40px;
    display:flex;
    text-align: center;
    font-size: 20px;
  }
  .btn-right{
    margin-top: 33px;
    padding: 12px 0px;
    font-size: 15px;
  }
  .size{
    font-size: 18px;
  }
  .fifth-content>h1{
    font-size: 40px;
  }
  .fifth-content{
    width: 87%;
  }
  .progress{
    margin-top: 30px;
  }
  .six-row-wi
  {
    width: 100%;
  }
  .six-aligen >h2{
    font-size: 30px;
  }
  .border-mar{
    font-size: 18px;
  }
  .bor-mar{
    font-size: 18px;
  }
  .foo > div >h2
  {
    font-size: 50px;
  }
  .footer {
    margin-top: 50px;
  }
  .mob-causes > div > h2{
    font-size: 40px;
  }
  .footer h3{
    font-size: 25px;
  }
  
  .r-width{
    margin-top: 25px;
    }

  .r-width > p{
    font-size: 23px;
    height: 100px;
    overflow: hidden;
  }
  .r-width:hover, .r-width:focus, .r-width:active{
    overflow: hidden;
  }
  
  .w-hours > p{
    font-size: 20px; 
  }
  .ca-width > li {
    font-size: 20px;
    line-height: 38px;
  }
  .foo {
    margin-top: -27px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 35px;
    background-color: unset;
    padding: 0px;
    width: 100%;
    height: 385px;
    overflow: auto;
    margin-top: -30px;
  }
  .grid-container > div {
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .grid-container > div >img {
    height: 100px;
    width: 100px;
  }
  .st-font {
    font-size: 20px;
    height: 100px;
    overflow: hidden;
  }

  .email-width{
    width: 50%;
  }
  .input-group > input{
    height: 60px;
  }
  .footer-end{
    width: 100%;
    text-align: center;
  }
  .footer-end > p{
    font-size: 20px;
  }
  .foo-icon {
    font-size: 23px;
    padding: 25px 0;
  }
  .img-card {
    width: 100%;
  }
  .fifth-card-body {
    position: relative;
  }
  .badges-width{
    position: absolute;
    margin-top: -2px;
  }
  
  .six-card-text-mar{
    text-align: center;
    font-size: 20px;
    color: darkgray;
  }
  .row-margin2>h2{
    font-size: 23px;
  }
  .row-margin2{
    font-size: 18px;
    width: 100%;
    margin-left: 0px;
    padding: 20px;
  }
 .up-card-title >p {
    font-size: 23px;
    padding-top: 40px;
 }
  .card-title >p {
    font-size: 22px;
    padding-top: 40px;
  }
  .border-stl {
    padding: 15px;
  }
 .card-horizontal {
    display: contents; 
    flex: 1 1 auto;
    height: 318px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .card-horizontal:hover {
    border-top-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
  }
  .six-aligen
  {
    text-align: left;
    margin-top: 100px;
    width: 100%;
  }
 
  .col-six-card {
    width: 100%;
    justify-content: space-evenly;
    padding: 33px;
  }
  .slick-slider
  {
    width: 465px;
  }
  .slick-head
  {
    text-align: center;
    width: 100%;
  }
  .footer >ul{
    width: 100%;
  }
  hr{
    margin-top: 35px;
  }
  .foo-email
  {
    text-align: -webkit-center;
  }
  .fifth-content-2 {
    position: relative;
  }
  .card-title {
    text-align: center;
    margin-top: 0px;
    font-size: 23px;
  }
  .up-card-title
  {
    text-align: center;
    margin-top: 0px;
  }
  .footer ul
  {
  list-style-type: none;
  margin-left: 0px;
  }
  .blog-card{
    width: 100%;
  }
  .grid-container-inst{
    width: 100%;
  }
  .foo>img{
    width: 10%;
  }
  .input-form{
    padding: 0px;
  }
  .donate-button{
    padding: 12px 25px;
  }

  /*volunteer section start*/
  .volunteer-bg-img{
    height: 300px;
  }
  .group{
    padding: 20px;
  }

  /*volunteer section end*/
  .file > label{
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 10px;
      padding-bottom: 10px;
   }

}


@media only screen and (min-width: 768px) and (max-width: 991px){
  /* For tablets: */

  .navbar-collapse .navbar-nav{
    align-items: flex-start;
    width: 100%;
    background-color: whitesmoke;
    position: absolute;
    margin-left: 0px;
  }
  .navbar-collapse ul li.nav-item,.navbar-collapse ul li.nav-item {
    width: 100% !important;
  }
  .navbar-nav{
    align-items: flex-start;
    width: 100%;
    background-color: whitesmoke;
    position: absolute;
    margin-left: 0px;
  }
  .font {
    width: 69%;
  }

  .nav-item{
    text-indent: 50px;
  }
  .navbar-brand{
    width: 12%;
  }
  .navbar-toggler
  {
    margin-right: 35px;
    font-size: 20px;
  }
  .nav-link{
    color: black;
    font-size: larger;
  }
  .nav-item > button{
    display: none;
  }
 
  .header-fixed{
    position: fixed;
    top:0; 
    left:0;
    margin-top: 0px !important;
    /* background-image: linear-gradient(to left, #642ff9, #642df5, #642bf0, #6328ec, #6326e8, #7520e2, #841adb, #9113d5, #aa06ca, #bd01c0, #cd0bb6, #da1bad); */
  }
  .dropdown{
    width: 100%;
  }
  .dropdown-menu{
    width: 100%;
  }
  .dropdown-item{
    margin-left: 25px;
  }

  .bg-img{
    margin-top: -10px;
    margin-left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
  }
  .written {
    margin-top: 42px;
    width: 100%;
  }
  .written-button{
    padding: 15px 30px;
  }
  .written-button:hover{
    padding: 15px 30px;
  }
  .vid-slider {
    margin-top: -190px;
    justify-content: center;
  }
  .iframe-size{
    width: 650px;
    height: 620px;
  }
  .child-selector {
    padding: 0px !important;
  }
  .rcorners {
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    background: lavender;
    background-position: left top;
    background-repeat: repeat;
    padding: 15px 18px;
    width: 100%;
    transition: 0.5s;
  }
  .icone{
    margin-top: -4px;
  }
  .icon{
    margin-top: -30px;
  }
  .icon >span{
    font-size: 35px;
  }
  .rcorners > h5 >strong{
    font-size: 23px;
  }
  .rcorners > p {
    font-size: 16px;
    margin-top: 12px;
    height: 75px;
  }
  .rcorners > h6{
    font-size: 20px;
  }
  .third-row{
    display: contents;
  }
  .sum{
    width: 100%;
    justify-content: center;
  }
  .space-text{
    width: 100%;
  }
  .space-button{
    justify-content: space-around;
  }
  .space{
    margin-top: 30px;
  }
  .sub-button {
    margin-top: 100px;
  }
  .row-button-3 {
    border: 1px solid blueviolet;
    color: black;
    margin: 25px 10px;
    width: 175px;
    padding: 10px 20px;
    background-color: aliceblue;
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
  }
  .row-button-3:hover{
    background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
    background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
    background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
    color: white;
  }
  .button-1{
    margin-left: 60px;
  }
  .h1-button-1{
    margin-top: 35px;
    font-size: 35px;
    text-align: center;
  }
  .h1-btn-mar-1{
    text-align: center;
    font-size: 20px;
  }
  .sub-button{
    padding: 15px 30px;
  }
  .sub-button:hover{
    padding: 15px 30px;
  }
  .row-margin > p{
    font-size: larger;
  }
  .row-btn {
    width: 41%;
    margin-left: auto;
  }
  .grid-causes{
    display: grid;
    grid-template-columns: auto auto ;
    gap: 10px;
  }
  .pic-flex {
    display: flex;
  }
  .card {
    width: 310px;
  }
  .fifth-content{
    width: 90%;
  }
  .fifth-content-2 {
    position: relative;
    width: 100%;
  }
  .card-text{
    font-size: 17px;
  }
  .size{
    font-size: 12px;
  }
  .row-margin2 >p{
    font-size: larger;
  }
  /*.row-card-margin{
    margin-left: -50px;
  }*/
  .six-card-text{
    width: 100%;
    text-align: center;
  }
  .six-card{
    width: fit-content;
    margin-top: 20px;
  }
  .text-size{
    font-size: 14px;
    text-align: justify;
  }
  
  .seven-border{
    border-right: none;
  }
  hr{
    margin-top: 25px;
  }
  .l-width{
    width: 100%;
  }
  .l-width >p{
    font-size: 15px;
  }
  .w-hours{
    width: 100%;
  }
  .w-hours > p{
    font-size: 15px;
  }
  .ca-width{
    width: 100%;
  }
  .ca-width > li >a{
    font-size: larger;
  }
  .ne-width{
    width: 100%;
  }
  .st-font{
    font-size: larger;
  }
  .input-group{
    width: 100%;
    margin-top: 0px;
  }
  .fifth-card-body {
    /*width: 300px;*/
    border-bottom-right-radius: 50px;
    background: aliceblue;
    margin-top: -42px;
  }
  .up-card-text
  {
    margin-top: -50px;
  }
  .up-card-text > p {
    height: 100px;
    /* overflow: hidden; */
    text-align: center;
  }
  .up-card-title >p{
    padding: 40px;
  }
  .img-card {
    border-top-left-radius: 50px;
    /*width: 300px;*/
    height: 176px;
    object-fit: cover;
    /* width: 100%; */
  }

  .card-horizontal {
    display: contents; 
    flex: 1 1 auto;
    /*height: 318px;*/
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .card-title{
    font-size: 15px;
    margin-top: 0px;
  }
  .fifth-content-2 {
    position: relative;
    width: 100%;
  }
  .col-six-card {
    width: 100%;
    margin-top: 10px;
  }
  .footer-end
  {
    text-align: center;
  }
  .foo-icon{
    font-size: 23px;
    padding: 25px 0;
  }
  .blog-card{
    width: 100%;
  }
  .blog-mark{
    margin-top: 0px;
  }
  .grid-container-inst{
    grid-template-columns: auto auto auto auto;
    width: 100%;
  }
  .foo>img {
    width: 20%;
  }
  .input-form{
    padding: 0px;
  }
  .donate-button{
    padding: 12px 50px;
  }
  .file > label{
      padding-left: 35px;
      padding-right: 35px;
      padding-top: 10px;
      padding-bottom: 10px;
   }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .h1 {
    font-size: 60px;
  }
  .navbar-nav {
      text-indent: 15px;
  }
  .navbar-brand{
    width: 8%;
  }
  
  .font{
    width: 38%;
  }
  .vid-slider {
    margin-top: -175px;
  }
  .iframe-size {
    width: 700px;
    height: 600px;
  }
  .rcorners {
    border-top-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0px;
    background: lavender;
    padding: 34px 20px;
  }
  .written {
    /* text-align: left; */
    margin-top: 50px;
  }
  .third-row {
    margin-top: 60px;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row-button-3 {
    padding: 3px 31px;
    margin: 5px;
  }
  .pic{
    padding: 37px;
  }
  .sub-button{
    margin-top: 125px;
  }
  .h1-button-1{
    font-size: 30px;
  }
  .size {
    font-size: 9px;
    margin-left: 8px;
  }
  .row-btn{
    width: 46%;
    margin-left: auto;
  }
  .footer h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .grid-container{
    grid-template-columns: auto auto auto;
    grid-gap: 3px;
    height: 166px;
    overflow: hidden;
  }
  .grid-container > div{
    width: 72px;
    height: 51px;
  }
  .grid-container > div > img{
    height: 50px;
    width: 72px;
  }
  .fifth-content {
    width: 62%;
  }
  .ne-width{
    text-align: start;
  }
  .foo-email{
    width: 80%;
    margin-top: 50px;
  }
  .r-width{
    text-align: start;
    height: 100px;
    overflow: hidden;
  }
  .w-hours{
    text-align: start;
  }
  .ca-width{
    text-align: start;
  }
  .foo>img {
    width: 33%;
  }
  .blog-mark {
    margin-top: 0px;
  }
  .grid-container-inst {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 9px;
    background-color: unset;
    width: fit-content;
  }
  .file > label{
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 10px;
      padding-bottom: 10px;
   }
}