@media (max-width: 1440px)
{
.modal {
    padding-top: 42px;
    height: calc(100vh - 78px);
}
}
@media (max-width: 1366px)
{
.modal-content {
    padding: 40px 10px 26px;
}
}

.modal {
  display: none;
  position: fixed;
  z-index: 99!important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - 114px);
  overflow: auto!important;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.close, .close1, .close2, .close3 {
    color: #aaaaaa!important;
    float: right!important;
    font-size: 40px!important;
    font-weight: bold!important;
    position: absolute;
    top: 2px;
    right: 18px;
    text-shadow: unset!important;
    opacity: 1!important;
    transition: all .4s ease-in-out;
}
.custop-boots .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.custop-boots .container:before,
.custop-boots .container:after,
.custop-boots .row:before,
.custop-boots .row:after {
  display: table;
  content: " ";
}

.custop-boots .row {
  margin-right: -15px;
  margin-left: -15px;
}

.custop-boots [class*="col-"] {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.book-studio-box {
    box-shadow: 0 5px 10px #eeeeee;
    background: #eeeeee61;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin: 0;
}
@media (max-width: 1366px){
.image-holder {
    height: 260px;
}
}
@media (max-width: 1440px){
.image-holder {
    height: 300px;
}}
.image-holder {
    width: 100%;
    height: 400px;
}
.image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media (max-width: 1440px){
.content-card-holder {
    padding: 20px 20px;
}
}
.content-card-holder {
    padding: 30px 20px;
}
.content-card-holder p {
    color: #000000;
    font-size: 18px;
    font-family: 'apercuregular';
    margin-bottom: 16px;
    line-height: 1.4em;
}
@media (max-width: 1440px){
.content-card-holder .btn {
    font-size: 18px;
    margin-top: 22px;
    padding: 10px 14px;
}}
.content-card-holder .btn {
    margin-top: 28px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: unset;
}

.modal.modal-form .modal-content {
    max-width: 600px;
    overflow: hidden;
}

.modal.modal-form .modal-content {
    width: 42%;
    background: #eeeeee;
    padding: 44px 30px 44px;
}

@media (max-width: 1366px){
.modal-content {
    padding: 40px 10px 26px;
}
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 44px 10px 44px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 10px;
    position: relative;
}

.btn-secondary:hover {
  color: #ffffff;
  border-color: #D31E47;
  background: #D31E47;
}