.df {
    display: flex;
    flex-wrap: wrap;
}

.dfa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dfj {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dfja {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/*--------------padding ----------------*/
h1 {
    padding-bottom: 0 !important;
}

h1,
h2,
h3,
h4 {
    color: #000;
    padding: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.pd90 {
    padding: 90px 0 !important;
}

.pdt90 {
    padding-top: 90px !important;
}

.pdb90 {
    padding-bottom: 90px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pd70 {
    padding: 70px 0 !important;
}

.site_row {
    width: 1420px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto;
    max-width: 100% !important;
}

.full_row {
    width: 100% !important;
    max-width: 100% !important;
}

.pd_l {
    padding-left: 260px !important;
}

.pd_r {
    padding-right: 260px !important;
}

.et_pb_slide,
.et_pb_slide_description {
    padding: 0 !important;
    text-shadow: none !important
}

a {
    text-decoration: none;
    color: #005087;
    font-weight: 600;
}

/*--------------end padding ----------------*/
/*---------------scroll bar-----------------------*/
::-webkit-scrollbar {
    width: 2px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 5px !important;
}

::-webkit-scrollbar-thumb {
    background: #FF3D24 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #FF3D24 !important;
}

::-webkit-scrollbar:horizontal {
    height: 2px !important;
    background-color: grey !important;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #FF3D24 !important;
    border-radius: 10px !important;
}

/*---------------end scroll bar-----------------------*/
/*---------------title-----------------------*/
p {
    padding-bottom: 0;
}

.wt a {
    color: #e6001d;
}

span.et_pb_image_wrap {
    display: flex !important;
    line-height: 0;
    width: 100%;
}

.site_ttl,
.product h2.site_ttl,
.product h1.site_ttl {
    color: #005087;
    line-height: 1.4;
    position: relative;
    font-size: 32px !important;
    font-weight: 700;
    text-transform: capitalize;
}

.bl {
    color: #005087 !important;
}

.gry {
    color: #3D3D3D;
}

.nblc span {
    display: inline-block !important;
}

.opn_fml {
    font-family: "Open Sans", sans-serif, system-ui;
}

.up {
    text-transform: uppercase;
}

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}

.tl {
    text-align: left;
}

.wt {
    color: #fff !important;
}

.blc {
    color: #000 !important;
}

.rd {
    color: #E6001D !important;
}

.f16 {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    /* font-family: "Open Sans", sans-serif, system-ui; */
    line-height: 1.4;
}

.site_desc {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 400;
    line-height: 1.7;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

small {
    font-size: 14px;
}

.grn {
    color: green;
}

.f16 span {
    padding: 5px 0;
    display: block;
}

.site_desc span {
    padding: 5px 0;
    display: block;
}

.f20 {
    font-size: 20px !important;
}

.f25 {
    font-size: 25px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f40 {
    font-size: 40px;
}

.f50 {
    font-size: 50px;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f38 {
    font-size: 38px;
}

.f10 {
    font-size: 10px;
}

.ic {
    font-style: italic;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.fw9 {
    font-weight: 900;
}

.fcm {
    padding-top: 15px
}

.fcl {
    display: flex;
    padding-top: 15px;
}

/*---------------end title-----------------------*/
br {
    display: none;
}

@media all and (min-width: 320px) and (max-width: 480px) {}

@media all and (min-width:481px) and (max-width: 767px) {}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_desc {
        font-size: 14px;
        line-height: 1.4;
    }

    .site_desc span {
        padding: 2px 0;
    }

    .slick-arrow {
        width: 20px;
        height: 20px;
    }

    .btn2 .site_button:nth-child(2) {
        margin-left: 5px;
    }

    /*--------------padding ----------------*/
    .pd90 {
        padding: 30px 0 !important;
    }

    .pd70 {
        padding: 30px 0 !important;
    }

    .pdt90 {
        padding-top: 30px !important;
    }

    .pdb90 {
        padding-bottom: 30px !important;
    }

    .site_row {
        width: 95% !important;
    }

    .line_org_m {
        margin: auto !important;
    }

    .pd_l {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .pd_r {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /*--------------end padding ----------------*/
    /*---------------title-----------------------*/
    .line {
        margin: auto;
    }

    .line {
        margin: 10px auto;
    }

    .tcm {
        text-align: center;
    }

    .f16 {
        font-size: 14px;
        line-height: 1.5;
    }

    .f16 span {
        padding: 3px 0;
        display: block;
    }

    .fcm {
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }

    .fcl {
        display: flex;
        padding-top: 10px;
    }

    .f32 {
        font-size: 22px;
    }

    .f25 {
        font-size: 18px;
    }

    .site_ttl,
    .product h2.site_ttl,
    .product h1.site_ttl {
        font-size: 23px !important;
    }

    .f50 {
        font-size: 26px;
    }

    .f40 {
        font-size: 23px;
    }

    .f30 {
        font-size: 20px;
    }

    .f20 {
        font-size: 16px !important;
    }

    .site_des {
        font-size: 14px;
    }

    .f24 {
        font-size: 18px;
    }

    .f18 {
        font-size: 16px;
    }

    .f22 {
        font-size: 18px;
    }

    .f26 {
        font-size: 19px;
    }

    .f28 {
        font-size: 20px;
    }

    .f38 {
        font-size: 26px;
    }

    /*---------------end title-----------------------*/
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_desc {
        font-size: 15px;
    }

    .site_desc span {
        padding: 2px 0;
    }

    .slick-arrow {
        width: 23px;
        height: 23px;
    }

    .ser_filler_title .line_org_m {
        margin: 0 !important;
    }

    .fc {
        padding-top: 5px;
    }

    /*--------------padding ----------------*/
    .ab_filler_title .line_org_m {
        margin: 0 !important;
    }

    .pd90 {
        padding: 40px 0 !important;
    }

    .pd70 {
        padding: 30px 0 !important;
    }

    .pdt90 {
        padding-top: 40px !important;
    }

    .pdb90 {
        padding-bottom: 40px !important;
    }

    .site_row {
        width: 738px !important;
    }

    /*--------------end padding ----------------*/
    /*---------------title-----------------------*/
    .f24 {
        font-size: 19px;
    }

    .f16 {
        font-size: 14px;
        line-height: 1.5;
    }

    .f16 span {
        padding: 3px 0;
        display: block;
    }

    .f32 {
        font-size: 23px;
    }

    .f25 {
        font-size: 20px;
    }

    .site_ttl,
    .product h2.site_ttl,
    .product h1.site_ttl {
        font-size: 25px !important;
    }

    .f50 {
        font-size: 30px;
    }

    .f40 {
        font-size: 26px;
    }

    .f30 {
        font-size: 22px;
    }

    .f20 {
        font-size: 16px !important;
    }

    .f18 {
        font-size: 16px;
    }

    .f22 {
        font-size: 18px;
    }

    .f26 {
        font-size: 19px;
    }

    .f28 {
        font-size: 20px;
    }

    .f38 {
        font-size: 28px;
    }

    .pd_l {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pd_r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /*---------------end title-----------------------*/
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    .fc {
        padding-top: 5px;
    }

    /*--------------padding ----------------*/
    .pd90 {
        padding: 40px 0 !important;
    }

    .pdt90 {
        padding-top: 40px !important;
    }

    .pdb90 {
        padding-bottom: 40px !important;
    }

    .pd70 {
        padding: 40px 0 !important;
    }

    .site_row {
        width: 950px !important;
        /* padding-left: 15px !important; */
        /* padding-right: 15px !important; */
    }

    /* div#main-content {
		margin-top: 65px;
	} */
    .pd_l {
        padding-left: 20px !important;
    }

    .pd_r {
        padding-right: 20px !important;
    }

    /*--------------end padding ----------------*/
    /*---------------title-----------------------*/
    .f24 {
        font-size: 19px;
    }

    .f16 {
        font-size: 15px;
        line-height: 1.5;
    }

    .f16 span {
        padding: 3px 0;
    }

    .f32 {
        font-size: 25px;
    }

    .f25 {
        font-size: 20px;
    }

    .f24 {
        font-size: 22px;
    }

    .site_ttl,
    .product h2.site_ttl,
    .product h1.site_ttl {
        font-size: 26px !important;
    }

    .f50 {
        font-size: 34px;
    }

    .f40 {
        font-size: 27px;
    }

    .f30 {
        font-size: 24px;
    }

    .f20 {
        font-size: 17px !important;
    }

    .f18 {
        font-size: 16px;
    }

    .f22 {
        font-size: 18px;
    }

    .f24 {
        font-size: 19px;
    }

    .f26 {
        font-size: 20px;
    }

    .f28 {
        font-size: 21px;
    }

    .f38 {
        font-size: 30px;
    }

    .site_des {
        font-size: 14px;
    }

    .site_desc {
        line-height: 1.5;
    }

    /*---------------end title-----------------------*/
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .fc {
        padding-top: 5px;
    }

    /*--------------padding ----------------*/
    .pd90 {
        padding: 50px 0 !important;
    }

    .pd70 {
        padding: 40px 0 !important;
    }

    .pdt90 {
        padding-top: 50px !important;
    }

    .pdb90 {
        padding-bottom: 50px !important;
    }

    .site_row {
        width: 1000px !important;
    }

    /* div#main-content {
		margin-top: 65px;
	} */
    .site_des {
        font-size: 14px;
    }

    .pd_l {
        padding-left: 20px !important;
    }

    .pd_r {
        padding-right: 20px !important;
    }

    /*--------------end padding ----------------*/
    /*---------------title-----------------------*/
    .f24 {
        font-size: 20px;
    }

    .f16 {
        font-size: 15px;
        line-height: 1.5;
    }

    .f16 span {
        padding: 3px 0;
    }

    .f32 {
        font-size: 27px;
    }

    .f25 {
        font-size: 20px;
    }

    .site_ttl,
    .product h2.site_ttl,
    .product h1.site_ttl {
        font-size: 27px !important;
    }

    .f50 {
        font-size: 38px;
    }

    .f40 {
        font-size: 29px;
    }

    .f30 {
        font-size: 24px;
    }

    .f20 {
        font-size: 18px !important;
    }

    .f18 {
        font-size: 16px;
    }

    .f22 {
        font-size: 19px;
    }

    .f24 {
        font-size: 20px;
    }

    .f26 {
        font-size: 21px;
    }

    .f28 {
        font-size: 23px;
    }

    .f38 {
        font-size: 32px;
    }

    .site_desc {
        line-height: 1.5;
    }

    /*---------------end title-----------------------*/
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /*--------------padding ----------------*/
    .f24 {
        font-size: 21px;
    }

    .pd90 {
        padding: 60px 0 !important;
    }

    .pd70 {
        padding: 40px 0 !important;
    }

    .pdt90 {
        padding-top: 60px !important;
    }

    .pdb90 {
        padding-bottom: 60px !important;
    }

    .site_row {
        width: 1100px !important;
    }

    /* div#main-content {
		margin-top: 70px;
	} */
    .pd_l {
        padding-left: 20px !important;
    }

    .pd_r {
        padding-right: 20px !important;
    }

    /*--------------end padding ----------------*/
    /*---------------title-----------------------*/
    .f16 {
        font-size: 15px;
        line-height: 1.5;
    }

    .f32 {
        font-size: 30px;
    }

    .f25 {
        font-size: 22px;
    }

    .site_ttl,
    .product h2.site_ttl,
    .product h1.site_ttl {
        font-size: 27px !important;
    }

    .f50 {
        font-size: 42px;
    }

    .f40 {
        font-size: 31px;
    }

    .f30 {
        font-size: 26px;
    }

    .f20 {
        font-size: 18px !important;
    }

    .f18 {
        font-size: 17px;
    }

    .f22 {
        font-size: 19px;
    }

    .f24 {
        font-size: 21px;
    }

    .f26 {
        font-size: 23px;
    }

    .f28 {
        font-size: 25px;
    }

    .f38 {
        font-size: 34px;
    }

    .site_desc {
        line-height: 1.5;
    }

    /*---------------end title-----------------------*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    /*--------------padding ----------------*/
    .pd90 {
        padding: 70px 0 !important;
    }

    .pdt90 {
        padding-top: 70px !important;
    }

    .pd70 {
        padding: 50px 0 !important;
    }

    .pdb90 {
        padding-bottom: 70px !important;
    }

    .site_row {
        width: 1240px !important;
    }

    /* div#main-content {
		margin-top: 75px;
	} */
    .pd_l {
        padding-left: 20px !important;
    }

    .pd_r {
        padding-right: 20px !important;
    }

    /*--------------end padding ----------------*/
    /*---------------title-----------------------*/
    .f16 {
        line-height: 1.6;
    }

    .f32 {
        font-size: 30px;
    }

    .f25 {
        font-size: 23px;
    }

    .f24 {
        font-size: 22px;
    }

    .site_ttl,
    .product h2.site_ttl,
    .product h1.site_ttl {
        font-size: 29px !important;
    }

    .f50 {
        font-size: 45px;
    }

    .f40 {
        font-size: 34px;
    }

    .f30 {
        font-size: 28px;
    }

    .f18 {
        font-size: 18px;
    }

    .f22 {
        font-size: 19px;
    }

    .f24 {
        font-size: 22px;
    }

    .f26 {
        font-size: 24px;
    }

    .f28 {
        font-size: 26px;
    }

    .f38 {
        font-size: 36px;
    }

    /*---------------end title-----------------------*/
}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    /*--------------padding ----------------*/
    .pd90 {
        padding: 70px 0 !important;
    }

    .pdt90 {
        padding-top: 70px !important;
    }

    .pd70 {
        padding: 50px 0 !important;
    }

    .pdb90 {
        padding-bottom: 70px !important;
    }

    .site_row {
        width: 1400px !important;
    }

    .pd_l {
        padding-left: 20px !important;
    }

    .pd_r {
        padding-right: 20px !important;
    }

    /* div#main-content {
		margin-top: 75px;
	} */
    /*--------------end padding ----------------*/
    /*---------------title-----------------------*/
    .site_ttl,
    .product h2.site_ttl,
    .product h1.site_ttl {
        font-size: 30px !important;
    }

    .f50 {
        font-size: 48px;
    }

    .f40 {
        font-size: 36px;
    }

    /*---------------end title-----------------------*/
}

@media all and (min-width: 1681px) and (max-width: 1880px) {

    /*--------------padding ----------------*/
    .pd90 {
        padding: 80px 0 !important;
    }

    .pdt90 {
        padding-top: 80px !important;
    }

    .pdb90 {
        padding-bottom: 80px !important;
    }

    /* .site_row {
        width: 1540px !important;
    } */

    .pd_l {
        padding-left: 70px !important;
    }

    .pd_r {
        padding-right: 70px !important;
    }

    /*--------------end padding ----------------*/
}