/*Main Css */
:root {
    --primary: #00B67A;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --shadder1: #dbebff;
    --shadder2: #fff0cf;
    --shadder3: #d8ffec;
    --shadder4: #ebebff;
    --shadder5: #ffe3e0;
    --font-heading: "Poppins", sans-serif;
    --font-accent: "Inter", sans-serif;
    --font-body: "Inter", sans-serif;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --border: 1px solid #c0b5f033;
    --font-regular: 16px;
    --font-small: 14px;
    --font-extra-small: 12px;
    --font-large: 20px;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
    background: #0aa8d9;
    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: #0aa8d9;
}


.paddind-0{ padding: 0;}

/* Tabbing CSS */

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

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


/* Accordian */


.accordion-list {
    position: relative;
}

.accordion-list li {
    padding: 15px 35px 15px 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-bottom: 0.7rem;
    background: linear-gradient(to right, #09abec 0, #087da1 100%);
}

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

.accordion-list li h3 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: relative;
    right: 0;
    right: 0;
    color: #ffffff;
    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";
}

.accordion-list .answer {
    margin-top: 1rem;
}

.answer p {
    /* margin-top: 10px; */
    font-size: 18px;
    line-height: 27px;
    color: #444040;
}

/* Accordian */
html {
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    position: relative;
}

body.inner-header {
    padding-top: 100px;
}

.ovr-hiddn {
    overflow: hidden !important;
}

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

*:hover,
*:focus,
* {
    outline: none !important;
}

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

a,
input[type="submit"],
button[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 */




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






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;
    background: transparent;
    z-index: 1;
}

header.sticky {
    position: 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;
}

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

.logo {
    display: inline-block;
}

.logo img {
    display: block;

}


/* 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: #5f1182;
    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 19px;
}

.menu>li>a {
    display: block;
    font-size: 15px;
    color: #000000;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.header-btn {
    color: #ffffff !IMPORTANT;
    padding: 20px 18px;
    border-radius: 8px;
    border-radius: 12px;
    

    /* shadow/sm */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    background: linear-gradient(73deg, rgba(240, 140, 60, 1) 0%, rgba(225, 98, 57, 1) 50%);
}

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



/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: linear-gradient(73deg, rgb(255 181 54) 0%, rgb(255 125 54) 50%);
}

.banner-content {
    padding: 70px 0;
}

h1.banner-heading {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
}

ul.banner-list {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    list-style: disc;
    color: #000000;
    padding-left: 18px;
}

span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}

p.banner-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1rem;
    color: #000000;
}

.header-btn.bordered {
    background: transparent;
    border: 1px solid #0aa8d9;
    color: #000 !important;
}

.mainBanner.no-img {
    padding: 50px 0;
}

.mainBanner::before {
    background: url("../images/ban/ban.jpg") no-repeat;
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    background-size: cover;
}

.mainBanner.no-img::before {
    content: none;
}

ul.trusted-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 60px 10px 10px 10px;
    box-shadow: 0 5px 15px #0000003b;
    padding: 21px 25px;
    margin: -13px 0;
    background: #fff;
}

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

.reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 31%;
    margin: 2rem auto 0;
    color: #0B0B0B;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-heading);
}

/* 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: 500px;
    /* 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 0;
}

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

.mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 24px;
    color: #ffffff;
    max-width: 390px;
    margin: auto;
    display: block;
    position: relative;
    letter-spacing: -0.48px;
}

.mmpopup .centercont h4 {
    font-size: 30px;
    color: #ffffff;
}

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

.mmpopup .centercont h3 span {
    display: block;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #ffffff;
    letter-spacing: -0.9px;
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: #ffffff;
    font-size: 50px;
}

.pop-field input,
.pop-field textarea,
.newcountrycode.popup {
    border-radius: 2px;
    border: 1px solid #F0F0F0;
    background: #FAFAFA;
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}

.closeico {
    position: absolute;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    color: #212121;
}

.newcountrycode.popup {
    height: 54px;
}

.popupmain button {
    border-radius: 6px;
    background: #000;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    padding: 20px;
    margin: 0;
}

.cust-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.cust-row .content {
    display: flex;
    padding: 40px 20px 20px;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(73deg, rgb(255 181 54) 0%, rgb(255 125 54) 50%);
}

.cust-row .img {
    display: flex;
}

.cust-row .img img {
    object-fit: cover;
}

/* popup */




/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}

.sec-heading.center {
    text-align: center;

}

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

.sec-heading.white h2,
.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: 20px 30px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 8px;
    font-weight: var(--font-medium);
    transition: .5s ease;
    position: relative;
    border-radius: 12px;
    white-space: nowrap;

    /* shadow/sm */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border: 2px solid #ff7e44;
    background: linear-gradient(73deg, rgb(255 181 54) 0%, rgb(255 125 54) 50%);
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: #0b0b0b;
    border: 2px solid #0ca7d8;
}

.btn-wrap .theme-btn:hover {
    transform: scale(1.03);
}

.btn-wrap .theme-btn.dark {
    background: linear-gradient(to right, #09abec 0, #087da1 100%);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: white;
    border: none;
}

.btn-wrap .theme-btn.dark.bordered {
    background: transparent;
    color: #ffffff;
    /* border-color: #00795d; */
    border: 2px solid #ffffff;
}

/* Theme Buttons */


/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
}

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

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

.newcountrycode .phone-field {
    width: 100%;
    background: transparent;
}

.newcountrycode input {
    border: 0;
}

/* Country Code */


/* footer */

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

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

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

/* footer */



/* 404 */

.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}

.error-image {
    margin-top: 100px;
}

.thankyou-text {
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}

/* 404 */
/* terms */

.terms .roman {
    list-style: upper-roman;
}

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

/* terms */


/* terms */

.single-item {
    width: 100%;
    height: 300px;
}

.single-item .slide {
    width: 300px;
    height: 300px;
    font-size: 50px;
    color: red;
    background: #ccc;
    float: left;
}



.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: 4px;
    width: auto !important;
}

.checkbox-wrap2 label {
    line-height: 1.3;
    font-size: 12px;
}


/* Choose-card  */
.bg-1 {
    background: linear-gradient(to right, #09abec 0, #087da1 100%);
}

.reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 31%;
    margin: 2rem auto 0;
    color: #0B0B0B;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-heading);
}

.choose-card {
    border-radius: 4px;
    background: #FFF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    min-height: 345px;
    /* display: flex; */
    justify-content: center;
    border: 2px dashed #00457e;
    border-radius: 20px;
}

.choose-card img {
    height: 70px;
}

.choose-card h3 {
    font-size: 22px;
    line-height: 32px;
    /* 145.455% */
    letter-spacing: -1.1px;
}

.choose-card p {
    line-height: 30px;
    color: #555;
}

/* Choose-card  */


/* Process-card */
.process-card {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    min-height: 250px;
    height: 300px;
    background: linear-gradient(73deg, rgb(255 181 54) 0%, rgb(255 125 54) 50%);
    border-radius: 20px;
}

.process-card span {
    display: flex;
    align-items: end;
    padding: 21px;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    width: 80px;
    flex-shrink: 0;
    border-radius: 18px;
    background: linear-gradient(to right, #09abec 0, #087da1 100%);
}

.process-card .content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    gap: 1rem;
    /* justify-content: center; */
    color: #fff;
}

.process-card .content h3 {
    font-size: 26px;
    line-height: 40px;
    /* 153.846% */
    letter-spacing: -1.3px;
    font-family: var(--font-heading);
}

.process-card .content p {
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}

/* Process-card */

/* Cta */
section.cta {
    background-image: url(../images/bg-combo.png);
    color: white;
    background-size: cover;
    padding: 0;
}

a.theme-btn.bordered.white {
    border-color: white;
    color: white;
}

.cta span,
.cta span a {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.cta span {
    display: flex;
    gap: 10px;
}

/* Cta */

/* Table */
.table th .upper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 1rem; */
}

.table th .upper .title {
    font-size: 22px;
    line-height: normal;
    letter-spacing: -1.1px;
    font-family: var(--font-heading);
    font-weight: 600;
}

.table th .price {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.table th .price hr {
    height: 50px;
    width: 2px;
    background: #E3E3E3;
    margin: 0;
    display: none;
}

.table th .price .del {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* white-space: nowrap; */
    flex-direction: revert;
}

.table th .price .amount {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: -2px;
    font-family: var(--font-heading);
    color: #1a3c80;
}

.table thead th:first-child {
    font-weight: 600;
    line-height: 40px;
    /* 125% */
    letter-spacing: -1.6px;
    font-size: 32px;
    color: #1a3c80;
    /* display: flex; */
    /* align-items: end; */
    /* height: 100%; */
    vertical-align: bottom;
    text-align: center;
}

.table thead th:not(:first-child) {
    border: 1px solid #E3E3E3 !important;
    background: #FFF;
}

.table tbody td {
    text-align: center;
    padding: 20px;
    font-weight: 600;
    line-height: normal;
    color: #0B0B0B;
    border: 1px solid #E3E3E3 !important;
}

.table tbody td:first-child {
    font-weight: 500;
    line-height: normal;
    color: #0B0B0B;
    white-space: nowrap;
}

.table .btn-wrap .theme-btn {
    padding: 20px;
    font-size: 14px;
    border-radius: 9.681px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    background: linear-gradient(73deg, rgb(255 181 54) 0%, rgb(255 125 54) 50%);
}

.table .btn-wrap {
    justify-content: center;
}


/* Testimonials */
.testi-card {
    /* color: #283A57; */
    border-radius: 10px;
    background: #FFF;
    /* box-shadow: 0px 4.447273254394531px 75.60364532470703px 0px #EAEAEA; */
    padding: 20px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px dashed #15397d;
}

.testi-card img {
    max-width: 100px;
}

.testi-card .client {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.testi-card .client .det {
    display: flex;
    flex-direction: column;
}

.testi-card .client .det .name {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    color: #283A57;
}

.testi-card .client .det .des {
    font-size: 15px;
    color: #646F81;
    line-height: normal;
}

.testi-card p {
    color: #283A57;
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 1rem;
}

.testi-card .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.slider-arrows {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.slider-arrows a {
    background: #E9EBF2;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: linear-gradient(73deg, rgb(255 181 54) 0%, rgb(255 125 54) 50%);
}

/* Testimonials */
/* Bottom-form */
form.bottom-form {
    border-radius: 4px;
    border: 2px solid #E3E3E3;
    background: #FFF;
    padding: 50px;
}

.bottom-form .field input,
.bottom-form .newcountrycode {
    width: 100%;
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid rgba(85, 85, 85, 0.33);
    background: #F8F8F8;
    margin-bottom: 1.5rem;
    height: 54px;
}

.bottom-form h3 {
    font-size: 40px;
    line-height: 40px;
    /* 100% */
    letter-spacing: -2px;
    color: #0B0B0B;
    text-align: center;
    margin-bottom: 50px;
}

.bottom-form .submit {
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    color: #fff;
    border: 0;
    font-size: 26px;
    background: linear-gradient(73deg, rgb(255 181 54) 0%, rgb(255 125 54) 50%);
    font-weight: 500;
    /* 276.923% */
    letter-spacing: -1.3px;
    transition: .5s ease;
}

.bottom-form .submit:hover {
    transform: scale(1.03);
}

/* Bottom-form */


.package-responsive {
    display: none;
}

@media (max-width: 1400px) {


}

@media (max-width: 1200px) {
    header {
        padding: 1rem 0;
    }


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

    ul.menu.btns {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-bottom: 1rem;
    }

    a.header-btn {
        text-align: center !important;
        justify-content: center !important;
    }

    ul.menu.btns li {
        border-bottom: 0;
    }
}

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

    .overlap-slider {
        /* width: 180%; */
        width: 100%;
        position: relative;
    }

    .table th .price .del span {
        white-space: nowrap;
    }

    .reviews {
        width: 53%;
    }

    section {
        padding: 2rem 0;
    }
}

@media (max-width : 1023px) {
    .package-responsive {
        display: block;
    }

    .table-responsive {
        display: none;
    }

    .r-none {
        display: none;
    }

    .cust-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .cust-row .img {
        display: none;
    }


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

    .pckg {
        background: #6f4eaa;
        transition: .5s ease;
        color: white;
        border-radius: 30px;
    }

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

    .pckg .upper,
    .pckg .bottom {
        padding: 1.5rem;
    }

    .pckg .upper .title {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        font-family: var(--font-heading);
        min-height: 50px;
    }

    .pckg .upper .price {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .pckg .upper .price .amount {
        font-size: 38px;
        line-height: 62px;
        font-family: var(--font-heading);
        font-weight: 700;
    }

    .pckg .upper .price .uspto {
        padding: 5px 20px;
        color: #333333;
        background: #FFC700;
        border-radius: 50px;
        padding: 10px 30px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-family: var(--font-heading);
    }

    .pckg .bottom ul {
        max-height: 164px;
        overflow-y: auto;
        margin-bottom: 1rem;
    }

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

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

    .pckg .bottom ul li::before {
        content: "";
        font-family: var(--icon);
        content: "\f00c";
        font-weight: 800;
        color: var(--green);
        margin-right: 12px;
    }

    .mmpopup .centercont ul {
        display: flex;
    }

    .pckg .btn-wrap {
        margin-bottom: 0;
    }

}

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

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

    /* Styles */
    .mainBanner::before {
        content: none;
    }

    section {
        padding: 2rem 0;
    }




}


/* 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) {
    .slider-arrows {
        justify-content: center;
    }

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

    header {
        padding: 1rem 0;
    }

    .banner-content {
        padding: 40px 0 20px;
    }

    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }

    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }

    .logo img {

    max-width: 250px;
}

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

    section.cta {

    padding: 45px 0;
}

.paddind-0{ padding: 50px 0;}

.we-are-bg{ display: none;}

.we-are.center{ margin-bottom: 20px;}
.we-are.center h2, .faq-heading h2 {
    font-size: 26px !important;
    line-height: 30px !important;}

    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }

    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }

    .copyright {
        flex-direction: column;
        gap: 12px;
    }

    .mainBanner::before {
        content: none;
    }

    ul.trusted-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    ul.trusted-list li {
        border: 1px solid #ddd;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px;
    }

    section {
        padding: 1rem 0;
    }

    .reviews {
        width: 100%;
        margin: 0;
    }

    .process-card {
        flex-direction: column;
    }

    .table th .price span {
        white-space: nowrap;
    }

    .testi-card .client .det .name {
        font-size: 22px;
    }

    .testi-card .client .det .des {
        font-size: 14px;
    }

    .testi-card .client img {
        max-width: 60px;
    }

    .testi-card p {
        font-size: 16px;
        line-height: 26px;
    }

    .testi-card {
        padding: 20px;
        min-height: auto;
    }

    .accordion-list li h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .accordion-list li {
        padding: 20px;
    }

    form.bottom-form {
        padding: 20px;
    }

    form.bottom-form h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cta span,
    .cta span a {
        font-size: 16px;
    }

    .choose-card {
        min-height: auto;
    }

}

.process-card:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

.pkg-section {
    background: #f8f7fd;
     padding-top: 120px; position: relative;
}

.pkg-section::before {
    position: absolute;
    content: "";
    top: -30px;
    width: 100%;
    height: 70px;
    left: 0;
    background: #fff;
    transform: skew(10deg, -2deg);

}



.pkg-section::after {
    content: "";
    position: absolute;
    background: url(../images/bg5.png) no-repeat;
    max-width: 344px;
    height: 339px;
    width: 100%;
    background-size: 100%;
    left: -160px;
    top: 0px;
}


.we-are-bg{position: relative;padding: 180px 20px 40px;}

.we-are-bg:before {
    position: absolute;
    content: '';
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
}

.testi-slider .slick-slide {
  margin: 0 10px;  /* left/right margin between slides */
}


.bg-2 {
    background: #f8f7fd;
    padding: 60px 0 40px;
}

.we-are.center h2 {
    font-size: 41px;
    text-transform: capitalize;
    color: #000;
    line-height: 45px;
    margin-bottom: 14px;
}

.we-are.center p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}


.we-are.center h2 span{ color: #610279;}

.faq-heading h2 {
    font-size: 47px;
}

.faq-heading p {
    font-size: 18px;
    margin: 21px 0;
    color: #000;
}

span#discount-textaa {
    color: #0ba9e9;
    font-weight: bold;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
      visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
      visibility: hidden;
  }
}

.port-card img {
    border-radius: 30px;
}

.main-header {
    padding: 3px 0;
}

.logo img {
    width: 90%;
}


.color-change h2 {
    color: #fff;
}

.color-change p {
    color: #fff;
}