* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Product Sans", sans-serif;
}

/* Importing Fonts */
/* @font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("assets/fonts/Helvetica.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Light";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Light"),
    url("assets/fonts/helvetica-light-587ebe5a59211.woff") format("woff");
} */

/* Optional: Define font-weight if needed */
/* @font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  src: local("Helvetica Bold"),
    url("assets/fonts/Helvetica-Bold.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Light";
  font-style: normal;
  font-weight: lighter;
  src: local("Helvetica Light"),
    url("assets/fonts/helvetica-light-587ebe5a59211.woff") format("woff");
} */

@font-face {
  font-family: "Product Sans"; /* Name your font-family */
  font-style: normal; /* Specify the font style (normal, italic, etc.) */
  font-weight: normal; /* Specify the font weight (normal, bold, 400, etc.) */
  src: local("Product Sans"),
    /* Try to use the locally installed font */
      url("/assets/fonts/Product Sans Regular.ttf") format("truetype"); /* Path to the font file */
}

/* Hero section css start from here */

.headerwithhersection {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 20px 0;
  background-image: url(../images/background/herobackground.webp);
}

.herosection {
  margin: 0 auto;
  width: 90%;
}

.logoheader {
  width: 15%;
}
.logoheader img {
  /* height: 55px; */
  width: 100%;
}

.menulisthearder {
  width: 60%;
}

.headerbuttons {
  width: 20%;
}

.headermenu {
  padding: 0 50px;
  border-radius: 40px;
  display: flex;
  background-color: #ffffff;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.headermenu2 {
  box-shadow: 1px 1px 10px 2px #ffc1bb;
  border: 1px solid #ffc1bb;
}

.menulisthearder ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.headerbuttons ul {
  display: flex;
  justify-content: space-evenly;
}

.headerbuttons ul li {
  border: 3px solid #f65d4e;
  border-radius: 27px;
  padding: 7px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerbuttons ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menulisthearder ul li {
  list-style-type: none;
  padding: 35px 15px;
}

.menulisthearder ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
  font-family: "Product Sans", sans-serif;
}
.menulisthearder ul li a :hover {
  text-decoration: none;
}

.buttonscolorheadr {
  background-color: #f65d4e;
}

.imagebtn img {
  height: 20px;
}

.imgbtnphone {
  color: #ffffff;
}

.imagebtn {
  margin-right: 5px;
}

/* ------------------------------Form And text Start From here=------------------------------------- */

.imagestrip {
  width: 100%;
  margin-left: -10.85%;
}

.imagestrip img {
  width: 100%;
}

.newformdesign {
  /* width: 40%; */
  /* background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
  /* background-image: url(../images/groip-strip.png); */
}

.headformcont {
  width: 100%;
  padding: 3.9%;
  /* background-color: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.containertxtttl {
  margin-bottom: 40px;
  margin-top: -100px;
}
.containertxtttl h3 {
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
}

.containertxtttl p {
  width: 80%;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}

.input-container {
  color: #f65d4e;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #e7f3ee;
  border: 1px solid #f65d4e;
  border-radius: 5px;
  padding: 10px 10px;
  margin-bottom: 15px;
  height: 40px;
}

.input-container i {
  color: #f65d4e;
  margin-right: 10px;
}

.input-container input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #f65d4e;
}

.input-container input::placeholder {
  color: #f65d4e;
  opacity: 0.7;
}

.slider-container {
  margin: 20px 0;
}

.slider-container input[type="range"] {
  width: 100%;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  color: #f65d4e;
  font-size: 14px;
}

.radio-container {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

.radio-container label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #f65d4e;
}

.radio-container input {
  margin-right: 5px;
}

.button-container {
  text-align: center;
}

.button-container button {
  background-color: #f65d4e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

.button-container button:hover {
  background-color: #fd594a;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 12px;
  color: #f65d4e;
}

.formcontainerstrt {
  width: 40%;
  background-color: #fff;
  border-radius: 20px;
}

.textandformhero {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 100px;
}

.textlefthero {
  width: 55%;
}

.textlefthero h3 {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
}
.textlefthero p {
  margin: 25px 0;
  line-height: 35px;
  color: #fff;
  font-size: 27px;
}

.coloryellow {
  color: #f64e4e;
}

.tsph-form-container {
  background: white;
  padding-top: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.tsph-red-strip {
  width: 80%;
  margin-bottom: -35px;
  color: white;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  position: relative;
  background-color: #c00;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.tsph-red-strip::after {
  content: "";
  position: absolute;
  top: 0;
  right: -47px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #c00;
}

.headerfromcontner {
  width: 100%;
}

.tsph-input-group {
  width: 80%;
}

.formrighthero {
  width: 40%;
  /* background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/groip-strip.png); */
}

.tsph-red-strip h1 {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.tsph-red-strip p {
  font-size: 14px;
  color: #fff;
  margin: 5px 0 0;
}

.tsph-input-group {
  margin-bottom: 15px;
}

.tsph-input-group label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.tsph-input-group input[type="text"],
.tsph-input-group input[type="email"],
.tsph-input-group input[type="tel"],
.tsph-input-group input[type="range"] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.tsph-radio-group {
  display: flex;
  justify-content: space-between;
}

.tsph-radio-group label {
  font-size: 14px;
}

.tsph-radio-group input[type="radio"] {
  margin-right: 5px;
}

.tsph-submit-button {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.tsph-submit-button:hover {
  background-color: #555;
}

.tsph-footer {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
  text-align: center;
}

.tsph-footer a {
  color: #333;
  text-decoration: none;
}

.tsph-footer a:hover {
  text-decoration: underline;
}

/*--------------------------- Search button--------------------------- */
.email-container {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  height: 55px;
}

.email-input {
  flex: 1;
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  outline: none;
  color: #333;
}

.email-input::placeholder {
  color: #aaa;
}

.get-started-btn {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f64e4e;
  color: white;
  padding: 11px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 25px 25px 25px 25px;
  outline: none;
  text-transform: capitalize;
}

.get-started-btn:hover {
  background-color: #f64e4a54;
  color: #000;
}

.get-started-btn i {
  margin-left: 8px;
}

.searchbtn {
  margin-top: 70px;
}

/* Book section start from here */
.wavecontainer {
  position: relative;
}

.wavecontainer img {
  width: 100%;
}

.booksectionstartcontentwimg {
  display: flex;
  width: 100%;
  margin-top: 50px;
  justify-content: space-around;
  align-items: flex-end;
}

.booksectionstart {
  width: 40%;
}

.booksectioncontent {
  width: 50%;
}
.containerbookimg {
  text-align: center;
}

.containerbookimg img {
  width: 400px;
}

.booksectioncontent h3 {
  font-size: 45px;
  font-weight: normal;
}

.booksectioncontent p {
  margin-top: 65px;
  padding-right: 75px;
  font-size: 23px;
  color: #fff;
  line-height: 35px;
}

.bottomcolorborder {
  margin-top: -220px;
  height: 500px;
  width: 100%;
  border-top: solid 10px #ffc1bb;
  background: #f64e4e;
}

/* Button color griding */
.btncoloryellow {
  border-radius: 20px;
  margin: 70px 15px 0px 0;
  border: none;
  background-color: #D9D9D9;
  border: none;
}
.btncolorblack {
  background-color: #1c1c1c;
}
.btncolorblack2 {
  margin: 0 !important;
}
.btncoloryellow a {
  border-radius: 20px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
}

.btncoloryellow a h5 {
  font-size: 20px;
  text-transform: uppercase;
}
.btncoloryellow a img {
  margin-right: 10px;
}

/* What we offer start from here */

.whatsweoffersection {
  position: relative;
  margin: 0 auto;
  width: 90%;
  margin-top: -130px;
}

.containerwhatwedid {
  border-bottom: solid 10px #ffc1bb;
  padding: 35px 45px;
  background-color: #fffbf0;
  /* height: 250px; */
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.containerwhatwedid h3 {
  font-size: 45px;
}

.containerwhatwedid p {
  font-size: 23px;
  margin: 30px 0 60px 0;
  line-height: 35px;
}

.logocontainerwtxt {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.logocontwwd img {
  width: 120px;
}
.logocontwwd h5 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
}

.logocontainerall {
  text-align: center;
}

/*--------------------- Pricising Section start from here ---------------------*/

.pricinglistsection {
  position: relative;
  width: 90%;
  padding: 80px 0px 35px;
  margin: 0 auto;
}

.pricinglistsection h3 {
  font-size: 45px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.pricinglistsection p {
  font-size: 22px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
  line-height: 35px;
}

.headingpricingwimg {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.headingpricingwimg img {
  height: 30px;
  margin-right: 15px;
}

.pricing-card {
  background-color: #fff;
  border: 2px solid #f65d4e;
  border-radius: 10px;
  padding: 40px 20px;
  width: 27%;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.package-title {
  color: #f65d4e;
  font-size: 24px;
  /* margin-bottom: 10px; */
  font-weight: normal;
}

.description {
  color: #555;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
}

.price {
  text-align: left;
  color: #f65d4e;
  font-size: 28px;
  margin-bottom: 20px;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.features li {
  text-align: left;
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 18px;
}

.tick-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.learn-more {
  background-color: #f64e4e;
  color: #FFFFFF;
  border: none;
  border-radius: 20px;
  padding: 13px;
  width: 100%;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-weight: bolder;
}

.learn-more:hover {
  background-color: #f64e4e;
}

.containerboxwithpriceinner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.nitebelowprice {
  margin: 55px auto;
  color: #9b9b9b;
  font-size: 20px;
}

/*---------------------------------- View Our Portfolio ----------------------------------*/

.viewourportfolio {
  position: relative;
  padding: 100px 0;
  background-color: #fffbf0;
}

.ttlndparagraph {
  text-align: center;
}
.ttlndparagraph h3 {
  font-size: 45px;
}
.ttlndparagraph p {
  font-size: 23px;
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
  line-height: 35px;
}

.bookscovercontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  width: 100%;
  padding: 60px 0 0;
}

.booksimagehome {
  max-width: 18%;
  margin-bottom: 50px;
}

.booksimagehome img {
  width: 90%;
}

/* Partners logo section start from here */
.partnerslogosection {
  position: relative;
  background-image: url(../images/background/back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.partnerlogocontmain {
  padding: 50px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.partnerlogocont {
  width: 13%;
  margin: 10px;
}

.partnerlogocont img {
  border-radius: 15px;
  border: 1px solid #80808080;
  width: 100%;
}

/* Testimonial Start From Here */

.gradient-background {
  position: relative;
  background: #f64e4e;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  padding: 100px 0;
  box-sizing: border-box;
  flex-direction: column;
}

/* Testimonial Container */
.testimonial-slider {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 50px 40px; /* Reduced padding */
  max-width: 90%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Individual Testimonial */
.testimonial {
  display: none;
  transition: opacity 0.5s ease-in-out;
}

.testimonial.active {
  display: block;
  opacity: 1;
}

/* Quote Styling */
.testimonial .quote {
  font-size: 18px; /* Slightly smaller font size */
  font-style: italic;
  color: #555;
  margin: 10px 0; /* Reduced margin */
  line-height: 1.6; /* Adjusted line height for better readability */
}

/* Author Details */
.testimonial .author {
  font-size: 16px;
  color: #333;
  margin-top: 5px; /* Reduced margin */
  font-weight: bold;
}

/* Quotation Marks */
.testimonial .quote::before {
  content: "“";
  font-size: 50px;
  color: #f64e4e;
  position: absolute;
  top: 0;
  left: 10px;
}

.testimonial .quote::after {
  content: "”";
  font-size: 50px;
  color: #f64e4e;
  position: absolute;
  bottom: 0;
  right: 20px;
}

/* Indicators */
.indicators {
  display: flex;
  justify-content: center;
  margin-top: 15px; /* Reduced space between testimonials and indicators */
}

.indicator {
  width: 10px; /* Slightly smaller indicator size */
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.indicator.active {
  background: #f64e4e;
}

/* Heading Styles */
.headingttl h3 {
  font-size: 45px;
  margin-bottom: 50px;
  color: #fff;
}

/* ------------------------------------------Faqs Start From Here------------------------------------------ */

.freelyaskquestion {
  position: relative;
  padding: 100px 0;
  background-image: url(../images/background/back.svg);
}

.faq-section {
  width: 75%;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.faq-item {
  background-color: #F0F0F0;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Product Sans", sans-serif;
}

.faq-question:hover {
  background: #f77366;
}

.plus-minus {
  font-size: 24px;
  font-weight: bold;
}

.faq-answer {
  display: none;
  padding: 10px 15px;
  font-size: 16px;
  color: #555;
  background: #f9f9f9;
}

.faq-answer p{
    font-size: 18px;
    line-height: 22px;
}

/* Get In Touch start */
.getintouchwbtn {
  position: relative;
  background: #f65d4e;
  padding: 50px 0;
}

.containertextwbtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.containertxtgetint {
  width: 60%;
  text-align: left;
}

.buttonsecti {
  width: 40%;
  text-align: right;
}

.containertxtgetint h3 {
  font-size: 45px;
  color: #ffffff;
}

/*------------------------------- Best Seller In markets -------------------------------*/
.twobooksection {
  position: relative;
  padding: 100px 0;
  background-image: url(../images/background/back.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bestsellerinmartbookbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
  justify-content: space-evenly;
}

.bsimarket1 {
  max-width: 45%;
}
.bsimarket1 img {
  width: 100%;
}
.bsimarket2 {
  max-width: 45%;
}
.bsimarket2 img {
  width: 100%;
}

/* footer section start from here */
.footersection {
  position: relative;
  padding: 100px 0 50px 0;
  background: #000000;
}

.comtainerfooterbox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-top: 85px;
  justify-content: space-between;
}

.footerbox {
  width: 20%;
}

.footerbox2 {
  width: 30%;
}

.footerbox h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
}

.footerbox p {
  font-size: 20px;
  color: #ffffff80;
  margin-bottom: 50px;
  line-height: 30px;
}

.footertitle ul li {
  font-size: 20px;
  line-height: 43px;
  list-style-type: none;
}

.footertitle ul li a {
  text-decoration: none;
  color: #ffffff80;
}

.footertitle4 {
  text-align: right;
}

.footerimage {
  margin-left: 5%;
  /* margin: 0 auto; */
  width: 20%;
}

.footerimage img {
  width: 100%;
}

.footertitle4 h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0px;
}

.footer4list li {
  margin-bottom: 30px;
}

.footerdescription {
  color: #ffffff80;
  border-top: 2px dashed;
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px dashed;
}

.footerdescription p {
  text-align: justify;
  padding: 19px 0;
  color: #ffffff80;
  font-size: 15px;
  line-height: 24px;
}

.coptrightarea {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  margin: 0 auto;
}

.boxcopyright1 p {
  color: #fff8;
}

.boxcopyright2 ul {
  display: flex;
}

.boxcopyright2 ul li {
  list-style-type: none;
  color: #fff8;
  margin-right: 10px;
}
.boxcopyright2 ul li a {
  text-decoration: none;
  color: #fff8;
}

.coptrightarea {
  margin-top: 50px;
}

/*------------------------ Royality Checker page start from Here ------------------------*/

.headerwithhersection2 {
  background: #fffbf0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
  background-image: url(../images/background/back.svg);
}

.colorgreen {
  color: #f65d4e;
}

.containerboxroyality {
  text-align: center;
  margin-top: 60px;
}
.containerboxroyality h3 {
  font-size: 40px;
}

.containerboxroyality p {
  margin: 20px 100px;
  font-size: 25px;
}

.containerparamnh p {
  color: #808080;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
}

.containertabroyality {
  margin-top: 80px;
}

/* General Styling */
.roychk-tabs-container {
  font-family: Arial, sans-serif;
  width: 60%;
  margin: 20px auto;
}

/* Tabs */
.roychk-tabs {
  margin: auto;
  max-width: 75%;
  background-color: #063428;
  margin-bottom: 60px;
  display: flex;
  border-radius: 40px;
  overflow: hidden;
}

.roychk-tab {
  font-size: 18px;
  flex: 1;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  background-color: #063428;
  color: #fff;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
}

.roychk-tab.roychk-active {
  display: flex;
  align-items: center;
  font-size: 18px;
  border: 5px solid #f65d4e;
  border-radius: 40px;
  background-color: #f65d4e;
  color: white;
}

/* Tab Content */
.roychk-tab-content {
  box-shadow: 1px 1px 20px 1px #ddd;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.roychk-tab-panel {
  display: none;
}

.roychk-tab-panel.roychk-active {
  display: block;
}

/* Tab Icons */
.roychk-tab-icon {
  margin-right: 8px;
  font-size: 16px;
}

/* =---------------------=========Tab Under form =---------------------=========*/
.autroyf-form-container {
  padding: 50px;
}

/* Form Fields */
.autroyf-field {
  margin: 20px 0;
}

.autroyf-field label {
  font-weight: bolder;
  display: block;
  margin-bottom: 20px;
  color: #333;
}

.autroyf-required {
  color: red;
  margin-left: 5px;
}

.autroyf-field input[type="text"] {
  background-color: #fffbf0;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #ffc1bb;
  border-radius: 5px;
  font-size: 14px;
  padding-right: 70px;
}

.autroyf-radio-group label {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}

.autroyf-radio-group input[type="radio"] {
  margin-right: 5px;
}

/* Inline Numbers in Text Field */
.autroyf-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.autroyf-inline-values {
  position: absolute;
  right: 10px;
  display: flex;
  gap: 10px;
}

/* Slider */
.autroyf-slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.autroyf-slider-container {
  position: relative;
}

.autroyf-slider-container input {
  width: 100%;
}

.autroyf-slider-container .autroyf-slider-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  color: #666;
  position: relative;
}

/* Button */
.autroyf-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #00936a;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.autroyf-btn:hover {
  background-color: #006600;
}

.youalitynop {
  border-radius: 6px;
  padding: 15px 25px;
  background-color: #006c4e;
  color: #fff;
  font-size: 15px;
}

.autroyf-radio-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.authorroybtnm {
  cursor: pointer;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 53px;
  width: 100%;
  padding: 18px 10px;
  background-color: #f65d4e;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authorroybtnm img {
  margin-right: 10px;
}

/*------------------------------------ How to Publish book start From here ------------------------------------*/
.howtopublication {
  position: relative;
  background-color: #fffbf0;
}

.containermainhowtopub {
  background-image: url(../images/background/how-to-publish.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.htpubttlwimg {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.contboxhtpublish {
  /* padding-right: 120px; */
  margin: auto;
  width: 90%;
}

.htpubttlwimg img {
  height: 50px;
}

.htpubttlwimg h3 {
  font-size: 32px;
  color: #f65d4e;
  padding: 0px 5px;
}

.htpparagraph p {
  line-height: 26px;
  color: #1c1c1cc4;
  /* width: 55%; */
  text-align: justify;
}

.publishcontein {
  padding: 40px 0;
  width: 45%;
}

.publishconteinright {
  margin-left: 45%;
}

.htpubttlwimgright {
  justify-content: flex-end !important;
}

.htpparagraphright p {
  text-align: right !important;
}

/* Pricing chart Page start From here */
.pricingimgtable {
  position: relative;
  width: 100%;
}
.pricingimgtable img {
  width: 100%;
}

.footer a {
  color: #f65d4e;
}

.royalityformresult {
  margin: 30px 0;
  font-weight: bolder;
  display: block;
  color: #333;
}

.royalityresultclr {
  color: #f65d4e;
}

/* Contact Us Css Start From here */
.contactusmainciont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fffbf0;
  padding: 75px 100px;
  justify-content: space-between;
}

.contmaincont {
  width: 45%;
}

.contmainform {
  width: 35%;
}

.contmaincont h3 {
  font-size: 35px;
}

.contmaincont p {
  font-size: 20px;
  padding: 27px 0;
}

.contatuslists li {
  list-style-type: none;
  font-size: 18px;
  line-height: 30px;
  color: #808080;
}
.contatuslists li a {
  text-decoration: none;
  color: #f64e4e;
}

.marginbottomcontact {
  margin-bottom: 20px;
}

.pricinglistsectioncontact {
  padding: 30px 0;
}
.pricinglistsectioncontact h3 {
  font-size: 30px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.pricinglistsectioncontact p {
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding-top: 10px;
}

.contatusmapping {
  background: #fffbf0;
}

.containerframeandtxt {
  padding: 50px 100px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.containercontmap {
  width: 45%;
}
.containercontemtmap {
  width: 50%;
}
.containercontmap iframe {
  width: 100%;
  height: 350px;
  border: 2px solid #c3c3c3;
}

.containercontemtmap h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.containercontemtmap p {
  font-size: 18px;
  margin-bottom: 20px;
}

.containerlogowithbrandname {
  border-radius: 5px;
  box-shadow: 3px 1px 20px 20px #ffffff;
  border: 2px solid #c3c3c3;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 22px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 40px 0;
  width: 380px;
}

.containerlogowithbrandname img {
  width: 30px;
}
.containerlogowithbrandname h5 {
  margin-left: 15px;
}

.backgrounlinearclr {
  background: linear-gradient(90deg, #f64e4e, #f65d4e);
}

.socialiconsfooterdesign {
  margin-top: 15px;
  gap: 20px;
  display: flex;
  justify-content: flex-end;
}

.socialiconsfooterdesign li a i {
  font-size: 30px;
}




/*Footer Icons Fix Start From Here*/

/* Phonecall Container start from here */

.containerphonecall {
  bottom: 20px;
  right: 20px;
  position: fixed;
}

.containerphonecall a img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
  background: #fff;
  border-radius: 50%;
}

.containerphonecall a img:hover {
  transform: scale(1.2);
}

/* Whetsapp Container start from here */

.containerwhatsapp {
  bottom: 70px;
  right: 16px;
  position: fixed;
}

.containerwhatsapp a img {
  width: 46px;
  height: 46px;
  transition: transform 0.3s ease;
}

.containerwhatsapp a img:hover {
  transform: scale(1.2);
}

/* Whetsapp Container End */

