@charset "utf-8";

h1 {
    font-size: 1.75rem;
}
.h-bold {
    /*text-align: center;*/
    font-weight: bold;
    font-size: 34px;
}
@media screen and (min-width:1200px) {
    .main {
        max-width: 80%;
        margin: 0 auto;
    }
    .collum-2 {
        min-height: 310px;
    }
}

.parallelogram {
    width: 95%;
    height: 40px;
    background: #36b449;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(-30deg);
    margin: 0 auto;
}

.contact-content h5 {
    font-size: 16px;
    text-align: center;
}

.contact-content p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

.image-box {
    position: relative;
    /*	overflow: hidden;*/
}

.image-box::before {
    content: "";
    display: block;
    /*	padding-top: 100%;  */
}

.image-box .image {
    background-image: url(../images/bg-senior.jpg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: top;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-new {
    height: 320px;
    position: relative;
}

.content-banner {
    padding-top: 6%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.image-box.ratio-1-1::before {
    padding-top: 100%;
}

.image-box.ratio-2-1::before {
    padding-top: 50%;
}

.image-box.ratio-1-2::before {
    padding-top: 200%;
}

.image-box.ratio-4-3:before {
    padding-top: 75%;
}

.image-box.ratio-5-3:before {
    /*	padding-top: 40%;*/
}

.image-box.ratio-16-9:before {
    padding-top: 56.25%;
}

.image button:hover {
    background-color: #66DFB7;
    color: #000;
}

.text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0px 10px 0px;
    letter-spacing: 5px;
    font-size: 15px;
}

.text h3 {
    color: #000;
    margin: 10px;
    font-size: 25px;
}

.font-weight-bold {
    font-size: 20px;
}


/******collum-2**/

.collum-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px #afb2a8 solid;
    margin-bottom: 15px;
}

.collum-2 a {
    text-decoration: none;
}

.collum-2 img {
    width: 100%;
    height: auto;
}

.title-img {
    width: 100%;
    background-color: #24ac39;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2px;
}

.conten-img {
    color: #000;
    padding: 10px;
    font-size: 14px;
}


/****/


.pd-right-left {
    padding-right: 5px;
    padding-left: 5px;
}



.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 100%;
    margin-left: 2%;
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 2px gray solid !important;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none !important;
}

.contact-footer {
    padding-top: 10px;
}

.button-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f68944;
    border-radius: 5px;
    width: 97%;
    padding: 10px 0px 10px 0px;
}

.button-search span {
    color: #fff;
    font-weight: bold;
}

.button-search img {
    width: 29px;
    height: 25px;
}

.button-search:hover {
    background: #24ac39;
}

.contact-content {
    text-align: left;
    padding: 10px;
}

label {
    margin-top: 10px;
    margin-bottom: 0px;
}

.button-form:hover {
    background: #24ac39;
    color: #fff;
}

.btn-form:hover {
    background: #24ac39;
}




/****/

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 5px;
    z-index: 1000;
}

.fs-arrow {
    border-top: 5px solid #11a911 !important;
}


/****/

.oval {
    width: 241px;
    height: 122px;
    background: #337f9c;
    -webkit-border-radius: 125px / 62px;
    -moz-border-radius: 125px / 62px;
    border-radius: 125px / 62px;
    margin-top: 16px;
}

.oval p {
    color: white;
    text-align: center;
    font-weight: bold;
}

.text-oval {
    padding-top: 45px;
}



/*****/

.title-form {
    background: #87c440;
    padding: 10px 0px 10px 0px;
    border-radius: 12px;
    text-align: center;
    width: 95%;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 3px;
}

.icon-1 {
    display: flex;
    align-items: center;
}

.icon-form img {
    border-radius: 200px;
    border: 4px solid #11a911;
    width: 80%;
    margin: 0 auto;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #87c440;
    border-bottom: 15px solid transparent;
}

.number {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-weight: bold;
    border: 1px solid gray;
    vertical-align: middle;
    line-height: 20px;
}

.m-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.m-top-10 {
    margin-top: 10px;
}

.mrg-left {
    margin-left: 5%;
}

.btn-left {
    border-radius: 5px;
    background: #36b449;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto;
}
.div-contact {
    width: 350px;
    margin: 0 auto;
    border: 2px solid #24ac39;
    margin-top: 20px;
}
label {
    margin-bottom: 0;
    margin-top: 10px;
}
@media screen and (min-width:1200px) {
    .p-4-img-top1 img {
        width: 100%;
        height: auto;
    }
    .btn-top {
        padding: 4%;
        text-align: center;
    }
    .btn-left {
        width: 60%;
        padding: 15px 0px 15px 0px;
    }
    .btn-left img {
        width: 22px;
        height: 27px;
    }
    .icon-form p {
        text-align: center;
        font-weight: bold;
        margin: 15px 6px 10px 0px;
        float: left;
        font-size: 14px;
    }
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .p-4-img-top1 img {
        width: 100%;
        height: auto;
    }
    .btn-top {
        padding: 4%;
        text-align: center;
    }
    .btn-left {
        width: 65%;
        padding: 10px 0px 10px 0px;
    }
    .btn-left img {
        width: 22px;
        height: 27px;
    }
    .icon-form p {
        text-align: center;
        font-weight: bold;
        margin: 15px 6px 10px 0px;
        float: left;
        font-size: 11px;
    }
    .collum-2 {
        min-height: 295px;
    }
    .title-img {
        min-height: 60px;
    }
    .bg-new {
        height: 240px;
    }
    .h-bold {
        font-size: 33px;
    }
}

@media only screen and (max-width:992px) and (min-width:768px) {
    .p-4-img-top1 img {
        width: 100%;
        height: auto;
    }
    .btn-top {
        padding: 4%;
        text-align: center;
    }
    .btn-left {
        width: 65%;
        padding: 10px 0px 10px 0px;
    }
    .btn-left img {
        width: 22px;
        height: 27px;
    }
    .image {
        padding-bottom: 16px !important;
    }
    .icon-form p {
        text-align: center;
        font-weight: bold;
        margin: 13px 2px 0px 0px;
        float: left;
    }
    .collum-2 {
        min-height: 288px;
    }
    .title-img {
        min-height: 60px;
    }
    .bg-new {
        height: 200px;
    }
    .h-bold {
        font-size: 30px;
    }
}

@media only screen and (max-width:768px) and (min-width:576px) {
    .p-4-img-top1 img {
        width: 100%;
        height: auto;
    }
    .btn-top {
        padding: 4%;
        text-align: center;
    }
    .btn-left {
        width: 65%;
        padding: 8px 0px 8px 0px;
    }
    .btn-left img {
        width: 22px;
        height: 27px;
    }
    .image {
        padding-bottom: 16px !important;
    }
    .icon-form img {
        width: 100%;
        border: 2px solid #11a911;
    }
    .triangle {
        border-top: 12px solid transparent;
        border-left: 12px solid #87c440;
        border-bottom: 13px solid transparent;
    }
    .icon-form p {
        text-align: center;
        font-weight: bold;
        margin: 11px 2px 0px 0px;
        float: left;
        font-size: 8px;
    }
    .number {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .collum-2 {
        min-height: 290px;
    }
}

@media screen and (max-width:576px) {
    .bg-new{
        height: auto;
    }
    .image-box .image {
        height: 290px !important;
    }
    .p-4-img-top1 img {
        width: 100%;
        height: auto;
    }
    .btn-top {
        padding: 3%;
        text-align: center;
    }
    .btn-left {
        width: 65%;
        padding: 5px 0px 5px 0px;
        font-size: 11px;
    }
    .btn-left img {
        width: 14px;
        height: 16px;
    }
    .image {
        padding-bottom: 0px !important;
    }
    .icon-form p {
        text-align: center;
        font-weight: bold;
        margin: 15px 6px 10px 0px;
        float: left;
    }
    .icon-form img {
        width: 100%;
        border: 2px solid #11a911;
    }
    .triangle {
        border-top: 12px solid transparent;
        border-left: 12px solid #87c440;
        border-bottom: 13px solid transparent;
    }
    .icon-form p {
        text-align: center;
        font-weight: bold;
        margin: 11px 2px 0px 0px;
        float: left;
        font-size: 8px;
    }
    .number {
        width: 15px;
        height: 15px;
    }
    .no-pd-mobile {
        padding: 0px;
    }
    .collum-2 {
        min-height: 331px;
    }
}

.collum-3 {
    width: 75%;
    margin: 0 auto;
}

.collum-3 .pd-right-left {
    max-width: inherit;
}

@media screen and (max-width:425px) {
    .image-box .image {
        height: 240px !important;
    }
    .icon-form p {
        text-align: center;
        font-weight: bold;
        margin: 15px 0px 0px 0px;
        float: left;
        font-size: 8px;
    }
    .number {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        color: #000;
        border: 1px solid gray;
        vertical-align: middle;
        line-height: 15px;
    }
    .font-weight-bold {
        font-size: 15px;
    }
    .title-row-3 h3 {
        font-size: 20px;
    }
    .h-bold {
        font-size: 14px;
    }
}

@media screen and (max-width:380px) {
    .image-box .image {
        height: 210px !important;
    }
}

@media screen and (max-width:375px) {
    .div-contact {
        width: 100%;
    }
    .collum-2 {
        min-height: 310px;
    }
}

@media screen and (max-width:330px) {
    .image-box .image {
        height: 190px !important;
    }
    .collum-2 {
        min-height: 300px;
    }
    .contact-content p {
        font-size: 15px;
    }
    .contact-content h5 {
        font-size: 15px;
    }
}

@media screen and (min-width:768px) {
    .btn-mobile {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .image-box .image {
        background-image: url(../images/senior.jpg);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-size: cover;
        background-position: top;
        padding-top: 2%;
        height: 359px;
    }
    .mrg-left {
        display: none;
    }
    .btn-mobile {
        margin: 0 auto;
        text-align: center;
        margin-top: 5%;
    }
    .btn-mobile button {
        border-radius: 5px;
        background: #36b449;
        color: #fff;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin: 0 auto;
        width: 80%;
        height: 55px;
        border-radius: 25px;
    }
    .btn-mobile img {
        width: 22px;
        height: 27px;
    }
    .btn-mobile span {
        letter-spacing: 3px;
    }

    .collum-3 {
        width: 100%;
    }
}

/*box-main*/
.text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0px 10px 0px;
    letter-spacing: 5px;
    font-size: 20px;
}
.main-content-all{
    margin: 0;
    padding: 0 15px;
}
.box-content-all{
    padding-right: 5px;
    padding-left: 5px;
}
.box-img-all{
    border: 1px solid #afafaf;
    margin-bottom: 20px;
}
.box-img-all img{
    width: 100%;
    height: auto;
}
.title-all{
    background: #24ac39;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-all span{
    font-size: 14px;
    font-weight: bold;
    
}
.content-all{
    font-size: 14px;
    margin: 5px 5px 15px;
    height: 65px;
}

/*end box-main*/

@media screen and (min-width:1200px) {
    .main {
        max-width: 80%;
        margin: 0 auto;
    }
    .main-all {
        max-width: 72%;
        margin: 0 auto;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {

    .main{
        max-width: 100%;
    }
    .main-all{
        max-width: 100%;
    }
    #main-box{
        padding-left: 0;
        padding-right: 0; 
    }
}

@media screen and (max-width:767px) {
    #main-box {
        margin-bottom: 20px;
    }
    .main-content {
        padding: 0;
    }
    .box-img {
        min-height: 155px;
    }
    .main-all{
        max-width: 100%;
    }
    .content-all{
        height: auto;
    }
}

@media screen and (max-width:576px) {
    .title-all span{
        font-size: 16px;
    }
    .text{
        font-size: 15px;
    }
    .box-content {
        padding-left: 0;
        padding-right: 0;
    }
    .main-content {
        padding: 0;
    }
    .div-contact {
        width: 100%;
        margin: 0;
    }
    .title-row-3 {
        margin-top: 0;
    }
    .button-form {
        width: 100%;
        border-radius: 25px;
    }
    .main-content-all{
        margin: 0;
        padding: 0;
    }
    .box-content-all{
        padding-left: 10px;
        padding-right: 10px;
    }
}