body{
    font-family: 'Times New Roman', Times, serif;
}
.container-fluid{
    
}
.logo-main{
   max-width: 227px;
}
.media_btn a{
    padding-left: 5px;
    margin: 5px;
}
.media_btn a img{
    width: 100%;
    
}
.top-banner{    
    padding: 150px 150px;
    background-color: #E2F5F4;
    margin-bottom: 50px;
}
h1{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    text-align: center;
}
h2{
    font-weight: 600;
    font-size: 28px;
}
h3{
    font-weight: 600;
    font-size: 20px;
}
p{
    color: #817F7F;
}
.cont-center img{
    width: 26px;
}
.bio{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bio:after{
    position: absolute;
    content: "";
    height: 4px;
    background-color: #10C2BD;
    width: 3%;
    margin-left: 15px;
    top: 83%;
    left: 0;
}
.ceo_img{
    width: 100%;
}
.ceo-nm h3{
    margin-bottom: 2px;
}
.ceo-nm p{
    line-height: 24px;
    font-size: 18px;
    color: #000000;
}
.bldg{
    width: 90%;
}
.btn-store {
    color: #000000;
    min-width: 260px;
    padding: 12px 37px !important;
    border-color: #848484 !important;
    border-radius: 50px;
    
  }
  .btn-store img{
    float: left;
    margin-right: 15px;
  }
  .btn-store:focus, 
  .btn-store:hover {
    color: #000000 !important;
    background-color: #ebeaea;
    border-color: #848484 !important;
  }
  
  .btn-store .btn-label, 
  .btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
    font-family: sans-serif;
  }
  
  .btn-store .btn-caption {
    font-size: 24px;
  }
.contact{
    background-color: #FAFAFA;
    padding: 70px 100px;
}
.contact p{
    color: #000000 !important;
    font-size: 18px;
}
.contatc-add i, .contatc-add img{
    color: #10C2BD;
    font-size: 26px;
    padding-right: 15px;
}
.contatc-add img{
    width: 35px;
    height: 30px;
}
.contatc-add-web p{
    padding-top: 3px;
}
.price-box{
border-radius: 10px;
padding: 50px 50px;
background-color: white;
-webkit-box-shadow: -1px -1px 24px -7px rgba(214,214,214,0.5);
-moz-box-shadow: -1px -1px 24px -7px rgba(214,214,214,0.5);
box-shadow: -1px -1px 24px -7px rgba(214,214,214,0.5);
text-align: center;
cursor: pointer;
}
.price-box .price{
    font-size: 46px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: bold;
}
.price-box .price span{
    font-size: 14px;
    font-family: sans-serif;
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
}
.price-box a{
    padding: 10px;
    width: 100%;
    background-color: #5DD6D2;
    border-color: #5DD6D2;
    font-size: 20px;
    font-weight: bold;
}
.price-box a:hover{
    width: 100%;
    background-color: #0f9e9a;
    border-color: #10C2BD ;
}
.download-app{
    padding: 100px 68px;
}
.download-app h2{
    position: relative;
    padding-bottom: 25px;

    
}
.download-app h2::after{
    position: absolute;
    content: "";
    height: 4px;
    background-color: #000000;
    width: 3%;
    margin-left: 15px;
    top: 83%;
    left: 47%;
}
.footer {
    padding: 50px 0;
    border-bottom: 1px solid #D6D6D6;
}
.Copyright{
    color: #000000 !important;
}

.map iframe{
    border-radius: 10px;
}

/* ---- */
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
  }
  btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #0f9e9a;
    border-color: #0f9e9a;
}
  /* ------- */
@media (max-width: 575.98px){
    .ceo_img{
        width: 42% !important;
        margin-bottom: 15px;
    }
  
}
@media (max-width: 991.98px) {
    
    .top-banner {
        padding: 50px 27px;        
    }
    .ceo_img{
        width: 100%;
        margin-bottom: 15px;
    }
    .contact {
        padding: 30px 20px;
        margin-left: -11px;
        margin-right: -11px;
    }
    .bldg{
        width: 100%;
    }
}