h1,
h2,
h3,
h4,
.h5,
h6,
p,
a,
span,
li,
button {
  font-family: "Poppins", sans-serif !important;
}

.logo_slider:not(.slick-initialized) {
  display: flex;
}

.testimonial_slider:not(.slick-initialized) li {
  display: none !important;
}

.testimonial_slider:not(.slick-initialized) li:nth-child(1) {
  display: flex !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0 !important;
}

.container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: auto !important;
  padding-left: 15px;
  padding-right: 15px;
}

header.main_header {
  padding: 10px 0;
  /*position: fixed;*/
  width: 100%;
  background: #fff;
  z-index: 9999999;
}

.ck_chat_send-button {
  padding: 0;
}

.logo img {
  width: 50%;
  /* filter: hue-rotate(184deg) brightness(3.7); */
}

.menu ul {
  display: flex;
  justify-content: end;
}

.menu ul li button {
  background: #e4573e;
  width: auto;
  min-width: 200px;
  height: auto;
  min-height: 50px;
  padding: 10px 20px;
  margin: 0 0 0 15px;
  color: #e4573e;
  font-weight: 500;
  font-size: 17px;
  border-radius: 10px;
}

button.btn.btn-primary {
  background: transparent;
  border: 1px solid #e4573e;
  color: #ffffff;
  white-space: normal;
  line-height: 1.4;
}

.menu ul li button a {
  color: #fff !important;
}

.global_btn button:hover {
  background-color: #fff !important;
}

.global_btn button:hover a {
  color: #000 !important;
}

.global_btn button.btn:nth-child(2):hover {
  background-color: #e4573e;
}

button.btn.btn-primary:hover {
  background: #e4573e !important;
  color: #ffffff;
  border: 1px solid #e4573e !important;
  transition: 0.5s;
}

.menu ul li button:hover {
  background: transparent;
  border: 1px solid #e4573e;
}

.menu ul li button:hover a {
  color: #e4573e !important;
}

/* Header Get A Quote Button - Separate Styles */
header.main_header .header-quote-btn {
  background: transparent !important;
  border: 1px solid #e4573e !important;
  color: #000000 !important;
  width: auto;
  min-width: 150px;
  height: auto;
  min-height: 50px;
  padding: 10px 20px;
  margin: 0 0 0 15px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

header.main_header .header-quote-btn:hover {
  background: #e4573e !important;
  color: #ffffff !important;
  border: 1px solid #e4573e !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(228, 87, 62, 0.3);
}

header.main_header .header-quote-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(228, 87, 62, 0.2);
}

footer.main-footer {
  background-image: url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0 30px 0;
  /* filter: brightness(0) saturate(100%) invert(25%) sepia(81%) saturate(1246%) hue-rotate(346deg) brightness(97%) contrast(96%); */
}

footer.main-footer .d-flex {
  justify-content: flex-end;
}

.footer_social ul li a {
  background: #e4573e;
  padding: 10px 17px;
  border-radius: 50%;
  margin: 0 20px 0 0;
  font-size: 20px;
}

.bottom_line a {
  text-decoration: none;
  color: #fff;
}

.row.cta_row {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.footer_cta h2 {
  color: #e4573e;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 5px 0;
}

.footer_cta h2 span {
  color: #e4573e;
}

.footer_cta p {
  width: 90%;
  line-height: 25px;
  color: #000;
}

.footer_cta_btn {
  text-align: right;
}

.footer_cta_btn button {
  width: 220px;
  background: #e4573e !important;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  color: #fff !important;
}

.footer_cta {
  position: relative;
}

.footer_cta:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/vector.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 230px;
  right: -90px;
  top: -80px;
}

.footer_inner img {
  width: 35%;
  /* filter: brightness(1) invert(1); */
  /* filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(86deg) brightness(111%) contrast(100%); */
}

.footer_inner p {
  color: #000000;
  font-weight: 300;
  line-height: 25px;
  margin: 25px 0 0 0 !important;
  width: 95%;
}

.footer_social {
  margin: 40px 0 0 0;
}

.footer_social ul {
  display: flex;
  align-items: center;
}

.footer_social ul li {
}

.footer_social ul li svg {
  color: #000;
}

.footer_social ul li a:hover {
  background: #000000;
  transition: 0.5s;
}

.footer_info {
}

.footer_info h3 {
  color: #000000;
  margin: 0;
  font-weight: 400;
  font-size: 23px;
  line-height: 33px;
}

.footer_info ul {
  margin: 30px 0 0 0 !important;
}

.footer_info ul li {
  display: flex;
  margin: 0 0 30px 0;
}

.footer_info ul li .icon_wrap {
  margin: 0 30px 0 0;
  font-size: 23px;
}

.footer_info ul li .icon_wrap svg {
  color: #000000;
}

.infor_wrap .h5 {
  margin: 0 0 10px 0;
  color: #000000;
  font-weight: 400;
  font-size: 17px;
}

.infor_wrap p,
.infor_wrap p a {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}

hr {
  background: #000000 !important;
  opacity: 1 !important;
  margin: 50px 0 40px 0 !important;
}

.bottom_line {
  /*text-align: center;*/
}

.bottom_line p {
  color: #000000;
  font-weight: 300;
  font-size: 14px;
}

section.sec_1 {
  background-image: url(../images/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0 60px 0;
}

section.sec_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

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

.banner_inner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 20px 0;
}

.banner_inner h2 span {
  color: #e4573e;
  text-shadow: 1px 1px 12px #000;
}

.fldset label a {
  color: #e4573e;
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline !important;
}

.banner_inner p {
  color: #fff;
  line-height: 30px;
}

.fldset label a {
  color: #ffffff;
}

.global_btn {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
}

.global_btn button {
  background: #e4573e !important;
  width: auto;
  min-width: 200px;
  height: auto;
  min-height: 50px;
  padding: 10px 20px;
  margin: 0 15px 0 0;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  border-radius: 10px;
  border: none !important;
  white-space: normal;
  line-height: 1.4;
}

.global_btn button a {
  color: #fff;
}

.global_btn button.btn:nth-child(2) {
  background: #e4573e !important;
  color: white;
}

.rating_wrap {
  margin: 30px 0 0 0;
}

.rating_wrap ul {
  display: flex;
  align-items: center;
}

.rating_wrap ul li {
  margin: 0 10px 0 0;
  color: #fff;
}

.rating_wrap ul li svg {
  color: #ffc905;
}

.bagde_logo {
  margin: 30px 0 0 0;
}

.bagde_logo ul {
  display: flex;
  justify-content: space-between;
}

.banner__form__sec {
  box-shadow: 0px 0px 20px rgb(72 186 196 / 55%);
  background: rgb(78 78 78 / 49%);
  height: 430px;
  width: 85%;
  margin-left: auto;
  padding: 40px 25px;
  text-align: center;
  border-radius: 20px;
}

.banner__form__sec p {
  color: #ffffff;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  line-height: 33px;
  margin: 0 0 20px 0 !important;
}

.banner__form__sec p br {
  display: none;
}

.banner__form__sec p span {
  color: #e4573e;
}

.banner__form__sec h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.banner__form__sec h3 span {
  color: #e4573e;
}

select.form-control {
  margin: 20px 0 0 0;
  height: 50px;
  outline: none;
  font-family: "Poppins";
  font-weight: 500;
  color: #000;
}

.banner_form_btn button#nextBtn,
.banner_form_btn button#prevBtn {
  height: 50px;
  border: none;
  width: 150px;
  margin: 20px 0 0 0;
  background: #e4573e;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
}

section.sec_2 {
  background: #e4573e;
  padding: 30px 0;
}

section.sec_3 {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.content_wrap img {
  width: 85%;
}

.contant_wrap h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

.contant_wrap h2 span {
  font-weight: bold;
  color: #e4573e;
}

.contant_wrap p {
  margin: 20px 0 !important;
  color: #000;
  padding: 0 0 0 20px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  border-left: 5px solid #e4573e;
  border-radius: 8px;
}

.contant_wrap ul li {
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  color: #000;
  position: relative;
  display: flex;
}

.contant_wrap ul li svg {
  position: relative;
  left: -13px;
  font-size: 20px;
  top: 4px;
  color: #e4573e;
}

section.sec_4 {
  background-image: url(../images/images-cta-img-01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 60px 0;
  position: relative;
}

.ceta_inner h2 {
  color: #fff;
  font-weight: 500;
  font-size: 35px;
}

.ceta_inner h2 span {
  color: #b3092b;
  font-weight: bold;
}

.ceta_inner p {
  color: #fff;
  font-size: 18px;
  width: 90%;
  margin: 20px 0 0 0 !important;
}

section.sec_5 {
  padding: 60px 0 80px 0;
  background: #f7f7f7;
}

.team_wrap {
  text-align: center;
}

.team_wrap h2 {
  font-size: 38px;
  font-weight: bold;
  color: #e4573e;
}

.team_wrap h2 span {
  font-weight: bold;
  color: #e4573e;
}

.team__img__Sec {
  position: relative;
}

.team__img__Sec img {
  width: 100%;
}

.overlay__team {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: flex-end;
  background: transparent linear-gradient(180deg, #00000000 0%, #04162d 100%) 0%
    0% no-repeat padding-box;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.overlay__team .h5 {
  font-size: 24px;
  color: #e4573e;
  font-weight: bold;
  padding-bottom: 9px;
}

.overlay__team span {
  color: #fff;
  font-size: 20px;
}

.team__img__Sec:hover .overlay__team {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.team__img__Sec:hover .overlay__team {
  transform: translate(0px, 0%);
}

section.sec_5 .global_btn {
  justify-content: center;
}

section.sec_5 .global_btn button.btn.btn-primary:nth-child(2) {
  background: #e4573e !important;
  color: #fff;
}

section.sec_6 {
  background: #e4573e;
  padding: 80px 0;
  height: auto;
}

.client_inner {
  text-align: center;
}

.client_inner h2 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}

.client_inner h2 span {
  color: #b3092b;
}

.testimonial_wrap {
}

.testimonial_wrap ul li {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.testimonial_wrap ul li .book_left {
  flex: 0 0 35%;
}

.testimonial_wrap ul li .book_right_content {
  flex: 0 0 65%;
  text-align: center;
}

.book_right_content img {
  width: 90px !important;
  height: 90px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.book_right_content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 38px;
  margin: 0 0 20px 0;
}

.book_right_content ul {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0 !important;
}

.book_right_content ul li svg {
  color: #ffc800;
  font-size: 25px;
  margin: 0 10px;
}

.book_right_content p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.book_left {
  text-align: center;
}

section.sec_8 {
  background: #e4573e;
  padding: 80px 0;
}

.client_inner.book_inner h2 span {
  color: #000000 !important;
}

.client_inner.book_inner p {
  color: #fff;
  font-weight: 400;
}

.form_row {
  background: #fff;
  padding-left: 40px;
  padding-bottom: 0;
}

.right_form_img img {
  width: 100%;
}

.form_bottom {
  padding: 40px 0 0 0;
}

.form_bottom h2 {
  font-size: 35px;
  font-weight: 600;
  color: #e4573e;
  line-height: 39px;
  margin: 0 0 15px 0;
}

.form_bottom h2 span {
  color: #e4573e;
}

.form_bottom p {
  color: #000;
  font-size: 19px;
  width: 80%;
  line-height: 25px;
}

.form_bottom form {
  margin: 20px 0 0 0;
}

.form_bottom form {
  display: flex;
  flex-wrap: wrap;
}

.form_bottom form .input_inner,
.form_bottom form .textarea_wrap {
  flex: 0 0 47%;
  margin: 0 20px 0 0;
}

.input_inner input,
.textarea_wrap textarea {
  padding: 0 0 0 15px;
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #ebebeb;
  margin: 0 0 15px 0;
  height: 45px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  outline: none !important;
}

.textarea_wrap textarea {
  height: 225px;
  padding: 20px 0 0 15px;
}

input[type="submit"] {
  margin: 0 !important;
  padding: 0 !important;
  background: #e4573e;
  border: none !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
}

input[type="submit"]:hover {
  color: #ffffff !important;
  background: #e4573e;
  transition: 0.5s;
}

section.sec_9 {
  padding: 80px 0;
}

section.sec_9 h2 {
  color: #e4573e;
}

section.sec_9 h2 span {
  color: #e4573e;
}

div#accordionExample {
  width: 90%;
  margin: auto;
}

.accordion-item {
  border: none !important;
  border-top: 1px solid #ccc !important;
}

.accordion-item:last-child {
  border-bottom: 1px solid #ccc !important;
}

button.accordion-button.collapsed {
  padding: 30px 15px;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #000 !important;
  border: none !important;
  box-shadow: unset !important;
}

.accordion-button::after {
  background-image: url(../images/plus.webp) !important;
  background-repeat: no-repeat;
}

.accordion-button:focus {
}

button.accordion-button {
  padding: 30px 20px 20px;
}

.accordion-button:not(.collapsed)::after {
  margin-left: auto !important;
}

section.tabs_sec {
  padding: 0 0 80px 0;
  background: #f5f5f5;
}

.tabs_inner {
  text-align: center;
  margin: 40px 0 0 0;
}

.tabs_inner h2 {
  margin: 0 0 15px 0;
  font-size: 40px;
  font-weight: bold;
  color: #e4573e;
}

.tabs_inner h2 span {
  color: #e4573e;
}

.tabs_inner p {
  font-size: 18px;
  line-height: 28px;
  width: 80%;
  margin: auto !important;
}

ul#myTab {
  display: flex;
  justify-content: center;
  border: none !important;
  margin: 30px 0 0 0 !important;
  flex-wrap: nowrap;
}

ul#myTab li.nav-item button {
  background: transparent;
  box-shadow: unset !important;
  border: 2px solid #e4573e !important;
  padding: 10px 15px !important;
  border-radius: 5px;
  margin: 0 5px;
  color: #e4573e;
  font-weight: 500;
}

ul#myTab li.nav-item button.active {
  background: #e4573e;
  border: 2px solid #e4573e !important;
  color: #fff;
}

.tabs_inner ul li img {
  width: 95%;
  margin: auto;
  height: auto;
}

ul#myTab li.nav-item {
  margin: 0 0 10px 0;
}

div.tab-pane {
  margin: 0;
}

.author_tabs_content {
  text-align: left;
}

.author_tabs_content p {
  width: 100%;
}

.author_tabs_img img {
  width: 80%;
}

section.sec_3:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/wirting-left.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 467px;
  height: 743px;
  right: 0;
  bottom: 0;
}

section.sec_7:after {
  -webkit-transform: unset !important;
  transform: unset !important;
  left: -20px;
  right: unset;
  background-size: 90%;
}

section.sec_3 .global_btn button.btn.btn-primary,
section.tabs_sec .global_btn button.btn.btn-primary {
  background: #e4573e !important;
  color: #fff;
  z-index: 999;
}

section.sec_3 .global_btn button.btn.btn-primary:hover {
  background-color: #e4573e !important;
}

.modal-header {
  padding: 0 !important;
  border: none !important;
  margin-bottom: 20px;
}

.modal-body {
  padding: 0 !important;
}

.modal {
  background: #0000008c;
}

.modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.popup_form_wrp {
  padding: 0 15px;
  text-align: center;
}

.popup_form_wrp h2 {
  font-weight: 800;
  font-size: 35px;
  color: #494949;
  margin: 0 0 10px 20px;
  position: relative;
}

.modal-content {
  padding: 30px 0;
  background: #00ffff00 !important;
}

.popup_form_wrp p {
  color: #343434;
  font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  height: 45px;
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  font-family: "Poppins";
  font-weight: 500;
  outline: none;
  color: #000;
  border: 1px solid #e4573e;
}

.popup_form_wrp form {
  margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
  color: #000;
  font-size: 14px;
}

.popup_form_wrp form textarea {
  border-radius: 15px;
  height: 130px;
  padding: 15px 18px;
}

.popup_form_wrp form select {
  font-size: 14px;
  font-weight: 500;
}

.modal-content {
  border-radius: 20px;
}

.modal-content {
  border: none !important;
  border-radius: 20px !important;
  padding-left: 40px;
  padding-right: 40px;
}

.popup_form_wrp h2:before {
  content: "";
  display: block;
  position: absolute;
  background: #e4573e;
  width: 10px;
  height: 40px;
  left: -20px;
  border-radius: 5px;
}

span.color_form {
  color: #e4573e;
}

button.btn-close {
  position: absolute;
  z-index: 99;
  right: 115px;
  top: 50px;
  background: #e4573e;
  opacity: 1;
  border-radius: 0;
  width: 30px;
  height: 35px;
  border-bottom-left-radius: 20px;
}

button.btn-close:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(42deg);
  left: 25px;
  border-radius: 5px;
}

button.btn-close:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 4px;
  height: 26px;
  top: 5px;
  transform: rotate(129deg);
  left: 24px;
  border-radius: 5px;
}

button.btn-close:hover {
  background: #f3ad16;
  opacity: 1;
}

button.popup_button {
  background: linear-gradient(180deg, #39aff9 0%, #007cca 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  text-transform: capitalize;
  width: 200px;
  height: 50px;
  font-family: "Raleway";
}

button.popup_button:hover {
  background: #f3ad16;
}

.popup_form_wrp input[type="submit"] {
  background: #e4573e !important;
  padding: 0 !important;
  color: #fff !important;
  width: 40% !important;
}

.global_btn button.btn:nth-child(2):hover {
  color: #ffffff;
  background-color: #e4573e !important;
}

.logo_wrap ul li img {
  width: 70%;
}

ul#myTab li.nav-item button:hover {
  background: #e4573e;
  border: 2px solid #e4573e !important;
  color: #fff;
}

/* .over-btns:hover{
    background-color: #e4573e !important;
    color: #fff !important;
} */

.img_cta img {
  width: 480px;
}

.content_wrap {
  text-align: right;
}

.client_inner p {
  font-size: 18px;
  width: 70%;
  margin: auto !important;
}

button.btn:hover,
button.btn:hover a {
  color: #ffffff !important;
  transition: 0.5s;
}

#regForm {
  font-family: Raleway;
  padding: 40px 25px;
  width: 480px;
  margin-left: auto;
  background: rgb(78 78 78 / 49%);
  box-shadow: 0px 0px 20px rgb(72 186 196 / 55%);
  border-radius: 10px;
  height: 470px;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */

input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

button {
  background-color: #04aa6d;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/*   

  .step.active {
    opacity: 1;
  } */

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #04aa6d;
}

form#regForm h2 {
  color: #ffffff;
  font-size: 23px;
  line-height: 29px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 20px 0;
}

form#regForm h2 span {
  color: #e4573e;
}

form#regForm h3 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

form#regForm h3 span {
  color: #e4573e;
}

.dots_wrap {
  display: none;
}

.tab select.form-control {
  background: transparent;
  height: 50px !important;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 50px !important;
  font-size: 16px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 300;
  outline: none !important;
}

.tab select.form-control option {
  color: #000;
}

.next_right_btn {
  text-align: center;
  margin: 20px 0 0 0;
}

.next_right_btn button#nextBtn,
.next_right_btn button#prevBtn {
  background: #e4573e;
  padding: 0 40px;
  font-size: 18px;
  border-radius: 5px;
  font-family: "Poppins";
  font-weight: 300;
  height: 50px;
  border: 2px solid #e4573e;
}

.next_right_btn button#prevBtn {
  background-color: #e4573e;
  border: 2px solid #e4573e;
  padding: 0 25px;
}

.next_right_btn button#nextBtn:hover,
.next_right_btn button#prevBtn:hover {
  opacity: 1;
  background: transparent;
  border: 2px solid #e4573e;
  color: #e4573e;
  transition: 0.5s;
}

.tab input {
  height: 50px;
  font-family: "Poppins";
  font-size: 16px;
  border: none;
  border-radius: 5px;
  padding: 0 0 0 15px;
  outline: none;
  margin: 20px 0 0 0;
}

.tab ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px !important;
}

.tab ul li {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}

.tab ul li input {
  width: 20px;
  margin: 0;
  border: none !important;
  line-height: 0;
}

.tab ul li label {
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #fff;
}

.tab ul li:nth-child(5) input#Illustration {
  width: 30px;
}

.wrap_sec .content_wrap {
  text-align: left !important;
}

.parent_fields {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.parent_fields .inner_field {
  flex: 0 0 47%;
  margin: 0 12px 20px 0px;
}

.parent_fields .inner_field select,
.parent_fields .inner_field input {
  margin-top: 0;
}

.parent_fields .inner_field p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 10px 0 !important;
}

.parent_fields .inner_field select {
  background: #fff;
  color: #000 !important;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 16px;
}

.parent_fields .inner_field input::placeholder {
  color: #000;
}

.tabs_inner ul.tabs_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tabs_inner ul.tabs_slider li {
  flex: 0 0 16%;
}

.tabs_inner ul.tabs_slider li img {
  width: auto;
  height: 350px;
}

.img_cta {
  position: relative;
}

section.sec_4:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/cta-book.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 596px;
  max-width: 670px;
  background-size: 100%;
  top: -35px;
  right: 20px;
  animation: zoom-in 1s ease;
}

[data-aos="zoom-in"] {
  /* Define the styles for the zoom-in animation */
  animation: zoom-in 1s ease;
}

@keyframes zoom-in {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.contant_wrap {
  position: relative;

  z-index: 9999;
}

.form_row .col-md-4 {
  padding-right: 0;
}

@media only screen and (max-width: 1355px) {
  .popup_img img {
    width: 68% !important;
  }

  .popup_content_wrap input {
    height: 45px !important;
  }

  .ututut {
    margin-left: -50px !important;
  }

  .popup_content_wrap textarea {
    height: 117px !important;
  }

  button.btn-close {
    right: 150px !important;

    top: 58px !important;
  }

  section.sec_4:after {
    height: 490px;

    max-width: 580px;
  }
}

/* Responsive styles for 1200px and below */
@media only screen and (max-width: 1200px) {
  section.tabs_sec {
    overflow-x: hidden;
  }

  section.tabs_sec .container,
  section.tabs_sec .container-fluid {
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
  }

  ul#myTab {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  ul#myTab li.nav-item {
    flex: 0 0 auto !important;
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  ul#myTab li.nav-item button {
    padding: 7px 10px !important;
    font-size: 11px !important;
    white-space: nowrap;
    margin: 0 !important;
    min-width: auto;
    width: auto !important;
    box-sizing: border-box;
  }

  .tabs_inner {
    width: 100% !important;
    padding: 0 5px !important;
    margin: 20px 0 0 0 !important;
    box-sizing: border-box;
  }

  .tabs_inner ul.tabs_slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .tabs_inner ul.tabs_slider li {
    flex: 1 1 0 !important;
    max-width: 16.666% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .tabs_inner ul.tabs_slider li img {
    width: 100% !important;
    height: auto !important;
    max-height: 240px !important;
    object-fit: contain !important;
    display: block;
  }

  .tabs_inner h2 {
    font-size: 30px !important;
    margin: 0 0 10px 0 !important;
  }

  .tabs_inner p {
    width: 100% !important;
    font-size: 15px !important;
    margin: 0 auto !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1199px) {
  .banner_inner h2 {
    font-size: 38px;
  }

  .tabs_inner ul li img {
    height: auto;
  }

  section.sec_4:after {
    max-width: 530px;
    right: 0;
    top: 30px;
  }

  .ceta_inner {
    width: 80%;
  }

  .ceta_inner h2 br {
    display: none;
  }

  .form_bottom form .input_inner,
  .form_bottom form .textarea_wrap {
    margin: 0 15px 0 0;
  }
}

.modal {
  overflow-y: hidden !important;
}

@media only screen and (max-width: 767px) {
  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    position: absolute;
    top: unset;
    bottom: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 130px;
    right: unset;
    font-size: 0;
    background: transparent;
  }

  button.slick-prev.slick-arrow::after {
    content: "\f053";
    font-family: "FontAwesome";
    color: black;
    display: block;
    font-size: 29px;
  }

  button.slick-next.slick-arrow::after {
    content: "\f054";
    font-family: "FontAwesome";
    color: black;
    display: block;
    font-size: 29px;
  }

  button.slick-next.slick-arrow {
    left: unset;
    right: 130px;
  }

  .popup_main_hd h2 {
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
  }

  .ban-form input[type="submit"] {
    position: relative;
    top: 10px;
  }

  .popup_content_wrap input,
  .popup_content_wrap textarea {
    margin: 0 0 10px 0 !important;
  }

  .popup_main_hd {
    position: relative !important;
    top: -18px !important;
  }

  .popup_content_wrap form {
    position: relative !important;
    top: -17px !important;
  }

  div#exampleModal {
    height: 100vh !important;
    /* position: relative; */
    top: 0px;
  }

  .row.align-items-center.here_1_row {
    display: flex !important;
    place-content: center !important;
  }

  button.btn-close {
    position: absolute !important;
    left: unset !important;
    right: 34px !important;
    bottom: unset !important;
    top: 58px !important;
    padding: 3px !important;
  }

  button.btn-close:before {
    position: relative !important;
    left: 12px !important;
    top: 0 !important;
  }

  button.btn-close:after {
    position: relative !important;
    left: 12px !important;
    top: -26px !important;
  }

  .popup_img {
    display: none;
  }

  .popup_content_wrap input[type="submit"] {
    position: unset;
  }

  .modal-content {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-right-radius: 21px !important;
  }

  .modal-dialog {
    max-width: 96% !important;
  }

  .content_wrap img {
    width: 100%;
  }

  #regForm {
    width: 100%;
    height: fit-content !important;
  }

  .parent_fields .inner_field select {
    /* width: 100% !IMPORTANT; */
  }

  .parent_fields {
    display: flex;
    flex-wrap: wrap;
  }

  .parent_fields .inner_field {
    flex: 0 0 134px !important;
  }

  .tab ul li input {
    width: 12px !important;
    display: flex;
  }

  .global_btn button {
    padding: 10px 15px;
    font-size: 15px;
    height: auto;
    min-height: 50px;
    width: auto;
    min-width: 150px;
  }

  header.main_header .col-md-8 {
    display: none;
  }

  .bagde_logo ul {
    flex-wrap: wrap;
  }

  section.sec_7:after {
    display: none;
  }

  .footer_cta:after {
    display: none;
  }

  section.sec_1 {
    height: auto;
    padding: 70px 0 40px;
  }

  .logo {
    text-align: center;
  }

  .banner_inner h2 {
    font-size: 27px;
    line-height: 36px;
    margin: 0 0 6px;
  }

  .rating_wrap ul {
    justify-content: center;
  }

  .bagde_logo ul li {
    flex: 0 0 50%;
    text-align: center;
    margin: 0 0 20px 0px;
  }

  .bagde_logo ul li img {
    width: 70%;
  }

  .banner__form__sec {
    width: 100%;
  }

  .content_wrap {
    text-align: center;
  }

  .contant_wrap h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .contant_wrap {
    margin: 30px 0 0 0;
  }

  .tabs_inner p {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }

  ul#myTab li.nav-item {
    flex: 0 0 50%;
  }

  ul#myTab li.nav-item button {
    width: 141px !important;
    padding: 0 !important;
    height: 42px;
    font-size: 14px;
  }

  .tabs_inner ul li img {
    width: 100%;
    height: auto;
  }

  section.sec_4 {
    height: auto;
    padding: 60px 0;
  }

  .ceta_inner h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .ceta_inner h2 br {
    display: none;
  }

  .tabs_inner h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .team__img__Sec {
    margin: 0 0 20px 0;
  }

  .testimonial_wrap ul li {
    display: block !important;
  }

  .testimonial_wrap ul li .book_left img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }

  .banner-form {
    padding: 15px;
  }

  .testimonial_wrap ul li .book_right_content {
    flex: 0 0 100%;
  }

  .testimonial_wrap ul li .book_left {
    display: none;
  }

  hr {
    margin: 7px 0 20px 0 !important;
  }

  section.sec_9 {
    padding: 50px 0;
  }

  button.accordion-button.collapsed {
    padding: 15px 10px;
  }

  section.tabs_sec {
    padding: 0 0 40px 0;
  }

  .book_right_content p {
    font-size: 17px;
    line-height: 30px;
  }

  .client_inner h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .form_row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form_bottom h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .form_bottom p {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }

  .form_bottom form {
    display: block;
  }

  input[type="submit"] {
    position: relative;
    top: 260px;
  }

  .textarea_wrap {
    margin: -50px 0 80px 0 !important;
  }

  .form_bottom form .input_inner {
    margin: 0 !important;
  }

  div#accordionExample {
    width: 100%;
  }

  .row.cta_row {
    padding: 30px 15px;
  }

  .footer_cta_btn {
    text-align: center;
    margin: 40px 0 0 0;
  }

  .footer_cta p {
    width: 100%;
  }

  .footer_cta h2 {
    font-size: 26px;
  }

  .footer_info {
    margin: 30px 0 0 0;
  }

  .tabs_inner ul.tabs_slider li {
    flex: 0 0 30%;
    margin: 0 10px 10px 0;
  }

  section.sec_4:after {
    display: none;
  }

  .ceta_inner {
    width: 100%;
  }

  h2 {
  }

  .ceta_inner p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
  }

  div#Writing {
  }

  div#myTabContent {
  }

  .tabs_inner .row.align-items-center {
    margin-top: 30px;
  }

  .author_tabs_img {
    margin: 0 0 30px 0;
  }

  section.sec_5 {
    padding-top: 0;
  }

  .team_wrap h2 {
    font-size: 30px;
  }

  section.sec_3.sec_7 {
    padding: 30px 0;
  }

  section.sec_3.sec_7 .content_wrap {
    margin: 30px 0 0 0;
  }

  .client_inner.book_inner p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
  }

  .client_inner p {
    width: 100%;
    font-size: 16px;
  }

  .bottom_line {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .bottom_line {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  footer.main-footer .d-flex {
    display: block;
  }
}

.modal-dialog {
  width: 100% !important;
  max-width: 1080px !important;
}

.popup_img img {
  width: 79%;
}

.popup_img {
  text-align: center;
}

.popup_main_hd h2 {
  font-size: 29px;
  color: #e4573e;
  margin: 0 0 30px 0;
}

.popup_main_hd h2 span {
  color: #e4573e;
  font-weight: bold;
}

.popup_content_wrap input,
.popup_content_wrap textarea {
  height: 40px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #ced4da;
  font-family: "Poppins";
  color: #495059;
  padding: 0 0 0 14px;
  outline: none !important;
  width: 100%;
}

.popup_content_wrap textarea {
  height: 150px;
  padding: 15px 0 0 15px;
  font-variant: JIS04;
  font-variant: JIS04;
}

.popup_content_wrap input::placeholder,
.popup_content_wrap textarea::placeholder {
  color: #495057;
}

.popup_content_wrap input[type="submit"] {
  width: 30%;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  background: #e4573e;
  height: 41px;
}

.modal-dialog {
  top: 5%;
}

/* animation */

.animation-element {
  opacity: 0;
  position: relative;
  &.slide-left {
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }

  &.slide-left-2 {
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }

  &.slide-right {
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    opacity: 0;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
  }

  &.slide-left.in-view,
  &.slide-right.in-view,
  &.slide-left-2.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@import "compass/css3";

/* * {

  @include box-sizing(border-box); 

} */

.module {
}

.come-in {
  transform: translate3d(0, 100px, 0);
  animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 1.5s;
}

.already-visible {
  transform: translate3d(0, 0, 0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translate3d(0, 0, 0);
  }
}

.testimonial_wrap ul li .book_left img {
  width: 75%;
  margin-left: 30px;
}

div#exampleModal {
  z-index: 99999;
}

.modal-dialog {
  top: -30px !important;
}

.disclaimer.mt-4.mb-4 {
  margin: 0 !important;
  padding: 20px 0;
  background: black;
  color: white;
}

/* Media query for 400px screens - Set all buttons to same height */
@media only screen and (max-width: 400px) {
  .global_btn button {
    height: 85px !important;
  }

  .global_btn button.btn:nth-child(2) {
    height: 85px !important;
  }

  /* Genre/Category buttons (Multi-Genre Publishing section) - Allow natural width and wrapping */
  section.tabs_sec .container-fluid ul#myTab {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  section.tabs_sec .container-fluid ul#myTab li.nav-item button {
    height: 85px !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    padding: 10px 15px !important;
  }

  section.tabs_sec .container-fluid ul#myTab li.nav-item {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 5px !important;
  }

  /* Author Help Suite buttons - Fixed width for consistent appearance */
  section.tabs_sec .container ul#myTab {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  section.tabs_sec .container ul#myTab li.nav-item button {
    height: 47px !important;
    width: 166px !important;
    min-width: auto !important;
    max-width: none !important;
    padding: 10px 15px !important;
  }

  section.tabs_sec .container ul#myTab li.nav-item {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 5px !important;
  }
}

/* Media query for 390px screens */
@media only screen and (max-width: 390px) {
  /* Genre/Category buttons (Multi-Genre Publishing section) */
  section.tabs_sec .container-fluid ul#myTab {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  section.tabs_sec .container-fluid ul#myTab li.nav-item button {
    height: 85px !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
  }

  section.tabs_sec .container-fluid ul#myTab li.nav-item {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 3px !important;
  }

  /* Author Help Suite buttons */
  section.tabs_sec .container ul#myTab {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  section.tabs_sec .container ul#myTab li.nav-item button {
    height: 85px !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
  }

  section.tabs_sec .container ul#myTab li.nav-item {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 3px !important;
  }

  /* Global buttons */
  .global_btn button {
    height: 85px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
  }
}

/* Media query for 1920x1280 screens - Increase width for Author Help Suite buttons */
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  /* Author Help Suite buttons - Increased width for better text display */
  section.tabs_sec .container ul#myTab li.nav-item button {
    min-width: 141px !important;
    width: 99px !important;
    padding: 12px 20px !important;
  }

  section.tabs_sec .container ul#myTab li.nav-item {
    margin: 0 -14px 10px 10px !important;
  }

  /* Separate styling for Author Website Design button - Wider to fit text in two lines */
  section.tabs_sec .container ul#myTab li.nav-item button#Author-tab,
  section.tabs_sec .container ul#myTab li.nav-item button[id="Author-tab"] {
    min-width: 160px !important;
    width: 160px !important;
    padding: 12px 15px !important;
  }
}
