/*Main Css */
::-moz-selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #87ceeb;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00B67A;
}

.ovr-hiddn {
  overflow: hidden;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
  font-family: "Quincy CF", serif;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #e00000;
}

p,
a {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

p {
  line-height: 26px;
  display: block;
}

span {
  display: inline-block;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

ul.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

ul.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button::before,
.slick-dots li button::after {
  display: none;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

span.arrows {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  top: 0;
  border-radius: 0;
  background: #f7f7f7;
  color: #696969;
}

span.arrows.next {
  right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 400;
}

::-moz-placeholder {
  color: #666;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #666;
  font-weight: 400;
}

:-moz-placeholder {
  color: #666;
  font-weight: 400;
}

.fs-0 {
  font-size: 0 !important;
}

.fs-sm {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.fs-md1 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 0.9;
}

.fs-md {
  color: #00B67A;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.03;
}

.fs-lg1 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.fs-lg {
  color: #000;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.1;
}

.mn-hd p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.groupBtn {
  display: flex;
  gap: 25px;
  align-items: center;
}

.callPra {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.callPra a {
  color: #fedf89;
  font-size: 1em;
  font-weight: inherit;
  line-height: 1.2;
  font-weight: 700;
}
.callPra a:hover {
  color: #00B67A;
}

.mn-textBtn {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 80% */
}

.mn-btn {
  padding: 16px 40px;
  border-radius: 5px;
  background: #F45A28;
  border: 2px solid #F45A28;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.16);
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
.mn-btn.btnBorder {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
.mn-btn:hover {
  color: #fff;
  background-color: #00B67A;
  border-color: #00B67A;
}

.mn-chat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mn-chat span {
  color: #101010;
  font-size: 14px;
  font-weight: 700;
}
.mn-chat b {
  color: #101010;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.mn-chat:hover b {
  color: #F45A28;
}

.padX-3 {
  padding-right: 3%;
  padding-left: 3%;
}

.padX-5 {
  padding-right: 5%;
  padding-left: 5%;
}

.padX-8 {
  padding-right: 8%;
  padding-left: 8%;
}

.padX-10 {
  padding-right: 10%;
  padding-left: 10%;
}

.padX-12 {
  padding-right: 12%;
  padding-left: 12%;
}

.padX-15 {
  padding-right: 15%;
  padding-left: 15%;
}

.padX-18 {
  padding-right: 18%;
  padding-left: 18%;
}

.padX-20 {
  padding-right: 20%;
  padding-left: 20%;
}

.sec-pad {
  padding-top: 65px;
  padding-bottom: 65px;
}

.hd-pad {
  padding-bottom: 50px;
}

/* header CSS */
header {
  transition: all 0.4s ease-In-out;
}

.top-header {
  background-color: #0F201A;
  padding: 7px 0;
}
.top-header .topHeader-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.top-header .topHeader-cont p {
  color: #999;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
}
.top-header .topHeader-cont p span {
  font-weight: 700;
  color: #127e5a;
}
.top-header .topHeader-cont p em {
  color: #FEDF89;
  font-size: 0.8em;
}
.top-header .topHeader-cont .topheader-btnGroup {
  display: flex;
  align-items: center;
  gap: 25px;
}
.top-header .topHeader-cont a.tel {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.top-header .topHeader-cont a.tel:hover {
  color: #00B67A;
}
.top-header .topHeader-cont a.tel b {
  font-weight: 400;
}
.top-header .topHeader-cont .chatBtn {
  padding: 7px 20px;
  border-radius: 35px;
  border: 2px solid #F45A28;
  color: #FFF;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.top-header .topHeader-cont .chatBtn:hover {
  background-color: #F45A28;
}

.logo h2 {
  font-size: 30px;
  font-weight: 700;
}

.main-header {
  padding: 15px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Menu Css */
}
.main-header .logo {
  display: inline-block;
}
.main-header .logo img {
  display: block;
}
.main-header .menu {
  font-size: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  position: relative;
}
.main-header .menu li a {
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-top: 15px;
  padding-bottom: 15px;
}
.main-header .menu li span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-header .menu li .icon i {
  font-size: 14px;
  transition: all 0.2s ease-in;
}
.main-header .menu li a:hover ~ .icon i {
  transform: rotate(180deg);
}
.main-header .menu li a:hover, .main-header .menu li.active a {
  color: #168182;
}
.main-header .menu li.navBtn a {
  margin: 0;
  padding: 8px 25px;
  border-radius: 5px;
  background: #00B67A;
  border: 2px solid #00B67A;
  color: #FFF;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.main-header .menu li.navBtn a:hover {
  color: #00B67A;
  background-color: #fff;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}
.dropdown-nav {
  overflow: hidden;
  vertical-align: middle;
}
.dropdown-nav:hover {
  overflow: visible;
}
/* .dropdown-nav>span:hover+.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
} */
.dropdown-nav .dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}
.dropdown-nav .dropdown .row {
  row-gap: 20px;
}
.dropdown-nav .dropdown a {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-nav .dropdown h6 {
  font-size: 20px;
  color: #0F201A;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.dropdown-nav .dropdown h6:hover {
  color: #127e5a;
}
.dropdown-nav .dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dropdown-nav .dropdown ul li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dropdown-nav .dropdown ul li a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000 !important;
  display: inline-block;
}
.dropdown-nav .dropdown ul li a:hover {
  color: #127e5a !important;
}
/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar.open span {
  background: #b70404;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #ffff00;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}

footer {
  background-color: #004747;
  padding: 80px 0 35px;
}
footer .row {
  row-gap: 24px;
}
footer .widget {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
footer .widget .cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .widget .cont a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration-line: underline;
  text-decoration-color: #a8d4d4;
}
footer .widget .cont a:hover {
  color: #00B67A;
}
footer .footer-nav h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
footer .footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-nav ul li a {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
footer .footer-nav ul li a b {
  font-size: 1.02em;
  font-family: "Lora", serif;
  font-weight: 500;
}
footer .footer-nav ul li a:hover {
  color: #00B67A;
}
footer .footer-rating {
  padding-top: 20px;
  text-align: end;
}
footer .footer-social {
  padding-top: 20px;
}
footer .footer-social ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-social ul li a {
  border: 1px solid #f45a28;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  width: 22px;
  height: 22px;
}
footer .footer-social ul li a:hover {
  background-color: #f45a28;
}

.copyright {
  background-color: #004747;
  color: #fff;
}
.copyright .copyright-main {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright .copyright-main .copyright-cont p {
  color: #ADADAD;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.copyright .copyright-main .copyright-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.copyright .copyright-main .copyright-link a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25; /* 125% */
}
.copyright .copyright-main .copyright-link a:hover {
  color: #00B67A;
}

/* Custom CSS Styling */
/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/banner/home-bg.jpg);
  position: relative;
}
.mainBanner.innerBanner {
  background-image: none;
  background-color: #0E0E0E;
  padding: 150px 0 200px;
  text-align: center;
}
.mainBanner .mBanner-cont {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 65px 0 60px;
}
.mainBanner .mBanner-cont h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -10px;
}
.mainBanner .mBanner-cont h1 {
  color: #FFF;
  font-size: 75px;
  font-weight: 400;
  line-height: 1;
}
.mainBanner .mBanner-cont p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}

.mBanner-form .row {
  row-gap: 20px;
}
.mBanner-form .mBanner-fFeild input,
.mBanner-form .mBanner-fFeild select,
.mBanner-form .mBanner-fFeild textarea {
  width: 100%;
  height: 50px;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #0b0b0b;
  transition: all 0.4s ease-in-out;
}
.mBanner-form .mBanner-fFeild input:hover,
.mBanner-form .mBanner-fFeild select:hover,
.mBanner-form .mBanner-fFeild textarea:hover {
  border-color: #F45A28;
}
.mBanner-form .mBanner-fFeild input:focus,
.mBanner-form .mBanner-fFeild select:focus,
.mBanner-form .mBanner-fFeild textarea:focus {
  border-color: #00B67A;
}
.mBanner-form .mBanner-fFeild textarea {
  height: 75px !important;
  resize: none;
}
.mBanner-form .mBanner-fBtnGroup {
  display: flex;
  align-items: center;
  gap: 24px;
}
.mBanner-form .mBanner-fBtnGroup .mBanner-fBtn button,
.mBanner-form .mBanner-fBtnGroup .mBanner-fBtn input {
  border-radius: 5px;
  background: #F45A28;
  box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
  color: #FFF;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.8;
  padding: 20px 50px;
  transition: all 0.4s ease-in-out;
}
.mBanner-form .mBanner-fBtnGroup .mBanner-fBtn button:hover,
.mBanner-form .mBanner-fBtnGroup .mBanner-fBtn input:hover {
  background-color: #00B67A;
}
.mBanner-form .mBanner-fBtnGroup .mBanner-fChat a {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mBanner-form .mBanner-fBtnGroup .mBanner-fChat a span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.mBanner-form .mBanner-fBtnGroup .mBanner-fChat a span i {
  font-size: 1.2em;
  padding-left: 3px;
}
.mBanner-form .mBanner-fBtnGroup .mBanner-fChat a b {
  color: #FEDF89;
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.mBanner-form .mBanner-fBtnGroup .mBanner-fChat a:hover b {
  color: #fff;
}

.topSection {
  background-color: #EBEEF0;
  padding: 0px 0;
}
.topSection h3 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: normal;
}
.topSection ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.hsec1-cont .fs-sm {
  padding-bottom: 15px;
}
.hsec1-cont p {
  padding-top: 30px;
}
.hsec1-cont .groupBtn {
  padding-top: 35px;
  padding-bottom: 40px;
}

.hSection2 {
  background-color: #f2f6ff;
}
.hSection2 .hsec2-main .row {
  row-gap: 24px;
}
.hSection2 .hsec2-main .hsec2-card {
  border-radius: 15px;
  background: #FFF;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  height: 100%;
}
.hSection2 .hsec2-main .hsec2-card.hsec2-card2 {
  text-align: center;
}
.hSection2 .hsec2-main .hsec2-card.hsec2-card2 .img {
  width: 100%;
  height: 80px;
  text-align: center;
}
.hSection2 .hsec2-main .hsec2-card.hsec2-card2 .cont {
  width: 100%;
}
.hSection2 .hsec2-main .hsec2-card.hsec2-card2 .cont .fs-md {
  color: #333;
}
.hSection2 .hsec2-main .hsec2-card.hsec2-card2 .cont a {
  color: #F45A28;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.hSection2 .hsec2-main .hsec2-card.hsec2-card2 .cont a:hover {
  color: #004747;
}
.hSection2 .hsec2-main .hsec2-card .img {
  height: 100px;
}
.hSection2 .hsec2-main .hsec2-card .cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hSection2 .hsec2-main .hsec2-card .cont p {
  color: #000;
}
.hSection2 .hsec2-bottom {
  padding-top: 50px;
  text-align: center;
}
.hSection2 .hsec2-bottom .groupBtn {
  justify-content: center;
  padding-bottom: 30px;
}
.hSection2 .hsec2-bottom .callPra {
  color: #000;
}
.hSection2 .hsec2-bottom .callPra a {
  color: #F45A28;
}
.hSection2 .hsec2-bottom .callPra a:hover {
  color: #00B67A;
}

.counterSection {
  background-image: url(../images/counter-sec/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.counterSec-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.counterSec-list .counterSec-card {
  display: flex;
  gap: 30px;
}
.counterSec-list .counterSec-card .icon {
  padding-top: 5px;
}
.counterSec-list .counterSec-card .cont {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.counterSec-list .counterSec-card .cont h6 {
  color: #FEDF89;
  font-size: 90px;
  font-weight: 400;
  line-height: 0.8;
}
.counterSec-list .counterSec-card .cont p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.hsec3-card {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.hsec3-card .cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  padding: 0 30px;
}
.hsec3-card .cont h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.hsec3-card .cont p {
  color: #666;
}

.hsec3-bottom {
  padding-top: 80px;
}

.hSection4 {
  background-image: url(../images/sec4/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hSection4 .hsec4-main .row {
  row-gap: 24px;
}
.hSection4 .hsec4-main .hsec4-card {
  background-color: #fff;
  height: 100%;
}
.hSection4 .hsec4-main .hsec4-card .cont {
  padding: 50px 20px;
  text-align: center;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hSection4 .hsec4-main .hsec4-card .cont h6 {
  font-weight: 700;
}
.hSection4 .hsec4-bottom {
  padding-top: 60px;
}
.hSection4 .hsec4-bottom .groupBtn {
  justify-content: center;
  padding-bottom: 30px;
}
.hSection4 .hsec4-bottom .groupBtn a.btnBorder {
  border-color: transparent;
}

.hSection5 .hsec5-main ul {
  display: flex;
  flex-wrap: wrap;
}
.hSection5 .hsec5-main ul li {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 10px;
}
.hSection5 .hsec5-bottom {
  padding-top: 80px;
}
.hSection5 .hsec5-bottom .groupBtn {
  padding-bottom: 30px;
  justify-content: center;
}
.hSection5 .hsec5-bottom .callPra {
  color: #020f14;
}
.hSection5 .hsec5-bottom .callPra a {
  color: #F45A28;
}
.hSection5 .hsec5-bottom .callPra a:hover {
  color: #00B67A;
}

.hsec6-cont {
  border-radius: 15px;
  background: #E2ECF4;
  padding: 35px 30px;
}

.hsec6-main .row {
  row-gap: 28px;
}

.hsec6-cont1 {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}
.hsec6-cont1 h6 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 10px;
}
.hsec6-cont1 h4 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.hsec6-cont1 p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.hsec6-cont2 {
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hsec6-cont2 h6 {
  color: #00B67A;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}
.hsec6-cont2 p {
  color: #111;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.hsec6-cont3 {
  background: #004747;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hsec6-cont3 h6 {
  color: #fff;
  font-size: 118px;
  font-weight: 400;
  line-height: 1;
}
.hsec6-cont3 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.hsec6-cont4 {
  background: #004747;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hsec6-cont4 h6 {
  color: #00B67A;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}
.hsec6-cont4 p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.hsec6-cont5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hsec6-cont5 h6 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 35px;
}
.hsec6-cont5 h4 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.hsec6-cont5 span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.hsec6-cont5 span b {
  font-weight: 700;
}

.hsec6-img img {
  width: 100%;
}

.hSection7 {
  background: #EEE;
}
.hSection7 .hsec7-card {
  background: #FFF;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.hSection7 .hsec7-card .img img {
  width: 100%;
}
.hSection7 .hsec7-card .cont {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hSection7 .hsec7-card .cont h6 {
  color: #00B67A;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}
.hSection7 .hsec7-card .cont b {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}
.hSection7 .hsec7-card .cont p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.hSection7 .hsec7-card .cont .subImg {
  padding-top: 30px;
}

.ctaSection {
  background-image: url(../images/cta/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.ctaSection .ctaSec-after,
.ctaSection .ctaSec-before {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: -1;
}
.ctaSection .ctaSec-after {
  left: -130px;
  top: -25%;
}
.ctaSection .ctaSec-after img {
  width: 600px;
}
.ctaSection .ctaSec-before {
  right: 0;
  bottom: -2px;
}
.ctaSection .ctaSec-before img {
  width: 400px;
}
.ctaSection .ctaSec-bottom .groupBtn {
  padding-bottom: 30px;
}
.ctaSection .ctaSec-bottom .mn-btn.btnBorder {
  border-color: transparent;
}

.bookSec-main {
  border-radius: 15px;
}
.bookSec-main .row {
  align-items: flex-end;
}
.bookSec-main .bookSec-cont .fs-sm {
  padding-bottom: 25px;
}
.bookSec-main .bookSec-cont .fs-lg {
  padding-bottom: 40px;
  font-weight: 200;
}
.bookSec-main .bookSec-cont p {
  padding-bottom: 55px;
}
.bookSec-main .bookSec-cont .callPra {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-top: 90px;
}
.bookSec-main .bookSec-cont .callPra a {
  color: #F45A28;
}
.bookSec-main .bookSec-cont .callPra a:hover {
  color: #00B67A;
}

.bookSec-sliderBottom {
  width: 100%;
  height: 150px;
  flex-shrink: 0;
  padding: 50px;
  background: #263238;
  display: flex;
  align-items: center;
}
.bookSec-sliderBottom span {
  color: #00B67A;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  font-family: "Lora", serif;
}
.bookSec-sliderBottom b {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  font-family: "Lora", serif;
}
.bookSec-sliderBottom .bSBCounter {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bookSec-slider img {
  width: 100%;
}
.bookSec-slider .slick-prev, .bookSec-slider .slick-next {
  left: auto;
  top: auto;
  bottom: -90px;
  right: 100px;
}
.bookSec-slider .slick-prev::before, .bookSec-slider .slick-next::before {
  font-size: 30px;
}
.bookSec-slider .slick-next {
  right: 65px;
}

.bookSec-main1 {
  background: linear-gradient(79deg, #EFFFE1 4.42%, #FFF 104.11%);
}
.bookSec-main1 .bookSec-cont {
  padding: 70px 0 70px 50px;
}
.bookSec-main1 .bookSec-cont .fs-lg {
  color: #00B67A;
}

.bookSec-main2 {
  background: linear-gradient(355deg, #E1F3FF 5.8%, #FFF 152.56%);
  margin-top: 45px;
}
.bookSec-main2 .bookSec-cont {
  padding: 70px 50px 70px 0px;
}
.bookSec-main2 .bookSec-cont .fs-lg {
  color: #3AA0EE;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion li {
  background-color: #fff;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  border-bottom: 1px solid #E0E0E0;
}
.accordion li.last {
  border-color: transparent;
}
.accordion li.active {
  border-color: transparent;
}
.accordion li.active i {
  transform: rotate(180deg);
}
.accordion li.active .acc_title {
  color: #004747;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.accordion li .acc_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  font-family: "Lora", serif;
  padding: 30px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  transition: all 0.4s ease-in-out;
}
.accordion li .acc_title i {
  color: #333;
  font-size: 18px;
  transition: 0.35s ease-out;
  font-weight: 500;
}
.accordion li .acc_desc {
  padding: 40px;
}
.accordion li .acc_desc p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #666;
  transition: all 0.4s ease-in-out;
  padding-bottom: 35px;
}
.accordion li .acc_desc b {
  font-weight: 700;
  color: #00B67A;
}
.accordion li .acc_desc ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion li .acc_desc ul li {
  background-color: #FFF;
  border-top: 0px solid transparent;
  border-bottom: 0px solid #dfdfdf;
  will-change: border;
  transition: all 0.4s ease-in-out;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 15px;
  color: #666;
  position: relative;
  display: flex;
  gap: 15px;
}
.accordion li .acc_desc ul li::before {
  flex-shrink: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00B67A;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-top: 12px;
}
.accordion li .acc_desc ul li a {
  font-size: 1em;
  color: #666;
}
.accordion li .acc_desc ul li a:hover {
  color: #00B67A;
}

.faqSec-main {
  padding: 0px 0;
}
.faqSec-main .fs-lg1 {
  padding-bottom: 42px;
}
.faqSec-main .row {
  row-gap: 100px;
}

.accordion li .acc_title {
  font-size: 22px;
  padding: 20px;
}
.accordion li .acc_desc {
  padding: 20px;
}

.ctaSection1 {
  background-color: #F1F1F1;
}
.ctaSection1 .ctaSec-cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.ctaSection1 .ctaSec-cont .fs-md {
  font-weight: 400;
  color: #111;
}
.ctaSection1 .ctaSec-cont .callPra {
  padding-top: 30px;
  color: #333;
}
.ctaSection1 .ctaSec-cont .callPra a {
  color: #F45A28;
}
.ctaSection1 .ctaSec-cont .callPra a:hover {
  color: #00B67A;
}

.aboutSec1-row {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.aboutSec1-main {
  padding: 25px;
  border-radius: 15px;
  background: linear-gradient(79deg, #EFFFE1 4.42%, #FFF 104.11%);
}
.aboutSec1-main .cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aboutSec1-main .cont .fs-sm {
  margin-bottom: -10px;
}
.aboutSec1-main .cont .fs-lg {
  color: #00B67A;
}
.aboutSec1-main .cont p {
  color: #333;
}
.aboutSec1-main .img img {
  border-radius: 15px;
}
.aboutSec1-main.v2 {
  background: linear-gradient(79deg, #E1F3FF 4.42%, #FFF 104.11%);
}
.aboutSec1-main.v2 .cont .fs-lg {
  color: #2CA7FA;
}
.aboutSec1-main.v3 {
  background: linear-gradient(79deg, #FFF1CA 4.42%, #FFF 104.11%);
}
.aboutSec1-main.v3 .cont .fs-lg {
  color: #E1BD58;
}

.standSec-main .row {
  row-gap: 35px;
}
.standSec-main .row .standSec-card {
  border-radius: 50px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  box-shadow: 0px 13px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 17px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.standSec-main .row .standSec-card .fs-md {
  color: #333;
  transition: all 0.4s ease-in-out;
}
.standSec-main .row .standSec-card:hover {
  background-color: #004747;
}
.standSec-main .row .standSec-card:hover .fs-md {
  color: #fff;
}

.standSec-bottom {
  padding-top: 85px;
}

.innerSec1-cont ul {
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.innerSec1-cont ul li {
  display: flex;
  align-items: center;
  gap: 25px;
}
.innerSec1-cont ul li .cont {
  color: #000;
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.contactForm-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactForm-left ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contactForm-left ul a {
  color: #333;
  font-size: 18px;
  font-weight: inherit;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contactForm-left ul a span {
  font-size: 1.2em;
  font-weight: 700;
  color: #F45A28;
}
.contactForm-left ul a:hover {
  color: #F45A28;
}

.leadForm button {
  transition: all 0.4s ease-in-out;
}
.leadForm .row {
  row-gap: 40px;
}
.leadForm input,
.leadForm select,
.leadForm textarea {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #E0E0E0;
  resize: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  padding: 5px;
  transition: all 0.4s ease-in-out;
}
.leadForm input:hover, .leadForm input:focus,
.leadForm select:hover,
.leadForm select:focus,
.leadForm textarea:hover,
.leadForm textarea:focus {
  border-color: #F45A28;
}
.leadForm textarea {
  height: 80px;
}
.leadForm .checkBox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.leadForm .checkBox input[type=checkbox] {
  width: 30px;
  height: 30px;
  margin-top: -7px;
}
.leadForm .checkBox label {
  font-size: 12px;
  line-height: 1.4;
  color: #888888;
}

.privacy h2 {
  color: #303030;
  font-weight: 700;
  margin: 0 0 20px;
}
.privacy h3 {
  color: #0b0b0b;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 20px;
}
.privacy ul {
  margin: 20px 0;
  padding: 0 0 0 20px;
  list-style: disc;
}
.privacy ul li {
  color: #303030;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin: 0 0 10px;
  padding-bottom: 8px;
}
.privacy p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 2rem;
  color: #303030;
}

/* inner-pages */

.fs-lg.cgreen {
  color: #00B67A;
}
.backshadow1 {
  background: linear-gradient(259deg, #EFFFE1 4.42%, #FFFFFF 104.11%);
  padding: 27px 26px;
  border-radius: 15px;
  margin-bottom: 68px;
}
.backshadow1.bs-2 {
  background: linear-gradient(263deg, #E1F3FF 4.42%, #FFFFFF 104.11%);
}
.backshadow1.bs-3 {
  background: linear-gradient(245deg, #FFF1CA 4.42%, #FFFFFF 104.11%);
}
.fs-lg.cblue {
  color: #2CA7FA;
}
.fs-lg.cyellow {
  color: #E1BD58;
}
.bookwritingservice li {
  border: 1px solid #DBDBDB;
    box-shadow: 0px 13px 16px 0px #00000026;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    font-family: Quincy CF;
    padding: 20px 22px;
    border-radius: 50px;
    text-align: center;
}
.bookwritingservice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.mainBanner .mBanner-cont h1.fs-66 {
  font-size: 63px;
}
.gwsec1-card {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 40px 31px;
  text-align: center;
}
.gwsec1-card h6 {
  color: #333;
  font-size: 30px;
  padding: 40px 0 17px;
}
.gwsec1-card p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.gwsec1-card a {
  color: #F45A28;
  font-size: 20px;
  font-family: Quincy CF;
  margin-top: 17px;
}
.cont2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  padding: 0px 10px;
}
.faqSec-hd ul li {
  color: #000;
    font-family: "Quincy CF";
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 80px; */
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.counterSec-list .counterSec-card .cont h6 {
  font-size: 58px;
}
section.mainBanner.faqs-banner {
  background: #000 !important;
}
.innerFAQSec-accordion h4 {
  color: #000;
  font-family: "Quincy CF";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 175% */
  padding-bottom: 42px;
}
.contactSection .faqSec-hd h4 {
  color: #333;
  font-family: "Quincy CF";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}
.contact-detail h3 {
  color: #333;
  font-family: "Quincy CF";
  font-size: 30px;
  font-weight: 400;
  line-height: 70px; /* 233.333% */
}
.contact-detail a {
  color: #0B0B0B;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
}
.contact-detail.m-top {
  margin-top: 50px;
}
.contact-detail {
  margin-bottom: 30px;
}
.mBanner-form.from2 .mBanner-fFeild input, .mBanner-form.from2 .mBanner-fFeild select, .mBanner-form.from2 .mBanner-fFeild textarea {
  border: 1px solid #E6E6E6;
}

.tabsMain {
  display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      margin-bottom: 3rem;
      flex-flow: wrap;
      flex-direction: column;
      width: 100%;
}
.tabsMain a {
  padding: 30px 0;
  color: #333;
  font-size: 24px;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 500;
}
.tabsMain a:hover {
  border-bottom: 4px solid #F45A28;
}
.portBox {
  margin: 1rem 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}


/* popup */

.overlay {
  background-color: rgb(197 197 197 / 32%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  backdrop-filter: blur(10px);
}

.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 1100px;
  background: #fff;
 
  z-index: 9999999;
  overflow: hidden;
  display: none;
  border-radius: 35px;
  max-width: 97%;
  max-height: 95vh;
  overflow-y: auto;
}
.mmpopup .centercont h3 span {
  display: block;
  color: #333;
  font-family: "Quincy CF";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  padding: 0 30px;
}
.mmpopup {
  text-align: center;
  background: transparent;
  padding: 10px;
}
.form-sec {
  padding: 20px 10px !important;
}
.mmpopup .formpop {
  width: 100%;
  margin: 24px auto;
}

.mmpopup .formpop form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mmpopup .fld-input {
  height: 55px;
  width: 100%;
  /* margin-bottom: 9px; */
  border-radius: 10px;
  margin-bottom: 0;
  border: 1px solid #D1D5DB;
  overflow: hidden;
  /* background: white !important; */
  border: 1px solid #DAD9D9;
  border-radius: 6px;
}

.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}

.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}

.mmpopup .centercont h4 span {
  color: #86cb92;
}

.mmpopup .centercont h4 span span {
  display: none;
}

.mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}

.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
  border-radius: 100px;
}

.closeico i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}

.closeico1 i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}

.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}

.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}

.mmpopup .centercont h4 {
  font-size: 35px;
  color: #0085ff;
}

.mmpopup .centercont h3 {
  color: #333;
  text-align: center;
  font-family: "Quincy CF";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
}
.mmpopup .centercont h3 b{
  font-weight: 700;
}
.mmpopup .centercont h3 span {
  display: block;
  margin: 0 30px;
  color: #000;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #010101;
}
.centercont p {
  margin: auto;
  display: block;
  position: relative;
  font-family: "Open Sans";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px !important;
  color: #404040 !important;
  margin-bottom: 0 !important;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
  color: #000;
  font-size: 60px;
}

.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: #fff;
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}

.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  /* background: #EEEEEE; */
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  font-family: 'Inter';
}

.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}

.fld-btn button {
  border-radius: 5px;
  background-color: #F45A28;
  width: 100%;
  color: white;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.2px;
  cursor: poRoboto;
  transition: 0.5s;
  font-family: 'Inter';
  padding: 15.5px;
  cursor: pointer;
  border: 0;
  font-family: "Quincy CF";
}

.fld-btn button i {
  padding-left: 12px;
}

.fld-btn button:hover {
  transform: scale(1.03);
}

.cust-row {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  align-items: center;
}

.cust-row .img-sec {
    background: url(../images/popup.webp) no-repeat;
    padding: 20px 0 20px 15px;
    display: flex;
    height: auto;
    align-items: end;
    justify-content: center;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.form-sec2 {
  padding: 0px 10px 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cust-row .img-sec .testi {
  backdrop-filter: blur(7px);
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    padding: 12.83px;
    font-family: "Open Sans";
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    width: 394px;
    text-align: center;
    margin: 0 auto 3rem;
}

.cust-row .img-sec .testi .stars {
  display: block;
}

.accent-color {
  color: var(--primary);
}

hr.horizontal {
  width: 80px;
  margin: 1rem auto 0;
  /* border-color: #03361B; */
  opacity: 1;
  color: #03361B;
  height: 1.5px;
  border-radius: 100px;
}
.cust-row .img-sec .testi strong {
  color: #FEDF89;
  font-weight: 700;
}



.call-del p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.call-del a {
  font-weight: 700;
  color: #fff;
}

.call-del a.chat-btn {
  border-radius: 35px;
  border: 3px solid #F45A28;
  padding: 8px 16px;
  color: #FFF;
  font-family: "Quincy CF";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.call-del {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.centercont p strong {
  color: #00B67A;
  font-weight: 600;
}
/* popup */


.mBanner-form .mBanner-fFeild input, .mBanner-form .mBanner-fFeild select, .mBanner-form .mBanner-fFeild textarea {
  width: 100%;
  height: 50px;
  padding: 12px 25px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #666666;
  transition: all 0.4sease-in-out;
}


/* 404 */
.error-text{font-size: 96px;line-height: 68px;color: var(--accent);font-weight: 500;margin-bottom: 1.5rem}
.error-heading{font-weight: 500;font-size: 52px;line-height: 68px}.error-image{margin-top: 100px}
.thankyou-text{font-size: 20px;initial-letter: 30;line-height: 34px;margin-top: 20px}
/* 404 */

/* terms */
.inner-header h1.banner-heading{font-size: 66px}ul.list-ul{list-style: disc;margin-left: 22px}.terms ul{line-height: 25px;font-size: 16px;color: #333}
.terms ul li{margin-bottom: 1rem;font-family: 'Inter'}.terms ul li::marker{font-size: 22px;font-weight: 500}
.terms h4{font-size: 28px;
    margin: 2rem 0 1rem;
    font-weight: 700;
    font-family: "Lora", serif;}
    
.terms p{margin-bottom: 1rem;font-family: 'Inter'}
.thankyou-banner {
    padding: 70px 0 100px;
}
.theme-btn {
    background: #ef5631;
    color: #fff;
    padding: 20px;
}
/* terms */



.faqSec-hd ul li svg {
    flex-shrink: 0;
}
.faqSec-hd ul {
    margin-top: 44px;
}



/* packages */
.pckg .scroll {
  height: 300px;
  overflow-y: auto;
}

.pkg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pckg {
  border-radius: 10px;
  height: 100%;
  border: 1px solid #dadef2;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.pckg h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.pckg-list {
  height: 200px;
  overflow-y: auto;
}

.pckg .btn-wrap {
  margin-top: 1rem;
}
.pckg .btn-wrap a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  border-radius: 5px;
}

.pckg .btn-wrap .btn-norm {
  color: var(--primary);
  transition: 0.5s ease;
}

.pckg .btn-wrap .btn-norm:hover {
  transform: scale(1.03);
}

.pckg .btn-wrap .light {
  background: #f5f6fa;
  border-color: #f5f6fa;
}

.pckg .upper .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.pckg .upper .starting-in {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}

.pckg .upper p {
  line-height: 28px;
  color: #505673;
  /* min-height: 40px; */
}

.pckg .upper .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 1.5rem;
}

.pckg .upper .price .amount {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  color: #000000;
}

.pckg .upper .price .cut-price {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-decoration: line-through;
}

.pckg .upper .price .uspto {
  font-weight: 500;
  font-size: 16px;
  background-color: var(--primary);
  padding: 5px 10px;
  border-radius: 100px;
}

.pckg .bottom .includes {
  letter-spacing: 0.025em;
  text-transform: uppercase;

  color: #111827;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.pckg .bottom ul li {
    line-height: 1.1;
    color: #505673;
    position: relative;
    display: flex;
    font-size: 14px;
}

.pckg .bottom ul li span {
  font-weight: 600;
  font-size: 18px;
}

.pckg .bottom ul li:not(.last) {
  margin-bottom: 10px;
}

.pckg .bottom ul li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 400;
  color: #e00000;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffaf5;
  border-radius: 100%;
  flex-shrink: 0;
}

.pckg .bottom ul li:has(span)::before {
  content: none;
}

/* packages */

.recent-work {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.recent-work img {
  padding: 25px;
  background: #e5e3e5;
  border-radius: 20px;
  height: 390px;
  width: 100%;
  object-fit: contain;
}
.recent-work h5 {
  margin: 15px 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary);
  text-align: center;
}
.recent-work .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.recent-work span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--accent);
  text-align: center;
  padding: 4px 12px;
  border-radius: 20px;
  color: #fff;
  background: #00B67A;
}
.recent-work:hover {
  transform: scale(1.05);
}
.portfolio-details-img {
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 20px;
  background: #e5e3e5;
  border: 1px solid #d3d3d3;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-height: 730px;
  object-fit: contain;
}
.portfolio-details-heading {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary);
  margin: 0 0 20px;
}
.portfolio-details-author-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--primary);
  color: #333;
}
.portfolio-details-author-heading span {
  font-weight: 700;
}
.portfolio-details-info-wrapper {
  margin: 25px 0 15px;
  padding: 15px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
.portfolio-details-info-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--primary);
  color: #333;
}
.portfolio-details-info-wrapper p b {
  font-weight: 600;
  color: #000;
}
.portfolio-details-author-bio {
  background: #18ffb245;
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #004747;
  border-radius: 20px;
}
.portfolio-details-author-bio h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--primary);
  color: #fff;
  width: fit-content;
  background: #004747;
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: -35px;
  margin-bottom: 10px;
}
.portfolio-details-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 15px;
}
.portfolio-details-tag-wrapper span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--accent);
  text-align: center;
  padding: 4px 12px;
  border-radius: 20px;
  color: #fff;
  background: #00B67A;
}
.portfolio-details-tag-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--primary);
  padding-right: 10px;
}

@media (max-width: 1399px) {
  p, a {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
  }
  .top-header .topHeader-cont p {
    font-size: 14px;
  }
  .top-header .topHeader-cont .topheader-btnGroup {
    gap: 10px;
  }
  .top-header .topHeader-cont a.tel {
    font-size: 14px;
  }
  .top-header .topHeader-cont .chatBtn {
    padding: 5px 12px;
    font-size: 14px;
  }
  .top-header .topHeader-cont {
    gap: 10px;
  }
  .main-header .menu {
    gap: 20px;
  }
  .main-header .menu li a {
    font-size: 18px;
  }
  .main-header .menu li.navBtn a {
    padding: 6px 15px;
    font-size: 20px;
  }
  .top-header {
    padding: 5px 0;
  }
  .main-header {
    padding: 10px 0;
  }
  .main-header .logo img {
    height: 45px;
  }
  .mainBanner .mBanner-cont {
    gap: 20px;
    padding: 45px 0 40px;
  }
  .mainBanner .mBanner-cont h2 {
    font-size: 16px;
  }
  .mainBanner .mBanner-cont h1 {
    font-size: 52px;
  }
  .mainBanner .mBanner-cont p {
    font-size: 16px;
  }
  .mBanner-form .row {
    row-gap: 15px;
  }
  .mBanner-form .mBanner-fFeild input, .mBanner-form .mBanner-fFeild select, .mBanner-form .mBanner-fFeild textarea {
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .mBanner-form .mBanner-fBtnGroup .mBanner-fBtn button, .mBanner-form .mBanner-fBtnGroup .mBanner-fBtn input {
    font-size: 20px;
    padding: 15px 30px;
    line-height: 1;
  }
  .mBanner-form .mBanner-fBtnGroup {
    gap: 18px;
  }
  .mBanner-form .mBanner-fBtnGroup .mBanner-fChat a span {
    font-size: 12px;
  }
  .mBanner-form .mBanner-fBtnGroup .mBanner-fChat a b {
    font-size: 18px;
  }
  .sec-pad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fs-sm {
    font-size: 18px;
  }
  .fs-md {
    font-size: 20px;
    line-height: 1.03;
  }
  .fs-md1 {
    font-size: 24px;
    line-height: 0.9;
  }
  .fs-lg1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .fs-lg {
    font-size: 40px;
    line-height: 1.1;
  }
  .mn-hd p {
    font-size: 16px;
  }
  .padX-18 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .hSection2 .hsec2-main .hsec2-card {
    border-radius: 8px;
    padding: 20px;
    gap: 30px;
  }
  .counterSec-list {
    gap: 30px;
  }
  .counterSec-list .counterSec-card {
    gap: 15px;
  }
  .counterSec-list .counterSec-card .icon {
    flex-shrink: 0;
  }
  .counterSec-list .counterSec-card .icon svg {
    width: 40px;
    height: auto;
  }
  .counterSec-list .counterSec-card .cont h6 {
    font-size: 60px;
  }
  .counterSec-list .counterSec-card .cont p {
    font-size: 18px;
  }
  .counterSection {
    padding: 70px 0;
  }
  .padX-20 {
    padding-right: 13%;
    padding-left: 13%;
  }
  .hd-pad {
    padding-bottom: 40px;
  }
  .hsec3-card {
    gap: 20px;
  }
  .hsec3-card .cont {
    gap: 10px;
    padding: 0 15px;
  }
  .mn-btn {
    padding: 12px 25px;
    font-size: 20px;
  }
  .hSection4 .hsec4-main .hsec4-card .cont {
    padding: 10px 10px;
    height: 80px;
  }
  .callPra {
    font-size: 16px;
  }
  .hsec6-cont {
    border-radius: 8px;
    padding: 20px 20px;
  }
  .hsec6-cont1 h6 {
    font-size: 28px;
    padding-bottom: 7px;
  }
  .hsec6-cont1 h4 {
    font-size: 16px;
  }
  .hsec6-cont4 h6 {
    font-size: 75px;
  }
  .hsec6-cont4, .hsec6-cont2 {
    gap: 20px;
  }
  .hsec6-cont2 h6 {
    font-size: 110px;
  }
  .hsec6-cont5 h6 {
    font-size: 34px;
    padding-bottom: 15px;
  }
  .hsec6-cont5 span {
    font-size: 12px;
  }
  .padX-15 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .hSection7 .hsec7-card {
    padding: 5px;
    gap: 20px;
  }
  .hSection7 .hsec7-card .cont h6 {
    font-size: 28px;
  }
  .hSection7 .hsec7-card .cont {
    gap: 5px;
    padding: 0 20px;
  }
  .hSection7 .hsec7-card .cont b {
    font-size: 18px;
    line-height: 1.2;
  }
  .hSection7 .hsec7-card .cont p {
    font-size: 15px;
    line-height: 1.4;
  }
  .ctaSection .ctaSec-after img {
    width: 400px;
  }
  .ctaSection .ctaSec-before img {
    width: 200px;
  }
  .ctaSec-cont {
    padding: 0 10%;
  }
  .bookSec-main1 .bookSec-cont {
    padding: 40px 0 40px 30px;
  }
  .bookSec-main .bookSec-cont .fs-sm {
    padding-bottom: 10px;
  }
  .bookSec-main .bookSec-cont .fs-lg {
    padding-bottom: 20px;
  }
  .bookSec-main .bookSec-cont p {
    padding-bottom: 35px;
  }
  .mn-textBtn {
    font-size: 22px;
    line-height: 1.2;
  }
  .bookSec-main .bookSec-cont .callPra {
    padding-top: 30px;
  }
  .bookSec-sliderBottom {
    height: 100px;
    padding: 20px;
  }
  .bookSec-main .row {
    align-items: center;
  }
  .accordion li .acc_title {
    padding: 20px;
    font-size: 22px;
    line-height: 1.1;
  }
  .accordion li .acc_desc {
    padding: 20px;
  }
  .accordion li .acc_desc p {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .accordion li .acc_desc ul li {
    font-size: 18px;
    padding-left: 10px;
    gap: 10px;
  }
  .ctaSection1 .ctaSec-cont {
    gap: 20px;
  }
  footer .footer-rating {
    padding-top: 10px;
  }
  footer .footer-nav h6 {
    font-size: 18px;
  }
  footer .widget {
    gap: 25px;
  }
  footer .widget .cont a {
    font-size: 14px;
    line-height: 1.2;
  }
  footer .footer-nav ul li a {
    font-size: 14px;
  }
  .copyright .copyright-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .copyright .copyright-main .copyright-link a {
    font-size: 12px;
  }
  .bookSec-slider {
    padding-top: 20px;
  }
  .bookSec-slider .slick-next {
    right: 25px;
  }
  .bookSec-slider .slick-prev, .bookSec-slider .slick-next {
    bottom: -65px;
    right: 60px;
  }
  .hsec3-bottom, .hSection5 .hsec5-bottom {
    padding-top: 60px;
  }
  .backshadow1 {
    margin-bottom: 20px;
  }
  .bookwritingservice {
    grid-template-columns: repeat(1, 1fr);
  }
  .bookwritingservice li {
    font-size: 20px;
    padding: 10px 22px;
  }
  .mainBanner .mBanner-cont h1.fs-66 {
    font-size: 40px;
  }
  .gwsec1-card h6 {
    font-size: 18px;
    padding: 20px 0 17px;
  }
  .gwsec1-card {
    padding: 22px 20px;
  }
  .faqSec-hd ul li {
    font-size: 18px;
    line-height: normal;
  }
  .faqSec-hd ul li svg {
    width: 6%;
  }
  .faqSec-main {
    padding: 14px 0;
  }
  .tabsMain a {
    padding: 8px 0;
    font-size: 14px;
  }
  .contactSection .faqSec-hd h4 {
    font-size: 26px;
    line-height: 30px;
}
.contact-detail h3 {
  font-size: 20px;
  line-height: 30px;
}
.contact-detail a {
  font-size: 14px;
  line-height: 18px;
}
.contact-detail.m-top {
  margin-top: 20px;
}
.contact-detail {
  margin-bottom: 15px;
}

}
@media (max-width: 1199px) {
  .top-header .topHeader-cont p {
    font-size: 12px;
  }
  .top-header .topHeader-cont a.tel {
    font-size: 12px;
  }
  .main-header .menu {
    gap: 15px;
  }
  .main-header .menu li a {
    font-size: 16px;
  }
  .main-header .menu li.navBtn a {
    padding: 6px 15px;
    font-size: 16px;
  }
  .hsec6-cont2 h6 {
    font-size: 70px;
  }
  .hsec6-cont3 h6 {
    font-size: 70px;
  }
  .hsec6-cont3 {
    gap: 20px;
  }
  .hsec6-cont2 p {
    font-size: 18px;
  }
  .hsec6-cont5 h4 {
    font-size: 16px;
  }
  .hsec6-cont5 h6 {
    font-size: 25px;
    padding-bottom: 18px;
  }
  .ctaSection .ctaSec-after img {
    width: 320px;
  }
  .bookSec-main2 .bookSec-cont {
    padding: 30px 20px 30px 0px;
  }
  .dropdown-nav .dropdown h6 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .dropdown-nav .dropdown ul {
    gap: 10px;
  }
  .dropdown-nav .dropdown ul li a {
    font-size: 12px;
  }
  .main-header .menu li a {
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .bookSec-sliderBottom span {
    font-size: 40px;
  }
  .bookSec-sliderBottom b {
    font-size: 18px;
  }
  .bookSec-slider .slick-prev::before, .bookSec-slider .slick-next::before {
    font-size: 18px;
  }
  .bookSec-slider .slick-prev, .bookSec-slider .slick-next {
    bottom: -70px;
    right: 45px;
  }
  .bookSec-slider .slick-next {
    right: 20px;
  }
  .backshadow1 {
    margin-bottom: 20px;
  }
  .bookwritingservice {
    grid-template-columns: repeat(1, 1fr);
  }
  .bookwritingservice li {
    font-size: 20px;
    padding: 10px 22px;
  }
  .mainBanner .mBanner-cont h1.fs-66 {
    font-size: 40px;
  }
  .gwsec1-card h6 {
    font-size: 18px;
    padding: 20px 0 17px;
  }
  .gwsec1-card {
    padding: 22px 20px;
  }
  .faqSec-hd ul li {
    font-size: 18px;
    line-height: normal;
  }
  .faqSec-hd ul li svg {
    width: 6%;
  }
  .faqSec-main {
    padding: 14px 0;
  }
  .tabsMain a {
    padding: 8px 0;
    font-size: 14px;
  }



}
@media (max-width: 991px) {
  .dropdown-nav .dropdown {
    padding: 10px;
  }
  .dropdown-nav .dropdown h6 {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .top-header .topHeader-cont {
    gap: 7px;
    flex-direction: column;
  }
  .main-header .menu {
    gap: 12px;
  }
  .main-header .menu li a {
    font-size: 13px;
  }
  .main-header .menu li .icon i {
    font-size: 10px;
  }
  .main-header .menu li.navBtn a {
    padding: 5px 12px;
    font-size: 14px;
  }
  .top-header .topHeader-cont {
    gap: 7px;
    flex-direction: column;
  }
  .mainBanner .mBanner-cont h2 {
    font-size: 12px;
  }
  .mainBanner .mBanner-cont h1 {
    font-size: 32px;
  }
  .mainBanner .mBanner-cont {
    gap: 15px;
    padding: 35px 0 30px;
  }
  .mainBanner .mBanner-cont p {
    font-size: 14px;
  }
  .mBanner-form .mBanner-fFeild input, .mBanner-form .mBanner-fFeild select, .mBanner-form .mBanner-fFeild textarea {
    height: 37px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .mBanner-form .mBanner-fFeild textarea {
    height: 60px;
    padding-top: 10px;
  }
  .mBanner-form .mBanner-fBtnGroup .mBanner-fBtn button, .mBanner-form .mBanner-fBtnGroup .mBanner-fBtn input {
    font-size: 16px;
    padding: 12px 20px;
  }
  .mBanner-form .mBanner-fBtnGroup .mBanner-fChat a {
    gap: 2px;
  }
  .mBanner-form .mBanner-fBtnGroup .mBanner-fChat a span {
    font-size: 10px;
  }
  .mBanner-form .mBanner-fBtnGroup .mBanner-fChat a b {
    font-size: 16px;
  }
  .topSection ul {
    gap: 10px;
  }
  .topSection {
    padding: 6px 0;
  }
  .sec-pad {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hd-pad {
    padding-bottom: 20px;
  }
  .hsec1-cont .fs-sm {
    padding-bottom: 5px;
  }
  .hsec1-cont p {
    padding-top: 15px;
  }
  .mn-hd p {
    font-size: 14px;
  }
  .fs-lg {
    font-size: 28px;
  }
  .hsec1-cont .groupBtn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mn-btn {
    padding: 12px 15px;
    font-size: 16px;
  }
  .groupBtn {
    gap: 15px;
  }
  .mn-chat span {
    font-size: 10px;
  }
  .mn-chat b {
    font-size: 16px;
  }
  p, a {
    font-size: 14px;
  }
  .hd-pad {
    padding-bottom: 25px;
  }
  .padX-3, .padX-5, .padX-8, .padX-10, .padX-12, .padX-15, .padX-18, .padX-20 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .hSection2 .hsec2-main .hsec2-card {
    border-radius: 5px;
    padding: 15px;
    gap: 15px;
  }
  .hSection2 .hsec2-main .hsec2-card .cont {
    gap: 10px;
  }
  .fs-md {
    font-size: 16px;
  }
  .counterSec-list .counterSec-card .cont h6 {
    font-size: 30px;
  }
  .counterSec-list .counterSec-card .cont {
    gap: 12px;
  }
  .counterSec-list .counterSec-card .cont p {
    font-size: 14px;
  }
  .counterSec-list .counterSec-card .icon svg {
    width: 30px;
    height: auto;
  }
  .hd-pad br {
    display: none;
  }
  .hsec3-card .cont {
    gap: 7px;
    padding: 0;
  }
  .fs-sm {
    font-size: 14px;
  }
  .pb-3 {
    padding-bottom: 0.5rem !important;
  }
  .hsec3-bottom, .hSection5 .hsec5-bottom {
    padding-top: 40px;
  }
  .fs-md1 {
    font-size: 18px;
    line-height: 1.2;
  }
  .hsec6-cont {
    border-radius: 5px;
    padding: 10px;
  }
  .hsec6-cont1 h6 {
    font-size: 18px;
    padding-bottom: 7px;
  }
  .hsec6-cont1 h4 {
    font-size: 14px;
  }
  .hsec6-cont1 p {
    font-size: 12px;
  }
  .hsec6-cont2 p, .hsec6-cont3 p {
    font-size: 14px;
  }
  .hsec6-cont3 h6, .hsec6-cont2 h6 {
    font-size: 59px;
  }
  .hsec6-cont4 p {
    font-size: 14px;
  }
  .hsec6-cont4 h6 {
    font-size: 34px;
  }
  .hsec6-cont4, .hsec6-cont2 {
    gap: 15px;
  }
  .hsec6-main .row {
    row-gap: 15px;
  }
  .hsec6-cont5 h6 {
    font-size: 23px;
    padding-bottom: 14px;
  }
  .hSection7 .hsec7-card .cont h6 {
    font-size: 22px;
  }
  .hSection7 .hsec7-card .cont b {
    font-size: 16px;
  }
  .hSection7 .hsec7-card .cont {
    padding: 0 15px;
  }
  .hSection7 .hsec7-card .cont p {
    font-size: 12px;
  }
  .bookSec-main .bookSec-cont p {
    padding-bottom: 20px;
  }
  .mn-textBtn {
    font-size: 16px;
  }
  .bookSec-main .bookSec-cont .callPra {
    padding-top: 10px;
  }
  .backshadow1 {
    margin-bottom: 20px;
  }
  .bookwritingservice {
    grid-template-columns: repeat(1, 1fr);
  }
  .bookwritingservice li {
    font-size: 20px;
    padding: 10px 22px;
  }
  .mainBanner .mBanner-cont h1.fs-66 {
    font-size: 28px;
  }
  .gwsec1-card h6 {
    font-size: 18px;
    padding: 20px 0 17px;
  }
  .gwsec1-card {
    padding: 22px 20px;
  }
  .faqSec-hd ul li {
    font-size: 18px;
    line-height: normal;
  }
  .faqSec-hd ul li svg {
    width: 6%;
  }
  .faqSec-main {
    padding: 14px 0;
  }
  .innerFAQSec-accordion h4 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 15px;
}
.tabsMain a {
  padding: 8px 0;
  font-size: 14px;
}
.cust-row {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  height: auto;
}
.cust-row .img-sec {
display: none;
}
.form-sec2 {
padding: 40px 20px 0px;
}
.mmpopup {
padding: 10px;
}
.mmpopup .centercont h3 {
font-size: 30px;
line-height: 30px;
}
.centercont p {
font-size: 13px !important;
line-height: 20px !important;
}

}
@media (max-width: 767px) {
  .faqSec-main {
    padding: 14px 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menu-Bar.open span {
    background: #137071;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 70px 12px 70px 12px;
    background: rgba(179, 179, 179, 0.8509803922);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
    text-align: left;
  }
  .top-header {
    display: none;
  }
  .main-header {
    position: relative;
  }
  .main-header .logo {
    position: relative;
    z-index: 11;
  }
  .main-header .menu {
    gap: 10px;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    align-items: unset;
    justify-content: unset;
    position: unset;
  }
  .main-header .menu li {
    width: 100%;
  }
  .main-header .menu li a {
    font-size: 22px;
    font-weight: 700;
    color: #0f2921;
    margin: 0;
    padding: 0;
  }
  .main-header .menu li.navBtn {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .main-header .menu li.navBtn a {
    padding: 10px 45px;
    font-size: 20px;
  }
  .main-header .menu li span {
    justify-content: space-between;
  }
  .main-header .menu li .icon i {
    font-size: 16px;
  }
  .main-header .menu li .icon i::before {
    content: "\f067";
  }
  .dropdown-nav .dropdown {
    animation: none !important;
  }
  .dropdown-nav.openDropdown {
    overflow: visible;
    position: relative;
  }
  .dropdown-nav.openDropdown .dropdown {
    opacity: 1;
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 10px 0;
  }
  .dropdown-nav .dropdown h6 {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .dropdown-nav .dropdown ul li a {
    font-size: 14px;
  }
  .main-header .menu {
    padding-right: 10px;
  }
  .main-header .menu li.dropdown-nav.openDropdown .icon i::before {
    content: "\f2d1";
  }
  .accordion li .acc_title {
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
    border-radius: 2px !important;
  }
  .hSection2 .hsec2-main .hsec2-card .img {
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  .hSection2 .hsec2-main .hsec2-card .img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  section.innerSection1 .row {
    row-gap: 20px;
  }
  .innerSec1-cont ul {
    padding-top: 30px;
    gap: 10px;
  }
  .innerSec1-cont ul li .cont {
    font-size: 18px;
  }
  .innerSec1-cont ul li {
    gap: 8px;
  }
  .innerSec1-cont ul li .icon svg {
    width: 18px;
    height: auto;
  }
  .top-header .topHeader-cont p {
    display: none;
  }
  .menu-Bar span {
    background-color: #1b9d9e;
  }
  .topSection h3 {
    font-size: 13px;
  }
  section.hSection1 .row {
    row-gap: 24px;
  }
  br {
    display: none;
  }
  .fs-lg {
    font-size: 24px;
  }
  .counterSection {
    padding: 30px 0;
  }
  .counterSection {
    padding: 30px 0;
  }
  .counterSec-list .counterSec-card {
    gap: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .counterSec-list {
    gap: 0;
    row-gap: 15px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .counterSec-list .counterSec-card .cont p {
    font-size: 11px;
  }
  .counterSec-list .counterSec-card .cont h6 {
    font-size: 24px;
  }
  .counterSec-list .counterSec-card .icon svg {
    width: 24px;
    height: auto;
  }
  .hsec3-main .col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .hsec3-main .row {
    row-gap: 15px;
    justify-content: center;
  }
  .hsec4-card img {
    width: 100%;
  }
  .hsec4-card .img {
    width: 100%;
  }
  .hSection5 .hsec5-main ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 5px;
  }
  .callPra {
    font-size: 14px;
  }
  .hSection5 .hsec5-bottom .groupBtn {
    padding-bottom: 15px;
  }
  .hsec3-bottom, .hSection5 .hsec5-bottom {
    padding-top: 20px;
  }
  .hsec7-main .row {
    row-gap: 20px;
  }
  .ctaSection .ctaSec-after, .ctaSection .ctaSec-before {
    display: none;
  }
  .ctaSec-cont {
    padding: 0 0%;
  }
  .ctaSection .ctaSec-bottom .groupBtn {
    padding-bottom: 15px;
  }
  .bookSec-main1 .bookSec-cont, .bookSec-main2 .bookSec-cont {
    padding: 15px;
  }
  .bookSec-main {
    border-radius: 5px;
  }
  .bookSec-main .bookSec-cont .fs-lg {
    padding-bottom: 10px;
  }
  .bookSec-main .bookSec-cont p {
    padding-bottom: 15px;
  }
  .bookSec-sliderBottom {
    height: 70px;
    padding: 20px;
  }
  .bookSec-main2 {
    margin-top: 20px;
  }
  .accordion li .acc_desc p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .accordion li .acc_desc ul li {
    font-size: 14px;
    padding-left: 10px;
    gap: 10px;
  }
  footer {
    padding: 30px 0 35px;
  }
  .copyright .copyright-main .copyright-cont p {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 8px;
    text-align: center;
  }
  .copyright .copyright-main .copyright-link {
    gap: 4px;
    justify-content: center;
  }
  footer .row {
    row-gap: 12px;
  }
  footer .footer-nav h6 {
    font-size: 16px;
    padding: 12px 0;
  }
  .aboutSec1-main {
    padding: 10px;
    border-radius: 5px;
  }
  .aboutSec1-main .row {
    row-gap: 15px;
  }
  .aboutSec1-main .img img {
    border-radius: 5px;
  }
  .aboutSec1-main .cont {
    gap: 10px;
  }
  .aboutSec1-row {
    gap: 20px;
  }
  .standSec-main .row {
    row-gap: 15px;
  }
  .standSec-bottom {
    padding-top: 45px;
  }
  .standSec-main .row .standSec-card {
    padding: 12px;
  }
  .privacy h3 {
    font-size: 18px;
    margin: 0 0 7px;
  }
  .privacy p {
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .privacy ul li {
    font-size: 14px;
    letter-spacing: 0.72px;
    margin: 0 0 8px;
    padding-bottom: 4px;
  }
  .mainBanner.innerBanner {
    padding: 40px 0 40px;
  }
  .mainBanner .mBanner-cont h1 {
    font-size: 28px;
  }
  .innerfaqSection .faqSec-main {
    padding: 30px 0;
  }
  .innerfaqSection .faqSec-main .fs-lg1 {
    padding-bottom: 20px;
  }
  .fs-lg1 {
    font-size: 24px;
  }
  .faqSec-main .row {
    row-gap: 20px;
  }
  .faqSec-main {
    padding: 20px 0;
  }
  .bookSec-slider .slick-prev, .bookSec-slider .slick-next {
    bottom: -55px;
    right: 30px;
  }
  .bookSec-slider .slick-next {
    right: 10px;
  }
  .bookSec-sliderBottom span {
    font-size: 30px;
  }
  .bookSec-sliderBottom b {
    font-size: 14px;
  }
  .bookSec-sliderBottom .bSBCounter {
    gap: 10px;
  }
  footer .footer-nav h6 {
    font-size: 16px;
    padding: 0;
    position: relative;
  }
  footer .footer-nav h6::after {
    content: "\f067";
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 5 Pro";
  }
  footer .footer-nav h6.active::after {
    content: "\f068";
  }
  footer .footer-nav ul {
    display: none;
    padding: 10px 10px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2901960784);
  }
  footer .footer-nav ul li {
    padding-bottom: 5px;
  }
  .footer-nav {
    padding-top: 20px;
  }
  .backshadow1 {
    margin-bottom: 20px;
  }
  .bookwritingservice {
    grid-template-columns: repeat(1, 1fr);
  }
  .bookwritingservice li {
    font-size: 20px;
    padding: 10px 22px;
  }
  .mainBanner .mBanner-cont h1.fs-66 {
    font-size: 28px;
  }
  .gwsec1-card h6 {
    font-size: 18px;
    padding: 20px 0 17px;
  }
  .gwsec1-card {
    padding: 22px 20px;
  }
  .faqSec-hd ul li {
    font-size: 18px;
    line-height: normal;
  }
  .faqSec-hd ul li svg {
    width: 6%;
  }
  .innerFAQSec-accordion h4 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  .tabsMain a {
    padding: 8px 0;
    font-size: 14px;
  }
  .cust-row {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    height: auto;
}
.cust-row .img-sec {
  display: none;
}
.form-sec2 {
  padding: 40px 20px 0px;
}
.mmpopup {
  padding: 10px;
}
.mmpopup .centercont h3 {
  font-size: 30px;
  line-height: 30px;
}
.centercont p {
  font-size: 13px !important;
  line-height: 20px !important;
}


}/*# sourceMappingURL=style.css.map */