@charset "utf-8";
/* CSS Document */

#myBtn {
  outline: none;
}


/* @-webkit-keyframes animatetop {
0% {
    transform: translateY(-100%);
    opacity: 0;
}
100% {
    transform: translateY(-50%);
    opacity: 1;
}
} */
@keyframes animatetop {
0% {
    transform: translateY(-50%);
    opacity: 0;
}
100% {
    transform: translateY(0%);
    opacity: 1;
}
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  /* padding-top: 100px; */
left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  margin: auto;
    z-index: 99999999;
}
@keyframes slideToCenter {
  0% {
    top: 0%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

/* Modal Content */
.modal-content {
  position: absolute;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  overflow: auto;
  width: 50%;
  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  /* -webkit-animation: animatetop 1.25s ease-in-out;
    animation: animatetop 1.25s ease-in-out;
    will-change: transform, opacity; */
   -webkit-animation: slideToCenter 1.25s 
ease-in-out;
    animation: slideToCenter 1.25s 
ease-in-out;
    will-change: transform, opacity;

}
/* Add Animation */
/* @-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
} */
/* The Close Button */
.close {
  color: #b9b9b9;
  float: right;
  font-size: 40px;
  line-height: 4px;
  transition: all 0.25s ease-out 0s;
  position: absolute;
  top: 15px;
  right: 1%;
}
.close:hover,
.close:focus {
  color: #a4bde4;
  text-decoration: none;
  cursor: pointer;
}
.modal-body { 
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 0;
  padding: 45px 8% 30px;
}
.modal-body p {
    font-size: 14px;
    color: #706f6f;
    line-height: 26px;
    margin: 0 0 16px;
}
.modal-body h2 {
    font-size: 24px;
    color: #a4bde4;
    line-height: 33px;
    margin: 0 0 22px;
}
.direction-modal .modal-body h2 {
    font-size: 30px;
    font-weight: 400;
    color: #727272;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 0 0 26px;
    font-family: "Playfair Display", serif;
}

.direction-modal .modal-body{padding: 38px 8% 34px;}
.direction-modal .modal-content{    background: #fff;border-radius:12px;border:3px solid #94bbbf;border-width:2px 2px 2px}
.direction-modal .close.closeaddapt{top:17px;right:17px;border-radius:50%;height:27px;width:27px;display:flex;align-items:center;padding:2px;line-height:1;color:#94bbbf;padding-bottom:11px;padding-left: 5px;}
.direction-modal .dir-contet p {
    color: #706f6f;
    line-height: 1.5;
    font-weight: 400;
    float: none;
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    letter-spacing: normal;
    line-height: 1.75;
    position: relative;
    padding: 0 0 0 13px;
    margin: 0 0 20px;
    position: relative;
}

   
.direction-modal .close.closeaddapt:hover{color:#727272;;border-color:#727272;}

.direction-modal .dir-contet  ul

.direction-modal .dir-contet ul { width:100%; float: none; margin:0 auto 22px; padding-left: 0px;}

.direction-modal .dir-contet ul li {float: none;font-size: 14px;font-weight: 400;color: #727272;letter-spacing: normal;line-height: 1.75;position:relative; padding:0 0 0 13px;margin: 0 0 20px;position:relative;margin-bottom: 0px;}

.direction-modal .dir-contet ul li:before { content: "\2022 "; position: relative; left: -7px; color: #727272; font-size: 20px; top: 0px; line-height: normal;} 

.direction-modal .dir-contet ul li a{ color:#94bbbf;  cursor: pointer; cursor: pointer; }

.direction-modal .dir-contet ul li a:hover { color: #727272; }

.direction-modal .dir-contet ol { width:100%; float: none; counter-reset: my-awesome-counter; margin:0 auto 22px; position: relative; }

.direction-modal .dir-contet ol li  {float: none;font-size: 14px;font-weight: 400;color: #727272;letter-spacing: normal;line-height: 1.75;position:relative;margin: 0 0 14px;  margin: 0 0 0px; padding:0 0 0 10px;counter-increment: step-counter;     padding-left: 13px; width: auto; margin: 0 auto 0px; position: relative;}

.direction-modal .dir-contet ol li a { color: #94bbbf;  cursor: pointer; }

.direction-modal .dir-contet ol li a:hover { color: #727272; }

.direction-modal .dir-contet ol li:before { content: counter(step-counter)'.';margin-right: 0px; position: relative; left: -7px; color:#727272; font-size:14px; top:0;}   
/* 
@keyframes animatetop {
0% {

    transform: translateY(-100%);

    opacity: 0;

}
 
100% {

    transform: translateY(-50%);

    opacity: 1;

}
} */
 




/* {    -webkit-animation: animatetop 1.25s 
ease-in-out;
    animation: animatetop 1.25s 
ease-in-out;
    will-change: transform, opacity;} */





/*Smartphone css*/
@media screen and (max-width: 480px) {
/*.close { top: 3%; right: 5%;}*/
.modal-content { width: 90%;}
.modal-body p { margin: 0 0 14px;}
.modal-body h2 { font-size: 20px; line-height: 29px; margin: 0 0 16px;}
.modal-body { padding: 45px 5% 30px;}
.modal-content{transform: translate(-50%, -46%);}
.directions .dir-outer .common-btn {  width: 48%;     padding: 40px 9px;
}
.directions .dir-outer .common-btn p {
    text-align: center;
    font-size: 11px;
}
.direction-modal .modal-body h2 {  font-size: 26px;}
.direction-modal .modal-content {max-height: 400px;  overflow-x: auto;}
.direction-modal .modal-body {padding: 38px 2% 34px;}


}

@media screen and (min-width:481px) and (max-width:600px) {
/*.close { top: 3%; right: 5%;}*/
.modal-content { width: 90%;}
.modal-body p { margin: 0 0 14px;}
.modal-body h2 { font-size: 20px; line-height: 29px; margin: 0 0 16px;}
.modal-body { padding: 45px 5% 30px;}
.directions .dir-outer .common-btn {  width: 45%; padding: 40px 9px; }
.directions .dir-outer .common-btn p {
    text-align: center;
    font-size: 12px;
}
.direction-modal .modal-body h2 {  font-size: 26px;}
.direction-modal .modal-content {max-height: 400px;  overflow-x: auto;}
}
@media screen and (min-width:601px) and (max-width:767px) {
/*.close { top: 3%; right: 5%;}*/
.modal-content { width: 90%;}
.modal-body p { margin: 0 0 14px;}
.modal-body h2 { font-size: 20px; line-height: 29px; margin: 0 0 16px;}
.modal-body { padding: 45px 5% 30px;}
.directions .dir-outer .common-btn {  width: 32%;  padding: 40px 9px;}
.directions .dir-outer .common-btn p {
    text-align: center;
    font-size: 12px;
}
.direction-modal .modal-body h2 {  font-size: 26px;}
.direction-modal .modal-content {max-height: 400px;  overflow-x: auto;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.modal-content { width:60%;}
.modal-body p { margin:0 0 10px;}
.modal-body h2 { font-size:20px; line-height:29px; margin:0 0 20px;}
.directions .dir-outer {  gap: 7px;  }
.directions .dir-outer .common-btn p {  font-size: 10px;    }
.directions .dir-outer .common-btn {padding: 40px 0px;}
.direction-modal .modal-body h2 {  font-size: 28px;}
.direction-modal .modal-content {max-height: 500px;  overflow-x: auto;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.modal-content { width:55%;}
.modal-body p { margin:0 0 13px;}
.modal-body h2 { font-size:22px; line-height:31px; margin:0 0 23px;}
.directions .dir-outer .common-btn {  padding: 40px 3px;}
.directions .dir-outer .common-btn p {font-size: 11px;text-align: center;}
.direction-modal .modal-body h2 {  font-size: 28px;}
.direction-modal .modal-content {max-height: 500px;  overflow-x: auto;}


}

@media screen and (min-width:1025px) and (max-width:1240px) {

.directions .dir-outer .common-btn {  padding: 40px 12px;}
.directions .dir-outer .common-btn p {font-size: 13px;}
.direction-modal .modal-body h2 {  font-size: 28px;}
.direction-modal .modal-content {max-height: 500px;  overflow-x: auto;}

}


@media screen and (min-width:1241px) and (max-width:1340px) {

.direction-modal .modal-content {max-height: 500px;  overflow-x: auto;}
}



@media screen and (min-width:1341px) and (max-width:1440px) {

.direction-modal .modal-content {max-height: 500px;  overflow-x: auto;}

}