@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-Regular.woff2") format('woff2'), url(../fonts/Inter-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url("../fonts/Inter-SemiBold.woff2") format('woff2'), url(../fonts/Inter-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'VC Honey';
    src: url("../fonts/OpenSans-Bold.woff2") format('woff2'), url(../fonts/OpenSans-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
:root {
    --primary: #006c2e;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --font-heading: "VC Honey", sans-serif;
    --font-accent: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif
}

::selection {
    background: var(--primary);
    color: #fff;
    text-shadow: none
}

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

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary)
}

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

.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


label {
    font-size:0;
    line-height: 0;
    opacity: 0;
    visibility: visible;
    height: 0;
    width: 0;
    position: absolute;
}
body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000
}
.port{
    margin-bottom: 1.5rem;
}
.port .des{
    text-align: center;
}
.port .des .name{
    font-size: 20px;
    margin-bottom: 5px;
}
.port .des .author{
    font-size: 14px;
    color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    
    display: block;
    font-display: swap;
    font-weight: 600;
}

*,
:focus,
:hover {
    outline: 0 !important
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a,
input[type=submit] {
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none
}

span {
    display: inline-block
}

button,
input[type],
select {
    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
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.overlay {
    display: none
}

.overlay.active {
    display: block
}

header {
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    background: 0 0;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: inline-block
}

.logo img {
    display: block;
    /* height: 70px; */
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 22;
    display: none
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: .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 {
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 16px 20px
}

.menu>li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--black);
    font-weight: 500
}

.header-btn {
    background: 0 0;
    color: #333 !important;
    font-weight: 600 !important
}

.header-btn:hover {
    transform: scale(1.03)
}

.menu>li .active>a,
.menu>li :hover>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)
    }
}

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

    100% {
        top: 115px;
        opacity: 0
    }
}

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

    100% {
        top: 40px;
        opacity: 1
    }
}

.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: url("../images/banner/banner-image.webp") no-repeat;
    margin-bottom: 100px;
    z-index: 0;
}
.mainBanner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
    z-index: -1;
}
form.banner-form .field > label {
    display: block !important;
    visibility: visible;
    font-size: 14px;
    position: relative !important;
    opacity: 1;
    width: auto;
    height: auto !important;
    line-height: normal;
    margin-bottom: 8px;
}

form.banner-form {
    height: 400px;
}

.image-effect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.1);
    position: relative;
}
.image-effect:before{
    content: "";
    position: absolute;
    background: url("../images/shap.png")no-repeat;
    position: absolute;
    width: 80%;
    height: 420px;
    background-size: contain;
}



.image-effect img {
    animation: updown 2s ease-in-out infinite alternate;
    position: absolute;
}
@keyframes upfirst {
    0% {
        transform: translateX(10px) translateY(10px);
    }
    100% {
        transform: translateX(-10px) translateY(-10px);
    }
}
@keyframes downfirst {
    0% {
        transform: translateX(-10px) translateY(-10px);
    }
    100% {
        transform: translateX(10px) translateY(10px);
    }
}
@keyframes updown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
    
}
.form-card>span.hdng span {
    /* border-bottom: 3px solid var(--primary); */
     color: var(--primary); 
     animation: blink 1s ease-in-out infinite alternate;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    
}
.banner-content {
    padding: 70px 0;
    /* background: black; */
    /* border-radius: 50px; */
}
.subtitle {
    /* background: var(--primary); */
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1rem;
    font-weight: 500;
    color: var(--primary);
    padding: 0px 0px 10px;
    /* border-radius: 100px; */
    border-bottom: 3px solid var(--primary);
}
h1.banner-heading {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 40px;
    line-height: 56px;
}

span.sub-heading {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2rem
}

p.banner-text {
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
}

.form-card {
    padding: 2rem;
    border-radius: 30px;
    background: #fff;
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
}

.form-card>span.hdng {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px;
}

.form-card h3 span {
    color: #ff5e14
}

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

.field input,.field textarea {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border: 0;
    padding: 8px;
    border-radius: 5px;
    background: #f8f8f8;
    border: 1px solid #b7b7b7;
}

button.submit {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    border: 0;
    background: var(--primary);
    width: 100%;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    transition: .5s ease;
    padding: 13px 30px;
}

.checkbox {
    display: flex;
    color: #fff;
    margin-bottom: 1.5rem;
    gap: 10px;
    flex-wrap: wrap
}

.form-card .checkbox {
    color: #333;
    margin-bottom: 0
}

.checkbox a {
    color: red;
    margin-left: -6px
}

ul#counter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.counter-wrapper {
    padding: 0 0;
    background: #212121
}

.counter-wrapper .counter span.count {
    color: #ffefeb;
    font-size: 60px
}

ul#counter li .counter>div {
    font-size: 60px;
    color: #ffefeb;
    flex-shrink: 0
}

ul#counter li .counter>.text {
    font-size: 18px;
    line-height: 29px;
    color: #fff
}

ul#counter li {
    width: 20%
}

.counter-wrap {
    padding: 3rem 0
}
.row.g-4 {
    gap: 1.5rem 0;
}
.justify-content-center {
    justify-content: center;
}

.hasbackground .wrap {
    background: var(--primary);
    border-radius: 40px;
    padding: 26px;
    position: relative;
    z-index: 0;
    margin: 50px 0;
}

.steps-card {
    background: 0 0;
    padding: 26px;
    margin-bottom: 0;
    position: relative;
    border-radius: 20px;
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 20%);
    height: 100%;
    background: white;
    /* z-index: 0; */
}
.steps-card::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 21px;
    z-index: -1;
    transition: .5s ease;
}
.steps-card h3 {
    color: #000;
    font-size: 20px;
    padding: 1rem 0
}
.steps-card.why-us{
    z-index: 0;
    position: relative;
}
.steps-card.why-us img {
    width: 50px;
}
.steps-card:hover::before {
    transform: rotate(5deg);
}
.steps-card p {
    color: #000;
    line-height: 25px
}


.steps-border {
    border-left: 2px dashed #a8a8a8;
    border-bottom: 2px dashed #a8a8a8
}

.row-border {
    border: 2px dashed #a8a8a8;
    border-left: 0
}

.steps-card.choose-us-card:before {
    display: none
}

.steps-card.choose-us-card {
    border-radius: 15px;
    border: 1px solid #bbb;
    background: #fff;
    margin-bottom: 1.5rem;
    height: 100%;
}

.form-cta {
    background: url("../images/cta.png") no-repeat;
    background-size: cover;
    padding: 4rem 0;
    margin-bottom: 200px;
}

.field1-input {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    overflow: hidden;
    border-radius: 60px;
    background: #fff;
    padding: 14px 14px
}

input.cust-input {
    min-height: 60px;
    width: 100%;
    padding: 18px 6px 18px 30px;
    border-radius: 50px;
    border: 1px solid #ededed;
    background: #f8f8f8
}

button.submit.pulse {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    border: 0;
    background: var(--primary);
    width: 100%;
    height: 60px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    transition: .5s ease
}

.steps-card.why-us:before {
    display: none
}

.steps {
    display: flex;
    align-items: center;
    gap: 16px
}

.steps span {
    color: #ededed;
    font-size: 111px;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: -1;
}

.newcountrycode.contact-dd.d2 {
    width: 100%;
    padding: 14px 6px 14px 30px;
    border-radius: 50px;
    border: 1px solid #ededed;
    background: #f8f8f8
}

.newcountrycode.contact-dd.d2 .countrylist {
    width: 30px
}

.newcountrycode.contact-dd.d2 span {
    left: 20px
}

.newcountrycode.d2 .phone-field {
    background: 0 0
}

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

.pkg-list .d2 .pckg {
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(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: 0 1px 2px rgba(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
}

.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 {
    height: 100%;
    border-radius: 0;
    border: .952px solid #d9d9d9;
    background: #fff
}

.pckg .btn-wrap a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px
}

.pckg .bottom {
    padding: 0 1.5rem 2rem
}

.pckg .upper .title.active {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1rem;
    border-radius: 20px 0 0 0;
    background: #212121;
    color: #fff;
    padding: 1rem
}

.pckg .upper .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1rem;
    border-radius: 0;
    border-bottom: .952px solid #d9d9d9;
    background: #fafafa;
    color: #000;
    padding: 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: #000
}

.padding {
    padding: 0 2rem
}

.pckg .bottom .includes {
    color: #111827;
    font-weight: 500;
    font-size: 20px;
    margin-top: 1rem;
    line-height: 28px
}

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

.pckg .bottom ul {
    margin: 1.5rem 0
}

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

.pckg .bottom ul li::before {
    content: "";
    background: url("../images/check.svg") no-repeat;
    color: var(--green);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 12px
}

.pkg-list>div:first-child .pckg {
    border-radius: 20px 0 0 0
}

.book-call {
    border-radius: 0 0 20px 20px;
    border-right: .952px solid #d9d9d9;
    border-bottom: .952px solid #d9d9d9;
    border-left: .952px solid #d9d9d9;
    background: #212121;
    padding: 3rem
}

.book-call p {
    color: #fff;
    font-size: 20px
}

.book-call p a {
    color: white
}

.pckg .bottom p {
    color: #555;
    font-size: 14px;
    line-height: 25px
}

.pckg .bottom b {
    font-size: 16px;
    font-weight: 600
}

.testimonials {
    background: #f8fbff
}

.testi-card {
    border-radius: 10px;
    border: 1px solid #b7cae2;
    background: #fff;
    padding: 2rem;
    margin-bottom: 1rem
}

.testi-card span.name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    display: block
}

.testi-card span.des {
    color: #555;
    font-size: 14px;
    text-align: left;
}

.testi-card p {
    color: #555;
    font-size: 16px;
    line-height: 30px;
    padding: 1rem 0 0;
    text-align: left;
}

.port-card {
    margin-bottom: 2rem
}

.port-card a,
.port-card img {
    width: 100%
}

.accordion-list {
    position: relative
}

.accordion-list li {
    padding: 30px 0 30px 0;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #d1d5db;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 0;
    margin-bottom: 1.5rem
}

ul.accordion-list li span {
    display: flex;
    position: relative
}

.accordion-list li h3 {
    color: #000;
    font-size: 24px
}

ul.accordion-list li h3:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/chevdown.svg");
    position: absolute;
    right: 0;
    background-size: contain;
    right: 0;
    transition: all .3s ease-in-out;
    top: 0
}



ul.accordion-list li.active h3:after {
        transform: rotate(180deg);

}

.answer p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555
}

.side-bar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
    /* box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 20%); */
}

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

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

.side-bar-frm-head> span {
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins
}

.side-bar-frm-head> span i {
    margin-right: 10px
}

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

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

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

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

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

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

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

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

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

.side-bar-form.active {
    right: 0;
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 20%);
}

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

.side-bar-frm-bdy .pull-left,
.side-bar-frm-bdy .pull-right {
    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: #fff;
    font-size: 27px;
    margin: 0;
    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;
    font-family: Poppins
}

.side-bar-frm-bdy p span {
    color: var(--primary);
    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: 400
}

.side-bar-frm-bdy .pull-right ul li::before {
    content: \f054;
    font-family: "Font Awesome 5 Pro";
    color: #fdae37;
    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
}

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

.mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 25px 25px
}

.mmpopup .formpop {
    width: 100%;
    margin: 24px auto
}

.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 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(../images/e-remove.webp) no-repeat;
    width: 16px;
    height: 16px;
    display: block
}

.closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999
}

.closeico1 i {
    background: url(../images/e-remove.webp) 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: #0085ff
}

.mmpopup .centercont h3 {
    font-size: 33px;
    font-weight: 400;
    color: #0085ff
}

.mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    color: #000;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: #3a3d40
}

.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: .2px;
    background: #eee;
    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: .2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: .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)
}

.sec-heading {
    margin-bottom: 2rem
}
.sec-heading ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0;
    /* color: white; */
    list-style: disc;
    padding-left: 1rem;
    color: #555;
    font-size:18px;
}

.sec-heading.white ul {
    color: white;
}
.sec-heading ul.cols {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.sec-heading ul.cols li {
    padding-right: 10px;
}
.sec-heading.center {
    text-align: center
}

.sec-heading h2 {
    font-size: 40px;
    line-height: 50px;
}

.sec-heading.white h2 {
    color: #fff
}

.sec-heading p {
    margin: 1rem 0;
    color: #555;
    font-size: 18px;
    line-height: 30px
}
.sec-heading.white p{
    color:white;
}
.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem
}

section {
    padding: 4rem 0;
    position: relative
}

.padding-2 {
    padding: 1rem 0
}

.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0
}

.btn-wrap .theme-btn {
    padding: 15px 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease
}

.btn-wrap .theme-btn.bordered {
    background: 0 0;
    color: var(--black)
}
.btn-wrap .theme-btn.bordered.white{
    color: #fff
}
.btn-wrap .theme-btn:hover {
    transform: scale(1.03)
}
.btn-wrap .theme-btn.bordered.dark {
    color: #fff;
    border-color: #fff;
}


a.theme-btn.popstatic.dark {
    background: white;
    color: #000;
    border-color: white;
}
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: 0 0
}

.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #e3e3e3;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px
}

.newcountrycode .phone-field {
    width: 100%
}

.newcountrycode input {
    border: 0
}

footer {
    background: var(--primary);
    padding: 3rem 0
}

.footer-details h4 {
    color: #fff;
    font-size: 50px
}

.footer-details h5 {
    font-size: 24px;
    color: #fff;
    padding: 2rem 0;
    line-height: 30px
}

.footer-details p {
    font-size: 18px;
    color: #fff;
    padding-bottom: 2rem;
    line-height: 30px
}

.copyright-sec {
    background: #1a1a1a;
    padding: 1rem 0
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copyright a,
.copyright p {
    color: #fff
}

.copyright img {
    width: 20%
}

.terms ul {
    padding-left: 40px;
    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
}
/* 404 */
.text-center {text-align:center}
.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 */
@media (max-width:1500px){
    .mainBanner {
    margin-bottom: 220px;
}
.form-cta {
    margin-bottom: 170px;
}


}
@media (max-width:1200px) {
    .copyright img {
        width: 20%
    }

    header {
        padding: 1rem 0
    }

    .btns {
        margin: 1.5rem 0
    }

    .form-head .form-heading {
        white-space: normal;
        font-size: 20px
    }

    .form-head {
        padding: 1rem
    }

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

    .menuWrap.open {
        display: flex;
        left: 0
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-flow: column;
        transition: all .4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 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: 0;
        margin-right: 0;
        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
    }

    .counter-wrap {
        padding: 1rem 0
    }

    ul#counter li .counter>.text {
        font-size: 16px
    }

    ul#counter li {
        width: 24%
    }

    .footer-details h5 br {
        display: none
    }
}

@media (max-width :1025px) {
    .btn-wrap .theme-btn {
        font-size: 16px
    }

    .port-card a,
    .port-card a img {
        width: 100%
    }

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

@media (max-width :1023px) {
    .pckg .upper .title {
        border-radius: 0 !important
    }

    .pckg {
        border-radius: 0 !important
    }
}

@media only screen and (min-width :768px) and (max-width :1024px) and (orientation :portrait) {
    ul#counter {
        flex-wrap: wrap;
        gap: 13px
    }

    ul#counter li {
        width: 49%;
        border: 1px solid #ddd;
        padding: 20px;
        text-align: center
    }

    .row-border {
        border: 0
    }

    .steps-card::before {
        content: none
    }

    .steps-border {
        border: 0
    }

    .field1-input {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 10px
    }

    .pckg .btn-wrap a {
        font-size: 16px
    }

    .padding {
        padding: 0 1rem
    }

    footer .form-card {
        margin-top: 1.5rem
    }
}

@media only screen and (min-width :320px) and (max-width :767px) and (orientation :landscape) {
    .side-bar-form {
        top: -20px
    }
}

@media only screen and (min-width :320px) and (max-width :767px) {
    .image-effect img {
    position: unset;
}

.image-effect {
    scale: .9;
}
    .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
    }

    .side-bar-frm-bdy .pull-left,
    .side-bar-frm-bdy .pull-right {
        width: 100%
    }

    .side-bar-form {
        width: 290px;
        height: 275px
    }

    .side-bar-form {
        right: -292px
    }

    .side-bar-form .col-lg-3.noguttar {
        display: none
    }

    .side-bar-frm-head {
        width: 360px;
        left: -207px;
    }

    .side-bar-frm-head {
        top: 213px
    }

    .side-bar-frm-bdy {
        top: 106px;
        position: relative
    }

    .side-bar-frm-bdy .pull-right {
        display: none
    }

    ul#counter {
        flex-direction: column;
        gap: 10px
    }

    ul#counter li {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px;
        border: 1px solid #ddd;
        text-align: center
    }

    section {
        padding: 1rem 0
    }

    .steps-border {
        border: 0
    }

    .row-border {
        border: 0
    }

    .steps-card::before {
        content: none
    }

    ul.field1-input {
        grid-template-columns: repeat(1, 1fr);
        border-radius: 10px
    }

    .port-card a,
    .port-card a img {
        width: 100%
    }

    .accordion-list li h3 {
        font-size: 20px
    }

    .footer-details h4 {
        font-size: 32px
    }

    .footer-details h5 br {
        display: none
    }

    .footer-details p {
        font-size: 16px
    }

    .footer-details p br {
        display: none
    }

    footer .form-card {
        margin-top: 1.5rem
    }

    .steps-card:not(.choose-us-card) {
        padding: 2rem 
    }

    .steps-card.why-us {
        text-align: center
    }

    .steps {
        justify-content: center
    }

    .book-call {
        padding: 2rem
    }

    .copyright img {
        width: 35%
    }
    form.banner-form {
    height: auto;
}

.mainBanner {
    margin-bottom: 50px;
}
.logo img {
    width: 180px;
    height: auto;
}

.sec-heading ul.cols {
    grid-template-columns: repeat(1, 1fr);
}
br {
    display: none;
}
.form-cta {
    margin-bottom: 50px;
}
}