@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: ITC;
    src: url(../fonts/ITC-Avant-Garde-Gothic-Std-Demi.otf);
}

h1,
h2,
h3,
p {
    font-family: "ITC", sans-serif;
}

.top-header {
    background: linear-gradient(90deg, rgba(95, 49, 114, 1) 0%, rgba(212, 58, 153, 1) 52%, rgba(244, 200, 67, 1) 100%);
    padding: 10px 0px;
}
.navbar-brand img{
    width: 215px;
}
.top-address {
    text-align: end;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.top-header .row {
    align-items: center;
}

.top-header a {
    color: #ffff;
    text-decoration: none;
    font-size: 17px;
}


.top-header i {
    margin-right: 5px;
    font-size: 17px;
}

.top-header a i {
    margin-right: 7px;
    font-size: 19px;
}

.top-contact i {
    font-size: 16px;
    color: #ffff;

}

.top-contact a i {
    display: flex;
    gap: 12px;

}

ul.dropdown-menu li {
    padding: 0;
    width: 100%;
}

ul.dropdown-menu li:hover {
}

a.dropdown-item {
    background: none !important;
}

.main-menu .navbar-nav a {
    position: relative;
}

.main-menu .navbar-nav a:before {
    content: '';
    position: absolute;
    width: 0%;
    left: 50%;
    bottom: 0px;
    display: block;
    height: 1px;
    background: #290B51;
    transition: all 0.5s ease-in-out;
}

.main-menu .navbar-nav a:hover::before {
    width: 100%;
    left: 0%;
}

.main-menu .navbar-nav a.active:before {
    width: 100%;
    left: 0%;
}


.main-menu ul.dropdown-menu.show {
    background-color:#7a518d;
    border-radius: 10px;
    padding: 0px;
    display: flex;
    gap: 10px;
}
.main-menu ul.dropdown-menu.show a{
  color:#fff;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  padding: 10px 21px;
  transition: .3s;
}
.main-menu ul.dropdown-menu.show a:hover{
  color:#000;
}
.top-contact ul {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.top-contact li a {
    color: #fff;
    text-decoration: none;
}

.top-socials ul li i {
    color: white;

}

.top-socials ul {
    display: flex;
    gap: 19px;
    justify-content: end;
    padding: 0px;
    margin: 0px;
}



.top-socials {
    padding: 0%;
    margin: 0%;
    padding-bottom: 0px;
    gap: 10px;
}

.service-btn button {
    background: none;
}

.get-started-2 a {
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    background: #07A698;
    font-weight: 600;
    transition: all 0.5s ease-in-out;

}

.get-started-button:hover {
    background: transparent;
}

.get-started-button:hover {
    background: transparent;
    color: #07A698;
}


.get-started-2 i {
    color: #07a698;
    margin-right: 10px;
    font-size: 28px;
}



.dropdown .service-btn {
    background: none !important;
    color: #162726;
    border: none;
}

.main-menu {
    padding: 9px;
    gap: 27px;
    font-size: 17px;
    justify-content: end;
}

.main-menu a {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.theme-btn:hover{
       background: #ffff !important;
    color: #290B51;
    border: 2px solid #290B51;
}
.theme-btn{
    display: inline-block;
    padding: 10px 35px;
    text-decoration: none;
    color: #ffff;
    font-size: 15px;
    border-radius: 63px;
    border: 2px solid #7b528e;
    background: #7B528E;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}
.get-started a {
    display: inline-block;
    padding: 10px 35px;
    text-decoration: none;
    color: #ffff;
    font-size: 15px;
    border-radius: 63px;
    border: 2px solid #7b528e;
    background: #7B528E;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.get-started a:hover {
    background: #ffff !important;
    color: #290B51;
    border: 2px solid #290B51;
}


.get-started a:nth-child(2) {

    border: 2px solid #000 !important;
    background: #fff;
    color: #000;
}

.box-1 hr {
    height: 3px;
    background: #000;
    color: black;
}

.box-2 hr {
    height: 3px;
    background: #000;
    color: black;
}

/* hero-section */
.hero-section {
    background-image: url(../images/hero-sec-pic-1.png);
    background-size: cover;
    width: 100%;
    padding: 192px 0px;
}

.hero-section-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.hero-section-content span {
    color: #F4C741;
    display: block;
}

section.hero-section i {
    margin-left: 11px;

}

.button-2 a:nth-child(2) {
    border: 1px solid #fff !important;
    background: #fff;
    color: #fff;
    background: transparent;
    padding: 10px 32px;
    font-size: 15px;
}

.button-2 a:nth-child(2):hover {
    color: #000;
}

section.section-1 {
    padding: 50px 0px;
    line-height: 24px;
    font-size: 18px;
}

.section-1-content h2 {
    font-size: 40px;
    font-weight: 600;
}

.section-1-content p {
    font-size: 16px;
}

.top-form {

    padding: 25px 20px;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-top: -225px;
    background: #ffff;
    width: 100%;
}

.top-form .row {
    align-items: center;
}

.top-form h2 {
    font-size: 24px;
    font-weight: 600;
}

.top-form h2 span {
    color: #592B62;
}

.top-form p {
    color: #000;
    font-weight: 600;
}

.top-form label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.top-form form input {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    background: #F4F4F4;
    border: 0px;
}

.top-form form select {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    background: #F4F4F4;
    border: 0px;
}

.top-form form textarea {
    padding: 10px 20px;
    width: 100%;
    font-size: 16px;
    background: #F4F4F4;
    border: 0px;
}

.top-form form input[type='submit'] {
    width: auto;
    text-transform: capitalize;
}

.form-content {
    margin-top: 20px;
}

.socialIcons {
    /* Scale button by changing font-size value */
    font-size: 1.1em;
}

.socialIcons .add-cart-new {
    background-color: #592B62;
    list-style: none;
    display: inline-block;
    margin: 4px;
    border-radius: 2em;
    overflow: hidden;
}

.socialIcons .add-cart-new a {
    position: relative;
    text-decoration: none;
}

.socialIcons .add-cart-new input {
    /* HIDE Checkbox */
    position: absolute;
    left: -1px;
    top: -1px;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.socialIcons .add-cart-new a>label {
    display: flex;
    align-items: center;
    cursor: pointer;
    max-width: 3em;
    padding: 10px 18px;
    height: auto;
    white-space: nowrap;
    line-height: 1.5em;
    text-decoration: none;
    font-family: arial;
    color: #fff;
    transition: all 0.3s ease-in;
}

.socialIcons .add-cart-new:hover a>label,
.socialIcons .add-cart-new a>input:checked+label {
    /* Expand if hovered or checked */
    max-width: 12em;
}

/* WHEN UNCHECKED */

.socialIcons .add-cart-new a>input+label>i {
    /* initial margin 0 */
    margin-left: 0;
    transition: all 0.3s ease-in-out;
}

.socialIcons .add-cart-new a>input:not(:checked)+label>span {
    /* initially invisible */
    position: relative;
    max-width: 0;
    transition: all 0.3s ease-in-out;
    animation: 0.5s hideNpop ease-in-out;
}

.socialIcons .add-cart-new a>input+label>span:after {
    content: 'send';
    text-transform: uppercase;
    opacity: 0;
    max-width: 0;
    transition: all 0.3s ease-in-out;
    color: #ffff;
    font-size: 20px;
    text-decoration: none;
}

.socialIcons .add-cart-new:hover a>input+label>i {
    /* Add margin to icon */
    margin-left: 0.5em;
}

.socialIcons .add-cart-new:hover a>input+label>span {
    /* span visible */
    opacity: 1;
    max-width: 12em;
}

.socialIcons .add-cart-new:hover a>input+label>span:after {
    /* Text (make visible) and add padding to the right */
    opacity: 1;
    max-width: 200px;
    padding-left: 1em;
}


/* WHEN CHECKED (same styles when hovering an unchecked except for the color and text)*/

.socialIcons .add-cart-new a>input:checked+label>i {
    margin-left: 0.5em;
    /* Move the icon from right to the left */
    -webkit-transform: translateX(-2.05em) rotate(45deg);
    -ms-transform: translateX(-2.05em) rotate(45deg);
    transform: translateX(-2.05em) rotate(45deg);
}

.socialIcons .add-cart-new a>input:checked+label>span {
    opacity: 1;
    max-width: 12em;
    /* Move the text from left to the right */
    -webkit-transform: translateX(3em);
    -ms-transform: translateX(3em);
    transform: translateX(3em);
}

.form-content p {
    font-size: 11px;
    margin-bottom:0px;
}



@keyframes hideNpop {

    /* Real quick fade out and slower fade in*/
    0% {
        opacity: 1;
    }

    5% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

label.text-add-cart i {
    transform: rotate(45deg);
}

/* section-3 */

.section-3 h2 {
    text-align: center;
    margin-bottom: 52px;
    font-size: 39px;
    font-weight: 600;
}

.section-3-content h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}



section.section-3 {
    padding: 50px 0px;
}

/* footer */
footer {
    background: #592B62;
    padding: 23px 43px;
}

footer p {
    color: white;
    margin-bottom:0;
}

footer i {
    color: #ffff;
}

footer h4 {
    color: #ffff;
    line-height: 55px;
}

.learn-link a {
    color: F4C741;
    text-decoration: none;
}

footer hr {
    color: #ffff;
}

.row.logo-div {
    margin-top: 183px;
}

.row.all-footer-links ul li {
    list-style: none;
    color: #fff;

}

ul.quick-links li {
    line-height: 35px;
}


.row.all-footer-links i {
    border: 2px solid #F4C741;
    padding: 9px;
    border-radius: 20px;
    font-size: 13px;
    color: #F4C741;
    margin-right: 6px;
}

li.fb-cnt a i {
    border: none !important;
    font-size: 18px !important;
    margin-right: -1px !important;
}

li.fb-cnt i {
    margin-left: -5px;
}

.row.all-footer-links a {
    text-decoration: none;
    color: #ffff;
}

.copyright {
    padding: 17px 0px;
    background: #ffff;
    color: #592B62;
    font-size: 19px;
}
.copyright p {
    margin: 0px;
    padding: 0px;
}
.copyright a {
    color: #592B62;
    text-decoration: none;
}
.main-terms-condition {
    padding: 57px 0px;
}

/* journal-publishing */
.journal-publishing .container {
    background-image: url(../images/publishing-bg-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 137px 100px;
    color: #ffff;
    margin-bottom: -149px;
    position: relative;
}

.journal-publishing h2 {
    font-weight: 800;
    font-size: 30px !important;
}

section.journal-publishing p {
    font-size: 20px;
}

/* bussiness */
section.bussiness .container {
    background: #592B62;
    padding: 50px 34px;
}

section.bussiness .top-form {
    color: black;
}

section.bussiness {
    padding: 107px;
}

.bussiness .top-form {
     margin-top: -146px;
    background: #F0F0F0;
    border-radius: 7px;

}

.bussiness-form form input {
    background: #ffff;
}

.bussiness-form form select {
    background: #ffff;
}
.Business-content h4 {
    margin: 14px 0px;
}

.bussiness-form form textarea {
    background: #ffff;
}

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

.purple-box i:hover {
    background: #fff;
    color: #592B62;
    transition: all 0.3s ease-in-out;
}

.Contact-With-Us p a {
    color: #ffff;
    text-decoration: none;
}

section.bussiness {
    padding: 107px;
    color: #fff;
}

.Contact-With-Us p {
    margin: 0px;
}

ul.checking-list li {
       display: inline-block;
    width: 49%;
    line-height: 36px;
    font-size: 15px;

}

ul.checking-list {
    padding: 0px;
}

ul.checking-list i {
    margin-right: 11px;
    color: #b9b5b5;
    color: #fcbf02c4;
}

.purple-box i {
    margin-right: 22px;
    color: #ffff;
    position: absolute;
    background: #7F438B;
    padding: 12px 14px;
    border-radius: 26px;
    font-size: 23px;
}

.purple-box a {
    color: #ffff;
    text-decoration: none;
    font-size: 19px;
}



.purple-box {
    background: #461E4E;
    padding: 19px;
}

.purple-box p {
    padding-left: 63px;
}

.main-slider-box {
    display: flex;
    gap: 6px;
}

.main-slider-box > img {
    width: 30px;
    height: 30px;
}

.rating-icon img {
    margin: 6px -4px;

}

.slider-box-content h4 {
    font-size: 20px;
    margin: 0px;
}

section.rating-slider {
    padding: 8px 0px;
}

.rating-slider .container {
    background: #F8F8F8;
    padding: 0px 30px;
}

.rating-slider-content {
    margin: 0px;
    padding: 20px;
}

.slider-box-content span {
    color: #978888;
    font-size: 16px;
}

.scroll-up marquee {
    text-align: center;
}

section.rating-slider .row {
    align-items: center;
}

.white-slider-box {
    padding: 0px 0px;
    border-radius: 20px;
}

.rating-slider-content span {
    font-weight: 500;
    font-size: 19px;
}

.rating-slider-content h3 {
    font-size: 36px;
    line-height: 39px;
    margin-top: 25px;
    font-weight: bold;
}

.rating-slider-content p {
    font-size: 18px;
    margin-top: 29px;
}

.rating-stars ul li {
    display: contents;
    color: #FCBF02;
}

.rating-stars {
    margin: 20px -11px;
    font-size: 19px;
    text-align: left;


}

.rating-stars p {
    color: #7766A8;
    font-size: 16px;
    font-weight: 600;
    /* padding: 0px 17px; */
    text-align: left;
}

.rating-stars a {
    color: #592B62;
    font-size: 19px;
    text-decoration: none;
    text-align: right;
}

.background-for-box {
    background: #ffff;
    padding: 20px 30px;
    margin: 17px 0px;
    border-radius: 20px;
    box-sizing: border-box;
}

/* section-4 */
.client-box-2 {
    background-image: url(../images/publication-bg-2.png);
    background-repeat: round;
    background-size: contain;
    padding: 113px 20px;
    text-align: center;
    height: 705px;

}

.client-img img {
    width: 100%;
}

.client-box {
    background: #F0F0F0;
    padding: 29px 19px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.client-box-2 {
    padding: 25px;
}

.client-box h4 {
    font-size: 48px;
    margin: 15px 0px;
    color: #592B62;
    font-weight: 600;
}

.client-img {
    margin-bottom: 20px;

}

.client-box-2 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.client-box-2 p {
    color: #EEEEEE;
    font-weight: 300;
}

.client-box-2 .get-started.button-2 a {
    border: 1px solid #fff;
    margin: 44px 0px;
    background: transparent;
}

.client-box-2 .get-started.button-2 i {
    margin-left: 10px;
}

.client-box:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;

}

.client-img:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.benefit-box ul li {
    display: inline-block;
    width: 49%;
    margin: 14px -1px;
    font-weight: 700;
}


.benefit-box img {
    width: 24px;
    margin-right: 7px;
}

.benefit-box ul {
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
}

.row.Available-Benefits {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin: 48px 1px;
}

.col-lg-4.delivery-box {
    background-image: url(../images/delivery-box-bg.png);
    padding: 31px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;

}

.delivery-box img {
    content: '';
    position: absolute;
    top: -20px;
    left: -1px;

}

.delivery-box strong a {
    text-decoration: none;
    color: #592B65;
}

.delivery-box p span {
    color: #0000;
    font-weight: bold;
}

.delivery-box strong {
    color: #592B62;
    font-size: 19px;
}

.delivery-box p span {
    color: #000000 !important;
    font-size: 21px;
}

.benefit-box {
    padding: 45px;
}


.col-lg-4.delivery-box h4 {
    font-size: 25px;
    font-weight: 700;
}

.col-lg-4.delivery-box p {
    font-size: 18px;
    font-weight: 400;
    margin: 32px 1px;
}



.col-lg-4.delivery-box span {
    color: #592B62;
    font-weight: 700;
}

/* section-5 */
.section-5 {
    background-image: url(../images/publication-bg-5.png);
    background-size: cover;
    text-align: center;
    padding-top: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.medical-box {
    background: #ffff;
    margin-top: 9%;
    padding: 29px 32px;
    text-align: center;
}

.section-5 .row {
    background: #fff;
    padding: 46px 78px;
}

.main-medical-box {
    display: flex;
    gap: 6px;
    margin: 27px 25px;
    flex-wrap: wrap;
}



.mini-box {
    background: #F4F4F4;
    padding: 10px;
    border-radius: 12px;
    width: 13%;
}
.mini-box h5 {
    font-size: 16px;
    margin: 13px 0px;
}

.mini-box > a {
    text-decoration: none;
    color: #212529;
}

.writing-buttons {
    padding: 41px 0px;
}

/* section-6 */
.service-tab-image img {
    width: 100%;
}

.service-tabs {
    width: 50%;
}



.section-6 span:before {
    position: absolute;
    width: 12%;
    height: 46%;
    background: #D64799;
    content: "";
    border-radius: 37px;
    top: 7px;
    left: 3px;
}

.section-6 span {
    position: relative;
    padding-left: 19px;
    font-weight: 700;
}

.section-6 h2 {
    font-size: 41px;
    font-weight: bold;
}

.section-6 p {
    font-size: 20px;
    padding: 20px;
}


.faq-inner p {
    color: #ffff;
}

.section-6 {
    padding: 61px 0px;
}

.service-tabs button {
    width: 179px;
    border: 2px solid #8C8C8C !important;
    margin: 10px;
    color: #000;
    font-weight: 600;
    background: #fff !important;
}

.nav-pills .nav-link {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    align-items: center;
    text-align: left;
    /* letter-spacing: -1px; */
    color: #495057 !important;
    gap: 9px !important;
    justify-content: flex-start;
    width: 500px;
    font-size: 21px;
    border: none !important;
    font-family: "Karla", sans-serif;
    font-weight: 500;
    margin: 0px;
    padding: 22px;

}

.service-tabs button.active {
    background: #FFEFE9 !important;
    text-align: left !important;
    width: 500px;

}

.service-tabs button {
    border-bottom: 3px solid #FCFCFD !important;
}

.tab-button-inner {
    background: #FEBC1F;
    padding: 10px;
    border-radius: 5px;
}

.service-tabs button.active {

    background: #FFEFE9 !important;
    text-align: left !important;
    width: 500px;
    padding: 20px;
}

.black-box {
    background: linear-gradient(83deg, rgb(0 0 0 / 25%) 0%, rgba(102, 102, 102, 1) 100%);
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    border-radius: 10px;
}

.black-box p {
    color: #fff;
}

.service-tab-image {
    position: relative;
}

.image-box img {
    position: absolute;
    top: 12px;
    right: 0px;
    width: 118px;
    z-index: 1;
    padding: 11px 12px;
    border-radius: 33px;

    padding: 12px;
}

.section-experts-box-2 p {
    color: #fff;
}

/* section-7 */
.section-7-content h2 {
    font-size: 42px;
    font-weight: 700;
}

section.section-7 {
    padding: 36px 0px;
    /* margin: 23px 0px; */
}

.section-7-content p {
    font-size: 21px;
}

.section-7-content ul {
    font-size: 17px;
}

.section-7-content li {
    font-size: 32pzx;
}

/* arrow- slider */
.slider-container {
    position: relative;
    width: 300px;
    height: 420px;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    transform: translateX(100%);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 3;
}

.slide.prev {
    transform: translateX(-100%);
    z-index: 2;
}

.content-box {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    padding: 20px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.content-box h3 {
    margin: 0;
    font-size: 18px;
    color: #6c3483;
}

.content-box a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.play-button {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #da3b8a;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 4;
}

.arrow-button {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 4;
}

/* section-8 */

.section-8 {
    padding: 32px 0px;
}
.section-8 .row {
    align-items: center;
}
.section-8 img {
    margin: 39px 4px;
}

.review h5 {
    margin: 0px 8px;
    color: #592B62;
    font-size: 23px;
}

.review p {
    margin: 9px 8px;
    font-size: 18px;
    font-weight: 600;
}

.review:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    background: #592B62;
}

.section-8-content span {
    color: #592B62;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}


.section-8-content h3 {
    font-size: 34px;
    font-weight: 700;
    margin: 20px 0px;
}


.section-8-content p {
    font-size: 20px;
}
.back-cover {
    display: flex;
    position: absolute;
    background-image: url(../images/back-cover-bg.png);
    background-repeat: no-repeat;
    left: 2px;
    right: 0px;
    z-index: 1;
    top: 312px;;
    /* position: fixed; */
    align-items: center;
    gap: 6px;
    color: #ffff;
    font-size: 15px;
}
.back-cover img {
    width: 115px !important;
}
/* .section-9 */
.section-9 {
    background-image: url(../images/publication-bg-6.png);
    color: #fff;
    padding: 118px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-10 .row {
    align-items: center;
}

.section-10 .col-lg-6 img {
    width: 100%;
}

.section-9 span {
    font-size: 26px;
    font-weight: 600;
}

.section-9 h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0px;
}



.section-9 p {
    font-size: 16px;
    color: #ffffffe8;
}



.section-9 .get-started a {
    background: #fff;
    color: #3A465E;
}

.section-9 .get-started a:hover {
    display: inline-block;
    background: #7B528E !important;
    padding: 10px 35px;
    text-decoration: none;
    color: #ffff;
    font-size: 15px;
    border-radius: 63px;
    border: 2px solid #fff;
    background: #7B528E;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

/* section-11 */
.section-11 {
    padding: 82px 0px;
}

.section-11 h3 {
    font-size: 37px;
    text-align: center;
}

.section-11 span {
    color: #592B62;
}

.section-11 .row {
    margin: 71px 0px;
}

.collage-box {
    background: #EEEEEE;
    text-align: center;
    padding: 10px 12px;
    height: 100%;
}

.mini-collage-box .get-started a {
    padding: 7px 23px;
}

.mini-collage-box {
    background: #fff;
    padding: 29px 0px;
}

.section-11 img {
    width: 100%;
}

.collage-box h4 {
    font-size: 21px;
    margin: 20px;
}

.child-2 {
    background: #592B62;
    color: #fff;
}

.child-2 p {
    color: #fff;
}




.collage-box h4 {
    font-size: 21px;
}

.collage-box p {
    font-size: 13px;
}


.mini-collage-box p {
    font-weight: 800;
    font-size: 15px;
    color: #000;
}

.mini-collage-box {
    background: #fff;
    padding: 21px 7px;
}

/* .section-10 */
.section-10 {
    background-image: url(../images/journal-publishing-bg.png);
    padding: 62px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-div-1 {
    margin-top: 54px;
}

.section-10 h3 {
    font-size: 39px;
    text-align: center;
    font-weight: 600;
}

.section-10 span {
    color: #592B62;
    font-weight: 700;
}

.content-div-1 h5 {
    font-weight: 700;
    font-size: 20px;
}


/* section-expert*/
.section-experts {
    padding: 50px 0px;
    background: #592B62;
    color: #ffff;
}

table {
    border-collapse: collapse;
    margin: 27px 0;
}

td {
    border: 1px solid #fff;
    padding: 18px;
    text-align: center;
}


section.section-experts h3 {
    font-size: 43px;
    font-weight: 400;
}

section.section-experts h4 {
    color: #F5C642;
    font-size: 22px;
}

.section-experts-box-2 h2 {
    font-size: 46px;
}

.section-experts-box-2 .get-started a {
    background: #D64799;
    border: none;
    padding: 11px 44px;
}


.about-us {
    background-image: url(../images/hero-sec-about-us-img.png);


}

.col-lg-8.about-us-sec-2 {
    padding: 20px 59px;
}

.about-us-sec-2 h3 {
    FONT-SIZE: 42px;
    font-weight: revert-layer;
    padding: 52px 19px;
}

.row .experience-box {
    background: #FDF2FF;
    text-align: center;
    padding: 34px 15px;
    height: 37%;
}

.experience-box h3 {
    padding: 0px;
    font-size: 66px;
}

.experience-box span {
    color: #5A5A5A;
}

.about-us-sec-2 h3 {
    padding: 0px;
}

.about-us-sec-2 p {
    font-size: 16px;
    color: #5A5A5A;
}

section.section-2-about-us img {
    width: 100%;
}
.logo-board img {
    width: unset !important;
}

.section-2-about-us-content .checking-list i {
    color: #00BB48;
    background: #d9d9d94f;
    padding: 5px 7px;
    border-radius: 20px;
    font-size: 15px;
}

.section-2-about-us-content .checking-list li {
    margin-bottom: 14px;
}

.section-2-about-us-content h3 {
        font-size: 26px;
    font-weight: 700;
    padding: 10px 0px;
}

.section-2-about-us-content .get-started a {
    background: #D64799;
    border: none;
    border: 2px solid #D64799;
}

.section-2-about-us-content .get-started a:hover {
    border: 2px solid #000;
}

.section-2-about-us-content {
        background: #ffff;
    padding: 20px 12px;
}

.row.main-flex-box {
    padding: 26px 0px;
}
.logo-board {
    background: #592B62;
    display: block;
    padding: 10px 14px;
    border-radius: 40px;
    height: 65px;
}

section.section-2-about-us .container {
    padding: 40px 32px;
    background: #FEFFEF;
    width: 76%;
}



.main-flex {
    display: flex;
    gap: 19px;
}

.main-flex-content h4 {
    color: #592B62;
    font-size: 20px;
}

.main-flex-content p {
    font-size: 15px;
}

.row.main-logo-board {
    margin: 40px 0px;
}

/* section-3-about-us */

.section-3-about-us {
    background-image: url(../images/about-us-bg-2.png);
    color: #fff;
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-3-content img {
    width: 100%;
}

section.section-3-about-us h2 {
    text-align: center;
}

.learn-img img {
    width: 100%;
}

section.section-3-about-us .row {
    margin: 72px -27px;
}

.Commitment-box {
       border: 1px solid #ffffffd9;
    padding: 20px;
    height: 348px;
}

.Commitment-box .logo-board-2 {
      background: none;
    border: 2px solid #fff;
    margin: 20px 0px;
    display: inline-block;
    padding: 16px;
    border-radius: 39px;
}
.Commitment-box h4 {
    font-size: 22px;
}

.Commitment-box p {
    font-size: 13px;
}
.row.google-review {
    align-items: center;
    background: #F6F6F8;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.row.google-review img {
    margin: 0px;
    padding: 0px;
}

.row.google-review .get-started {
    text-align: end;
}

img.review-img {
    margin: 3px 0px;
}

.main-review-slider {
    display: flex;
    gap: 10px;
    flex-grow: 1;
    align-items: start;
}

.main-review-slider img {
    margin: 0px;

}

.review-slider ul {
    margin: -12px -17px;
    font-size: 16px;
}

.review-slider p {
    margin: 16px;
    font-size: 16px;
    color: #000;
}

.review-slider a {
    margin: 16px;
    font-size: 22px;
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.ratings-slider .slick-slide {
    margin: 10px;
}

.ratings-slider .slick-slide img {
    width: 15%;
}

.ratings-slider .slick-slide {

    float: left;
    height: auto;
    min-height: 1px;
}

img.star-icon {
    width: 93% !important;
}

.ratings-slider .slick-prev,
.slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}

.card {
    border: 2px solid #fff;

}

.card-body {
    background: #F6F6F8;
    width: 100%;
    vertical-align: top;
}

.card-content {
    text-align: left;
    color: #333;
    padding: 4px;
}

.card-text {
    font-size: 14px;
    font-weight: 300;
}

img.star-icon {
    width: 121%;
}

.review-box-content h4 {
    font-size: 19px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffff;
}

.slick-prev.client-box:hover {
    /* color: t; */
    /* outline: none; */
    background: #0000;
    color: #ffff;
}

/* contact-us */
.contact-us {
    background-image: url(../images/contact-us-bg.png);

}

.section-1-contact-us {
    margin-top: 41px;

}

/* premium-editing */
.premium-editing {
    background-image: url(../images/Premium-Editing-hero-sec-bg.png);

}

.section-3-premimum-editing img {
    width: 100%;
}

section.section-3-premimum-editing .container {
    background: #FEFFEE;
    padding: 43px 28px;
    margin-bottom: 33px;

}

.Premium-Editing-content {
    padding: 23px;
}

.Premium-Editing-content h2 {
    font-weight: 600;
}


.hover-box {
    position: relative;
    overflow: hidden;
}

.hover-box:hover .hover-content {
    opacity: 1;
    bottom: 0px;

}

.hover-content {
    position: absolute;
    bottom: -111px;
    left: 0;
    color: #ffff;
    right: 0;
    align-items: center;
    background: linear-gradient(117deg, rgb(0 0 0 / 27%) 18%, rgba(102, 102, 102, 1) 100%);
    backdrop-filter: blur(20px);
    padding: 39px;
    width: 100%;
    height: -3%;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

/* including-section-4 */
.row.including-main-section {
    margin: 58px 0px;
}

.including-box {

    padding: 21px 28px;
    border-radius: 20px;
    margin-bottom: 17px;
    background: linear-gradient(90deg, rgba(214, 71, 153, 1) 0%, rgba(91, 48, 110, 1) 100%);
}

.including-box-content h3 {
    font-size: 40px;
}

.including-box h3 {
    background: #FCBF02;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 11px;
    font-size: 26px;
}

.including-box p {
    color: #F8F8F8;
    font-size: 17px;
    height: 155px;
}

.grey {
    background: #F0F0F0;
}

.grey p {
    color: #000;
    height: 155px;
}

.including-box h4 {
    color: #ffff;
}

.grey h4 {
    color: #000;
}

.including-box-content .get-started a:nth-child(2) {
    border: 1px solid #592B62 !important;
    color: #592B62;
}

.including-box-content .get-started a:nth-child(2):hover {
    background: #7b528e !important;
    color: #fff;

}

.professional-editiors {
    background-image: url(../images/Premium-Editing-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;


}

section.professional-editiors {
    padding: 130px 0px;
    color: #fff;
}

.professional-editiors-content p {
    font-size: 17px;
}

.professional-editiors-content span {
    color: #F4C741;
    font-size: 26px;
    font-weight: 600;
}

.professional-editiors-content h3 {
    font-size: 35px;
    font-weight: 600;
}

.professional-editiors-content p {
    color: #F7F7F7;
}

.professional-editiors-content .get-started a {
    background: #D64799;
    border: none;
}

section.academic-services {
    padding: 69px 0px;
    background: #FEFFEF;
}

.academic-box {
    display: flex;
    gap: 103px !important;
    width: 85%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 1px solid #D8D8D8;
}

.academic-box img {
    width: 27%;
}

.academic-box i {
    margin-top: -20px;
}

.academic-box {
    width: 97%;
}

section.academic-services h3 {
    font-size: 43px;
    margin-bottom: 18px;
}

section.academic-services p {
    color: #333333;
}

.main-service-box {
    display: flex;
    gap: 20px;
}

section.Assignment-services {
    padding: 50px 0px;
    text-align: center;
    background: #FBFBFB;
}


section.Assignment-services h3 {
    font-size: 41px;
    font-weight: 600;
}

.Assignment-box {
    text-align: left;
    background: #fff;
    padding: 13px 21px;
    margin: 20px;
    line-height: 24px;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 1px solid #D8D8D8;
    border-radius: 13px;
}

.Assignment-box h4 {
    margin-bottom: 18px;
}


.Assignment-box img {
    background: #FBFBFB;
    padding: 10px;
    width: 65px;
    margin: 8px 0px;
}


.section-8-content span:before {
    position: absolute;
    width: 8%;
    height: 37%;
    background: #D64799;
    content: "";
    border-radius: 37px;
    top: 10px;
    left: -1px;
}

.Assignment-box:hover {
    background: #461E4E;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #000;
    outline: none;
    background: rebeccapurple;
}

/* copy-editing */
.copy-editing {
    background-image: url(../images/copy-editing-bg.png);
}

/* Proofreading */
.Proofreading {
    background-image: url(../images/profreading-bg.png);
}

/* quality-assurance */
.quality-assurance {
    background-image: url(../images/quality-assurance-bg.png);
}

/* substantive-editing */
.substantive-editing {
    background-image: url(../images/substantive-editing-bg.png);
}

/* publication-support */
.publication-support {
    background-image: url(../images/publication-support-bg.png);
}

/* journal-selection */
.journal-selection {
    background-image: url(../images/journal-selection-bg.png);

}

/* Pre-Submission */
.Pre-Submission {
    background-image: url(../images/Pre-Submission-bg.png);

}

/* artwork-editng */
.artwork-editng {
    background-image: url(../images/artwork-editng-bg.png);

}

/* journal-submission */
.journal-submission {
    background-image: url(../images/journal-submission-bg.png);

}

/* resubmission-support */
.resubmission-support {
    background-image: url(../images/resubmission-support-bg.png);

}

/* plagiarism-check  */
.plagiarism-check {
    background-image: url(../images/plagiarism-check-bg.png);

}

.animate-up {
    animation: up 3s ease-in-out infinite;
}

@keyframes up {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0);
    }
}



#slider {
    position: relative;
    width: 60%;
    height: 30vw;
    margin: 0 auto;
    font-family: 'Helvetica Neue', sans-serif;
    perspective: 1303px;
    transform-style: preserve-3d;
}

input[type=radio] {
    position: relative;
    top: 108%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    opacity: 0.4;
    transform: translateX(-83px);
    cursor: pointer;
}


input[type=radio]:nth-child(5) {
    margin-right: 0px;
}

input[type=radio]:checked {
    opacity: 1;
}




#slider label,
#slider label img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 70px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}



/* Slider Functionality */

/* Active Slide */
#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
    transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(26%, 0, -100px);
}


/* Next to Next Slide */
#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(54%, 0, -250px);
}

/* Previous to Previous Slide */
#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    transform: translate3d(0%, 0, -250px);
}

/* Previous Slide */
#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(0%, 0, -100px);
}

input[type=radio] {
    display: none;
}
.main-menu a {
    margin: 0px 12px;
}
.main-menu .dropdown-menu li a {
    margin: 0;
}
.nav-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.nav-buttons button {
        pointer-events: all;
    background: #ffffffc7;
    color: #000;
    border: none;
    padding: 6px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 24px;
    transition: background 0.3s ease;
    margin-right: -24px;
    border: 2px solid #fff;
}

.nav-buttons button:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    border: 2px solid #ffff;
}
.nav-buttons #prev {
    margin-left: -21px;
}



button.navbar-toggler {
    font-size: 34px;
    /* align-items: center; */
}
.navbar-toggler:focus {
    /* text-decoration: none; */
    /* outline: 0; */
    box-shadow: none;
}
span.navbar-toggler-icon i {
    margin: 7px 0px;
}
.main-menu ul.dropdown-menu {
    padding: 7px !important;
}

.main-menu ul.dropdown-menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px !important;
}

.main-menu ul.dropdown-menu a:hover,
.main-menu ul.dropdown-menu a.active{
    background: white !important;
    color: black;
}
.dropdown-menu li a::before {content: none !important;}
.main-menu ul.dropdown-menu {
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /* max-width: 210px; */
}
.modal-body .top-form {
    margin: 0;
    width: 100%;
    box-shadow: none;
}

   .top-form input[type="submit"] {
    background: linear-gradient(135deg, #7B528E, #9c6fd3);
    border: none;
    color: white;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(123, 82, 142, 0.4);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
}

.top-form input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(123, 82, 142, 0.6);
    color: linear-gradient(135deg, #9c6fd3, #7B528E);
}


.btn-close{
    height: 10px;
    width: 10px;
    border-radius:50px;
    color:white;
    background: #7B528E;
    position:absolute;
    top: -10px;
    right: -10px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 2;
}
section.thank-you {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(226, 250, 255);
    background: linear-gradient(135deg, #7B528E, #9c6fd3);
    text-align: center;
    color: #ffff;
}
a.btn.btn-theme {
    background: #ffff;
    border: none;
    color: #9c6fd3;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(123, 82, 142, 0.4);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

}
a.btn.btn-theme:hover {
    background:#9c6fd3;
    color: #fff;
    transform: scale(1.05);
}
button.btn-close:hover {
    color: #ffff;
}

/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.including-section-4 img {
    width: 100%;
}