.responsive-banner {
    position: relative;
    margin: 25px 0 10px 32px;
    width: 100%;
    box-shadow: 0 0 9px #9c9cbd;
    border-radius: 10px 16px 10px 18px;
    overflow: hidden;
    height: 415px;
    background: #ffffffbd;
    border: 6px #9999c6d4 groove;
    transition-duration: 2s;
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.responsive-banner:hover {
    position: relative;
    transition-duration: 2s;
    box-shadow: 0 0 9px #9c9cbd;
}
.features {
    padding-top: 100px;
    padding-bottom: 100px;
}
.features .container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.features .container .image {
    background-color: #777;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.features .container .quality .image::before {
    background-color: rgb(244 64 54 / 60%);
}
.features .container .time .image::before {
    background-color: rgb(0 150 136 / 60%);
}
.features .container .image::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 170px 600px;
    left: -15px;
    bottom: -2px;
    transition: 0.3s;
}
.features .container .image img {
    max-width: 100%;
}
.features .container .quality .text h3::after {
    background-color: rgb(244 64 54);
}
.features .container .time .text h3::after {
    background-color: rgb(0 150 136);
}
.features .container .quality a {
    color: rgb(244 64 54);
    border-color: rgb(244 64 54);
    background: linear-gradient(to right, rgb(244 64 54) 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.features .container .quality:hover a {
    background-position: left bottom;
    color: #fff;
}
.features .container .time a {
    border-color: rgb(0 150 136);
    background: linear-gradient(to right, rgb(0 150 136) 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: rgb(0 150 136);
}
.features .container .time:hover a {
    background-position: left bottom;
    color: #fff;
}
.circle-large {
    position: relative;
    border: 70px solid rgba(0, 122, 255, 0.15);
    width: 300px;
    height: 300px;
    border-radius: 100%;
    left: -150px;
    top: 290px;
    z-index: 0;
}
.prjtideas {
    margin: -37px 0 0 0;
    position: absolute;
    width: 250px;
    animation: jkssm 3s infinite linear;
    transform: rotate(-13deg);
}
.sp {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 90px;
    background: repeating-linear-gradient(150deg, #e9d3d3, transparent 70px);
    padding: 2px;
    z-index: -5;
    animation: movetodes 8s infinite linear;
}
.sp2 {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 90px;
    background: repeating-linear-gradient(150deg, #e9d3d3, transparent 70px);
    padding: 10px;
    z-index: -5;
    animation: movetome 8s infinite linear;
}
@keyframes movetome {
    0% {
        left: 1%;
        background: repeating-linear-gradient(150deg, #e9d3d3, transparent 70px);
        bottom: 0;
    }
    10% {
        left: 10%;
        background: repeating-linear-gradient(250deg, #e9d3d3, transparent 70px);
        bottom: 139px;
    }
    50% {
        left: 90%;
        background: repeating-linear-gradient(350deg, #e9d3d3, transparent 70px);
        bottom: 169px;
    }
    90% {
        left: 10%;
        background: repeating-linear-gradient(250deg, #e9d3d3, transparent 70px);
        bottom: 139px;
    }
    100% {
        left: 1%;
        background: repeating-linear-gradient(150deg, #e9d3d3, transparent 70px);
        bottom: 0;
    }
}
@keyframes movetodes {
    0% {
        left: 1%;
        background: repeating-linear-gradient(150deg, #e9d3d3, transparent 70px);
        bottom: 169px;
    }
    10% {
        left: 10%;
        background: repeating-linear-gradient(250deg, #e9d3d3, transparent 70px);
        bottom: 0;
    }
    50% {
        left: 90%;
        background: repeating-linear-gradient(350deg, #e9d3d3, transparent 70px);
        bottom: 169px;
    }
    90% {
        left: 10%;
        background: repeating-linear-gradient(250deg, #e9d3d3, transparent 70px);
        bottom: 0;
    }
    100% {
        left: 1%;
        background: repeating-linear-gradient(150deg, #e9d3d3, transparent 70px);
        bottom: 1699px;
    }
}
.responsive-banner h4 {
    font-size: 20px;
    font-family: cursive;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    line-height: 33px;
    padding: 4px 10px;
    margin: 19px 0 0 0;
    color: #00aab3;
}
.responsive-banner p {
    position: relative;
    font-size: 16px;
    padding: 2px 28px;
    text-align: justify;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 29px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lastone a {
    text-transform: none;
    color: #36384e;
}
.product {
    width: 100%;
    padding: 0;
    border: solid 0 #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    text-align: justify;
}
.product:hover {
    width: 100%;
}
.product-text {
    float: left;
    width: 100%;
    display: none;
}
.product:hover .product-text {
    display: block;
    font-size: 16px;
    text-align: justify;
}
.card {
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 23px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 10px 10px 23px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 10px 10px 23px 0 rgba(0, 0, 0, 0.14);
    margin: auto;
    text-align: left;
    cursor: pointer;
    position: relative;
    height: 360px;
    display: inline-block;
    transform: scale(0.9);
    transition: all 0.3s;
}
.card:hover {
    transform: scale(0.95);
}
.card-image {
    transition: all 0.3s;
}
.card:hover .card-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.more-link {
    font-size: 16px;
    font-weight: 650;
    color: #000;
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
body,
html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-padding-top: 80px;
}
@-webkit-keyframes glow {
    0% {
        background-position: 0 43%;
    }
    50% {
        background-position: 100% 58%;
    }
    100% {
        background-position: 0 43%;
    }
}
@keyframes glow {
    0% {
        background-position: 0 43%;
    }
    50% {
        background-position: 100% 58%;
    }
    100% {
        background-position: 0 43%;
    }
}
.question {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 68px 12px 25px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
    line-height: 35px;
}
.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}
.question.active::after {
    transform: rotate(45deg);
}
.answer {
    padding: 0 18px 18px;
    line-height: 35px;
    font-family: Roboto, sans-serif;
    text-align: justify;
}
.datasacts-frstsectsconts p {
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    margin: 0 0 75px 0;
    font-family: Roboto, sans-serif;
}
.datasacts-frstsectsconts h1 {
    font-size: 38px;
    font-weight: 650;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-family: Rubik, sans-serif;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --primary-color: hsl(4, 100%, 67%);
    --dark: hsl(234, 29%, 20%);
    --black-dark: hsl(235, 18%, 26%);
    --grey: hsl(231, 7%, 60%);
    --white: hsl(0, 0%, 100%);
}
.form_container {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    padding: 0;
    margin: 53px 0 64px 0;
}
.sans {
    position: absolute;
    transform: rotate(136deg);
    left: 74%;
    bottom: 63%;
    z-index: -10;
    filter: hue-rotate(194deg);
    opacity: 0.6;
}
.form_container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 18px;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    width: 100%;
}
.content .list {
    display: flex;
    margin: 5px 0 2px 0;
    width: 100%;
    box-shadow: 8px 1px 2px 5px #252539;
    border-radius: 18px;
    animation: bgip 2s linear infinite;
    position: relative;
    justify-content: space-around;
}
.content h2 {
    font-size: 32px;
    text-transform: capitalize;
    color: hsl(177.75deg 92.38% 24.63%);
    margin: 1px;
    font-weight: 700;
    text-align: left;
    width: 168%;
    font-family: Oswald;
}
.content p {
    font-size: 18px;
    font-family: inherit;
    margin: 0;
    text-transform: capitalize;
    padding: 10px 0;
    font-weight: 500;
    /* color: hsl(0deg 0% 0%); */
}
.content ul {
    list-style-type: none;
    margin: 0;
}
.content ul li {
    margin: 4px 18px;
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic;
}
.content ul li i {
    background-color: hsl(177.41deg 92.06% 24.71%);
    color: var(--white);
    border-radius: 50%;
    margin-right: 8px;
    padding: 6px;
}
.content label {
    font-weight: 900;
    font-size: 18px;
    margin: 4px 0 4px 0;
    text-transform: capitalize;
}
.content input {
    width: 100%;
    outline: 0;
    margin: 0.5rem 0;
    padding: 10px 6px;
    border-radius: 5px;
    border: 1px solid var(--black-dark);
    font-family: inherit;
    font-size: 1rem;
}
.content select {
    width: 100%;
    outline: 0;
    margin: 0.5rem 0;
    padding: 8px 6px;
    border-radius: 5px;
    border: 1px solid var(--black-dark);
    font-family: inherit;
    font-size: 1rem;
}
.content input.active {
    border: 1px solid var(--primary-color);
}
.content input.active::placeholder {
    color: var(--primary-color);
}
.content button {
    outline: 0;
    border: none;
    margin: 10px;
    background-color: hsl(3.93deg 100% 67.06%);
    color: var(--white);
    font-family: inherit;
    font-size: 20px;
    font-weight: 900;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
.content button:hover {
    background-color: hsl(177.41deg 92.06% 24.71%);
}
.img_content {
    width: 46%;
}
.img_content img {
    object-fit: cover;
    margin: 71px 0 0 -62px;
    width: 108%;
    top: 10px;
}
.content button:active {
    transform: scale(0.98);
}
@media (max-width: 768px) {
    .form_container {
        flex-direction: column-reverse;
        padding: 0;
        margin: 0;
        height: 750px;
    }
    .content h2 {
        font-size: 2.4rem;
        margin: 27px 0 0 -15px;
    }
    .content {
        display: flex;
        width: 100%;
    }
    .img_content {
        content: url(../images/illustration-sign-up-mobile.svg);
        width: 100%;
    }
}
.form-boxers {
    padding: 0;
    margin: 0;
    margin: 0;
}
.thir-frm-section-thesis-editing {
    /* padding: 0; */
    /* margin: 0; */
    /* background-image: url(../images/underwater-wireless-communication-project.png); */
    background: #8bcccf;
    /* background-size: contain; */
    /* padding: 49px 70px; */
    /* background-size: 100% 101%; */
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px, rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
    /* margin: 95px 0 95px 0; */
}
.form-boxers select option {
    background: #fff;
    color: #000;
}
.form-boxers h3 {
    text-align: justify;
    margin: 0;
    font-size: 27px;
    line-height: 37px;
    text-transform: capitalize;
    font-weight: 800;
    color: #04225d;
}
.form-boxers input {
    width: 100%;
}
.rwe {
    background: url(../images/robotics-research.png);
    background-position: 2px 39px;
    background-repeat: no-repeat;
    background-size: contain;
}
.cof {
    width: 100px;
}
#confs {
    width: 259px;
    position: relative;
    top: -38px;
    left: 100px;
}
.form-boxers label {
    margin: 13px 1px 0 1px;
    padding: 1px;
    text-align: justify;
    font-weight: 700;
    text-transform: capitalize;
}
.thir-frm-section-thesis-editing img {
    max-width: 95%;
    padding: 31px 16px 10px 0;
    opacity: 8.4;
}
.thir-frm-section-thesis-editing img {
    max-width: 100%;
    padding: 73px 16px 10px 32px;
    opacity: 8.4;
    animation: jetst 3s infinite linear;
}
@keyframes jetst {
    0%,
    100% {
        transform: scale(0.9);
    }
    25%,
    75% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.thir-frm-section-thesis-editing button {
    width: 100%;
    paddindfg: 10px;
    margin: 10px 0 31px 0;
    background: #81ccce;
    color: #000000;
    font-weight: 700;
}
.accordion-content {
    max-width: 100%;
    background: #f7f7ff;
    border-radius: 12px;
    padding: 15px;
    overflow-y: hidden;
    box-shadow: 1px 1px 1px 2px;
    margin: 87px 0 92px 0;
}
.csa ul {
    margin: 0 0 0 50px;
}
.accordion-item {
    display: flex;
    flex-direction: column;
    padding: 0 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-bottom: 0;
}
.item-header {
    display: flex;
    justify-content: space-between;
    column-gap: 0.2em;
}
.item-icon {
    flex: 0 0 44px;
    display: grid;
    margin: 0;
    place-items: center;
    height: 51px;
    color: #000;
    width: 14px;
    border-radius: 4px;
    background: #e5d6d4;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
}
.item-icon i {
    transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
.item-question {
    font-size: 20px;
    text-transform: capitalize;
    padding: 5px;
    border-bottom: 1px dotted;
    width: 100%;
}
.active .item-icon i {
    transform: rotate(180deg);
}
.active .item-question {
    font-weight: 900;
}
.item-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.item-answer {
    padding: 0 0 0 27px;
    line-height: 31px;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
}
.faqqsect h4 {
    text-align: left;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 32px;
    margin: 0px 0 10px 0;
    color: #365b64;
    transition-duration: 1.2s;
}
.faqqsect h5 {
    font-size: 20px;
    margin: 4px 0 4px 0;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: justify;
}
.faqqsect h5 a {
    text-transform: none;
}
.cards::before {
    content: "";
    position: absolute;
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    border-radius: inherit;
    z-index: -1;
    animation: spin 3s infinite ease-in-out;
    will-change: contents;
}
.phdresearchpaper6 h6 {
    text-align: center;
    font-size: 26px;
    line-height: 44px;
    font-weight: 800;
    padding: 0;
    padding: 0 206px;
    text-transform: capitalize;
    margin: 5px;
}
.rwe1 h2 {
    font-size: 26px;
    line-height: 42px;
    padding: 0 267px 0 176px;
    margin: 27px 0 15px 0;
    text-transform: capitalize;
}
.phdresearchpaper6 a {
    text-transform: none;
    color: #05005e;
    text-decoration: underline;
}
.cards {
    width: 92%;
    height: auto;
    padding: 2vw;
    font-size: 15px;
    opacity: 0.8;
    text-align: center;
    border-radius: 20px;
    margin: 40px 0 60px 0;
}
.cards button {
    font-size: 26px;
    padding: 14px;
    background: #36384e;
    color: #fff;
    font-weight: 800;
    margin: 8px 0 24px 0;
    border-radius: 12px;
}
.cards::before {
    content: "";
    position: absolute;
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    border-radius: inherit;
    z-index: -1;
    animation: spin 3s infinite ease-in-out;
    will-change: contents;
}
@keyframes spin {
    0% {
        --degree: 1deg;
    }
    100% {
        --degree: 360deg;
    }
}
.lastone h6 {
    text-align: center;
    font-size: 29px;
    padding: 10px;
    font-family: sans-serif;
    text-transform: capitalize;
    line-height: 43px;
    margin: 44px 0 53px 0;
    border-radius: 12px;
    font-weight: 400;
}
.lastone a {
    text-transform: none;
    color: #c99016;
    font-weight: 700;
    text-decoration-line: underline;
}
.vest a,
.vest h6 a {
    text-transform: none;
    color: #c99016;
    font-weight: 700;
    text-decoration-line: underline;
}
.vest h2 {
    font-size: 44px;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 33px;
    padding: 4px 10px;
    margin: 76px 0 0 0;
}
.vest ul li {
    background: repeating-linear-gradient(322deg, #3b68dc82, transparent 201px);
    color: #000;
    padding: 10px 12px;
    font-weight: 500;
    border-radius: 12px;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    margin: 9px 0 10px 0;
}
.vest ul li {
    margin: -51px 12px 43px 35px;
    height: 70px;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.vest ul i {
    padding: 10px;
    color: #00f;
    animation: blink infinite 1s linear;
    border-radius: 5px 4px 3px 7px;
}
.vest ul li:nth-child(odd):hover {
    animation: none;
    transition-duration: 2s;
    transform: scale(1.1);
    text-transform: capitalize;
    background: #f8f7f6;
    color: #285677;
    border-color: #285677;
}
.vest ul li:nth-child(even):hover {
    animation: none;
    transition-duration: 2s;
    transform: scale(1.1);
    background: #f8f7f6;
    color: #285677;
    border-color: #285677;
}
@keyframes jksm {
    0%,
    100% {
        transform: rotate(341deg);
        top: 451px;
    }
    10%,
    90% {
        transform: rotate(341deg);
        top: 577px;
    }
    20%,
    80% {
        transform: rotate(341deg);
        top: 544px;
        left: 40%;
    }
    30%,
    70% {
        transform: rotate(341deg);
        top: 498px;
    }
    40%,
    60% {
        transform: rotate(341deg);
        top: 463px;
    }
    50% {
        transform: rotate(341deg);
        top: 451px;
    }
}
@keyframes jkssm {
    0%,
    100% {
        transform: rotate(360deg);
    }
    10%,
    90% {
        transform: rotate(363deg);
    }
    20%,
    80% {
        transform: rotate(366deg);
    }
    30%,
    60% {
        transform: rotate(369deg);
    }
    50% {
        transform: rotate(371deg);
    }
}
.rweimg {
    width: 301px;
    position: absolute;
    z-index: 10;
    margin: -321px 0 0 987px;
}
.rweimg1 {
    width: 301px;
    position: absolute;
    z-index: 10;
    margin: -382px 0 0 960px;
}
option {
    background: #fff;
    color: #000;
}
.circle {
    position: absolute;
    margin: 21px;
    height: 220px;
    width: 220px;
    left: 400px;
    top: -32px;
    border-radius: 50%;
}
.circle:before {
    position: absolute;
    content: "";
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 8px dashed #e2e2e2;
    top: -13px;
    left: -13px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}
.circle1 {
    position: absolute;
    margin: 21px;
    height: 220px;
    width: 220px;
    left: 1px;
    top: 91px;
    border-radius: 50%;
}
.circle1:before {
    position: absolute;
    content: "";
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 8px dashed #8080803b;
    top: -13px;
    left: -13px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}
.circle2 {
    position: absolute;
    margin: 21px;
    height: 220px;
    width: 220px;
    left: -150px;
    left: -100px;
    top: 324px;
    border-radius: 50%;
}
.circle2:before {
    position: absolute;
    content: "";
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 8px dashed #8080803b;
    top: 0;
    left: -13px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}
.circle3 {
    position: absolute;
    margin: 21px;
    height: 220px;
    width: 220px;
    left: -150px;
    left: -100px;
    top: 324px;
    border-radius: 50%;
}
.circle3:before {
    position: absolute;
    content: "";
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 8px dashed #8080803b;
    top: 0;
    left: 1230px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}
.circle4 {
    position: absolute;
    margin: 21px;
    height: 220px;
    width: 220px;
    left: 400px;
    top: -32px;
    border-radius: 50%;
}
.circle4:before {
    position: absolute;
    content: "";
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 8px dashed #e2e2e2;
    top: -13px;
    left: -13px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}
@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}
.lastone i {
    padding: 10px 0 10px 0;
}
.header .menu > ul > li > a {
    font-family: inherit;
}
.kls {
    position: absolute;
    width: 100%;
    height: 890px;
    left: 0;
    opacity: 0.3;
}
.content {
    display: flex;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    border-radius: 19px;
    filter: drop-shadow(2px 0 2px #000);
    align-items: center;
    justify-content: space-between;
}
.content .list {
    display: flex;
    flex-direction: row;
    margin: 0px 0 0 0;
    width: 100%;
    box-shadow: 8px 1px 2px 5px #252539;
    border-radius: 0px;
    animation: bgip 2s linear infinite;
    position: relative;
}
.content .list label {
    height: 47px;
    font-size: 19px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    padding-left: 25px;
    padding-top: 10px;
    transition: all 0.5s ease;
    z-index: 12;
}
.content .list label:hover {
    color: #c15c2f;
}
.content .slider {
    position: absolute;
    left: 0;
    top: 11px;
    color: #000 !important;
    height: 34px;
    width: 14%;
    border-radius: 3px;
    background: #fff;
    transition: all 0.4s ease;
}
#home:checked ~ .list .slider {
    width: 21%;
    box-shadow: 0 1px 4px;
}
#blog:checked ~ .list .slider {
    width: 19%;
    box-shadow: 0 1px 4px;
    left: 253px;
}
#help:checked ~ .list .slider {
    width: 23%;
    box-shadow: 0 1px 4px;
    left: 507px;
}
#code:checked ~ .list .slider {
    width: 15%;
    box-shadow: 0 1px 4px;
    left: 798px;
}
#abouts:checked ~ .list .slider {
    width: 11%;
    box-shadow: 0 1px 4px;
    left: 990px;
}
.stepss h2 {
    text-align: justify;
    margin: 90px 0 17px 0;
    font-size: 39px;
    font-weight: 800;
    font-family: sans-serif;
    color: #00aab4;
}
.stepss p {
    font-weight: 400;
    line-height: 33px;
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px 0;
    padding: 10px 0;
}
.content .text-content {
    width: 100%;
    height: 100%;
}
.content .texts {
    display: none;
}
.title{
    margin: 29px 0 2px 0;
}
.title h3 {
    font-family: sans-serif;
    font-weight: 700;
    padding: 0px 0 0 14px;
}
.content .texts .title h6 {
    font-size: 23px;
    color: #5e3e94;
    text-decoration-line: underline;
    margin-bottom: 10px;
    margin: 0 0 0 1px;
}
.content .text-content .home {
    display: block;
}
#abouts:checked ~ .text-content .abouts,
#blog:checked ~ .text-content .blog,
#code:checked ~ .text-content .code,
#help:checked ~ .text-content .help,
#home:checked ~ .text-content .home,
#med:checked ~ .text-content .med {
    display: block;
    transition-duration: 2s;
    padding: 0 30px 0 0;
}
#med1:checked ~ .text-content .med1 {
    display: block;
    transition-duration: 2s;
    padding: 0 30px 0 0;
}
#med2:checked ~ .text-content .med2 {
    display: block;
    transition-duration: 2s;
    padding: 0 30px 0 0;
}
#abouts:checked ~ .text-content .home,
#blog:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#med:checked ~ .text-content .home {
    display: none;
}
#med1:checked ~ .text-content .home {
    display: none;
}
#med2:checked ~ .text-content .home {
    display: none;
}
.content input {
    display: none;
}
.researchchennai14 p {
    text-align: justify;
    margin: 4px 0 16px 14px;
}
.content ul > li {
    margin: -30px 0 0 16px;
}
.text-content ul li {
    margin: -37px 0 0 29px;
}
@keyframes bgip {
    0% {
        background: repeating-radial-gradient(#00aab37d, #00aab36e 50px);
    }
    25% {
        background: repeating-radial-gradient(#00aab37d, #00aab36e 100px);
    }
    50% {
        background: repeating-radial-gradient(#00aab37d, #00aab36e 200px);
    }
    75% {
        background: repeating-radial-gradient(#00aab37d, #00aab36e 400px);
    }
    100% {
        background: repeating-radial-gradient(#00aab37d, #00aab36e 50px);
    }
}
.graphicsdesset4 h4 {
    text-align: center;
    color: #5e3e94;
    font-size: 46px;
    margin: 37px -4px 10px 0;
}
.graphicsdesset4 p {
    margin: 0 0 40px 0;
}
.abab img {
    width: 100%;
    border-radius: 17px;
}
.datasacts-frstsectsconts p {
    font-size: 16px;
    text-align: justify;
    line-height: 35px;
    padding: 10px 34px;
    margin: 0;
    font-family: Roboto, sans-serif;
}
#ctp{
    text-align: center;
}
.responsive-banner {
    position: relative;
    margin: 25px 0 10px 32px;
    width: 100%;
    box-shadow: 0 0 9px #9c9cbd;
    border-radius: 10px 16px 10px 18px;
    height: 293px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ffffffbd;
    border: 6px #9999c6d4 groove;
    transition-duration: 2s;
}
.button {
    height: 60px;
}
.green-button {
    display: inline-block;
    font-family: Helvetica;
    font-weight: 800;
    padding: 10px 14px;
    background: linear-gradient(to bottom, #00aab6, #15a9b2);
    color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid #0e0f0f;
    border-right: 3px solid #adf7f1;
    margin: 26px 0 0 186px;
    transition-duration: 2s;
    cursor: pointer;
    box-shadow: 3px 6px 0 0 rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
    transition-duration: 2s;
}
.green-button:active {
    margin-top: 4px;
    margin-left: 2px;
    border-bottom-width: 2px;
 
    border-right-width: 1px;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.3);
       transition-duration: 2s;
}
.dssa h2 {
    text-align: left;
    margin: 15px 0 30px 0;
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    font-weight: 800;
    font-family: sans-serif;
    color: #00aab4;
}
.dssa {
    background: #f9f4ec;
    padding: 20px 37px;
    border-radius: 15px;
    margin: 93px 0 65px 0;
}
.dssa button {
    padding: 10px;
    font-weight: 600;
    background: #00aab6;
    border-radius: 10px;
    margin: 34px 0 12px 382px;
    box-shadow: 3px 7px 4px 2px;
}
.dfs ul > li {
    margin: -34px 0 0 35px;
    text-transform: capitalize;
    text-align: justify;
    font-size: 16px;
    font-family: sans-serif;
}
.dfs ul > i {
    font-size: green;
    color: #00aab3;
}
.fnials h3 {
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 6px 0;
}
.phdresearchpaper6 h6 {
    font-size: 29px;
    line-height: 60px;
    padding: 0 36px;
    margin: 27px 0 15px 0;
}
.rweimg {
    width: 403px;
    margin: -525px 0 0 1400px;
    display: none;
}
svg:not(:root) {
    overflow: hidden;
    left: 63%;
    position: absolute;
    top: -25px;
    width: 139px;
}
.nintenine{
    margin: 10px 0 90px 0;
}
.nintenine img {
    margin: 152px 0 0px 63px;
}
.nintenine i {
    color: #832310;
}
.nintenine h5 {
    font-size: 47px;
    margin: 81px 0 12px 0;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 700;
    color: #7d2408;
}
.d {
    position: absolute;
    left: 75%;
    margin: 489px 0px 0 5px;
}
.df {
    position: absolute;
    left: 73%;
    width: 15%;
    bottom: 27%;
}
.higscommon {
    margin: 0px 0px 86px 0px;
    padding: 10px 141px 10px 158px;
    line-height: 47px;
    text-align: center;
    background: #195292;
    font-size: 23px;
    text-transform: capitalize;
}
.higscommon p {
    margin: 15px 0px;
    padding: 0px;
    color: #ffffff;
    /* text-indent: 20px; */
}

.higscommon p a{
    text-transform: none;
    /* color: #c0953e; */
    padding: 10px;
    background: #ffffff;
    font-weight: 800;
    border-radius: 12px;
    margin: 0 10px;
    /* color: white; */
}
.higscommon li{
    cursor: pointer;
}
.higscommon li:nth-child(1),.higscommon li:nth-child(3){
    background: #efefff;
    /* transform: skewX(350deg); */
    color: #195292;
}
.higscommon h4 {
    text-align: center;
}
.UAE-section11 h6 {
    font-size: 17px;
    font-family: sans-serif;
    text-align: justify;
    line-height: 40px;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Roboto Slab', serif;
}
.nintenine ul>li {
    margin: -35px 0 0 35px;
}
    .cards {
        width: 92%;
        height: auto;
        padding: 2vw;
        margin: 40px 0 160px 0;
    }
    .phdresearchpaper6 h6 {
        font-size: 41px;
        line-height: 57px;
        padding: 0 402px;
        margin: 27px 0 15px 0;
    }
    .form_container {
        overflow: auto;
    }
    .content h2 {
        font-size: 46px;
        text-align: center;
        line-height: 61px;
        width: 171%;
        margin: 20px 0 0 0;
    }
    .content button {
        margin: 10px;
        font-size: 20px;
        margin: 0 0 46px -4px;
        padding: 10px;
        width: 100%;
    }
.thir-frm-section-thesis-editing {
    margin: 70px -14px 70px 0;
    padding: 50px 100px;
}
.form-boxers {
    padding: 50px 32px;
    border-radius: 12px;
    margin: 0;
    background: #ffffff;
}
    .form-boxers h3 {
        text-align: justify;
        margin: 0;
        font-size: 33px;
        line-height: 50px;
        text-transform: capitalize;
        font-weight: 800;
    }
.form-boxers label {
    margin: 18px 1px 10px 1px;
    padding: 1px;
    text-align: justify;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
    .icon {
      font-family: "Font Awesome 6 Free";
      font-weight: 900; /* solid style */
      font-size: 30px;
    }
 #confs {
        width: 343px;
        top: -38px;
        left: 100px;
    }
.csa h4 {
    text-align: center;
    font-size: 54px;
    width: 100%;
    font-family: 'Rubik';
    margin: 35px 0 33px 1px;
    position: relative;
    text-transform: capitalize;
    line-height: 69px;
    font-weight: 900;
}
.csa ul li {
    font-size: 25px;
    margin: -64px 0 23px 48px;
    text-transform: capitalize;
    /* position: relative; */
    /* width: 100%; */
    text-align: justify;
}
.csa ul i {
    animation: jetst 3s infinite linear;
    background: #000000;
    border-radius: 12px;
    color: white;
    width: 40px;
    margin: 0 0 25px 0;
}
.csa img {
    max-width: 100%;
    top: -37px;
    padding: 0px 1px 0px 0px;
    opacity: 8.4;
    animation: jetst 3s infinite linear;
    position: relative;
}
.fnials ul li {
    margin: -35px 0 15px 47px;
}
.fnials ul i {
    background: #00aab5;
    border-radius: 9px;
    color: white;
    padding: 10px 12px;
    height: 37px;
    width: 40px;
    /* margin: 0 29px 0 -3px; */
}
.thir-frm-section-thesis-editing button {
    width: 100%;
    padding: 10px;
    margin: 22px 0 -18px 0;
    font-weight: 700;
}
.form-boxers h3 {
    text-align: justify;
    margin: 0px 0 30px 0;
    font-size: 35px;
    line-height: 50px;
    font-family: sans-serif;
    color: #81ccce;
    /* text-shadow: 0px 2px black; */
    text-transform: capitalize;
    font-weight: 800;
    text-align: center;
}
.form-boxers p {
    text-align: center;
    font-weight: 600;
    font-family: 'Roboto Slab';
    font-size: 21px;
    text-transform: capitalize;
}
.lastone h6 {
    text-align: justify;
    font-size: 16px;
    padding: 10px 9px;
    font-family: sans-serif;
    text-transform: capitalize;
    line-height: 30px;
    margin: 20px 14px 10px 13px;
    border-radius: 12px;
    font-weight: 400;
}
    .img_content img {
        margin: 132px 0 0 -28px;
        width: 100%;
    }
    .circle3:before {
        height: calc(100% + 10px);
        width: calc(100% + 10px);
        top: 100px;
        left: 1827px;
    }
    .circle2 {
        margin: 21px;
        height: 220px;
        width: 220px;
        left: -100px;
        top: 429px;
    }
    .rweimg {
        width: 403px;
        margin: -525px 0 0 1400px;
    }
    .prjtideas {
        margin: 7px 0 0 45px;
        width: 387px;
    }
    .phdresearchpaper6 h6 {
        font-size: 34px;
        line-height: 60px;
        padding: 0 402px;
        margin: 27px 0 15px 0;
    }
.rwe {
       transition-duration: 2s;
    background-size: 100% 92%;
    height: 602px;
}
    .rwe:hover{
        transition-duration: 2s;
    background-size: 778% 92%;
}
    .rwe1 h2 {
        font-size: 31px;
        line-height: 50px;
        padding: 0 287px 0 287px;
        margin: 27px 0 15px 0;
    }

.stepss h2 {
    text-align: justify;
    margin: 30px 0 10px 0;
    font-size: 39px;
    font-weight: 800;
    font-family: sans-serif;
    color: #00aab4;
}
@media (min-width: 321px) and (max-width: 375px) {
#blog:checked ~ .list .slider {
    width: 100%;
    left: 0px;
    top: 67px;
}
.title h3 {
    padding: 0px 0 0 14px;
    font-size: 22px;
}
.researchchennai14 p {
    text-align: justify;
    line-height: 32px;
    margin: 4px 0 16px 0px;
}
#home:checked ~ .list .slider {
    width: 100%;
}
#help:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 122px;
}
#code:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 178px;
}
#abouts:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 235px;
}
#abouts:checked ~ .text-content .abouts, #blog:checked ~ .text-content .blog, #code:checked ~ .text-content .code, #help:checked ~ .text-content .help, #home:checked ~ .text-content .home, #med:checked ~ .text-content .med {
    display: block;
    transition-duration: 2s;
    padding: 0 0 0 0;
}
.dssa h2 {
    margin: 15px 0 30px 0;
    text-align: center;
    font-size: 19px;
    line-height: 35px;
}
.dssa p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}
.dssa {
    padding: 20px 12px;
    margin: 93px 0 0px 0;
}
.dssa button {
    padding: 10px;
    width: 100%;
    margin: 34px 0 12px 0px;
}
.fnials h3 {
    font-size: 26px;
    margin: 29px 0 6px 0;
}
.fnials ul li {
    margin: -46px 0 15px 47px;
}
.nintenine img {
    margin: 100px 0 0px 0px;
}
.d {
    position: relative;
    left: 0;
    margin: 489px 0px 0 5px;
}
    .green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 0px;
}
.csa h4 {
    font-size: 31px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.csa ul li {
    font-size: 16px;
    margin: -64px 0 23px 48px;
}
.csa ul {
    margin: 0 0 0 9px;
}
.stepss h2 {
    margin: 30px 0 0px 0;
    font-size: 22px;
    line-height: 39px;
}
.stepss p {
    line-height: 33px;
    font-size: 15px;
    margin: 10px 0;
    text-align: justify;
    padding: 10px 0;
}
.content .list {
    display: flex;
    flex-direction: column;
}
.datasacts-frstsectsconts p {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 0px;
    margin: 0;
}
    .faqqsect h4 {
        font-size: 21px;
        margin: 37px 0 10px 0;
    }
    .faqqsect h5 {
        font-size: 16px;
        margin: 4px 0 4px 0;
        line-height: 30px;
        font-weight: 700;
        text-transform: capitalize;
        text-align: justify;
    }
    .item-answer {
        padding: 0 0 0 27px;
        line-height: 31px;
        text-transform: capitalize;
        font-size: 15px;
        margin: 0;
    }
    .kls {
        width: 100%;
        height: 77px;
        top: 190px;
    }
.datasacts-frstsectsconts h1 {
    font-size: 24px;
    margin-top: -87px;
    margin-bottom: 32px;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
.responsive-banner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: auto;
    height: auto;
    margin: 20px 0;
}
    .responsive-banner h4 {
        font-size: 19px;
        line-height: 27px;
        padding: 0 9px;
        margin: 21px 0 -10px 0;
    }
    .content h2 {
        font-size: 24px;
        line-height: 35px;
        width: 100%;
        text-align: center;
    }
    .content ul li {
        margin: 4px 0;
    }
    .content ul {
        list-style-type: none;
        margin: 0 0 0 -17px;
    }
    .form_container {
        padding: 0;
        margin: 0;
        height: auto;
    }
    .img_content {
        display: none;
    }
    .content label {
        font-size: 15px;
        margin: 4px 7px 4px -15px;
    }
    .content form {
        margin: 0 24px 0 -20px;
    }
    .content button {
        margin: 20px 0;
        font-size: 20px;
        padding: 10px;
        width: 100%;
    }
    .rwe,
    .rwe1 {
        background-position: 6px 39px;
        background-size: 99% 82%;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
    }
    .accordion-content {
        max-width: 100%;
        margin: 53px 0;
        padding: 15px;
        height: auto;
        margin: 0;
    }
.form-boxers {
    padding: 14px;
    margin: 0;
    margin: 0 22px 0 18px;
}
    .form-boxers h3 {
        margin: 33px 0 0 0;
        font-size: 22px;
        line-height: 31px;
    }
    .cards {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 40px 0 60px 0;
    }
    .phdresearchpaper6 h6 {
        font-size: 28px;
        line-height: 44px;
        font-weight: 800;
        padding: 0 2px;
        margin: 5px;
    }
    .cards button {
        font-size: 16px;
        padding: 10px;
        margin: 16px 0 16px 0;
    }
    .thir-frm-section-thesis-editing img {
        max-width: 100%;
        padding: 31px 16px 10px 0;
        opacity: 8.4;
    }
    .lastone h6 {
        text-align: justify;
        font-size: 16px;
        padding: 10px;
        line-height: 43px;
        margin: 27px 0 83px 0;
    }
.vest h2 {
    font-size: 23px;
    line-height: 28px;
    padding: 4px 10px;
    margin: 50px 0 0px 0;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
    #confs {
        width: 272px;
        top: -38px;
        left: 63px;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
        background-size: 100% 100%;
    }
    .prjtideas {
        margin: 10px 0 -66px 0;
        width: 189px;
        position: relative;
    }
    .phdresearchpaper6 h6 {
        font-size: 17px;
        line-height: 32px;
        font-weight: 800;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 26px 0 17px;
        margin: 27px 0 15px 0;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        background: repeating-linear-gradient(45deg, #dbdada7a, transparent 1000px);
    }
    .rweimg1 {
        display: none;
    }
    .rwe, .rwe1 {
    background-position: 6px 39px;
    background-size: 685%;
}
.nintenine h5 {
    font-size: 20px;
    margin: 14px 0 12px 0;
}
.nintenine img {
    margin: 100px 0 0px 0px;
    width: 100%;
}
.df {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
}
.nintenine img {
    margin: 9px 0 0px 0px;
    width: 100%;
}
.green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 27px;
}
.higscommon {
    margin: 58px 0px 86px 0px;
    padding: 10px 38px 10px 18px;
    line-height: 47px;
    text-align: justify;
    font-size: 15px;
}
.nintenine img {
    margin: 65px 0 0px 0px;
    width: 100%;
}
.rwe {
    transition-duration: 2s;
    background-size: 100% 100%;
    height: auto;
}
.csa h4 {
    font-size: 25px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.nintenine {
    margin: 10px 0 47px 0;
}
}
@media (min-width: 376px) and (max-width: 425px) {
#blog:checked ~ .list .slider {
    width: 100%;
    left: 0px;
    top: 67px;
}
.title h3 {
    padding: 0px 0 0 14px;
    font-size: 22px;
}
.researchchennai14 p {
    text-align: justify;
    line-height: 32px;
    margin: 4px 0 16px 0px;
}
#home:checked ~ .list .slider {
    width: 100%;
}
#help:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 122px;
}
#code:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 178px;
}
#abouts:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 235px;
}
#abouts:checked ~ .text-content .abouts, #blog:checked ~ .text-content .blog, #code:checked ~ .text-content .code, #help:checked ~ .text-content .help, #home:checked ~ .text-content .home, #med:checked ~ .text-content .med {
    display: block;
    transition-duration: 2s;
    padding: 0 0 0 0;
}
.dssa h2 {
    margin: 15px 0 30px 0;
    text-align: center;
    font-size: 19px;
    line-height: 35px;
}
.dssa p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}
.dssa {
    padding: 20px 12px;
    margin: 93px 0 0px 0;
}
.dssa button {
    padding: 10px;
    width: 100%;
    margin: 34px 0 12px 0px;
}
.fnials h3 {
    font-size: 26px;
    margin: 29px 0 6px 0;
}
.fnials ul li {
    margin: -46px 0 15px 47px;
}
.nintenine img {
    margin: 100px 0 0px 0px;
}
.d {
    position: relative;
    left: 0;
    margin: 489px 0px 0 5px;
}
    .green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 0px;
}
.csa h4 {
    font-size: 31px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.csa ul li {
    font-size: 16px;
    margin: -64px 0 23px 48px;
}
.csa ul {
    margin: 0 0 0 9px;
}
.stepss h2 {
    margin: 30px 0 0px 0;
    font-size: 22px;
    line-height: 39px;
}
.stepss p {
    line-height: 33px;
    font-size: 15px;
    margin: 10px 0;
    text-align: justify;
    padding: 10px 0;
}
.content .list {
    display: flex;
    flex-direction: column;
}
.datasacts-frstsectsconts p {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 0px;
    margin: 0;
}
    .faqqsect h4 {
        font-size: 21px;
        margin: 37px 0 10px 0;
    }
    .faqqsect h5 {
        font-size: 16px;
        margin: 4px 0 4px 0;
        line-height: 30px;
        font-weight: 700;
        text-transform: capitalize;
        text-align: justify;
    }
    .item-answer {
        padding: 0 0 0 27px;
        line-height: 31px;
        text-transform: capitalize;
        font-size: 15px;
        margin: 0;
    }
    .kls {
        width: 100%;
        height: 77px;
        top: 190px;
    }
.datasacts-frstsectsconts h1 {
    font-size: 24px;
    margin-top: -87px;
    margin-bottom: 32px;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
.responsive-banner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: auto;
    height: auto;
    margin: 20px 0;
}
    .responsive-banner h4 {
        font-size: 19px;
        line-height: 27px;
        padding: 0 9px;
        margin: 21px 0 -10px 0;
    }
    .content h2 {
        font-size: 24px;
        line-height: 35px;
        width: 100%;
        text-align: center;
    }
    .content ul li {
        margin: 4px 0;
    }
    .content ul {
        list-style-type: none;
        margin: 0 0 0 -17px;
    }
    .form_container {
        padding: 0;
        margin: 0;
        height: auto;
    }
    .img_content {
        display: none;
    }
    .content label {
        font-size: 15px;
        margin: 4px 7px 4px -15px;
    }
    .content form {
        margin: 0 24px 0 -20px;
    }
    .content button {
        margin: 20px 0;
        font-size: 20px;
        padding: 10px;
        width: 100%;
    }
    .rwe,
    .rwe1 {
        background-position: 6px 39px;
        background-size: 99% 82%;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
    }
    .accordion-content {
        max-width: 100%;
        margin: 53px 0;
        padding: 15px;
        height: auto;
        margin: 0;
    }
.form-boxers {
    padding: 14px;
    margin: 0;
    margin: 0 22px 0 18px;
}
    .form-boxers h3 {
        margin: 33px 0 0 0;
        font-size: 22px;
        line-height: 31px;
    }
    .cards {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 40px 0 60px 0;
    }
    .phdresearchpaper6 h6 {
        font-size: 28px;
        line-height: 44px;
        font-weight: 800;
        padding: 0 2px;
        margin: 5px;
    }
    .cards button {
        font-size: 16px;
        padding: 10px;
        margin: 16px 0 16px 0;
    }
    .thir-frm-section-thesis-editing img {
        max-width: 100%;
        padding: 31px 16px 10px 0;
        opacity: 8.4;
    }
    .lastone h6 {
        text-align: justify;
        font-size: 16px;
        padding: 10px;
        line-height: 43px;
        margin: 27px 0 83px 0;
    }
.vest h2 {
    font-size: 23px;
    line-height: 28px;
    padding: 4px 10px;
    margin: 50px 0 0px 0;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
    #confs {
        width: 272px;
        top: -38px;
        left: 63px;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
        background-size: 100% 100%;
    }
    .prjtideas {
        margin: 10px 0 -66px 0;
        width: 189px;
        position: relative;
    }
    .phdresearchpaper6 h6 {
        font-size: 17px;
        line-height: 32px;
        font-weight: 800;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 26px 0 17px;
        margin: 27px 0 15px 0;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        background: repeating-linear-gradient(45deg, #dbdada7a, transparent 1000px);
    }
    .rweimg1 {
        display: none;
    }
    .rwe, .rwe1 {
    background-position: 6px 39px;
    background-size: 685%;
}
.nintenine h5 {
    font-size: 20px;
    margin: 14px 0 12px 0;
}
.nintenine img {
    margin: 100px 0 0px 0px;
    width: 100%;
}
.df {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
}
.nintenine img {
    margin: 9px 0 0px 0px;
    width: 100%;
}
.green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 27px;
}
.higscommon {
    margin: 58px 0px 86px 0px;
    padding: 10px 20px 10px 24px;
    line-height: 47px;
    text-align: justify;
    font-size: 15px;
}
.nintenine img {
    margin: 65px 0 0px 0px;
    width: 100%;
}
.rwe {
    transition-duration: 2s;
    background-size: 100% 100%;
    height: auto;
}
.csa h4 {
    font-size: 25px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.nintenine {
    margin: 10px 0 47px 0;
}
}
@media (min-width: 426px) and (max-width: 575px) {
#blog:checked ~ .list .slider {
    width: 100%;
    left: 0px;
    top: 67px;
}
.title h3 {
    padding: 0px 0 0 14px;
    font-size: 22px;
}
.researchchennai14 p {
    text-align: justify;
    line-height: 32px;
    margin: 4px 0 16px 0px;
}
#home:checked ~ .list .slider {
    width: 100%;
}
#help:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 122px;
}
#code:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 178px;
}
#abouts:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 235px;
}
#abouts:checked ~ .text-content .abouts, #blog:checked ~ .text-content .blog, #code:checked ~ .text-content .code, #help:checked ~ .text-content .help, #home:checked ~ .text-content .home, #med:checked ~ .text-content .med {
    display: block;
    transition-duration: 2s;
    padding: 0 0 0 0;
}
.dssa h2 {
    margin: 15px 0 30px 0;
    text-align: center;
    font-size: 19px;
    line-height: 35px;
}
.dssa p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}
.dssa {
    padding: 20px 12px;
    margin: 93px 0 0px 0;
}
.dssa button {
    padding: 10px;
    width: 100%;
    margin: 34px 0 12px 0px;
}
.fnials h3 {
    font-size: 26px;
    margin: 29px 0 6px 0;
}
.fnials ul li {
    margin: -46px 0 15px 47px;
}
.nintenine img {
    margin: 100px 0 0px 0px;
}
.d {
    position: relative;
    left: 0;
    margin: 489px 0px 0 5px;
}
    .green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 0px;
}
.csa h4 {
    font-size: 31px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.csa ul li {
    font-size: 16px;
    margin: -64px 0 23px 48px;
}
.csa ul {
    margin: 0 0 0 9px;
}
.stepss h2 {
    margin: 30px 0 0px 0;
    font-size: 22px;
    line-height: 39px;
}
.stepss p {
    line-height: 33px;
    font-size: 15px;
    margin: 10px 0;
    text-align: justify;
    padding: 10px 0;
}
.content .list {
    display: flex;
    flex-direction: column;
}
.datasacts-frstsectsconts p {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 0px;
    margin: 0;
}
    .faqqsect h4 {
        font-size: 21px;
        margin: 37px 0 10px 0;
    }
    .faqqsect h5 {
        font-size: 16px;
        margin: 4px 0 4px 0;
        line-height: 30px;
        font-weight: 700;
        text-transform: capitalize;
        text-align: justify;
    }
    .item-answer {
        padding: 0 0 0 27px;
        line-height: 31px;
        text-transform: capitalize;
        font-size: 15px;
        margin: 0;
    }
    .kls {
        width: 100%;
        height: 77px;
        top: 190px;
    }
.datasacts-frstsectsconts h1 {
    font-size: 24px;
    margin-top: -87px;
    margin-bottom: 32px;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
.responsive-banner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: auto;
    height: auto;
    margin: 20px 0;
}
    .responsive-banner h4 {
        font-size: 19px;
        line-height: 27px;
        padding: 0 9px;
        margin: 21px 0 -10px 0;
    }
    .content h2 {
        font-size: 24px;
        line-height: 35px;
        width: 100%;
        text-align: center;
    }
    .content ul li {
        margin: 4px 0;
    }
    .content ul {
        list-style-type: none;
        margin: 0 0 0 -17px;
    }
    .form_container {
        padding: 0;
        margin: 0;
        height: auto;
    }
    .img_content {
        display: none;
    }
    .content label {
        font-size: 15px;
        margin: 4px 7px 4px -15px;
    }
    .content form {
        margin: 0 24px 0 -20px;
    }
    .content button {
        margin: 20px 0;
        font-size: 20px;
        padding: 10px;
        width: 100%;
    }
    .rwe,
    .rwe1 {
        background-position: 6px 39px;
        background-size: 99% 82%;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
    }
    .accordion-content {
        max-width: 100%;
        margin: 53px 0;
        padding: 15px;
        height: auto;
        margin: 0;
    }
.form-boxers {
    padding: 14px;
    margin: 0;
    margin: 0 22px 0 18px;
}
    .form-boxers h3 {
        margin: 33px 0 0 0;
        font-size: 22px;
        line-height: 31px;
    }
    .cards {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 40px 0 60px 0;
    }
    .phdresearchpaper6 h6 {
        font-size: 28px;
        line-height: 44px;
        font-weight: 800;
        padding: 0 2px;
        margin: 5px;
    }
    .cards button {
        font-size: 16px;
        padding: 10px;
        margin: 16px 0 16px 0;
    }
    .thir-frm-section-thesis-editing img {
        max-width: 100%;
        padding: 31px 16px 10px 0;
        opacity: 8.4;
    }
    .lastone h6 {
        text-align: justify;
        font-size: 16px;
        padding: 10px;
        line-height: 43px;
        margin: 27px 0 83px 0;
    }
.vest h2 {
    font-size: 23px;
    line-height: 28px;
    padding: 4px 10px;
    margin: 50px 0 0px 0;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
    #confs {
        width: 272px;
        top: -38px;
        left: 63px;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
        background-size: 100% 100%;
    }
    .prjtideas {
        margin: 10px 0 -66px 0;
        width: 189px;
        position: relative;
    }
    .phdresearchpaper6 h6 {
        font-size: 17px;
        line-height: 32px;
        font-weight: 800;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 26px 0 17px;
        margin: 27px 0 15px 0;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        background: repeating-linear-gradient(45deg, #dbdada7a, transparent 1000px);
    }
    .rweimg1 {
        display: none;
    }
    .rwe, .rwe1 {
    background-position: 6px 39px;
    background-size: 685%;
}
.nintenine h5 {
    font-size: 20px;
    margin: 14px 0 12px 0;
}
.nintenine img {
    margin: 100px 0 0px 0px;
    width: 100%;
}
.df {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
}
.nintenine img {
    margin: 9px 0 0px 0px;
    width: 100%;
}
.green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 27px;
}
.higscommon {
    margin: 58px 0px 86px 0px;
    padding: 10px 38px 10px 18px;
    line-height: 47px;
    text-align: justify;
    font-size: 15px;
}
.nintenine img {
    margin: 65px 0 0px 0px;
    width: 100%;
}
.rwe {
    transition-duration: 2s;
    background-size: 100% 100%;
    height: auto;
}
.csa h4 {
    font-size: 25px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.nintenine {
    margin: 10px 0 47px 0;
}
}
@media (min-width: 576px) and (max-width: 767px) {
#blog:checked ~ .list .slider {
    width: 100%;
    left: 0px;
    top: 67px;
}
.title h3 {
    padding: 0px 0 0 14px;
    font-size: 22px;
}
.researchchennai14 p {
    text-align: justify;
    line-height: 32px;
    margin: 4px 0 16px 0px;
}
#home:checked ~ .list .slider {
    width: 100%;
}
#help:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 122px;
}
#code:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 178px;
}
#abouts:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 235px;
}
#abouts:checked ~ .text-content .abouts, #blog:checked ~ .text-content .blog, #code:checked ~ .text-content .code, #help:checked ~ .text-content .help, #home:checked ~ .text-content .home, #med:checked ~ .text-content .med {
    display: block;
    transition-duration: 2s;
    padding: 0 0 0 0;
}
.dssa h2 {
    margin: 15px 0 30px 0;
    text-align: center;
    font-size: 19px;
    line-height: 35px;
}
.dssa p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}
.dssa {
    padding: 20px 12px;
    margin: 93px 0 0px 0;
}
.dssa button {
    padding: 10px;
    width: 100%;
    margin: 34px 0 12px 0px;
}
.fnials h3 {
    font-size: 26px;
    margin: 29px 0 6px 0;
}
.fnials ul li {
    margin: -46px 0 15px 47px;
}
.nintenine img {
    margin: 100px 0 0px 0px;
}
.d {
    position: relative;
    left: 0;
    margin: 489px 0px 0 5px;
}
    .green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 0px;
}
.csa h4 {
    font-size: 31px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.csa ul li {
    font-size: 16px;
    margin: -64px 0 23px 48px;
}
.csa ul {
    margin: 0 0 0 9px;
}
.stepss h2 {
    margin: 30px 0 0px 0;
    font-size: 22px;
    line-height: 39px;
}
.stepss p {
    line-height: 33px;
    font-size: 15px;
    margin: 10px 0;
    text-align: justify;
    padding: 10px 0;
}
.content .list {
    display: flex;
    flex-direction: column;
}
.datasacts-frstsectsconts p {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 0px;
    margin: 0;
}
    .faqqsect h4 {
        font-size: 21px;
        margin: 37px 0 10px 0;
    }
    .faqqsect h5 {
        font-size: 16px;
        margin: 4px 0 4px 0;
        line-height: 30px;
        font-weight: 700;
        text-transform: capitalize;
        text-align: justify;
    }
    .item-answer {
        padding: 0 0 0 27px;
        line-height: 31px;
        text-transform: capitalize;
        font-size: 15px;
        margin: 0;
    }
    .kls {
        width: 100%;
        height: 77px;
        top: 190px;
    }
.datasacts-frstsectsconts h1 {
    font-size: 24px;
    margin-top: -87px;
    margin-bottom: 32px;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
.responsive-banner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: auto;
    height: auto;
    margin: 20px 0;
}
    .responsive-banner h4 {
        font-size: 19px;
        line-height: 27px;
        padding: 0 9px;
        margin: 21px 0 -10px 0;
    }
    .content h2 {
        font-size: 24px;
        line-height: 35px;
        width: 100%;
        text-align: center;
    }
    .content ul li {
        margin: 4px 0;
    }
    .content ul {
        list-style-type: none;
        margin: 0 0 0 -17px;
    }
    .form_container {
        padding: 0;
        margin: 0;
        height: auto;
    }
    .img_content {
        display: none;
    }
    .content label {
        font-size: 15px;
        margin: 4px 7px 4px -15px;
    }
    .content form {
        margin: 0 24px 0 -20px;
    }
    .content button {
        margin: 20px 0;
        font-size: 20px;
        padding: 10px;
        width: 100%;
    }
    .rwe,
    .rwe1 {
        background-position: 6px 39px;
        background-size: 99% 82%;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
    }
    .accordion-content {
        max-width: 100%;
        margin: 53px 0;
        padding: 15px;
        height: auto;
        margin: 0;
    }
.form-boxers {
    padding: 14px;
    margin: 0;
    margin: 0 22px 0 18px;
}
    .form-boxers h3 {
        margin: 33px 0 0 0;
        font-size: 22px;
        line-height: 31px;
    }
    .cards {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 40px 0 60px 0;
    }
    .phdresearchpaper6 h6 {
        font-size: 28px;
        line-height: 44px;
        font-weight: 800;
        padding: 0 2px;
        margin: 5px;
    }
    .cards button {
        font-size: 16px;
        padding: 10px;
        margin: 16px 0 16px 0;
    }
    .thir-frm-section-thesis-editing img {
        max-width: 100%;
        padding: 31px 16px 10px 0;
        opacity: 8.4;
    }
    .lastone h6 {
        text-align: justify;
        font-size: 16px;
        padding: 10px;
        line-height: 43px;
        margin: 27px 0 83px 0;
    }
.vest h2 {
    font-size: 23px;
    line-height: 28px;
    padding: 4px 10px;
    margin: 50px 0 0px 0;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
    #confs {
        width: 272px;
        top: -38px;
        left: 63px;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
        background-size: 100% 100%;
    }
    .prjtideas {
        margin: 10px 0 -66px 0;
        width: 189px;
        position: relative;
    }
    .phdresearchpaper6 h6 {
        font-size: 17px;
        line-height: 32px;
        font-weight: 800;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 26px 0 17px;
        margin: 27px 0 15px 0;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        background: repeating-linear-gradient(45deg, #dbdada7a, transparent 1000px);
    }
    .rweimg1 {
        display: none;
    }
    .rwe, .rwe1 {
    background-position: 6px 39px;
    background-size: 685%;
}
.nintenine h5 {
    font-size: 20px;
    margin: 14px 0 12px 0;
}
.nintenine img {
    margin: 100px 0 0px 0px;
    width: 100%;
}
.df {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
}
.nintenine img {
    margin: 9px 0 0px 0px;
    width: 100%;
}
.green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 27px;
}
.higscommon {
    margin: 58px 0px 86px 0px;
    padding: 10px 38px 10px 18px;
    line-height: 47px;
    text-align: justify;
    font-size: 15px;
}
.nintenine img {
    margin: 65px 0 0px 0px;
    width: 100%;
}
.rwe {
    transition-duration: 2s;
    background-size: 100% 100%;
    height: auto;
}
.csa h4 {
    font-size: 25px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.nintenine {
    margin: 10px 0 47px 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#blog:checked ~ .list .slider {
    width: 100%;
    left: 0px;
    top: 67px;
}
.title h3 {
    padding: 0px 0 0 14px;
    font-size: 22px;
}
.researchchennai14 p {
    text-align: justify;
    line-height: 32px;
    margin: 4px 0 16px 0px;
}
#home:checked ~ .list .slider {
    width: 100%;
}
#help:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 122px;
}
#code:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 178px;
}
#abouts:checked ~ .list .slider {
    width: 100%;
    left: 0;
    top: 235px;
}
#abouts:checked ~ .text-content .abouts, #blog:checked ~ .text-content .blog, #code:checked ~ .text-content .code, #help:checked ~ .text-content .help, #home:checked ~ .text-content .home, #med:checked ~ .text-content .med {
    display: block;
    transition-duration: 2s;
    padding: 0 0 0 0;
}
.dssa h2 {
    margin: 15px 0 30px 0;
    text-align: center;
    font-size: 19px;
    line-height: 35px;
}
.dssa p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}
.dssa {
    padding: 20px 12px;
    margin: 93px 0 0px 0;
}
.dssa button {
    padding: 10px;
    width: 100%;
    margin: 34px 0 12px 0px;
}
.fnials h3 {
    font-size: 26px;
    margin: 29px 0 6px 0;
}
.fnials ul li {
    margin: -46px 0 15px 47px;
}
.nintenine img {
    margin: 100px 0 0px 0px;
}
.d {
    position: relative;
    left: 0;
    margin: 489px 0px 0 5px;
}
    .green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 0px;
}
.csa h4 {
    font-size: 31px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.csa ul li {
    font-size: 16px;
    margin: -64px 0 23px 48px;
}
.csa ul {
    margin: 0 0 0 9px;
}
.stepss h2 {
    margin: 30px 0 0px 0;
    font-size: 22px;
    line-height: 39px;
}
.stepss p {
    line-height: 33px;
    font-size: 15px;
    margin: 10px 0;
    text-align: justify;
    padding: 10px 0;
}
.content .list {
    display: flex;
    flex-direction: column;
}
.datasacts-frstsectsconts p {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 0px;
    margin: 0;
}
    .faqqsect h4 {
        font-size: 21px;
        margin: 37px 0 10px 0;
    }
    .faqqsect h5 {
        font-size: 16px;
        margin: 4px 0 4px 0;
        line-height: 30px;
        font-weight: 700;
        text-transform: capitalize;
        text-align: justify;
    }
    .item-answer {
        padding: 0 0 0 27px;
        line-height: 31px;
        text-transform: capitalize;
        font-size: 15px;
        margin: 0;
    }
    .kls {
        width: 100%;
        height: 77px;
        top: 190px;
    }
.datasacts-frstsectsconts h1 {
    font-size: 24px;
    margin-top: -87px;
    margin-bottom: 32px;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
.responsive-banner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: auto;
    height: auto;
    margin: 20px 0;
}
    .responsive-banner h4 {
        font-size: 19px;
        line-height: 27px;
        padding: 0 9px;
        margin: 21px 0 -10px 0;
    }
    .content h2 {
        font-size: 24px;
        line-height: 35px;
        width: 100%;
        text-align: center;
    }
    .content ul li {
        margin: 4px 0;
    }
    .content ul {
        list-style-type: none;
        margin: 0 0 0 -17px;
    }
    .form_container {
        padding: 0;
        margin: 0;
        height: auto;
    }
    .img_content {
        display: none;
    }
    .content label {
        font-size: 15px;
        margin: 4px 7px 4px -15px;
    }
    .content form {
        margin: 0 24px 0 -20px;
    }
    .content button {
        margin: 20px 0;
        font-size: 20px;
        padding: 10px;
        width: 100%;
    }
    .rwe,
    .rwe1 {
        background-position: 6px 39px;
        background-size: 99% 82%;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
    }
    .accordion-content {
        max-width: 100%;
        margin: 53px 0;
        padding: 15px;
        height: auto;
        margin: 0;
    }
.form-boxers {
    padding: 14px;
    margin: 0;
    margin: 0 22px 0 18px;
}
    .form-boxers h3 {
        margin: 33px 0 0 0;
        font-size: 22px;
        line-height: 31px;
    }
    .cards {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 40px 0 60px 0;
    }
    .phdresearchpaper6 h6 {
        font-size: 28px;
        line-height: 44px;
        font-weight: 800;
        padding: 0 2px;
        margin: 5px;
    }
    .cards button {
        font-size: 16px;
        padding: 10px;
        margin: 16px 0 16px 0;
    }
    .thir-frm-section-thesis-editing img {
        max-width: 100%;
        padding: 31px 16px 10px 0;
        opacity: 8.4;
    }
    .lastone h6 {
        text-align: justify;
        font-size: 16px;
        padding: 10px;
        line-height: 43px;
        margin: 27px 0 83px 0;
    }
.vest h2 {
    font-size: 23px;
    line-height: 28px;
    padding: 4px 10px;
    margin: 50px 0 0px 0;
}
    .datasacts-frstsectsconts p {
        font-size: 16px;
        text-align: justify;
        line-height: 31px;
    }
    #confs {
        width: 272px;
        top: -38px;
        left: 63px;
    }
    .thir-frm-section-thesis-editing {
        margin: 30px 0 30px 0;
        padding: 10px 0;
        background-size: 100% 100%;
    }
    .prjtideas {
        margin: 10px 0 -66px 0;
        width: 189px;
        position: relative;
    }
    .phdresearchpaper6 h6 {
        font-size: 17px;
        line-height: 32px;
        font-weight: 800;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 26px 0 17px;
        margin: 27px 0 15px 0;
    }
    .rwe1 h2 {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
        margin: 0;
        background: repeating-linear-gradient(45deg, #dbdada7a, transparent 1000px);
    }
    .rweimg1 {
        display: none;
    }
    .rwe, .rwe1 {
    background-position: 6px 39px;
    background-size: 685%;
}
.nintenine h5 {
    font-size: 20px;
    margin: 14px 0 12px 0;
}
.nintenine img {
    margin: 100px 0 0px 0px;
    width: 100%;
}
.df {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
}
.nintenine img {
    margin: 9px 0 0px 0px;
    width: 100%;
}
.green-button {
    padding: 10px 14px;
    margin: 26px 0 49px 27px;
}
.higscommon {
    margin: 58px 0px 86px 0px;
    padding: 10px 38px 10px 18px;
    line-height: 47px;
    text-align: justify;
    font-size: 15px;
}
.nintenine img {
    margin: 65px 0 0px 0px;
    width: 100%;
}
.rwe {
    transition-duration: 2s;
    background-size: 100% 100%;
    height: auto;
}
.csa h4 {
    font-size: 25px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 42px;
}
.nintenine {
    margin: 10px 0 47px 0;
}
}
@media (min-width:1200px) and (max-width: 1280px) {
.form-boxers h3 {
    margin: 0px 0 30px 0;
    font-size: 31px;
    line-height: 50px;
}
.nintenine nintenine{
    /* background: #f7f7f7; */
    /* padding: 12px; */
     color: #000000;
    font-size: 60px;
}
.nintenine h5 {
    font-size: 31px;
    margin: 81px 0 12px 0;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 700;
    color: #7d2408;
}
.csa h4 {
    text-align: center;
    font-size: 40px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 56px;
}
.csa ul {
    margin: 0 0 0 69px;
}
.csa ul li {
    font-size: 15px;
    margin: -64px 0 23px 48px;
    text-transform: capitalize;
    width: 137%;
    text-align: justify;
}
.csa img {
    max-width: 123%;
    top: 188px;
    left: -148px;
    position: absolute;
    padding: 0px 1px 0px 0px;
    opacity: 8.4;
    animation: jetst 3s infinite linear;
    /* position: relative; */
}
.csa ul li {
    font-size: 17px;
    margin: -56px 0 17px 48px;
    text-transform: capitalize;
    /* position: relative; */
    width: 174%;
    font-weight: 700;
    text-align: justify;
}
.higscommon {
    margin: 0px 0px 86px 0px;
    padding: 10px 52px 10px 53px;
    line-height: 68px;
    text-align: center;
    background: #195292;
    font-size: 23px;
    text-transform: capitalize;
}
.nintenine h5 {
    font-size: 33px;
    margin: 53px 0 12px 0;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 700;
    color: #7d2408;
}
.aipng{
    width: 94%;
    top: 15px;
    position: absolute;
}
.nintenine ul{
    width: 70%;
}
.nintenine img {
    margin: 152px 0 0px 6px;
}
.df {
    left: 79%;
    width: 17%;
    bottom: 29.9%;
}
.rwe {
    transition-duration: 2s;
    background-size: 100% 100%;
    height: 631px;
}
.d {
    position: absolute;
    left: 79%;
    width: 224px;
    font-size: 18px;
    margin: 436px 0px 0 0px;
}
}
@media (min-width:1290px) and (max-width: 1440px) {
.form-boxers h3 {
    margin: 0px 0 30px 0;
    font-size: 31px;
    line-height: 50px;
}
.csa h4 {
    text-align: center;
    font-size: 40px;
    width: 100%;
    margin: 35px 0 33px 1px;
    line-height: 56px;
}
.csa ul {
    margin: 0 0 0 69px;
}
.csa ul li {
    font-size: 15px;
    margin: -64px 0 23px 48px;
    text-transform: capitalize;
    width: 137%;
    text-align: justify;
}
.csa img {
    max-width: 123%;
    top: 188px;
    left: -148px;
    position: absolute;
    padding: 0px 1px 0px 0px;
    opacity: 8.4;
    animation: jetst 3s infinite linear;
    /* position: relative; */
}
.csa ul li {
    font-size: 17px;
    margin: -56px 0 17px 48px;
    text-transform: capitalize;
    /* position: relative; */
    width: 174%;
    font-weight: 700;
    text-align: justify;
}
.higscommon {
    margin: 0px 0px 86px 0px;
    padding: 10px 52px 10px 53px;
    line-height: 68px;
    text-align: center;
    background: #195292;
    font-size: 23px;
    text-transform: capitalize;
}
.nintenine h5 {
    font-size: 33px;
    margin: 81px 0 12px 0;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 700;
    color: #7d2408;
}
.aipng{
    width: 94%;
    top: 15px;
    position: absolute;
}
.nintenine ul{
    width: 70%;
}
.nintenine img {
    margin: 152px 0 0px 6px;
}
.df {
    left: 79%;
    width: 17%;
    bottom: 29.9%;
}
.rwe {
    transition-duration: 2s;
    background-size: 100% 100%;
    height: 631px;
}
.d {
    position: absolute;
    left: 79%;
    width: 224px;
    font-size: 18px;
    margin: 436px 0px 0 0px;
}
}
@media (min-width:1450px) and (max-width: 1536px) {
.higscommon p {
    margin: 15px 0px;
    padding: 0px;
    line-height: 65px;
    color: #ffffff;
    /* text-indent: 20px; */
}

.csa ul li {
    font-size: 21px;
    margin: -64px 0 23px 48px;
    text-transform: capitalize;
    /* position: relative; */
    width: 195%;
    text-align: justify;
}
.csa {
    background: wheat;
    width: 11%;
    max-width: 44%;
    border-radius: 14px;
    left: 7%;
}
.csa {
    background: #81ccce;
    width: 11%;
    max-width: 44%;
    border-radius: 14px;
    border-style: double;
    left: 7%;
}
.csa h4 {
    text-align: center;
    font-size: 50px;
    width: 100%;
    margin: 23px 0 12px 1px;
    line-height: 69px;
}
.csa img {
    max-width: 100%;
    top: 100%;
    left: -40%;
    padding: 0px 1px 0px 0px;
    opacity: 8.4;
    animation: jetst 3s infinite linear;
    position: absolute;
}
.nintenine img {
    margin: 152px 0 0px 0px;
}
.df {
    position: absolute;
    left: 81%;
    width: 15%;
    bottom: 29%;
}
.nintenine h5 {
    font-size: 39px;
    margin: 81px 0 12px 0;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 700;
    color: #7d2408;
}
.d {
    position: absolute;
    left: 81%;
    margin: 473px 0px 0 5px;
    width: 15%;
}
.form-boxers {
    padding: 57px 69px;
}
.form-boxers h3 {
    margin: -23px 0 30px 0;
    font-size: 35px;
    line-height: 50px;
}
}

@media (min-width: 1440px) {
    .img_content img {
        margin: 0;
        width: 100%;
    }
    .content h2 {
        font-size: 38px;
        text-align: left;
        width: 200%;
        margin: -6px 0 3px 0;
    }
}

