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

::-webkit-scrollbar {
    width: 5px;
    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: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #ff5e14;
}


/* Tabbing CSS */

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

[class^="box-"].showfirst {
    display: block;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}
body.inner-header {
    padding-top: 0px;
}
.inner-header .mainBanner {
    padding: 8rem 0 4rem;
    margin-bottom: 0rem;
}
section.thankyou {
    background: #001440;p
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: normal;
}

*: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 */

.pad-zero {
    padding: 0px;
}
.pad-l-zero {
    padding-left: 0px;
}
.pad-r-zero {
    padding-right: 0px;
}
.ovr-hiddn {
    overflow: hidden;
}
.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;
}

/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}
.highlighted {
    color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}
.slick-dots li {
    margin: 0 10px 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:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.slick-dots li button {
    height: 9px;
    width: 9px;
    border-radius: 100px;
    padding: 0px;
    background: #000;
    border: 0;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -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;
    box-sizing: border-box;
}
.slick-dots li.slick-active button {
    background: #FCD42B;
    width: 14px;
}
.arrow-btn {
    position: absolute;
    bottom: -5%;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    background: #FCD42B;
    border-radius: 50px;
    padding: 1rem;
}
.arrow-btn.right {
    right: 42%;
}
.arrow-btn.left {
    left: 42%;
}



/*header css*/

header {
    -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;
    position: fixed;
    z-index: 8;
    left: 0;
    right: 0;
    top: 0;
}
header.sticky{
    background: #012c75;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    top: 0;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
    max-width: 150px;
}

/* 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 span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    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;
}
.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 Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 16px 35px;
}
.menu > li > a {
    display: block;
    font-size: 18px;
    color: var(--white);
    /* text-transform: uppercase; */
    font-weight: 600;
}
.header-btn {
    background: var(--primary);
    color: #0B0B0B !important;
    padding: 16px 40px;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 4px;
    box-shadow: 0px 0px 54px 0px rgba(251, 146, 60, 0.70);
}
.header-btn:hover{
    transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
    color: var(--primary);
}
@keyframes scale-display {
    0% {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  @keyframes scale-display--reversed {
    0% {
      display: inline-flex;
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    99% {
      display: inline-flex;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      display: none;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }

/* Menu Dropdown CSS */

.has-child {
    position: relative;
    z-index: 1;
}
.dropdown {
    position: absolute;
    background: white;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}
.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px;
}
.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.chev.rotate {
    transform: rotate(180deg);
}
.chev {
    transition: .5s ease;
}
/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */
.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
    position: relative;
    background-image: url(../images/banner.webp);
    margin-bottom: 18rem;
}
.mainbanner-image {
    position: absolute;
    top: 77%;
}
.banner-content {
    padding: 160px 0 190px;
    max-width: 66%;
    margin: 0 auto;
}
h1.banner-heading {
    font-size: 80px;
    line-height: 86px;
    margin-bottom: 2rem;
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2rem;
    color: #5F5F5F;
}
ul.trusted-brands {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 2rem;
    text-align: center;
}
.trusted h2 {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 2rem;
}
.services-card {
    border-radius: 12px;
    background: #FAFAFA;
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.services-card h3 {
    color: #373737;
    font-size: 26px;
    padding: 1rem 0;
}
.services-card p {
    color: #848589;
    font-size: 18px;
    line-height: 28px;
}
/* -----------------counter---------------------  */
ul#counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
}
.counter-wrapper {
    background: #002544;
    padding: 2rem 0;
}

.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
ul#counter li .counter>div {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-bottom: 1rem;
    flex-shrink: 0;
}
ul#counter li .counter>.text {
    font-size: 20px;
    line-height: 29px;
    color: #FCD42B;
}
ul#counter li {
    width: 20%;
    text-align: center;
}
.bg-blue{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
    position: relative;
    background-image: url(../images/banner.webp);
}
/* Portfolio */
ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
ul.overview-nav.d2 a {
    padding: 15px 18px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    background: #D7EEFF;
    color: #1F1F1F;
    border-color: #D7EEFF !important;
}
ul.overview-nav.d2 li.active a {
    background: #f9933f;
    color: #1F1F1F;
    border-color: #f9933f !important;
}
.port-card {
    margin-bottom: 1.5rem;
}
.port-card img {
    width: 100%;
}
/* Portfolio */
/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;
    
}
.sec-heading h2 {
    font-size: 40px;
    line-height: 52px;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #8F9093;
    margin: 1rem 0;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}
/* Sec Headings */
/* sections */
section {
    padding: 4rem 0;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 
/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}
.btn-wrap .theme-btn {
    padding: 15px 30px;
    background: var(--primary);
    color: #0B0B0B;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid var(--primary);
    transition: .5s ease;
    border-radius: 4px;
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* Testimonials 2 */
.testi-slider-2 .testi-slide {
    padding: 20px 25px;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    background: #FFF;
}
.testi-slider-2 .testi-slide p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #8F9093;
    padding: 1rem 0;
}
.testi-slider-2 .testi-slide .bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.testi-slider-2 .testi-slide .client {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.testi-slider-2 .testi-slide .client .det .name {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #333;
    display: block;
}
.testi-slider-2 .testi-slide .client .det .des {
    font-size: 18px;
    color: #656565;
}
.testi-slider-2 .testi-slide .bottom .stars {
    color: #fbd32b;
    display: flex;
    font-size: 16px;
    gap: 8px;
}
/* Testimonials 2 */

/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 30px 35px 30px 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border: 0;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2.84828px 68.35862px 0px rgba(0, 0, 0, 0.04);
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    color: #0B0B0B;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}
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: 16px;
    font-weight: 600;
    top: 0;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
}
.answer p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
    color: #9499A1;
}
/* Accordian */

/* about-us */
.banner-content.b2 {
    max-width: 100%;
    padding: 180px 0 100px;
}
.mainBanner.banner2 {
    margin-bottom: 1rem;
}
/* about-us */
/* -----------contact-us------------------------ */
.bg-contact {
    padding: 0rem 2rem;
}
.field label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #0B0B0B;
}
.field input, .field textarea {
    width: 100%;
    border: 0;
    font-weight: 300;
    font-size: 14px;
    color: #838493;
    padding: 16px 14px;
    margin-bottom: 24px;
    outline: none !important;
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    background: #FDFDFD;
}
.field textarea {
    height: 150px;
    resize: none;
}
.send button {
    padding: 0 60px;
    height: 58px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    border-radius: 4px;
    cursor: pointer;
    transition: .4s ease;
    border: 1px solid #ffcb05;
    margin: 0 auto;
    display: block;
    background: #FFCB05;
}
.send {
    margin-top: 2rem;
}
.client {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.detl .contact-detail {
    color: #0B0B0B;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.detl .cnt a {
    color: #8F9093;
}
.detl span.cnt {
    color: #8F9093;
}
.sec-heading .contactus-bold {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.sec-heading .fs-16 {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.bg-contact h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    padding-top: 10px;
}

.bg-contact p {
    font-size: 18px;
    line-height: 30px;
    color: #555;
    margin-bottom: 1.5rem;
}
.form-img{
        height: 100%;
    object-fit: cover;
}
/* contact-us */








/* footer */
footer {
    background: #000;
    padding-top: 16rem;
}
.footer-para p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-top: 2rem;
}
.foot-hdng h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 1rem;
}
.f-menu li a {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.foot-hdng a, .foot-hdng p{
    color: #fff;
    margin-bottom: 18px;
    display: flex;

}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0 ;
    border-top: 2px solid #f1eded82;
}
.copyright p {
    color: white;
    text-align: center;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}
ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.brd {
    padding-bottom: 4rem;
}
.footer-para {
    max-width: 80%;
}
section.overlay-footer {
    transform: translateY(190px);
    margin-top: -220px;
}
.overlay-footer{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat !important;
    position: relative;
    background-image: url(../images/overlay-cta.webp);
}
.foot-hdng i {
    color: #fcd42b;
    margin-right: 14px;
}
.copyright p, .copyright a {
    color: white;
}
.copyright p {
    text-align: start;
}


/* footer */
/* 404 */
.error-text {
    font-size: 50px;
    font-weight: 600;
}
.error-heading {
    font-weight: 600;
    font-size: 50px;
    margin-top: 3rem;
}
.error-image {
    margin-top: 24px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}
/* 404 */
/* terms */
.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li {
    margin-bottom: 1rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}
.terms p {
    margin-bottom: 2rem;
}
ul.list-ul {
    list-style: disc;
    margin-left: 22px;
}
/* terms */
img.visa {
    
    max-width: 100%;
        width: 150px;
    margin-bottom: 1rem;
}




/* 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: 530px;
    background: #fff;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width:97%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
  }

  .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;
  }
  .popupmain .pack-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popupmain .pack-details h3 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}

.popupmain form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.popupmain form input:not([type=checkbox]),.popupmain form textarea {
    border: 2px solid #bfbfbf;
    padding: 10px;
    border-radius: 5px;
}

.popupmain form label {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    align-items: start;
    gap: 10px;
}

.popupmain form label input {
    margin-top: 6px;
}

.popupmain form button {
    padding: 1rem;
    border: 0;
    background: var(--primary);
    margin-bottom: 1rem;
}

.popupmain p {
    font-size: 12px;
    line-height: 20px;
    color: #555;
}
/* popup */
/* packages */
.pckg-sec{
    background: #EEF2FF;
}


.pckg {
    background: #fff;
    border-radius: 8px;
    min-height: 590px;
    border: 1px solid #ddd;
}
.pckg .btn-wrap a{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.pckg .btn-wrap .btn-norm{
    color: var(--primary);
    transition: .5s ease;
}
.pckg .btn-wrap .btn-norm:hover{
    transform: scale(1.03);
}
.pckg .upper, .pckg .bottom {
    padding: 1.5rem;
}

.pckg .upper .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1rem;
}

.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}
.pckg .upper p {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    margin-bottom: 1.5rem;
    min-height: 40px;
}
.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1.5rem 0;
}

.pckg .upper .price .amount {
    font-weight: 800;
    font-size: 48px;
    line-height: 40px;
    color: #000000;
}

.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
}

.pckg .upper {
    border-bottom: 1px solid #E5E7EB;
}

.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #111827;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding: 10px;
    margin: 1rem 0;
    width: 100%;
    display: flex;
    background: #f2f2f2;
}

.pckg .bottom ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5F5F5F;
    position: relative;
    display: flex;
}

.pckg .bottom ul {
    /* margin-top: 2rem; */
}

.pckg .bottom ul li:not(.last) {
    margin-bottom: 1rem;
}

.pckg .bottom ul li::before {
    content: "";
    font-family: var(--icon);
    content: "\f00c";
    font-weight: 800;
    color: var(--green);
    margin-right: 12px;
}
.pckg .bottom {
    max-height: 325px;
    overflow-y: auto;
        margin-bottom: 1rem;
}

.pkg-list.g-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* packages */












@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    header{
        padding: 1rem 0;
    }
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        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;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100vh;
        display: flex;
        align-items: center;
        /* justify-content: 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%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
    }
    
    .container {
        position: relative;
    }
    
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
}

@media (max-width : 1025px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
    .banner-content {
        padding: 136px 0 162px;
        max-width: 100%;
    }
    h1.banner-heading {
        font-size: 61px;
        line-height: 76px;
        margin-bottom: 1rem;
    }
    .mainBanner {
        margin-bottom: 7rem;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .sec-heading p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }
    .services-card {
        padding: 1rem;
    }
    .services-card h3 {
        font-size: 22px;
    }
    .services-card p {
        font-size: 16px;
        line-height: 22px;
    }
    ul#counter li .counter>div {
        font-size: 32px;
    }
    ul#counter li .counter>.text {
        font-size: 16px;
        line-height: 10px;
    }
    ul#counter {
        padding-top: 2rem;
    }
    .testi-slider-2 .testi-slide .client .det .name {
        font-size: 18px;
    }
    .testi-slider-2 .testi-slide .client .det .des {
        font-size: 14px;
    }
    .testi-slider-2 .testi-slide p {
        font-size: 14px;
        line-height: 24px;
    }
    .arrow-btn.left {
        left: 40%;
    }
    .arrow-btn.right {
        right: 40%;
    }
    .slick-dots {
        padding: 28px 0 18px;
    }
    .arrow-btn {
        bottom: -1%;
    }
    section.overlay-footer {
        transform: translateY(128px);
        margin-top: -128px;
    }
    footer {
        padding-top: 10rem;
    }
    .foot-hdng h4 {
        font-size: 20px;
    }
    .footer-para p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 1rem;
    }
    .f-menu li a {
        font-size: 14px;
        line-height: 20px;
    }
    .foot-hdng a {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .brd {
        padding-bottom: 1rem;
    }
    .copyright {
        padding: 1rem 0 1rem;
    }
    .sec-heading .contactus-bold {
        font-size: 30px;
    }
    .field label {
        font-size: 18px;
    }
    .field input, .field textarea {
        padding: 12px 14px;
        margin-bottom: 16px;
    }
    .send {
        margin-top: 0rem;
    }
    .logo img {
        display: block;
        max-width: 100px;
    }
    


}
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
    h1.banner-heading {
        font-size: 54px;
        line-height: 66px;
    }
    p.banner-text {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-content {
        padding: 130px 0 122px;
        max-width: 100%;
    }
    .mainbanner-image {
        top: 82%;
    }
    .mainBanner {
        margin-bottom: 5rem;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    .sec-heading h2 {
        font-size: 32px;
        line-height: 52px;
    }
    .sec-heading {
        margin-bottom: 0rem;
    }
    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    .services-card h3 {
        font-size: 22px;
    }
    .services-card p {
        font-size: 16px;
        line-height: 22px;
    }
    ul#counter li .counter>div {
        font-size: 26px;
    }
    ul#counter li .counter>.text {
        font-size: 14px;
        line-height: 12px;
    }
    ul#counter {
        padding-top: 2rem;
    }
    .arrow-btn.left {
        left: 34%;
    }
    .arrow-btn.right{
        right: 34%;
    }
    .slick-dots {
        padding: 25px 0 25px;
    }
    .arrow-btn {
        bottom: 1%;
    }
    .testi-slider-2 .testi-slide .client .det .name {
        font-size: 20px;
    }
    .testi-slider-2 .testi-slide .client .det .des {
        font-size: 16px;
    }
    .testi-slider-2 .testi-slide p {
        line-height: 26px;
    }
    .accordion-list li h3 {
        font-size: 18px;
    }
    section.overlay-footer {
        transform: translateY(0px);
        margin-top: 0;
        background-image: none;
        background-color: #012c75;
    }
    footer {
        padding-top: 2rem;
    }
    .logo img {
        display: block;
        max-width: 72%;
    }
    .logo img {
        display: block;
        max-width: 72%;
    }
    .footer-para p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 1rem;
    }
    .foot-hdng a {
        margin-bottom: 6px;
    }
    .foot-hdng {
        margin-bottom: 2rem;
    }
    .f-menu li a {
        font-size: 14px;
    }
    .foot-hdng a {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    .brd {
        padding-bottom: 0rem;
    }
    .copyright {
        padding: 1rem 0 1rem;
    }
    .banner-content.b2 {
        max-width: 100%;
        padding: 124px 0 52px;
    }
    .sec-heading .contactus-bold {
        font-size: 32px;
    }
    .field label {
        font-size: 16px;
    }
    .field input, .field textarea {
        padding: 12px 14px;
        margin-bottom: 18px;
    }
    .send {
        margin-top: 0rem;
    }
    .logo img {
        display: block;
        max-width: 100px;
    }
    ul.f-link {
        padding: 1rem 0;
        justify-content: center;
    }

}


/* iPhone 6-8 Plus */
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 414px)
and (max-width : 736px)
and (orientation : landscape) {
/* Styles */
}



/* iPhone 6-8  */
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 375px)
and (max-width : 667px)
and (orientation : landscape) {
/* Styles */
}



/* Android (Pixel 2) */
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : portrait) {
/* Styles */
}
@media only screen
and (min-width : 412px)
and (max-width : 684px)
and (orientation : landscape) {
/* Styles */
}

/* Iphone X */
@media only screen
and (min-width : 375px)
and (max-width : 734px)
and (orientation : portrait) {

}
@media only screen
and (min-width : 320px)
and (max-width : 767px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    header{
        padding: 1rem 0;
    }
    .banner-content {
        padding: 100px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .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: 16px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    .banner-content {
        max-width: 100%;
    }
    .mainbanner-image {
        display: none;
    }
    .mainBanner {
        margin-bottom: 0;
    }
    section {
        padding: 2rem 0;
        position: relative;
    }
    ul.trusted-brands {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }
    .sec-heading {
        margin-bottom: 0;
    }
    ul#counter li .counter>div {
        font-size: 20px;
    }
    ul#counter li .counter>.text {
        font-size: 12px;
        line-height: 16px;
        color: #FCD42B;
    }
    ul#counter {
        padding-top: 2rem;
    }
    .overview-nav.d2 li {
        width: 100%;
        text-align: center;
    }
    ul.overview-nav.d2 a{
        width: 100%;
    }
    .arrow-btn{
        display: none !important;
    }
    .slick-dots {
        padding: 12px 0 0;
    }
    .accordion-list li h3 {
        font-size: 16px;
        line-height: 24px;
        max-width: 92%;
    }
    .accordion-list li {
        padding: 18px 12px 18px 14px;
    }
    .overlay-footer {
        background-size: cover;
        background-position: unset;
    }
    section.overlay-footer {
        transform: translateY(0);
        margin-top: 0;
    }
    footer {
        background: #000;
        padding-top: 2rem;
    }
    .logo img {
        display: block;
        max-width: 60%;
    }
    .footer-para p {
        font-size: 14px;
        line-height: 21px;
        padding: 1rem 0;
    }
    .foot-hdng h4 {
        font-size: 18px;
    }
    .f-menu li a {
        font-size: 14px;
        line-height: 16px;
    }
    .foot-hdng a {
        margin-bottom: 14px;
        font-size: 14px;
    }
    .foot-hdng {
        margin-bottom: 2rem;
    }
    .brd {
        padding-bottom: 0rem;
    }
    .copyright {
        padding: 1rem 0 1rem;
    }
    .copyright p {
        font-size: 14px;
        text-align: center;
    }
    .banner-content.b2 {
        padding: 120px 0 44px;
    }
    .sec-heading .contactus-bold {
        font-size: 30px;
    }
    .bg-contact {
        padding: 0rem 1rem;
    }
    .field label {
        font-size: 16px;
    }
    .field input, .field textarea {
        font-size: 14px;
        padding: 10px 14px;
        margin-bottom: 16px;
    }
    .send {
        margin-top: 1rem;
    }
    .error-heading {
        font-size: 32px;
        margin-top: 2rem;
    }
    .thankyou-text {
        font-size: 16px;
        line-height: 28px;
        margin-top: 12px;
    }
    .error-text {
        font-size: 26px;
        line-height: 34px;
    }
    .logo img {
        display: block;
        max-width: 100px;
    }
    ul.f-link {
        padding: 1rem 0;
        justify-content: center;
    }
    .detl {
        max-width: 76%;
    }
    section.overlay-footer {
        transform: translateY(0px);
        margin-top: 0;
        background-image: none;
        background-color: #012c75;
    }

    .bg-contact h3{
        font-size: 28px;
    }


}