.swiper {
    width: 100%;
    height: 440px;
    padding-top: 15px;
}
.tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.blog_sec {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.blog_sec::after {
    position: absolute;
    content: '';
    background-image: url("../images/blog/Blog-bg.jpg");
    height: 100%;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    top: -37px;
    left: 0;
    z-index: -1;
}
.blog_inner_box {
    display: block;
    align-items: center;
    justify-content: center;
    background: transparent;
    height: 100% !important;
}
.zzz{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 860px;
    height: 400px !important;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 2px 2px 6px 5px #eee;
    z-index: 1;
    padding: 40px 50px 20px 0;
    margin: 0 auto;
    position: relative;
}
.blog_full_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.start_btn {
    position: relative;
}
.buttOnStart {
    position: relative;
}
.buttOnStart a, .buttOnStart .buttonForm {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
    padding-block: 5px;
    padding-inline: 15px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
}
.read_more a {
    background: #464646;
    border: 1px solid #464646;
}
.view_more a {
    background: #ffa26a;
    border: 1px solid #ffa26a;
}
.view_more a:hover {
    color:#ffa26a !important;
}
.read_more a:hover {
    color: #464646 !important;
}
.buttOnStart a span, .buttOnStart .buttonForm span {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 1);
    transform: translateY(-100%);
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.buttOnStart a:hover span, .buttOnStart .buttonForm:hover span {
    transform: translateY(0%);
}
.reqCall {
    position: relative;
    background: #fff;
    z-index: 1;
}
.reqCall a {
    display: flex;
    font-size: 14px;
    line-height: 22px;
    color: #151515;
    transition: all 0.5s ease;
    text-decoration: none;
    align-items: flex-start;
    gap: 15px;
    font-weight: 500;
    background-color: #fff;
}
.reqCall .blgpg_latup_tabdv_cntnmb_link_icn {
    width: 21px;
    height: 21px;
    padding: 0;
    box-shadow: none;
    position: relative;
    background: #fff;
    z-index: 9;
}
.reqCall .blgpg_latup_tabdv_cntnmb_link_icn img {
    width: 100%;
    object-fit: cover;
    margin-top: 0;
    padding-top: 0px;
}
.reqCall .icon-phone-active-3 {
    width: 26px;
    color: #fff;
    line-height: 20px;
    float: right;
    position: absolute;
    left: 1px;
    top: -3px;
    transform: rotate(-13deg);
}
.reqCall .icon-phone-active-3 path {
    fill: #000;
    stroke-width: 1px;
}
.wave {
    animation: waveIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
    color: #fff;
}
@keyframes waveIn {
0% {
    opacity: 0;
    transform: scale(0.3) translate(-20px, 10px);
}
50% {
    transform: translate(0, 0);
    opacity: 1;
}
}
.reqCallTel {
    overflow: hidden;
    position: relative;
    height: 25px;
}
.textNumberTel {
    transform: translateY(100%);
    transition: all 0.5s 0.5s ease;
}
.textCallTel {
    transform: translateY(0);
    transition: all 0.5s 0.5s ease;
}
.reqCall a .hoverEffIcon img {
    width: 70px;
    height: 70px;
}
.hoverEffIcon {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -37px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}
.reqCall a:hover .hoverEffIcon {
    opacity: 1;
    transform: translate(-50%, -65px);
    visibility: visible;
}
.reqCall:hover .textNumberTel {
    transform: translateY(-95%);
}
.reqCall:hover .textCallTel {
    transform: translateY(100%);
}
.reqCall a:hover .hoverEffIcon {
    opacity: 1;
    transform: translate(-50%, -65px);
    visibility: visible;
}
.left_laptop img {
    border-radius: 30px;
    position: relative;
    left: -55px;
}
.blogBanTitle .banTitle {
    font-size: 54px;
    line-height: 65px;
    color: #2c2d2d;
    font-weight: 300;
    font-family: "Poppins";
    margin-bottom: 50px;
    margin-top: -75px;
}
.blogBanTitle .banTitle .ttlSub {
    color: #6271e4;
    font-weight: 600;
    width: 100%;
}
.blogBanTitle .banTitle span{
    color: #000000;
}
.blog_dt {
    display: flex;
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
    background-color: #498eea;
    padding: 7px 22px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    width: fit-content;
    border: 1px solid #498eea;
}
.blog_dt span.effeCt, .buttOnStart .buttonForm span {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 1);
    transform: translateY(-100%);
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.blog_dt:hover {
    color: #498eea;
    border: 1px solid #498eea;
}
.blog_dt:hover span {
    color: #498eea;
}
.blog_dt:hover span.effeCt {
    transform: translateY(0%);
}
.blog_dt span {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #f7f7f7;
    font-weight: 600;
    font-family: "Poppins";
}
.blog_title {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 16px;
    margin-top: 25px;
}
.blog_content {
    font-size: 17px;
    line-height: 26px;
    color: #202227;
    font-weight: 300;
    font-family: "Poppins";
    text-align: left;
    margin-bottom: 55px;
}
.tableCell1 {
    height: 945px;
}
.right_conent {
    margin-top: 5px;
}
.swiper-pagination.custom-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    opacity: 1;
    border-radius: 50%;
}
.swiper-pagination-bullet-active {
    background-color: #498eea;
    height: 55px;
    width: 11px;
    border-radius: 10px;
}
.swiper-pagination{
    top: 50% !important;
    right: 28.5% !important;
}
.circleThreeBox {
    width: 110px;
    height: 145px;
    position: absolute;
    right: -41px;
    bottom: 0px;
    z-index: -1;
}
.circleOne {
    background: #a7e1ea;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    animation: zoMcircl 5s 1s infinite;
    transition: all 0.5s ease;
}
.circleTwo {
    background: #a186be;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    opacity: 0.4;
    position: absolute;
    bottom: 80px;
    right: 48px;
    animation: zoMcirc2 5s 2s infinite;
    transition: all 0.5s ease;
}
.circleThree {
    background: #f49ac1;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    opacity: 0.4;
    position: absolute;
    top: -7px;
    left: -12px;
    animation: zoMcirc3 5s 2.5s infinite;
    transition: all 0.5s ease;
}
@keyframes zoMcircl {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.7);
    }
}
@keyframes zoMcirc2 {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.7);
    }
}
@keyframes zoMcirc3 {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
}
.reqCall::after {
    width: 1px;
    height: 23px;
    position: absolute;
    right: -20px;
    top: 50%;
    content: "";
    background: #ccc;
    transform: translate(0, -50%);
}
.reqCall::before {
    width: 1px;
    height: 23px;
    position: absolute;
    left: -20px;
    top: 50%;
    content: "";
    background: #ccc;
    transform: translate(0, -50%);
}
.swiper-slide {
    transition: opacity 0.9s ease-in-out;
}
.left_laptop img{
    width: 310px !important;
    height: 320px !important;
    object-fit: cover;
}



@media only screen and (max-width: 1880px) {
    .tableCell1 {
    height: 820px;
}
.blog_sec::after {
    top: 0px;

}
.blog_full_sec{
    height: 850px !important;
}
.swiper-pagination {
    top: 50% !important;
    right: 28% !important;
}
.blogBanTitle .banTitle {
    margin-top: -7px;
}
}
@media only screen and (max-width: 1780px) {
    .swiper-pagination {
    top: 50% !important;
    right: 27% !important;
}
}
@media only screen and (max-width: 1680px) {
        .swiper-pagination {
    top: 50% !important;
    right: 25.5% !important;
}
.blog_sec::after {
    background-size: cover;
}
.blog_content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 55px;
}
.blog_title {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: 25px;
}
}
@media only screen and (max-width: 1550px) {
    .swiper-pagination {
    top: 50% !important;
    right: 23.5% !important;
}
.blog_sec::after {
    background-size: cover;
    top: 8px;
    bottom: 0;
}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .blog_sec::after {
    top: 5px;
}
.swiper-pagination {
    top: 50% !important;
    right: 21.5% !important;
}
.blogBanTitle .banTitle {
    margin-top: -15px;
}
.blogBanTitle .banTitle {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.zzz {
    gap: 0px;
}
.blog_full_sec {
    height: 710px !important;
}
.tableCell1 {
    height: 710px;
}
.left_laptop img {
    width: 230px !important;
    height: 250px !important;
    object-fit: cover;
}
.blog_title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 23px;
    line-height: 30px;
    padding-right: 15px;
}
.blog_content {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
}
.blog_dt span {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 22px;
}
.blog_dt {
    padding: 5px 17px;
}
.buttOnStart a, .buttOnStart .buttonForm {
    font-size: 14px;
    line-height: 22px;
    padding-block: 5px;
    padding-inline: 15px;
}
.zzz {
    gap: 10px;
    width: 740px;
    height: 330px !important;
    padding: 40px 40px 20px 0;
}
.right_conent{
    width: 72% !important;
}
.left_laptop{
    width: 28% !important;
}
.hoverEffIcon {
    top: 20px;
}
.reqCall a .hoverEffIcon img {
    width: 55px;
    height: 55px;
}
.swiper-pagination {
    top: 41% !important;
    right: 25% !important;
}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
.blogBanTitle .banTitle {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 0px;
    margin-top: 100px;
    letter-spacing: 0;
}
.blog_title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 23px;
    line-height: 30px;
    padding-right: 15px;
}
.blog_content {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
}
.blog_dt span {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 22px;
}
.zzz {
    gap: 10px;
    width: 740px;
    height: 330px !important;
    padding: 40px 40px 20px 0;
}
.left_laptop img {
    width: 230px !important;
    height: 250px !important;
    object-fit: cover;
}
.blog_full_sec {
    height: 630px !important;
}
.tableCell1 {
    height: 620px;
}
.buttOnStart a, .buttOnStart .buttonForm {
    font-size: 14px;
    line-height: 22px;
    padding-block: 5px;
    padding-inline: 15px;
}
.swiper-pagination {
    top: 40% !important;
    right: 24% !important;
}
.right_conent{
    width: 72% !important;
}
.left_laptop{
    width: 28% !important;
}
.circleOne {
    background: #a7e1ea;
    width: 60px;
    height: 60px;
}
.circleTwo {
    width: 38px;
    height: 38px;
    bottom: 70px;
    right: 65px;
}
.circleThreeBox {
    width: 100px;
    height: 145px;
    right: -38px;
}
.circleThree {
    width: 20px;
    height: 20px;
    top: 5px;
    left: -12px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    height: 50px;
    width: 10px;
}
.reqCall a .hoverEffIcon img {
    width: 55px;
    height: 55px;
}
.hoverEffIcon {
    top: 18px;
}
}
@media only screen and (max-width: 1280px) {
    .blogBanTitle .banTitle {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 20px;
    margin-top: 40px;
    letter-spacing: 0;
}
.blog_title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 23px;
    line-height: 30px;
    padding-right: 15px;
}
.blog_content {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
}
.blog_dt span {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 22px;
}
.zzz {
    gap: 10px;
    width: 740px;
    height: 330px !important;
    padding: 40px 40px 20px 0;
}
.left_laptop img {
    width: 230px !important;
    height: 250px !important;
    object-fit: cover;
}
.blog_full_sec {
    height: 850px !important;
}
.tableCell1 {
    height: 850px;
}
.buttOnStart a, .buttOnStart .buttonForm {
    font-size: 14px;
    line-height: 22px;
    padding-block: 5px;
    padding-inline: 15px;
}
.blog_sec::after {
    background-size: cover;
    top: 0px;
    bottom: 0;
}
.reqCall a .hoverEffIcon img {
    width: 55px;
    height: 55px;
}
.hoverEffIcon {
    top: 18px;
}
.swiper-pagination {
    top: 38% !important;
    right: 22.5% !important;
}
}
@media only screen and (max-width: 1150px) {
    .swiper-pagination {
    top: 38% !important;
    right: 19.5% !important;
}
}
@media only screen and (max-width: 1080px) {
    .swiper-pagination {
    top: 38% !important;
    right: 17% !important;
}
    .blogBanTitle .banTitle {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
    margin-top: 40px;
    letter-spacing: 0;
}
}
@media only screen and (max-width: 1024px) {
    .swiper-pagination {
    top: 38% !important;
    right: 15% !important;
}
}
@media only screen and (max-width: 991px) {
    .swiper-pagination {
    top: 38% !important;
    right: 14% !important;
}

}
@media only screen and (max-width: 900px) {
    .swiper-pagination {
    top: 38% !important;
    right: 10.5% !important;
}
}
@media only screen and (max-width: 870px) {
    .left_laptop img {
    left: 0px;
}
.zzz {
    gap: 40px;
    width: 740px;
    height: 350px !important;
    padding: 35px 40px 40px 20px;
}
.left_laptop img {
    width: 230px !important;
    height: 277px !important;
    object-fit: cover;
}
.swiper-pagination {
    top: 38% !important;
    right: 9.5% !important;
}
}
@media only screen and (max-width: 768px) {
    .swiper-pagination {
    top: 38% !important;
    right: 3.5% !important;
}
.zzz {
    gap: 40px;
    width: 725px;
    height: 350px !important;
    padding: 35px 40px 40px 20px;
}
}
@media only screen and (max-width: 767px) {
.zzz {
    gap: 40px;
    width: 725px;
    height: auto !important;
    padding: 20px 20px 65px 20px;
    flex-direction: column;
}
.swiper {
    width: 100%;
    height: auto;
    padding-top: 15px;
}
.left_laptop{
    width: 100% !important;
}
.left_laptop img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}
.blog_full_sec {
    height: 100% !important;
}
.tableCell1 {
    height: 100%;
}
.blogBanTitle .banTitle {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0px;
    margin-top: 120px;
}
.swiper-pagination {
    top: 85% !important;
    right: 50% !important;
    transform: rotate(90deg) !important;
}
.reqCall::after {
    right: -75px;
}
.reqCall::before {
    left: -80px;
}
.blogBanTitle .banTitle {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
}
@media only screen and (max-width: 700px) {
    .zzz {
    gap: 40px;
    width: 650px;
    height: auto !important;
    padding: 20px 20px 65px 20px;
    flex-direction: column;
}
.reqCall::after {
    right: -60px;
}
.reqCall::before {
    left: -70px;
}
}
@media only screen and (max-width: 600px) {
    .zzz {
    width: 100%;
}
.blogBanTitle{
    padding: 0 20px;
}
.swiper {
    padding: 15px 20px 0 20px;
}
.swiper-pagination {
    top: 89% !important;
    right: 50% !important;
    transform: rotate(90deg) !important;
}
.reqCall::after {
    right: -27px;
}
.reqCall::before {
    left: -37px;
}
.blog_sec::after {
    background-size: cover;
    top: 60px;
}
.blog_full_sec {
    margin-bottom: 40px;
}
.blogBanTitle .banTitle {
    font-size: 28px;
    line-height: 38px;
}
}
@media only screen and (max-width:520px) {
    .blog_full_sec {
    margin-bottom: 70px;
}
.tableCell1 {
    height: 935px !important;
}
.zzz {
    padding: 20px 20px 55px 20px;
}
.swiper-pagination {
    top: 85% !important;
    right: 50% !important;
    transform: rotate(90deg) !important;
}
.reqCall::before {
    left: -18px;
}
.reqCall::after {
    right: -10px;
}
.blogBanTitle .banTitle {
    margin-top: 110px;
}
}
@media only screen and (max-width:480px) {
    .buttOnStart a, .buttOnStart .buttonForm {
    font-size: 12px;
    line-height: 20px;
    padding-block: 4px;
    padding-inline: 9px;
}
.reqCall .blgpg_latup_tabdv_cntnmb_link_icn {
    width: 16px;
    height: 16px;
}
.reqCall .icon-phone-active-3 {
    width: 20px;
    left: 2px;
    top: -2px;
}
.zzz {
    gap: 30px;
}
.swiper-pagination {
    top: 84% !important;
    right: 50% !important;
    transform: rotate(90deg) !important;
}
}
@media only screen and (max-width:430px) {
    .blogBanTitle .banTitle {
    margin-top: 100px;
}
.reqCall {
    position: absolute;
    background: #fff;
    z-index: 1;
    bottom: 40px;
    left: 33%;
}
.swiper-pagination {
    top: 88% !important;
    right: 50% !important;
    transform: rotate(90deg) !important;
}
.zzz {
    padding: 20px 20px 100px 20px;
}
.blog_full_sec {
    margin-bottom: 100px;
}
/* .blog_sec::after {
    top: 120px;
} */
.blog_sec::after{
    display: none;
}
.reqCall::after, .reqCall::before{
    display: none;
}
}
@media only screen and (max-width:420px) {
    .blog_title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 23px;
    line-height: 28px;
    padding-right: 15px;
}
.zzz {
    padding: 20px 20px 120px 20px;
}
.reqCall {
    position: absolute;
    background: #fff;
    z-index: 1;
    bottom: 60px;
    left: 33%;
}
.swiper-pagination {
    top: 89.5% !important;
    right: 50% !important;
    transform: rotate(90deg) !important;
}
}
@media only screen and (max-width:390px) {
.tableCell1 {
    height: 985px !important;
}
.swiper-pagination {
    top: 84.5% !important;
    right: 50% !important;
    transform: rotate(90deg) !important;
}
.blog_content {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 40px;
}
}
@media only screen and (max-width:360px) {
    .tableCell1 {
    height: 950px !important;
}
.blog_title {
    font-size: 17px;
}
.blog_full_sec {
    margin-bottom: 100px;
}
.left_laptop img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
.blog_content {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
    height: 110px;
}
}