.ftr_row {
    width: 100% !important;
    max-width: 1140px !important;
}

.ftr_sec {
    padding: 120px 0 80px !important;
}

.ftr_col1,
.ftr_col2,
.ftr_col3 {
    width: 25.5% !important;
    padding-right: 30px;
}

.ftr_col4 {
    width: 23.5% !important;
}

.ftr_ttl {
    font-size: 24px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.ftr_ttl_con_inr {
    padding-bottom: 25px;
    position: relative;
}

.ftr_ttl_con_inr:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #129DC4;
    bottom: 0;
}

.ftr_ttl_con {
    padding-bottom: 30px;
}

.ftr_mnu .myclass li:before {
    content: "\f124";
    font-family: 'FontAwesome' !important;
    font-size: 18px;
    position: relative;
    padding-right: 20px;
    text-decoration: none !important;
    color: #129DC4;
}

.ftr_mnu .myclass li {
    list-style: none;
    padding-bottom: 13px;
}

.ftr_mnu .myclass {
    padding: 0 !important;
}

.ftr_mnu .myclass li a {
    font-size: 16px;
    color: #b4b4b4;
    text-decoration: underline;
}

.ftr_cntct_dtl_each_con {
    padding-bottom: 13px;
}

.ftr_cntct_dtl_svg_con .fa {
    width: 18px;
    text-align: center;
    line-height: 1.7;
}

.ftr_cntct_dtl_svg_con {
    padding-right: 20px;
}


.ftr_cntct_dtl_con {
    font-size: 16px;
    line-height: 1.7;
    color: #7e7d82;
    width: calc(100% - 38px);
}

.ftr_ifrm_con_inr iframe {
    width: 100% !important;
    height: 300px;
}

.ftr_read_more {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    color: #129DC4;
    border: none;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    cursor: pointer;
}

.ftr_desc_con_inr {
    font-size: 16px;
    line-height: 1.7;
    color: #7e7d82;
}

#points {
    padding-right: 15px;
}

.ftr_img img {
    width: 100% !important;
    height: 110px;
    object-fit: contain;
    object-position: left;
}

.ftr_cntct_dtl_con span {
    display: block;
}

.ftr_cp_sec {
    padding: 20px 0 !important;
}

.ftr_cp_txt_con_inr {
    font-size: 14px;
    color: #7e7d82;
}

a#toTop {
    bottom: 5px;
    right: 5px;
    display: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
    background-color: #129DC4;
    opacity: 0.7;
    transition: all 0.3s ease-in-out 0s;
}

#toTop:after {
    color: #ffffff;
    content: '\f106';
    font-size: 16px;
    line-height: 1;
    font-family: 'FontAwesome';
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .ftr_sec {
        padding: 50px 0 30px !important;
    }

    .ftr_row {
        max-width: 90% !important;
    }

    .ftr_img {
        padding-bottom: 10px;
    }

    .ftr_img img {
        height: 85px;
        object-position: center;
    }


    .ftr_col {
        width: 100% !important;
        padding-right: 0;
        padding-bottom: 20px;
    }


    .ftr_ttl_con_inr {
        padding-bottom: 15px;
    }

    .ftr_ttl_con {
        padding-bottom: 15px;
    }

    .ftr_ifrm_con_inr iframe {
        height: 220px;
    }

    .ftr_desc_con_inr {
        font-size: 14px;
        line-height: 1.5;
    }

    .ftr_cntct_dtl_svg_con .fa {
        width: 15px;
        line-height: 1.5;
    }

    .ftr_read_more {
        font-size: 12px;
    }

    .ftr_ttl {
        font-size: 17px;
    }

    #points {
        padding-right: 8px;
    }

    .ftr_mnu .myclass li:before {
        font-size: 14px;
        padding-right: 15px;
    }

    .ftr_mnu .myclass li a {
        font-size: 14px;
    }

    .ftr_mnu .myclass li {
        padding-bottom: 8px;
    }

    .ftr_cntct_dtl_svg_con {
        padding-right: 12px;
    }

    .ftr_cntct_dtl_con {
        font-size: 14px;
        line-height: 1.5;
        width: calc(100% - 27px);
    }

    .ftr_cp_sec {
        padding: 10px 0 !important;
    }

    a#toTop {
        width: 40px;
        height: 40px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .ftr_col2 {
        width: 30% !important;
    }

    .ftr_col3 {
        width: 70% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .ftr_sec {
        padding: 70px 0 40px !important;
    }

    .ftr_row {
        max-width: 740px !important;
    }

    .ftr_col2 {
        width: 30% !important;
        padding-right: 20px;
    }

    .ftr_col1 {
        width: 100% !important;
        padding-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    .ftr_img {
        padding-bottom: 10px;
    }

    .ftr_img img {
        height: 85px;
        object-position: center;
    }

    .ftr_col4 {
        width: 37% !important;
    }

    .ftr_col3 {
        width: 33% !important;
        padding-right: 20px;
    }


    .ftr_ttl_con_inr {
        padding-bottom: 15px;
    }

    .ftr_ttl_con {
        padding-bottom: 15px;
    }

    .ftr_ifrm_con_inr iframe {
        height: 220px;
    }

    .ftr_desc_con_inr {
        font-size: 14px;
        line-height: 1.5;
    }

    .ftr_cntct_dtl_svg_con .fa {
        width: 15px;
        line-height: 1.5;
    }

    .ftr_read_more {
        font-size: 12px;
    }

    .ftr_ttl {
        font-size: 17px;
    }

    #points {
        padding-right: 8px;
    }

    .ftr_mnu .myclass li:before {
        font-size: 14px;
        padding-right: 15px;
    }

    .ftr_mnu .myclass li a {
        font-size: 14px;
    }

    .ftr_mnu .myclass li {
        padding-bottom: 8px;
    }

    .ftr_cntct_dtl_svg_con {
        padding-right: 12px;
    }

    .ftr_cntct_dtl_con {
        font-size: 14px;
        line-height: 1.5;
        width: calc(100% - 27px);
    }

    .ftr_cp_sec {
        padding: 10px 0 !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .ftr_sec {
        padding: 70px 0 40px !important;
    }

    .ftr_row {
        max-width: 940px !important;
    }

    .ftr_col2 {
        width: 19% !important;
        padding-right: 20px;
    }

    .ftr_col1 {
        width: 29% !important;
        padding-right: 20px;
    }

    .ftr_img img {
        height: 85px;
    }

    .ftr_col4 {
        width: 25.5% !important;
    }

    .ftr_col3 {
        width: 23% !important;
        padding-right: 20px;
    }

    .ftr_col4 {
        width: 29% !important;
    }

    .ftr_ttl_con_inr {
        padding-bottom: 15px;
    }

    .ftr_ttl_con {
        padding-bottom: 15px;
    }

    .ftr_ifrm_con_inr iframe {
        height: 220px;
    }

    .ftr_desc_con_inr {
        font-size: 15px;
        line-height: 1.5;
    }

    .ftr_cntct_dtl_svg_con .fa {
        width: 16px;
        line-height: 1.5;
    }

    .ftr_read_more {
        font-size: 13px;
    }

    .ftr_ttl {
        font-size: 18px;
    }

    #points {
        padding-right: 8px;
    }

    .ftr_mnu .myclass li:before {
        font-size: 16px;
        padding-right: 15px;
    }

    .ftr_mnu .myclass li a {
        font-size: 15px;
    }

    .ftr_mnu .myclass li {
        padding-bottom: 8px;
    }

    .ftr_cntct_dtl_svg_con {
        padding-right: 12px;
    }

    .ftr_cntct_dtl_con {
        font-size: 15px;
        line-height: 1.5;
        width: calc(100% - 28px);
    }

    .ftr_cp_sec {
        padding: 10px 0 !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .ftr_sec {
        padding: 80px 0 40px !important;
    }

    .ftr_row {
        max-width: 1000px !important;
    }

    .ftr_col2 {
        width: 20% !important;
    }

    .ftr_col1 {
        width: 28% !important;
    }

    .ftr_col4 {
        width: 25.5% !important;
    }

    .ftr_col3 {
        width: 23% !important;
    }

    .ftr_col4 {
        width: 29% !important;
    }

    .ftr_ttl_con_inr {
        padding-bottom: 20px;
    }

    .ftr_ttl_con {
        padding-bottom: 20px;
    }

    .ftr_ifrm_con_inr iframe {
        height: 250px;
    }

    .ftr_desc_con_inr {
        font-size: 15px;
        line-height: 1.5;
    }

    .ftr_cntct_dtl_svg_con .fa {
        width: 16px;
        line-height: 1.5;
    }

    .ftr_read_more {
        font-size: 13px;
    }

    .ftr_ttl {
        font-size: 20px;
    }

    #points {
        padding-right: 8px;
    }

    .ftr_mnu .myclass li:before {
        font-size: 16px;
        padding-right: 15px;
    }

    .ftr_mnu .myclass li a {
        font-size: 15px;
    }

    .ftr_mnu .myclass li {
        padding-bottom: 8px;
    }

    .ftr_cntct_dtl_svg_con {
        padding-right: 12px;
    }

    .ftr_cntct_dtl_con {
        font-size: 15px;
        line-height: 1.5;
        width: calc(100% - 28px);
    }

    .ftr_cp_sec {
        padding: 12px 0 !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .ftr_sec {
        padding: 90px 0 60px !important;
    }

    .ftr_row {
        max-width: 1100px !important;
    }

    .ftr_col2 {
        width: 20% !important;
    }

    .ftr_col1 {
        width: 28% !important;
        padding-right: 40px;
    }

    .ftr_col4 {
        width: 25.5% !important;
    }

    .ftr_ttl_con_inr {
        padding-bottom: 20px;
    }

    .ftr_ttl_con {
        padding-bottom: 20px;
    }

    .ftr_ifrm_con_inr iframe {
        height: 280px;
    }

    .ftr_ttl {
        font-size: 22px;
    }

    .ftr_cp_sec {
        padding: 15px 0 !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .ftr_sec {
        padding: 100px 0 70px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}