.dflt-content h1 {
    font-size: 56px;
}
.dflt-content h2 {
    font-size: 48px;
}
.dflt-content h3 {
    font-size: 16px;
}
.dflt-content h4 {
    font-size: 21px;
}
a.dflt-btn1 {
    display: inline-block;
    padding: 14px 34px;
    color: #fff;
    font-weight: 500;
    background-color: #1F2A1B;
    font-size: 16px;
    border: none;
    border-radius: 24px 0 24px 0;
    transition: all 0.2s ease-in-out;
}
a.dflt-btn1:hover {
    background-color: #A0EB8B;
    color: #1F2A1B;
}
a.dflt-btn2 {
    display: inline-block;
    padding: 14px 34px;
    color: #1F2A1B;
    border: 1px solid #1F2A1B;
    font-weight: 500;
    background-color: #fff;
    font-size: 16px;
    border-radius: 24px 0 24px 0;
    transition: all 0.2s ease-in-out;
}
a.dflt-btn2:hover {
    color: #fff;
    background-color: #1F2A1B;
}

/* Hero section */

.hero {
    margin-top: -94px;
    margin-bottom: 80px;
    padding: 130px 0 0;
    position: relative;
    overflow: hidden;
}
.hero-bg::before {
    display: block;
    content: "";
    clear: both;
    max-width: 440px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #FFE6CF, #ffe6cfc4, transparent);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
.hero-main h1 {
    font-size: 120px;
    margin-bottom: 50px;
    line-height: 1.1;
}
.hero-ss img {
    max-width: 250px;
    width: 100%;
    border-radius: 0 0 40px 40px;
    border: 1px solid #fff;
    filter: drop-shadow(0 24px 36px #1f2a1bbe);
}
.hero-ss p {
    font-size: 21px;
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
}
.hero-sp span {
    max-width: 280px;
    width: 100%;
    margin: 0 auto 30px;
    display: block;
    font-size: 30px;
    color: #1F2A1B;
}
.hero-sx {
    padding-left: 48px;
}
.hero-sx h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 24px;
}
.hero-sx img {
    max-width: 250px;
    width: 100%;
    filter: drop-shadow(0 22px 24px #1f2a1bbe);
    border-radius: 24px 0 24px 0;
}
.hero-sx p {
    margin-top: 24px;
    font-size: 16px;

}

.hero-main-expt {
    height: 100%;
    background-color: #fff;
    border-radius: 52px 0 0 0;
    padding: 40px;
    background-image: url(../images/sv3-bg.webp);
    background-size: cover;
    background-position: center center;
}
.almpkt h3 {
    font-size: 35px;
    color: #000;
}
.almpkt span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.almpkt p {
    font-size: 16px;
    color: #1F2A1B;
    margin: 0;
}
.hero-js-img {
    height: 100%;
    background-image: url(../images/hero-main.webp);
    background-size: cover;
    background-position: center center;

}
.hero-main-des {
    height: 100%;
    padding: 40px;
    border-radius: 0 52px 0 0;
    background-color: #fff;
    background-image: url(../images/sv2-bg.webp);
    background-size: cover;
    background-position: center center;
}
.hero-main-des p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #1F2A1B;
}
.hero-main-des a {
    padding: 8px 24px;
}
.diamond img {
    position: absolute;
    width: 120px;
}
.diamond img.diamond1 {
    top: -62px;
    left: -48px;
}
.diamond img.diamond2 {
    top: -61px;
    right: -48px;
}
.diamond-line {
    height: 2px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #1F2A1B;
}


/* features section  */

.feature {
    padding: 110px 0;
    background-color: #f6faf4;
    background-image: url(../images/feature-bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}
.dflt-lmg img {
    width: 150px;
    position: absolute;
}
.dflt-lmg img.fdown {
    top: 0;
    right: 10%;
}
.dflt-lmg img.fup {
    bottom: 0;
    left: 15%;
}
.feature-content h2 {
    font-size: 45px;
    color: #1F2A1B;
    margin-bottom: 24px
}
.feature-content p {
    font-size: 18px;
    color: #000;
}
.feature-content1 {
    position: relative;
    min-height: 500px;
}
.fbtkd-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #979C7D;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-img img {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
}
.fbtkd1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: #1F2A1B;
}
.fbtkd2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #FFE6CF;
}
.fbtkd2 h3 {
    font-size: 28px;
    color: #000;
    margin: 0;
    text-align: center;
}

.fbbs-content {
    position: absolute;
    max-width: 330px;
    width: 100%;
}

.fbbs-box1 {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    gap: 16px;
    top: 17%;
    left: 12%;
}
.fbbs-box2 {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    gap: 16px;
    top: 51%;
    left: 14%;
}
.fbbs-box3 {
    text-align: center;
    bottom: -7%;
    left: 37%;
}
.fbbs-cont3 i {
    margin-left: auto;
    margin-right: auto;
}
.fbbs-box4 {
    display: flex;
    gap: 16px;
    top: 50%;
    right: 14%;
}
.fbbs-box5 {
    display: flex;
    text-align: left;
    gap: 16px;
    top: 17%;
    right: 12%;
}

.fbbs-cont1 i {
    height: 55px;
    width: 55px;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50%;
    border: 3px solid #1F2A1B8a;
    background-color: #fff;
    color: #1f2a1b;
    display: block;
    text-align: center;
    margin-bottom: 24px;
    box-shadow: 0 10px 16px #1f2a1b71;
}
.fbbs-cont h4 {
    color: #1F2A1B;
    font-weight: 500;
    font-size: 22px;
}
.fbbs-cont p {
    color: #000;
    font-size: 14px;
}


/* choose-area section  */

.about-area {
    padding: 100px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/about-bg.webp);
}

.about-content p {
    font-size: 16px;
}
.about-main-img {
    position: relative;
}

.abtb-img img {
    width: 100%;
    border-radius: 35px 0 35px 0;
}

.about-txt2 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #979C7D;
    border-radius: 0 0 30px 0;
    padding-right: 16px;
    padding-bottom: 16px;
}
.abtbx {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 16px;
    border-radius: 35px 0 30px 0;
    background-color: #FFE6CF;
    border: 2px solid #12210dd1;
    box-shadow: 7px 12px 16px rgba(0,0,0,0.4);
}
.about-txt2 i {
    font-size: 24px;
    background-color: #fff;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    line-height: 64px;
    display: block;
    color: #1F2A1B;
    text-align: center;
}
.about-txt2 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #1F2A1B;
}
.about-img1 {
    width: 200px;
    border-top: 16px solid #979C7D;
    border-left: 16px solid #979C7D;
    border-radius: 24px 0 24px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-img1 img {
    width: 100%;
    border-radius: 24px 0 24px 0;
}
.about-img1 i {
    font-size: 18px;
    background-color: #1F2A1B;
    border-radius: 25px 0 26px 0;
    height: 62px;
    width: 62px;
    line-height: 36px;
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -12px;
    left: -12px;
    border: 12px solid #979c7d;
}
.linc {
    height: 2px;
    width: 100%;
    margin-bottom: 24px;
    margin-top: 30px;
    background-image: linear-gradient(to right, #fff, transparent);
}
.abtbc h3 {
    font-size: 28px;
    margin-bottom: 24px;
}
.abtbc p {
    font-size: 16px;
    margin: 0;
}

div#accordionExample {
    background-color: transparent !important;
}
.accordion-item {
    border: none;
    background-color: transparent !important;
}
.accordion-button {
    padding: 16px;
}
button.accordion-button.collapsed {
    background: transparent;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.accordion-button:not(.collapsed) {
    background-color: #1F2A1B;
    box-shadow: none;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    border-radius: 12px 12px 0 0 !important;
}
.accordion-button::after {
    filter: invert(1);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    background-color: #727A5F;
    border-radius: 0 0 12px 12px;
}
.accordion-body p {
    margin: 0;
}


/* my-service section  */

.service{
    padding: 100px 0;
    background-color: #1F2A1B;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/service-bg.webp);
}
.service-box {
    padding: 24px;
    min-height: 300px;
    height: 100%;
    border-radius: 40px 0 40px 0;
    background-color: #fff;
    background-size: cover;
    background-position: bottom center;
    border: 1px solid rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
}
.service-box1 {
    background-image: url(../images/sv1-bg.webp);
}
.service-box2 {
    background-image: url(../images/sv2-bg.webp);
}
.service-box3 {
    background-image: url(../images/sv3-bg.webp);
}
.service-box4 {
    background-image: url(../images/sv4-bg.webp);
}
.service-box5 {
    background-image: url(../images/sv5-bg.webp);
}
.service-box:hover {
    border-color: #2AA27E;
}
.abtb-conts img {
    width: 120px;
}

.abtb-conts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.abcd-cont h4 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #1F2A1B;
}
.abcd-cont p {
    margin: 0;
    font-size: 16px;
    color: #1F2A1B;
}
.service-img {
    position: relative;
}
.service-img img {
    width: 100%;
    border-radius: 50%;
}
.svc-text1 {
    position: absolute;
    top: -50px;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 24px;
    width: 200px;
    border-radius: 24px;
    text-align: left;
}
.svc-text1 h4 {
    font-size: 21px;
    margin-top: 16px;
    margin-bottom: 0;
}
.svc-text2 {
    position: absolute;
    bottom: -40px;
    left: 0;
    background-color: #C3FAC1;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 20px;
    width: 270px;
    border-radius: 24px;
    text-align: left;
}
.svc-text2 h4 {
    font-size: 20px;
}
.svc-text2 a {
    color: #2AA27E;
}
.svc-text2 a i {
    color: #2AA27E;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}
.svc-text2 a:hover i {
    transform: translateX(7px);
}


/* pricing page */

.price-main{
    padding: 80px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/price-bg.webp);
}
.price-anh {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #00000026;
}
.price-desp p {
    font-size: 18px;
    color: #00000056;
}
.prc-des p {
    font-size: 18px;
    width: 55%;
    margin: auto;
}
.price-anh .aa-ico span {
    height: 60px;
    width: 60px;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    background-color: #2AA27E;
    color: #1F2A1B;
    display: block;
    text-align: center;
}
.price-anh .prc-cont h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.price-anh .prc-cont p {
    font-size: 16px;
    color: #00000056;
    margin-bottom: 0;
}

.p-card {
    max-width: 400px;
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/price-box-bg.webp);
}
.bg-gre {
    background-color: #1F2A1B;
    padding: 8px;
    border-radius: 24px;
    max-width: 400px;
}
.bg-gre .p-card {
    background-image: url(../images/form-bg.webp);
    background-position: bottom center;
}
.pflow {
    margin-bottom: 24px;
    border-bottom: 1px solid #1f2a1b4b;
}
.ico-area span {
    color: #1F2A1B;
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
}
.price-card p,
.price-area h3 {
    color: #1F2A1B;
}
.pflow p {
    font-size: 14px;
    color: #1F2A1B;
    margin-bottom: 24px;
}
.price-area h2 {
    font-size: 54px;
    line-height: 1.3;
    color: #1F2A1B;
    margin-bottom: 16px;
}
.price-area h2 span {
    font-size: 14px;
    color: #00000056;
}
.price-txt p {
    font-size: 14px;
    padding-bottom: 12px;
    font-weight: 400;
}
.price-area p b {
    color: #1F2A1B;
}
.price-f p {
    font-size: 16px;
    line-height: 2;
    color: #1F2A1B;
    border-radius: 40px;
}

.price-f p i {
    color: #7aab1a;
}

.arrow-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.arrow-box img {
    width: 100%;
    opacity: 0.5;
}
.rcmp p {
    margin: 4px 0 12px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.code-box img {
    width: 250px;
    opacity: 0.5;
    transform: rotate(-20deg);
}
a.prc-btn {
    background-color: #2AA27E;
}
.buy-btn a {
    width: 100%;
    text-align: center;
    display: block;
}


/* Contact page */

.contact-form {
    padding: 50px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/contact-bg.webp);
}
.arrow-img img {
    width: 80%;
}
.con-address,
.cfs-box {
    border-radius: 24px 0 24px 0;
    padding: 24px;
    margin-bottom: 24px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.cfsb-1 {
    background-image: url(../images/sv4-bg.webp);
}
.cfsb-2 {
    background-image: url(../images/sv3-bg.webp);
}
.cfsb-3 {
    background-image: url(../images/sv2-bg.webp);
}
.cfsb-4 {
    background-image: url(../images/sv1-bg.webp);
}
.cfs-box p {
    margin: 0;
    color: #1F2A1B;
}
.cfs-box p a {
    text-decoration: none;
    font-size: 16px;
    color: #1F2A1B;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.con-address img,
.cfs-box img {
    width: 64px;
}
.cdfs-cont h3 {
    color: #1F2A1B;
    font-size: 21px;
    margin-bottom: 16px;
}
.con-address p {
    color: #1F2A1B;
    font-size: 16px;
    margin: 0;
}

.my-form {
    border-radius: 30px 0 30px 0;
    padding: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/form-bg.webp);
}
.common {
    margin-bottom: 16px;
}
.common label, .message label {
    font-size: 16px;
    color: #1F2A1B;
    margin-bottom: 8px;
}
.common input, .message textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #1F2A1B46;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 30px 0 30px 0;
    outline: none;
    color: #1F2A1B;
}
/* .message textarea {
    border-radius: 20px;
} */
.common input:focus, .message textarea:focus {
    border-color: #1F2A1B86;
}
.submit-btn {
    position: relative;
    width: 195px;
    border-radius: 50px;
}
.submit-btn input {
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #1F2A1B;
    color: #fff;
    padding: 14px 30px;
    font-weight: 600;
    transition: all 0.2s linear;
    border-radius: 30px 0 30px 0;
}

.submit-btn input:hover {
    background-color: #A0EB8B;
    color: #1F2A1B;
}


/* about page  */

.about-main {
    padding: 50px 0;
    background-image:url("../images/about-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
}
.absp p {
    font-size: 18px;
    margin: 0;
}

.about-main-img img {
    width: 100%;
    border-radius: 35px 0 35px 0;
}
.abtbckmp {
    padding: 24px;
    border-radius: 35px 0 35px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-image: url(../images/sv3-bg.webp);
}
.abtbckmp span {
    display: block;
    font-size: 45px;
    font-weight: 700;
}
.abtbckmp p {
    color: #1F2A1B;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}
.acdmp-list h3,
.abtkm-cont h3 {
    margin-bottom: 24px;
    font-size: 24px;
}
.abtkm-cont p {
    font-size: 16px;
}
.acdmp-list ul {
    margin: 0;
    padding: 0;
}
.acdmp-list ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
}
.acdmp-list ul li i {
    color: #1F2A1B;
}
.abtqp-img img {
    width: 100%;
    border-radius: 40px 0 40px 0;
}


/* web section  */

.web-used {
    padding: 80px 0 110px;
    background-image: url(../images/web-bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}

.web-used .fbbs-cont h4 {
    color: #fff;
    margin-bottom: 16px;
}
.web-used .fbbs-cont p {
    color: #fff;
}
.web-used .fbbs-cont1 i {
    line-height: 55px;
    font-size: 28px;
    border: 1px solid #fff;
    background-color: #979C7D;
    color: #fff;
    box-shadow: 0 10px 16px #1f2a1bd6;
}
.web-used .fbtkd-content {
    background-color: #fff;
}
.web-used .fbbs-box3 {
    bottom: -8%;
}

 
/* Responsive */

@media all and (max-width: 1399px){
    .dflt-content h1 {
        font-size: 48px;
    }
    .feature-content h2,
    .dflt-content h2 {
        font-size: 40px;
    }
    /* hero  */
    .hero-bg::before {
        max-width: 380px;
    }
    .hero-main h1 {
        font-size: 110px;
    }
    .hero-sx h3,
    .hero-sp span {
        font-size: 28px;
    }
    .almpkt h3 {
        font-size: 30px;
    }
    .prc-des p {
        width: 70%;
    }
    /* about section  */
    .fbbs-box1 {
        left: 6%;
    }
    .fbbs-box2 {
        left: 8%;
    }
    .fbbs-box3 {
        left: 34%;
    }
    .fbbs-box4 {
        right: 8%;
    }
    .fbbs-box5 {
        right: 6%;
    }
    .abtbckmp span {
        font-size: 40px;
    }
    
}
@media all and (max-width: 1199px){
    .dflt-content h1 {
        font-size: 45px;
    }
    .feature-content h2,
    .dflt-content h2 {
        font-size: 36px;
    }
    /* hero */
    .hero-bg::before {
        max-width: 320px;
    }
    .hero-main h1 {
        font-size: 90px;
    }
    .hero-ss p {
        font-size: 18px;
    }
    .hero-sx h3, .hero-sp span {
        font-size: 24px;
    }
    .almpkt h3 {
        font-size: 24px;
    }
    .almpkt span {
        font-size: 12px;
    }
    .almpkt p {
        font-size: 14px;
    }
    .hero-main-des p {
        font-size: 16px;
    }
    .prc-des p {
        font-size: 16px;
        width: 80%;
    }
    .accordion-button:not(.collapsed) {
        font-size: 18px;
    }
    /* feature section  */
    .fbbs-content {
        max-width: 300px;
    }
    .fbbs-box1 {
        left: 1%;
    }
    .fbbs-box2 {
        left: 4%;
    }
    .fbbs-box4 {
        right: 3%;
    }
    .fbbs-box5 {
        right: 1%;
    }
    /* contact page  */
    .absp p {
        font-size: 16px;
    }
    .abtbckmp span {
        font-size: 32px;
    }
    .web-used .fbbs-box3 {
        bottom: -13%;
    }
}

@media all and (max-width: 991px){
    /* hero  */
    .hero-main h1 {
        font-size: 80px;
    }
    .hero-sx {
        padding-left: 40px;
    }
    .hero-main-expt {
        border-radius: 52px 52px 0 0;
    }
    .ajaptc {
        align-items: center;
    }
    .hero-js-img {
        min-height: 333px;
    }
    .hero-main-des {
        border-radius: 0 0 52px 52px;
    }
    /* features  */
    .feature-content1 {
        min-height: 200px;
    }
    .prc-des p {
        width: 100%;
    }
    .fbtkd-content,
    .circle-img {
        display: none;
    }
    .fbbs-content {
        position: static;
    }
    .fbbs-box1,
    .fbbs-box2 {
        margin-left: auto;
    }
    .fbbs-box3 {
        margin: auto;
    }
    /* contact page  */
    .arrow-img {
        display: none;
    }
    .web-used {
        padding: 50px 0;
    }
    .abtbckmp span {
        font-size: 40px;
    }

}

@media all and (max-width: 767px){
    .dflt-content h1 {
        font-size: 40px;
    }
    .feature-content h2, .dflt-content h2 {
        font-size: 32px;
    }
    /* hero */
    .hero-main h1 {
        font-size: 64px;
    }
    .hero-ss {
        text-align: center;
    }
    .hero-ss p {
        max-width: 400px;
        margin: 40px auto;
    }
    .hero-sx {
        padding-left: 0;
        text-align: center;
    }
    .hero-sx p {
        color: #1f2a1b;
    }
    .fbbs-cont h4 {
        font-size: 20px;
    }
    .abcd-cont h4 {
        font-size: 22px;
    }
    /* price  */
    .bg-gre,
    .p-card {
        margin-left: auto;
        margin-right: auto;
    }
    /* about page  */
    .abtbckmp span {
        font-size: 32px;
    }
    .abtbckmp p {
        font-size: 16px;
    }
}
@media all and (max-width: 575px){
    .dflt-content h1 {
        font-size: 40px;
    }
    .feature-content h2, .dflt-content h2 {
        font-size: 30px;
    }
    /* hero section  */
    .hero-main h1 {
        font-size: 50px;
    }
    .hero-ss p {
        font-size: 16px;
    }
    .hero-sx h3, .hero-sp span {
        font-size: 21px;
    }
    .hero-main-expt {
        padding: 40px 24px;
    }
    .hero-main-des {
        padding: 40px 24px;
    }
    .fbbs-content {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .fbbs-cont h4 {
        font-size: 22px;
    }
    .fbbs-box3 {
        display: flex;
        flex-direction: row-reverse;
        text-align: right;
        gap: 16px;
        margin: 0;
    }
    .about-area {
        padding: 60px 0;
    }
    .acdmp-list h3, .abtkm-cont h3 {
        font-size: 22px;
    }
}
@media all and (max-width: 480px){
    .hero-main h1 {
        font-size: 40px;
    }
    .fbbs-cont h4 {
        font-size: 20px;
    }
    .my-form {
        padding: 40px 24px;
    }
    .abtbckmp {
        flex-direction: column;
    }
}

