h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    font-family: poppins
}

body {
    overflow-x: hidden
}

main {
    overflow: hidden
}

a {
    text-decoration: none !important
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important
}

img {
    transition: filter .3s
}

.header-1 {
    background: #fff;
    padding-top: 0
}

header {
    background: #fff;
    width: 100%;
    transition: .5s ease-in-out;
    border-bottom: 1px solid #00000010;
}

header nav.navbar .navbar-brand .logo {
    width: 180px;
    margin: 0;
    transition: .5s ease-in-out;
    display: block
}

header .navbar-toggler {
    border: none;
    color: transparent
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

header .container {
    max-width: 1640px
}

header nav.navbar {
    padding: 1px 0;
}

header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0
}

header .navbar-collapse ul.navbar-nav {
    width: 100%;
    margin: 0 10px;
    justify-content: right
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: space-between
}

header .navbar-collapse ul.navbar-nav li.nav-item {
    margin: 0 10px
}

header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    background: 0 0;
    color: #000;
    font-size: 16px;
    padding: 20px 0;
    text-transform: capitalize;
    transition: .3s ease-in-out
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header nav.navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0
}

header nav.navbar .navbar-buttons a.call-btn {
    background: #3bbbc2;
    color: #fff;
    font-size: 16px;
    width: 150px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    transition: .3s ease-in-out
}

header nav.navbar .navbar-buttons a.call-btn:hover {
    transform: scale(1.1);
    background: #fce181;
}

header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
    position: inherit;
    display: flex;
    align-items: center
}

header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
    background: 0 0;
    color: #000;
    outline: 0;
    box-shadow: none;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border: none
}

header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus,
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
    background: #3bbbc2;
    color: #fff
}

header .navbar-nav .nav-item ul.dropdown-menu {
    background: #fff;
    top: 75px;
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
    border: none;
    border-radius: 0px;
    box-shadow: 0 5px 20px -12px #212529;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: flex
}

.fa-chevron-down:before {
    content: ""
}

.navbar-nav .dropdown-menu {
    position: static
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
    color: #212529;
    font-size: 14px;
    border-bottom: 1px solid #d1e0e7;
    border-radius: 0;
    padding: 8px;
    margin: 0;
    text-align: left;
    text-transform: capitalize
}

header .navbar-nav .nav-item ul.dropdown-menu li {
    border-right: 1px solid #d1e0e7;
    padding: 0;
    width: 100%
}

header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
    width: max-content;
    margin: -11px 0 0
}

header .navbar-collapse ul.navbar-nav li.nav-item.dropdown.dropdown-single {
    position: relative
}

.hero-banner {
    background: top center/cover no-repeat #e1f2f9;
    padding-top: 25px;
    padding-bottom: 50px;
    background-image: url(../images/my-images/main-hero-image.webp) !important;
}

.hero-banner h1 {
    color: #fff
}

.hero-banner p {
    padding-top: 8px;
    color: #000;
}

.banner-sub-heading {
    color: #ececec;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width: 1024px) {
    .hero-banner {
        background-color: #10549b !important;
        background-image: none !important;
        padding: 160px 0 50px
    }
    .float img{
        display: none;
    }

    .hero-banner h1 {
        font-size: 36px
    }

    .hero-banner p {
        font-size: 16px
    }
    section.sec-nexto {
        padding: 10px !important;
    }
}

.banner-list {
    padding-left: 0
}

.banner-list li {
    padding-top: 15px;
    display: flex
}

.banner-list li span i {
    color: #3bbbc2;
    font-size: 16px;
    margin-right: 10px
}

.fa-check:before {
    content: ""
}

.btn:hover {
    background-color: #fce181 !important;
    color: #fff;
    border: none;
}

.bg-purple {
    color: #fff;
    background-color: #3bbbc2
}

.bg-purple:hover,
.cta-btn2:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #3bbbc2
}

.hero-banner-form {
    color: #000;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 30px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 900px) {
    .hero-banner-form {
        margin-top: 20px;
        background-color: #fff
    }
}

.percentfifty {
    margin-left: -10px !important
}

.banner-form-heading {
    font-size: 20px;
    font-weight: 800;
    color: #d80022;
}

.hero-banner-form p {
    color: #262626;
    margin-top: -20px;
    font-size: 14px;
    margin-bottom: 0;
}

.hero-banner-form .form-control::placeholder {
    color: #737373
}

.hero-banner-form .form-control {
    background-color: #f3f3f3;
    border: 1.5px solid #ccc;
    border-radius: 5px;
    font-size: 16px
}

.hero-banner-form input.form-control {
    height: 45px
}

.hero-banner-form textarea.form-control {
    height: 165px
}

.banner-btns {
    padding-top: 5px
}

.banner-form-new-btn {
    color: #fff;
    width: 100%;
    background-color: #3bbbc2;
    padding: 15px 0;
    display: block;
    border: none
}

.banner-form-new-btn:hover {
    background-color: #206670;
    color: #fff
}

.platform-logo-booksell {
    margin-right: 20px
}

.pt-new-img {
    margin-top: 20px
}

.pt-sec-new .nav-tabs .nav-link {
    width: 155px;
    color: #fff;
    background-color: #026670;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700
}

.pt-sec-new .nav-tabs {
    border-bottom: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #FCE181 !important;
    color: #000;
}

.sec-light-color {
    background-color: #e1f2f9
}

.sec-mt {
    margin-top: 30px
}

.pt-portfolio-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 30px;
    display: grid
}

.new-company-sec {
    color: #fff;
    background-color: #3bbbc212;
}

.new-company-sec ul li {
    list-style: disc
}

.my-portfolio-sec {
    padding: 30px 0;
    background: #3bbbc2;
}

.new-company-sec .sec-heading-new {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-transform: math-auto !important
}

.sec-pb {
    padding-bottom: 50px
}

.sec-heading-new {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
}

.my-color {
    color: #3bbbc2;
    line-height: 22px;
    font-weight: 700 !important
}

.genre-grid-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20px;
    display: grid
}

.revies-platform-images {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid
}

.pf-logo {
    align-items: center;
    display: flex
}

.btn-cta {
    width: 150px;
    height: 40px;
    white-space: nowrap;
    background-color: #3bbbc2;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700
}

.btn-cta img {
    margin-right: 5px
}

.cta-btn2 {
    color: #fff;
    background-color: #131313
}

.btn-dark-new {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700
}

.btn-dark-new img {
    margin-right: 5px
}

.bg-dark-btn {
    background-image: linear-gradient(180deg, #fff, #b8c5d3);
    border: none
}

.bg-dark-btn:hover {
    color: #000;
    border: none
}

.inner-hd-sm {
    font-size: 22px
}
section.cta-sec-new.sec-20.cta-new {
    background: #41bbc1;
}
.award-winning-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: grid
}

.award-winning-logo {
    margin-left: 32px
}

.testi-box-new-detail {
    width: 100%;
}

.new-test-box {
    background-color: #ffffffa6;
    margin: 20px;
    padding: 13px;
    transition: .3s ease-in-out;
    position: relative;
    border: 1px solid #000;
    border-radius: 22px;
}

.testi-heading {
    color: #72c2db;
    font-size: 70px;
    font-weight: 900
}

.new-test-box:hover {
    transform: scale(.9)
}

.our-steps p {
    font-size: 13px;
    max-height: 55px;
}

.serbox-new a {
    font-weight: 800;
    color: #151515
}

.serbox-new p {
    max-height: 110px;
    color: #fff;
}

.serbox-new {
    margin-right: 10px;
    color: #232323;
    height: 300px;
    background-color: #3bbbc2;
    border-radius: 20px;
    margin-top: 20px;
    padding: 17px;
}

.ser-box-new-wrap {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid
}

.serbox-new h4 {
    padding-top: 10px;
    color: #fff;
}

p a {
    color: #0d6efd
}

.serbox-new:hover {
    color: #fff;
    background-color: #026670
}

.serbox-new:hover h4,
.serbox-new:hover p {
    color: #fff
}

.serbox-new:hover img {
    filter: grayscale(1) invert(1) brightness(100);
}

.client-detail-wrap h4 {
    color: #202020;
    font-weight: 900;
    margin-left: 10px;
}

.test-stars i {
    color: #ffc200
}

.slider-btn {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #206670;
    border-radius: 20px;
    border: none
}

.our-ser-new-sec {
    position: relative
}

.prev-slide {
    position: absolute;
    top: 54%;
    left: 5%;
    transform: translateY(-50%)
}

.next-slide {
    position: absolute;
    top: 54%;
    right: 6%;
    transform: translateY(-50%)
}

.new-books-sec {
    background-image: url(../images/genre-bg.html);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px
}

.platform-wrap {
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px
}

.slick-dots {
    display: none !important
}

.frequently-asked-questions {
    background-color: #f4f4f4;
    padding: 80px 0 50px
}

.frequently-asked-questions .accordion-item {
    background: 0 0;
    border: none;
    margin: 0 0 15px
}

.frequently-asked-questions .accordion-header {
    margin: inherit
}

.frequently-asked-questions .accordion-item:first-of-type .accordion-button {
    text-transform: capitalize;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.frequently-asked-questions .accordion-button:not(.collapsed):after {
    background-image: inherit;
    transform: inherit;
    font-size: 25px;
    line-height: 38px;
    content: "-" !important
}

.frequently-asked-questions .accordion-button {
    text-align: left;
    overflow-anchor: none;
    color: #fff;
    text-transform: capitalize;
    background-color: #3bbbc2;
    border: 0;
    border-radius: 10px;
    flex-direction: row-reverse;
    order: 2;
    line-height: 20px;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 1rem 1.25rem;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    position: relative;
    width: 100% !important
}

.frequently-asked-questions .accordion-button:after {
    width: 30px;
    height: 30px;
    content: "+";
    color: #fff;
    text-align: center;
    background: #3bbbc2;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 9px;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    transition: transform .2s ease-in-out;
    background-image: inherit !important
}

.frequently-asked-questions .accordion-body {
    color: #323232;
    background-color: #fff;
    border: 1px solid #3bbbc2;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    font-size: 18.01px
}

.g-process-bg {
    background-image: url(../images/texture-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative
}

.g-cta-1-content h5:after {
    content: "";
    width: 100%;
    height: 30px;
    background-image: url(../images/g-cta-2.webp);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -28px;
    left: 36%;
    right: 0
}

.g-cta-1-content h3,
.g-cta-1-content h5 {
    color: #fff;
    font-size: 40px;
    position: relative
}

.g-cta-1-content p {
    color: #fff;
    padding: 25px 0 0
}

.g-process-inner {
    height: 1335px;
    background-image: url(../images/process-bg.webp);
    background-repeat: no-repeat;
    background-size: contain
}

.g-process-inner-content {
    height: 240px;
    color: #fff;
    margin: 10px 0 0
}

.g-process-inner-content1 h3 {
    color: #fff;
    padding: 60px 0 0 50px
}

.g-process-inner-content1-1 p {
    color: #fff;
    padding: 20px
}

.g-process-bg a {
    color: #3bbbc2
}

.g-services-bg .row {
    padding: 50px 0
}

.g-process-inner-content2-2 p {
    padding: 20px
}

.g-process-inner-content2 h3 {
    padding: 70px 0 0 300px
}

.g-process-inner-content3 h3 {
    padding: 60px 0 0 50px
}

.g-process-inner-content3-3 p,
.g-process-inner-content4-4 p {
    padding: 20px
}

.g-process-inner-content4 h3 {
    text-align: left;
    padding: 50px 0 0 300px
}

.g-process-inner-content5 h3 {
    padding: 50px 0 0 50px
}

.g-process-inner-content5-5 p {
    padding: 20px
}

.bgnewcolor {
    background-color: #e1f2f9
}

.g-cta {
    background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%);
    text-align: center;
    background-image: -webkit-linear-gradient(90deg, #231e32, #231e32 100%);
    background-color: #154890fe;
    background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 60px 50px;
    position: relative
}

.root-g-cta-title-h2 {
    color: #fff;
    background: 0 0;
    background-clip: unset;
    transform-origin: unset;
    -webkit-text-fill-color: unset;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 400;
    display: block
}

.g-cta p {
    color: #fff
}

.g-cta img {
    content: "";
    center: 100% no-repeat;
    height: 355px;
    position: absolute;
    bottom: 0;
    right: 0
}

.cta-sec-new {
    position: relative;
    background: #026670;
    padding-top: 100px;
    padding-bottom: 100px
}

.my-cta-parallex {
    z-index: 33;
    position: absolute;
    margin-top: -82px;
    height: 457px
}

.sec-heading-new {
    font-weight: 700
}

.cta-sec-new p,
.white {
    color: #fff
}

.btn-9 {
    text-transform: capitalize;
    color: #2d243e;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700
}

.btn-9:hover {
    color: #fff;
    background-color: #f1974b;
    border: 2px solid #f1974b;
    transition: .3s;
    box-shadow: 0 0 #0000
}

.section__title {
    text-align: center;
    color: #302946;
    margin: 7px 0 58px;
    font-size: 50px;
    font-weight: 700
}

.section__title span {
    display: block
}

#contact-section-g {
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 50px
}

.frm_area_btm form h4 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.frm_area_btm form input[type=email],
.frm_area_btm form input[type=tel],
.frm_area_btm form input[type=text] {
    width: 100%;
    color: #fff;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    outline: 0;
    margin: 67px 0;
    font-size: 16px;
    display: block
}

.frm_area_btm form input::-webkit-input-placeholder,
.frm_area_btm form textarea::-webkit-input-placeholder {
    color: #fff
}

.frm_area_btm form input::-moz-placeholder,
.frm_area_btm form textarea::-moz-placeholder {
    color: #fff
}

.frm_area_btm form input:-ms-input-placeholder,
.frm_area_btm form textarea:-ms-input-placeholder {
    color: #fff
}

.frm_area_btm form input:-moz-placeholder,
.frm_area_btm form textarea:-moz-placeholder {
    color: #fff
}

.frm_area_btm form textarea {
    width: 100%;
    color: #fff;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    outline: 0;
    margin: 22px 0 47px;
    font-size: 16px;
    display: block;
    resize: vertical
}

.frm_area_btm form label {
    color: #fff;
    font-size: 15px
}

.form-check {
    min-height: 1.5rem;
    margin-bottom: .125rem;
    padding-left: 1.5em;
    display: block
}

.frm_area_btm form button {
    color: #fff;
    background: #fda12a;
    border: 1px solid #0000;
    border-radius: 48px;
    outline: 0;
    margin: 50px auto 0;
    padding: 10px 50px;
    font-size: 16px;
    transition: .3s;
    display: block
}

.contact-flow {
    min-height: 100%;
    background-color: #0000;
    border-radius: 9px;
    margin-top: 4px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 2rem 3rem
}

.contact-flow__title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8
}

.in-violet-450 {
    color: #3bbbc2 !important
}

.contact-flow__list-item {
    opacity: .8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
    position: relative;
    margin-bottom: 37px;
    padding-left: 47px
}

.ordered-list__item:before {
    content: counter(item) "";
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
    counter-increment: item;
    counter-increment: item;
    background: #fea12a;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0
}

.pt-0 {
    padding-top: 0 !important
}

.ordered-list {
    counter-reset: item;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    list-style: none
}

.custom-breadcrumb {
    background-color: #fff;
    padding: 10px 0
}

.custom-breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap
}

.custom-breadcrumb ul li a {
    font-family: poppins;
    color: #302946;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: .3s ease-in-out
}

.custom-breadcrumb ul li a:hover {
    color: #f49720
}

.custom-breadcrumb ul li.breadcrumb-item.active {
    text-transform: capitalize
}

.breadcrumb-item.active {
    color: #6c757d
}

.fa-angle-right:before {
    content: ""
}

section.services-together-wrap {
    background: #fff;
    padding: 50px 0
}

.services-together-wrap .services-together-head {
    margin: 0 0 20px
}

.services-together-wrap .services-together-head h2 {
    color: #000;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 0 10px
}

.services-together-inner .services-together-box {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 20px;
    display: flex;
    transition: .3s ease-in-out
}

.services-together-box .services-together-icon {
    margin: 0 10px 0 0;
    width: 120px;
    height: 75px
}

.services-together-icon img {
    width: 100%
}

.services-together-content h3 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px
}

.services-together-content p {
    color: #212529;
    font-size: 16px;
    line-height: 22px;
    padding: 0 5px 0 0;
    margin: 0 0 10px;
    min-height: 75px;
    max-height: 100px;
    overflow-y: auto
}

.services-together-content a.more-btn {
    color: #000;
    width: 100px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #000;
    display: block;
    text-align: left;
    transition: .3s ease-in-out
}

.services-together-inner .services-together-box:hover {
    background: #e1f2f9
}

.services-together-content a.more-btn:hover {
    border-bottom: 1px solid #f49720
}

.editing-sec5-box-main-bg {
    background-image: url(../images/texture.webp);
    background-repeat: no-repeat;
    padding: 100px 0
}

.editing-sec5-box-main-bg h4 {
    color: #3bbbc2;
    font-size: 50px;
    line-height: 53px
}

.editing-sec5-box-main {
    background-color: #f79c3d;
    border: 1px solid #000;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 30px 25px;
    transition: .3s;
    position: relative
}

.editing-sec5-box-main:hover {
    border: 1px solid #0000;
    box-shadow: 0 0 15px #2d2540
}

.editing-sec5-box-img img {
    width: 50px
}

.editing-sec5-box-main h3,
.editing-sec5-box-main h5 {
    height: 50px;
    padding: 10px 0;
    font-size: 18px
}

.editing-sec5-box-txt p {
    height: 120px;
    overflow-y: overlay;
    padding: 0 10px 0 0
}

.editing-sec5-box-txt p::-webkit-scrollbar {
    width: 10px
}

.editing-sec5-box-txt p::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px
}

.editing-sec5-box-txt p::-webkit-scrollbar-thumb {
    background: #4b3b72;
    border-radius: 50px
}

.editing-sec5-box-txt p::-webkit-scrollbar-thumb:hover {
    background: #4b3b72
}

.editing-sec5-box-txt h3 a {
    color: #212529
}

.editing-sec5-box-txt a {
    color: #fff
}

.why-choose-service {
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f0eff2;
    padding: 100px 0 0
}

.why-choose-service-head p {
    color: #000;
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 24px
}

.why-choose-service-head h4 {
    font-weight: 600;
    color: #000;
    padding: 0 0 15px;
    font-size: 40px
}

.why-choose-img img {
    width: 100%
}

.frequently-asked-questions .frequently-heading h2,
.frequently-asked-questions .frequently-heading h4,
.frequently-heading h5 {
    color: #302946;
    margin: 0 0 35px;
    font-size: 50px;
    font-weight: 700
}

.frequently-asked-questions .frequently-heading {
    text-align: center
}

.book-editing-section {
    padding: 50px 0
}

.section-title h2 {
    color: #3bbbc2;
    font-size: 50px
}

.book-editing-section ul#pills-tab {
    padding: 20px 0 0
}

.tab-content>.active {
    display: block
}

.book-editing-section h3,
.book-editing-section h4 {
    color: #353a4d;
    margin-bottom: 20px;
    font-size: 2.5rem;
    text-transform: math-auto !important
}

.book-editing-section ul.check-50-li li {
    min-width: 48%;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    display: inline-flex
}

.book-editing-section ul.check-50-li li img {
    margin-right: 10px;
    position: relative;
    top: 5px;
    width: 20px
}

.faq-ul {
    margin-left: 3rem;
    line-height: 2;
    margin-top: 1rem;
    color: #000;
}

.faq-ul li {
    list-style: disc;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #FCE181 !important;
    border: 2px solid #FCE181 !important
}

.book-editing-section .book-tab-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.book-editing-section img {
    max-width: 100%;
    min-height: calc(100% - 30px);
    object-fit: cover
}

.contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 50px
}

.contact-us .contact-us-heading p:first-child:before {
    content: "";
    height: 1px;
    width: 13%;
    background-color: #000;
    position: absolute;
    bottom: 45%;
    left: 15%;
}

.contact-us .contact-us-heading p:first-child:after {
    content: "";
    height: 1px;
    width: 13%;
    background-color: #000;
    position: absolute;
    bottom: 45%;
    right: 15%;
}

.about-who-we-are .about-who-head h2 {
    color: #1e1d1d;
    padding: 0 0 20px;
    font-size: 52px;
    font-weight: 600
}

.about-who-we-are .about-who-head p {
    color: #1e1d1d;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.about-who-we-are .about-who-box {
    background-color: #fff;
    margin: 0 0 18px;
    padding: 30px 25px;
    transition: .5s;
    box-shadow: 0 0 43px #12121214
}

.about-who-we-are .about-who-box h3,
.about-who-we-are .about-who-box h5 {
    color: #1e1d1d;
    font-size: 25px;
    font-weight: 500
}

.about-who-we-are .about-who-box p {
    color: #1e1d1d;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.btn-8 {
    text-transform: capitalize;
    color: #2d243e;
    background-color: #3bbbc2;
    border: 2px solid #3bbbc2;
    border-radius: 50px;
    margin-right: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    transition: .3s
}

.btn-8:hover {
    background-color: #fff;
    border: 1px solid #3bbbc2;
    box-shadow: 0 0 #0000
}

.g-about-texture-bg {
    background-image: url(../images/texture.webp);
    background-repeat: no-repeat
}

.g-about-service {
    padding: 20px 0
}

.g-accomplishments-card {
    padding: 40px
}

#contact-section {
    margin: 0;
    padding: 0
}

.frm_area_btm form {
    background: linear-gradient(80deg, #534180 23%, #272136 77%);
    border-radius: 15px;
    padding: 3rem 5rem
}

.testimonials {
    padding: 50px 0 245px
}

.testimonials .best-reviews {
    text-align: center
}

.best-reviews h2,
.testimonials .best-reviews h3 {
    color: #574b80;
    font-size: 50px;
    font-weight: 700;
    position: relative
}

.testimonials .best-reviews p {
    color: #a2a2a2;
    width: 50%;
    margin: 0 auto 1rem;
    font-size: 18.01px;
    font-weight: 400
}

.dp-wrap {
    perspective: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

#dp-slider {
    height: 278px;
    overflow: hidden
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0) translate(10%) !important
}

.dp_item {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    transition: transform 1.2s;
    display: block;
    position: absolute
}

.testimonials .review-card {
    width: 87%;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    padding: 32px 25px 21px 0;
    display: flex;
    box-shadow: 0 0 8px 4px #b9b9b9
}

.testimonials .content-1 {
    position: relative
}

.testimonials .content-1 img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 50px
}

.testimonials .content p {
    color: #4d4d4d;
    letter-spacing: 3px;
    margin: 33px 0 15px;
    font-size: 16px;
    font-weight: 300
}

.testimonials .content h3 {
    color: #3bbbc2;
    font-size: 17.99px;
    font-weight: 600
}

.testimonials .content-1 :after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0
}

.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0) translate(16%) scale(.9)
}

.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0) translate(22%) scale(.8)
}

.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0) translate(28%) scale(.7)
}

.dp_item[data-position="5"] {
    z-index: 6;
    transform: rotateY(0) translate(34%) scale(.6)
}

.testimonials .arrow-main {
    position: absolute;
    bottom: -61%;
    right: 28px
}

.testimonials .arrow-main span:nth-child(1) {
    margin: 0 20px
}

.testimonials .arrow-main span {
    opacity: .5
}

.book-editing-section .nav-pills .nav-link {
    color: #000;
    height: 107px;
    text-transform: capitalize;
    padding: 10px;
    width: 130px;
    background: 0 0;
    border: 2px solid #231e32;
    border-radius: 5px;
    margin: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-pill {
    height: 40px !important;
    width: 200px !important
}

.sec {
    padding-top: 50px
}

.g-how-we-content h2,
.g-how-we-content h4 {
    color: #000;
    padding: 0 0 10px;
    font-size: 40px;
    font-weight: 700;
    position: relative
}

.g-how-we-content h4:after {
    content: "";
    width: 100%;
    height: 40px;
    background-image: url(../images/underline2.webp);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: 27%;
    right: 0
}

.g-how-we-content p {
    color: #000;
    padding: 20px 0 0
}

.btn-10 {
    text-transform: capitalize;
    color: #fff;
    background-color: #231e32;
    border: 2px solid #231e32;
    border-radius: 50px;
    margin-right: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700
}

.btn-10:hover {
    color: #fff;
    background-color: #f1974b;
    border: 2px solid #f1974b;
    transition: .3s;
    box-shadow: 0 0 #0000
}

.new-editing-bg {
    background-image: url(../images/contact-texture.webp);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 140px 0 0 !important
}

.new-editing-bg h1 {
    font-size: 33px;
    font-weight: 700
}

.new-editing-bg h2 {
    font-size: 15px
}

.contact-us {
    padding: 50px 0
}

.contact-us .contact-us-heading {
    text-align: center
}

.contact-us .contact-us-heading p:first-child {
    color: #292929;
    font-size: 24px;
    font-weight: 600;
    position: relative
}

.contact-us .contact-us-heading h5 {
    text-transform: capitalize;
    color: #3bbbc2;
    font-size: 60px;
    font-weight: 700
}

.contact-us .contact-us-heading p:last-child {
    color: #bfbfbf;
    font-size: 18px;
    font-weight: 400
}

.contact-us .ways-to-connect .ways-to-connect-connect {
    padding: 0 25px;
    align-items: center;
    display: flex
}

.contact-us .ways-to-connect .ways-to-connect-connect i {
    color: #3bbbc2;
    font-size: 24px
}

.fa-phone:before {
    content: "\f095"
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
    margin: 0 0 0 14px;
    display: inline-block
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a,
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
    color: #272137;
    font-size: 16px;
    font-weight: 300;
    margin: 0
}

.contact-us .ways-to-connect {
    margin: 0 0 50px;
    justify-content: center;
    display: flex
}

.contact-us .row .ways-to-connect-top-form-heading {
    margin: 0 0 25px
}

.contact-us .row .ways-to-connect-top-form-heading h5 {
    text-transform: capitalize;
    color: #292929;
    font-size: 60px;
    font-weight: 700
}

.contact-us .row .ways-to-connect-top-form-heading p {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 400
}

.contact-us .row .input-row1 {
    display: flex
}

.contact-us .row input:nth-child(2) {
    margin: 0 0 0 35px
}

.contact-us .row input {
    width: 100%;
    height: 50px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    margin: 0 0 40px;
    padding: 0 20px;
    font-size: 15.99px;
    font-weight: 300
}

.contact-us .row textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    margin: 0 0 40px;
    padding: 20px 0 0 29px;
    font-size: 15.99px;
    font-weight: 300
}

.contact-us .row .form-button button {
    height: 65px;
    width: 229px;
    color: #fff;
    background-color: #3bbbc2;
    border: #0000;
    border-radius: 50px;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 0 12px 1px #dc3545
}

.banner {
    padding: 270px 0;
    position: relative
}

.banner .banner-content {
    text-align: center;
    margin: 0 0 2em
}

.banner .banner-content .thank-you-img {
    filter: brightness(0) invert()
}

.banner .banner-content h1,
.banner-content h5 {
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 25px;
    font-size: 50px;
    font-weight: 700
}

.banner .banner-content .thank-you-btn {
    width: 178px;
    height: 52px;
    color: #fff;
    background-color: #3bbbc2;
    border: #0000;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 52px;
    text-transform: capitalize
}

.tc-image-effect-shine:before {
    content: "";
    height: 100%;
    width: 50%;
    z-index: 2;
    background: linear-gradient(90deg, #fff0 0, #ffffff4d 100%);
    display: block;
    position: absolute;
    top: 0;
    left: -75%;
    transform: skew(-25deg)
}

.banner .banner-content h2,
.banner-content p {
    text-transform: capitalize;
    color: #3bbbc2;
    margin: 0 0 50px;
    font-family: poppins;
    font-size: 24px;
    font-weight: 400
}

.tc-image-effect-shine {
    position: relative;
    overflow: hidden
}

.hvr-grow {
    vertical-align: middle;
    transition-property: transform;
    transition-duration: .3s;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #0000
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    transform: scale(1.1)
}

.inner-ser-banner {
    z-index: -1;
    position: absolute;
    top: 0
}

.term-sec-wrap {
    padding: 170px 0 50px
}

.term-sec-wrap .terms-content {
    margin: 0 0 40px
}

.modal {
    z-index: 1055;
    width: 100%;
    height: 100%;
    outline: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

#staticBackdrop .modal-content {
    background-image: url(../images/my-images/main-popup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}
.modal-body-form h1 {
    color: #fff;
    font-weight: 300;
    font-family: cursive;
}

.modal-body-form h1 span{
    color: #fbe086;
}

.modal-body-form p {
    color: #fbe086;
    font-size: 46px;
    margin: -14px !important;
    font-family: 'Font Awesome 6 Brands';
    font-weight: 700;
}
#staticBackdrop .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0d6efd;
    opacity: .5;
    width: 100%;
    z-index: -1;
    display: none;
}

#staticBackdrop .modal-content .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: 0 0;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 13px;
    border: 2px solid #fff;
    border-radius: 20px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
    transition: .3s ease-in-out
}

#staticBackdrop .modal-content .btn-close:hover {
    color: #fce181;
    border: 2px solid #fce181;
}

#staticBackdrop .modal-content .btn-close i {
    font-weight: 600
}

#staticBackdrop .modal-dialog {
    max-width: 500px;
    margin: 20px auto 0
}

#staticBackdrop .modal-header {
    padding: 0;
    border-bottom: none
}

#staticBackdrop .modal-body {
    padding: 15px 15px;
}

#staticBackdrop .modal-body .modal-body-form {
    text-align: center
}

.modal-body-form .staticBackdrop_modalTitle,
.modal-body-form h5 {
    font-family: 'Poppins';
    font-size: 30px;
    line-height: 28px;
    color: #f49720;
    margin: 0 !important
}

/* X======X=====X */


#dynamicPopup .modal-content {
    background-image: url(../images/my-images/main-popup.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#dynamicPopup .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0d6efd;
    opacity: .5;
    width: 100%;
    z-index: -1
}

#dynamicPopup .modal-content .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: 0 0;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 13px;
    border: 2px solid #fff;
    border-radius: 20px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
    transition: .3s ease-in-out
}

#dynamicPopup .modal-content .btn-close:hover {
    color: #f49720;
    border: 2px solid #f49720
}

#dynamicPopup .modal-content .btn-close i {
    font-weight: 600
}

#dynamicPopup .modal-dialog {
    max-width: 500px;
    margin: 170px auto 0
}

#dynamicPopup .modal-header {
    padding: 0;
    border-bottom: none
}

#dynamicPopup .modal-body {
    padding: 30px 20px
}

#dynamicPopup .modal-body .modal-body-form {
    text-align: center
}

.modal-body-form .staticBackdrop_modalTitle,
.modal-body-form h5 {
    font-family: 'Poppins';
    font-size: 30px;
    line-height: 28px;
    color: #f49720;
    margin: 0 !important
}

.flip-counter-popup {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

.modal-body-form .popup-form-list .form-group {
    margin: 0 0 10px
}

.modal-body-form .popup-form-list .form-group.form-group-last {
    margin: 0
}

.modal-body-form .popup-form-list .form-group input {
    background: 0 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px 2px #fbe08673;
}

.modal-body-form .popup-form-list .form-group input::placeholder {
    color: #fff;
    font-size: 16px
}

.modal-body-form .popup-form-list .form-group textarea {
    background: 0 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 2px 2px 6px 2px #fbe08673;
}

.modal-body-form .popup-form-list .form-group textarea::placeholder {
    color: #fff;
    font-size: 16px
}

.modal-body-form .popup-form-list .form-group button.submit-btn {
    background: #f49720;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border: 2px solid #f49720;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    text-transform: capitalize;
    outline: 0;
    transition: .3s ease-in-out
}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {
    background: #fff;
    color: #f49720;
    border: 2px solid #fff
}

.modal.show {
    padding-right: 0 !important
}

.modal-body-form .discountBadge,
.modal-body-form h3 {
    font-family: 'Poppins';
    font-size: 20px !important;
    line-height: 20px !important;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-top: 0px !important;
}

.modal-body-form .discountBadge span,
.modal-body-form h3 span {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    display: block;
    margin: 0 10px 0 0;
}

.modal .modal-dialog .modal-content .modal-body form {
    flex-direction: column;
    display: flex;
    padding: 0 !important
}

.floatbutton {
    -o-transition: .4s;
    width: 420px;
    z-index: 9;
    font-size: 0;
    transition: .4s;
    position: fixed;
    top: 16%;
    right: -370px
}

.floatbutton.active {
    right: 0;
    z-index: 999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap .chat_wrap {
    width: 280px;
    -o-transition: .3s;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: .3s;
    display: block;
    position: absolute;
    top: 40px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    vertical-align: middle;
    background: linear-gradient(45deg, #3bbbc2, #3bbbc2);
    border-right: 1px solid #ded9d9;
    border-radius: 50px 0 0 50px;
    padding: 18px 20px 16px;
    font-size: 18px;
    display: inline-block;
    box-shadow: 1px 0 13px #184dc1c2
}

.floatbutton .btns_wrap .call_wrap span {
    color: #333;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
    font-size: 20px
}

.fa-comment:before {
    content: ""
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #333;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
    font-size: 20px
}

.floatbutton .btns_wrap a:hover {
    right: 0;
    text-decoration: none !important
}

.floatbutton .btns_wrap .call_wrap {
    width: 280px;
    -o-transition: .3s;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: .3s;
    position: absolute;
    top: 120px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    background: linear-gradient(45deg, #3bbbc2, #3bbbc2);
    border-radius: 30px 0 0 30px;
    margin-top: 198px;
    padding-top: 0;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    box-shadow: -20px 7px 18px -7px #57b89717
}

.floatbutton .clickbutton .crossplus {
    -o-transition: .4s;
    color: #fff;
    white-space: pre;
    font-size: 16px;
    font-weight: 700;
    transition: .4s;
    display: block;
    position: absolute;
    bottom: 122px;
    left: -79px;
    transform: rotate(-90deg)
}

.floatbutton .banner-form {
    z-index: 9;
    width: 370px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 30px;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 30px #0000001f
}

.floatbutton .banner-form h3 {
    color: #333;
    margin-bottom: 20px;
    font-size: 24px
}

.floatbutton .banner-form .ban-form input {
    width: 100%;
    color: gray;
    height: 50px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    outline: 0 !important
}

.floatbutton .banner-form .ban-form textarea {
    width: 100%;
    color: gray;
    height: 120px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 15px 0 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    outline: 0 !important
}

.floatbutton .banner-form .ban-form input[type=submit] {
    color: #fff;
    text-align: center;
    background: linear-gradient(45deg, #3bbbc2, #f39a28);
    border: #0000;
    border-radius: 3px;
    margin: 20px 0 0;
    padding: 10px 15px;
    font-weight: 600
}

#clock1 {
    width: 100%;
    height: 70px;
    margin: 0 auto 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.flip-clock-divider .flip-clock-label {
    display: none
}

.flip-clock-wrapper ul {
    width: 40px;
    height: 50px;
    font-size: 40px;
    line-height: 45px;
    border-radius: 5px;
    background: #000
}

.flip-clock-wrapper ul li {
    line-height: 45px
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 20px;
    border-radius: 5px
}

.flip-clock-wrapper ul li a div.up:after {
    top: 24px;
    height: 3px
}

.flip-clock-dot {
    color: #fff;
    background: #fff
}

.fa-phone-alt:before {
    content: "\f095"
}

.cta-book-img-new2 {
    display: none
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
    .g-process-inner-content1 h3 {
        padding: 90px 0 0 50px
    }

    .g-process-inner-content1-1 p {
        padding: 40px 20px 20px
    }

    .g-process-inner-content2 h3 {
        padding: 85px 0 0 300px
    }

    .g-process-inner-content2-2 p {
        padding: 40px 15px 20px
    }

    .g-process-inner-content3 h3 {
        padding: 70px 0 0 50px
    }

    .g-process-inner-content3-3 p {
        padding: 25px
    }

    .g-process-inner-content4 h3 {
        text-align: left;
        padding: 60px 0 0 285px
    }

    .g-process-inner-content4-4 p {
        font-size: 15px;
        padding: 15px 20px 20px
    }

    .g-process-inner-content5 h3 {
        padding: 70px 0 0 50px
    }

    .g-process-inner-content5-5 p {
        font-size: 15px;
        padding: 20px
    }

    section.contact-section #contact-section-g {
        padding: 0 50px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 15px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    #staticBackdrop .modal-dialog {
        max-width: 500px;
        margin: 96px auto 0;
    }
    header nav.navbar .navbar-brand .logo {
        width: 120px
    }

    header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
        font-size: 12px
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 14px;
        width: 125px;
        padding: 8px
    }

    .cta-book-img-new2 {
        display: none
    }

    .g-process-inner {
        height: 1075px
    }

    .g-process-inner-content {
        height: 200px
    }

    .g-process-inner-content1 h3 {
        padding: 70px 0 0 50px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px
    }

    .g-process-inner-content1-1 p {
        font-size: 15px;
        padding: 30px 15px 20px
    }

    .g-process-inner-content2 h3 {
        padding: 60px 0 0 250px
    }

    .g-process-inner-content2-2 p {
        font-size: 15px;
        padding: 30px 15px 20px
    }

    .g-process-inner-content3 h3 {
        padding: 70px 0 0 50px
    }

    .g-process-inner-content3-3 p {
        font-size: 15px;
        padding: 25px
    }

    .g-process-inner-content4 h3 {
        text-align: left;
        padding: 60px 0 0 250px
    }

    .g-process-inner-content4-4 p {
        font-size: 15px;
        padding: 15px 20px 20px
    }

    .g-process-inner-content5 h3 {
        padding: 70px 0 0 50px
    }

    .g-process-inner-content5-5 p {
        font-size: 15px;
        padding: 20px
    }

    .g-process-inner-content1 h3,
    .g-process-inner-content2 h3,
    .g-process-inner-content3 h3,
    .g-process-inner-content4 h3,
    .g-process-inner-content5 h3 {
        font-size: 24px
    }

    section.contact-section #contact-section-g {
        padding: 0 50px
    }
}

@media only screen and (max-width: 1370px) {
    header nav.navbar .navbar-brand .logo {
        width: 160px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 0 5px
    }

    header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
        font-size: 7px
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        width: 65%
    }

    header .navbar-nav .nav-item ul.dropdown-menu li a {
        font-size: 14px
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 12px;
        width: 125px;
        padding: 8px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    header nav.navbar .navbar-brand .logo {
        width: 100px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 0 5px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 10px
    }

    header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
        font-size: 7px
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        width: 65%
    }

    header .navbar-nav .nav-item ul.dropdown-menu li a {
        font-size: 10px
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 10px;
        width: 125px;
        padding: 8px
    }

    .cta-book-img-new2 {
        display: none
    }

    .g-process-inner {
        margin: 20px 0;
        height: inherit
    }

    .g-process-inner-content {
        height: 175px
    }

    .g-process-inner-content1 h3 {
        padding: 60px 0 0 40px
    }

    .g-process-inner-content1-1 p {
        font-size: 12px;
        padding: 20px
    }

    .g-process-inner-content2 h3 {
        padding: 40px 0 0 225px
    }

    .g-process-inner-content2-2 p {
        font-size: 12px;
        padding: 20px
    }

    .g-process-inner-content3 h3 {
        padding: 40px 0 0 40px
    }

    .g-process-inner-content3-3 p {
        font-size: 12px;
        padding: 15px 20px
    }

    .g-process-inner-content4 h3 {
        text-align: left;
        padding: 20px 20px 20px 225px
    }

    .g-process-inner-content4-4 p,
    .g-process-inner-content5-5 p {
        font-size: 12px;
        padding: 0 20px 20px
    }

    .g-process-inner-content1 h3,
    .g-process-inner-content2 h3,
    .g-process-inner-content3 h3,
    .g-process-inner-content4 h3,
    .g-process-inner-content5 h3 {
        font-size: 22px
    }

    .g-cta img {
        height: 300px
    }

    section.contact-section #contact-section-g {
        padding: 0 30px
    }

    .footer-logo-area .footer-info ul li a {
        font-size: 14px;
        line-height: 20px
    }

    .footer-top .footer-links-area {
        margin: 0 0 20px
    }

    .footer-brands-area .footer-brands-logos img {
        width: 100px
    }

    .footer-brands-area .footer-dmc-logos {
        margin: 0 0 20px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    header .navbar-toggler {
        background: #3bbbc2
    }

    header .navbar-expand-lg .navbar-collapse {
        padding: 10px 0
    }

    header .navbar-collapse ul.navbar-nav {
        margin: 0
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        border-bottom: 2px solid #3bbbc2
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        padding: 10px 0;
        width: 100%
    }

    header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
        justify-content: space-between;
        position: relative
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        position: absolute;
        top: 47px;
        transform: inherit;
        opacity: inherit;
        visibility: inherit;
        min-height: 250px;
        max-height: 250px;
        overflow-y: auto;
        display: none
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
        border-radius: 0px
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
        width: 3px;
        background: #fff;
        border-radius: 0px
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #353a4d;
        border-radius: 0px
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        position: unset;
        width: 100%;
        border-radius: 0;
        border: 1px solid #ef9541;
        box-shadow: none;
        padding: unset;
        opacity: unset;
        visibility: unset;
        transform: inherit;
        display: none
    }

    header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
        top: 0;
        width: 100%;
        margin: 0;
        min-height: inherit !important;
        max-height: inherit !important;
        overflow: inherit
    }

    header nav.navbar .navbar-buttons {
        margin: 10px 0
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 14px;
        padding: 8px
    }

    .hero-banner {
        background-color: #10549b !important;
        background-image: none !important;
        padding: 160px 0 50px
    }

    .banner-btns {
        margin: 0 0 20px
    }

    .sec {
        padding: 30px 0
    }

    .booksell-platform {
        text-align: center
    }

    .booksell-platform .d-flex {
        justify-content: center
    }

    .booksell-platform .platform-logo-booksell {
        margin: 0 10px 0 0
    }

    .booksell-platform .platform-logo-booksell img {
        width: 100px
    }

    .pt-sec-new.sec-mt {
        margin: 0
    }

    .pt-sec-new .nav-tabs .nav-link {
        margin: 0 10px 10px
    }

    .pt-portfolio-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .pt-portfolio-wrap .pt-new-img {
        width: 25%
    }

    .new-company-sec ul {
        padding: 0 0 0 20px
    }

    .new-company-sec img {
        margin: 20px 0
    }

    .revies-platform-images .pf-logo {
        margin: 0 8px 0 0
    }

    .revies-platform-images .pf-logo img {
        width: 100px;
        margin: 0
    }

    .award-winning-wrap .award-winning-logo img {
        width: 100px
    }

    .cta-sec-new {
        padding: 30px 0
    }

    .cta-sec-new .cta-btns .btn-cta {
        margin: 0 5px 10px
    }

    .cta-book-img-new2 {
        display: none
    }

    .our-ser-new-sec .serbox-new {
        margin: 20px 10px 0
    }

    .g-process-bg {
        padding: 30px 0
    }

    .g-process-inner {
        margin: 20px 0;
        background-image: none;
        height: inherit
    }

    .g-process-inner-content {
        height: inherit
    }

    .g-process-inner-content1 h3,
    .g-process-inner-content2 h3,
    .g-process-inner-content3 h3,
    .g-process-inner-content4 h3,
    .g-process-inner-content5 h3 {
        padding: 0
    }

    .g-process-inner-content4 h3 {
        text-align: left
    }

    .g-process-inner-content2-2 p {
        padding: 0
    }

    .bgnewcolor .g-cta {
        padding: 30px
    }

    .g-cta img {
        height: 250px;
        position: inherit
    }

    .g-how-we-content {
        margin: 20px 0
    }

    .new-test-sec .new-test-box {
        padding: 20px
    }

    section.frequently-asked-questions {
        padding: 30px 0
    }

    .frequently-asked-questions .frequently-heading {
        padding: 0 50px
    }

    .frequently-asked-questions .frequently-heading h4 {
        font-size: 32px;
        margin: 0 0 20px
    }

    section.contact-section .section__title {
        margin: 0 0 20px;
        font-size: 32px
    }

    section.contact-section #contact-section-g {
        padding: 0 50px
    }

    .new-editing-bg {
        padding: 120px 0 30px !important;
        text-align: center
    }

    .services-together-wrap .services-together-head h2 {
        font-size: 32px;
        line-height: 38px
    }

    section.editing-sec5-box-main-bg {
        padding: 30px 0
    }

    .editing-sec5-box-main-bg h4 {
        font-size: 32px;
        line-height: 38px
    }

    section.why-choose-service {
        padding: 30px 0
    }

    .why-choose-service-head h4 {
        font-size: 32px;
        line-height: 38px
    }

    .why-choose-img {
        margin: 20px 0
    }

    section.about-who-we-are {
        padding: 30px 0;
        text-align: center
    }

    .about-who-we-are .about-who-head {
        margin: 0 0 20px
    }

    .testimonials .review-card {
        height: 600px;
        padding: 20px
    }

    #dp-slider {
        height: 450px
    }

    .testimonials .arrow-main {
        z-index: 999;
        bottom: -40%
    }

    section.contact-section picture img {
        display: none
    }

    .contact-us .ways-to-connect {
        flex-direction: column
    }

    .contact-us .ways-to-connect .ways-to-connect-connect {
        justify-content: left;
        margin: 0 0 20px
    }

    .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
        padding: 0 25px;
        border: none
    }

    .footer-logo-area .footer-info ul li a {
        font-size: 14px;
        line-height: 20px
    }

    .footer-top .footer-links-area {
        margin: 0 0 20px
    }

    .footer-links-area h4 {
        font-size: 18px;
        line-height: 24px
    }

    .footer-brands-area .footer-brands-logos img {
        width: 100px
    }

    .footer-brands-area .footer-dmc-logos {
        margin: 0 0 20px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    header .navbar-toggler {
        background: #3bbbc2
    }
    
    header .navbar-expand-lg .navbar-collapse {
        padding: 10px 0
    }

    header .navbar-collapse ul.navbar-nav {
        margin: 0
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        border-bottom: 2px solid #3bbbc2
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        padding: 10px 0;
        width: 100%
    }

    header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
        justify-content: space-between;
        position: relative
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        position: absolute;
        top: 47px;
        transform: inherit;
        opacity: inherit;
        visibility: inherit;
        min-height: 250px;
        max-height: 250px;
        overflow-y: auto;
        display: none
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
        border-radius: 0px
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
        width: 3px;
        background: #fff;
        border-radius: 0px
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #353a4d;
        border-radius: 0px
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        position: unset;
        width: 100%;
        border-radius: 0;
        border: 1px solid #ef9541;
        box-shadow: none;
        padding: unset;
        opacity: unset;
        visibility: unset;
        transform: inherit;
        display: none
    }

    header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
        top: 0;
        width: 100%;
        margin: 0;
        min-height: inherit !important;
        max-height: inherit !important;
        overflow: inherit
    }

    header nav.navbar .navbar-buttons {
        margin: 10px 0
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 14px;
        padding: 8px
    }

    .hero-banner {
        padding: 120px 0 50px;
        text-align: center
    }

    .banner-list {
        text-align: left
    }

    .banner-btns {
        margin: 0 0 20px
    }

    .hero-banner-form {
        padding: 25px
    }

    .sec {
        padding: 20px 0
    }

    .booksell-platform {
        text-align: center
    }

    .booksell-platform .d-flex {
        flex-wrap: wrap;
        justify-content: center
    }

    .booksell-platform .platform-logo-booksell {
        margin: 0 10px 10px
    }

    .booksell-platform .platform-logo-booksell img {
        width: 120px
    }

    .pt-sec-new.sec-mt {
        margin: 0
    }

    .pt-sec-new .nav-tabs .nav-link {
        margin: 0 10px 10px
    }

    .pt-portfolio-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .pt-portfolio-wrap .pt-new-img {
        width: 33%
    }

    .new-company-sec {
        text-align: center
    }

    .new-company-sec ul {
        text-align: left;
        padding: 0 0 0 20px
    }

    .new-company-sec img {
        margin: 20px 0
    }

    .revies-platform-images {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 0
    }

    .revies-platform-images .pf-logo {
        margin: 0 8px 10px
    }

    .revies-platform-images .pf-logo img {
        width: 120px;
        margin: 0
    }

    .award-winning-new-sec {
        text-align: center
    }

    .award-winning-new-sec .award-winning-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 0
    }

    .award-winning-wrap .award-winning-logo {
        margin: 0 8px 10px
    }

    .award-winning-wrap .award-winning-logo img {
        width: 100px;
        margin: 0
    }

    .new-books-sec {
        text-align: center
    }

    .new-books-sec .genre-grid-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 0
    }

    .genre-grid-wrap .genre-wrap-item {
        width: 45%;
        margin: 0 8px 10px
    }

    .genre-grid-wrap .genre-wrap-item img {
        margin: 0
    }

    .cta-sec-new {
        padding: 30px 0
    }

    .cta-sec-new .cta-btns .btn-cta {
        margin: 0 5px 10px
    }

    .cta-book-img-new2 {
        display: none
    }

    .our-ser-new-sec {
        text-align: center
    }

    .our-ser-new-sec .serbox-new {
        margin: 20px 10px 0
    }

    .our-ser-new-sec .prev-slide {
        left: 0
    }

    .our-ser-new-sec .next-slide {
        right: 0
    }

    .g-process-bg {
        padding: 30px 0
    }

    .g-process-bg .g-cta-1-content h5:after {
        left: 0;
        right: 0
    }

    .g-process-inner {
        margin: 20px 0;
        background-image: none;
        text-align: center;
        height: inherit
    }

    .g-process-inner-content {
        height: inherit
    }

    .g-process-inner-content1 h3,
    .g-process-inner-content2 h3,
    .g-process-inner-content2-2 p,
    .g-process-inner-content3 h3,
    .g-process-inner-content4 h3,
    .g-process-inner-content5 h3 {
        padding: 0
    }

    .g-process-bg .order-one {
        order: 1
    }

    .g-process-bg .order-two {
        order: 2
    }

    .bgnewcolor .g-cta {
        padding: 30px
    }

    .g-cta img {
        display: none
    }

    .bgnewcolor {
        text-align: center
    }

    .bgnewcolor picture img {
        margin: 20px 0
    }

    .g-how-we-content h4:after {
        left: 0;
        right: 0
    }

    .our-value-sec picture img {
        margin: 20px 0
    }

    .new-test-sec .testi-heading {
        font-size: 32px
    }

    .new-test-sec .new-test-box {
        padding: 20px
    }

    .new-test-sec .new-test-box .d-flex {
        flex-wrap: wrap;
        justify-content: center
    }

    .new-test-box .testi-box-new-detail {
        width: 100%;
        text-align: center
    }

    .new-test-box .new-testi-box-img {
        text-align: center;
        width: 100%
    }

    .new-test-box .new-testi-box-img img {
        margin: 0 auto
    }

    section.frequently-asked-questions {
        padding: 30px 0
    }

    .frequently-asked-questions .frequently-heading {
        padding: 0 50px
    }

    .frequently-asked-questions .frequently-heading h4 {
        font-size: 32px;
        margin: 0 0 20px
    }

    section.contact-section .section__title {
        margin: 0 0 20px;
        font-size: 32px
    }

    section.contact-section #contact-section-g {
        padding: 0 50px
    }

    .frm_area_btm form {
        padding: 30px
    }

    .frm_area_btm form .form-check {
        text-align: left
    }

    #contact-section-g .contact-flow {
        padding: 20px
    }

    .contact-flow__list-item {
        text-align: left
    }

    .new-editing-bg {
        padding: 120px 0 30px !important;
        text-align: center
    }

    .services-together-wrap .services-together-head {
        text-align: center
    }

    .services-together-wrap .services-together-head h2 {
        font-size: 32px;
        line-height: 38px
    }

    section.editing-sec5-box-main-bg {
        padding: 30px 0
    }

    .editing-sec5-box-main-bg h4 {
        font-size: 32px;
        line-height: 38px
    }

    section.why-choose-service {
        padding: 30px 0
    }

    .why-choose-service-head {
        text-align: center
    }

    .why-choose-service-head h4 {
        font-size: 32px;
        line-height: 38px
    }

    .why-choose-img {
        margin: 20px 0;
        text-align: center
    }

    .why-choose-img img {
        width: 75%
    }

    section.about-who-we-are {
        padding: 30px 0;
        text-align: center
    }

    .about-who-we-are .about-who-head {
        margin: 0 0 20px
    }

    section.g-about-service {
        text-align: center
    }

    .testimonials .review-card {
        height: 600px;
        padding: 20px
    }

    #dp-slider {
        height: 450px
    }

    .testimonials .arrow-main {
        z-index: 999;
        bottom: -40%
    }

    section.contact-section picture img {
        display: none
    }

    .contact-us .ways-to-connect {
        flex-direction: column
    }

    .contact-us .ways-to-connect .ways-to-connect-connect {
        justify-content: left;
        margin: 0 0 20px
    }

    .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
        padding: 0 25px;
        border: none
    }

    .footer-logo-area .footer-info ul li a {
        font-size: 14px;
        line-height: 20px
    }

    .footer-top .footer-links-area {
        margin: 0 0 20px
    }

    .footer-links-area h4 {
        font-size: 18px;
        line-height: 24px
    }

    .footer-links-area .footer-services-nav-links {
        flex-direction: column
    }

    .footer-brands-area .footer-brands-logos img {
        width: 100px;
        margin: 0 10px
    }

    .footer-brands-area .footer-dmc-logos {
        justify-content: center;
        margin: 0 0 20px
    }

    .footer-bottom .footer-copyright {
        text-align: center
    }

    .footer-copyright p {
        margin: 0 0 10px
    }

    .footer-bottom-links ul {
        justify-content: center
    }

    .flip-clock-wrapper ul {
        width: 40px;
        height: 50px;
        font-size: 40px;
        line-height: 50px;
        margin: 3px
    }
    .col-md-6.text-center.ponit img {
        display: none;
    }
    .flip-clock-wrapper ul li {
        line-height: 50px
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 20px
    }

    .flip-clock-wrapper ul li a div.up:after {
        top: 23px;
        height: 3px
    }

    .floatbutton {
        display: none
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    header .navbar-toggler {
        background: #3bbbc2
    }
    .col-md-6.text-center.ponit img {
        display: none;
    }
    form.form_submission {
        padding: 16px 0 0 22px;
    }
    p.card-text {
        height: 150px;
        overflow: scroll;
    }
    header .navbar-expand-lg .navbar-collapse {
        padding: 10px 0
    }

    header .navbar-collapse ul.navbar-nav {
        margin: 0
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        border-bottom: 2px solid #3bbbc2
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        padding: 10px 0;
        width: 100%
    }

    header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
        justify-content: space-between;
        position: relative
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        position: absolute;
        top: 47px;
        transform: inherit;
        opacity: inherit;
        visibility: inherit;
        min-height: 250px;
        max-height: 250px;
        overflow-y: auto;
        display: none
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
        border-radius: 0px
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
        width: 3px;
        background: #fff;
        border-radius: 0px
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #353a4d;
        border-radius: 0px
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        position: unset;
        width: 100%;
        border-radius: 0;
        border: 1px solid #ef9541;
        box-shadow: none;
        padding: unset;
        opacity: unset;
        visibility: unset;
        transform: inherit;
        display: none
    }

    header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
        top: 0;
        width: 100%;
        margin: 0;
        min-height: inherit !important;
        max-height: inherit !important;
        overflow: inherit
    }

    header nav.navbar .navbar-buttons {
        margin: 10px 0
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 14px;
        padding: 8px
    }

    .hero-banner {
        padding: 170px 0 50px;
        text-align: center
    }

    .banner-list {
        text-align: left
    }

    .banner-btns {
        margin: 0 0 20px
    }

    .hero-banner-form {
        padding: 25px
    }

    .sec {
        padding: 30px 0
    }

    .booksell-platform {
        text-align: center
    }

    .booksell-platform .d-flex {
        flex-wrap: wrap;
        justify-content: center
    }

    .booksell-platform .platform-logo-booksell {
        margin: 0 10px 10px
    }

    .booksell-platform .platform-logo-booksell img {
        width: 100px
    }

    .pt-sec-new.sec-mt {
        margin: 0
    }

    .pt-sec-new .nav-tabs .nav-link {
        margin: 0 10px 10px
    }

    .pt-portfolio-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .pt-portfolio-wrap .pt-new-img {
        width: 45%
    }

    .new-company-sec {
        text-align: center
    }

    .new-company-sec ul {
        text-align: left;
        padding: 0 0 0 20px
    }

    .new-company-sec img {
        margin: 20px 0;
        width: 100%
    }

    .revies-platform-images {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 0
    }

    .revies-platform-images .pf-logo {
        margin: 0 8px 10px
    }

    .revies-platform-images .pf-logo img {
        width: 100px;
        margin: 0
    }

    .award-winning-new-sec {
        text-align: center
    }

    .award-winning-new-sec .award-winning-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 0
    }

    .award-winning-wrap .award-winning-logo {
        margin: 0 8px 10px
    }

    .award-winning-wrap .award-winning-logo img {
        width: 100px;
        margin: 0
    }

    .new-books-sec {
        text-align: center
    }

    .new-books-sec .genre-grid-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 0
    }

    .genre-grid-wrap .genre-wrap-item {
        margin: 0 8px 10px
    }

    .genre-grid-wrap .genre-wrap-item img {
        margin: 0
    }

    .cta-sec-new {
        padding: 30px 0
    }

    .cta-sec-new .cta-btns .btn-cta {
        margin: 0 5px 10px
    }

    .cta-book-img-new2 {
        display: none
    }

    .our-ser-new-sec {
        text-align: center
    }

    .our-ser-new-sec .serbox-new {
        margin: 20px 10px 0
    }

    .our-ser-new-sec .prev-slide {
        left: 0
    }

    .our-ser-new-sec .next-slide {
        right: 0
    }

    .g-process-bg {
        padding: 30px 0
    }

    .g-process-bg .g-cta-1-content h5:after {
        left: 0;
        right: 0
    }

    .g-process-inner {
        margin: 20px 0;
        background-image: none;
        text-align: center;
        height: inherit
    }

    .g-process-inner-content {
        height: inherit
    }

    .g-process-inner-content1 h3,
    .g-process-inner-content2 h3,
    .g-process-inner-content2-2 p,
    .g-process-inner-content3 h3,
    .g-process-inner-content4 h3,
    .g-process-inner-content5 h3 {
        padding: 0
    }

    .g-process-bg .order-one {
        order: 1
    }

    .g-process-bg .order-two {
        order: 2
    }

    .bgnewcolor .g-cta {
        padding: 30px
    }

    .g-cta img {
        display: none
    }

    .bgnewcolor {
        text-align: center
    }

    .bgnewcolor picture img {
        margin: 20px 0
    }

    .g-how-we-content h4:after {
        left: 0;
        right: 0
    }

    .our-value-sec picture img {
        margin: 20px 0
    }

    .new-test-sec .testi-heading {
        font-size: 32px
    }

    .new-test-sec .new-test-box {
        padding: 20px
    }

    .new-test-sec .new-test-box .d-flex {
        flex-wrap: wrap;
        justify-content: center
    }

    .new-test-box .testi-box-new-detail {
        width: 100%;
        text-align: center
    }

    .new-test-box .new-testi-box-img {
        display: none
    }

    section.frequently-asked-questions {
        padding: 30px 0
    }

    .frequently-asked-questions .frequently-heading h4 {
        font-size: 32px;
        margin: 0 0 20px
    }

    section.contact-section .section__title {
        margin: 0 0 20px;
        font-size: 32px
    }

    section.contact-section #contact-section-g {
        padding: 0 20px
    }

    .frm_area_btm form {
        padding: 30px
    }

    #contact-section-g .contact-flow {
        padding: 20px
    }

    .contact-flow__list-item {
        text-align: left
    }

    .new-editing-bg {
        padding: 120px 0 30px !important;
        text-align: center
    }

    .services-together-wrap .services-together-head {
        text-align: center
    }

    .services-together-wrap .services-together-head h2 {
        font-size: 32px;
        line-height: 38px
    }

    section.editing-sec5-box-main-bg {
        padding: 30px 0
    }

    .editing-sec5-box-main-bg h4 {
        font-size: 32px;
        line-height: 38px
    }

    section.why-choose-service {
        padding: 30px 0
    }

    .why-choose-service-head {
        text-align: center
    }

    .why-choose-service-head h4 {
        font-size: 32px;
        line-height: 38px
    }

    .why-choose-img {
        margin: 20px 0;
        text-align: center
    }

    section.about-who-we-are {
        padding: 30px 0;
        text-align: center
    }

    .about-who-we-are .about-who-head {
        margin: 0 0 20px
    }

    section.g-about-service {
        text-align: center
    }

    .testimonials .review-card {
        height: 850px;
        padding: 20px
    }

    #dp-slider {
        height: 700px
    }

    .testimonials .arrow-main {
        z-index: 999;
        bottom: -30%
    }

    section.contact-section picture img {
        display: none
    }

    .contact-us .ways-to-connect {
        flex-direction: column
    }

    .contact-us .ways-to-connect .ways-to-connect-connect {
        justify-content: left;
        margin: 0 0 20px
    }

    .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
        padding: 0 25px;
        border: none
    }
    img.img-fluid.animate__animated.animate__fadeInUp {
        display: none;
    }
    section.sec-pb .col-md-6.d-flex.justify-content-center img.img-fluid {
        display: none;
    }
    .serbox-new{
        width: 85%;
    margin-left: 28px !important;
    }
    .footer-form-head {
        color: #fff !important;
        padding-top: 0px !important;
        text-align: center;
    }
    section.my-contact-us p {
        color: #fff !important;
        text-align: center;
    }
    .footer_top .footer_LinkHeading, .footer_top h4{
        margin-top: 40px !important;
        margin-bottom: 0 !important;
    }
    .hero-banner-form img.percentfifty.animatepulse.animate__animated.animate__jackInTheBox {
        margin-bottom: 20px;
    }
    h2 {
        font-size: 27px !important;
    }
    h3{
        font-size: 25px !important;
    }
    h6{
        font-size: 22px !important;
    }
    .our-steps p {
        font-size: 14px !important;
    }
    .my-our-value .col-md-7{
        height: 635px !important;
    }
    #staticBackdrop .modal-dialog {
        max-width: 100% !important;
        margin: 100px 10px 0
    }
    .text-white.fs-15.position-relative {
        display: none;
    }
    .modal-body-form .staticBackdrop_modalTitle,
    .modal-body-form h5 {
        font-family: 'Poppins';
        font-size: 22px;
        line-height: 24px
    }

    .flip-clock-wrapper ul {
        width: 25px;
        height: 40px;
        font-size: 30px;
        line-height: 40px;
        margin: 2px
    }

    .flip-clock-wrapper ul li {
        line-height: 40px
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 20px;
        border-radius: 5px
    }

    .flip-clock-wrapper ul li a div.up:after {
        top: 19px;
        height: 3px
    }

    .flip-clock-dot {
        width: 7px;
        height: 7px;
        left: 4px
    }

    .flip-clock-dot.top {
        top: 36px
    }

    .flip-clock-dot.bottom {
        bottom: 36px
    }

    .modal-body-form .discountBadge,
    .modal-body-form h3 {
        font-family: 'Poppins';
        font-size: 22px;
        line-height: 26px
    }

    .modal-body-form .discountBadge span,
    .modal-body-form h3 span {
        font-size: 54px;
        line-height: 60px
    }

    .modal-body-form .popup-form-list .form-group button.submit-btn {
        font-size: 16px
    }

    .floatbutton {
        display: none
    }
}

footer {
    background: #026670;
}

.footer_top {
    padding: 65px 0 40px
}

.footer_top .footer_LinkHeading,
.footer_top h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    min-height: 28px;
    margin-bottom: 20px
}

.footer_top ul.footer_links li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px
}

.footer_top .row .col {
    border-right: 1px solid #4e5566;
    padding-left: 40px
}

.footer_top .row .col:last-child {
    border-right: none
}

.footer_social li {
    display: inline-block;
    margin: 0 15px
}

.footer_social li a {
    color: #fff;
    font-size: 24px
}

.copyright {
    padding: 30px 0;
    border-top: 1px solid #212c47
}

.copyright .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.copyright p,
.copyright p a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0
}

.copyright p a {
    margin: 0 6px
}

.my-our-value {
    padding-top: 50px;
    padding-bottom: 50px
}

.steps-background {
    padding-top: 40px;
    padding-bottom: 50px;
    background: url(../images/my-images/our-process.jpg) center/cover no-repeat;
    height: 780px;
    filter: hue-rotate(308deg);
}

.our-steps {
    width: 70%
}

.our-steps h4,
.our-steps h6 {
    margin-bottom: 0;
    font-size: large;
    font-weight: 700
}

.our-steps p {
    font-size: 13px
}

.step-1 {
    padding-left: 80px
}

.step-2 {
    /* padding-top: 00px; */
    padding-left: 202px;
    width: 80%
}

.step-3 {
    /* padding-top: 20px; */
    padding-left: 217px;
    width: 80%
}

.step-4 {
    /* padding-top: 30px; */
    padding-left: 189px;
    width: 80%
}

.step-5 {
    /* padding-top: 42px; */
    padding-left: 78px;
    width: 64%
}

@media screen and (max-width: 1400px) {
    .my-our-value {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .steps-background {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(../images/my-images/our-process.jpg) center/cover no-repeat;
        height: 780px
    }

    .our-steps {
        width: 70%
    }

    .our-steps h1 {
        font-size: large;
        font-weight: 700
    }

    .our-steps p {
        font-size: 13px
    }

    .step-1 {
        /* padding-top: 30px; */
        padding-left: 62px
    }

    .step-2 {
        /* padding-top: 33px; */
        padding-left: 169px;
        width: 80%
    }

    .step-3 {
        /* padding-top: 69px; */
        padding-left: 184px;
        width: 90%
    }

    .step-4 {
        /* padding-top: 34px; */
        padding-left: 164px;
        width: 80%
    }

    .step-5 {
        /* padding-top: 33px; */
        padding-left: 62px;
        width: 74%
    }

    .percentfifty {
        margin-left: -10px !important
    }

    .banner-form-heading {
        font-size: 18px;
        font-weight: 800
    }

    .hero-banner-form p {
        color: #262626;
        margin-top: -20px;
        font-size: 11px
    }
}

@media screen and (max-width: 1200px) {
    .my-our-value {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .steps-background {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(../images/my-images/our-process.jpg) center/cover no-repeat;
        height: 780px
    }

    .our-steps {
        width: 70%
    }

    .our-steps h1 {
        font-size: large;
        font-weight: 700
    }

    .our-steps p {
        font-size: 13px
    }

    .step-1 {
        /* padding-top: 30px; */
        padding-left: 45px;
        width: 90%
    }

    .step-2 {
        /* padding-top: 33px; */
        padding-left: 150px;
        width: 100%
    }

    .step-3 {
        /* padding-top: 26px; */
        padding-left: 184px;
        width: 100%
    }

    .step-4 {
        /* padding-top: 63px; */
        padding-left: 163px;
        width: 100%
    }

    .step-5 {
        /* padding-top: 14px; */
        padding-left: 50px;
        width: 100%
    }

    .hero-banner {
        background-color: #0b666f !important;
        background-image: none !important
    }
}

@media screen and (max-width: 900px) {
    .my-our-value {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .steps-background {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url(../images/my-images/our-process.jpg) center/cover no-repeat;
        height: auto
    }

    .our-steps {
        width: 70%
    }

    .our-steps h1 {
        font-size: 15px;
        font-weight: 700
    }

    .our-steps p {
        font-size: 10px
    }

    .step-1 {
        /* padding-top: 30px; */
        padding-left: 45px;
        width: 100%
    }

    .step-2 {
        /* padding-top: 33px; */
        padding-left: 150px;
        width: 100%
    }

    .step-3 {
        /* padding-top: 83px; */
        padding-left: 165px;
        width: 100%
    }

    .step-4 {
        /* padding-top: 39px; */
        padding-left: 141px;
        width: 100%
    }

    .step-5 {
        /* padding-top: 40px; */
        padding-left: 50px;
        width: 100%
    }
    .card-textss{
        height: 197px !important;
    }
}

@media screen and (max-width: 500px) {
    .my-our-value {
        padding-top: 40px;
        padding-bottom: 60px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .steps-background {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #fff;
        height: auto
    }

    .our-steps {
        width: 70%
    }

    .our-steps h1 {
        font-size: 15px;
        font-weight: 700
    }

    .our-steps p {
        font-size: 10px
    }

    .step-1,
    .step-2,
    .step-3,
    .step-4,
    .step-5 {
        padding: 0;
        width: 100%
    }
}

.card {
    height: 100%;
    transition: .2s ease-in-out;
    border: none;
    box-shadow: 0px 4px 12px 1px #ddd;
    border-radius: 22px !important;
}

.card-title {
    font-size: 22px;
    transition: .2s ease-in-out;
    line-height: 27px;
    font-weight: 600;
}

.card-textss{
    font-size: 14px;
    height: 127px;
    margin-top: 17px;
}

.card-icon img {
    filter: hue-rotate(187deg);
}

.card:hover,
.card:hover .card-text,
.card:hover .card-title {
    cursor: pointer;
    background: #3bbbc2;
    color: #fff;
    transform: translateY(-4px);
   
}

.button-27 {
    appearance: none;
    background-color: #000;
    border: 2px solid #1a1a1a;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: poppins, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    outline: 0;
    padding: 13px 44px;
    text-align: center;
    text-decoration: none;
    transition: .3s cubic-bezier(.23, 1, .32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform
}

.button-27:disabled {
    pointer-events: none
}

.button-27:hover {
    border: 2px solid #1a1a1a;
    background-color: transparent;
    color: #1a1a1a;
    box-shadow: rgba(0, 0, 0, .25) 0 8px 15px;
    transform: translateY(-2px)
}

.button-27:active {
    box-shadow: none;
    transform: translateY(0)
}

.button-28 {
    appearance: none;
    background-color: #3bbbc2;
    border: 2px solid #3bbbc2 !important;!i;!;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
    outline: 0;
    padding: 9px 28px 13px;
    text-align: center;
    text-decoration: none;
    transition: .3s cubic-bezier(.23, 1, .32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform
}

.button-28:disabled {
    pointer-events: none
}

.button-28:hover {
    background-color: #FCE181;
    color: #fff;
    border: none;
    border: 2px solid #FCE181 !important;!i;!;
}

.button-28:active {
    box-shadow: none;
}

.my-contact-us {
    background-image: url(../images/my-images/contact-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}

img.animatepulse {
    animation: 2s infinite pulse
}

.footer-form {
    /* background-color: #0c3b6b; */
    padding: .575rem .75rem
}

.footer-form::placeholder {
    color: #87a4c2 !important
}

.thankyou_sec {
    padding: 5rem 0;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fff
}

.main-thankyou {
    text-align: center
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    background-image: -webkit-linear-gradient(90deg, #25a9e0 0, #004974 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700 !important;
    line-height: 1.1
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4
}

.start_live_chat {
    font-size: 20px;
    background-color: #004974;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 50px;
    margin: 20px 0 0;
    color: #fff !important;
    text-decoration: none;
    line-height: 16px
}

@media (max-width: 768px) {
    #hideinmobile {
        display: none !important
    }

    .my-our-value h3 {
        line-height: 24px !important
    }

    .my-contact-us {
        background: #41bbc1ab !important;
    }
    .card-body {
        /* margin-left: 37px; */
    }
}

.badge {
    font-size: 14px !important
}

.testi-para-new {
    margin-top: 15px !important;
    height: 100px;
    padding-right: 10px;
    overflow-y: scroll;
}

.testi-para-new::-webkit-scrollbar {
    width: 4px;
    overflow: hidden;
    appearance: none;
    height: 100%;
}

.testi-para-new::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: #3bbbc2;
}

.testi-para-new::-webkit-scrollbar-track {
    border-radius: 15px;
    background: rgba(0, 0, 0, .25);
}

.testi_title {
    font-size: 32px;
    font-weight: 700 !important;
}

.test-name {
    font-size: 22px;
    font-weight: 700;
}

.hero-banner-form::before {
    content: "";
    background-color: #fff !important;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    top: -180px
}

@media (max-width: 1200px) {
    .hero-banner-form::before {
        display: none !important
    }
}

.swiper {
    width: 340px;
    height: 380px
}

.swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    flex-wrap: wrap;
    padding: 10px 20px;
    color: #fff;
    flex-direction: column
}

.swiper-slide h4 {
    text-align: left;
    font-weight: 800;
    font-size: 20px
}

.swiper-slide p {
    font-size: 13px;
    font-weight: 300
}

.swiper-slide:nth-child(1n) {
    background-color: #3bbbc2
}

.swiper-slide:nth-child(2n) {
    background-color: #0d589d
}

.swiper-slide:nth-child(3n) {
    background-color: #3bbbc2
}

.swiper-slide:nth-child(4n) {
    background-color: #0d589d
}

.swiper-slide:nth-child(5n) {
    background-color: #3bbbc2
}

.swiper-slide:nth-child(6n) {
    background-color: #0d589d
}

.video-ctn p {
    font-size: 18px;
    line-height: 1.7;
}

/*black popup start*/
.custom-popup .modal-content {
    position: relative;
    background-color: transparent;
    border: none;
}

.custom-popup .btn-close {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background: none;
    color: #fff;
    font-size: 20px;
}

.custom-popup .modal-dialog {
    max-width: 60vw !important;
    width: 100%;
    margin: auto !important;
}

.theme-h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banner-form .theme-h3,
.banner-form .theme-p {
    text-align: center;
    color: #fff;
}

.banner-form .input-field input,
.banner-form .input-field textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    resize: none;
    margin-bottom: 10px;
}

.banner-form .input-field textarea {
    height: 120px;
}

.banner-form .input-field *::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.banner-form button {
    position: inherit;
    left: 0%;
    bottom: 0;
    /* transform: translateX(-50%) translateY(50%); */
    padding: 12px 45px;
    display: inline-block;
    width: 100%;
}

.banner-form .fldset:has(button) {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#staticBackdrop .modal-content {
    overflow: visible;
}

/*black popup end*/
/* Hire Page Card */
.p-fix {
    position: fixed;
}

.mybgw {
    position: relative;
    z-index: 2;
    background-color: white;
}

.hiring-section {
    position: relative;
    z-index: 1;
}

.hiring-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hire-card-header {
    padding-bottom: 6px;
    border-bottom: 1px solid #cfcfcf;
}

.hire-profile .profile-column img {
    border-radius: 100%;
}

.hire-author-wrapper {
    padding-left: 15px;
}

.hire-author-wrapper h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.hire-brack ul {
    list-style: disc;
    padding-left: 20px;
}

.hire-author-wrapper span {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.hire-card-header p {
    padding-top: 10px;
}

.hire-card-body {
    padding-top: 20px;
}

.hire-brack {
    padding: 8px 0px;
}

.hire-badge {
    background-color: #b8d4ff;
    padding: 2px 6px;
    color: #295da9;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 400;
}

.hire-profile-btn {
    width: 100% !important;
    margin: 10px 0px !important;
}

/* Custom Dropdown */
.custom-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-button {
    padding: 0.375rem 0.75rem;
    background-color: white;
    color: #363636;
    cursor: pointer;
    border-radius: 0.375rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 10px;
    line-height: 10px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-item {
    padding: 12px;
    text-decoration: none;
    display: block;
    color: #333;
}

.dropdown-item:hover {
    background-color: #ddd;
}

.video-sec {
    padding: 5rem 0;
}

.video-wrper {
    padding-right: 6rem;
}

.video-ctn p {
    font-size: 18px;
    line-height: 1.7;
}

.video-clip video {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    object-fit: cover;
}

.video-sec .video-wrper:last-child {
    padding-left: 6rem;
    padding-right: 0;
}

/* Publishing Pages */
.dataBox {
    padding: 20px;
    margin: 20px 0px 20px 0px;
    background-color: #e7f1ff;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 2px 10px rgb(118 173 255 / 25%);
    position: relative;
}

.dataBox .box-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    background-color: rgb(169 204 255 / 25%);
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid rgb(51 133 255 / 25%);
}

.dataBox .box-btn:hover {
    color: #000;
    background-color: rgb(169 204 255 / 100%);
}

.dataBox .dataHeading {
    display: flex !important;
    align-items: center;
    margin-bottom: 15px;
}

.dataBox .dataHeading span {
    background-color: #0d6efd;
    height: 30px;
    width: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 100%;
}

.dataBox .dataHeading h2 {
    margin: 0;
    padding: 0;
    margin-left: 20px
}

.dataBox .dataHeading .hire-stars {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    color: #e9b011;
}

.dataBox ul {
    line-height: 30px;
    font-size: 14px;
}

/* .dataBox:nth-child(2) ul li:first-child {
  display: none;
} */

.toc {
    background-color: #0d6efd;
    padding: 10px 20px 10px 20px;
    color: white;
    border-radius: 10px;
}

.toc h2 {
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}

.toc ul li a {
    color: #fff;
}

#tocmob {
    display: none;
}

@media screen and (max-width: 900px) {
    .dataBox .box-btn {
        top: auto !important;
        bottom: 20px !important;
    }

    #tocContainer {
        display: none;
    }

    #tocmob {
        display: block;
    }
}

.career-page {
    padding: 10rem 0;
    background: url(../images/careerbg.html) center/cover no-repeat;
}

.career-page p {
    color: #fff;
    padding-right: 56%;
    line-height: 1.7;
}

.career-page h2 {
    font-size: 80px;
    color: #fff;
}

.career-page img {
    margin: 1.5rem 0;
}

.letswork-sec {
    padding: 5rem 0;
}

.letswork-sec .text-dark {
    padding: 0 16%;
}

.unbderline {
    border-bottom: 4px solid #3bbbc2;
    width: 200px;
    display: block;
    text-align: center;
    margin: 1rem auto;
}

.letswork-sec .container-fluid {
    padding: 0 15px;
}

.counterbg-color {
    background-color: #0855C6;
    padding: 3rem 0;
    margin-top: 1rem;
    position: relative;
}

.career-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.career-counter li {
    position: relative;
}

.career-counter li::after {
    border-right: 1px solid #3578DB;
    content: '';
    position: absolute;
    right: -60%;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}

.career-counter li:last-child::after {
    border: 0;
}

.career-counter li h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.career-counter li span {
    color: #fff;
}

.opingbox {
    background-color: #fff;
    width: 410px;
    padding: 3rem;
    position: absolute;
    top: -11rem;
    margin-left: 3rem;
}

.opingbox .unbderline {
    margin: 1rem 0;
    width: 100px;
    border-width: 2px;
}

.opingbox p {
    line-height: 1.8;
    margin-bottom: 0;
}

.opingbox h5 {
    color: #BC2F23;
    font-size: 16px;
}

:is(.letswork-sec, .jobopening) .sec-heading-new {
    font-size: 42px;
    line-height: 1.3;
}

.servicesbox {
    background-color: #E2E2E2;
    padding: 2rem;
    height: 100%;

}

.jobopening .col-md-6 {
    margin-bottom: 1.5rem;
}

.servicesbox ul {
    padding-left: 23px;
}

.servicesbox ul li {
    list-style: disc;
}

.servicesbox strong {
    line-height: 2;
}

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

.jobopening {
    padding-bottom: 5rem;
}

.servicesbox a {
    color: #3bbbc2;
    text-decoration: underline !important;
    font-weight: 600;
    margin-top: 1.5rem;
    display: block;
    padding-left: 1.5rem;
}

.letswork-sec img {
    max-width: 100%;
    height: auto;
}


.modal-body-form .popup-form-list .form-group.msgText,
.msgText {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 0;
}

.modal-body-form .popup-form-list .msgText.form-group input,
.msgText.form-group input {
    width: auto;
    border: 0;
    padding: 0;
    border-radius: 0;
    transform: scale(1.3);
    position: relative;
    top: 5px;
}

.modal-body-form .popup-form-list .form-group.msgText label,
.msgText label {
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin: 0 0 0 10px;
}

ul.trust-wigdetul {
    display: inline-block;
}

ul.trust-wigdetul li {
    margin-bottom: 10px;
}

.contentWrapper {
    max-height: 80px;
    overflow-y: scroll;
}

.contentWrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 1px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto;
}


.contentWrapper::-webkit-scrollbar-track {
    background: white;
    /* background: rgb(155 155 155 / 10%); */
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.contentWrapper::-webkit-scrollbar-thumb {
    background: #000;
    /* background: rgb(255 134 134 / 50%); */
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

footer {
    position: relative;
    z-index: 2;
}

#modalTwo .modal-content {
    background-image: url(../images/my-images/main-popup.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

#modalTwo .modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0d6efd;
    opacity: .5;
    width: 100%;
    z-index: -1
}

#modalTwo .modal-content .btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: 0 0;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 13px;
    border: 2px solid #fff;
    border-radius: 20px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
    transition: .3s ease-in-out
}

#modalTwo .modal-content .btn-close:hover {
    color: #f49720;
    border: 2px solid #f49720
}

#modalTwo .modal-content .btn-close i {
    font-weight: 600
}

#modalTwo .modal-dialog {
    max-width: 500px;
    margin: 170px auto 0
}

#modalTwo .modal-header {
    padding: 0;
    border-bottom: none
}

#modalTwo .modal-body {
    padding: 30px 20px
}

#modalTwo .modal-body .modal-body-form {
    text-align: center
}

.find-best {
    background: #fff !important;
    z-index: 999;
    position: relative;
}

.my-our-value .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 780px;
    gap: 44px;
}

.my-our-value .our-steps {
    min-height: 103px;
    /* overflow-y: scroll; */
    align-items: center;
    display: flex;
}

/* .my-our-value .our-steps::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 4px;
  height: 2px;
}

.my-our-value .our-steps::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 10px;
  box-shadow: 0 0 1px #ffffff80;
}

.my-our-value .our-steps::-webkit-scrollbar-track {
  background: #231f201a;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px;
} */

.subtitle_heading {
    color: #a10002;
}

.footer-form-head {
    color: #000 !important;
    !i;!;
}

.new-test-sec {
    background: #3bbbc2;
}

#pricing-table {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* min-height: 80vh; */
    padding: 80px 0px 80px 0px;
}

.img-fluid {
    max-width: 100%;

}

/* .new-testi-slider img {
    height: 205px !important;
} */

.price-box-container {
    display: flex;
    justify-content: center;
    /* margin-top: 30px; */
    /* flex-wrap: wrap; */

}

.price-box {
    margin: 10px;
    width: 100%;
    border-radius: 10px;
    height: auto;
    background: #3bbbc2;
}

.box-top-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    /* border: 1px solid #ebebeb; */
    border-bottom: none;
    position: relative;
}

.plan-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 5px;
}

.plan-name strong {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 5px 0px;
    text-align: center;
}

.plan-name span {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    height: 35px;
    overflow: auto;
    padding-right: 5px;
}

.plan-name span::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.plan-name span::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.plan-name span::-webkit-scrollbar-thumb {
    background-color: #3bbbc2;
}

.box-features-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.box-features-section::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.box-features-section::-webkit-scrollbar-thumb {
    background-color: #026670;
}

.price-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.price strong {
    font-size: 40px;
    color: #026670;
}

.price span {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-weight: 500;
}

.per-month {
    font-size: 0.8rem;
    color: #2b2a31;
}

.box-features-section {
    /* border-top: 1px solid #c9c9c9; */
    padding: 20px 10px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    /* border: 1px solid #ebebeb; */
    /* border-top: 1px solid #c7c7c7; */
    height: 300px;
    overflow: auto;
}

.features-box {
    width: 100%;
    display: flex;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;

}

.features-box i {
    color: #026670;
    margin-right: 7px;
    font-size: 0.9rem;
}

.features-box span {
    color: #fff;
    font-size: 0.8rem;
}

.features-box:hover {
    background-color: #026670;
    transition: all ease 0.3s;
}

.feature-details {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #242424;
    color: #ebebeb;
    border-radius: 8px;
    font-size: 0.8rem;
    text-align: center;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.10);
    display: none;
    animation: fade 0.2s;
}

.feature-details:after {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #242424;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
}

.features-box:hover .feature-details {
    display: block;
}

.Choose-plan-btn {
    margin-top: 20px;
    font-size: 15px;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #f1c603;
    padding: 10px;
    border-radius: 5px;
}

.top-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    border-radius: 20px;
    padding: 10px 25px;
    color: #ffffff;
    background-color: #2c2c2c;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.15);

}

.popular .box-top-section {
    /* background-color: #fed000; */
}

.price-box:hover .box-top-section,
.price-box:hover .box-features-section {
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.09);
    transition: all ease 0.2s;
}

@media(max-width:1160px) {
    .price-box-container {
        width: 800px
    }

    .price-box {
        flex-grow: 1;
    }
}

@media(max-width:810px) {
    .price-box-container {
        width: 100%;
    }
}

@media(max-width:570px) {
    .price-box {
        width: 100%;
        margin: 20px 10px;
        box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05);
    }
}

.pricing-table h2 {
    font-size: 60px;
}

h2.pricingheadding {
    color: #353a4d;
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
}
.barkk{
    width: 60px !important;
}

.trust-icons ul li img {
    width: 125px;
    margin-right: 20px;
}


.footer_social img {
    width: 30px;
}

p.hello{
    color: #fff;
}

span.hellos {
    font-size: 15px;
    font-weight: 700;
    color: #FCE181;
}

.modal-body-form h5 {
    color: #FCE181 !important;
}
.popup-form-list button{
    background: #FCE181;
    color: #000;
    font-weight: 700;
}

.popup-form-list button:hover{
    background: #026670 !important;
    color: #fff;
    font-weight: 700;
}
.offer img{
    position: fixed;
    z-index: 9;
    bottom: 2%;
    width: 170px;
    left: 2%;
}
.testi-box-new-detail img.img-fluid {
    width: 78% !important;
    height: 50% !important;
}
img.author_1 {
    width: 100%;
}
.card-bodysss {
    background: #fff;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 16px;
    box-shadow: 1px 3px 6px 1px #ddd;
}
.cards-body {
    padding: 13px;
}
.bounce {
    animation: bounce 1.5s ease infinite;
  }
  @keyframes bounce {
      70% { transform:translateY(0%); }
      80% { transform:translateY(-15%); }
      90% { transform:translateY(0%); }
      95% { transform:translateY(-7%); }
      97% { transform:translateY(0%); }
      99% { transform:translateY(-3%); }
      100% { transform:translateY(0); }
  }

  .marketing-tabss h3.banner-form-heading {
    font-size: 20px;
    margin: 0;
}
.card-body img {
    width: 10%;
    margin-bottom: 12px;
}
.card-body.box-shades {
    box-shadow: 0px 4px 12px 1px #ddd;
    border-radius: 22px !important;
}
ul.point-sec li {
    color: #fff;
}
.new-testi-box-img img.img-fluid{
    width: 70%;
}
.serbox-new .d-flex.justify-content-center img {
    filter: brightness(0) invert(5);
}

section.sec-nexto {
    padding: 40px;
}