/*Main Css */
:root {
    --primary: #ffd106;
    --secondary: #018749;
    --font-heading: "Poppins" , sans-serif;
    --font-accent: "Inter" , sans-serif;
    --font-body: "Inter" , sans-serif;
    --section-bg-primary: #122241;
    --section-bg-secondary: #FFF;
    --icon: "Font Awesome 6 Pro", sans-serif;
  }
::selection {
    background: var(--section-bg-primary);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: var(--primary);
}

::-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: var(--primary);
}


/* Tabbing CSS */

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

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


/* Accordian */


.accordion-list {
    position: relative;
}

.accordion-list li {
    padding: 30px 35px 30px 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D1D5DB;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-bottom: 1.5rem;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    font-size: 24px;
    color: #666666;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    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: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}
/* Accordian */

.sticky-call a {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0px;
    cursor: pointer;
    color: #fff;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    margin: 0 0 0 19px;
    border-radius: 0;
    /* -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear; */
    background: #95c047;
    float: none;
    left: 0;
    right: 0;
    margin: auto;
    /* -webkit-animation: flash linear 0.8s infinite; */
    /* animation: flash linear 0.8s infinite; */
    z-index: 1000;
    animation-name: backgroundColorPalette;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
@keyframes backgroundColorPalette {
    0% {
       background: var(--primary);
   }

   50% {
       background: #000;
   }

   100% {
       background: var(--primary);
   }
}
html{
    overflow-x: hidden;
}


body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}
body.inner-header {
    padding-top: 180px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
    font-family: var(--font-heading);
    font-weight: 600;
}

*: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: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    border: none;
    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: #B6B9FC;
    width: 55px;
}

/*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;
    background: transparent;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
}
header.sticky{
    
    
    background: white;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    top: 0;
}
.main-header {
    background: #caccd1;
}

.top-bar {
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: white;
    padding: 1rem 0;
}

.top-bar p {
    font-weight: 400;
    letter-spacing: -0.4px;
    font-family: var(--font-heading);
    color: #FFF;
    font-size: 20px;
}

.top-bar .revenue {
    font-weight: 700;
    letter-spacing: -0.6px;
    font-family: var(--font-heading);
    font-size: 30px;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: end;
}
.logo {
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
}

.logo img {
    display: block;
    max-width: 180px;
}


/* 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: 20px;
    color: var(--black);
    /* text-transform: uppercase; */
    font-weight: 500;
    font-family: var(--font-heading);
    letter-spacing: -0.4px;
}
.header-btn {
    background: var(--primary);
    color: white !important;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 400 !important;
}
.header-btn i {
    display: none;
}
.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: url('../images/banner/bg.webp')no-repeat;
    background-size: auto 700px;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    /* min-height: 914px; */
}
.banner-content {
    padding: 220px 0 50px;
}
.banner-img {
    position: relative;
}
@media (min-width: 1200px) {
    .banner-img img {
        position: absolute;
        top: 10px;
    }
}

h1.banner-heading {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: -1.5px;
}

ul.banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 40px;
}

ul.banner-list li {
    width: 50%;
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
}

ul.banner-list li::before {
    content: "\f058";
    font-family: var(--icon);
    font-weight: 600;
    color: var(--primary);
}

.reviews {
    display: flex;
    font-size: 17.178px;
    letter-spacing: -0.344px;
    font-weight: 500;
    font-family: var(--font-heading);
    align-items: center;
    white-space: nowrap;
    gap: 10px;
}

.reviews .imgs img:not(:first-child) {
    margin-left: -10px;
}

.reviews .imgs {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.reviews .stars {
    display: flex;
    color: #47D2AB;
}
.trusted {
    margin: 30px 0;
}
p.banner-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 2rem;
    color: #5F5F5F;
}
.trusted-sec {
    padding: 2rem 0;
    background: var(--section-bg-primary);
}

.trusted-sec ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}









.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999990;
    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;
  }
  .mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 25px 25px;
  }
  .mmpopup .formpop {
    width: 100%;
    margin: 24px auto;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    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 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(../../../../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(../../../../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;
    /* font-weight: 500; */
  }
  .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: 28px;
    color: #3a3d40;
    /* margin-top: 1rem; */
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: var(--primary);
  }
  .mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    /* font-size: 30px; */
    color: #000;
    /* font-family: 'CenturyGothic'; */
    font-weight: 700;
    /* line-height: 33px; */
    font-size: 28px;
    line-height: 120%;
    color: #3A3D40;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 40px;
  }
  .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: var(--primary);
   width: 100%;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   letter-spacing: 0.2px;
   text-transform: uppercase;
   cursor: poRoboto;
   transition: 0.5s;
   font-family: 'Inter';
   height: 59px;
   cursor: pointer;
   border: 0;
  }
  
  .fld-btn button i {
    padding-left: 12px;
  }
  .fld-btn button:hover {
   transform:scale(1.03);
  }

  .timer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
    margin-bottom: 1.5rem;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto 1.5rem;
    background: #f8546d;
}

.timer-wrapper p {
    margin: 0 !important;
    width: fit-content !important;
    font-size: 22px !important;
    font-weight: 500;
    color: #ffffff !important;
    /* border: 1px solid #ddd; */
    padding: 10px;
    min-width: 70px;
    /* background: white; */
}
p#days {
    display: none !important;
}


.timer-wrapper p:not(:first-child) {
    border-left: 1px solid #ffffff45;
}

.zopim {
    left: auto !important;
    right: 10px !important;
}
/* popup */

.popup-wrap {
    background: rgba(0, 0, 0, 0.51);
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    display: none;
    overflow: auto;

    &.active {
        display: flex !important;
    }
}

.popup {
    width: 1120px;
    background: #FCFCFC;
    position: relative;
    max-width: 98%;
    margin: 0 auto;
}

.cust-col {
    display: flex;
}

.form-wrap {
    padding: 40px;
}

.input-fields input:not(.phone-field, .countrycode), .input-fields textarea {
    border-radius: 3.468px;
    border: 1.084px solid #FF6D66;
    background: #FFF;
    width: 100%;
    padding: 10px;
}


.input-fields {
    margin-bottom: 1rem;
}

.popup .img {
    flex-basis: 465px;
    flex-shrink: 0;
    background: #FC6425, #D9D9D9;
    position: relative;
}

.popup .img img {
    position: absolute;
    top: 30px;
    left: 90px;
}
.form-wrap .sub {
    font-weight: 600;
    font-family: var(--font-heading);
    color: #00103A;
    font-size: 18px;
    margin-bottom: 1rem;
}

.form-wrap h3 {
    font-weight: 600;
    font-family: var(--font-heading);
    color: #00103A;
    font-size: 45px;
    margin-bottom: 2rem;
}

.popup .close {
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 20px;
    color: #212121;
    background: white;
    right: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 10px;
}
/* popup */


/* packages */

.pkg-list  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2rem
}
.pkg-list .g-2 {
    grid-template-columns: repeat(2, 1fr);
}
.pkg-list .d2 .pckg {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.pkg-list .d2 .pckg .upper {
    text-align: center;
}

.pkg-list .d2 .pckg .upper .price {
    justify-content: center;
}

.pkg-list .d2 .pckg .upper .title {
    font-size: 24px;
    line-height: 24px;
}

.pkg-list .d2 .pckg .upper .price .amount {
    font-weight: 800;
    font-size: 70px;
    line-height: 85px;
}

.pkg-list .d2 .pckg .bottom p {
    font-size: 18px;
    line-height: 26px;
    color: #6B7280;
}
.pckg.d2{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.pckg.d2 .upper .title {
    font-size: 24px;
    line-height: 24px;
}

.pckg.d2 .upper {
    text-align: center;
}

.pckg.d2 .upper .price {
    justify-content: center;
}
.cut-price {
    line-height: 24px;
    color: #F3524B;
    font-weight: 500;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.cut-price del {
    color: #CCCCCC;
}
.pckg.d2 .upper .price .amount {
    font-size: 70px;
    line-height: 85px;
}

.pckg.d2 .bottom .hdng {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #525AEC;
    margin-bottom: 1rem;
}

.pckg.d2 .bottom p {
    color: #6B7280;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1rem;
}

 .pckg {
    background: #FAFAFA;
    border-radius: 18px;
    height: 100%;
    border: 1px solid #f1f1f1;
    transition: .5s background ease;
}
.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: 26px;
    line-height: 40px;
    margin-bottom: 1rem;
    color: #434B41;
}

.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 0;
}

.pckg .upper .price .amount {
    font-weight: 600;
    font-size: 41px;
    line-height: 40px;
    color: #434B41;
    font-family: var(--font-heading);
}

.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: 500;
    font-size: 15px;
    line-height: 22px;
}

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



.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(--primary);
    margin-right: 8px;
    content: "\f058";
    margin-left: 1px;
}
.pckg:hover {
    color: white !important;
    background: var(--secondary);
}

.pckg:hover .title, .pckg:hover .price .amount, .pckg:hover .price .cut-price, .pckg:hover ul li, .pckg:hover ul li:before {
    color: white;
}

.pckg:hover .theme-btn:not(.bordered) {
    background: white;
    color: #000000;
    border-color: white;
}

.pckg:hover .theme-btn.bordered {
    border-color: white;
}
.pckg .bottom ul {
    max-height: 344px;
    margin-bottom: 1rem;
    overflow-y: auto;
}
/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;
    
}
.sec-heading h2 {
    font-size: 40px;
    line-height: 48px;
}
.sec-heading.white h2{
    color:white
}
.sec-heading.white p {
    color: white;
}
.sec-heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #5F5F5F;
    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;
    color: white;
    font-size: 24px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease;
    border-radius: 11.728px;
    background: #ffd106;
    font-weight: 500;
    font-family: var(--font-heading);
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
.btn-wrap.white .theme-btn:not(.bordered) {
    background: white;
    color: var(--primary);
}

.btn-wrap.white .theme-btn.bordered {
    border-color: white;
    color: white;
}
/* Theme Buttons */


/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    border: 1px solid #FF6D66;
    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 */

footer {
    background: #030E1A;
    padding: 3rem 0;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 0;
    border-top: 1px solid #fff;
    margin-top: 2rem;
}

.copyright p,.copyright a {
    color: white;
}

ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
ul.contact-list {
    display: flex;
    gap: 20px;
}

ul.contact-list li a {
    font-size: 14px;
    font-family: var(--font-heading);
    color: white;
}

ul.contact-list li a i {
    color: var(--primary);
}

ul.social-links {
    display: flex;
    gap: 10px;
    align-items: center;
}
/* footer */


/* Portfolio  */

.mt-200 {
    margin-top: 200px;
}

.port-slide .det {
    padding: 10px;
    background: white;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.port-slide .det span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-heading);
}

.port-slide .det a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #31A8FE;
    /* text-decoration: underline; */
    border-bottom: 1px solid;
}


.portfolio-slider {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}
.portfolio-slider .port-slide img{
    width: 100%;
}
a.arrow-btn {
    position: absolute;
    top: calc(50% - 54px);
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 24px;
    color: #333;
    box-shadow: 0px 1.32566px 14px rgba(0, 0, 0, 0.08);
}

.portfolio-slider a.arrow-btn.right.slick-arrow {
    right: 8%;
}

.portfolio-slider a.arrow-btn.left.slick-arrow {
    left: 8%;
}


/* Portfolio  */


/* Testimonials */

.testi-slider .slick-slide {
    padding: 0 40px;
}
.testi-card {
    padding: 80px;
    position: relative;
    z-index: 0;
    border-radius: 26px;
    background: #FFF9F9;
    margin: 80px 0;
}
.testi-card .content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.testi-card .content .img {
    flex-shrink: 0;
}

.qoute-top, .qoute-bottom {
    position: absolute;
}

.qoute-top {
    top: -40px;
}

.qoute-bottom {
    bottom: -40px;
    left: auto;
    right: 80px;
}

.testi-card .content .text p {
    font-size: 14px;
    color: #0B1313;
    line-height: 22px;
    margin-bottom: 1rem;
}

.testi-card .content .text .det {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testi-card .content .text .det .name {
    color: #FF6D66;
    font-size: 20px;
    font-family: var(--font-heading);
    font-weight: 500;
}

.testi-card .content .text .det .des {
    color: #555;
    font-size: 16px;
    font-family: var(--font-heading);
    font-weight: 500;
}

.testi-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 26px;
    background: var(--primary);
    z-index: -2;
    top: 0;
    left: 0;
    transition: .6s ease;
}
.testi-slider .slick-slide.slick-active .testi-card:before {
    transform: rotate(-10deg);
}


.testi-card::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    border-radius: 26px;
    background: #FFF9F9;
    box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.12);
    top: 0;
    z-index: -1;
    left: 0;
}
.arrow {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 108px;
    background: #FFD9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary);
    top: calc(50% - 50px);
}
.arrow:hover {
    background: var(--primary);
    color: white;
}
.arrow.arrow-left {
    left: -15%;
}

.arrow.arrow-right {
    right: -15%;
}
/* Testimonials */


/* Portfolio */
ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #F8F8F8;
    padding: 5px;
    width: fit-content;
    margin: 0 auto 50px;
}

ul.overview-nav.d2 a {
    padding: 20px 40px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #00103A;
    font-size: 20px;
}

ul.overview-nav.d2 li.active a {
    color: white;
    background: var(--secondary);
}

.port-card {
    margin-bottom: 1.5rem;
}

.port-card img {
    width: 100%;
}

/* Portfolio */
/* 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 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;
}
/* terms */

/* Services */

.service-card h3 {
    font-weight: 600;
    line-height: 30px;
    color: #25224A;
    font-size: 40px;
    margin-bottom: 1.5rem;
}

.service-card b {
    font-weight: 600;
    line-height: 30px;
    font-family: var(--font-heading);
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
}

.service-card p {
    line-height: 30px;
    color: #555;
    font-size: 18px;
    margin-bottom: 20px;
}

.service-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
}

.service-card .imgs {
    gap: 20px;
    display: flex;
    align-items: center;
}

.service-card ul li {
    width: 50%;
    gap: 10px;
    display: flex;
    align-items: center;
}

.service-card ul li::before {
    content: "\f058";
    font-family: var(--icon);
    font-weight: 600;
    color: var(--primary);
}
/* Services */
/* Cta */
section.cta {
    background: var(--section-bg-primary);
}


/* Form Sec */
.form-sec {
    background: #00103A;
}

.field input , .field textarea {
    padding: 15px 30px;
    border-radius: 5px;
    background: #FFF;
    border: 0;
    margin-bottom: 1.5rem;
    width: 100%;
}

button.submit {
    width: 100%;
    border-radius: 12px;
    background: var(--primary);
    padding: 20px;
    border: 0;
    color: white;
    font-weight: 500;
    letter-spacing: -0.469px;
    font-family: var(--font-heading);
    font-size: 24px;
}
/* Form Sec */


/* Side Bar Popup Start */

.side-bar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
}


/* .side-bar {
    display: none;
} */

.side-bar-form {
    width: 464px;
    height: 315px;
    position: absolute;
    right: -464px;
    top: 34vh;
    font-size: 0;
    transition: all 0.4s ease;
}

.side-bar-frm-head {
    cursor: pointer;
    text-align: center;
    width: 316px;
    transform: rotateZ(-90deg);
    float: left;
    height: 50px;
    background: var(--secondary);
    border-radius: 8px 8px 0 0;
    padding: 17px;
    position: absolute;
    left: -183px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
}

.side-bar-frm-head h4 {
    color: #fff;
    text-transform: uppercase;
    
}

.side-bar-frm-head h4 i {
    margin-right: 10px;
}

.side-bar-frm-bdy {
    display: inline-flex;
    float: right;
    background: #343434;
    padding: 10px 20px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    align-items: center;
}

.sfield.field-100 {
    width: 100%;
}

.side-bar-frm-bdy .sfield {
    background: #fff;
    border: 0px;
    border-radius: 3px;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 10px;
}

.side-bar .sfield input,
.side-bar .sfield textarea,
.side-bar .sfield select {
    width: 100%;
    background: transparent;
    padding: 6px 10px;
    border: 0px;
    font-size: 12px;
    color: #969696;
    height: 100%;
}

.side-bar-frm-bdy .sfield input,
.side-bar-frm-bdy .sfield select {
    padding: 0;
    height: 37px;
}

.side-bar-frm-bdy .sfield select {
    margin-left: 30px;
    width: calc(100% - 3px);
}

.side-bar-frm-bdy .sfield input::placeholder,
.sfield select::placeholder {
    font-size: 12px;
    font-weight: normal;
}



.side-bar-frm-bdy .sfield.newcountrycode span {
    left: 13px;
    top: 16px;
}

.sfield.field-100.btn-bg {
    background: transparent;
    padding: 0;
}

.side-bar-form.active {
    right: 0px;
}



.side-bar.active::after {
    display: block;
}

.side-bar-frm-bdy .pull-left,
.side-bar-frm-bdy .pull-right {
    width: 50%;
    padding: 10px 20px 10px 0;
    display: inline-flex;
    align-items: center;
}

.side-bar-frm-bdy .pull-right {
    padding: 10px 0 10px 20px;
    height: 100%;
    position: relative;
    display: inline-flex;
}

.side-bar-frm-bdy h4 {
    color: #ffffff;
    font-size: 27px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.side-bar-frm-bdy p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 15px;
    margin: 4px 0 15px;
    font-size: 12px;
    
}

.side-bar-frm-bdy p span {
    color: #ff5429;
    font-weight: 600;
}

.side-bar-frm-bdy .pull-right ul li {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 5px;
    color: #fff;
    position: relative;
    font-weight: normal;
}

.side-bar-frm-bdy .pull-right ul li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    color: var(--primary);
    margin: 0 6px 0 0;
}

.side-bar-frm-bdy .pull-right::after {
    content: "";
    width: 1px;
    height: 74%;
    background: #424242;
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.side-bar-frm-bdy .mn-btn2 {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 8px !important;
    font-size: 14px;
}

.side-bar-frm-head.active h4 i.fa.fa-chevron-circle-up::before {
    content: "\f13a";
}
/* Side Bar Popup End */


.pulse {
    animation: pulseWhite 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(230, 255, 255, 0.7);
}

.pulse-dark {
    animation: pulsedark 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(230, 255, 255, 0.7);
}

@keyframes pulseWhite {
    0% {
        /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgb(243 81 78 / 70%);
    }

    70% {
        /*transform: scale(1.02); */
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulsedark {
    0% {
        /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }

    70% {
        /*transform: scale(1.02); */
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



/* Steps */
.steps-pops {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff7a;
    backdrop-filter: blur(5px);
    z-index: 10;
    display: none;
    
}

.steps-wrap {
    background: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 580px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.step {
    display: none;
    flex-direction: column;
    flex-basis: 100%;
    align-items: center;
    min-height: 400px;
}
.step.active{
    display: flex;
}
.steps-wrap .top {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 1rem;
    align-items: center;
}
.steps-wrap .top.end{
    justify-content: end;
} 
.steps-wrap .top a.close {
    width: 30px;
    height: 30px;
    background: #e53935;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100%;
}
a.back {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 100px;
    color: #757575;
}

a.back:hover {
    color: #212121;
    border: 1px solid #757575;
}
.step .heading-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.step .heading-wrap h3 {
    font-size: 28px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 1rem;
}

.step .heading-wrap p {
    font-size: 18px;
   
    color: #757575;
}

.content-wrap {
    width: 100%;
}
.steps-wrap .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 100px;
    background: #f2f2f2;
        margin-top: 1rem;
}

.steps-wrap .bottom a {
    color: #212121;
}

.content-wrap ul li {
    width: 100%;
    background: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 1rem;
    transition: .5s ease;
    cursor: pointer;
    border: 1px Solid #ddd;
}
.content-wrap ul li.active{
    border: 1px Solid #43a047;
}
.content-wrap ul {
    width: 100%;
    margin-bottom: 1.5rem;
}
.content-wrap .checkbox-list{
    display:flex;
    flex-wrap:wrap;
    gap:1rem
}
.content-wrap .checkbox-list li {
    width: 48%;
    margin-bottom:0;
}
.content-wrap ul li a , .content-wrap ul li label {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.content-wrap ul li input[type=checkbox],.content-wrap ul li input[type=radio] {
    /* opacity: 0; */
    display: none;
}
.content-wrap ul li:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
a.btn-next, .check-next {
    background: var(--primary);
    color: white !important;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    border: 1px solid var(--primary);
    width: 100%;
    text-align: center;
}

.btn-group {
    display: flex;
}
.otp-field {
    display: flex;
    width: 50%;
    margin: 0 auto;
}

.otp-field input {
    width: 24px;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid rgb(218 217 217);
    background: #ffffff;
  font-family: 'Inter';
    color: #333;
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 2px solid #8db91c;
    box-shadow: 0 0 2px 2px #8db91c99;
}

.disabled {
    opacity: 0.5;
}

.space {
    margin-right: 1rem !important;
}
.otp-field input {
    flex-basis: 100%;
}

.otp-field-wrap {
    margin-bottom: 1rem;
    text-align: center;
}
.otp-field-wrap  label{
    display: flex;
    margin: 1rem 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

span.timer {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1rem;
    color: #212121;
}
a.resend-code {
    font-size: 16px;
    margin-bottom: 1.5rem;
    color: #212121;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
}
p.resend-code {
    text-align: center;
}
a.resend-code:hover {
    color: #8eba2b;
}
p.eeror-msg {
    font-size: 18px;
    margin-bottom: 1rem;
    color: red;
    text-align: center;
}
p.invalidNum {
    margin: 1rem 0;
    color: red;
}
.step .field input.invalid, .newcountrycode.invalid {
    border-color: red;
}

.step .field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.step .field label {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.step .field input {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border: 0;
    border-bottom: 1px solid #ADADAD;
    margin:0;
    padding:0;
    border-radius:0;
}
.step .newcountrycode {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ADADAD;
}

.step .newcountrycode input {
    border-radius: 0;
    border: 0;
}
.timer-wrap {
    text-align: center;
}
.zopim {
    left: auto !important;
    right: 10px !important;
}


.checkbox-wrap2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
    flex-direction: row;
}
.checkbox-wrap2 input {
    margin-top: 1px;
    width: auto !important;
}
.checkbox-wrap2 label {
    line-height: 1.3;
    font-size: 12px;
}


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

@media (max-width: 1200px) {
    .top-bar{
        display:none;
    }
    .popup .img img {
        left: 10px;
    }
    .main-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;
    }

    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;
        gap:5px
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
    ul.menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    
    
    header .main-header ul.menu>li > a {
        color: white;
        /* display: none; */
    }
    
    .menu-Bar {
        display: none;
    }
    
    ul.menu > li {
        border: 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){
    .menuWrap .menu:first-child{
        justify-content: flex-end;
    }
}

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
    .banner-img {
        display: none;
    }

    .logo {
        justify-content: flex-start;
    }
    
    ul.contact-list li a {
        display: flex;
        gap: 10px;
        font-size: 12px;
    }
}
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
    .popup .img {
        flex-basis: 300px;
    }
    
    .popup .img img {
        top: auto;
        bottom: 0;
    }
    .banner-img {
        display: none;
    }
    
    ul.overview-nav.d2 a {
        font-size: 16px;
        padding: 20px;
    }
    
    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    section.cta img {
        display: none;
    }
    
    .arrow.arrow-left {
        left: 0;
        z-index: 1;
    }
    
    .sec-heading h2 br {
        display: none;
    }
    
    ul.contact-list li a {
        font-size: 14px;
    }
    
    ul.contact-list {
        margin-bottom: 1.5rem;
    }
    
    .copyright {
        font-size: 14px;
    }
}


/* 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 : 280px)
and (max-width : 767px) {
    .pckg .bottom ul {
        max-height: none !important;
    }
    .checkbox-wrap2 input {
         width: 13px !important; 
    }
    .logo{
        margin-bottom:1rem;
    }
    .side-bar{
        display:none !important;
    }
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .banner-content {
        padding: 170px 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;
    }
    .top-bar p {
        font-size: 16px;
    }
    
    .top-bar .revenue {
        font-size: 18px;
    }
    
    .main-header {
        padding: 1rem 0;
    }
    
    ul.banner-list li {
        width: 100%;
    }
    
    .reviews {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        font-size: 16px;
    }
    
    .trusted-sec ul {
        /* flex-wrap: wrap; */
        gap: 10px;
    }
    
    .service-card h3 {
        font-size: 28px;
    }
    
    .service-card ul li {
        width: 100%;
    }
    
    section {
        padding: 1.5rem 0;
    }
    
    .testi-card .content {
        flex-direction: column;
        text-align: center;
    }
    
    .testi-card {
        padding: 40px 20px;
    }
    
    .qoute-top img , .qoute-bottom img {
        width: 40px;
    }
    
    .qoute-top {
        top: -15px;
    }
    
    .qoute-bottom {
        bottom: -15px;
        right: 20px;
    }
    
    .testi-slider .slick-slide {
        padding: 0;
    }
    
    .arrow {
        top: auto;
        bottom: 0;
        width: 50px;
        height: 50px;
    }
    
    .arrow.arrow-right {
        right: 10%;
    }
    
    .arrow.arrow-left {
        left: 30%;
    }
    
    .testi-slider {
        margin-bottom: 60px;
    }
    
    .arrow.arrow-right {
        right: 30%;
    }
    ul.contact-list {
        flex-direction: column;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .popup .img {
        display: none;
    }
    
    .form-wrap h3 {
        font-size: 30px;
    }
    
    .form-wrap .sub {
        font-size: 16px;
    }
    
    .popup .close {
        background: var(--primary);
        color: white;
    }
    .header-btn i {
        display: block;
    }

    ul.overview-nav.d2 a {
    font-size: 14px;
    padding: 10px;
}
.service-card .imgs {
   
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.service-card .imgs img {height: 30px;}

section.form-sec img {
    margin-top: 1.5rem;
    display: none;
}

ul.contact-list li a {
    font-size: 14px;
}


.steps-wrap {
        min-height: auto;
        max-height: 95vh;
        padding: 20px;
    }
    .step{
        min-height: 399px;
        max-height: 400px;
        overflow-y: auto;
        margin-bottom: 1.5rem;
    }
    .step .heading-wrap{
        margin-bottom: 1rem
    }
    .content-wrap .checkbox-list li{
            width: 100%;
    }
    .steps-wrap .bottom a{
        font-size:14px;
    }
    a.btn-next, .check-next{
        margin-bottom:0;
    }
    .step .heading-wrap h3 {
        font-size: 24px;
        line-height: 32px;
    }
}