@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: 9999999999;
}
@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: 17px;
    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{padding: 47px 8% 30px;overflow-y: auto;}
.direction-modal .modal-content{    background: #fff;border-radius:12px;border:3px solid #2b6f4f;border-width:2px 2px 2px}
.direction-modal .close.closeaddapt {
    top: 17px;
    right: 17px;
    border-radius: 50%;
    border: 1px solid #2b6f4f;
    height: 27px;
    width: 27px;
    display: flex;
    align-items: center;
    color: #2b6f4f;
    font-size: 28px;
    float: none;
    line-height: normal;
    padding: 0 0 5px 4.7px;
}
.direction-modal .close.closeaddapt:hover{color:#3d4f6b;border-color:#3d4f6b}
.direction-modal .dir-contet ul li {font-size: 16px;color: #2b1d1c;margin: 0 0 6px;padding: 0;font-weight: 400;}
.direction-modal .dir-contet ul li:before {top: -1px;color: #2b1d1c; position: relative; left: -9px;}
.direction-modal .modal-body .direction-icon {width: 100%;display: block;}
.direction-modal .modal-body .direction-icon img {width: 56px;display: block;margin: 0 auto 15px;}
.direction-modal .modal-body .commomodal {width: 100%;display: block;max-height: 74vh;float: left;margin: 0 0 0px;}

/* .mac-os .direction-modal .close.closeaddapt{font-size:38px;float:none;line-height:normal;padding:0 0 2px 3px} */

/* 
@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;} */


.direction-modal .dir-contet ol li {padding: 0;}
.direction-modal .dir-contet ol li:before {position: relative;left: -3px;}

.directions {
    width: 100%;
    display: block;
    float: left;
    padding: 0px 0 110px;
}

.directions h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.2;
    color: #2b1d1c;
    margin: 0 0 28px;
}

.directions  .dir-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px 0 0;
}

.directions .dir-outer .common-btn {
    width: 17%;
    display: inline-block;
    float: left;
    background: #2b6f4f;
    padding: 24px 16px 18px;
    border-radius: 12px;
    margin: 0 1.25% 0 0;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.directions .dir-outer .common-btn:nth-child(5n) {
    margin-right: 0;
}

.directions .dir-outer .common-btn:last-child {
    margin-right: 0;
}

.directions .dir-outer .common-btn .direction-icon-border {
    width: 100%;
    display: block;
    float: left;
}

.directions .dir-outer .common-btn .direction-icon-border .direction-icon {
    width: 100%;
    display: block;
    position: relative;
}

.directions .dir-outer .common-btn .direction-icon-border .direction-icon img {
    width: 50px;
    display: block;
    margin: 0 auto 24px;
    transition: all 0.25s ease-in;
}

.directions .dir-outer .common-btn .direction-icon-border p {
    float: none;
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: center;
}

.directions .dir-outer .common-btn:hover {
    background: #3e3e3b;
}
.direction-modal .modal-body p {
    float: none;
    color: #2b1d1c;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
}

.direction-modal .dir-contet ul li:before {
    top: 7px;
    color: #2b1d1c;
    position: relative;
    left: -6px;
    line-height: 0;
}
.direction-modal .modal-body h2 {
    float: none;
    color: #2b1d1c;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.11;
    margin: 0 0 21px;
}

/*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%);}

.direction-modal .dir-contet p {font-size: 14px;}
.direction-modal .modal-body .direction-icon img {width: 50px;}
.direction-modal .dir-contet ul li {font-size: 14px;}
.direction-modal .dir-contet ul li:before {left:-4px;}
.direction-modal .dir-contet ol li {font-size: 14px;}
.direction-modal .dir-contet ol li:before {font-size: 14px;}
.direction-modal .modal-body .commomodal {max-height: 68vh}

/* .direction-modal .close.closeaddapt{padding-bottom:3px;padding-left:3px;font-size:38px} */
.directions .dir-outer .common-btn {
    margin: 0 0 4% ;
    width: 100%;
}

.directions .dir-outer .common-btn:nth-child(2n) {
    margin-right: 0;
}
.directions h2 {
    font-size: 30px;
}

.directions {
    padding: 0px 0 54px;
}
.direction-modal .modal-body h2 {
    font-size: 20px;
}
}

@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;}

.direction-modal .dir-contet p {font-size: 14px;}
.direction-modal .modal-body .direction-icon img {width: 50px;}
.direction-modal .dir-contet ul li {font-size: 14px;}
.direction-modal .dir-contet ul li:before {left:-4px;}
.direction-modal .dir-contet ol li {font-size: 14px;}
.direction-modal .dir-contet ol li:before {font-size: 14px;}

.directions .dir-outer .common-btn {
    margin: 0 2% 2% 0;
    width: 48%;
}

.directions .dir-outer .common-btn:nth-child(2n) {
    margin-right: 0;
}
.directions h2 {
    font-size: 30px;
}

.directions {
    padding: 0px 0 54px;
}
.direction-modal .modal-body h2 {
    font-size: 22px;
}
.directions .dir-outer .common-btn:nth-child(5n) {
    margin-right: 2%;
}
.directions .dir-outer .common-btn:last-child {
    margin-right: 0
}
}

@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;}

.direction-modal .dir-contet p {font-size: 14px;}
.direction-modal .modal-body .direction-icon img {width: 50px;}
.direction-modal .dir-contet ul li {font-size: 14px;}
.direction-modal .dir-contet ul li:before {left:-4px;}
.direction-modal .dir-contet ol li {font-size: 14px;}
.direction-modal .dir-contet ol li:before {font-size: 14px;}

.directions .dir-outer .common-btn {
    margin: 0 2% 2% 0;
    width: 48%;
}

.directions .dir-outer .common-btn:nth-child(2n) {
    margin-right: 0;
}
.directions h2 {
    font-size: 30px;
}

.directions {
    padding: 0px 0 54px;
}
.direction-modal .modal-body h2 {
    font-size: 23px;
}
.directions .dir-outer .common-btn:nth-child(5n) {
    margin-right: 2%;
}
.directions .dir-outer .common-btn:last-child {
    margin-right: 0
}
}

@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;}

.direction-modal .dir-contet p {font-size: 14px;}
.direction-modal .modal-body .direction-icon img {width: 50px;}
.direction-modal .dir-contet ul li {font-size: 14px;}
.direction-modal .dir-contet ul li:before {left:-4px;}
.direction-modal .dir-contet ol li {font-size: 14px;}
.direction-modal .dir-contet ol li:before {font-size: 14px;}

.directions h2 {font-size: 26px;}
.directions  {padding: 0px 0 77px;}
.directions .dir-outer .common-btn {width: 19%; padding: 24px 13px 18px; font-size: 14px;}
.direction-modal .modal-content {width: 80%;}
}

@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;}

.direction-modal .dir-contet p {font-size: 15px;}
.direction-modal .modal-body .direction-icon img {width: 50px;}
.direction-modal .dir-contet ul li {font-size: 15px;}
.direction-modal .dir-contet ol li {font-size: 15px;}
.direction-modal .dir-contet ol li:before {font-size: 15px;}

.directions .dir-outer .common-btn {width: 19%; padding: 24px 15px 18px;}
.directions h2 {font-size: 26px;}
.directions {padding: 0px 0 85px;}
.direction-modal .modal-content {width: 76%;}
}

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

.directions .dir-outer .common-btn {width: 19%;}
.directions h2 {font-size: 28px;}
.directions {padding: 0px 0 85px;}
.direction-modal .modal-content {width: 70%;}

}

@media screen and (min-width:1241px) and (max-width:1340px)
{
.direction-modal .modal-content {width: 60%;}
}