@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("https://use.typekit.net/wwx3qeq.css");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
@import url("../css/icostyle.css");

:root {
  --light_white: #f8f8f8;
  --black: #000;  
  --white: #fff;
  --primary_color: #245A70;
  --secondary_color: #E2E2E2;
  --font-family: Inter, sans-serif;
  --hover_color: #58595b;
  --blue_color: #00BAFF;
}


img {
  pointer-events: none;
}


/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

/*html{
      scroll-behavior: smooth;
}*/

body {
  font-family: var(--font-family);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;

}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--hover_color);
}

::selection {
  color: var(--white);
  background: var(--hover_color);
}

a {
  text-decoration: none;
  color: #000;
  font-family: var(--paragraph-font);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p{
    font-family: 'Sora', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family:"ivypresto-display";
}


input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}


/*Header Section Begin*/

.logo__Sec__main img {
    width: 100%;
}

.logo__Sec__main a {
    display: inline-block;
}

header {
    padding: 20px 0;
}

.web__btn ul {
    text-align: right;
}

.web__btn ul li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

header .row {
    align-items: center;
}

.web__btn ul li a {
    background: var(--primary_color);
    color: var(--white);
    padding: 13px 25px;
    display: inline-block;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 300;
    border: 2px solid var(--primary_color);
    font-weight: 400;
    margin: 0;
}

.web__btn ul li:nth-last-child(1) a {
    background: transparent;
    color: var(--primary_color);
}

/*Header Section End*/


/*Banner Section Begin*/

.banner__Sec__main .carousel-item img {
    width: 100%;
}

.banner__Sec__main .carousel-caption {
    right: 0;
    left: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0;
    bottom: 0;
}

.banner__content__Sec h1 {
    font-size: 67px;
    line-height: 82px;
}

.banner__content__Sec h4 {
    color: var(--blue_color);
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 15px;
}

.banner__content__Sec p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.web__btn ul li a:hover {
    background: var(--hover_color);
    border-color: var(--hover_color);
}

.web__btn ul li:nth-last-child(1) a:hover{
    color: var(--white);
}

.form__banner input {
    height: 65px;
    border-radius: 0;
    font-size: 15px;
    border-right: 1px solid #ccc;
    border-left: 0;
    color: var(--black);
}

.submit__btn input {
    width: 100%;
    border: 0;
    background: var(--primary_color);
    font-size: 19px;
    color: var(--white);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.form__banner .row .col-sm-3:nth-child(1) input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
}

.submit__btn input:hover {
    background: var(--hover_color);
}

.rating__sec p {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: initial;
}

.rating__sec ul li {
    display: inline-block;
    color: #ffc905;
    font-size: 17px;
}

.rating__sec ul {
    display: inline-block;
    padding: 0 10px;
}

.rating__sec {
    padding: 30px 0;
}

.rating__logo ul li img {
    width: auto !important;
}

.rating__logo ul li {
    display: inline-block;
    padding: 0 30px 0px 0px;
}

.rating__logo ul {
    display: flex;
    align-items: center;
}

/*Banner Section End*/

/*Logo Section Begin*/

.padding_60{
    padding: 60px 0;
}

.logo_sec_main{
    background: var(--secondary_color);
}

/*Logo Section End*/

/* About Us Section Begin  */

.web_content_sec h2 {
    font-size: 48px;
    line-height: 62px;
    padding-bottom: 10px;
}

.web_content_sec p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 400;
}

p.bg__about {
    background: var(--secondary_color);
    padding: 20px 20px;
    border-radius: 7px;
    border-left: 5px solid var(--primary_color);
}

.web_content_sec ul.list__about li {
    font-size: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.about_sec_main {
    position: relative;
    padding: 80px 0px 240px;
}

.about_sec_main:before {
    content: '';
    position: absolute;
    background: url(../images/about-left-img.webp );
    width: 1217px;
    height: 1007px;
    background-repeat: no-repeat;
    background-position: 100% -60px;
    background-size: inherit;
}

ul.list__about {
    padding-top: 20px;
}

.web_content_sec ul.list__about li:after {
    content: '';
    position: absolute;
    background: url(../images/tick-icon.svg);
    width: 10px;
    height: 9px;
    left: 0;
    top: 8px;
}

/* About Us Section End  */


/*Portfolio Section Begin*/

.portfolio_sec_main {
    background: var(--secondary_color);
}


.center_text_sec {
    text-align: center;
}

.center_text_sec h2 {
    font-size: 54px;
    font-weight: 300;
    color: var(--black);
    padding-bottom: 10px;
}

.center_text_sec p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    line-height: 34px;
    font-weight: 400;
}

.portfolio_img_sec img {
    width: 100%;
}

.slick-slide{
    margin: 0;
}

/*Portfolio Section End*/

/*CTA Section Begin*/

.cta_sec_main{
    background: url(../images/cta-banner.webp) no-repeat;
    background-size: cover;
    padding: 120px 0;
    background-attachment: fixed;
    background-position: center;
}

.cta_content_sec {
    text-align: center;
}

.cta_content_sec h6 {
    color: var(--blue_color);
    font-size: 24px;
    font-family: 'Sora', sans-serif;
    font-weight: 300;
}

.cta_content_sec h2 {
    color: var(--white);
    font-size: 51px;
    width: 85%;
    margin: 0 auto;
    line-height: 70px;
    padding-bottom: 30px;
}

.cta_content_sec h4 {
    color: var(--blue_color);
    font-size: 28px;
}

.cta_content_sec .web__btn ul li a {
    background: var(--blue_color);
    border-color: var(--blue_color);
}

.cta_content_sec .web__btn ul li:nth-last-child(1) a {
    border-color: var(--white);
    background: transparent;
    color: var(--white);
}

.cta_content_sec .web__btn ul li a:hover {
    background: var(--primary_color);
    border-color: var(--primary_color);
}

/*CTA Section End*/

/*Genre Section Begin*/

.genre__sec_main {
    background: var(--secondary_color);
}

.genre_box_sec {
    background: var(--white);
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    transition: 0.5s ease-in-out;
    margin: 40px 0 30px;
}

.icon_genre_sec {
    padding-bottom: 20px;
}

.icon__text span {
    font-size: 20px;
    color: var(--primary_color);
    font-weight: bold;
}

.genre_box_sec:hover {
    background: var(--blue_color);
    transform: scale(1.1);
}

.genre_box_sec:hover .icon_genre_sec img {
    filter: brightness(0) invert(1);
}

.genre_box_sec:hover .icon__text span {
    color: var(--white);
}

/*Genre Section End*/

/*Amazon Publisher Section Begin*/

.tab__menu__publisher ul {
    border: 0;
    justify-content: center;
}

.tab__menu__publisher ul li a {
    padding: 16px 30px;
    background: transparent;
    margin: 0 15px;
    font-size: 18px;
    border-radius: 10px !important;
    font-family: "ivypresto-display";
    border: 0 !important;
}

.tab__menu__publisher ul li a.active, .tab__menu__publisher ul li a:hover {
    background: var(--primary_color) !important;
    color: #fff !important;
}

.amazon_publisher_img img {
    width: 100%;
    border-top-right-radius: 100px;
}

.amazon_publisher_sec .web_content_sec {
    padding-right: 260px;
}

/*Amazon Publisher Section End*/

/*Counter Section Begin*/

.counter_sec_main {
    background: var(--secondary_color);
}

.icon__conter img {
    display: block;
}

.counter_sec_tab ul li {
    text-align: center;
    display: inline-block;
}

.icon__conter img {margin: 0 auto;padding-bottom: 10px;}

.counter__text span {
    font-size: 54px;
    font-family: "ivypresto-display";
    padding-bottom: 30px;
    display: inline-block;
}

.icon__conter {
    padding-bottom: 20px;
}

.counter__text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.counter_sec_tab ul {
    display: flex;
    justify-content: space-between;
}

/*Counter Section End*/

/*Review Section Begin*/

.review_sec_main{
    background: linear-gradient(245deg, #F3F3F3 0%, #FFFFFF 63%, #E5E5E5 100%) 0% 0%;
}

.center_text_sec h6 {
    font-family: 'Sora', sans-serif;
    letter-spacing: 2px;
}

.review__content_sec p {
    font-family: "ivypresto-display";
    line-height: 52px;
    font-size: 29px;
    margin-bottom: 0;
}

.review_author_img {
    display: inline-block;
}

.athor__text {
    display: inline-block;
    padding-left: 20px;
}

.review__tab__author {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.athor__text span {
    font-family: "ivypresto-display";
    font-size: 28px;
    padding-bottom: 15px;
    display: inline-block;
}

.athor__text p {
    font-family: 'Sora', sans-serif;
    color: #989898;
    font-size: 17px;
    line-height: initial;
}

.review__content_sec {
    padding-top: 30px;
}

.slick-prev {
    right: 46%;
}

.slick-next {
    right: 40%;
}

.slick-next, .slick-prev {
    bottom: 120px;
    top: auto;
    background: transparent;
}

.slick-next:before, .slick-prev:before{
    color: var(--black) !important;
}

.slick-next:before, .slick-prev:before {
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Font Awesome 5 Pro";
}

.slick-prev:before {
    content: "\f060";
}

.slick-next:before {
    content: "\f061";
}

/*Review Section End*/


.book_writing_sec:before {
    background: url(../images/about-right-img.webp);
    background-position: -100% -80px;
    right: 0;
    background-repeat: no-repeat;
}


/*Contact Us Section Begin*/

.contact__Sec__main {
    background: var(--secondary_color);
}

.contact__head__Sec h3 {
    font-size: 78px;
    color: var(--black);
    font-weight: bold;
}

.contact__head__Sec {
    padding-bottom: 20px;
}

.head_list_contact h6,.head_list_contact h6 a {
    font-size: 28px;
    color: var(--primary_color);
    font-weight: 300;
}

.map__contact__sec iframe {
    width: 100%;
    height: 280px;
    border: 0;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}

.map__contact__sec {
    margin-bottom: 10px;
}

.head_list_contact {padding-bottom: 30px;}

.head_list_contact a:hover {
    color: var(--hover_color);
}

.social__icon ul li a {
    color: var(--primary_color);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: transparent;
    border: 2px solid var(--primary_color);
}

.social__icon ul li {
    display: inline-block;
    padding: 0px 20px 0 0;
}

.social__icon ul li a:hover {
    background: var(--hover_color);
    color: #fff;
    border-color: var(--hover_color);
}

.contact__form__sec{
  padding-top: 0;
}

.contact__form__sec input {
    height: 90px;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
    width: 100%;
    background: transparent;
}

.contact__form__sec textarea {
    height: 170px;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 45%);
    resize: none;
    font-weight: 300;
    margin-bottom: 70px;
    padding: 30px 18px;
    background: transparent;
    border-radius: 0;
}

.btn__form button {
    background: var(--primary_color);
    color: var(--white);
    padding: 17px 30px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    margin-top: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}

.btn__form button:hover {
    background: var(--hover_color);
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 40px;
}
/*Contact Secton End*/


/*FAQ Section Begin*/

.faq_sec_main .card-header {
    background: #ECF0F2;
    padding: 15px 20px;
    border: 0;
}

.faq_sec_main .card-header button {
    border: 0;
    padding: 0;
    color: var(--black);
    font-size: 16px;
    font-family: "ivypresto-display";
    text-decoration: none;
}

.faq_sec_main .card-body {
    font-size: 16px;
    line-height: 29px;
}

.faq_sec_main button[aria-expanded="true"] .fa:before {
    content: "\f107";
}

.faq_sec_main button .fa{
    font-size: 20px;
}

/*FAQ Section End*/

/*Footer Section Begin*/

footer {
    background: var(--primary_color);
    padding: 60px 0 0;
}

.footer__logo {
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 37%);
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.footer__logo img {
    filter: brightness(0) invert(1);
}

.copy__right__sec {
    border-top: 1px solid rgb(255 255 255 / 44%);
    margin-top: 50px;
    padding: 30px 0;
}

.copy__text p {
    margin: 0;
    color: rgb(255 255 255 / 65%);
    font-size: 16px;
    font-family: "ivypresto-display";
    font-weight: 200;
}

.copy__links ul li {
    display: inline-block;
    position: relative;
    padding: 0 0px 0px 30px;
}

.copy__links {
    text-align: center;
    padding-top: 20px;
}

.copy__links ul li a {
    color: var(--white);
    font-size: 15px;
    font-family: "ivypresto-display";
}

.copy__links ul li:before {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    width: 1px;
    height: 30px;
    right: -20px;
    top: -3px;
}

.copy__links ul li:nth-last-child(1):before {
    border: 0;
}

/*Footer Section End*/

/*Privacy Policy Section Begin*/

.terms__sec__content h3 {
    font-size: 38px;
    color: var(--primary_color);
    font-weight: 300;
}

.terms__sec__content p {
    font-size: 16px;
    line-height: 35px;
}

/*Privacy Policy Section End*/

/*Modal Section Begin*/

.started_popup_sec .modal-lg {
    max-width: 1050px;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 15px;
}

.started_popup_sec .modal-content {
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    -webkit-box-shadow: inset 0px 0px 250px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: inset 0px 0px 250px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 250px 0px rgb(0 0 0 / 33%);
    display: flex;
    border-radius: 15px;
    background: var(--primary_color);
}

.popup-head h5 {
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 200;
    margin-bottom: 0;
}

.popup-head h5 strong {
    font-weight: 600;
}

.popup-head h4 {
    color: #FFFFFF;
    font-size: 65px;
    font-weight: 300;
    line-height: 70px;
}

.popup-head h4 strong {
    font-weight: 600;
}

.started_popup_sec input {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.popup-head {
    margin-bottom: 2rem;
}

.started_popup_sec .modal-header {
    border: 0;
    padding: 0;
}

.started_popup_sec .modal-header button {
    z-index: 99;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 35px;
    font-weight: 300;
}

.started_popup_sec select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #959595;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.element.seprator {
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 30%);
    left: 30px;
    margin-left: 10px;
    position: absolute;
}

.popup_img {
    text-align: center;
}

.popup_img img {
    width: 90%;
    margin: 0 auto;
}

.contact-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin-left: 20px;
}

.contact-info h6, .contact-info h6 a {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}

.contact-info a {
    color: #fbf7f7;
    font-size: 16px;
    font-weight: 300;
}

.popup-vec1 {
    right: -160px;
    bottom: -17px;
}

.popup-element {
    position: absolute;
}
.started_popup_sec textarea {
    height: 110px;
    resize: none;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 15px 15px;
}

.btn_form input {
    background: var(--white);
    color: var(
    --color1) !important;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    height: auto;
    border: 0;
    margin-top: 10px;
}


/*Modal Section End*/

h1.heading.heading-very-large.dark-1 {
    color: var(--black);
    font-size: 90px;
    font-weight: bold;
    padding-bottom: 20px;
}

h2.heading.heading-large.dark-1 {
    color: var(--black);
    font-size: 42px;
    padding-bottom: 20px;
}

h3.heading.heading-medium {
    color: rgb(0 0 0 / 30%);
    font-size: 27px;
    line-height: 40px;
    font-weight: 400;
}

.error__sec {
    padding: 150px 0;
}


/*Responsive Begin*/

@media (max-width: 1600px) {

.banner__content__Sec h1 {
    font-size: 62px;
    line-height: 74px;
}

img.banner_img {
    height: 800px;
    object-fit: cover;
}


.about_sec_main:before {
    width: 1067px;
    height: 1007px;
    background-repeat: no-repeat;
    background-position: -10% -20px;
    background-size: 90%;
}

.about_sec_main {
    padding: 80px 0px 120px;
}

.web_content_sec h2 {
    font-size: 44px;
    line-height: 60px;
    padding-bottom: 15px;
}

.amazon_publisher_sec .web_content_sec {
    padding-right: 130px;
}

.book_writing_sec:before {
    right: 0;
    background-repeat: no-repeat;
    background-position: 110% -20px !important;
}

.center_text_sec h2 {
    font-size: 50px;
}

.faq_sec_main .card-header button{
    font-size: 16px;
}

.web_content_sec ul.list__about li {
    font-size: 16px;
}

.web_content_sec p {
    font-size: 16px;
}

.head_list_contact p, .head_list_contact a {
    color: #666666;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
}

.copy__text p{
    font-size: 15px;
}

.head_list_contact {
    padding-bottom: 20px;
}

.terms__sec__content h3 {
    font-size: 35px;
}

.terms__sec__content p {
    font-size: 16px;
    line-height: 34px;
}

.review__content_sec p {
    line-height: 49px;
    font-size: 28px;
    margin-bottom: 0;
}

.athor__text span {
    font-size: 26px;
}

.athor__text p {
    font-size: 17px !important;
    line-height: initial !important;
}

}

@media (max-width: 1440px) {

.banner__content__Sec h1 {
    font-size: 57px;
    line-height: 70px;
}

.banner__content__Sec p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}

.about_sec_main:before {
    width: 1067px;
    height: 1007px;
    background-repeat: no-repeat;
    background-position: -10% -20px;
    background-size: 84%;
}

.cta_content_sec h2 {
    font-size: 45px;
    width: 85%;
    line-height: 60px;
}

.cta_content_sec h4 {
    font-size: 25px;
}

.center_text_sec p {
    width: 80%;
}

.web_content_sec h2 {
    font-size: 40px;
}

.amazon_publisher_sec .web_content_sec {
    padding-right: 80px;
}

.web_content_sec p {
    font-size: 15px;
}

.counter__text span {
    font-size: 45px;
    padding-bottom: 25px;
}

.review__content_sec {
    padding-top: 60px;
}

.popup-head h5 {
    font-size: 28px;
}

.popup-head h4 {
    font-size: 55px;
}



}

@media (max-width: 1366px) {

.container {
    max-width: 1240px;
}

.banner__content__Sec h1 {
    font-size: 53px;
    line-height: 60px;
}

.about_sec_main:before {
    width: 1067px;
    height: 1007px;
    background-repeat: no-repeat;
    background-position: -10% -20px;
    background-size: 80%;
}

.web_content_sec ul.list__about li {
    font-size: 15px;
}

.cta_content_sec h2 {
    font-size: 41px;
    line-height: 55px;
}

.web_content_sec p {
    font-size: 15px;
    line-height: 29px;
}

.review__content_sec p {
    line-height: 42px;
    font-size: 26px;
    margin-bottom: 0;
}

.center_text_sec h2 {
    font-size: 45px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 24px;
}

.faq_sec_main .card-header button {
    font-size: 15px;
}

.web_content_sec h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 15px;
}

.amazon_publisher_img img {
    height: 670px;
    object-fit: cover;
}

.faq_sec_main .card-body {
    font-size: 15px;
    line-height: 27px;
}

.tab__menu__publisher ul li a {
    padding: 15px 25px;
}

}

@media (max-width: 1200px) {

.container {
    max-width: 1120px;
}

img.banner_img {
    height: 710px;
    object-fit: cover;
}

.about_sec_main:before {
    width: 1067px;
    height: 1007px;
    background-repeat: no-repeat;
    background-position: 0% 20px;
    background-size: 71%;
}

.web_content_sec h2 {
    font-size: 35px;
    line-height: 43px;
    padding-bottom: 15px;
}

.about_sec_main {
    padding: 60px 0px 110px;
}

.web_content_sec p {
    font-size: 15px;
    line-height: 27px;
}


.center_text_sec p {
    width: 85%;
}

.cta_content_sec h2 {
    font-size: 37px;
    line-height: 50px;
    padding-bottom: 15px;
}

.genre_box_sec {
    padding: 30px 0;
}

.center_text_sec p {
    width: 75%;
    font-size: 15px;
    margin: 0 auto;
    line-height: 25px;
}

.amazon_publisher_sec .web_content_sec {
    padding-right: 40px;
}

.company__icon img {
    width: 100%;
}

.company__icon img {
    width: 80%;
}

.faq_sec_main .card-header {
    padding: 15px 10px;
    border: 0;
}

.faq_sec_main .card-header button {
    font-size: 15px;
    white-space: unset;
}

.center_text_sec h2 {
    font-size: 35px;
}

.book_writing_sec:before {
    right: 0;
    background-repeat: no-repeat;
    background-position: 100% 70px !important;
}

}

@media (max-width: 1100px) {

.container {
    max-width: 1020px;
}

.banner__content__Sec h1 {
    font-size: 42px;
    line-height: 49px;
}

.banner__content__Sec h1 br{
    display: none;
}

.about_sec_main:before {
    width: 987px;
}

.web_content_sec h2 {
    font-size: 31px;
    line-height: 40px;
    padding-bottom: 10px;
}

.web_content_sec p {
    font-size: 14px;
    line-height: 25px;
}

.web_content_sec ul.list__about li {
    font-size: 14px;
    padding-bottom: 10px;
}

.about_sec_main {
    padding: 10px 0px 90px;
}

.center_text_sec p {
    width: 75%;
    font-size: 16px;
    margin: 0 auto;
    line-height: 28px;
}

.genre_box_sec {
    padding: 23px 0;
}

.icon__text span {
    font-size: 18px;
}

.icon_genre_sec img {
    width: 82%;
    margin: 0 auto;
}

.web_content_sec p {
    font-size: 13px;
    line-height: 26px;
}

.slick-next, .slick-prev {
    bottom: 70px;
}

.head_list_contact p, .head_list_contact a {
    font-size: 17px;
    line-height: 27px;
}

.terms__sec__content p {
    font-size: 15px;
    line-height: 30px;
}

.popup-head h5 {
    font-size: 25px;
}

.popup-head h4 {
    font-size: 52px;
}



}

@media (max-width: 1024px) {

.container {
    max-width: 970px;
}

.banner__content__Sec h1 {
    font-size: 35px;
    line-height: 45px;
}

.banner__content__Sec p {
    font-size: 14px;
}

.rating__logo ul li {
    display: inline-block;
    padding: 0 20px 0px 0px;
}

img.banner_img {
    height: 600px;
    object-fit: cover;
}

.about_sec_main:before {
    width: 935px;
    background-position: 0% 60px;
}

.web__btn ul li a{
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
}

.counter__text p {
    font-size: 14px;
}

.started_popup_sec .modal-lg {
    max-width: 930px;
}

.started_popup_sec .modal-content {
    padding: 2rem 2rem;
}


}

@media (max-width: 992px) {

.container {
    max-width: 940px;
}

.banner__content__Sec h1 {
    font-size: 32px;
    line-height: 40px;
}

.about_sec_main:before {
    width: 894px;
    background-position: 0% 60px;
}

.center_text_sec p {
    width: 100%;
    font-size: 15px;
    margin: 0 auto;
    line-height: 28px;
}

.cta_content_sec h2 {
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 15px;
}

.cta_content_sec h6 {
    color: var(--blue_color);
    font-size: 20px;
}

.cta_content_sec h4 {
    font-size: 22px;
}

.amazon_publisher_img img {
    height: 580px;
    object-fit: cover;
}

.web_content_sec.pt-5.pl-4 {
    padding-top: 10px !important;
}

.web_content_sec.pt-5.pl-4 .web__btn.pt-4 {
    padding-top: 10px !important;
}

.counter__text span {
    font-size: 39px;
    padding-bottom: 20px;
}

.review__content_sec {
    padding-top: 20px;
}

.review__content_sec p {
    line-height: 33px;
    font-size: 21px;
    margin-bottom: 0;
}

.athor__text span {
    font-size: 20px;
    padding-bottom: 5px;
}

.slick-next {
    right: 35%;
}

.slick-next {
    right: 32%;
}

.web_content_sec p {
    font-size: 13px;
    line-height: 23px;
}

.web_content_sec p {
    font-size: 13px;
    line-height: 23px;
}

.head_list_contact p, .head_list_contact a {
    font-size: 16px;
    line-height: 25px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 22px;
}

.head_list_contact h6, .head_list_contact h6 a {
    font-size: 22px;
}

.btn__form button {
    padding: 15px 30px;
    font-size: 16px;
}

.faq_sec_main .card-header button {
    font-size: 14px;
    white-space: unset;
}

.faq_sec_main .card-body {
    font-size: 14px;
    line-height: 25px;
}


.company__icon img {
    width: 100%;
}

.footer__logo{
    margin-bottom: 40px;
}

.copy__links ul li a {
    font-size: 14px;
}

.copy__text p {
    font-size: 14px;
}

.contact__form__sec textarea {
    height: 130px;
}

}

@media (max-width: 768px) {

img.banner_img {
    height: 650px;
    object-fit: cover;
}

.container {
    max-width: 730px;
}

.banner__content__Sec h1 {
    font-size: 27px;
    line-height: 33px;
}

.banner__content__Sec h4 {
    font-size: 17px;
}

.banner__content__Sec p br {
    display: none;
}


.banner__Sec__main .col-sm-8 {
    max-width: 85%;
    flex: 85%;
}

.padding_60 {
    padding: 40px 0;
}

.about_sec_main:before{
    display: none;
}

.about_sec_main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.web_content_sec.pt-5.pl-2 {
    padding: 0 !important;
}

.tab__menu__publisher ul li a {
    padding: 11px 19px;
    font-size: 15px;
    margin: 0 5px;
}

.amazon_publisher_sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.slick-next, .slick-prev {
    bottom: 0px;
}

.review__content_sec p {
    line-height: 30px;
    font-size: 19px;
    margin-bottom: 0;
}

.center_text_sec h2 {
    font-size: 25px;
}

.counter__text span {
    font-size: 30px;
    padding-bottom: 20px;
}

.counter__text p {
    font-size: 12px;
    font-weight: 600;
}

.amazon_publisher_img {
    display: none;
}

.amazon_publisher_sec .row.pt-5.mt-3 {
    padding-top: 10px !important;
}

.amazon_publisher_sec .container-fluid.pt-5.mt-2 {
    padding-top: 30px !important;
}

.web_content_sec p {
    font-size: 15px;
    line-height: 28px;
}

.cta_content_sec h2 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 15px;
}

.cta_content_sec h4 {
    font-size: 20px;
}

.started_popup_sec .col-lg-5 {
    max-width: 50%;
}

.started_popup_sec .col-lg-7 {
    max-width: 50%;
}

.popup_img img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 20px;
}

.started_popup_sec .modal-lg {
    max-width: 710px;
}

.popup-head h5 {
    font-size: 21px;
}

.popup-head h4 {
    font-size: 44px;
}

.started_popup_sec .modal-content {
    padding: 2rem 1rem;
}

}

@media (max-width: 576px) {

.web__btn ul li a {
    padding: 11px 17px;
    font-size: 14px;
    font-weight: 500;
}

img.banner_img {
    height: 550px;
}

.banner__Sec__main .col-sm-8 {
    max-width: 98%;
    flex: 98%;
}

.form__banner input {
    height: 55px;
}

.rating__logo ul li {
    display: inline-block;
    padding: 0 14px 0px 0px;
}

.rating__logo ul li img {
    width: 85% !important;
}

.web_content_sec h2 {
    font-size: 26px;
    line-height: 35px;
    padding-bottom: 10px;
}

.web_content_sec p {
    font-size: 14px;
    line-height: 25px;
}

.center_text_sec p {
    width: 100%;
    font-size: 13px;
    margin: 0 auto;
    line-height: 26px;
}

.cta_content_sec h2 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 15px;
}

.cta_content_sec h4 {
    font-size: 16px;
}

.icon__text span {
    font-size: 15px;
}

.tab__menu__publisher ul li a {
    padding: 14px 24px;
    font-size: 16px;
    margin: 0 5px;
    background: #efeded;
    margin-bottom: 20px;
}

.counter_sec_tab ul {
    display: unset;
    justify-content: unset;
}

.counter_sec_tab ul li {
    text-align: center;
    display: inline-block;
    width: 31%;
    margin-bottom: 20px;
}

.counter__text p {
    font-size: 13px;
    font-weight: 600;
}

.counter__text p {
    font-size: 13px;
    font-weight: 400;
}

.review__box__sec .col-sm-6 {
    max-width: 90%;
    flex: 90%;
    margin: 0 auto;
}

.review_book_sec img {
    width: 40%;
    margin: 0 auto;
}

.slick-next, .slick-prev {
    bottom: -54px;
}

.slick-next {
    right: 40%;
}

.slick-prev {
    right: 59%;
}

.started_popup_sec .col-lg-7 {
    max-width: 50%;
    display: none;
}

.started_popup_sec .col-lg-5 {
    max-width: 100%;
}

.started_popup_sec .modal-lg {
    max-width: 480px;
}

.popup-head h5 {
    font-size: 18px;
}

.popup-head h4 {
    font-size: 37px;
}

.popup-head {
    margin-bottom: 1rem;
}

h2.heading.heading-large.dark-1 {
    color: var(--black);
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 34px;
}

h3.heading.heading-medium {
    color: rgb(0 0 0 / 30%);
    font-size: 17px;
}


}


@media (max-width: 450px) {

.logo__Sec__main {
    text-align: left;
    padding-bottom: 0;
}

header .web__btn {
    display: none;
}

.logo__Sec__main img {
    width: 60%;
}

img.banner_img {
    height: 640px;
}

.form__banner .row .col-sm-3:nth-child(1) input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 15px;
}

.banner__Sec__main .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

.form__banner .col-sm-3 {
    padding: 15px 8px 0 !important;
    width: 50%;
}

.form__banner input {
    height: 55px;
    border-radius: 0;
}

.banner__content__Sec h1 {
    font-size: 23px;
    line-height: 33px;
}

.banner__content__Sec h4 {
    font-size: 17px;
    line-height: 24px;
}

.banner__content__Sec p {
    font-size: 14px;
    line-height: 26px;
}

.cta_content_sec h2 {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 15px;
    width: 100%;
}

.web__btn.pt-5 {
    padding-top: 25px !important;
}

.genre_box_sec {
    padding: 16px 0;
}

.icon_genre_sec img {
    width: 75%;
    margin: 0 auto;
}

.icon_genre_sec {
    padding-bottom: 10px;
}

.web_content_sec.pt-5.pl-4 {
    padding-top: 10px !important;
    padding: 0 !important;
}

.web_content_sec.pt-5.pl-4 {
    padding-top: 10px !important;
    padding: 0 !important;
}

.counter_sec_tab ul li {
    text-align: center;
    display: inline-block;
    width: 32%;
    margin-bottom: 20px;
}

.counter__text p {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.center_text_sec h2 {
    font-size: 20px;
    padding-bottom: 0px;
}

.center_text_sec p {
    width: 100%;
    font-size: 15px;
    margin: 0 auto;
    line-height: 22px;
}

.head_list_contact p, .head_list_contact a {
    font-size: 15px;
    line-height: 21px;
}

}

@media (max-width: 390px) {

.rating__logo ul li {
    display: inline-block;
    padding: 0 0 0px 0px;
}

.web_content_sec h2 {
    font-size: 21px;
    line-height: 29px;
    padding-bottom: 10px;
}


.web_content_sec p {
    font-size: 13px;
    line-height: 22px;
}

.center_text_sec p {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    line-height: 25px;
}

.cta_content_sec h2 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
    width: 100%;
}

.icon__text span {
    font-size: 13px;
}

.tab__menu__publisher ul li a {
    padding: 12px 20px;
    font-size: 14px;
}

.counter_sec_tab ul li {
    text-align: center;
    display: inline-block;
    width: 48%;
    margin-bottom: 30px;
}


.review__content_sec p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.athor__text p {
    font-size: 15px !important;
    line-height: initial !important;
    text-align: left !important;
}

.terms__sec__content p {
    font-size: 14px;
    line-height: 26px;
}

.terms__sec__content h3 {
    font-size: 25px;
}

.footer__logo img {
    filter: brightness(0) invert(1);
    width: 70%;
}

.copy__text p {
    font-size: 12px;
    color: #fff;
}

.popup-head h4 {
    font-size: 27px;
    line-height: 35px;
}

.popup-head h5 {
    font-size: 14px;
    margin-bottom: 0;
}

}

/*Responsive End*/