@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,700&display=swap");
@font-face {
  font-family: "BodoniXT";
  src: url("../fonts/bodoni/BodoniXT.woff") format("woff2"), url("../fonts/bodoni/BodoniXT.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/gillsans/GillSans-Medium.eot");
  src: url("../fonts/gillsans/GillSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gillsans/GillSans-Medium.woff2") format("woff2"), url("../fonts/gillsans/GillSans-Medium.woff") format("woff"), url("../fonts/gillsans/GillSans-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: "Bodoni 72";
	src: url("../fonts/bodoni/Bodoni72C-Regular.otf") format("opentype");
}
.container {
  width: 100% !important;
  max-width: 85% !important;
  margin: 0 auto !important;
}
.captcha_m {
	transform: scale(0.8) translateX(-30px);
}
.title_line {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #D66D3E;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  display: block;
  overflow: hidden;
}
.title_line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  color: #D66D3E;
  background: #D66D3E;
  top: 10px;
  max-width: 100%;
  margin-left: 25px;
}

.dropdown select{
    width: 70px;
    background: transparent;
    text-decoration: none;
    font-family: "Gill Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1C8B92;
    text-transform: capitalize;
    padding: 25px 0;
    border: 0px;
}
.common_bottom_bg {
  background: url(../images/common-bg.png) no-repeat center bottom, linear-gradient(124.1deg, #FFFFFF 54.63%, #E7FFF6 100%);
  background-size: cover;
  width: 100%;
}

.custom_checkbox__lbl .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  outline: 3px solid #1C8B92;
  margin-top: 15px;
}
.custom_checkbox__lbl label {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #1C8B92;
  line-height: 150%;
  padding-left: 10px;
}
.custom_checkbox__lbl label a {
  color: #1C8B92;
}

.custom_dropdwn {
  position: relative;
}
.custom_dropdwn::after {
  background: url(../images/dropdwn-icon.svg) no-repeat center right;
  position: absolute;
  content: "";
  width: 11px;
  height: 5.5px;
  background-size: cover;
  top: 22px;
  right: 20px;
}

@-webkit-keyframes textstyle {
  from {
    left: -160px;
  }
  to {
    right: -160px;
  }
}

@keyframes textstyle {
  from {
    left: -160px;
  }
  to {
    right: -160px;
  }
}
.rotation {
  width: 100%;
  position: relative;
}
.rotation .text_rotate {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 170px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #D66D3E;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  top: 10px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  text-transform: capitalize;
}

.desktop_header {
  background: #ffffff;
  box-shadow: 0px 10px 41px rgba(0, 0, 0, 0.05);
  padding: 13.5px 0;
}
.desktop_header .head_menu ul {
  display: flex;
  flex-direction: row;
}
.desktop_header .head_menu ul li {
  margin: 0 30px 0 0px;
}
.desktop_header .head_menu ul li a {
  text-decoration: none;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #1C8B92;
  text-transform: capitalize;
  padding: 20px 0;
}
.desktop_header .head_menu ul li a img {
  margin-right: 5px;
  vertical-align: top;
}
.desktop_header .head_menu ul li .active {
  background: url(../images/head-active-menu-bg.png) no-repeat center center;
  background-size: contain;
}
.desktop_header .head_right_info ul li {
  margin: 0 0px 0 30px;
}

.banner {
  padding: 100px 0 400px 0;
  background: url(../images/home-banner-bg.png) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  position: relative;
}
.banner::after {
  position: absolute;
  content: "";
  background: url(../images/home-banner-blob.png) no-repeat center right;
  background-size: cover;
  width: 60%;
  height: 100%;
  top: -120px;
  max-width: 1387px;
  right: 0;
  z-index: -1;
}
.banner h1 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 2px;
  color: #1C8B92;
}
.banner a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  max-width: 342px;
  color: #1C8B92;
  margin-bottom: 18px;
}

.creative_writing .tabing_block {
  width: 100%;
  max-width: 799px;
  margin: auto;
}
.creative_writing .tabing_block ul {
  border: none;
}
.creative_writing .tabing_block ul li .nav-link {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1C8B92;
  font-weight: 600;
  color: #1C8B92;
  text-transform: uppercase;
  padding: 0 20px;
  border: none !important;
}
.creative_writing .tabing_block ul li .active {
  border: none;
  background: url(../images/activetab-blob.svg) no-repeat center center;
  background-size: contain;
}
.creative_writing .tabing_block h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
  margin: 25px 0;
}
.creative_writing .tabing_block p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 25px 0;
}
.creative_writing .tabing_block a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  max-width: 195px;
  color: #1C8B92;
}

.work_together {
  background: url(../images/work-together-main-bg.png) no-repeat center bottom;
  background-size: contain;
  width: 100%;
  padding: 110px 0 70px 0;
}
.work_together .work_together_desc {
  width: 100%;
  max-width: 562px;
}
.work_together .work_together_desc h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #1C8B92;
}
.work_together .work_together_desc p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin-top: 25px;
}
.work_together .three_round_section {
  padding-top: 150px;
}
.work_together .three_round_section .single_round {
  width: 100%;
  max-width: 467px;
  margin: 0 auto;
  padding: 100px 0;
}
.work_together .three_round_section .single_round h5 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2px;
  color: #ffffff;
}
.work_together .three_round_section .single_round p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-top: 30px;
}
.work_together .three_round_section .single_round .sr_wrapper {
  width: 100%;
  max-width: 251px;
  margin: 0 auto;
  text-align: center;
}
.work_together .three_round_section .sr1 {
  background: url(../images/orange-blob.png) no-repeat center top;
  background-size: cover;
}
.work_together .three_round_section .sr2 {
  background: url(../images/blue-blob.png) no-repeat center top;
  background-size: cover;
}
.work_together .three_round_section .sr3 {
  background: url(../images/yellow-blob.png) no-repeat center top;
  background-size: cover;
}
.work_together .three_round_section .sr3 h5,
.work_together .three_round_section .sr3 p {
  color: #1C8B92;
}

.how_it_works {
  background: #1C8B92;
}
.how_it_works .item {
  padding: 129px 0 400px 0;
}
.how_it_works .item .single_item {
  padding-left: 158px;
}
.how_it_works .item .single_item h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #ffffff;
}
.how_it_works .item .single_item p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-top: 25px;
}
.how_it_works .item .single_item h4 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2px;
  color: #ffffff;
}
.how_it_works .item .single_item .slide_topframe {
  width: 100%;
  max-width: 799px;
}
.how_it_works .item .single_item .slide_bottom_frame {
  width: 100%;
  max-width: 524px;
}
.how_it_works .item .single_item .steps_group {
  margin: 60px 0;
}
.how_it_works .item .single_item .steps_group span {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  display: block;
}
.how_it_works .item .single_item .steps_group span::after {
  background: url(../images/step1-img.png) no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: -10px;
  left: 80px;
  width: 96%;
  /*max-width: 90%;*/
  height: 38px;
  content: "";
}
.how_it_works .item .single_item .steps_group .s2::after {
  background: url(../images/step2-img.png) no-repeat;
  background-size: cover;
}
.how_it_works .item .single_item .steps_group .s3::after {
  background: url(../images/step3-img.png) no-repeat;
  background-size: cover;
}
/* .how_it_works .i1 {
  background: url(../images/how-it-works-img1.png) no-repeat center bottom;
  background-size: contain;
}
.how_it_works .i2 {
  background: url(../images/how-it-works-img2.png) no-repeat center bottom;
  background-size: contain;
}
.how_it_works .i3 {
  background: url(../images/how-it-works-img3.png) no-repeat center bottom;
  background-size: contain;
} */
.how_it_works .owl-nav {
  position: absolute;
  top: 41%;
  left: 38%;
  color: #ffffff;
  font-size: 70px;
}
.how_it_works .owl-nav span {
  display: none;
}
.how_it_works .owl-nav .owl-prev:after {
  content: url(../images/left-arrow.png);
}
.how_it_works .owl-nav .owl-next:after {
  content: url(../images/right-arrow.png);
}
.how_it_works .owl-nav .owl-prev {
  margin: 0 10px;
}
.how_it_works .owl-nav .owl-next {
  margin: 0 10px;
}

.ask_anything {
  background: url(../images/ask-anything-bg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 206px 0;
}
.ask_anything .ask_anything_data {
  width: 100%;
  max-width: 799px;
}
.ask_anything .ask_anything_data h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
}
.ask_anything .ask_anything_data p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 25px 0;
}
.ask_anything .ask_anything_data a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  max-width: 168px;
  color: #1C8B92;
}

footer {
  background: #D66D3E;
  padding: 70px 0;
}
footer .footer_menu {
  border-top: 2px solid rgba(255, 255, 255, 0.2509803922);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2509803922);
  padding: 25px 0;
}
footer .footer_menu ul {
  flex-direction: row;
  justify-content: space-between;
}
footer .footer_menu ul li a {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  color: #ffffff;
}
footer .footer_info p,
footer .footer_info a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Gill Sans";
}

.contactus {
  padding: 50px 0 250px 0;
  position: relative;
}
.contactus::before {
  content: "";
  background: url(../images/contact-rightbg.png) no-repeat center right;
  background-size: cover;
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 9;
  top: 0;
  right: 0;
  max-width: 828px;
}
.contactus::after {
  content: "";
  background: url(../images/contact-bottom-bg.png) no-repeat bottom center;
  width: 1920px;
  max-width: 100%;
  height: 193px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
.contactus .rotation {
  z-index: 99;
}
.contactus .contact_content {
  width: 100%;
  max-width: 799px;
}
.contactus .contact_content h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
  margin-bottom: 30px;
  font-size: 68px;
}
.contactus .contact_content .contact_top_btns {
  margin: 25px 0;
}
.contactus .contact_content .contact_top_btns a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  max-width: 387px;
  margin: 0 10px;
  color: #1C8B92;
}
.contactus .contact_content p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 25px 0;
}
.contactus .contact_content .custom_form_style .form-control {
  width: 100%;
  background: rgba(156, 205, 211, 0.1);
  border-radius: 5px;
  height: 51px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1C8B92;
  border: none;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.contactus .contact_content .custom_form_style .form-control:focus {
  background: rgba(156, 205, 211, 0.1);
  color: #1C8B92;
  border: none;
  outline: none;
  box-shadow: none;
}
.contactus .contact_content .custom_form_style .form-control::-moz-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.contactus .contact_content .custom_form_style .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.contactus .contact_content .custom_form_style .form-control::placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.contactus .contact_content .custom_form_style #msg {
  resize: none;
  min-height: 140px;
  padding: 20px;
}
.contactus .contact_content .custom_form_style .form_btn {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  max-width: 173px;
  color: #1C8B92;
}

.shopping_cart {
  padding: 50px 0 120px 0;
  position: relative;
}
.shopping_cart h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
  font-size: 68px;
}
.shopping_cart p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 30px 0 20px 0;
}
.shopping_cart .shopping_cart_table .row div {
  border: 1px solid #1C8B92;
  background: linear-gradient(179deg, #FFFFFF 54.63%, rgba(231, 255, 246, 0.5294117647) 100%);
}
.shopping_cart .shopping_cart_table .table_title span {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1C8B92;
  padding: 0px 20px;
}
.shopping_cart .shopping_cart_table .table_title div {
  padding: 12px 10px;
}
.shopping_cart .shopping_cart_table .table_data h5 {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1C8B92;
  line-height: 150%;
  margin-bottom: 0;
}
.shopping_cart .shopping_cart_table .table_data h6 {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #1C8B92;
  line-height: 150%;
  margin-bottom: 0;
}
.shopping_cart .shopping_cart_table .table_data span {
  color: #1C8B92;
}
.shopping_cart .shopping_cart_table .table_data div {
  padding: 17px 30px;
}
.shopping_cart .shopping_cart_table .table_data div a {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1C8B92;
  line-height: 150%;
}
.shopping_cart .shopipng_cart_bottominfo {
  margin: 30px 0;
}
.shopping_cart .shopipng_cart_bottominfo .row {
  background: #ffffff;
  box-shadow: 0px 10px 41px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.shopping_cart .shopipng_cart_bottominfo .row .form-control {
  width: 100%;
  background: rgba(156, 205, 211, 0.1);
  border-radius: 5px;
  height: 51px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1C8B92;
  border: none;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.shopping_cart .shopipng_cart_bottominfo .row .form-control:focus {
  background: rgba(156, 205, 211, 0.1);
  color: #1C8B92;
  border: none;
  outline: none;
  box-shadow: none;
}
.shopping_cart .shopipng_cart_bottominfo .row .form-control::-moz-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.shopping_cart .shopipng_cart_bottominfo .row .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.shopping_cart .shopipng_cart_bottominfo .row .form-control::placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.shopping_cart .shopipng_cart_bottominfo .row .cart_btn {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  color: #1C8B92;
  max-width: 318px;
  margin: 0 auto;
}
.shopping_cart .shopipng_cart_bottominfo .row .highlight_block {
  background: #1C8B92;
  padding: 26px;
  border-radius: 0px 0px 8px 8px;
}
.shopping_cart .shopipng_cart_bottominfo .row .highlight_block h5 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2px;
  color: #ffffff;
  color: #ffffff;
}

.checkout {
  padding: 50px 0 100px 0;
}
.checkout .chackout_left_block {
  width: 100%;
  max-width: 732px;
}
.checkout .chackout_left_block h2 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
  font-size: 68px;
}
.checkout .chackout_left_block p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 30px 0 20px 0;
}
.checkout .chackout_left_block .form-control {
  width: 100%;
  background: rgba(156, 205, 211, 0.1);
  border-radius: 5px;
  height: 51px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1C8B92;
  border: none;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.checkout .chackout_left_block .form-control:focus {
  background: rgba(156, 205, 211, 0.1);
  color: #1C8B92;
  border: none;
  outline: none;
  box-shadow: none;
}
.checkout .chackout_left_block .form-control::-moz-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.checkout .chackout_left_block .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.checkout .chackout_left_block .form-control::placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.checkout .chackout_left_block img {
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}
.checkout .chackout_right_block {
  padding-top: 145px;
}
.checkout .chackout_right_block .editcart {
  font-size: 17px;
  color: #1C8B92;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  font-weight: 600;
}
.checkout .chackout_right_block .checkout_bottom_info .row {
  background: #ffffff;
  box-shadow: 0px 10px 41px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.checkout .chackout_right_block .checkout_bottom_info a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  color: #1C8B92;
}
.checkout .chackout_right_block .checkout_bottom_info .highlight_block {
  background: #1C8B92;
  padding: 20px;
  border-radius: 0px 0px 8px 8px;
}
.checkout .chackout_right_block .checkout_bottom_info .highlight_block h5 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2px;
  color: #ffffff;
}
.checkout .chackout_right_block .table_data div {
  background: linear-gradient(124.1deg, #FFFFFF 54.63%, #E7FFF6 100%);
  border: 1px solid #1C8B92;
  padding: 12px 35px;
}
.checkout .chackout_right_block .table_data div span {
  color: #1C8B92;
}
.checkout .chackout_right_block .table_data div h5 {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1C8B92;
  line-height: 150%;
}
.checkout .chackout_right_block .table_data div h6 {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #1C8B92;
  line-height: 150%;
}
.checkout .chackout_right_block .form-control {
  width: 100%;
  background: rgba(156, 205, 211, 0.1);
  border-radius: 5px;
  height: 51px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1C8B92;
  border: none;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.checkout .chackout_right_block .form-control:focus {
  background: rgba(156, 205, 211, 0.1);
  color: #1C8B92;
  border: none;
  outline: none;
  box-shadow: none;
}
.checkout .chackout_right_block .form-control::-moz-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.checkout .chackout_right_block .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.checkout .chackout_right_block .form-control::placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.checkout .chackout_right_block .cart_btn {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  max-width: 190px;
  color: #1C8B92;
}

.checkout .back_btn {
  max-width: 318px;
  margin: 0 auto;
}

.orange_highlight_block {
  background: #D66D3E !important;
}

.terms_condition {
  background: url(../images/contact-bottom-bg.png) no-repeat center bottom, linear-gradient(124.1deg, #FFFFFF 54.63%, #E7FFF6 100%);
  background-size: contain;
  padding: 50px 0 200px 0;
}
.terms_condition .terms_condition_wrapper {
  width: 100%;
  max-width: 799px;
  margin: 0 auto;
  padding: 0 20px;
}
.terms_condition .terms_condition_wrapper h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
  margin-bottom: 30px;
}
.terms_condition .terms_condition_wrapper p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin-bottom: 25px;
}

.error {
  padding: 50px 0 500px 0;
  background: linear-gradient(124.1deg, #FFFFFF 54.63%, #E7FFF6 100%);
  width: 100%;
  position: relative;
}
.error::after {
  content: "";
  background: url(../images/error-bg.png) no-repeat center bottom;
  display: block;
  width: 100%;
  height: 422px;
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.error .error_content {
  width: 100%;
  max-width: 599px;
}
.error .error_content h2 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
  font-size: 68px;
}
.error h6 {
  margin: 30px 0;
}
.error a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  max-width: 342px;
  color: #1C8B92;
}

.login_register {
  padding: 100px 0 200px 0;
  position: relative;
  background: url(../images/login-bg.png) no-repeat center bottom;
  background-size: cover;
}
.login_register .login_register_wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 0 170px;
}
.login_register .login_register_wrapper h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
}
.login_register .login_register_wrapper p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 25px 0;
}
.login_register .login_register_wrapper .form-control {
  width: 100%;
  background: rgba(156, 205, 211, 0.1);
  border-radius: 5px;
  height: 51px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1C8B92;
  border: none;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.login_register .login_register_wrapper .form-control:focus {
  background: rgba(156, 205, 211, 0.1);
  color: #1C8B92;
  border: none;
  outline: none;
  box-shadow: none;
}
.login_register .login_register_wrapper .form-control::-moz-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.login_register .login_register_wrapper .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.login_register .login_register_wrapper .form-control::placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.login_register .login_register_wrapper .form_btn {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  color: #1C8B92;
}
.login_register .login_register_wrapper .register_btn {
  max-width: 170px;
  color: #1C8B92;
}
.login_register .login_register_wrapper .signin_btn {
  max-width: 259px;
}
.login_register .login_register_wrapper .left_info {
  width: 100%;
  max-width: 434px;
}
.login_register .login_register_wrapper .right_info {
  width: 100%;
  max-width: 434px;
}

.dashboard {
  padding: 0 0 155px 0;
  background: url(../images/contact-bottom-bg.png) no-repeat center bottom, linear-gradient(124.1deg, #FFFFFF 54.63%, #E7FFF6 100%);
  background-size: contain;
  width: 100%;
}
.dashboard .dashboard_head {
  background: #1C8B92;
  padding: 34.5px 0;
}
.dashboard .dashboard_head h5 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2px;
  color: #ffffff;
  color: #EFC551;
  margin-bottom: 0;
}
.dashboard .dashboard_head .dashboard_menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
}
.dashboard .dashboard_head .dashboard_menu ul li {
  list-style-type: none;
  margin: 0 0px 0 40px;
}
.dashboard .dashboard_head .dashboard_menu ul li a {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #EFC551;
  text-transform: capitalize;
  text-decoration: none;
}
.dashboard .dashboard_head .dashboard_menu ul li .active {
  background: url(../images/account-active-tab-blob.png) no-repeat center center;
  background-size: contain;
}
.dashboard .dashboard_data {
  padding-top: 30px;
  width: 100%;
  max-width: 1254px;
  margin: 0 auto;
}
.dashboard .dashboard_data .form-control {
  width: 100%;
  background: rgba(156, 205, 211, 0.1);
  border-radius: 5px;
  height: 51px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1C8B92;
  border: none;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.dashboard .dashboard_data .form-control:focus {
  background: rgba(156, 205, 211, 0.1);
  color: #1C8B92;
  border: none;
  outline: none;
  box-shadow: none;
}
.dashboard .dashboard_data .form-control::-moz-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.dashboard .dashboard_data .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.dashboard .dashboard_data .form-control::placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.dashboard .dashboard_data .save {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  color: #1C8B92;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
}

.order_history {
  margin-top: 30px;
}
.order_history tr {
  background: linear-gradient(124.1deg, #FFFFFF 54.63%, #E7FFF6 100%);
  border: 1px solid #1C8B92;
}
.order_history tr td {
  border: 1px solid #1C8B92;
  padding: 14.5px 30px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1C8B92;
  line-height: 150%;
  color: #1C8B92;
}
.order_history tr td h6 {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1C8B92;
  line-height: 150%;
  color: #1C8B92;
  margin-bottom: 0;
}
.order_history tr td span {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #1C8B92;
  line-height: 150%;
  color: #1C8B92;
}
.order_history tr th {
  border: 1px solid #1C8B92;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1C8B92;
  padding: 0 30px;
  line-height: 50px;
}
.order_history tr a {
  text-decoration: none;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1C8B92;
  line-height: 150%;
  color: #1C8B92;
}

.faq {
  padding: 50px 0 250px 0;
  background: url(../images/contact-bottom-bg.png) no-repeat center bottom;
  background-size: contain;
  position: relative;
}
.faq::after {
  position: absolute;
  content: "";
  background: url(../images/faq-top-blob.png) no-repeat bottom right;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.faq h1 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 2px;
  color: #D66D3E;
  margin-bottom: 30px;
}
.faq h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
}
.faq .faq_banner_desc {
  width: 100%;
  max-width: 708px;
}

.faq_content {
  padding: 100px 0;
  background: url(../images/faq-content-bg.png) no-repeat center top, linear-gradient(124.1deg, #FFFFFF 54.63%, #E7FFF6 100%);
  background-size: cover;
  width: 100%;
}
.faq_content .accordion {
  width: 100%;
  max-width: 1432px;
  margin: 0 auto;
  --bs-accordion-border-width: 0px;
}
.faq_content .accordion .accordion-item {
  background: #ffffff;
  box-shadow: 0px 10px 41px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: none;
  border-radius: 8px;
  margin-bottom: 20px;
}
.faq_content .accordion .accordion-item button {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #1C8B92;
  border-radius: 0;
  background: #ffffff;
  border: none;
  outline: 0;
  font-weight: 600;
  padding: 27px 27px 0 27px;
}
.faq_content .accordion .accordion-item button:focus {
  outline: 0;
  box-shadow: none;
}
.faq_content .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-left: 27px;
  padding-right: 27px;
}
.faq_content .accordion .accordion-item .accordion-body p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 0;
}
.faq_content .accordion .accordion-item .accordion-button.collapsed {
  padding-bottom: 27px;
}
.faq_content .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
  background: url(../images/open-icon.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
}
.faq_content .accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
  background: url(../images/close-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
}

.faq_wrapper .accordion-item .accordion-button.collapsed::after {
  content: "";
  background: url(../images/plus_square.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  width: 32px;
  height: 32px;
}

.joinus {
  background: url(../images/joinusbanner.png) no-repeat right top;
  background-size: contain;
  padding: 80px 0 175px 0;
  position: relative;
}
.joinus .rotation {
  z-index: 9;
}
.joinus .rotation .text_rotate {
  top: 10px;
}
.joinus::after {
  content: "";
  background: url(../images/joinus-btmafter.png) no-repeat bottom center;
  display: block;
  height: 193px;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.joinus .joinus_banner_desc {
  width: 100%;
  max-width: 708px;
}
.joinus .joinus_banner_desc h1 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 2px;
  color: #D66D3E;
  margin-bottom: 30px;
}
.joinus .joinus_banner_desc p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
}

.journey {
  background: url(../images/joinus-journey-bg.png) no-repeat center top, linear-gradient(124.1deg, #FFFFFF 54.63%, #E7FFF6 100%);
  background-size: contain;
}
.journey .journey_wrapper {
  width: 100%;
  max-width: 799px;
  margin-left: 80px;
  padding: 145px 0;
}
.journey .journey_wrapper h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
  margin-bottom: 30px;
}
.journey .journey_wrapper p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
}
.journey .journey_wrapper h6 {
  margin: 30px 0;
}

.partnership {
  background: url(../images/partnership-bg.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}
.partnership .partnership_wrapper {
  width: 100%;
  max-width: 799px;
  margin-left: auto;
  padding: 100px 0;
}
.partnership .partnership_wrapper h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
}
.partnership .partnership_wrapper p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 30px 0;
}
.partnership .partnership_wrapper .form-control {
  width: 100%;
  background: rgba(156, 205, 211, 0.1);
  border-radius: 5px;
  height: 51px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1C8B92;
  border: none;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.partnership .partnership_wrapper .form-control:focus {
  background: rgba(156, 205, 211, 0.1);
  color: #1C8B92;
  border: none;
  outline: none;
  box-shadow: none;
}
.partnership .partnership_wrapper .form-control::-moz-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.partnership .partnership_wrapper .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.partnership .partnership_wrapper .form-control::placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.partnership .partnership_wrapper .contactus_btn {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  color: #1C8B92;
}
.partnership .partnership_wrapper #msg {
  resize: none;
  min-height: 140px;
  padding: 20px;
}

.about_banner {
  background: url(../images/about-bannerbg.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  padding: 40px 0 212px 0;
}
.about_banner .about_banner_data {
  width: 100%;
  max-width: 708px;
  margin-left: auto;
  margin-right: -20px;
}
.about_banner .about_banner_data h1 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 2px;
  color: #D66D3E;
  margin: 30px 0;
}
.about_banner .about_banner_data p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
}

.good_hand {
  background: url(../images/good-handbg.png) no-repeat center top;
  background-size: contain;
  width: 100%;
}
.good_hand .good_hand_wrapper {
  width: 100%;
  max-width: 799px;
  padding: 180px 0;
}
.good_hand .good_hand_wrapper h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #D66D3E;
  margin-bottom: 30px;
}
.good_hand .good_hand_wrapper p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
}

.service {
  background: url(../images/service-bg.png) no-repeat right top;
  background-size: contain;
  width: 100%;
  padding: 50px 0 230px 0;
  position: relative;
}
.service::after {
  content: "";
  background: url(../images/service-right.png) no-repeat right center;
  width: 100%;
  height: 193px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.service::before {
  content: "";
  background: url(../images/service-left.png) no-repeat left center;
  width: 100%;
  height: 183px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.service .rotation {
  z-index: 5;
}
.service .service_wrapper {
  width: 100%;
  max-width: 845px;
  margin-left: 15px;
}
.service .service_wrapper h1 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 110%;
  letter-spacing: 2px;
  color: #D66D3E;
  margin-bottom: 30px;
}
.service .service_wrapper p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
}

.single_service .single_service_wrapper .service_desc_block {
  max-width: 799px;
  margin-left: 100px;
  width: 100%;
}
.single_service .single_service_wrapper .service_desc_block h5 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 2px;
  color: #ffffff;
  color: #ffffff;
}
.single_service .single_service_wrapper .service_desc_block h2 {
  font-family: "Bodoni 72", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #ffffff;
  margin: 20px 0px;
}
.single_service .single_service_wrapper .service_desc_block p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}
.single_service .single_service_wrapper .service_desc_block h6 {
  margin: 30px 0;
  color: #ffffff;
}
.single_service .single_service_wrapper .service_desc_block h6::after {
  color: #ffffff;
  background: #ffffff;
}
.single_service .single_service_wrapper .service_desc_block a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  border: 2px solid #ffffff;
}

.corporate_writing {
  position: relative;
  background: #1C8B92;
}

.creative_writing_service {
  background: #D66D3E;
}
.creative_writing_service .single_service_wrapper {
  margin: 0 auto 0 0 !important;
}

.advertising_writing {
  background: #1C8B92;
  position: relative;
}

.social_media {
  position: relative;
  background: #D66D3E;
}
.social_media .service_desc_block {
  margin: 0 0 0 250px !important;
}

.service_modal .modal-content {
  border-radius: 0;
}
.service_modal .modal-content .modal_data_block {
  width: 100%;
  max-width: 707px;
  margin: 0 auto;
}
.service_modal .modal-content .modal_data_block .form-control {
  width: 100%;
  background: rgba(156, 205, 211, 0.1);
  border-radius: 5px;
  height: 51px;
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1C8B92;
  border: none;
  margin-bottom: 25px;
  padding: 0px 20px;
}
.service_modal .modal-content .modal_data_block .form-control:focus {
  background: rgba(156, 205, 211, 0.1);
  color: #1C8B92;
  border: none;
  outline: none;
  box-shadow: none;
}
.service_modal .modal-content .modal_data_block .form-control::-moz-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.service_modal .modal-content .modal_data_block .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.service_modal .modal-content .modal_data_block .form-control::placeholder {
  font-size: 16px;
  color: #1C8B92;
  font-weight: 600;
}
.service_modal .modal-content .modal_data_block .btn-close {
  color: #1C8B92;
  background: url(../images/close.svg) no-repeat center center;
  background-size: contain;
}
.service_modal .modal-content .modal_data_block .title_line {
  color: #1C8B92;
  margin-bottom: 15px;
}
.service_modal .modal-content .modal_data_block .title_line::after {
  color: #1C8B92;
  background: #1C8B92;
}
.service_modal .modal-content .modal_data_block p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
}
.service_modal .modal-content .modal_data_block a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  color: #1C8B92;
}
.service_modal .modal-content .modal_data_block .premium {
  background: #D66D3E;
  border-color: #D66D3E;
  color: #ffffff;
}
.service_modal .modal-content .modal_data_block .bottom_row {
  padding-top: 120px;
}
.service_modal .modal-content .modal_data_block .total {
  font-style: italic;
  color: #122222;
}
.service_modal .modal-content .modal_data_block .total span {
  color: #1C8B92;
  padding-left: 5px;
}
.service_modal .modal-content h2 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  color: #1C8B92;
}

.successboxinfo .modal-dialog {
  max-height: 549px;
  min-height: 549px !important;
}

.success_fail .modal-dialog {
  background: url(../images/popup-success-fail-bg.png) no-repeat center top #ffffff;
  background-size: cover;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  --bs-modal-border-width: 0;
  min-height: auto;
}
.success_fail .modal-dialog .modal-content {
  width: 100%;
  max-width: 707px;
  margin: 0 auto;
  background-color: transparent;
}
.success_fail .modal-dialog .modal-content p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #1C8B92;
  margin: 25px 0;
  font-size: 20px;
}
.success_fail .modal-dialog .modal-content a {
  display: block;
  width: 100%;
  text-decoration: none;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #1C8B92;
  border-radius: 30px;
  text-transform: uppercase;
  color: #1C8B92;
  max-width: 192px;
}

.m6 h2 {
  color: #D66D3E !important;
}
.m6 p {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #D66D3E !important;
}
.m6 .close {
  max-width: 106px !important;
  margin-right: 15px;
}
.m6 a {
  color: #D66D3E !important;
  border-color: #D66D3E !important;
}

.modal-backdrop {
  background: #1C8B92;
  opacity: 0.8;
}

.webtitle-ballpoint {
  white-space: nowrap;
  position: absolute;
  text-transform: uppercase;
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #D66D3E;
}

.webtitle-ballpoint {
  -webkit-animation: ballpoint 8s linear infinite;
  /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  -webkit-animation: ballpoint 8s linear infinite alternate;
          animation: ballpoint 8s linear infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes ballpoint {
  from {
    left: 0;
  }
  to {
    left: -140px;
  }
}
@keyframes ballpoint {
  from {
    left: 0;
  }
  to {
    left: -140px;
  }
}
.stickyheader {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  background: #fff !important;
}

.service_modal {
  z-index: 999;
}

.about_banner {
  position: relative;
}
.about_banner::after {
  content: "";
  background: url(../images/aboutbtm-after.png) no-repeat bottom center;
  width: 100%;
  height: 193px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -20;
}
.about_banner .rotation {
  z-index: 9;
}/*# sourceMappingURL=style.css.map */