@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", sans-serif;
  text-transform: capitalize;
}

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  font-family: "Poppins";
}

.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;
}

p {
  font-family: "Poppins";
}

/*Website Custom Style Css For Single Items Start Here*/

/* header css start here */
.main-header nav.navbar {
  justify-content: space-between;
}

.main-header img.logo {
  width: 250px;
  height: 70px;
  object-fit: cover;
}

.main-header .navbar-buttons {
  display: flex;
  gap: 40px;
}

.navbar-buttons a {
  font-size: 15px;
  border-radius: 7px;
  padding: 10px 40px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  background: #d69f83;
  color: #fff;
  border: 2px solid #d69f83;
  font-weight: 400;
}

.navbar-buttons a:hover {
  background-color: transparent;
  border-color: black;
}

.navbar-buttons a.call-btn:hover {
  background: #d69f83;
  border: 2px solid #d69f83;
  color: #fff;
}

.navbar-buttons a.call-btn {
  background-color: #35929a;
  border-color: #35929a;
  color: #fff;
}

.navbar-buttons a:hover {
  background: #35929a;
  border: 2px solid #35929a;
  color: #fff;
}

/* header css end here */

/*Heading & Para Style Css*/
.heading-one {
  font-size: 35px !important;
  line-height: 42px !important;
}

.heading-two {
  font-size: 38px;
  line-height: 45px;
}

.heading-three {
  font-size: 35px;
  line-height: 42px;
}

.heading-four {
  font-size: 30px;
  line-height: 37px;
}

.heading-five {
  font-size: 24px;
  line-height: 30px;
}

.heading-six {
  font-size: 20px;
  line-height: 26px;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
}

li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.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.chat-btn,
.website-main-buttons a.call-btn {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 250px;
  height: 50px;
  line-height: 30px;
  border-radius: 5px 5px;
  padding: 10px 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/**************************************************************************
 --------------------- GhosWriting Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* hero banner css start here */

.hero-banner {
  background: #e1f2f9;
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: url(../images/hero-banner.webp) !important;
}

.hero-banner h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 52px;
  font-family: "Playfair Display";
}

.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-color: #439399;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.banner-list li span i {
  color: #fff;
  font-size: 10px;
}

.btn:hover {
  color: #212529;
}

.bg-purple {
  color: #fff;
  background-color: #ce9d87;
}

.bg-purple:hover,
.cta-btn2:hover {
  color: #fff;
  background-color: #439399;
}

h4.banner-form-heading {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 42px;
}

.hero-banner form:before {
  content: "";
  position: absolute;
  width: 136px;
  height: 136px;
  right: -41px;
  top: -36px;
  background: url(../images/badge.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation: scrollDownAnimation 0.5s ease infinite alternate;
}

.hero-banner form {
  position: relative;
  z-index: 1;
}

@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.hero-banner-form {
  color: #fff;
  background-color: #d29e85;
  border-radius: 15px;
  padding: 25px 38px;
}

.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;
}

.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: #35929a;
  padding: 15px 0;
  display: block;
  border: 1px solid #35929a;
}

.banner-form-new-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: black;
}

/* hero banner css  end here */

/* breadcrumb css start here */
.custom-breadcrumb {
  background-color: #fff;
  padding: 10px 0;
}

.custom-breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.custom-breadcrumb ul li a {
  font-family: "Brinnan_Regular";
  color: #302946;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.custom-breadcrumb ul li a:hover {
  color: #f49720;
}

.custom-breadcrumb ul li.breadcrumb-item.active {
  text-transform: capitalize;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.fa-angle-right:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";
}

/* breadcrumb css end  here */

/*sec-pb css start here  */
.new-company-sec {
  color: #fff;
  background-color: #439399;
}

.new-company-sec ul li {
  list-style: disc;
}

.new-company-sec .sec-heading-new {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.sec-pb {
  padding-bottom: 50px;
}

.sec-heading-new {
  font-size: 35px;
}

/*sec-pb css end 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;
  text-align: center;
  margin: 0 0 40px;
}

.services-together-inner .services-together-box {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 20px 20px;
  margin: 0 0 20px;
  display: flex;
  transition: all 0.3s ease-in-out;
}

.services-together-box .services-together-icon {
  margin: 0 10px 0 0;
  width: 120px;
  height: 75px;
}

.services-together-icon img {
  width: 100%;
}
.services-together-content h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}

.services-together-content p {
  color: #212529;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5px 0 0;
  margin: 0 0 10px;
  min-height: 75px;
  max-height: 100px;
  overflow-y: auto;
}

.services-together-content a.more-btn {
  color: #000;
  width: 100px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #000;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.services-together-inner .services-together-box:hover {
  background: #ce9d87;
}

.services-together-content a.more-btn:hover {
  border-bottom: 1px solid #f49720;
}

/*services-together-wrap css end here */

/* cta css start here */
.cta-sec-new {
  position: relative;
}

.cta-sec-new {
  background-image: url(../images/cta-bg-img-new.webp);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.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: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
}

.btn-9:hover {
  color: #fff;
  background-color: #f1974b;
  border: 2px solid #f1974b;
  transition: all 0.3s;
  box-shadow: 0 0 #0000;
}

.frm_area_btm form button {
  color: #fff;
  background: #fda12a;
  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 */

/*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,
.editing-sec5-box-main-bg h2 {
  color: #4e9498;
  font-size: 50px;
  line-height: 53px;
}

.editing-sec5-box-main {
  background-color: #cb9c88;
  border: 1px solid #000;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 30px 25px;
  transition: all 0.3s;
  position: relative;
}

.editing-sec5-box-main:hover {
  border: 1px solid #0000;
  box-shadow: 0 0 15px #2d2540;
}

.editing-sec5-box-img img {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(7491%)
    hue-rotate(216deg) brightness(110%) contrast(111%);
}

.editing-sec5-box-main h5,
.editing-sec5-box-main h3 {
  height: 50px;
  padding: 10px 0;
  font-size: 18px;
  color: white;
}

.editing-sec5-box-txt p {
  height: 120px;
  overflow-y: overlay;
  padding: 0 10px 0 0;
  color: white;
}

/* width */
.editing-sec5-box-txt p::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.editing-sec5-box-txt p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

/* Handle */
.editing-sec5-box-txt p::-webkit-scrollbar-thumb {
  background: #569597;
  border-radius: 50px;
}

/* Handle on hover */
.editing-sec5-box-txt p::-webkit-scrollbar-thumb:hover {
  background: #4b3b72;
}

.editing-sec5-box-txt h3 a {
  color: #212529;
}

.editing-sec5-box-txt a {
  color: #fff;
}

/*editing-sec5-box-main-bg  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-sec-new .nav-tabs .nav-link {
  width: 155px;
  color: #fff;
  background-color: #5d9697;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
}

.pt-sec-new .nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 2px solid #5d9697;
}

.sec-light-color {
  background-color: #c89b89;
}

.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 */

/* 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,
.why-choose-service-head h2,
.why-choose-service-head h3 {
  font-weight: 600;
  color: #000;
  padding: 0 0 15px;
  font-size: 40px;
  line-height: 47px;
}

.why-choose-img img {
  width: 100%;
}

/* why-choose-service css end here */

/* Testimonials Section CSS Start Here */
.client-detail-wrap h4 {
  color: #5d9697;
  font-weight: 900;
}

.test-stars i {
  color: #ffc200;
}

.new-test-sec {
  padding-left: 50px;
  padding-right: 50px;
}

.slider-btn {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #4b3b72;
  border: none;
}

.our-ser-new-sec {
  position: relative;
}

.prev-slide {
  position: absolute;
  top: 54%;
  left: 10%;
  transform: translateY(-50%);
}

.next-slide {
  position: absolute;
  top: 54%;
  right: 10%;
  transform: translateY(-50%);
}

.bgnewcolor {
  background-color: #c59a8a;
}

.new-test-sec {
  padding-left: 150px;
  padding-right: 150px;
}

.testi-box-new-detail {
  width: 50%;
}

.new-test-box {
  background-color: #fff;
  border-radius: 30px;
  margin: 20px;
  padding: 30px 10px 30px 30px;
}

.testi-heading {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.new-test-box:hover {
  background: linear-gradient(#e6faff 0, #dce3e5 100%);
  transform: scale(0.9);
}

.new-test-box {
  transition: all 0.3s ease-in-out;
  position: relative;
}

.new-test-box:before {
  content: "";
  width: 80px;
  height: 80px;
  background: 0 0;
  border: 0 solid #5d9697;
  border-width: 0 0 10px 10px;
  border-radius: 0 0 0 50px;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.services-together-box:hover .services-together-content h3,
.services-together-box:hover .services-together-content p,
.services-together-box:hover .services-together-content h3,
.services-together-box:hover .services-together-content a {
  color: white;
}

.cta-sec-new .cta-btns a.btn.btn-cta:hover {
  background-color: #cb9c88;
  color: white;
}

.frequently-heading h4 {
  font-size: 70px;
  line-height: 77px;
  margin-bottom: 30px;
}

/* Testimonials Section CSS End Here */

/* FAQ Section CSS Start 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: #c2998b;
  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: 19px;
  font-weight: 500;
  /* transition: color 0.15s ease-in-out,
     background-color 0.15s ease-in-out, 
     border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s; */
  display: flex;
  position: relative;
  width: 100% !important;
}

.frequently-asked-questions .accordion-button:after {
  width: 30px;
  height: 30px;
  content: "+";
  color: #fff;
  text-align: center;
  background: #5d9697;
  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: #000;
  background-color: #fff;
  border: 1px solid #639797;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

/* FAQ Section CSS End Here */

/* contact css start here */
.section__title {
  text-align: center;
  color: #302946;
  margin: 7px 0 58px;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.section__title span {
  display: block;
}

#contact-section-g {
  padding-left: 250px;
  padding-right: 250px;
  padding-bottom: 50px;
}

.frm_area_btm form {
  background: #439399;
  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;
}

.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;
}

.frm_area_btm form label {
  color: #fff;
  font-size: 15px;
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: 0.125rem;
  padding-left: 1.5em;
  display: block;
}

.frm_area_btm form button {
  color: #fff;
  background: #bf988c;
  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;
}

.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: #ee9237 !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: #fea12a;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.ordered-list {
  counter-reset: item;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
}

/* contact css end here */

/* Reviews Logo CSS Start 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;
}

.platform-wrap {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.platform-wrap h5 {
  font-size: 35px;
  line-height: 42px;
}

.pf-logo {
  align-items: center;
  display: flex;
}

.btn-cta {
  width: 150px;
  height: 40px;
  background-color: #439399;
  margin-top: 15px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.btn-cta img {
  margin-right: 5px;
}

.cta-btn2 {
  color: #fff;
  background-color: #ce9d87;
}

.btn-dark-new {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700;
}

.btn-dark-new img {
  margin-right: 5px;
}

.bg-dark-btn {
  background-color: #35929a;
  border: none;
  color: white;
}

.bg-dark-btn:hover {
  background-color: #ce9d87;
  border: none;
  color: white;
}

/* Reviews Logo CSS End Here */

/*  footer css start here */
footer {
  background: #000;
  padding: 30px 0;
  margin: 0;
}

.ft-details p {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

/*  footer css end here */

/**************************************************************************
 --------------------- GhosWriting Page Folds Css End Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-banner form:before {
    right: -24px;
  }
  .heading-one {
    font-size: 35px !important;
    line-height: 42px !important;
  }

  .heading-two {
    font-size: 30px !important;
    line-height: 37px !important;
  }

  .heading-three {
    font-size: 28px;
    line-height: 35px;
  }
  .heading-four {
    font-size: 35px !important;
    line-height: 42px !important;
  }

  .heading-five {
    font-size: 22px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-one {
    font-size: 35px !important;
    line-height: 42px !important;
  }

  .heading-two {
    font-size: 30px !important;
    line-height: 37px !important;
  }

  .heading-three {
    font-size: 28px;
    line-height: 35px;
  }
  .heading-four {
    font-size: 35px !important;
    line-height: 42px !important;
  }

  .heading-five {
    font-size: 22px;
    line-height: 29px;
  }
  .banner-btns {
    margin-bottom: 20px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heading-one {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-two {
    font-size: 26px;
    line-height: 33px;
  }

  .heading-three {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 22px;
    line-height: 29px;
  }

  /* Ghoswriting Responsive CSS Start Here */
  .main-header img.logo {
    width: 200px;
    display: flex;
    margin: 0 auto;
  }

  .main-header nav.navbar {
    display: block;
  }

  .main-header .navbar-buttons a {
    padding: 8px 8px;
    width: 50%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
    justify-content: center;
  }

  .main-header .navbar-buttons {
    display: block;
  }

  .hero-banner {
    padding-top: 30px;
    text-align: center;
  }

  .hero-banner h1 {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .banner-sub-heading {
    line-height: 30px;
  }

  .hero-banner-form {
    margin-top: 50px;
  }
  .editing-sec5-box-main h5,
  .editing-sec5-box-main h3 {
    line-height: 22px;
  }
  .why-choose-service-head {
    text-align: center;
  }

  .new-testi-box-img {
    display: flex;
    justify-content: center;
  }

  .hero-banner form:before {
    display: none;
  }

  .platform-wrap h5 {
    font-size: 25px;
    line-height: 32px;
  }

  .platform-wrap h5 br {
    display: none;
  }

  .revies-platform-images {
    grid-template-columns: 33% 33% 33%;
    gap: 20px;
  }

  .revies-platform-images img {
    width: 70%;
  }

  .new-company-sec .sec-heading-new {
    font-size: 22px;
    line-height: 29px;
  }

  .services-together-wrap .services-together-head h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .cta-sec-new .sec-heading-new {
    font-size: 23px;
    line-height: 33px;
  }

  .editing-sec5-box-main-bg h4,
  .editing-sec5-box-main-bg h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .editing-sec5-box-main-bg {
    padding: 50px 0px;
  }

  .pt-sec-new .nav-tabs {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .pt-sec-new .nav-tabs button {
    margin-bottom: 15px;
  }

  .pt-portfolio-wrap {
    grid-template-columns: 50% 50%;
  }

  .why-choose-service-head h4,
  .why-choose-service-head h2,
  .why-choose-service-head h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .new-test-sec {
    padding: 0px 20px;
  }

  .new-test-sec h4.testi-heading {
    font-size: 35px;
    margin: 0;
    padding-top: 20px;
  }

  .new-test-box .align-items-center.d-flex.justify-content-between {
    display: block !important;
  }

  .new-test-box .testi-box-new-detail {
    width: 100%;
  }

  .frequently-heading h4 {
    font-size: 30px;
    line-height: 35px;
  }

  .frequently-asked-questions .accordion-button {
    font-size: 17px;
    line-height: 27px;
  }

  h4.section__title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .frm_area_btm form {
    padding: 30px;
  }

  .frm_area_btm form h4 {
    line-height: 37px;
    font-size: 25px;
  }

  h4.banner-form-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .client-detail-wrap h4 {
    font-size: 25px;
  }

  .banner-list li {
    margin: 0 0 15px;
  }

  section.bgnewcolor.new-test-sec.sec .testi-heading {
    font-size: 25px;
  }

  section.bgnewcolor.new-test-sec.sec .new-test-box {
    padding: 20px 20px;
    margin: 0;
  }

  section.bgnewcolor.new-test-sec.sec .new-test-box .testi-box-new-detail {
    width: 100%;
    text-align: center;
  }

  section.bgnewcolor.new-test-sec.sec .new-test-box .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.new-company-sec.sec.sec-pb img {
    width: 90%;
    margin: 0 0 15px;
  }

  .hero-banner-form {
    padding: 20px 25px;
  }
  .cta-sec-new {
    padding: 50px 0;
  }
  .pt-sec-new .nav-tabs .nav-link {
    width: auto;
  }
  .main-header nav.navbar a.navbar-brand {
    display: flex;
  }
  .new-company-sec {
    text-align: center;
  }
  /* Ghoswriting Responsive CSS End Here */
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .heading-one {
    font-size: 32px !important;
    line-height: 39px !important;
  }

  .heading-two {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-three {
    font-size: 20px;
    line-height: 30px !important;
  }

  .heading-five {
    font-size: 24px;
    line-height: 30px;
  }

  /* Ghoswriting Responsive CSS Start Here */
  .main-header img.logo {
    width: 200px;
    display: flex;
    margin: 0 auto;
  }

  .main-header nav.navbar {
    display: block;
  }

  .main-header .navbar-buttons a {
    padding: 8px 8px;
    width: 50%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
    justify-content: center;
  }

  .main-header .navbar-buttons {
    display: block;
  }

  .hero-banner {
    padding-top: 30px;
    text-align: center;
  }

  .hero-banner h1 {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .banner-sub-heading {
    line-height: 30px;
  }

  .hero-banner-form {
    margin-top: 50px;
  }

  .hero-banner form:before {
    display: none;
  }

  .platform-wrap h5 {
    font-size: 25px;
    line-height: 32px;
  }

  .platform-wrap h5 br {
    display: none;
  }

  .revies-platform-images {
    grid-template-columns: 33% 33% 33%;
    gap: 20px;
  }

  .revies-platform-images img {
    width: 70%;
  }

  .new-company-sec .sec-heading-new {
    font-size: 22px;
    line-height: 29px;
  }

  .services-together-wrap .services-together-head h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .cta-sec-new .sec-heading-new {
    font-size: 23px;
    line-height: 33px;
  }

  .editing-sec5-box-main-bg h4,
  .editing-sec5-box-main-bg h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .editing-sec5-box-main-bg {
    padding: 50px 0px;
  }

  .pt-sec-new .nav-tabs {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .pt-sec-new .nav-tabs button {
    margin-bottom: 15px;
  }

  .pt-portfolio-wrap {
    grid-template-columns: 50% 50%;
  }

  .why-choose-service-head h4,
  .why-choose-service-head h2,
  .why-choose-service-head h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .new-test-sec {
    padding: 0px 20px;
  }

  .new-test-sec h4.testi-heading {
    font-size: 35px;
    margin: 0;
    padding-top: 20px;
  }

  .new-test-box .align-items-center.d-flex.justify-content-between {
    display: block !important;
  }

  .new-test-box .testi-box-new-detail {
    width: 100%;
  }

  .frequently-heading h4 {
    font-size: 30px;
    line-height: 35px;
  }

  .frequently-asked-questions .accordion-button {
    font-size: 17px;
    line-height: 27px;
  }

  h4.section__title {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .frm_area_btm form {
    padding: 30px;
  }

  .frm_area_btm form h4 {
    line-height: 37px;
    font-size: 25px;
  }

  h4.banner-form-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .client-detail-wrap h4 {
    font-size: 25px;
  }

  .banner-list li {
    margin: 0 0 15px;
  }

  section.bgnewcolor.new-test-sec.sec .testi-heading {
    font-size: 25px;
  }

  section.bgnewcolor.new-test-sec.sec .new-test-box {
    padding: 20px 20px;
    margin: 0;
  }

  section.bgnewcolor.new-test-sec.sec .new-test-box .testi-box-new-detail {
    width: 100%;
    text-align: center;
  }

  section.bgnewcolor.new-test-sec.sec .new-test-box .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.new-company-sec.sec.sec-pb img {
    width: 90%;
    margin: 0 0 15px;
  }

  .hero-banner-form {
    padding: 20px 25px;
  }
  .cta-sec-new {
    padding: 50px 0;
  }
  .pt-sec-new .nav-tabs .nav-link {
    width: auto;
  }
  .main-header nav.navbar a.navbar-brand {
    display: flex;
  }
  .new-company-sec {
    text-align: center;
  }
  /* Ghoswriting Responsive CSS End Here */
}
