@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
    text-transform: capitalize;
}

ul,
li,
p {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}

body {
    overflow-x: hidden;
    background: #fff;
}


main {
    overflow: hidden;
}


a {
    text-decoration: none;
    font-family: "Urbanist", sans-serif;
}

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

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

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

button:focus {
    outline: none !important;
    box-shadow: none !important;
}


::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1b1f2e;
    border: 1px solid #fff
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.heading-one {
    font-size: 74px;
    line-height: 80px;
}

.heading-two {
    font-size: 60px;
    line-height: 66px;
}

.heading-three {
    font-size: 30px;
    line-height: 36px;
}

.heading-four {
    font-size: 21px;
    line-height: 33px;
}

.heading-five {
    font-size: 20px;
    line-height: 28px;
}

.heading-six {
    font-size: 16px;
    line-height: 26px;
}

.heading-seven {
    font-size: 18px;
    line-height: 24px;
}


p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: "Rubik", sans-serif;
}

li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}

.website-main-buttons {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.submit-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
    font-size: 16px;
    font-weight: 600;
    width: 250px;
    height: 60px;
    border: 0;
    border-radius: 0;
    padding: 5px 5px;
    margin: 0 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    position: relative;
}


.website-main-buttons a.call-btn {
    background: #000;
    color: #fff;
}

.website-main-buttons button.chat-btn {
    background: #0b4a73;
    color: #fff;
}


/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #62676b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/* header css start here */

header {
    background: transparent;
    width: 100%;
    box-shadow: 0 0 20px -5px #b2b2b2;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all .3s ease-in-out;
}

header.main-header.sticky {
    background: #fff;
}

header nav.navbar {
    padding: 10px 30px;
    align-items: center;
    position: relative;
}

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

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

header .navbar-toggler {
    background-color: #fff;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
    flex-direction: column;
    align-items: end;
    margin: 0;
}

header .navbar-collapse .navbar-main-nav {
    display: flex;
    align-items: center;
    width: 100%;
}

header .navbar-main-nav .navbar-main-center {
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

header .navbar-main-center ul.navbar-main-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar-main-center ul.navbar-main-info li {
    margin: 0 10px;
}

header .navbar-main-center ul.navbar-main-info li a {
    color: #181223;
    font-size: 16px;
    display: inline-block;
    transition: all .3s ease-in-out;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #184a72, #184a72 50%, #181223 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

header .navbar-main-center ul.navbar-main-info li a:hover {
    transition: all 0.9s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}

header .navbar-main-center ul.navbar-main-info li a i {
    color: #204a71;
    margin: 0 3px 0 0;
}

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

header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px 0;
    padding: 15px 0;
}


header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    color: #181223;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px;
    text-transform: capitalize;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #184a72, #184a72 50%, #181223 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s ease-in-out;
}

header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link:hover {
    transition: all 0.9s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}

header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {}

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

header ul.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 0 5px;
    border: none;
    transition: all .3s ease-in-out;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    background: #FEFEFE;
    top: 50px;
    left: 0;
    width: 400px;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0px 30px -15px #181223;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    display: flex;
    flex-wrap: wrap;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu {
    width: 200px;
    display: grid;
    flex-wrap: nowrap;
}

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

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 200px;
    border-right: 1px solid #f3f3f3;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
    color: #181223;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    padding: 7px 7px;
    margin: 0;
    border-radius: 0;
    text-align: left;
    text-transform: capitalize;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #184a72, #184a72 50%, #181223 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s ease-in-out;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a i {
    color: #204a71;
    font-size: 12px;
    font-weight: 700;
    margin: 0 2px 0 0;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a.dropdown-item:focus,
header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a.dropdown-item:hover {
    transition: all 0.9s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}

header .navbar-main-nav .website-main-buttons {
    justify-content: center;
    margin: 0;
}

header .navbar-main-nav .website-main-buttons button.popup-btn {
    background: linear-gradient(to right, #181223 50%, #184a72 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff;
    border: 2px solid #184a72;
}

header .navbar-main-nav .website-main-buttons button.popup-btn:hover {
    background-position: left bottom;
}


.form-check-new {
    margin: 10px 0;
    display: flex;
    align-items: start;
}

.form-check-new .form-check-check {
    border: 1px solid #E9E7E7;
    padding: 8px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    margin: 5px 8px 0 0;
    cursor: pointer;
}

.form-check-new .form-check-label {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
}

.form-check-new .form-check-label a {
    color: #03A9F4;
    font-weight: 500;
}

.form-check-new.form-check-new-white .form-check-label {
    color: #fff;
}


/* header css end here */
/* hero banner css start here */

.hero-banner {
    padding-top: 200px;
    padding-bottom: 70px;
    background: url(../images/hero-banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-banner h1 {
    font-weight: 700;
}


.hero-banner p {}

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

.banner-list {
    padding-left: 0;
}

.banner-list li span i {
    color: #fff;
    font-size: 10px;
}

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

.banner-list li span {
    width: 20px;
    height: 20px;
    background: #0b4a73;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    display: flex
}

.banner-list li span i {
    color: #fff;
    font-size: 10px
}




.hero-banner-form {
    color: #fff;
    background: #0b4a73;
    border-radius: 15px;
    padding: 25px 25px;
}

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

.hero-banner-form .form-control {
    background: 0 0;
    border: 1.5px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
}

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

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

/* .banner-btns {
    padding-top: 40px
} */

.banner-form-new-btn {
    color: #fff;
    width: 100%;
    background-color: #000;
    border: 1px solid #000 !important;
    padding: 15px 0;
    display: block;
    border: none;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
}

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



.banner-main-form {
    background: #000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 20px 20px;
    margin: 0 auto;
}

.banner-main-form h4 {
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 10px;
}

.banner-main-form form {}

.selceted-box#step2 {
    display: none;
}

.banner-main-form form .form-group {
    margin: 0 0 5px;
}

.banner-main-form form .form-group label {
    background: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    bottom: 2px;
    left: 5px;
    padding: 5px 10px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
}

.banner-main-form form .form-group.phone-inpt {
    display: grid;
    position: relative;
    margin-top: 30px;
}

.banner-main-form form .form-group.phone-inpt label {
    position: absolute;
    top: -25px;
    z-index: 7;
    height: 20px;
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-main-form form .form-group select {
    font-family: "SF-Pro-Display-Regular";
    background-color: #fbfbfb;
    color: #b2b2b2;
    border: 2px solid #e9e7e7;
    font-size: 16px;
    width: 100%;
    padding: 15px 30px 10px 10px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.banner-main-form form .form-group select option {
    color: #0a2840;
}

.banner-main-form form .form-group input {
    background-color: #fbfbfb;
    color: #0a2840;
    border: 2px solid #e9e7e7;
    font-size: 16px;
    width: 100%;
    padding: 15px 10px 10px 10px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.banner-main-form form .form-group input::placeholder {
    color: #b2b2b2;
}

.banner-main-form form .form-group textarea {
    background-color: #fbfbfb;
    color: #0a2840;
    border: 2px solid #e9e7e7;
    font-size: 16px;
    width: 100%;
    height: 100px;
    padding: 15px 10px 10px 10px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    resize: none;
}

.banner-main-form form .form-group textarea::placeholder {
    color: #b2b2b2;
}

.banner-main-form .website-main-buttons {
    margin: 0;
}

.banner-main-form form .form-group button.submit-btn {
    background: #184a72;
    color: #fff;
}

.banner-main-form form .form-group button.submit-btn:hover {}



/* hero banner css  end here */
/* booksell-platform sec css start here */

.sec {
    padding-top: 50px
}

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

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

.pt-new-img img {

    width: 260px;
    min-height: 316px;
    max-height: 316px;
    object-fit: contain;
}

.new-ser-slider img {}

.pt-sec-new .nav-tabs .nav-link {
    width: 155px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #0000;
    border: 1px solid #000;
    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
}

/* booksell-platform sec css end here */
/*sec-pb css start here  */
.new-company-sec {}

.new-company-sec ul li {
    list-style: disc;
    margin: 0 20px;
}

.new-company-sec .sec-heading-new {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
}

.sec-pb {
    padding-bottom: 50px;
    padding-top: 70px;
}

.sec-heading-new {
    font-size: 40px;
    line-height: 50px;
}

/*sec-pb css end here  */
.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;
    background-color: #000;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}

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

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

.btn-dark-new {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
}

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

.bg-dark-btn {
    background-color: #000;
    border: none;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}



.inner-hd-sm {
    font-size: 22px
}

.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%;
}

.testi-box-new-detail img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    background: #f1f1f1;
    object-position: top;
    padding: 5px;
    border: 2px solid #ddd;
    margin: 0 0 25px 0;
}

.new-test-box {
    background-color: #fff;
    border-radius: 30px;
    margin: 20px;
    padding: 30px 10px 30px 30px
}

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

.new-test-box:hover {}

.new-test-box {
    transition: all .3s ease-in-out;
    position: relative
}

.new-test-box:before {
    content: "";
    width: 80px;
    height: 80px;
    background: 0 0;
    border: 0 solid #000;
    border-width: 0 0 10px 10px;
    border-radius: 0 0 0 50px;
    position: absolute;
    bottom: -5px;
    left: -5px
}

.serbox-new a {
    color: #fff;
}

.serbox-new {
    color: #fff;
    background-color: #0b4a73;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 38px
}

.serbox-new p a {
    color: #0d6efd;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

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

.serbox-new h4 {
    padding: 12px 0;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 28px;
}

p a {
    color: #000
}

.serbox-new {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    padding: 25px 25px;
    margin: 0 5px 0 0;
    min-height: 300px;
    max-height: 300px;
}


.serbox-new p {
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
}


.client-detail-wrap h4 {
    color: #000;
    font-weight: 900;
    margin: 0 0 0 12px;
}

.test-stars i {
    color: #ffc200
}

.new-test-sec {
    padding-left: 50px;
    padding-right: 50px
}

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

.our-ser-new-sec {
    position: relative;
    padding: 50px 0;
    margin: 0;
}

.our-ser-new-sec .website-main-buttons {
    justify-content: center;
}


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


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

/* banner css end here */
/* new-company-sec css start here */
.new-books-sec {
    background-image: url(../images/genre-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px;
}



.slick-dots {
    display: none !important;
}

/* new-company-sec css end here */
.frequently-asked-questions {
    background-color: #f4f4f4;
    padding: 80px 0 50px;
}

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

.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: 31px;
    content: "-" !important;
}

.frequently-asked-questions .accordion-button {
    width: 100%;
    color: #212529;
    text-align: left;
    overflow-anchor: none;
    color: #fff;
    text-transform: capitalize;
    background-color: #62676b;
    border: 0;
    border-radius: 10px;
    flex-direction: row-reverse;
    order: 2;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 1rem 1.25rem;
    font-size: 16px;
    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: #184a72;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 9px;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    transition: transform 0.2s ease-in-out;
    background-image: inherit !important;
}

.frequently-asked-questions .accordion-body {
    color: #939393;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 12px 12px;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}

/* g-services css start here */
.g-process-bg {
    position: relative;
    padding: 50px 0;
    background: #254a5f;
}

.g-process-bg .website-main-buttons {
    justify-content: center;
    margin: 30px 0;
}

.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 h5,
.g-cta-1-content h3 {
    color: #fff;
    font-size: 40px;
    position: relative;
}

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

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

.btn-9:hover {}


.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 20px;
}

.g-process-bg a {
    color: #9E9E9E;
    font-weight: 700;
}

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

.g-process-inner-content2-2 p {
    padding: 20px 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 {
    padding: 20px 20px;
}

.g-process-inner-content4-4 p {
    padding: 20px 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 20px;
}

/* g-services css end here */

.g-cta {
    background: #000;
    text-align: center;
    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;
}

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

.btn-9:hover {}

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

/* cta css start here */
.cta-sec-new {
    position: relative;
}

.cta-sec-new {
    background-image: url(../images/cta-bg-img-new.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cta-sec-new .website-main-buttons {
    justify-content: center;
}


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

.white {
    color: #fff;
}

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

.btn-9 {
    text-transform: capitalize;
    color: #2d243e;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    margin-right: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}


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

/* cta css end here */
/* contact css start here */
.section__title {
    text-align: center;
    color: #000;
    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 {
    background: #62676b;
    border-radius: 15px;
    padding: 3rem 5rem;
}

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

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

.frm_area_btm form input::-webkit-input-placeholder,
.frm_area_btm form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.frm_area_btm form input::-moz-placeholder,
.frm_area_btm form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.frm_area_btm form input:-ms-input-placeholder,
.frm_area_btm form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.frm_area_btm form input:-moz-placeholder,
.frm_area_btm form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

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

.frm_area_btm form label {
    color: #fff;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
}

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

.frm_area_btm form button {
    color: #fff;
    background: #000;
    border: 1px solid #0000;
    border-radius: 48px;
    outline: none;
    margin: 50px auto 0;
    padding: 10px 50px;
    font-size: 16px;
    transition: all 0.3s;
    display: block;
    font-family: "Manrope", sans-serif;
}

.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: #62676b !important;
}

.contact-flow__list-item {
    opacity: 0.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: #000;
    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;
}

/* contact css end here */

/* ghostwriting-services all sec css start here */
/*services-together-wrap css start here */
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-wrap .services-together-inner {}

.services-together-inner .services-together-box {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px 20px;
    margin: 0 0 20px;
    display: flex;
    transition: all .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-box .services-together-content {}

.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: all .3s ease-in-out;
}

.services-together-inner .services-together-box:hover {}

.services-together-content a.more-btn:hover {}

/*services-together-wrap css end here */
/*editing-sec5-box-main-bg  css start here */
.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: #62676b;
    font-size: 50px;
    line-height: 53px;
    margin: 0 0 25px;
}

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

.editing-sec5-box-main:hover {}

.editing-sec5-box-img img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(232deg) brightness(104%) contrast(101%);
}

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

.editing-sec5-box-txt p {
    height: 180px;
    overflow-y: auto;
    padding: 0 10px 0 0;
    color: #fff;
}

/* width */
.editing-sec5-box-txt p::-webkit-scrollbar {
    width: 5px;
}

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

/* Handle */
.editing-sec5-box-txt p::-webkit-scrollbar-thumb {
    background: #9E9E9E;
    border-radius: 10px;
}

/* Handle on hover */
.editing-sec5-box-txt p::-webkit-scrollbar-thumb:hover {
    background: #9E9E9E;
}

.editing-sec5-box-txt h3 a {}

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


/*editing-sec5-box-main-bg  css end here */
/* why-choose-service css start here */
.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%;
}

/* why-choose-service css end here */
/* faq css start here */

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

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

/* faq css end here */
/*book-editing-section css start here */
.book-editing-section {
    padding: 50px 0;
}

.section-title h2 {
    color: #62676b;
    font-size: 50px;
}

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

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

.book-editing-section h3 {
    color: #353a4d;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.book-editing-section p a{
    color: #184a72;
    font-weight: 600;
}

.book-editing-section ul.check-50-li li {
    min-width: 48%;
    align-items: center;
    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;
    filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(7500%) hue-rotate(102deg) brightness(89%) contrast(94%);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    border: #0000;
    background-color: #62676b !important;
    border: 2px solid #62676b !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;
    filter: grayscale(1) contrast(1.05) brightness(.95);
}


/*book-editing-section css end here */

.new-test-sec {
    padding-left: 150px;
    padding-right: 150px;
}

/* ghostwriting-services all sec css end here */
/* about all sec css  start here */
/****************************** new-editing-bg css start here***********************/
.new-editing-bg {
    background-image: url(../images/about-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;
}


.new-editing-bg img {
    filter: grayscale(1) contrast(1.05) brightness(.95);
}

.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: 18%;
}

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

.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: all 0.5s;
    box-shadow: 0 0 43px #12121214;
}

.about-who-we-are .about-who-box h5,
.about-who-we-are .about-who-box h3 {
    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: #62676b;
    border: 2px solid #62676b;
    border-radius: 0;
    margin-right: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-8:hover {}

/****************************** new-editing-bg css end here***********************/
/*g-about-texture-bg  css start here */
.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;
}

.g-accomplishments-card img {
    margin: 0 0 15px;
    width: 300px;
    height: 300px;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1) contrast(1.05) brightness(.95);
}

/*g-about-texture-bg  css end here */
/* about contact css start here */

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

}

.frm_area_btm form {
    background: #62676b;
    border-radius: 15px;
    padding: 3rem 5rem;
}


/* about contact css end here */
/* new-editing-bg css end here*/
.testimonials {
    padding: 50px 0 245px;
}

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

.testimonials .best-reviews h3,
.best-reviews h2 {
    color: #000;
    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;
}

.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 .review-card img.quoate {
    filter: brightness(0) saturate(100%) invert(25%) sepia(52%) saturate(767%) hue-rotate(159deg) brightness(92%) contrast(101%);
}

.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: #000;
    font-size: 17px;
    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(0.9);
}


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

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

.dp_item[data-position="5"] {
    z-index: 6;
    transform: rotateY(0) translate(34%) scale(0.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: 0.5;
}

/****************************** new-editing-bg css end here***********************/
/*book-trailer-services css for all sec start here  */

.book-editing-section .nav-pills .nav-link {
    color: #000;
    text-transform: capitalize;
    width: 290px;
    background: 0 0;
    border: 2px solid #231e32;
    border-radius: 25px;
    margin: 5px 15px;
    font-size: 13px;
    font-weight: 700;
}

/*book-trailer-services css for all sec end here  */

/* g-how-we css start here */
.sec {
    padding-top: 50px;
}

.g-how-we-content h4,
.g-how-we-content h2 {
    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: 0;
    margin-right: 10px;
    padding: 10px 30px;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}

.btn-10:hover {}


/* g-how-we css end here */
/* contact us css start here */

.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: #62676b;
    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 {
    margin: 0 0 50px;
}

.contact-us .ways-to-connect .ways-to-connect-connect {
    padding: 0 25px;
}

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

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

.fa-phone:before {
    content: "\f2a0";
}

.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 {
    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 {
    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 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: 50px;
    width: 200px;
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 500;
}


/* contact us css end here */
.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: #000;
    border: #0000;
    border-radius: 0;
    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: #000;
    margin: 0 0 50px;
    font-family: Rubik, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

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

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


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

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

/* Term And Condition Css Start */
.term-sec-wrap {
    padding: 170px 0 50px;
}

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

/* Term And Condition Css Start */


/* footer css start here */
footer {
    background: #184a72;
}

footer.footer-main-sec {}

.footer-main-sec .footer-top {
    padding: 50px 0 20px 0;
}

.footer-top .footer-logo-area {
    width: 100%;
    margin: 0 0 20px;
}

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

.footer-logo-area .footer-info {
    margin: 0 0 20px;
}

.footer-logo-area .footer-info ul {}

.footer-logo-area .footer-info ul li {
    margin: 0 0 10px;
}

.footer-logo-area .footer-info ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    display: block;
    transition: all .3s ease-in-out;
}

.footer-logo-area ul.footer-social-links {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

ul.footer-social-links li {
    margin: 0 7px 0;
}

ul.footer-social-links li a {
    color: #fff;
    font-size: 22px;
    display: block;
    transition: all .3s ease-in-out;
}

ul.footer-social-links li a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(129deg) brightness(102%) contrast(100%);
}

.footer-links-area h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
}


.footer-links-area h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 10px 0;
}

.footer-links-area ul.footer-nav-links a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}

.footer-links-area ul.footer-nav-links a:hover {

    color: #62676b;
}

.footer-links-area .footer-services-nav-links {}



.footer-brands-area .footer-dmc-logos {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

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

.footer-top .footer-disclaimer-area {
    margin: 20px 0;
    padding: 0;
}

.footer-top .footer-disclaimer-area p {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 10px;
}

.footer-main-sec .footer-bottom {
    padding: 20px 0;
    background: #000;
}

.footer-copyright p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.footer-bottom-links ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-bottom-links ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}

.footer-bottom-links ul li a:hover {}

.footer-bottom-links ul li:not(:last-child) {
    margin: 0 20px 0 0;
}

.footer-services-nav-links ul.footer-nav-links {
    margin: 0 20px 0 0;
}

/* footer css end here */

.u-userLauncherColor:not([disabled]) {
    background-color: rgb(32 74 113) !important;
}



/* staticdrop down css start here */
.modal {
    z-index: 1055;
    width: 100%;
    height: 100%;
    outline: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

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

#staticBackdrop .modal-content {
    background-image: url(../images/popup-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

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

#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 20px;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
    transition: all .3s ease-in-out
}

#staticBackdrop .modal-content .btn-close:hover {}

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

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

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

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

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

.modal-body-form h5 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin: 0 !important
}

.flip-counter-popup {
    text-align: center
}

#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: 40px;
    border-radius: 5px
}

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

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

.modal-body-form h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left
}

.modal-body-form h3 span {
    font-size: 86px;
    line-height: 92px;
    font-weight: 700;
    display: block;
    margin: 0 10px 0 0
}

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

.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: 5px;
    padding: 10px 10px
}

.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: 5px;
    padding: 10px 10px
}

.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: #000;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0;
    text-transform: capitalize;
    outline: 0;
    transition: all .3s ease-in-out
}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {}

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


.modal-body-form h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 10px 0 !important;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.modal-body-form h3 span {
    font-size: 86px;
    line-height: 92px;
    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;
}

/* staticdrop down css end here */
/* floatbutton start here */

.floatbutton {
    -o-transition: 0.4s;
    width: 420px;
    z-index: 9;
    font-size: 0;
    transition: all 0.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: all 0.3s ease;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: all 0.3s;
    display: block;
    position: absolute;
    top: 40px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
}

.floatbutton .btns_wrap .chat_wrap span.icoo,
.floatbutton .btns_wrap .call_wrap span.icoo {
    color: #fff;
    vertical-align: middle;
    background: #000;
    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 {
    width: 280px;
    -o-transition: all 0.3s ease;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: all 0.3s;
    position: absolute;
    top: 120px;
    right: -225px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
}

.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: all 0.3s ease;
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 0;
    transition: all 0.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;
    background: #000;
    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: 0.4s;
    -o-transition: 0.4s;
    color: #fff;
    white-space: pre;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.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: none !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: none !important;
}

.floatbutton .banner-form .ban-form input[type="submit"] {
    color: #fff;
    text-align: center;
    background: #000;
    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: 40px;
    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";
}

/* floatbutton end here */

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

@media only screen and (min-width: 1400px) and (max-width: 1699px) {


    /**************************************************************************
--------------- Home Page Folds Responsive Css Start Here ----------------
--------------------------------------------------------------------------
**************************************************************************/

    .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 25px 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 20px 20px 20px;
    }

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

    /**************************************************************************
--------------- Home Page Folds Responsive Css End Here ------------------
--------------------------------------------------------------------------
**************************************************************************/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /*Header Responsive Css Start Here*/
    header nav.navbar {
        padding: 10px 20px;
    }

    header .navbar-main-nav .navbar-main-center {
        margin: 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item {
        margin: 0 5px 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
--------------- Home Page Folds Responsive Css Start Here ----------------
--------------------------------------------------------------------------
**************************************************************************/

    .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;
    }

    .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 25px 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 20px 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: 24px;
    }

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

    /**************************************************************************
--------------- Home Page Folds Responsive Css End Here ------------------
--------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .footer-logo-area .footer-info ul li a {
        font-size: 14px;
        line-height: 20px;
    }


    /* Footer Responsive Css End Here */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*Header Responsive Css Start Here*/
    header nav.navbar {
        padding: 10px 10px;
    }

    header nav.navbar .navbar-brand .logo {
        width: 120px;
    }

    header .navbar-main-nav .navbar-main-center {
        margin: 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item {
        margin: 0 5px 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
--------------- Home Page Folds Responsive Css Start Here ----------------
--------------------------------------------------------------------------
**************************************************************************/

    .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 20px 20px;
    }

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

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

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

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

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

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

    .g-process-inner-content5-5 p {
        font-size: 12px;
        padding: 0px 20px 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;
    }

    /**************************************************************************
--------------- Home Page Folds Responsive Css End Here ------------------
--------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .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-dmc-logos {
        margin: 0 0 20px;
    }

    /* Footer Responsive Css End Here */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*Header Responsive Css Start Here*/
    header nav.navbar {
        padding: 10px 10px;
    }

    header nav.navbar .navbar-brand .logo {
        width: 120px;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 0;
        background: #f4f4f4;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
    }

    header .navbar-main-nav .navbar-main-center {
        margin: 0 0 10px;
        display: inherit;
    }

    header .navbar-main-center ul.navbar-main-info {
        display: none;
    }

    header .navbar-main-center ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item {
        margin: 0 10px 0;
        padding: 10px 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
        width: 100%;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: none;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: block;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu {
        display: none;
        width: 100%;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.dropdown-single-menu {
        display: none;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu.show {
        display: block;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu li {
        width: 100%;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
        width: 100%;
    }

    header .navbar-main-nav .website-main-buttons {
        margin: 20px 0;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
--------------- Home Page Folds Responsive Css Start Here ----------------
--------------------------------------------------------------------------
**************************************************************************/

    .hero-banner {
        padding: 150px 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 0px 0;
    }

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

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

    .section-title h2 {
        font-size: 40px;
    }

    .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: 32%;
    }

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

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

    .revies-platform-images .pf-logo {
        margin: 0 8px 0px 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 30px;
    }

    .g-cta img {
        height: 250px;

    }

    .testi-heading {
        font-size: 50px;
        line-height: 58px;
    }

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



    .new-test-sec .new-test-box {
        padding: 20px 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 20px;
    }


    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 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;
    }

    .banner-list li span {
        display: none;
    }

    .frm_area_btm form {
        padding: 1rem 1rem;
    }


    /**************************************************************************
--------------- Home Page Folds Responsive Css End Here ------------------
--------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .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-dmc-logos {
        margin: 0 0 20px;
    }

    /* Footer Responsive Css End Here */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /*Header Responsive Css Start Here*/

    header nav.navbar {
        padding: 10px 10px;
    }

    header nav.navbar .navbar-brand .logo {
        width: 100px;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 0;
        background: #f4f4f4;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
    }

    header .navbar-main-nav .navbar-main-center {
        margin: 0 0 10px;
        display: inherit;
    }

    header .navbar-main-center ul.navbar-main-info {
        display: none;
    }

    header .navbar-main-center ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item {
        margin: 0 10px 0;
        padding: 10px 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
        width: 100%;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: none;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: block;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu {
        display: none;
        width: 100%;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.dropdown-single-menu {
        display: none;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu.show {
        display: block;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu li {
        width: 100%;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
        width: 100%;
    }

    header .navbar-main-nav .website-main-buttons {
        margin: 20px 0;
    }


    /*Header Responsive Css End Here*/

    /**************************************************************************
--------------- Home Page Folds Responsive Css Start Here ----------------
--------------------------------------------------------------------------
**************************************************************************/

    .hero-banner {
        padding: 150px 0 50px;
    }

    .hero-banner .website-main-buttons {
        margin: 20px 0;
    }

    .banner-list {
        text-align: left;
    }

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

    .btn-dark-new {
        margin: 0 5px 10px;
    }

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

    .sec {
        padding: 30px 0;
    }

    .banner-list li span {
        display: none;
    }

    .g-cta-1-content h5,
    .g-cta-1-content h3 {
        font-size: 30px;
    }

    .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: 50%;
    }

    .new-company-sec {}

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

    .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;
    }

    .cta-sec-new h3.sec-heading-new.white {
        font-size: 30px;
        line-height: 40px;
    }

    .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;
        min-height: 330px;
        max-height: 330px
    }

    .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: left;
        height: inherit;
    }

    .g-process-inner-content {
        height: auto;
    }

    .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;
        text-align: left;
    }

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

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

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

    .bgnewcolor .g-cta {
        padding: 30px 30px;
        border-radius: 0;
    }

    .g-cta img {
        display: none;
    }

    .bgnewcolor {
        padding: 0 0 30px;
    }

    .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 {}

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

    .new-test-sec .new-test-box {
        padding: 20px 20px;
        text-align: center;
    }

    .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: 25px;
    }

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

    .root-g-cta-title-h2 {
        font-size: 30px;
    }

    .frm_area_btm form {
        padding: 15px 15px;
    }

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

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

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

    .services-together-wrap .services-together-head {}

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

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

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

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

    .sec-heading-new {
        font-size: 25px;
        line-height: 32px;
    }

    .g-process-inner-content1-1 p,
    .g-process-inner-content3-3 p,
    .g-process-inner-content4-4 p,
    .g-process-inner-content5-5 p {
        padding: 0;
    }

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

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

    .why-choose-img {
        margin: 20px 0 20px;
        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 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;
    }

    /**************************************************************************
--------------- Home Page Folds Responsive Css End Here ------------------
--------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .footer-top .footer-logo-area {}

    .footer-logo-area .footer-logo {
        margin: 0 auto 20px;
    }

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

    .footer-logo-area ul.footer-social-links {
        /* justify-content: center; */
    }

    .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-services-nav-links ul.footer-nav-links {
        margin: 0;
    }


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

    .footer-top .footer-disclaimer-area {}

    .footer-top .footer-disclaimer-area p b {
        display: block;
    }

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

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

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

    .footer-bottom-links ul li {
        margin: 0 0 5px;
    }

    /* Footer Responsive Css End Here */

    .frequently-asked-questions .accordion-button {
        line-height: 22px;
    }

    .frm_area_btm form h4 {
        font-size: 20px;
    }

    .section-title h2,
    .book-editing-section h3 {
        font-size: 30px;
    }

    .g-accomplishments-card {
        padding: 15px;
    }

    .testimonials .best-reviews p {
        width: 100%;
    }

    .contact-us .contact-us-heading h5,
    .contact-us .row .ways-to-connect-top-form-heading h5 {
        font-size: 30px;
        font-weight: 500;
    }

    .testimonials .best-reviews h3,
    .best-reviews h2 {
        font-size: 30px;
    }

    .g-accomplishments-card img {
        width: 230px;
        height: 230px;
    }

    section.about-who-we-are .website-main-buttons {
        justify-content: center;
    }

    .new-editing-bg h1,
    .about-who-we-are .about-who-head h2 {
        font-size: 25px;
        line-height: 32px;
    }

    /* media query 300px to 575px start here */
    #staticBackdrop .modal-dialog {
        max-width: 100% !important;
        margin: 100px 10px 0
    }

    .modal-body-form h5 {
        font-size: 18px;
        line-height: 24px
    }


    .modal-body-form h3 {
        font-size: 22px;
        line-height: 26px
    }

    .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
    }

    /* media query 300px to 575px end here */
    .floatbutton {
        display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {


    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.submit-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        margin: 0 auto 15px;
    }

    .website-main-buttons {
        display: block;
    }



    /*Header Responsive Css Start Here*/

    header nav.navbar {
        padding: 10px 10px;
    }

    header nav.navbar .navbar-brand .logo {
        width: 100px;
    }

    header .navbar-expand-lg .navbar-collapse {
        margin: 10px 0;
        background: #f4f4f4;
    }

    header .navbar-collapse .navbar-main-nav {
        flex-direction: column;
    }

    header .navbar-main-nav .navbar-main-center {
        margin: 0 0 10px;
        display: inherit;
    }

    header .navbar-main-center ul.navbar-main-info {
        display: none;
    }

    header .navbar-main-center ul.navbar-nav {
        margin: 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item {
        margin: 0 10px 0;
        padding: 10px 0;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {
        position: relative;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
        top: 0;
        left: 0;
        display: none;
        width: 100%;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
        display: none;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
        display: block;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu {
        display: none;
        width: 100%;
    }

    header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu.dropdown-single-menu {
        display: none;
    }

    header .navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu.show {
        display: block;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu li {
        width: 100%;
    }

    header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
        width: 100%;
    }

    header .navbar-main-nav .website-main-buttons {
        margin: 20px 0;
    }


    /*Header Responsive Css End Here*/

    /**************************************************************************
--------------- Home Page Folds Responsive Css Start Here ----------------
--------------------------------------------------------------------------
**************************************************************************/

    .hero-banner {
        padding: 150px 0 50px;
    }

    .hero-banner .website-main-buttons {
        margin: 20px 0;
    }

    .banner-list {
        text-align: left;
    }

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

    .btn-dark-new {
        margin: 0 5px 10px;
    }

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

    .sec {
        padding: 30px 0;
    }

    .banner-list li span {
        display: none;
    }

    .g-cta-1-content h5,
    .g-cta-1-content h3 {
        font-size: 30px;
    }

    .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: 70%;
    }

    .new-company-sec {}

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

    .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;
    }

    .cta-sec-new h3.sec-heading-new.white {
        font-size: 30px;
        line-height: 40px;
    }

    .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;
        min-height: 330px;
        max-height: 330px
    }

    .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: left;
        height: inherit;
    }

    .g-process-inner-content {
        height: auto;
    }

    .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;
        text-align: left;
    }

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

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

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

    .bgnewcolor .g-cta {
        padding: 30px 30px;
        border-radius: 0;
    }

    .g-cta img {
        display: none;
    }

    .bgnewcolor {
        padding: 0 0 30px;
    }

    .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 {}

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

    .new-test-sec .new-test-box {
        padding: 20px 20px;
        text-align: center;
    }

    .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: 25px;
    }

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

    .root-g-cta-title-h2 {
        font-size: 30px;
    }

    .frm_area_btm form {
        padding: 15px 15px;
    }

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

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

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

    .services-together-wrap .services-together-head {}

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

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

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

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

    .sec-heading-new {
        font-size: 25px;
        line-height: 32px;
    }

    .g-process-inner-content1-1 p,
    .g-process-inner-content3-3 p,
    .g-process-inner-content4-4 p,
    .g-process-inner-content5-5 p {
        padding: 0;
    }

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

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

    .why-choose-img {
        margin: 20px 0 20px;
        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 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;
    }

    /**************************************************************************
--------------- Home Page Folds Responsive Css End Here ------------------
--------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .footer-top .footer-logo-area {}

    .footer-logo-area .footer-logo {
        margin: 0 auto 20px;
    }

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

    .footer-logo-area ul.footer-social-links {
        /* justify-content: center; */
    }

    .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-services-nav-links ul.footer-nav-links {
        margin: 0;
    }


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

    .footer-top .footer-disclaimer-area {}

    .footer-top .footer-disclaimer-area p b {
        display: block;
    }

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

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

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

    .footer-bottom-links ul li {
        margin: 0 0 5px;
    }

    /* Footer Responsive Css End Here */

    .frequently-asked-questions .accordion-button {
        line-height: 22px;
    }

    .frm_area_btm form h4 {
        font-size: 20px;
    }

    .section-title h2,
    .book-editing-section h3 {
        font-size: 30px;
    }

    .g-accomplishments-card {
        padding: 15px;
    }

    .testimonials .best-reviews p {
        width: 100%;
    }

    .contact-us .contact-us-heading h5,
    .contact-us .row .ways-to-connect-top-form-heading h5 {
        font-size: 30px;
        font-weight: 500;
    }

    .testimonials .best-reviews h3,
    .best-reviews h2 {
        font-size: 30px;
    }

    .g-accomplishments-card img {
        width: 230px;
        height: 230px;
    }

    section.about-who-we-are .website-main-buttons {
        justify-content: center;
    }

    .new-editing-bg h1,
    .about-who-we-are .about-who-head h2 {
        font-size: 25px;
        line-height: 32px;
    }

    /* media query 300px to 575px start here */
    #staticBackdrop .modal-dialog {
        max-width: 100% !important;
        margin: 100px 10px 0
    }

    .modal-body-form h5 {
        font-size: 18px;
        line-height: 24px
    }


    .modal-body-form h3 {
        font-size: 22px;
        line-height: 26px
    }

    .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
    }

    /* media query 300px to 575px end here */
    .floatbutton {
        display: none;
    }



}