
.section-heading {
    position: relative;
    z-index: 2;
}

.section-heading h6 {
    font-size: 15px;
    font-weight: 700;
    color: #aecfeb;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.section-heading h3 {
    color: #2a2a2a;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.section-heading h3 em {
    font-style: normal;
    color: #6ab5e3;
}
.section-heading .line-dec {
    width: 50px;
    height: 2px;
    background-color: #726ae3;
}
.border-first-button a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #508de5 !important;
    border: 1px solid #508de5 !important;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all 0.5s;
}
.border-first-button a:hover {
    background-color: #5a88e0;
    color: #fff !important;
}
.main-banner h1 {
    text-align: center;
    font-size: 47px;
    font-family: sans-serif;
    font-weight: 900;
}
.main-banner p {
    line-height: 31px;
    text-align: justify;
    font-size: 17px;
    font-family: sans-serif;
}
.demo-item {
    position: relative;
    z-index: 2;
}
.pre-header {
    background-color: #efefef;
    height: 60px;
    padding: 15px 0;
}
.pre-header ul li {
    display: inline-block;
}
.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
}
.header-area {
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
@media (max-width: 767px) {
    .header-area {
        background-color: #fff;
        padding: 0 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
    }
    .header-area .container {
        padding: 0;
    }
}
@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
.main-banner {
    padding: 26px 0 28px 0;
}

.main-banner .left-content h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #fa65b1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.main-banner .right-image {
    text-align: right;
    position: relative;
    z-index: 20;
}
.main-banner .right-image img {
    max-width: 593px;
}
#about {
    padding-top: 130px;
}
.about-left-image img {
    margin-right: 45px;
}
.about-right-content p {
    margin-top: 30px;
    margin-bottom: 45px;
}
.skills-content {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 110px 0 50px 0;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}
.services {
    padding-top: 130px;
    position: relative;
}
.services:after {
    content: "";
    background-image: url(../images/services-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 786px;
    height: 1217px;
    z-index: 0;
}
.services:before {
    content: "";
    background-image: url(../images/services-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 400px;
    width: 161px;
    height: 413px;
    z-index: 0;
}
.services .section-heading {
    text-align: center;
    margin-bottom: 80px;
}
.services .section-heading .line-dec {
    margin: 0 auto;
}
.services .naccs {
    position: relative;
    z-index: 1;
}
.services .icon {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.services .naccs .menu div h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}
.services .icon img {
    margin-bottom: 10px;
    max-width: 60px;
    min-width: 60px;
}
.services .naccs .menu {
    text-align: center;
    margin-bottom: 30px;
}
.services .naccs .menu div {
    color: #2a2a2a;
    margin: 0;
    width: 15%;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.services .naccs .menu div .thumb {
    display: inline-block;
    width: 154px !important;
    padding: 18px 0;
    background-color: #afd0ed;
}
.services .naccs .menu div.active {
    box-shadow: 0 15px 3px #000;
}
.services ul.nacc {
    height: 100% !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.da h2 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 39px;
    margin: 182px 0 0 0;
    color: #6496d7;
}
.da p {
    font-size: 17px;
    font-family: sans-serif;
    line-height: 31px;
    text-align: justify;
}
.da h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    font-family: Rubik;
    margin: 87px 0 0 0;
}
.da h5 {
    text-align: center;
    font-size: 29px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: sans-serif;
}
.services ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.services ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
    border-radius: 15px;
    padding: 19px 0 0 0;
    width: 119%;
}

.services ul.nacc li {
    width: 100%;
}
.services ul.nacc li .right-image img {
    max-width: 420px;
    float: right;
}
.services .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 900;
    font-family: Rubik;
}
.services .left-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2488dd !important;
}
.services .left-text p {
    margin-bottom: 30px;
}
.nacc .ticks-list span {
    display: inline-block;
    opacity: 1;
    margin-right: 10px;
    background: #c6c6cf;
    padding: 11px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    width: 210px;
    border-radius: 12px;
}
.nacc .ticks-list span {
    display: inline-block;
    opacity: 1;
    margin-right: 10px;
    background: #c6c6cf;
    padding: 11px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    width: 266px;
    border-radius: 12px;
    font-weight: 600;
}
.nacc .ticks-list span:hover{
    background: #195292;
    color: #ffffff;
}
.talk-bubble {
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
    background-color: #ffffe0;
}
.border {
    border: 8px solid #666;
}
.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.talk-bubble {
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
    animation: pulse 2s infinite;
    background-color: #ffffe0;
}
.tri-right.border.left-top:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0;
    bottom: auto;
    border: 22px solid;
    border-color: #ffffe0 transparent transparent transparent;
}
.tri-right.border.left-in:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #ffffe0 #ffffe0 transparent transparent;
}
.tri-right.border.btm-left:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent #ffffe0;
}
.tri-right.border.btm-left-in:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 37px;
    right: auto;
    top: auto;
    bottom: -25px;
    border: 14px solid;
    border-color: #000 transparent transparent #666;
}
.tri-right.btm-left-in:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: #ffffe0 transparent transparent #ffffe0;
}
.tri-right.border.btm-right-in:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right-in:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: #ffffe0 #ffffe0 transparent transparent;
}
.tri-right.border.btm-right:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0;
    bottom: -20px;
    border: 12px solid;
    border-color: #ffffe0 #ffffe0 transparent transparent;
}
.tri-right.border.right-in:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #ffffe0 transparent transparent #ffffe0;
}
.tri-right.border.right-top:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -26px;
    top: -2px;
    bottom: auto;
    border: 23px solid;
    border-color: #000 transparent transparent transparent;
}
.tri-right.right-top:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0;
    bottom: auto;
    border: 20px solid;
    border-color: #ffffe0 transparent transparent transparent;
}
.talktext {
    padding: 10px;
    text-align: justify;
    line-height: 30px;
}
.talktext p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.talk-bubble:nth-child(1) {
    left: 984px;
    width: 540px;
    top: -73px;
}
.talk-bubble:nth-child(2) {
    width: 558px;
    left: -415px;
    top: 126px;
}
.talk-bubble:nth-child(3) {
    left: 30px;
}
.talk-bubble:nth-child(4) {
    left: 40px;
}
.talk-bubble::nth-child(5) {
    left: 50px;
}
.talk-bubble::nth-child(6) {
    left: 60px;
}
.talk-bubble::nth-child(7) {
    left: 10px;
}
.talk-bubble::nth-child(8) {
    left: 10px;
}
.imfs {
    position: relative;
    left: -511px;
    top: 103px;
}
.exp h4 {
    text-align: center;
    font-size: 39px;
    padding: 0 230px 0 221px;
    font-family: sans-serif;
    font-weight: 900;
    line-height: 58px;
}
.exp p {
    text-align: center;
    font-size: 22px;
    font-family: Figtree;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 2px;
}
.pricingpagesec {
    background: #f7f7f7;
    border: 1px solid #0000001c;
    margin: 80px 0 25px 0;
}
.section-heading h3 {
    color: #2a2a2a;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: sans-serif;
    margin: 10px 0 0 0;
    text-align: center;
}
.our-portfolio {
    padding-top: 130px;
    margin: 130px 0 0 0;
}
.our-portfolio .section-heading {
    margin-bottom: 0px;
}
.our-portfolio .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}
.our-portfolio .item {
    position: relative;
    z-index: 222;
}
.portfolio-item {
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 15px;
    padding: 10px 19px;
    text-align: justify;
    font-family: sans-serif;
    line-height: 31px;
    width: 338px;
    height: 288px;
    margin: 20px 25px 19px 57px;
}
.portfolio-item .thumb {
    position: relative;
    border-radius: 50px;
}
.portfolio-item .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    overflow: hidden;
}
.portfolio-item .thumb p {
    margin: 15px 0;
    padding: 0;
    color: #000;
    text-transform: capitalize;
}
.blog:before {
    content: "";
    background-image: url(../images/blog-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 961px;
    height: 1020px;
    z-index: 0;
}
.blog {
    position: relative;
    padding-top: 130px;
}
.blog .section-heading {
    text-align: center;
    margin-bottom: 80px;
}
.blog .section-heading .line-dec {
    margin: 0 auto;
}
.show-up {
    position: relative;
    z-index: 200;
}
.blog-post {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.blog-post .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
}
.blog-posts {
    margin-left: 30px;
}
.post-item {
    margin-bottom: 62px;
}
.item {
    width: 375px;
    height: 375px;
}
.last-post-item {
    margin-bottom: 0;
}
.post-item .thumb {
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.post-item .thumb img {
    border-radius: 23px;
    display: inline-block;
}
.post-item .right-content {
    padding-top: 20px;
}


.post-item .right-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.contact-us {
    padding-top: 130px;
}
.contact-us .section-heading .line-dec {
    margin: 0 auto;
}
.contact-us .section-heading {
    text-align: center;
    margin-bottom: 80px;
}


.bannerWrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 98px;
    border-bottom: 1px solid #c8d9ee;
    align-items: flex-start;
}
.bannerText {
    padding-top: 16px;
    max-width: 60%;
    width: 100%;
}
.head-Text {
    color: #1176ca;
    line-height: 150%;
    font-size: 20px;
}
.head-Text,
.sub-Head {
    font-weight: 700;
    padding-bottom: 25px;
}
.sub-Head {
    color: #0e101a;
    font-size: 28px;
    line-height: 130%;
    text-transform: capitalize;
    max-width: 100%;
    font-family: Rubik;
    font-style: italic;
}
.bannerReviews {
    margin-top: 8px;
}
.bannerReviewsWrapper {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.reviewItem {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
    position: relative;
}
.textTop p {
    font-size: 31px;
    font-weight: 700;
    line-height: 24px;
    color: #008b8b;
    letter-spacing: 0;
    text-align: left;
}
.textTop {
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.bannerOrderBtn {
    max-width: max-content;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: Circular-Medium;
    padding: 13px 20px;
    border-radius: 6px;
    background-color: #008b8a;
    text-transform: capitalize;
    margin-top: 50px;
    font-size: 25px;
}
.bannerOrderBtn:hover {
    background-color: #2088df;
    color: #fff;
    font-family: Rubik;
}
@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.reviewName {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 19px;
    font-family: Rubik;
}
@media (max-width: 1199px) {
    .bannerText {
        max-width: 70%;
    }
}
@media (max-width: 991px) {
    .bannerText {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .bannerReviewsWrapper {
        flex-direction: row;
        gap: 24px 30px;
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .head-Text {
        font-size: 18px;
        padding-bottom: 15px;
        text-align: center;
    }
    .sub-Head {
        max-width: 100%;
        font-size: 28px;
        padding-bottom: 30px;
        text-align: center;
        line-height: 150%;
    }
    .bannerReviewsWrapper {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .bannerOrderBtn {
        margin: 60px auto 0;
        font-size: 15px;
        padding: 17px 40px;
    }
    .reviewName {
        text-align: left;
        margin-top: 5px;
        display: block;
    }
    .bannerWrapper {
        padding-bottom: 60px;
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(-5%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.saw {
    border-style: dotted;
    border-radius: 12px;
    padding: 24px 34px;
}
.banimg {
    position: absolute;
    margin: -10px 0 -2px 0;
    width: 20%;
    left: 64%;
}
.advhigs h4 {
    text-align: center;
    font-size: 51px;
    font-family: Rubik;
    margin: 30px 0 20px 0;
}
.advhigs ul li {
    list-style: none;
    font-size: 17px;
    line-height: 36px;
    text-transform: capitalize;
    margin: -33px 0 4px 24px;
}
.advhigs ul i {
    color: #3a87fd;
}
.serviceBanner {
    margin: 50px 0;
    padding: 33px;
    background: #f0f0ff;
}
.sasaw {
    width: 437px;
    margin: -92px 0 45px 198px;
}
.cs h4 {
    font-size: 41px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 27px 0 10px 0;
    color: #195292;
}
.cs button {
    font-family: inherit;
    font-size: 20px;
    background: #254e8e;
    color: #fff;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
    animation: pulse 2s infinite;
    cursor: pointer;
}
.cs button span {
    display: block;
    width: 168px;
    margin-left: -10px;
    transition: all 0.3s ease-in-out;
}
.cs button span:nth-child(1){
margin:40px;
}
.cs button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}
.cs button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}
.cs button:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}
.cs button:hover span {
    transform: translateX(10em);
}
.cs button:active {
    transform: scale(0.95);
}
@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }
    to {
        transform: translateY(-0.1em);
    }
}
.css {
    padding: 34px 186px 0 105px;
    margin: 67px 0 81px 0;
    background: #bac7d3;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: 0;
}
#checkpriceimg {
    width: 298px;
    height: 489px;
}
#checkpriceimg-thesis {
    width: 350px;
    height: 338px;
}
#checkpriceimg-q1journal {
    width: 378px;
    height: 472px;
}
#checkpriceimg-scopus {
    width: 378px;
    height: 425px;
}
#checkpriceimg-methodology {
    width: 350px;
    height: 459px;
}
#checkpriceimg-review {
    width: 350px;
    height: 448px;
}
#checkpriceimg-plagiarism {
    width: 350px;
    height: 416px;
}
.pricingpagesec p {
    text-align: justify;
    margin-bottom: -5px;
    font-size: 15px;
    font-family: sans-serif;
}
.pricingpagesec h5 {
    line-height: 25px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    text-align: justify;
    text-transform: capitalize;
}
.pricingpagesec h5 a {
    color: #000;
}
.pricingpagesec h5 a:hover {
    text-decoration: underline;
}
.pricingpagesec {
    background: #f7f7f7;
    border: 1px solid #0000001c;
}
.rightpricingpagesec {
    padding: 10px 20px;
}
.checkpricbtn {
    border: solid 3px #be141f;
    border-style: outset;
    background: #cd272d;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 18px;
}
#bulkorderbtn {
    border: solid 3px #212529;
    border-style: outset;
    background: #000;
}
.masuc {
    color: #cd272d;
    font-size: 25px;
    line-height: 54px;
    font-family: "Open Sans";
    font-weight: 900;
}
@-webkit-keyframes glide {
    from {
        left: 0;
        top: 0;
    }
    to {
        left: 0;
        top: 20px;
    }
}

.qlty h2 {
    font-size: 43px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 61px;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}
@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
#about {
    padding-top: 130px;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}
.services {
    padding-top: 0;
    position: relative;
}
.services:after {
    content: "";
    background-image: url(../images/services-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 786px;
    height: 1217px;
    z-index: 0;
}
.services:before {
    content: "";
    background-image: url(../images/services-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 400px;
    width: 161px;
    height: 413px;
    z-index: 0;
}
@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(-5%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }
    to {
        transform: translateY(-0.1em);
    }
}
@-webkit-keyframes glide {
    from {
        left: 0;
        top: 0;
    }
    to {
        left: 0;
        top: 20px;
    }
}
.phdgudes-partfive {
    margin-top: 62px;
    margin: 85px 14px 70px 369px;
    overflow: hidden;
    z-index: -999;
    margin-bottom: 25px;
    width: 59%;
}
.phdgudes-slider > div span {
    display: block;
    position: absolute;
    left: 0;
    color: #7d7d77;
    text-align: center;
    padding: 118px 25px;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #fff, #fff);
    font-weight: 550;
    z-index: 0;
}
.phdgudes-slider > div span h6 {
    font-size: 25px;
    text-align: center;
    font-weight: 650;
    font-family: Calistoga, cursive;
}
@keyframes winking {
    10% {
        opacity: 0.9;
    }
    20% {
        opacity: 0.7;
    }
    30% {
        opacity: 0.9;
    }
    40% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.9;
    }
    60% {
        opacity: 0.7;
    }
    70% {
        opacity: 0.9;
    }
    80% {
        opacity: 0.7;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.7;
    }
}
.phdgudes-slider,
.phdgudes-slider > div {
    background-position: 100% 0;
    display: block;
    width: 100%;
    height: 325px;
    position: relative;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    z-index: 0;
    border: 3px solid #c1c1c1;
    border-radius: 25px;
}
.phdgudes-slider > div {
    position: absolute;
}
.phdgudes-slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: 0.3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}
.phdgudes-slider,
.phdgudes-slider > div {
    background-position: 100% 0;
    display: block;
    width: 100%;
    height: 325px;
    height: 100vh;
    position: relative;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    z-index: 0;
    border: 3px solid #c1c1c1;
    border-radius: 25px;
}
.phdgudes-slider > i svg {
    margin-top: 3px;
}
.phdgudes-slider > .left {
    left: -100px;
}
.phdgudes-slider > .right {
    right: -100px;
}
.phdgudes-slider:hover > .left {
    left: 0;
}
.phdgudes-slider:hover > .right {
    right: 0;
}
.phdgudes-slider > i:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-2px);
}
.phdgudes-slider > i.right:hover {
    transform: translateX(2px);
}
.phdgudes-slider > i.left:active,
.phdgudes-slider > i.right:active {
    transform: translateY(1px);
}
.phdgudes-slider:hover > div {
    transform: scale(1.01);
}
.phdgudes-slider,
.phdgudes-slider > div {
    background-position: 100% 0;
    display: block;
    width: 100%;
    height: 325px;
    position: relative;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    z-index: 0;
    border: 3px solid #c1c1c1;
    border-radius: 25px;
}
.phdgudes-slider > div {
    position: absolute;
}
.phdgudes-slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: 0.3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}
.phdgudes-slider > i svg {
    margin-top: 3px;
}
.phdgudes-slider > .left {
    left: -100px;
}
.phdgudes-slider > .right {
    right: -100px;
}
.phdgudes-slider:hover > .left {
    left: 0;
}
.phdgudes-slider:hover > .right {
    right: 0;
}
.phdgudes-slider > i:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-2px);
}
.phdgudes-slider > i.right:hover {
    transform: translateX(2px);
}
.phdgudes-slider > i.left:active,
.phdgudes-slider > i.right:active {
    transform: translateY(1px);
}
.phdgudes-slider:hover > div {
    transform: scale(1.01);
}
.phdgudes-hoverZoomOff:hover > div {
    transform: scale(1);
}
.phdgudes-slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}
.phdgudes-slider > ul > li {
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.phdgudes-slider > ul > .phdgudes-showli {
    background-color: #a9a9a9;
    -moz-animation: boing 0.5s forwards;
    -o-animation: boing 0.5s forwards;
    -webkit-animation: boing 0.5s forwards;
    animation: boing 0.5s forwards;
}
.phdgudes-slider > ul > li:hover {
    background-color:white;
}
.phdgudes-slider > .phdgudes-show {
    z-index: 1;
}
.phdgudes-hideDots > ul {
    display: none;
}
.phdgudes-showArrows > .left {
    left: 0;
}
.phdgudes-showArrows > .right {
    right: 0;
}
.div {
    overflow: hidden;
    z-index: 999;
}
.body {
    overflow-x: hidden;
}
.phdgudes-slider > div span {
    display: block;
    position: absolute;
    left: 0;
    text-transform: capitalize;
    color: #7d7d77;
    text-align: center;
    padding: 118px 25px;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #fff, #fff);
    font-weight: 550;
    z-index: 0;
}
.phdgudes-slider > div span h6 {
    font-size: 25px;
    text-align: center;
    font-weight: 650;
    text-transform: capitalize;
    font-family: 'Rubik';
    line-height: 34px;
    /* color: black; */
}
@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(0.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
.frmdsec label {
    border: none;
    font-weight: 700;
    font-size: 15px;
    background: 0 0;
    margin: 0 0 0 -9px;
    font-family: sans-serif;
    text-transform: capitalize;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #003064;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 24 94 / 25%);
}
.frmdsec h5 {
    margin: 0 0 33px 0;
    font-size: 33px;
    font-weight: 900;
    text-align: center;
    color: #0e9d73;
}
.frmdsec form {
    margin: 0;
}
.frmdsec {
    padding: 17px 20px;
    margin: 55px 0 55px 338px;
    border-radius: 12px;
    box-shadow: 0 2px 13px 0 #00008b;
    background: #ebebf1;
}
.frmdsec:hover input {
    background: #a9a9a9;
    color: #00008b;
    font-weight: 500;
}
.frmdsec:hover select {
    background: #a9a9a9;
    color: #00008b;
    font-weight: 500;
}
.frmdsec button {
    color: #fff;
    background: #0e9d73;
    cursor: pointer;
    height: 81px;
    font-size: 22px;
    font-weight: 700;
}
.frmdsec button:hover {
    color: #fff;
    background: #f5830a;
}
.df {
    background-image: url(../images/phd-services-in-india.webp);
    background-size: cover;
    margin: 114px 0 110px 0;
}
.imffrm1 {
    position: absolute;
    width: 12%;
    left: 116%;
    animation: pulse 4s infinite;
}
.imffrm2 {
    position: absolute;
    width: 12%;
    left: 168%;
    animation: pulse 4s infinite;
}
.higsphdguidence h5 {
    text-align: -webkit-center;
    font-size: 56px;
    color: #4592eb;
    font-family: Rubik;
    margin: 52px 0 30px 0;
}
.higsphdguidence h6 {
    border-bottom: 1px dashed;
    border-radius: 0;
    margin: 0 0 24px 0;
    font-size: 22px;
    font-family: sans-serif;
    text-transform: capitalize;
    padding: 12px 1px 10px 1px;
    font-weight: 600;
}
.higsphdguidence h6 > span {
    padding: 6px;
    color: #000;
    border-radius: 5px;
    background: #bcd1f6;
}
.higsphdguidence p > span {
    font-weight: 800;
    font-size: 17px;
}
.higsphdguidence p {
    padding: 1px 1px 9px 1px;
    font-size: 18px;
    line-height: 32px;
}
.quest1,
.quest2,
.quest3,
.quest4,
.quest5 {
    cursor: pointer;
}
.anss1,
.anss2,
.anss3,
.anss4,
.anss5 {
    font-size: 16px;
    display: none;
    padding: 10px;
    line-height: 32px;
    text-align: justify;
}
.higsphdguidence h6:hover p {
    display: block;
}
.higsphdguidence {
    margin: 24px 224px 24px 329px;
    width: 63%;
}
.set {
    padding: 14px 53px;
    background: #d0d0f3;
    border-radius: 13px;
    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: 51px 0 0 0;
}
.set p {
    font-size: 17px;
    font-family: sans-serif;
    line-height: 31px;
    text-align: justify;
    font-family: Rubik;
    text-align: center;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    color: #000;
}
.sets {
    padding: 0 50px;
}
:root {
    --color-primary: #ff4b4b;
    --color-text: #545d7a;
    --color-white: #fff;
    --color-title: #242e4c;
    --color-background: #f7f8fb;
    --color-border: #dae1f5;
    --font-family: "Satoshi", sans-serif;
    --fs-sm: 1.4rem;
    --fs-md: 1.6rem;
    --fs-lg: 2.2rem;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-bold: 700;
    --transition: 0.4s ease-in-out;
    --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
}
.researchtest {
    margin-bottom: 70px;
}
.researchtest .card-body span {
    font-family: FontAwesome;
    font-style: italic;
}
.researchtest h4 {
    font-family: "Contrail One";
    font-size: 31px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 48px;
    color: #050748;
    text-align: center;
    text-transform: capitalize;
}
.researchtest h6 {
    font-family: FontAwesome;
    text-align: center;
    font-size: 27px;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 20px;
}
.researchtest .card p {
    font-family: "Contrail One";
    text-align: justify;
    font-size: 17px;
}
.researchtest .card h5 {
    font-family: fantasy;
    font-size: 16px;
    text-align: justify;
    color: #140045;
}
.researchtest .carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}
.researchtest .carousel-inner {
    padding: 1em;
}
.researchtest .card h5 {
    font-family: fantasy;
    font-size: 25px;
    text-align: justify;
    color: #140045;
    text-transform: capitalize;
}
.researchtest .carousel .card {
    margin: 0 0.5em;
    border: 0;
    height: 100%;
    background: repeating-radial-gradient(#edfaff, transparent 100px);
    transition: 0.25s ease;
    border-radius: 8px;
    border: none;
    outline: 0;
    box-shadow: 2px 2px 4px #d1d9e6, -2px -2px 4px #f9f9f9;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.researchtest .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: -14%;
    z-index: 99;
    left: 92%;
}
.researchtest .carousel-control-prev {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: -6%;
    left: 89%;
     z-index: 99;
    transform: translateY(-50%);
}
.dsa h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin: 48px 0 7px 0;
}
.dsa p {
    line-height: 30px;
    text-align: justify;
}
.dsa h5 {
    font-family: sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.sav {
    text-align: center;
    padding: 10px 401px;
    line-height: 31px;
    font-size: 20px;
}
.section-heading .line-dec {
    width: 15%;
    height: 2px;
    position: absolute;
    background-color: #66b3e0;
    left: 42%;
    top: 58px;
}
.researchtest .card p {
    font-family: Rubik;
    text-align: justify;
    font-size: 16px;
    line-height: 33px;
    margin: -4px 0 0 0;
}
.head-Text {
    color: #008b8a;
    line-height: 150%;
    font-size: 28px;
    text-transform: capitalize;
    font-family: Rubik;
}
.serviceBanner {
    margin: 50px 0;
    padding: 33px 203px;
    background: #f0f0ff;
}
.banimg {
    position: absolute;
    margin: -10px 0 -2px -76px;
    width: 20%;
    left: 64%;
}
.bannerOrderBtn {
    max-width: max-content;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: Circular-Medium;
    padding: 13px 20px;
    border-radius: 6px;
    background-color: #008b8a;
    text-transform: capitalize;
    /* margin-top: 50px; */
    left: 75%;
    font-size: 25px;
    position: absolute;
}
.bwls {
    /* background: darkblue; */
    padding: 11px;
    border-radius: 27px;
    margin: 27px 0 14px 34px;
    height: 159px;
    overflow: hidden;
    max-width: 344px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* max-width: 59%; */
}
.dsa h5 {
    font-family: sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 31px;
    text-align: center;
    margin: 11px 0 31px 0;
}
.bwls i{
    font-size: 37px;
    position: relative;
    text-align: center;
    left: 114px;
    background: #b9c6d1;
    border-radius: 50%;
    padding: 10px;
    color: darkcyan;
}
.bwls:hover {
    height: auto;

}
.sasaw {
    width: 100%;
    margin: 56px 0 45px 40px;
    /* background: darkblue; */
    border-style: solid;
    border-radius: 6%;
    padding: 3px;
       transition-duration: 2s;
    transform: rotate(24deg);
}
.qlty:hover .sasaw {
    transform: rotate(0deg);
    target-negi:23px;
    transition-duration: 2s;
}
.cs h4 {
    font-size: 41px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 27px 0 27px 0;
}
.cs{
    margin: 0 0 64px 0;
}
.cs li{
    text-transform: capitalize;
    margin: 2px 0 2px 0;
}
.cs button:hover{

    background: #008b8a;
}
.reviewItem em {
    font-size: 31px;
    font-weight: 900;
    margin: -5px 0 0 -3px;
}
.phdgudes-contbuts h2
{
  font-size: 30px;
  font-weight: 650;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 18px;
  color: #0E52B7;
  text-transform:capitalize;
}
.phdgudes-contacnums b i
{
  font-size: 25px;
  margin-right: 5px;
}
.phdgudes-contacnums h3 {
    font-size: 34px;
    font-weight: 650;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #195292;
    font-family: 'Rubik';
    overflow: hidden;
    line-height: 54px;
    text-align: center;
    padding: 20px 180px;
}
.phdgudes-contacnums h3 a{
    text-transform: none;
    color: #008b8a!important;
}
select option{
    background: white;
    color: black;
    border-radius: 12px;
}
.sasaw, .srs {
    position: absolute;
}
.srs {
    width: 77%;
    border-radius: 12px;
    display: none;
}
.img-containe:hover .srs {
        display: block;
        transition-duration: 2s;
    }
    .img-containe:hover .sasaw {
        display: none;
        transition-duration: 2s;
    }
.bwls i {
    font-size: 37px;
    position: relative;
    text-align: center;
    width: 20%;
    left: 114px;
    background: #b9c6d1;
    border-radius: 50%;
    padding: 10px;
    color: darkcyan;
}
@media (min-width: 321px) and (max-width: 375px) {
    .higsphdguidence {
    margin: 24px 4px 24px 10px;
    width: 100%;
}
.services .naccs .menu div {
    width: 68%;
    font-size: 20px;
    margin: 5px;
}
.services{
    background: no-repeat;
    margin-bottom: -10%;
}
.bannerReviewsWrapper {
    flex-direction: row;
    gap: 1px 18px;
    flex-wrap: wrap;
}
.bannerReviewsWrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
}
    .higsphdguidence h5 {
    font-size: 32px;
    margin: 0px 0 30px 0;
}
.main-banner {
    padding: 26px 0 40px 0;
}
.main-banner p {
    text-transform: capitalize;
}
.higsphdguidence h6 {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    padding: 12px 1px 10px 1px;
}
.higsphdguidence p {
    padding: 1px 1px 9px 1px;
    font-size: 16px;
    line-height: 32px;
}
.frmdsec {
    padding: 17px 20px;
    margin: 55px 0 55px 3px;
}
.frmdsec h5 {
    margin: 0 0 33px 0;
    font-size: 24px;
    line-height: 36px;
}

.frmdsec button {
    height: 49px;
    font-size: 17px;
    margin: 0 0 10px 0;
}



    #checkpriceimg-thesis {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg {
        width: 318px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 318px;
        height: 350px;
    }
    #checkpriceimg-scopus {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg-methodology {
        width: 298px;
        height: 398px;
    }
    #checkpriceimg-review {
        width: 288px;
        height: 398px;
    }
    #checkpriceimg-plagiarism {
        width: 318px;
        height: 398px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .innerpage_banner {
    min-height: 182px!important;
    margin-bottom: 50px!important;
    margin-top: 28px!important;
}
.d h1 {
    margin: 30px 0 0 0;
    font-size: 32px;
}
.d p{text-transform:capitalize!important;}
.section-heading h3 {
    font-size: 19px;
    margin: 10px 0 0 0;
}
.services .naccs .menu div {
    width: 100%;
    font-size: 18px;
    margin: 0;
}
.services .naccs .menu div .thumb {
    display: inline-block;
    width: 322px !important;
    padding: 18px 0;
    background-color: #afd0ed;
}
.services .naccs .menu {
    text-align: center;
    margin-bottom: 30px;
    margin: 0 0  0 -33px;
}
.our-portfolio {
    padding-top: 10px;
    margin: 13px 0 0 0;
}
.sav {
    text-align: justify;
    padding: 10px 21px;
    line-height: 31px;
    font-size: 16px;
}
.researchtest .carousel-control-prev {
    border-radius: 50%;
    top: 7%;
    left: 4%;
    z-index: 99;
    transform: translateY(-50%);
}
.researchtest .carousel-control-next {
    top: 0%;
    z-index: 99;
    left: 83%;
}
.exp h4 {
    font-size: 20px;
    padding: 0 23px 0 21px;
    line-height: 38px;
}
.exp p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 13px;
    line-height: 34px;
}
.higsphdguidence {
    margin: 0px 24px 24px 9px;
    width: 100%;
    /* font-size: 11px; */
}
.talk-bubble:nth-child(1) {
    left: -27px;
    width: 362px;
    top: -53px;
}
.imfs {
    position: relative;
    left: 77px;
    top: -412px;
    width: 161px;
}
.talk-bubble:nth-child(2) {
    width: 345px;
    left: -16px;
    top: 126px;
}
.da h2 {
    font-size: 22px;
    margin: 12px 0 0 0;
}
.da h4 {
    text-align: center;
    font-size: 17px;
    line-height: 38px;
    margin: 25px 0 0 0;
}
.set {
    padding: 14px 5px;
    margin: 51px 0 0 0;
}
    .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }
    .innerpage_banner {
    min-height: 190px;
    margin-bottom: 0!important;
    margin-top: 0px;
}
.our-portfolio:after {
    content: "";
  display: none;
 
}
.cs button {
    font-size: 21px;
    width: 100%;
}
.serviceBanner {
    margin: 50px 0;
    padding: 0px 0px;
    background: #f0f0ff;
}
.banimg {
    position: absolute;
    margin: 0;
    width: 49%;
    left: 179px;
    /* top: 00px; */
    margin: 122px 0 0 0;
}
.head-Text {
    line-height: 150%;
    font-size: 20px;
}
.sub-Head {
    max-width: 100%;
    font-size: 19px;
    line-height: 150%;
}
.bannerOrderBtn {
    max-width: max-content;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 13px 20px;
    left: 29%;
    margin: 525px 0 0 0;
    font-size: 26px;
}
.advhigs h4 {
    text-align: center;
    font-size: 31px;
    margin: 30px 0 20px 0;
}
.advhigs ul li {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
    margin: -33px 0 4px 24px;
}
.btn {
    font-size: 15px;
    width: 100%;
}
.dsa h4 {
    text-align: center;
    font-size: 27px;
    margin: 48px 0 7px 0;
}
.bwls {
    margin: 27px 0 14px 4px;
}
.css {
    padding: 34px 2px 0 1px;
    margin: 67px 0 81px 0;
    background: #bac7d3;
}
.qlty h2 {
    font-size: 25px;
    text-align: center;
    line-height: 42px;
}
.cs h4 {
    font-size: 26px;
    margin: 27px 0 27px 0;
}
.sasaw {
    width: 100%;
    margin: 56px 0 45px 0;
}
.higsphdguidence h5 {
    font-size: 25px;
    margin: 0px 0 30px 0;
}
.phdgudes-partfive {
    margin: 0 14px 0px 11px;
    overflow: hidden;
    z-index: -999;
    margin-bottom: 25px;
    width: 100%;
}
.phdgudes-contacnums h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 34px;
    text-align: center;
    padding: 20px 10px;
}
.phdgudes-slider > div span h6 {
    font-size: 16px;
    text-align: center;
    font-weight: 650;
    
    text-transform: capitalize;
    font-family: 'Rubik';
    line-height: 34px;
    /* color: black; */
}
.phdgudes-slider > div span {
    display: block;
    position: absolute;
    left: 0;
    color: #7d7d77;
    text-align: center;
    padding: 0px 14px;
    width: 100%;
    height: auto;
    background: linear-gradient(50deg, #fff, #fff);
    font-weight: 550;
    z-index: 0;
}
.main-banner .right-image img {
    max-width: 100%;
}
.srs {
    width: 72%;
    border-radius: 12px;
    margin: 0 0 33px 40px;
}
.sasaw {
    width: 70%;
    margin: 0 0 45px 50px;
    position: relative;
}
}
@media (min-width: 376px) and (max-width: 425px) {

    .higsphdguidence {
    margin: 24px 4px 24px 10px;
    width: 100%;
}
.services .naccs .menu div {
    width: 68%;
    font-size: 20px;
    margin: 5px;
}
.services{
    background: no-repeat;
    margin-bottom: -10%;
}
.bannerReviewsWrapper {
    flex-direction: row;
    gap: 1px 18px;
    flex-wrap: wrap;
}
.bannerReviewsWrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
}
    .higsphdguidence h5 {
    font-size: 32px;
    margin: 0px 0 30px 0;
}
.main-banner {
    padding: 26px 0 40px 0;
}
.higsphdguidence h6 {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    padding: 12px 1px 10px 1px;
}
.higsphdguidence p {
    padding: 1px 1px 9px 1px;
    font-size: 16px;
    line-height: 32px;
}
.frmdsec {
    padding: 17px 20px;
    margin: 55px 0 55px 3px;
}
.frmdsec h5 {
    margin: 0 0 33px 0;
    font-size: 24px;
    line-height: 36px;
}

.frmdsec button {
    height: 49px;
    font-size: 17px;
    margin: 0 0 10px 0;
}



    #checkpriceimg-thesis {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg {
        width: 318px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 318px;
        height: 350px;
    }
    #checkpriceimg-scopus {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg-methodology {
        width: 298px;
        height: 398px;
    }
    #checkpriceimg-review {
        width: 288px;
        height: 398px;
    }
    #checkpriceimg-plagiarism {
        width: 318px;
        height: 398px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .innerpage_banner {
    min-height: 182px!important;
    margin-bottom: 50px!important;
    margin-top: 28px!important;
}
.d h1 {
    margin: 30px 0 0 0;
    font-size: 32px;
}
.section-heading h3 {
    font-size: 19px;
    margin: 10px 0 0 0;
}
.services .naccs .menu div {
    width: 100%;
    font-size: 18px;
    margin: 0;
}
.services .naccs .menu div .thumb {
    display: inline-block;
    width: 100% !important;
    padding: 18px 0;
    margin: 0 0 15px 0;
    background-color: #afd0ed;
}
.services .naccs .menu {
    text-align: center;
    margin-bottom: 30px;
    margin: 0 0  0 -33px;
}
.our-portfolio {
    padding-top: 10px;
    margin: 13px 0 0 0;
}
.sav {
    text-align: justify;
    padding: 10px 21px;
    line-height: 31px;
    font-size: 16px;
}
.researchtest .carousel-control-prev {
    border-radius: 50%;
    top: 7%;
    left: 4%;
    z-index: 99;
    transform: translateY(-50%);
}
.researchtest .carousel-control-next {
    top: 0%;
    z-index: 99;
    left: 83%;
}
.exp h4 {
    font-size: 20px;
    padding: 0 23px 0 21px;
    line-height: 38px;
}
.exp p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 13px;
    line-height: 34px;
}
.higsphdguidence {
    margin: 0px 24px 24px 9px;
    width: 100%;
    /* font-size: 11px; */
}
.talk-bubble:nth-child(1) {
    left: -27px;
    width: 362px;
    top: -53px;
}
.imfs {
    position: relative;
    left: 85px;
    top: -395px;
    width: 161px;
}
.talk-bubble:nth-child(2) {
    width: 345px;
    left: -16px;
    top: 126px;
}
.da h2 {
    font-size: 22px;
    margin: 12px 0 0 0;
}
.da h4 {
    text-align: center;
    font-size: 17px;
    line-height: 38px;
    margin: 25px 0 0 0;
}
.set {
    padding: 14px 5px;
    margin: 51px 0 0 0;
}
    .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }
    .innerpage_banner {
    min-height: 190px;
    margin-bottom: 0!important;
    margin-top: 0px;
}
.our-portfolio:after {
    content: "";
  display: none;
 
}
.cs button {
    font-size: 21px;
    width: 100%;
}
.serviceBanner {
    margin: 50px 0;
    padding: 0px 0px;
    background: #f0f0ff;
}
.banimg {
    position: absolute;
    margin: 0;
    width: 49%;
    left: 179px;
    /* top: 00px; */
    margin: 248px 0 0 0;
}
.head-Text {
    line-height: 150%;
    font-size: 20px;
}
.sub-Head {
    max-width: 100%;
    font-size: 19px;
    line-height: 150%;
}
.bannerOrderBtn {
    max-width: max-content;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 13px 20px;
    left: 29%;
    margin: 449px 0 0 0;
    font-size: 26px;
}
.advhigs h4 {
    text-align: center;
    font-size: 31px;
    margin: 30px 0 20px 0;
}
.advhigs ul li {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
    margin: -33px 0 4px 24px;
}
.btn {
    font-size: 15px;
    width: 100%;
}
.dsa h4 {
    text-align: center;
    font-size: 27px;
    margin: 48px 0 7px 0;
}
.bwls {
    margin: 27px 0 14px 4px;
}
.css {
    padding: 34px 2px 0 1px;
    margin: 67px 0 81px 0;
    background: #bac7d3;
}
.qlty h2 {
    font-size: 25px;
    text-align: center;
    line-height: 42px;
}
.cs h4 {
    font-size: 26px;
    margin: 27px 0 27px 0;
}
.sasaw {
    width: 60%;
    margin: 6px 0 45px 60px;
    position: relative;
}
.higsphdguidence h5 {
    font-size: 25px;
    margin: 0px 0 30px 0;
}
.srs {
    width: 74%;
    border-radius: 12px;
    display: none;
    margin: 23px;
    position: relative;
}
.phdgudes-partfive {
    margin: 0 14px 0px 11px;
    overflow: hidden;
    z-index: -999;
    margin-bottom: 25px;
    width: 100%;
}
.phdgudes-contacnums h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 34px;
    text-align: center;
    padding: 20px 10px;
}
.phdgudes-slider > div span h6 {
    font-size: 16px;
    text-align: center;
    font-weight: 650;
    text-transform: capitalize;
    font-family: 'Rubik';
    line-height: 34px;
    /* color: black; */
}
.phdgudes-slider > div span {
    display: block;
    position: absolute;
    left: 0;
    color: #7d7d77;
    text-align: center;
    padding: 0px 14px;
    width: 100%;
    height: auto;
    background: linear-gradient(50deg, #fff, #fff);
    font-weight: 550;
    z-index: 0;
}



#checkpriceimg-thesis {
    width: 100%;
    height: auto;
}
    #checkpriceimg {
        width: 312px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 352px;
        height: 374px;
    }
    #checkpriceimg-scopus {
        width: 362px;
        height: 374px;
    }
    #checkpriceimg-methodology {
        width: 336px;
        height: 459px;
    }
    #checkpriceimg-review {
        width: 325px;
        height: 418px;
    }
    #checkpriceimg-plagiarism {
        width: 358px;
        height: 416px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }
}
@media (min-width: 426px) and (max-width: 576px) {

    .higsphdguidence {
    margin: 24px 4px 24px 10px;
    width: 100%;
}
.services .naccs .menu div {
    width: 68%;
    font-size: 20px;
    margin: 5px;
}
.services{
    background: no-repeat;
    margin-bottom: -10%;
}
.bannerReviewsWrapper {
    flex-direction: row;
    gap: 1px 18px;
    flex-wrap: wrap;
}
.bannerReviewsWrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
}
    .higsphdguidence h5 {
    font-size: 32px;
    margin: 0px 0 30px 0;
}
.main-banner {
    padding: 26px 0 40px 0;
}
.higsphdguidence h6 {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    padding: 12px 1px 10px 1px;
}
.higsphdguidence p {
    padding: 1px 1px 9px 1px;
    font-size: 16px;
    line-height: 32px;
}
.frmdsec {
    padding: 17px 20px;
    margin: 55px 0 55px 3px;
}
.frmdsec h5 {
    margin: 0 0 33px 0;
    font-size: 24px;
    line-height: 36px;
}

.frmdsec button {
    height: 49px;
    font-size: 17px;
    margin: 0 0 10px 0;
}



    #checkpriceimg-thesis {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg {
        width: 318px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 318px;
        height: 350px;
    }
    #checkpriceimg-scopus {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg-methodology {
        width: 298px;
        height: 398px;
    }
    #checkpriceimg-review {
        width: 288px;
        height: 398px;
    }
    #checkpriceimg-plagiarism {
        width: 318px;
        height: 398px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .innerpage_banner {
    min-height: 182px!important;
    margin-bottom: 50px!important;
    margin-top: 28px!important;
}
.d h1 {
    margin: 30px 0 0 0;
    font-size: 32px;
}
.section-heading h3 {
    font-size: 19px;
    margin: 10px 0 0 0;
}
.services .naccs .menu div {
    width: 100%;
    font-size: 18px;
    margin: 0;
}
.services .naccs .menu div .thumb {
    display: inline-block;
    width: 322px !important;
    padding: 18px 0;
    background-color: #afd0ed;
}
.services .naccs .menu {
    text-align: center;
    margin-bottom: 30px;
    margin: 0 0  0 -33px;
}
.our-portfolio {
    padding-top: 10px;
    margin: 13px 0 0 0;
}
.sav {
    text-align: justify;
    padding: 10px 21px;
    line-height: 31px;
    font-size: 16px;
}
.researchtest .carousel-control-prev {
    border-radius: 50%;
    top: 7%;
    left: 4%;
    z-index: 99;
    transform: translateY(-50%);
}
.researchtest .carousel-control-next {
    top: 0%;
    z-index: 99;
    left: 83%;
}
.exp h4 {
    font-size: 20px;
    padding: 0 23px 0 21px;
    line-height: 38px;
}
.exp p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 13px;
    line-height: 34px;
}
.higsphdguidence {
    margin: 0px 24px 24px 9px;
    width: 100%;
    /* font-size: 11px; */
}
.talk-bubble:nth-child(1) {
    left: -27px;
    width: 362px;
    top: -53px;
}
.imfs {
    position: relative;
    left: 85px;
    top: -395px;
    width: 161px;
}
.talk-bubble:nth-child(2) {
    width: 345px;
    left: -16px;
    top: 126px;
}
.da h2 {
    font-size: 22px;
    margin: 12px 0 0 0;
}
.da h4 {
    text-align: center;
    font-size: 17px;
    line-height: 38px;
    margin: 25px 0 0 0;
}
.set {
    padding: 14px 5px;
    margin: 51px 0 0 0;
}
    .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }
    .innerpage_banner {
    min-height: 190px;
    margin-bottom: 0!important;
    margin-top: 0px;
}
.our-portfolio:after {
    content: "";
  display: none;
 
}
.cs button {
    font-size: 21px;
    width: 100%;
}
.serviceBanner {
    margin: 50px 0;
    padding: 0px 0px;
    background: #f0f0ff;
}
.banimg {
    position: absolute;
    margin: 0;
    width: 49%;
    left: 179px;
    /* top: 00px; */
    margin: 122px 0 0 0;
}
.head-Text {
    line-height: 150%;
    font-size: 20px;
}
.sub-Head {
    max-width: 100%;
    font-size: 19px;
    line-height: 150%;
}
.bannerOrderBtn {
    max-width: max-content;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 13px 20px;
    left: 29%;
    margin: 525px 0 0 0;
    font-size: 26px;
}
.advhigs h4 {
    text-align: center;
    font-size: 31px;
    margin: 30px 0 20px 0;
}
.advhigs ul li {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
    margin: -33px 0 4px 24px;
}
.btn {
    font-size: 15px;
    width: 100%;
}
.dsa h4 {
    text-align: center;
    font-size: 27px;
    margin: 48px 0 7px 0;
}
.bwls {
    margin: 27px 0 14px 4px;
}
.css {
    padding: 34px 2px 0 1px;
    margin: 67px 0 81px 0;
    background: #bac7d3;
}
.qlty h2 {
    font-size: 25px;
    text-align: center;
    line-height: 42px;
}
.cs h4 {
    font-size: 26px;
    margin: 27px 0 27px 0;
}
.sasaw {
    width: 100%;
    margin: 56px 0 45px 0;
}
.higsphdguidence h5 {
    font-size: 25px;
    margin: 0px 0 30px 0;
}
.phdgudes-partfive {
    margin: 0 14px 0px 11px;
    overflow: hidden;
    z-index: -999;
    margin-bottom: 25px;
    width: 100%;
}
.phdgudes-contacnums h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 34px;
    text-align: center;
    padding: 20px 10px;
}
.phdgudes-slider > div span h6 {
    font-size: 16px;
    text-align: center;
    font-weight: 650;
    text-transform: capitalize;
    font-family: 'Rubik';
    line-height: 34px;
    /* color: black; */
}
.phdgudes-slider > div span {
    display: block;
    position: absolute;
    left: 0;
    color: #7d7d77;
    text-align: center;
    padding: 0px 14px;
    width: 100%;
    height: auto;
    background: linear-gradient(50deg, #fff, #fff);
    font-weight: 550;
    z-index: 0;
}



    #checkpriceimg-thesis {
        width: 333px;
        height: 374px;
    }
    #checkpriceimg {
        width: 312px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 352px;
        height: 374px;
    }
    #checkpriceimg-scopus {
        width: 362px;
        height: 374px;
    }
    #checkpriceimg-methodology {
        width: 336px;
        height: 459px;
    }
    #checkpriceimg-review {
        width: 325px;
        height: 418px;
    }
    #checkpriceimg-plagiarism {
        width: 358px;
        height: 416px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }
}
@media (min-width: 577px) and (max-width: 768px){
    

    .higsphdguidence {
    margin: 24px 4px 24px 10px;
    width: 100%;
}
.services .naccs .menu div {
    width: 68%;
    font-size: 20px;
    margin: 5px;
}
.services{
    background: no-repeat;
    margin-bottom: -10%;
}
.bannerReviewsWrapper {
    flex-direction: row;
    gap: 1px 18px;
    flex-wrap: wrap;
}
.bannerReviewsWrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
}
    .higsphdguidence h5 {
    font-size: 32px;
    margin: 0px 0 30px 0;
}
.main-banner {
    padding: 26px 0 40px 0;
}
.higsphdguidence h6 {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    padding: 12px 1px 10px 1px;
}
.higsphdguidence p {
    padding: 1px 1px 9px 1px;
    font-size: 16px;
    line-height: 32px;
}
.frmdsec {
    padding: 17px 20px;
    margin: 55px 0 55px 3px;
}
.frmdsec h5 {
    margin: 0 0 33px 0;
    font-size: 24px;
    line-height: 36px;
}

.frmdsec button {
    height: 49px;
    font-size: 17px;
    margin: 0 0 10px 0;
}



    #checkpriceimg-thesis {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg {
        width: 318px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 318px;
        height: 350px;
    }
    #checkpriceimg-scopus {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg-methodology {
        width: 298px;
        height: 398px;
    }
    #checkpriceimg-review {
        width: 288px;
        height: 398px;
    }
    #checkpriceimg-plagiarism {
        width: 318px;
        height: 398px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .innerpage_banner {
    min-height: 182px!important;
    margin-bottom: 50px!important;
    margin-top: 28px!important;
}
.d h1 {
    margin: 30px 0 0 0;
    font-size: 32px;
}
.section-heading h3 {
    font-size: 19px;
    margin: 10px 0 0 0;
}
.services .naccs .menu div {
    width: 100%;
    font-size: 18px;
    margin: 0;
}
.services .naccs .menu div .thumb {
    display: inline-block;
    width: 322px !important;
    padding: 18px 0;
    background-color: #afd0ed;
}
.services .naccs .menu {
    text-align: center;
    margin-bottom: 30px;
    margin: 0 0  0 -33px;
}
.our-portfolio {
    padding-top: 10px;
    margin: 13px 0 0 0;
}
.sav {
    text-align: justify;
    padding: 10px 21px;
    line-height: 31px;
    font-size: 16px;
}
.researchtest .carousel-control-prev {
    border-radius: 50%;
    top: 7%;
    left: 4%;
    z-index: 99;
    transform: translateY(-50%);
}
.researchtest .carousel-control-next {
    top: 0%;
    z-index: 99;
    left: 83%;
}
.exp h4 {
    font-size: 20px;
    padding: 0 23px 0 21px;
    line-height: 38px;
}
.exp p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 13px;
    line-height: 34px;
}
.higsphdguidence {
    margin: 0px 24px 24px 9px;
    width: 100%;
    /* font-size: 11px; */
}
.talk-bubble:nth-child(1) {
    left: -27px;
    width: 362px;
    top: -53px;
}
.imfs {
    position: relative;
    left: 85px;
    top: -395px;
    width: 161px;
}
.talk-bubble:nth-child(2) {
    width: 345px;
    left: -16px;
    top: 126px;
}
.da h2 {
    font-size: 22px;
    margin: 12px 0 0 0;
}
.da h4 {
    text-align: center;
    font-size: 17px;
    line-height: 38px;
    margin: 25px 0 0 0;
}
.set {
    padding: 14px 5px;
    margin: 51px 0 0 0;
}
    .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }
    .innerpage_banner {
    min-height: 190px;
    margin-bottom: 0!important;
    margin-top: 0px;
}
.our-portfolio:after {
    content: "";
  display: none;
 
}
.cs button {
    font-size: 21px;
    width: 100%;
}
.serviceBanner {
    margin: 50px 0;
    padding: 0px 0px;
    background: #f0f0ff;
}
.banimg {
    position: absolute;
    margin: 0;
    width: 49%;
    left: 179px;
    /* top: 00px; */
    margin: 122px 0 0 0;
}
.head-Text {
    line-height: 150%;
    font-size: 20px;
}
.sub-Head {
    max-width: 100%;
    font-size: 19px;
    line-height: 150%;
}
.bannerOrderBtn {
    max-width: max-content;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 13px 20px;
    left: 29%;
    margin: 525px 0 0 0;
    font-size: 26px;
}
.advhigs h4 {
    text-align: center;
    font-size: 31px;
    margin: 30px 0 20px 0;
}
.advhigs ul li {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
    margin: -33px 0 4px 24px;
}
.btn {
    font-size: 15px;
    width: 100%;
}
.dsa h4 {
    text-align: center;
    font-size: 27px;
    margin: 48px 0 7px 0;
}
.bwls {
    margin: 27px 0 14px 4px;
}
.css {
    padding: 34px 2px 0 1px;
    margin: 67px 0 81px 0;
    background: #bac7d3;
}
.qlty h2 {
    font-size: 25px;
    text-align: center;
    line-height: 42px;
}
.cs h4 {
    font-size: 26px;
    margin: 27px 0 27px 0;
}
.sasaw {
    width: 100%;
    margin: 56px 0 45px 0;
}
.higsphdguidence h5 {
    font-size: 25px;
    margin: 0px 0 30px 0;
}
.phdgudes-partfive {
    margin: 0 14px 0px 11px;
    overflow: hidden;
    z-index: -999;
    margin-bottom: 25px;
    width: 100%;
}
.phdgudes-contacnums h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 34px;
    text-align: center;
    padding: 20px 10px;
}
.phdgudes-slider > div span h6 {
    font-size: 16px;
    text-align: center;
    font-weight: 650;
    text-transform: capitalize;
    font-family: 'Rubik';
    line-height: 34px;
    /* color: black; */
}
.phdgudes-slider > div span {
    display: block;
    position: absolute;
    left: 0;
    color: #7d7d77;
    text-align: center;
    padding: 0px 14px;
    width: 100%;
    height: auto;
    background: linear-gradient(50deg, #fff, #fff);
    font-weight: 550;
    z-index: 0;
}



    #checkpriceimg-thesis {
        width: 333px;
        height: 374px;
    }
    #checkpriceimg {
        width: 312px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 352px;
        height: 374px;
    }
    #checkpriceimg-scopus {
        width: 362px;
        height: 374px;
    }
    #checkpriceimg-methodology {
        width: 336px;
        height: 459px;
    }
    #checkpriceimg-review {
        width: 325px;
        height: 418px;
    }
    #checkpriceimg-plagiarism {
        width: 358px;
        height: 416px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }

}
@media (min-width: 769px) and (max-width: 1024px){
    

    .higsphdguidence {
    margin: 24px 4px 24px 10px;
    width: 100%;
}
.services .naccs .menu div {
    width: 68%;
    font-size: 20px;
    margin: 5px;
}
.services{
    background: no-repeat;
    margin-bottom: -10%;
}
.bannerReviewsWrapper {
    flex-direction: row;
    gap: 1px 18px;
    flex-wrap: wrap;
}
.bannerReviewsWrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
}
    .higsphdguidence h5 {
    font-size: 32px;
    margin: 0px 0 30px 0;
}
.main-banner {
    padding: 26px 0 40px 0;
}
.higsphdguidence h6 {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    padding: 12px 1px 10px 1px;
}
.higsphdguidence p {
    padding: 1px 1px 9px 1px;
    font-size: 16px;
    line-height: 32px;
}
.frmdsec {
    padding: 17px 20px;
    margin: 55px 0 55px 3px;
}
.frmdsec h5 {
    margin: 0 0 33px 0;
    font-size: 24px;
    line-height: 36px;
}

.frmdsec button {
    height: 49px;
    font-size: 17px;
    margin: 0 0 10px 0;
}



    #checkpriceimg-thesis {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg {
        width: 318px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 318px;
        height: 350px;
    }
    #checkpriceimg-scopus {
        width: 333px;
        height: 350px;
    }
    #checkpriceimg-methodology {
        width: 298px;
        height: 398px;
    }
    #checkpriceimg-review {
        width: 288px;
        height: 398px;
    }
    #checkpriceimg-plagiarism {
        width: 318px;
        height: 398px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .innerpage_banner {
    min-height: 182px!important;
    margin-bottom: 50px!important;
    margin-top: 28px!important;
}
.d h1 {
    margin: 30px 0 0 0;
    font-size: 32px;
}
.section-heading h3 {
    font-size: 19px;
    margin: 10px 0 0 0;
}
.services .naccs .menu div {
    width: 100%;
    font-size: 18px;
    margin: 0;
}
.services .naccs .menu div .thumb {
    display: inline-block;
    width: 322px !important;
    padding: 18px 0;
    background-color: #afd0ed;
}
.services .naccs .menu {
    text-align: center;
    margin-bottom: 30px;
    margin: 0 0  0 -33px;
}
.our-portfolio {
    padding-top: 10px;
    margin: 13px 0 0 0;
}
.sav {
    text-align: justify;
    padding: 10px 21px;
    line-height: 31px;
    font-size: 16px;
}
.researchtest .carousel-control-prev {
    border-radius: 50%;
    top: 7%;
    left: 4%;
    z-index: 99;
    transform: translateY(-50%);
}
.researchtest .carousel-control-next {
    top: 0%;
    z-index: 99;
    left: 83%;
}
.exp h4 {
    font-size: 20px;
    padding: 0 23px 0 21px;
    line-height: 38px;
}
.exp p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 13px;
    line-height: 34px;
}
.higsphdguidence {
    margin: 0px 24px 24px 9px;
    width: 100%;
    /* font-size: 11px; */
}
.talk-bubble:nth-child(1) {
    left: -27px;
    width: 362px;
    top: -53px;
}
.imfs {
    position: relative;
    left: 85px;
    top: -395px;
    width: 161px;
}
.talk-bubble:nth-child(2) {
    width: 345px;
    left: -16px;
    top: 126px;
}
.da h2 {
    font-size: 22px;
    margin: 12px 0 0 0;
}
.da h4 {
    text-align: center;
    font-size: 17px;
    line-height: 38px;
    margin: 25px 0 0 0;
}
.set {
    padding: 14px 5px;
    margin: 51px 0 0 0;
}
    .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }
    .innerpage_banner {
    min-height: 190px;
    margin-bottom: 0!important;
    margin-top: 0px;
}
.our-portfolio:after {
    content: "";
  display: none;
 
}
.cs button {
    font-size: 21px;
    width: 100%;
}
.serviceBanner {
    margin: 50px 0;
    padding: 0px 0px;
    background: #f0f0ff;
}
.banimg {
    position: absolute;
    margin: 0;
    width: 49%;
    left: 179px;
    /* top: 00px; */
    margin: 122px 0 0 0;
}
.head-Text {
    line-height: 150%;
    font-size: 20px;
}
.sub-Head {
    max-width: 100%;
    font-size: 19px;
    line-height: 150%;
}
.bannerOrderBtn {
    max-width: max-content;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 13px 20px;
    left: 29%;
    margin: 525px 0 0 0;
    font-size: 26px;
}
.advhigs h4 {
    text-align: center;
    font-size: 31px;
    margin: 30px 0 20px 0;
}
.advhigs ul li {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
    margin: -33px 0 4px 24px;
}
.btn {
    font-size: 15px;
    width: 100%;
}
.dsa h4 {
    text-align: center;
    font-size: 27px;
    margin: 48px 0 7px 0;
}
.bwls {
    margin: 27px 0 14px 4px;
}
.css {
    padding: 34px 2px 0 1px;
    margin: 67px 0 81px 0;
    background: #bac7d3;
}
.qlty h2 {
    font-size: 25px;
    text-align: center;
    line-height: 42px;
}
.cs h4 {
    font-size: 26px;
    margin: 27px 0 27px 0;
}
.sasaw {
    width: 100%;
    margin: 56px 0 45px 0;
}
.higsphdguidence h5 {
    font-size: 25px;
    margin: 0px 0 30px 0;
}
.phdgudes-partfive {
    margin: 0 14px 0px 11px;
    overflow: hidden;
    z-index: -999;
    margin-bottom: 25px;
    width: 100%;
}
.phdgudes-contacnums h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 34px;
    text-align: center;
    padding: 20px 10px;
}
.phdgudes-slider > div span h6 {
    font-size: 16px;
    text-align: center;
    font-weight: 650;
    text-transform: capitalize;
    font-family: 'Rubik';
    line-height: 34px;
    /* color: black; */
}
.phdgudes-slider > div span {
    display: block;
    position: absolute;
    left: 0;
    color: #7d7d77;
    text-align: center;
    padding: 0px 14px;
    width: 100%;
    height: auto;
    background: linear-gradient(50deg, #fff, #fff);
    font-weight: 550;
    z-index: 0;
}



    #checkpriceimg-thesis {
        width: 333px;
        height: 374px;
    }
    #checkpriceimg {
        width: 312px;
        height: 374px;
    }
    #checkpriceimg-q1journal {
        width: 352px;
        height: 374px;
    }
    #checkpriceimg-scopus {
        width: 362px;
        height: 374px;
    }
    #checkpriceimg-methodology {
        width: 336px;
        height: 459px;
    }
    #checkpriceimg-review {
        width: 325px;
        height: 418px;
    }
    #checkpriceimg-plagiarism {
        width: 358px;
        height: 416px;
    }
    .masuc {
        font-size: 18px;
        line-height: 38px;
    }
    .btn {
        font-size: 15px;
    }
      .researchtest h4 {
        font-size: 25px;
        text-align: justify;
    }
    .researchtest h6 {
        font-size: 22px;
    }
    .researchtest .card p {
        font-size: 15px;
    }
    .researchtest .card h5 {
        text-align: center;
    }
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }

}
@media screen and (min-width: 576px) {
    .researchtest .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% /);
    }
}
@media (max-width: 991px) {
    body,
    html {
        overflow-x: hidden;
    }
}
@media screen and (min-width: 1024px) {
    .researchtest .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}
@media (min-width: 1440px) and (max-width: 1536px) {
    .cs {
    margin: 32px 0 29px 0;
}
    .bwls {
    /* background: darkblue; */
    padding: 11px;
    border-radius: 27px;
    margin: 27px 0 15px 34px;
    height: 158px;
    overflow: hidden;
    max-width: 344px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    /* max-width: 59%; */
}
.our-portfolio {
    padding-top: 130px;
    margin: 13px 0 0 0;
}
    .frmdsec {
    padding: 17px 20px;
    margin: 54px 0 53px 120px;
}
.services .naccs .menu {
    text-align: left;
    margin-bottom: 30px;
    width: 109%;
}
.services .naccs .menu div .thumb {
    display: block;
    width: 100% !important;
    padding: 18px 13px;
    background-color: #afd0ed;
}
.sav {
    text-align: justify;
    padding: 10px 77px;
    line-height: 31px;
    font-size: 18px;
}
.researchtest .carousel-control-prev {
    top: -6%;
    left: 87%;
}
.researchtest .carousel-control-next {
    top: -13%;
    left: 92%;
}
.talk-bubble:nth-child(1) {
    left: 774px;
    width: 540px;
    top: -9px;
}
.talk-bubble:nth-child(2) {
    width: 558px;
    left: -605px;
    top: 130px;
}
.da h2 {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 39px;
    margin: 1px 0 0 0;
    color: #6496d7;
}
.imfs {
    left: 554px;
    top: -123px;
}
.serviceBanner {
    margin: 50px 0;
    padding: 33px 22px;
}
.banimg {
    margin: -10px 0 -2px -76px;
    width: 25%;
    left: 72%;
}
.bannerOrderBtn {
    padding: 13px 20px;
    left: 87%;
    font-size: 25px;
}
.advhigs ul li {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
    margin: -33px 0 13px 24px;
}
.coupon-container {
    width: 319px;
    padding: 10px;
}
.coupon-container h3 {
    font-size: 38px;
    margin: 0;
}
.coupon-container .text-gradient {
    font-family: sans-serif;
    padding: 5px;
}
.css {
    padding: 34px 37px 0 31px;
    margin: 67px 0 81px 0;
    background: #bac7d3;
}
.sasaw, .srs {
    top: 88px;
    left: 11px;
    width:83%;
    
}
.bwls i {
    font-size: 37px;
    position: relative;
    text-align: center;
    width: 20%;
    left: 114px;
    background: #b9c6d1;
    border-radius: 50%;
    padding: 10px;
    color: darkcyan;
}
.cs h4 {
    font-size: 33px;
    margin: 27px 0 27px 0;
}
.cs li {
    text-transform: capitalize;
    margin: 2px 0 11px 0;
}
.higsphdguidence {
    margin: 24px 224px 24px 224px;
    width: 69%;
}
.phdgudes-partfive {
    margin-top: 62px;
    margin: 85px 14px 70px 295px;
    margin-bottom: 25px;
    width: 59%;
}
.phdgudes-contacnums h3 {
    font-size: 34px;
    margin-bottom: 104px;
    margin-top: 73px;
    line-height: 54px;
    padding: 20px 49px;
}
.nacc .ticks-list span {
    display: inline-block;
    margin-right: 0px;
    padding: 11px;
    margin-bottom: 45px;
    font-size: 18px;
    width: 272px;
}
.nacc .ticks-list span {
    display: inline-block;
    margin-right: 0px;
    padding: 11px;
    margin-bottom: 45px;
    font-size: 18px;
    width: 276px;
}
}
@media (min-width: 1200px) and (max-width: 1280px) {
.frmdsec {
    padding: 17px 28px;
    margin: 22px 0 22px 106px;
    width: 87%;
    height: 564px;
}
.sav {
    padding: 10px 40px;
    line-height: 31px;
    font-size:16px;
}
.higsphdguidence h5 {
    font-size: 42px;
    margin: 52px 0 30px 0;
}
.frmdsec {
    padding: 17px 28px;
    margin: 0 0 0 106px;
    width: 87%;
    height: 564px;
}
.frmdsec h5 {
    margin: 0 0 33px 0;
    font-size: 28px;
}
.frmdsec button {
    height: 81px;
    font-size: 18px;
}
.frmdsec {
    padding: 17px 28px;
    margin: 0 0 0 106px;
    width: 87%;
    height: 564px;
}
.imffrm2 {
    width: 12%;
    left: 184%;
}
.imffrm1 {
    width: 19%;
    left: 129%;
}
.services .naccs .menu div .thumb {
    width: 168px !important;
    padding: 18px 0;
}
.services .naccs .menu div .thumb p {
    font-size: 20px;
    text-transform: capitalize;
}
.services .naccs .menu div {
    margin: 0;
    width: 16%;
    font-size: 20px;
}
.services .naccs .menu div .thumb {
    width: 176px !important;
    padding: 18px 12px;
}
.researchtest .carousel-control-prev {
    top: -7%;
    left: 88%;
}
.exp h4 {
    font-size: 29px;
    padding: 0 230px 0 221px;
    line-height: 49px;
}
.imfs {
    left: 425px;
    top: -103px;
}
.imfs {
    position: relative;
    left: 450px;
    top: -103px;
}
.talk-bubble {
    margin: 0px;
    width: 200px;
    height: auto;
}
.talk-bubble:nth-child(2) {
    width: 462px;
    left: -427px;
    top: 168px;
}
.talk-bubble:nth-child(1) {
    left: 730px;
    width: 462px;
    top: 15px;
}
.da h2 {
    font-size: 39px;
    margin: 0px 0 0 0;
}
.serviceBanner {
    margin: 50px 0;
    padding: 33px 22px;
}
.banimg {
    margin: 0px 0 0px 0;
    width: 29%;
    left: 63%;
}
.bannerOrderBtn {
    font-size: 18px;
    padding: 13px 20px;
    left: 85%;
    font-size: 25px;
}
.dsa h5 {
    font-size: 18px;
    line-height: 31px;
    margin: 11px 0 31px 0;
}
.qlty h2 {
    font-size: 33px;
    line-height: 61px;
}
.css {
    padding: 34px 20px 0 15px;
    margin: 67px 0 81px 0;
}
.coupon-container {
    width: 319px;
    padding: 10px;
}
.coupon-container h3 {
    font-size: 38px;
    margin: 0;
}
.coupon-container .text-gradient {
    font-family: sans-serif;
    padding: 5px;
}
.sasaw {
    width: 90%;
    margin: 116px 0 0 0px;
    padding: 3px;
}
.cs h4 {
    font-size: 29px;
    margin: 27px 0 27px 0;
}
.qlty h2 {
    font-size: 38px;
    line-height: 52px;
}
.srs {
    width: 90%;
    border-radius: 12px;
    margin: 36px 0 0 0;
}
.higsphdguidence {
    margin: 24px 92px 24px 92px;
    width: 85%;
}
.higsphdguidence h5 {
    font-size: 34px;
    text-align: left;
    margin: 52px 0 30px 0;
}

.phdgudes-partfive {
    margin: 85px 4px 0px 100px;
    margin-bottom: 25px;
    width: 84%;
}
.phdgudes-contacnums h3 {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 27px;
    line-height: 54px;
    padding: 20px 180px;
}
.advhigs h4 {
    text-align: center;
    font-size: 39px;
    margin: 30px 0 20px 0;
}
.dsa h4 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    font-family: sans-serif;
    margin: 48px 0 7px 0;
}
.our-portfolio {
    padding-top: 0;
    margin: 121px 0 0 0;
}
.main-banner {
    padding: 26px 0 50px 0;
}
.phdgudes-contacnums h3 {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 27px;
    padding: 20px 128px;
}
}






























