@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
}

.input-grid.d-flex {
    flex-wrap: nowrap !important;
}

.border-0 {
    border: none !important;
}

.container {
    max-width: 100%;
    margin: auto;
}

.input-grid.d-flex span {
    cursor: pointer;
}

.blog-banner {
    padding: 40px 40px 0px 40px;
    margin: 30px auto;
    background: #f3f3f3;
    border-radius: 4px;
    max-width: 95%;
    background: url(../images/schema-banner.jpg);
    background-size: cover;
    background-position: center;
}

.blog-banner h1 {
    font-size: 3.5rem;
    text-shadow: 0px 8px 3px rgba(0, 0, 0, 0.9);
    line-height: 1.2;
    margin: 0;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.blog-banner p {
    font-family: "Inter", sans-serif;
    color: #333;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
}

.blog-banner h1 div {
    display: inline-block;
}

.blog-banner .col-md-6 {
    width: 50%;
}

p#addmore {
    width: 20%;
    background: #32305b;
    background: -webkit-linear-gradient(45deg, #065d9b, #ff00ca);
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 15px;
    text-align: center;
}

.input-grid.d-flex.repeat.item-url {
    align-items: end;
}

.input-grid.d-flex.repeat.item-url .input-box {
    margin-bottom: 0px;
}

.input-grid.d-flex .input-box p#addmore {
    width: 30%;
}

.input-grid.d-flex #offer2 .input-box {
    width: 100%;
}

.input-grid.d-flex.offer-grid {
    align-items: end;
}

.input-grid.d-flex.offer-grid .input-box {
    margin-bottom: 0;

}

.blog-banner h1 span {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.form-section {
    /*! background: url(../images/bg-img.webp); */
    background-attachment: scroll;
    background-size: auto;
    background-size: 100% 100%;
    /*! background-attachment: fixed; */
    border-radius: 50px 50px 50px 50px;
    margin: 0rem auto 0;
    width: 100%;
    color: #fff;
    padding: 0px 0 0px 0;
    width: 100%;
    /*! background-image: radial-gradient(circle at -0% 20%, rgb(139, 255, 198) 0%, rgb(122, 230, 199) 10%, rgb(89, 183, 201) 30%,
            rgb(56, 141, 199) 50%, rgb(92, 191, 196) 65%, rgb(122, 230, 199) 72%, rgb(139, 255, 198) 88%, rgb(89, 183, 201) 100%); */
}

.form-section .form-wrap {
    /* padding:
        30px 30px;
    max-width: 100%;
    border-radius: 4px;
    margin: auto;
   background: rgb(14, 13, 47); */
}

.form-section form {
    width: 100%;
    background-color: #fff;
    border-radius: 4px 0px 0px 4px;
    padding: 50px 30px 30px 30px;
    min-height: 100%;

    border-right: 1px solid #616161;
    box-shadow: 0px 0px 16px 9px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 2;
    box-shadow: 0 0 8px 0 rgb(150, 175, 166);
}

.input-grid.d-flex .input-box {
    width: 49%;
    flex-wrap: nowrap !important;
}


.form-section form .input-box {
    margin-bottom: 38px;
}

.form-section .col-md-8 {
    width: 60%;

    padding-left: 40px;
}

.form-section .error {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 9px;
    color: #df0b07 !important;
}

.input-grid.d-flex {
    gap: 15px;
}

.form-section .col-md-4 {
    width: 40%;


    padding-right: 40px;
}

.form-section form label {
    color: #1e1e2f;
    font-size: 15px;
    font-family: "Oxygen", serif;
    margin-bottom: 4px;
    display: block;
}

.form-section form input,
select,
textarea {
    width: 100%;

    border: 1px solid #c4c4ca;
    padding: 10px;
    outline: none;
    color: #333;
    font-size: 15px;
    background-color: #fff;
    font-family: "Oxygen", serif;
    border-radius: 4px;
}

.form-section form textarea {
    height: 100px;
    resize: none;
}

/* .form-section .box {
    position: absolute;
    height: 121%;
    width: 85%;
    display: block;
    background: #fff;
    border-bottom: 10px;
} */

/* .form-section .glowing::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #065d9b, #ff00ca, #6839ad);
    background-size: 400%;
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    z-index: -1;
    animation: glower 20s linear infinite;
    border-radius: 4px;
} */

@keyframes glower {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.form-section .form-right {
    border-radius:
        0px 4px 4px 0px;
    padding:
        40px 20px;
    /* background:
        #32305b; */
    overflow: hidden;
    min-height: 100%;
    position: relative;
    z-index: 2;
    /* box-shadow: 0px 0px 16px 9px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px 0 rgb(196, 202, 206); */
    background: url(../images/schema-banner.jpg);
    background-size: cover;
    background-position: center;
}

.form-section .form-right strong {
    color: #a9bcce;
    display: block;
    margin-bottom: 10px;
}

.form-section .form-right ul li p {
    margin: 0 15px;
    font-size: 16px;
    color: #e809c6;
    font-weight: 600;

}

.form-section .form-right span {
    color: #fff;
}

.form-section .form-right pre {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.form-section .form-right ul {
    padding-left: 10px;
}

.form-section .form-right ul li.d-flex {
    align-items: center;
    margin-bottom: 10px;

}

.form-section .form-right ul li.d-flex .num {
    font-size: 16px;
    color: #fff;

}

.form-section .form-right ul li.d-flex span {
    font-size: 16px;
    color: #2ef3ff;

}

.form-section #image-container .image-box {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.form-section #image-container .input-box {
    margin-bottom: 20px;
    position: relative;
}

.form-section #image-container .input-box input {
    margin-bottom: 0px;


}

.form-section #image-container .remove-image {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 10px;
    background:
        #df0b07;
    color: #fff !important;
    font-size: 26px;
    border-radius: 0px 4px 4px 0px;
    line-height: 42px;
}

.form-section .form-copy {
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    padding: 0px 26px;
    justify-content: space-between;
    align-items: center;
}

.website-tab .tabcontent .form-wrap span {
    font-size: 25px;
}

.form-section form button {
    /* width: 20%; */
    background:
        #32305b;
    background:
        -webkit-linear-gradient(45deg, #065d9b, #ff00ca);
    border-radius:
        3px;
    border:
        0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 15px 20px;
}

/* .form-section .form-copy img {
    max-width: 50px;
    height: 50px;
    background-color: #fff;
    padding:
        10px;
    border-radius:
        5px;
} */

.input-grid.d-flex.author_div {
    gap: 14px
}

.input-grid.d-flex.author_div .input-box {
    width: 32%;
}

.website-tab {
    /*! padding: 0px 20px 20px 20px; */
}

.form-copy a {
    padding:
        23px 20px;
    background:
        #fff;
    border-radius:
        100%;
    line-height: 27px;
}

.website-tab .tabbing.d-flex {
    gap: 10px;

}

.website-tab .tabbing .tab {
    background-color: transparent;
    color: #141e41;
    padding: 6px 13px;
    border: 1px solid #162455;
    border-bottom: 0px;
    cursor: pointer;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 600;

}

.website-tab .tabbing .tab.block.active {
    background-color: #141e41;
    color: #fff;
}

.website-tab .tabbing .tab:hover {
    background-color: #141e41;
    color: #fff;
}

.website-tab .tab {
    /* display: flex; */
    overflow: hidden;

    background-color: #162455;

    color: #0e0d2f;
    padding: 12px 10px 0px 30px;
    gap: 18px;
    border-radius: 5px 5px 0px 0px;
}


.website-tab .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 40px;
    transition: 0.3s;
    font-size: 18px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    font-weight: 400;
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    margin: 0px 10px;
}

.website-tab .tabcontent span.page-name {
    display: block;
    font-size: 23px;

    margin-top: 0;
    margin-bottom: 14px;
    color: #fff;
    background: #fff;
    background: -webkit-linear-gradient(45deg, #fff, #fff);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
    margin-left: 13px;
}

.website-tab .tab button:hover {
    background-color: #1d3075;
    color: #fff;
    border: 1px solid #1d3075;
    background:
        -webkit-linear-gradient(45deg, #065d9b, #ff00ca);
    border: 1px solid #1d3075;
}


.website-tab .tab button.active {
    background-color: #1d3075;
    color: #fff;
    border: 1px solid #1d3075;
    background:
        -webkit-linear-gradient(45deg, #065d9b, #ff00ca);
}


.website-tab .tabcontent {
    display: none;
    padding: 0px 0px 40px 0px;
    border: 1px solid #c5c5c5;
    /*! border-top: none; */
    border-radius: 0px 0px 4px 4px;
    /*! box-shadow: 0 0 3px 0 rgb(192, 187, 174); */
    background: #fff;
}

.website-tab .tabcontent span {
    font-size: 40px;
    background: -webkit-linear-gradient(45deg, #065d9b, #ff00ca);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.website-tab .tabcontent .input-grid.d-flex span {
    background-color: #000;
}

.website-tab .tabcontent p {
    margin: 0;
    font-size: 20px;
}

.form-section button {
    background: transparent;
    border: 1px solid #1b2b5e;
    border-radius: 4px;
    padding: 7px 17px;
    display: flex;
    flex-direction: row;
    gap: 23px;
    align-items: center;
    font-size: 17px;
    justify-content: end;
    cursor: pointer;
    color: #1b2b5f;
}

.session-message {
    position: fixed;
    top: 20px;
    right: 0;
    transform: translateX(0%);
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    z-index: 1000;
    display: none;
    /* Initially hidden */
}



.website-tab .select-option {
    width: 40%;

}

.website-tab .select-option select {
    border: 1px solid #bababa;
    border-radius: 5px;
    color: #1e1e2f;
    font-family: "Oxygen", serif;
    font-size: 18px;
    padding: 10px;
}


.items-end {
    align-items: end;
}

.items-center {
    align-items: center;
}

.form-select-copy {
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.form-select-copy .form-copy {
    width: 60%;
    text-align: end;
}

.text-end {
    text-align: end;
}

.blog-img {
    text-align: end;
}

.blog-img img {
    max-width: 400px;
}


.example {
    padding:
        0px 40px 40px 40px;
}

.example h2 {
    font-size: 4rem;
    margin: 0px 0px 10px 0px;
}

.example p {
    margin: 0px 0px 10px 0px;
}

.blog-detail1 .select-title p {
    margin-bottom: 0px;

}

.blog-detail1 .select-title p strong {
    font-size: 27px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 30px;
    width: fit-content;
    text-transform: inherit;
    background-image: linear-gradient(to right, #065d9b66, #ff00ca61);
    background-size: 100% 0.3em;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.blog-detail1 .form-select-copy {
    gap: 70px;
    justify-content: start;
}


/* blog meta */
.blog-banner.meta {
    padding: 0px 40px;
}

.blog-banner.meta h1 {
    margin-bottom: 15px;
}

.blog-banner.meta p {
    color: #fff;
    line-height: 1.6;
    font-weight: 300;
    font-size: 17px;
}

.blog-detail1 {
    padding:
        30px 60px;
    position: relative;
}

.blog-detail1 h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 30px;
    width: fit-content;
    /* or max-content */
    text-transform: inherit;

    background-image: linear-gradient(to right, #065d9b66, #ff00ca61);
    background-size: 100% 0.3em;
    /* Adjust height to control thickness of underline */
    background-repeat: no-repeat;
    background-position: 0 100%;
    /* Align to bottom */

}

.blog-detail1 .highlight-box-content {
    margin: 17px 0px 25px 0px;
}

.blog-detail1 .highlight-box-content p {
    margin: 0px 0px 14px 0px;
}

.blog-detail1 p {
    margin:
        0px 0px 11px 0px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
}

/*
.blog-detail1 .col-md-6 {
    width: 50%;
    padding: 0px 15px;
} */

.blog-detail1 .row {
    margin-left: -15px;
    margin-right: -15px;

}

.meta-row {
    margin-bottom: 50px;
}

.meta-row p {
    margin-bottom: 20px;
}

.blog-detail1 .meta-img img {
    border-radius: 5px;
}

.blog-detail1 .blog-content ul li {
    margin: px 0 15px 0px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0s;
    font-size: 17px;
    position: relative;

    padding-left: 30px;
}

.blog-detail1 .blog-content a {
    text-decoration: underline;
    color: #8e2ab5;
}

.blog-detail1 .blog-content ul li::before {
    content: '\2022';
    color: #8e2ab5;
    font-size: 30px;
    position: absolute;
    left: 8px;
    top: 12px;
    transform: translateY(-50%);
}

.blog-detail1 p strong {
    font-size: 18px;
}

.blog-detail1 ul.required-schema {
    margin-bottom: 20px;
    margin-top: 14px;
}

.blog-detail1 .example-schema {
    padding: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #151f42, #065d9b);
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
    margin: 0px 0px 15px 0px;
}

.blog-detail1 span {
    display: block;
}

.blog-detail1 .example-schema-title {
    padding: 10px 20px;

    margin: 14px 4px 0px 2px;

    display: inline-block;

    background: #151f42;

    color: #fff;

    border-radius: 4px 4px 0px 0px;

}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-detail1 ul {
    margin-bottom: 40px;
}

.blog-detail1 ul li strong {
    color: #333;
    font-size: 16px;
}

.highlight-strong {
    font-size: 23px;
    color: #202656;
    font-weight: 600;
    margin-top: 15px;
    background:
        -webkit-linear-gradient(45deg, #065d9b, #ff00ca);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip:
        text;
    -webkit-text-fill-color: transparent;
}

.table-of-content {
    position: sticky;
    top: 100px;
    padding:
        20px;
    background:
        #f7f8fa;
    border-radius:
        6px;
    margin-right: 40px;
    box-shadow: 0 0 5px 3px rgba(0 0 0 / .05);
    box-shadow: #d2854621 0px 142px 20px -7px;
    box-shadow: 0 0px 1px 0 rgb(209, 180, 187);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}

.table-of-content ul {
    padding-left: 30px;
}

.table-of-content ul li ul {
    margin-top: 15px;
}

.table-of-content span {
    font-size: 21px;
    display: block;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
}

.table-of-content ul {
    margin-bottom: 0;
    margin-top: 20px;
}

.table-of-content ul li {
    margin-bottom: 5px;
    list-style-type: disclosure-closed;
    line-height: 1.2;
    margin-bottom: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddd;
}

.table-of-content ul li a {
    font-size: 15px;
    color: #141e41;
    transition: 0.5s;
    line-height: 1.2;
    /*! display: block; */
}

.table-of-content ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;

}

.table-of-content ul li ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 13px;
}

.table-of-content ul li a:hover {
    text-decoration: underline;
    color: #4f4fc8;
}

.col-md-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}

.page-example {
    margin-bottom: 30px;
}

.page-example img {
    border-radius: 5px;
}



.gradient-border-wrapper {
    padding: 4px;

    border-radius: 0px 0px 4px 4px;

    background: linear-gradient(180deg, #151f42, #065d9b);

    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
}



.example-title {
    background:
        #151f42;
    color: #fff;
    padding:
        5px 16px;
    border-radius:
        4px 4px 0px 0px;
}

.example-title strong {
    font-size: 20px;
}

.example-box {
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;

    margin-bottom: 50px;
}

.example-box .example-info {
    padding:
        15px 20px 1px 20px;
    border-radius: 0px 0px 4px 4px;
    background-color: #fff;
}

.example-box .example-info p.example-content {
    margin-bottom: 18px;
}

.example-box .example-info strong {
    color: #0e0d2f;
    font-size: 17px;
}

.example-box .example-info p strong {
    margin-bottom: 0px;
}

p.web-examples {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
    text-decoration: underline;
    color: #000;
}

.web-box strong {
    font-size: 18px;
    color: #141e41;
}

.blog-detail1 .web-box ul {
    margin-bottom: 25px;
}

.blog-detail1 .web-box ul li {
    font-size: 16px;
}

/* blog list */
.blog-banner.list {
    padding:
        40px;
}

.blog-banner.list .blog-name {
    max-width: 70%;
}

.blog-banner.list h1 {
    font-size: 3rem;
}

.blog-banner ul {
    margin-bottom: 25px;
}

.blog-banner ul li a {
    color: #fff;
    font-size: 16px;

    position: relative;
}

.blog-banner li.active {
    margin-left: 13px;
    position: relative;
    padding-left: 17px;
}

.blog-banner ul li.active::before {
    content: "/";
    position: absolute;
    left: 0;
    color: #fff;

}

.blog-banner li.active.last a {
    text-decoration: underline;
}

.blog-listing .col-md-4 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-listing {
    padding:
        40px 40px 60px 40px;
}

.blog-listing .blog-box {
    text-align: center;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
    padding:
        30px;
    background:
        #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.blog-listing .blog-box img {
    max-width: 100%;
    width: 300px;
    margin-bottom: 20px;
}

.blog-listing .blog-box strong {
    display: block;
    font-size: 20px;
    color: #151f42;
    line-height: 1.4;
    transition: 0.5s;
}

.blog-listing .blog-box strong:hover {
    color: #141e41;
    text-decoration: underline;
}

.blog-detail1 table {
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-bottom: 10px;
    margin: 20px 0;
    max-width: 1500px;
    border-collapse: collapse;
}

.blog-detail1 table th {

    background-color: #0e0d2f;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.blog-detail1 table td {
    font-size: 15px;
}

.blog-detail1 .schema {
    font-size: 18px;
    margin: 12px 0px;
    display: block;
    color: #9321c8;
}

.blog-detail1 table th,
td {
    padding: 10px 10px 10px 19px;
    border: 1px solid #ddd;
}

.form-copy img {
    width: 25px;
    height: 25px;
}

.tabbing-content {
    border: 1px solid #141e41;
    padding: 40px;
    margin-bottom: 30px;

}

@media(max-width:1024px) {
    .website-tab .tab button {
        padding: 0px 29px;
        font-size: 16px;
    }

    .blog-detail1 .select-title p strong {
        font-size: 23px;
    }
}

@media(max-width:992px) {
    .blog-detail1 {
        padding-top: 0px;
    }

    .website-tab .tab button {
        padding: 0px 17px;
    }

    .website-tab .tab {
        padding: 20px 20px 0px 30px;
    }

    .blog-banner h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }

    .form-section .col-md-8 {
        width: 50%;
    }

    .form-section .col-md-4 {
        width: 50%;
    }

    .website-tab .tabcontent {
        padding: 0px;
    }

    .input-grid.d-flex .input-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-section form .input-box {
        margin-bottom: 20px;
    }

    .example h2 {
        font-size: 2.5rem;
    }

    .example p {
        font-size: 16px;
    }

    .website-tab .tab button {
        font-size: 15px;
    }

    .website-tab .tab {
        gap: 12px;
    }

    .blog-banner.meta p {
        font-size: 16px;
    }

    .col-md-3 {
        width: 35%;
    }

    .col-md-9 {
        width: 65%;
    }

    .blog-detail1 h2 {
        font-size: 2rem;
        background-size: 63% 32%;
        margin-bottom: 15px;
    }

    .highlight-strong {

        font-size: 20px;
    }


    .web-box strong {
        font-size: 17px;
    }

    .table-of-content span {
        font-size: 19px;
    }

    .blog-banner.list .blog-name {
        max-width: 100%;
        text-align: center;
    }

    .blog-banner.list .blog-name ul {
        justify-content: center;
    }

    .blog-banner.list .blog-name ul li.active::before {
        left: -57px;
    }

    .blog-banner.list h1 {
        font-size: 1.8rem;
    }

    .blog-listing .col-md-4 {
        width: 50%;
    }
}


@media(max-width:850px) {
    .blog-img {
        display: none;
    }

    .blog-banner {
        padding:
            30px;
        text-align: center;
    }

    .blog-banner .col-md-6 {
        width: 100%;
    }

    .blog-banner h1 {
        font-size: 2rem;
    }

    .website-tab {
        padding: 0px;
    }

    .website-tab .select-option {
        width: 100%;
    }

    .form-section .col-md-8 {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
    }

    .form-section .col-md-4 {
        width: 100%;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 30px;
    }

    .blog-detail1 table th,
    td {
        padding: 10px;
    }

    .blog-detail1 table th {
        font-size: 15px;
    }

    .example h2 {
        font-size: 2rem;
    }

    .example p {
        font-size: 15px;
        line-height: 1.6;
    }

    .blog-banner.meta {
        padding: 40px;
    }

    .blog-detail1 {
        padding: 0px 30px 30px 30px;
    }

    .form-section .form-copy {
        text-align: center;
        margin: 20px auto;
        justify-content: center;
        flex-direction: column;
    }

    .website-tab .tabcontent .form-wrap span {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .website-tab .tabcontent span.page-name {
        font-size: 18px;
    }

    p#addmore {
        width: 60%;
    }

    .col-md-3 {
        width: 100%;
    }

    .col-md-9 {
        width: 100%;
    }

    .table-of-content {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .blog-detail1 h2 {
        font-size: 1.8rem;
        background-size: 63% 32%;
        background-size: 43% 32%;
    }

    .highlight-strong {
        font-size: 18px;
    }

    .web-box {
        margin-bottom: 25px;
    }

    .blog-detail1 .select-title p strong {
        margin-bottom: 0;
    }

    .blog-detail1 .form-select-copy {
        gap: 20px;
    }

    .website-tab .tab button {
        padding: 5px 18px;
    }

    .website-tab .tab {
        padding: 20px 40px 0px 40px;
    }

    .website-tab .tabbing .tab {
        padding: 2px 6px;
        font-size: 15px;
    }

    .website-tab .tab {
        padding: 10px 20px 0px 20px;
    }

    .website-tab .tab button {
        padding: 1px 3px;
    }

    .tabbing-content {
        padding: 20px;
    }

    /* .website-tab .tab button {
        padding: 1px 13px;
    } */
    .form-section form {
        padding: 18px;
    }
}

@media(max-width:768px) {
    .blog-banner h1 {
        font-size: 1.8rem;
    }



    .blog-detail1 h2 {
        font-size: 1.7rem;
    }

    .blog-detail1 ul {
        margin-bottom: 22px;
    }

    .blog-listing .col-md-4 {
        width: 100%;
    }

    /* .blog-detail1 table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 10%;
        padding-left: 5px;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
        top: 9px;
    }

    .blog-detail1 table td {
        border: 0;
        border-bottom-width: 0px;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 1px solid #ddd;
    }

    .blog-detail1 table tr {
        display: block;
        margin-bottom: 10px;
    }

    .blog-detail1 table thead {
        display: none;
    } */

}