.form-new {
  width: 20%;
  position: -webkit-sticky;
  position: absolute;
  bottom: 60px;
  top: 64px;
  right: 40px;
  border: 1px solid #226463;
  box-shadow: 0 5px 7px 2px rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgb(18, 89, 88) 0%, rgb(255, 255, 255) 100%);
  padding: 15px 0px 0px 0px;
}


.form-new iframe {
  height: 600px;
}
.form-new p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 3px 0px;
}
@media (max-width:1007px) {
  .form-new {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0px;
    border: 0px;
    box-shadow: inherit;
    margin: -40px 0px 35px 0px;
  }
}
.heading-new1 {
  text-transform: uppercase;
}
.content-new {
  margin: 0px 0px 15px 0px !important;
}
.content-new strong {
  color: #ffc35a;
}

.row{
  display: flex !important;
  flex-wrap: wrap !important;
}

.cards {
  width: 250px;
  height: 260px;
  background: white;
  border-radius: 10px;
  margin: 20px;
  transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: #226463;
  padding: 20px;
 }
 
 .cardsi {
  width: 250px;
  height: 260px;
 
  border-radius: 10px;
  margin: 20px;
  transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: none;
 
  
 }

 .shadow {
  box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
              0 0  0 2px rgb(190, 190, 190),
              0.3em 0.3em 1em rgba(0,0,0,0.3);
 }

 .cardholder{
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;


 }






 /* * {
  box-sizing: border-box;
}

.item-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  
  justify-content: center;
  

}

.items {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  margin: 2em;
} */

/* .photo{
  margin: auto;
  margin-left: -40px;
  width: 109%;
  position: absolute;
  z-index: -10000;
  object-fit: contain;
  margin-top: -45px;
} */

.texth{

  /* margin-top: 10px !important; */
  /* margin-bottom: 10px !important; */

  


}

/* .item {
  
  position: relative;
  left: 0px;
 
  flex-shrink: 1;
 
  
  flex-basis: calc(33% - 2em);
  height: 200px !important;
  width: 200px !important;
  display: flex;
  justify-content: center;
  margin: 30px;
  padding: 20px;


  

} */

/* 
.item::before {
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
  background: black;
  opacity: 0;


  
} */


.item:hover .item__link {
  opacity: 1;
  visibility: visible;
}

.item__link {
  text-decoration: none;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 2px solid white;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.item__link:hover {
  background-color: white;
  color: black;
}

.slider {
  background: transparent;
  border: 2px solid black;
  color: black;
  padding: 10px;
}

.slider:hover {
  background-color: black;
  color: white;
}

/* .slidehol{
  display: flex;
  justify-content: center;
  margin-left: 50px !important;
  background-color: #226463;
} */


.prof{
  display: flex;
  overflow: auto;
  margin-left: 70px;
  
  
}

.itemk{
  width: 500px;
  height: 200px;
  min-width: 500px;
  margin: 20px;
  
}


.profimg{

  height: 80px;
  width: 80px;
}

.hole{
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
  height: 120px;
  text-align: center;
  padding: 20px;
}

.fFooter:hover{

  cursor: pointer;


}
