/*Main Css */
:root {
    --primary: #FA9A09;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
   
    --font-heading: "Alike" , sans-serif;
    --font-accent: "Inter" , sans-serif;
    --font-body: "Inter" , sans-serif;
  
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: #FA9A09;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.leadforms-submit-button{
    background-color: #fa9909 !important;
    border-color: #fa9909 !important;
    color: #ffffff !important;
}

.leadforms-form-body-wrapper .leadforms-form-body {
  padding: 0 !important;
  background: #fff;
}

.leadforms-step-title,
.leadforms-step-instruction {
  display: none !important;
}
.leadforms-submit-button,
button.leadforms-submit-button,
input[type="submit"].leadforms-submit-button,
button[type="submit"].leadforms-submit-button {
  margin-top: 5 !important;
}
.leadforms-form-body-wrapper
  .leadforms-form-body
  .leadforms-additional-elements {
  margin: 0 !important;
}

::-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: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #FA9A09;
}
/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}
html {
  overflow-x: hidden;
}
body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #212121;
}
body.inner-header {
    padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 400;
    color: #212121;
    font-family: var(--font-heading);
}

*:hover,
*:focus,
* {
    outline: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}
::-moz-placeholder {
    opacity: 1;
}

/* Padding Classes */
.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.overlay {
    display: none;
}
.overlay.active {
    display: block;
}

/*header css*/

.logo {
    display: inline-block;
}
.logo img {
    display: block;
}

/* Menu Css */
.header-btn {
    color: #212121 !important;
    padding: 19px 28px;
    border-radius: 60px;
    font-weight: 500 !important;
    background: #FFA827;
    font-size: 16px;
}
.form .sec-heading {
    background: rgb(255 160 50 / 30%);
    padding: 20px 20px 10px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* Main Banner CSS */
.mainBanner {
    background-repeat: no-repeat;
    position: relative;
    background-position: top;
    background-size: cover;
}
.banner-content {
    padding: 60px 0 100px;
}
h1.banner-heading {
    padding-bottom: 14px;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    font-family: Georgia;
}
span.sub-heading {
    padding: 10px 13px;
    color: #686868;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 6px;
    border-radius: 14px;
    border: 1px solid #E4E4E4;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F3F3FF;
    box-shadow: 0 2px 10.5px 0 rgba(0, 0, 0, 0.05);
}
p.banner-text {
    margin-bottom: 0px;
    color: #FCFCFC;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 2rem;
}
.header-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d94d;
}
.banner-img {
    text-align: end;
    position: absolute;
    top: 9vw;
    right: 7vw;
}
.form {
    padding: 0px 0px 80px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    width: 95%;
    background: linear-gradient(0deg, rgba(250, 153, 9, 0.10) 0%, rgba(250, 153, 9, 0.10) 100%), #FFF;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.10);
    margin-left: auto;
}
.input-field1 label {
    font-weight: 400;
    padding-bottom: 8px;
    opacity: 0.7;
    font-size: 14px;
    color: #1A1A1A;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    color: #222222;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 16px;
    background: #FDFDFD;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
.input-field1 textarea {
    height: 110px;
    align-self: stretch;
}
.send {
    text-align: left;
    padding-top: 10px;
}
.send input[type="submit"] {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    padding: 16px 34px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 5px;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
}
.menuWrap2 {
    text-align: end;
}
.sec-heading h6 {
    color: #212121;
    font-size: 24px;
    line-height: 109.432%;
}
.form .sec-heading p {
    color: #212121;
    opacity: 0.7;
    font-size: 18px;
}
section.sec-services {
    background-position: bottom;
}

.sec-2 .btn-wrap {
    margin-left: 3vw;
}
.testi-card {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    gap: 20px;
}
.design-card-list2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.design-card-list2 li {
    margin: 0;
    padding: 0;
}
.main-testi {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    overflow: hidden;
}
.testi-card img {
    width: 40px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
.testi-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.profile {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testi-card p {
    margin: 0;
    border-bottom: 1px solid rgb(217 217 217 / 76%);
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    padding: 10px 0 10px 0;
}
.testi-card-bottom {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.testi-card-bottom span.name {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    display: block;
}
.testi-card-bottom span.des {
    color: #626262;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
    display: block;
}
.chooseus-list {
    padding: 18px;
    border-radius: 22px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    width: 377px;
}
.step-box h3 {
  color: #8D8D8D;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
}
.step-box h3 span {
  color: #FA9909;
  font-size: 60px;
  display: block;
}
.step-detail-text h4 {
    border-bottom: 1px solid #E4E4E4;
    padding: 0 0 10px;
    margin: 10px auto 12px;
    color: #00063D;
    font-size: 22px;
    line-height: normal;
}
.chooseus-number li {
    color: #212121c9;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.step-line1 {
    text-align: center;
}
.chooseus-list.s-card3 {
    margin-left: 9vw;
    margin-bottom: 1vw;
}
.chooseus-list.s-card1 {
    margin-left: 5vw;
    margin-top: -7vw;
    margin-bottom: 2vw;
}
.chooseus-list.s-card4 {
    margin-left: -7vw;
    margin-top: -7vw;
    margin-bottom: 2vw;
}
 
.chooseus-list.s-card5 {
    margin-left: -1vw;
}
span.name {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

span.des {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}
section.sec-3 {
    background: #FEFAF6;
    padding: 110px 0 104px;
}
.book-portfolio {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 16px;
    height: 100%;
}
section.cta-sec {
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
}

/* Accordian */
.faq-image {
    position: absolute;
    top: 0;
    left: 0;
}
.sec-services-main {
    border-radius: 10px;
    border: 1px solid #FFA827;
    background: #FFF;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.05);
    padding: 25px 25px;
    margin: 1rem 0px;
}
.sec-services-main p {
    color: rgb(33 33 33 / 80%);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.sec-services-main h4 {
    color: #FFA827;
    font-size: 24px;
    font-weight: 400;
    margin: 1rem 0px;
}
.accordion-list {
    position: relative;
}
.accordion-list li {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    font-size: 20px;
    color: #212121;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: 93%;
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #9CA3AF;
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    font-weight: 600;
    top: 0;
    background: rgb(235 232 232);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
    top: 11px;
    background: #FFA827;
    color: #fff;
    right: 8px;
}
.answer p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #212121;
    opacity: 0.7;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
.accordion-list>li.active span h3 {
    padding: 0px 0px 10px;
    color: #212121;
    border-bottom: 1px solid #d9d9d9;
}
/* Accordian */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-size: 50px;
    line-height: 1.2;
}
.sec-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #212121;
    margin: 0.5rem 0 1rem;
    opacity: 0.8;
}

/* Sec Headings */

/* sections */
section {
    padding: 4rem 0;
    position: relative;
}
/* sections */ 

/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.btn-wrap .theme-btn {
    padding: 18px 30px;
    color: #212121;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: .5s ease;
    background: #FFA827;
}
.btn-wrap .theme-btn.bordered {
    color: #000000;
    border-radius: 65px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
}
.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent;
}
.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
}
.newcountrycode .phone-field {
    width: 100%;
}
.newcountrycode input {
    border: 0;
}
/* Country Code */

/* ---------------------------footer------------------------------- */
.copyright p,.copyright a {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.footer-sec p {
    padding-top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    padding: 0 0 20px;
}

.f-menu li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}

footer {
    padding: 40px 0;
    background: #000000;
}

/* 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%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    max-height: 90vh;
  }
  .mmpopup {
    background: url("../images/popup-bg.webp");
    background-size: cover;
    background-position: center;
    border-radius: 33px;
    border: 5px solid #fff;
    padding: 12px;
  }
section.sec-1:before {
    position:absolute;
    z-index: -1;
    content: '';
    background: url(../images/sec-2-bg.webp);
    height: 100%;
    width: 100%;
    left: -14%;
    top: 8%;
    background-repeat: no-repeat;
}
  .mmpopup .popup-content {
    padding: 50px 40px 80px;
    width: 100%;
    max-width: 500px;
    border-radius: 29px;
    background: linear-gradient(0deg, rgba(250, 153, 9, 0.10) 0%, rgba(250, 153, 9, 0.10) 100%), #FFF !important;
    box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(33.75px);
    overflow: hidden;
  }
  .mmpopup .formpop {
    width: 100%;
  }
  .mmpopup .form-text {
    color: #000;
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
  }
  .mmpopup .form-text a {
    color: #659640;
    font-weight: 700;
  }
  .mmpopup .form-text a:hover {
    color: var(--secondary);
  }
  .mmpopup .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: 0;
    column-gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
    overflow: hidden;
  }
  .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 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 p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;
    position: relative;
  }
  .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: #659640;
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    color: #000;
    font-family: var(--font-body);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .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: 0;
  }
  .form-group field input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.form-group input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    font-size: 16px;
    width: 100%;
}
.fld-btn button.banner-btn {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 5px;
    background: linear-gradient(90deg, #FEBF02 0%, #FA9909 100%);
}
.fld-btn.packageformsubmit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* popup */
section.sec-4 .container {
    max-width: 1441px;
}
/* 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 */
.terms .roman li {
    list-style: none;
}
.terms ul {
    /* padding-left: 40px; */
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li ul li {
    margin-bottom: 1rem;
    list-style: disc !important;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}
.terms p {
    margin-bottom: 2rem;
}
/* terms */
.sec-heading {
    margin-bottom: 1rem;
}
.footer-sec {
    text-align: center;
}
.copyright p {
    width: 80%;
    margin: auto;
    text-align: center;
}
a.logo img {
    height: 95px;
}
.thankyou-page {
    padding: 4rem 0 3rem;
}
.contact-detail-wrap {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    padding: 15px 20px 20px 20px;
    margin-top: 15px;
}
.details a {
     color:#1A1915;
     text-align: center;
     font-size: 20px;
     font-family: var(--font-heading);
     font-weight: 500;
     line-height: normal;
     padding: 10px 0 14px;
}
section.faqs-sec {
    background: #F4F4F4;
    padding-bottom: 0;
}
ul#counter li.first {
    border-right: 2px solid #d9d9d94d;
    padding-right: 0rem;
}
.sec-opt {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sec-opt-number img {
    width: 120px;
}

.sec-opt-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.sec-opt-text h4 {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0.7rem;
}

a.theme-btn.bordered.bl {
    background: #000;
    color: #fff;
}
.cta-img {
    position: absolute;
    z-index: 0;
    top: -18%;
}
ul.sec-list-ul li {
    margin-bottom: 1.3rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #e1e1e1;
}

ul.sec-list-ul li.last {
    border-bottom: none;
}
a.theme-btn.popstatic.wh {
    background: #fff;
}
ul.sec-list-ul {
    padding-top: 1rem;
}
a.theme-btn.ext {
    background: #fff;
}
.step-detail-text p {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.sec-main-service p {
    color: var(--t, #212121);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 1rem;
}
.sec-main-service {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.sec-main-service:first-of-type {
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1440px) {
    .cta-img {
    top: -20%;
}
.chooseus-list.s-card3 {
    margin-left: 11vw;
    margin-bottom: 1vw;
}
.chooseus-list.s-card4 {
    margin-left: -11vw;
    margin-top: -11vw;
}
.chooseus-list.s-card1 {
    margin-left: 8vw;
    margin-top: -10vw;
}
.chooseus-list.s-card5 {
    margin-left: -5vw;
}
section.cta-sec.extra {
    margin: 3rem 0px 5rem;
}
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 45px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 68px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .header-wrapper {
        padding: 0 0 10px;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-heading h6 {
        font-size: 24px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 44px;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        left: -30vw;
        top: 0;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
       margin-left: -10vw;
        padding: 20px;
        margin-right: -4vw;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 15px;
    }
    .step-card p {
        line-height: 24px;
        font-size: 16px;
    }
    img.vector2 {
        bottom: 18vw;
        max-width: 86%;
        left: 0;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        top: 0;
        left: -26vw;
    }
    .accordion-list li {
        padding: 20px;
    }
    .accordion-list li h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
    }
    .book-review-rating span {
        flex-direction: column;
    }
    .book-portfolio h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
}

@media (max-width: 1200px) {

    .chooseus-list.s-card5 {
    margin-left: -5vw;
}
.accordion-list li h3 {
    font-size: 18px;
    line-height: 24px;
}
.testi-card {
    margin-bottom: 0px;
}
section.cta-sec.extra {
    margin: 0rem 0px 0rem;
}
.answer p {
    font-size: 14px;
    line-height: 20px;
}
.cta-img {
    top: -34%;
    left: 0%;
    width: 40%;
}
.step-detail-text h4 {
    font-size: 18px;
    margin: 5px auto 8px;
    padding: 0 0 6px;
}
.step-detail-text p {
    font-size: 14px;
    line-height: 21px;
}
.chooseus-list {
    padding: 15px;
    width: 100%;
}
.step-line1 {
    height: 550px;
}
.chooseus-list.s-card1 {
    margin-left: 11vw;
    margin-top: -11vw;
}
.chooseus-list.s-card2 {margin-left: 4vw;margin-top: 2vw;}
.chooseus-list.s-card3 {
    margin-left: 12vw;
    margin-bottom: 1vw;
    width: 50%;
}
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        padding: 1rem;
        font-weight: 500;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: none;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
}

@media (max-width : 1199px) {
.step-line1 {
    height: 100%;
}
    .cta-img {
    top: -14%;
}
    section {
    padding: 2rem 0;
}
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 0px 0 50px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 50px;
        line-height: 68px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .header-wrapper {
        padding: 0 0 10px;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-heading h6 {
        font-size: 24px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    ul#counter li {
        padding: 20px;
        width: 45%;
    }
    ul#counter li .counter>div {
        font-size: 44px;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        left: -36vw;
        top: 0;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
       margin-left: -10vw;
        padding: 20px;
        margin-right: -4vw;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 15px;
    }
    .step-card p {
        line-height: 24px;
        font-size: 16px;
    }
    img.vector2 {
        bottom: 32vw;
        max-width: 86%;
        left: 2vw;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        top: 0;
        left: -32vw;
    }
    .accordion-list li {
        padding: 20px;
    }
    .accordion-list li h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 34px;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 24px;
    }
    .book-review-rating span {
        flex-direction: column;
    }
    .book-portfolio h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
}

@media (max-width : 1023px){
    .btn-wrap .theme-btn {
        font-size: 16px;
        padding: 15px 20px;
    }
    .overlap-slider {
        width: 100%;
        position: relative;
    }
}

@media (max-width : 992px) {
    
    .chooseus-list {
    padding: 18px 20px;
}

    .header-btn {
    font-size: 14px;
    padding: 12px 15px;
}
    a.theme-btn.bordered {
    justify-content: center;
}
    .form {width: 100%;margin-top: 2rem;}

    .sec-services-main p {
    font-size: 14px;
    line-height: 22px;
}
.sec-services-main {
    padding: 20px 20px;
}
.sec-services-main h4 {
    margin: 0.6rem 0px;
    font-size: 20px;
}
    a.theme-btn.bordered.bl{
        text-align: center;
        justify-content: center;
    }
    .testi-card img {
    height: 30px;
    margin-top: 1rem;
}
    .step-line1 {
    display: none;
}
.details p {
    font-size: 15px;
    line-height: 24px;
}
.chooseus-list.s-card1 {
    margin-left: 0;
    margin-top: 0;
}
.chooseus-list.s-card2 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}
.chooseus-list.s-card3 {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 1rem;
}
.chooseus-list.s-card4 {
    margin-left: 0;
    margin-top: 0;
}
.chooseus-list.s-card5 {
    margin-left: 0;
    margin-top: 0;
}

.design-card-list2 .slick-dots {
    left: -3vw !important;
}
.design-card-list2 .slick-dots li button {
    width: 20px !important;
    height: 20px !important;
}
.design-card-list2 .slick-dots li {
    margin: 8px 0 !important;
}

    section.cta-sec.extra {
    background-position: right;
}
    .sec-main-service {
    border-bottom: 1px solid #D9D9D9;
}
    .sec-main-service-img {
    display: none;
}
    .opt-process-main.step-1:before {
    display: none;
}
.opt-process-main.step-2:before {
    display: none;
}
    section.cta-sec {
    background-position: left;
}
    .banner-content img {
    display: none;
}
.goto.animated {
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}
    .book-review-rating span {
        flex-direction: column;
    }
    .book-portfolio h3 {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 45px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .header-wrapper {
        padding: 0;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-heading h6 {
        font-size: 24px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        top: 16vw;
        left: -2vw;
        max-width: 61%;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 44px;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        left: -44vw;
        top: 0;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
       margin-left: -10vw;
        padding: 20px;
        margin-right: -4vw;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 15px;
    }
    .step-card p {
        line-height: 24px;
        font-size: 16px;
    }
    img.vector2 {
        bottom: 32vw;
        max-width: 86%;
        left: 2vw;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card {
        padding: 18px;
        gap: 10px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        top: 0;
        left: -39vw;
    }
    .accordion-list li {
        padding: 10px 15px;
        margin-bottom: 8px;
    }
    .accordion-list li h3 {
        font-size: 17px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {

section.faqs-sec {padding-bottom: 2rem;}
    .opt-process-main {
    width: 100%;
}
    .faqs-img {
    display: none;
}
    
.cta-img {
    display: none;
}
.sec-testi-img {
    display: none;
}
    
    header{
        padding: 0.5rem 0;
    }
    .banner-content {
        padding: 45px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 38px;
        line-height: 52px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .header-wrapper {
        padding: 8px 0px;
    }
    .form .sec-heading p {
        font-size: 16px;
        line-height: 24;
        line-height: 26px;
    }
    .sec-heading h6 {
        font-size: 24px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        display: none;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 44px;
    }
    ul#counter li .counter span.text {
        font-size: 16px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
        gap: 8px;
        margin-left: 0;
        padding: 20px;
        margin-right: 0;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 15px;
    }
    .step-card p {
        line-height: 24px;
        font-size: 16px;
    }
    img.vector2 {
        display: none;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        display: none;
    }
    .accordion-list li {
        padding: 20px;
    }
    .accordion-list li h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 34px;
    }

    a.logo img {
        height: 95px;
        padding: 10px 0px;
    }

}

@media only screen and (min-width : 280px) and (max-width : 767px) {

section.faqs-sec {padding-bottom: 2rem;}
    .opt-process-main {
    width: 100%;
}
    .faqs-img {
    display: none;
}

    .cta-img {
    display: none;
}
.sec-testi-img {
    display: none;
}
    
    a.logo img {
    height: 95px;
    padding: 10px 0px;
}

    .design-card-list2 .slick-dots::before {
    display: none;
}

.design-card-list2 .slick-dots li button {
    display: none;
}
    
    .testi-card img {
    display: none;
}
    
    header{
        padding: 0rem 0;
    }
    .banner-content {
        padding: 35px 0;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 0rem;
    }
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
       text-align: center;
    }
    .menuWrap2 {
        text-align: center;
    }
    .header-wrapper {
        padding: 0;
    }
    .form .sec-heading p {
        font-size: 14px;
        line-height: 24;
        line-height: 22px;
    }
    .sec-heading h6 {
        font-size: 23px;
    }
    img.book-vector1 {
        display: none;
    }
    section.sec-1 {
        padding: 50px 0;
    }
    .sec1-image {
        display: none;
    }
    ul#counter li {
        padding: 20px;
    }
    ul#counter li .counter>div {
        font-size: 35px;
    }
    ul#counter li .counter span.text {
        font-size: 14px;
    }
    ul#counter:before {
        display: none;
    }
    .sec2-image {
        display: none;
    }
    section.sec-2 {
        padding: 50px 0;
    }
    .three-card {
        padding: 20px;
    }
    .threecard-wrapper {
        gap: 8px;
        margin-left: 0;
        padding: 20px;
        margin-right: 0;
    }
    .process-detail2 p {
        font-size: 14px;
        line-height: 18.924px;
    }
    section.sec-3 {
        padding: 50px 0;
    }
    section#pricing {
        padding: 50px 0;
    }
    .step-card {
        margin-bottom: 20px;
        padding: 20px;
    }
    .step-card p {
        line-height: 20px;
        font-size: 14px;
    }
    img.vector2 {
        display: none;
    }
    section.sec-4 {
        padding: 50px 0;
    }
    section.testimonials-sec {
        padding: 50px 0;
    }
    .testi-card p {
        font-size: 14px;
        line-height: 22px;
    }
    .testi-card {
        padding: 18px;
    }
    .testi-card-bottom span.name {
        font-size: 16px;
    }
    .faq-image {
        display: none;
    }
    .accordion-list li {
        padding: 12px;
    }
    .accordion-list li h3 {
        font-size: 17px;
        line-height: 24px;
        max-width: 90%;
    }
    .answer p {
        font-size: 14px;
        line-height: 22px;
    }
    footer {
        text-align: center;
        padding: 20px 0px 5px 0px;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 10px;
    }
    .mmpopup .popup-content {
        padding: 20px;
    }
    .mmpopup .centercont h3 span {
        font-size: 28px;
    }
    .mmpopup .formpop {
        margin-top: 32px;
    }
    .fld-btn button.banner-btn {
        font-size: 16px;
        padding: 18px 22px;
    }
    .cta-wrapper .sec-heading h2 {
        font-size: 28px;
    }

    .chooseus-list.s-card1 {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .chooseus-list.s-card3 {
        margin-left: 0;
        margin-bottom: 1rem;
        width: 100%;
    }
    .chooseus-list.s-card4 {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 1rem;
    }
.chooseus-list {
        padding: 10px;
        gap: 15px;
        margin-bottom: 1rem;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    section.sec-slide {
    padding-bottom: 0;
}

.sec-services-main {
    margin: 0.5rem 0px;
}
    
}

.design-card-list2 {
    position: relative;
}
.design-card-list2 .slick-dots {
    position: absolute;
    left: -7vw;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 5;
}
.design-card-list2 .slick-dots li {
    width: 32px;
    height: 32px;
    margin: 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.design-card-list2 .slick-dots li button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #f59e0b;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

.design-card-list2 .slick-dots li.slick-active button {
    background: #f59e0b;
}
.design-card-list2 .slick-dots::before {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% + 40px);
    background: #ddd;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}




section.sec-4 .sec-heading {
    margin-bottom: 2.5rem;
}