/* Main Css */


@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


::selection {
    background: #296ff0;
    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, .3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #296ff0;
}

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

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

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #000000;
    line-height: 1;
font-family: "Sora", sans-serif;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: bold;
}

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

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

a,
input[type="submit"] {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

span {
    display: inline-block;
}

p,
a {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

strong,
.bold {
    font-weight: bold;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.opensans {
font-family: "Sora", sans-serif;
}

.dm-serif {
 font-family: "Sora", sans-serif;
}


/* Hamburger Menu*/

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

.menu-Bar span {
    display: block;
    height: 3px;
    width: 100%;
    background: #296ff0;
    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 {
    background: #000;
}

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

.social {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 15px;
}

.social li.last {
    margin-right: 0px;
}

.social li a {
    font-size: 16px;
    color: #353535;
}

.social li a:hover {
    color: #4c2e8d;
}


/* Heading Classes */

.mn-hd {
    margin-bottom: 60px;
}

.mn-hd h4 {
    font-size: 40px;
    color: #272828;
    font-family: "Sora", sans-serif;
    line-height: 75px;
    font-weight: 400;
}

.mn-hd p {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    margin-top: 8px;
    line-height: 30px;
}

.para {}


/* Global Css */

.sprite-icn {
    background: url(https://trademarkexpertshub.com/assets/images/icons/sprite.png) no-repeat;
    display: inline-block;
}

.posRel {
    position: relative;
}

.ovr-hiddn {
    overflow: hidden;
}

.bgColor {
    background: #fff
}

.color-white {
    color: #fff !important;
}

.fit-content {
    max-width: fit-content
}


/* 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: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

.top-head {
    background-color: #141a26;
    padding: 10px 60px;
}

ul.topSocial {}

ul.topSocial>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

ul.topSocial>li a {
    color: #313b4f;
    font-size: 18px;
}

ul.topSocial>li a:hover {
    color: #fff;
}

ul.nmbTop {}

ul.nmbTop>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

ul.nmbTop>li a {
    font-size: 14px;
    color: #ffff;
    font-weight: 400;
    text-transform: capitalize;
}

ul.nmbTop>li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 34px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #5f5f5f;
}

ul.nmbTop>li:last-child {
    margin-right: 0;
    padding: 0;
}

ul.nmbTop>li:last-child:after {
    content: none;
}

ul.nmbTop>li:first-child a {
    font-weight: 700;
}

ul.nmbTop>li a span {
    vertical-align: middle;
    margin-right: 12px;
}

ul.nmbTop>li a:hover {
    color: #9dffd9;
}

.main-head {
    padding: 20px 60px 30px;
    transition:all 0.3s ease-in-out;
}
.header-sticky{
    position:fixed;
    top:0;
    width:100%;
    background-color:#1E2737;
    padding: 15px 60px;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 40%);
    transition:all 0.3s ease-in-out;
    z-index: 999999999999999;
}
.logo {
    display: inline-block;
    width: 310px;
}

.logo a {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.logo img {
    display: block
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: block;
    text-align: right;
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
    line-height: normal;
    position: relative;
}

.menu>li>a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.menu>li.last {
    margin-right: 0px;
}

.menu>li>a:hover {
    color: #9dffd9;
}

.menu>li.srch-trade {
    margin-right: 0;
}

.menu>li.srch-trade a {
    border: 2px solid #2794ef;
    font-size: 18px;
    font-weight: 700;
    width: 290px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    line-height: 54px;
    border-radius: 50px;
    margin-right: 0;
}

.menu>li.srch-trade a:hover {
    background: #2794ef;
    color: #fff;
}

.menu-dropdown {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    width: 220px;
    background: #fff;
    text-align: left;
    padding: 15px;
    border-radius: 5px;
    /*display: none;*/
    top: 23px;
    left: 0px;
    z-index:1;
     visibility: hidden;
    opacity: 0;
    transition:visibility 0s linear 0.3s, opacity 0.3s linear;
}

ul.sub-menu>li {
    padding: 8px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

ul.sub-menu>li a {
    font-size: 16px;
    font-weight: 500;
    transition:all 0.1s ease-in-out;
}

ul.sub-menu>li a:hover {
    color: #9dffd9;
}

.menu-dropdown:hover .sub-menu {
    /*display: block;*/
    visibility:visible;
  opacity:1;
  transition-delay:0s;
}


.menu>li>a span {
    margin-left: 15px;
    color: #9dffd9;
}


/* Main Banner CSS */

.main {
    background: #1f2839;
    padding-top: 170px;
    font-size: 0;
    padding-bottom: 50px;
}

.mainBanner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    height: 710px;
    border-radius: 15px;
}

.five-perc {
    display: inline-flex;
    vertical-align: middle;
    width: 4%;
}

.ninty-perc {
    display: inline-flex;
    vertical-align: middle;
    width: 92%;
}

.scrl {
    position: relative;
}

.scrl p {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 500;
    writing-mode: tb-rl;
    display: block;
    margin: auto;
}

.scrl:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 148px;
    background: #73ffda;
    left: 5px;
    right: 2px;
    /*margin: auto;*/
    top: 90px;
}

.vwClnt {
    display: inline-block;
    width: 4%;
    vertical-align: middle;
}

.vwClnt a {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 500;
    writing-mode: tb-rl;
    display: block;
    margin: auto;
}

.five-percc {}

.mainBanner .row {
    width: 100%;
}

.bannerWrapper {
    background: rgb(94, 255, 219);
    background: linear-gradient(90deg, rgba(94, 255, 219, 1) 0%, rgb(94 255 219 / 80%) 35%, rgb(94 255 219 / 50%) 100%);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 60px;
    box-shadow: 0 0px 98px 39px rgb(0 0 0 / 20%);
}

.bannerWrapper h6 {
    font-size: 16px;
    color: #1f2839;
    font-weight: 600;
    text-transform: uppercase;
    background: #f4f5ef;
    display: inline;
    margin-bottom: 30px;
    padding: 9px 35px;
    border-radius: 30px;
}

.bannerWrapper h2 {
    font-size: 150px;
    font-weight: 400;
    text-transform: capitalize;
 font-family: "Sora", sans-serif;
    color: #1f2839;
    margin-bottom: 45px;
    margin-top: 30px;
    letter-spacing: -0.2px;
}

.bannerWrapper h2 span {
    display: block;
    font-size: 30px;
    line-height: 61px;
    color: #333333;
    font-family: 'Open Sans';
    font-weight: 400;
}

.bannerWrapper p {}

.bannerWrapper ul {
    margin-bottom: 40px;
}

.bannerWrapper ul>li {
    margin-bottom: 15px;
}

.bannerWrapper ul>li span {
    font-size: 16px;
    vertical-align: top;
    color: #13aa7e;
    margin-right: 20px;
}

.bannerWrapper ul>li p {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
}

.btnsWrpp {}

.btnsWrpp a.strt {
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(0deg, #0362d4, #0363d5, #0b6fe4, #1176ef, #137af4);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 390px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    /*box-shadow: 0 3px 6px 3px rgb(0 0 0 / 23%);*/
    margin-right: 20px;
    letter-spacing: 0.2px;
    vertical-align: middle;
    border: 2px solid transparent;
}

.btnsWrpp a.strt:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    box-shadow: 0 3px 6px 3px rgb(0 0 0 / 23%);
}

.btnsWrpp a.strt span {
    font-weight: 300;
    transition: ease 0.4s
}

.btnsWrpp a.srtChat {
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 195px;
    height: 70px;
    background-image: linear-gradient(0deg, #dbdadb, #e7e7e6, #f0f0f0, #f6f6f6, #fefefd);
    vertical-align: middle;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    font-size: 26px;
    color: #20222b;
    text-transform: capitalize;
    font-weight: 700;
    /*box-shadow: 0 3px 6px 3px rgb(0 0 0 / 23%);*/
}

.btnsWrpp a.srtChat:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    color: #fff;
    box-shadow: 0 3px 6px 3px rgb(0 0 0 / 23%);
}

.btnsWrpp a.srtChat:hover span {
    color: #fff;
    transition: ease 0.4s
}

.btnsWrpp a.srtChat span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1f2839;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 4px;
    transition: ease 0.4s;
}

.btnsWrpp a.srtChat span img {
    vertical-align: middle;
    margin-left: 5px;
}

.revimgh {
    text-align: right;
}

.compLogos {
    background: #141a26;
    border: 1px solid #393939;
    border-radius: 15px;
    height: 120px;
    margin-top: 50px;
    padding: 25px 40px;
}

.compLogos h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}

.compLogos img {}

.compLogos h4:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 85px;
    background: #393939;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.solWorksSec {
    padding: 100px 0;
}

ul.workList {
    font-size: 0;
    margin-bottom: 60px;
}

ul.workList>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 32.3%;
}

ul.workList>li:last-child {
    margin-right: 0;
}

.wrkWrp {
    border: 1px solid #ededed;
    padding: 30px 0 40px;
    border-radius: 15px;
    transition: ease 0.4s;
}

.wrkWrp h5 {
    font-size: 100px;
    color: rgb(39 40 40 / 10%);
    font-weight: 400;
    font-family: "Sora", sans-serif;
}

.wrkWrp h5 span {
    vertical-align: text-top;
    background: #e8e8e8;
    height: 68px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    padding: 0 25px 0 45px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.wrkWrp h4 {
    font-size: 25px;
    color: #333333;
    line-height: 36px;
    font-family: "Sora", sans-serif;
    margin: 35px 0;
    padding: 0 35px;
    letter-spacing: 0.2px;
}

.wrkWrp p {
    font-size: 16px;
    color: #9e9e9e;
    font-weight: 400;
    line-height: 30px;
    padding: 0 35px;
}

ul.workList>li:hover .wrkWrp {
    background: #fff;
    transition: ease 0.4s;
    box-shadow: 0 0 90px 14px rgb(0 0 0 / 12%);
    background: #fbfbfb;
}

.btnsWrpp.btnsWrpp1 {
    text-align: center;
}

.btnsWrpp.btnsWrpp1 a.strt {
    width: 410px;
}

.btnsWrpp.btnsWrpp1 a.srtChat {
    background-image: none;
    box-shadow: none;
}

.btnsWrpp.btnsWrpp1 a.srtChat:hover,
.btnsWrpp.btnsWrpp1 a.srtChat:hover span {
    color: #88e8c2 !important;
}

.businssSec {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-top: 100px;
    margin: 0 60px;
    background-size: 100% 55%;
    padding-bottom: 100px;
}

.businssSec .mn-hd p {
    color: #000;
}

ul.buisList {
    font-size: 0;
    display: block;
    margin-top: -9px;
    margin-bottom: 45px;
}

ul.buisList>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    width: 31.33%;
}

ul.buisList>li:last-child {
    margin-right: 0;
}

.bsWrp {}

.bsWrp img {
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
}

.bsWrp div {
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 270px;
}

.bsWrp div a {
    font-size: 30px;
    color: #272828;
    line-height: 36px;
    font-family: "Sora", sans-serif;
    margin-bottom: 20px;
}

.bsWrp div:hover a {
    color: #147bf5;
}

.bsWrp div p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.ltsStart {}

.ltsStart a {
    font-size: 18px;
    color: #272828;
    font-weight: 400;
}

.ltsStart a span {
    color: #147bf5;
    font-size: 16px;
    margin-left: 15px;
}

.ltsStart a:hover {
    color: #147bf5;
}

.pckgSec {
    background: #1f2839;
    text-align: center;
    padding: 120px 0;
}

.pckgSec .mn-hd {}

.pckgSec .mn-hd h4 {
    color: #fff;
}

.pckgSec .mn-hd p {
    color: #fff;
}

ul.pckgList {
    font-size: 0;
}

ul.pckgList>li {
    display: inline-block;
    vertical-align: top;
    width: 31.6%;
    margin-right: 30px;
    transition: ease 0.8s;
}

ul.pckgList>li:last-child {
    margin-right: 0;
}

.pkgWrp {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 15px;
    padding-bottom: 35px;
    transition: ease 0.8s;
}

.pkgWrp .pckghead {
    padding: 0 29px;
    margin-bottom: 25px;
}

.pkgWrp .pckghead h6 {
    font-size: 24px;
    color: #1f2839;
    background: #f1f1f1;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.2px;
    padding: 20px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 35px;
}

.pkgWrp .pckghead h4 {
    font-size: 60px;
    color: #1f2839;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.2px;
    margin-bottom: 25px;
    transition: ease 0.8s;
}

.pkgWrp .pckghead p {
    font-size: 16px;
    color: rgb(102 102 102 / 50%);
    font-feature-settings\: ;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 400;
}

.pkgWrp .pckgbdy {
    text-align: left;
}

.pkgWrp .pckgbdy ul {}

.pckgbdy ul>li {
    padding: 25px 22px;
}

.pkgWrp .pckgbdy ul>li h5 {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 20px;
    position:relative;
    padding-left:25px;
}

.pckgbdy ul>li h5 span {
    font-size: 16px;
    color: #53d2a1;
    /*margin-right: 15px;*/
    position:absolute;
    left:0;
    top:0;
}

.pckgbdy ul>li p {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.pckgbdy ul>li:nth-child(2n) {
    background: #f1f1f1;
    transition: ease 0.8s;
}

.pckBtn {
    margin-top: 35px;
    text-align: center;
}

.pckBtn {}

.pckBtn a.strt {
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(0deg, #0362d4, #0363d5, #0b6fe4, #1176ef, #137af4);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    /*box-shadow: 0 3px 6px 3px rgb(0 0 0 / 23%);*/
    margin-right: 23px;
    vertical-align: middle;
}

.pckBtn a.strt:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    /*box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);*/
    box-shadow: 0 3px 6px 3px rgb(0 0 0 / 23%);
}

.pckBtn a.srtChat {
    height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    color: #20222b;
    text-transform: capitalize;
    font-weight: 700;
    transition: ease 0.8s;
}

.pckBtn a.srtChat span {
    transition: ease 0.4s;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1f2839;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.pckBtn a.srtChat span img {
    vertical-align: middle;
    margin-left: 5px;
}

ul.pckgList>li.pkg-active .pkgWrp {
    background: #141a26;
    transition: ease 0.8s;
    border-color: #9dffd9;
}

ul.pckgList>li.pkg-active .pkgWrp h6 {
    background: #9dffd9;
    color: #1f2839 !important;
}

ul.pckgList>li.pkg-active .pkgWrp h6,
ul.pckgList>li.pkg-active .pkgWrp .pckghead h4,
ul.pckgList>li.pkg-active .pkgWrp h5,
ul.pckgList>li.pkg-active .pkgWrp p {
    color: #fff;
    transition: ease 0.8s;
}

ul.pckgList>li.pkg-active .pkgWrp .pckghead p {
    opacity: 0.5;
}

ul.pckgList>li.pkg-active ul>li:nth-child(2n) {
    background: #2e3b54;
    transition: ease 0.8s;
}

ul.pckgList>li.pkg-active a.srtChat,
ul.pckgList>li.pkg-active a.srtChat span {
    color: #fff;
    transition: ease 0.8s;
}

ul.pckgList>li.pkg-active a.srtChat {}

.importSec {
    padding: 100px 0;
}

.importSec .mn-hd {
    text-align: center;
}

ul.impList {
    margin-bottom: 100px;
}

ul.impList>li {
    display: inline-block;
vertical-align: top;
margin-right: 30px;
width: 31%;
transition: all 0.4s ease-in-out;
padding: 25px 30px;
border-radius: 15px;
}

ul.impList>li:hover{
    transition: ease 0.4s;
    box-shadow: 0 0 90px 14px rgb(0 0 0 / 12%);
    background: #fbfbfb;
}

ul.impList>li>span {
    margin-bottom: 55px;
}

ul.impList>li span img {}

ul.impList>li h5 {
    font-size: 28px;
    color: #333333;
    font-family: "Sora", sans-serif;
    margin-bottom: 30px;
}

ul.impList>li p {
    font-size: 17px;
    color: #333333;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 55px;
}

ul.impList>li p {}

ul.impList>li a {
    font-size: 18px;
    color: #272828;
    font-weight: 400;
    line-height: normal;
}

ul.impList>li a span {
    color: #147bf5;
    font-size: 16px;
    margin-left: 15px;
}

ul.impList>li:last-child {
    margin-right: 0;
}

ul.impList>li a:hover {
    color: #147bf5;
}

.faqSec {
    background: #f1f1f1;
    margin: 0 60px;
    text-align: center;
    padding: 100px 0 70px;
}

ul.accordion-list {
    position: relative;
    display: block;
    text-align: left;
    width: 945px;
    margin: auto;
    margin-bottom: 60px;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    cursor: pointer;
    background: #ffffff;
    margin-bottom: 5px;
    padding: 26px 40px;
}

ul.accordion-list li.active h3:after {
    content: "\f0d9";
}

ul.accordion-list li h3 {
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.2px;
    font-weight: 400;
    line-height: normal;
}

ul.accordion-list li h3:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5';
    position: absolute;
    right: 0;
    right: 30px;
    color: #000;
    transition: all .3s ease-in-out;
    font-size: 25px;
    font-weight: 700;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    letter-spacing: -0.2px;
}

.faqSec .btnsWrpp.btnsWrpp1 {
    width: 945px;
    margin: auto;
}

.reviewSec {
    background: #1f2839;
    text-align: center;
    padding: 100px 65px;
}

.reviewSec .mn-hd h4,
.reviewSec .mn-hd p {
    color: #fff;
}

.reviewSec .mn-hd p {
    opacity: 0.5;
}

ul.rvwList {
    font-size: 0;
    display: block;
}

ul.rvwList>li {
    margin-right: 0.5%;
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
}

ul.rvwList>li:last-child {
    margin-right: 0;
}

.rvWrp {
    background: #2c374c;
    text-align: left;
    padding: 35px;
    border-radius: 15px;
    min-height: 310px;
    transition: ease 0.8s;
}

.rvWrp>div {
    margin-bottom: 35px;
}

.rvWrp>div span.thmbRv {
    width: 64px;
    height: 64px;
    background: #9dffd9;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
}

.rvWrp>div h5 {
    font-size: 24px;
    color: #fff;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.2px;
    font-weight: 400;
    width: calc(100% - 79px);
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    transition: ease 0.8s;
}

.rvWrp>div h5 span {
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    font-family: 'Open Sans';
    line-height: 25px;
}

.rvWrp p {
    font-size: 14px;
    color: #c9c9c9;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 35px;
    transition:all 0.3s ease-in-out;
}

.rvWrp img {
    display: block;
    margin: auto;
}

ul.rvwList>li:hover .rvWrp {
    background: #fff;
    transition: ease 0.8s;
}

ul.rvwList>li:hover p{
    color:#2C374C;
}

ul.rvwList>li:hover .rvWrp h5 {
    color: #333;
    transition: ease 0.8s;
}

ul.rvwList>li:hover .rvWrp h5 span {}

.ggleSvg {}

.ggleSvg img {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    margin-right: 18px;
}

.ggleSvg svg {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 150px);
    height: auto;
}

ul.rvwList>li:hover svg .st4 {
    fill: #000;
}

ul.rvwList>li:hover svg .st5 {
    stroke: #000;
}

ul.rvwList>li:hover .rvWrp path#trsname {
    fill: #000 !important;
}

footer {
    padding: 90px 0;
}

.widget-logo {}

.widget-logo a.brand {
    font-size: 54px;
    color: #1f2839;
    font-weight: 400;
    font-family: "Sora", sans-serif;
    margin-bottom: 40px;
}

.widget-logo p {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    margin-bottom: 45px;
}

.socil-ftr {}

.socil-ftr h6 {
    font-size: 20px;
    color: #1f2839;
    font-family: "Sora", sans-serif;
    margin-bottom: 25px;
}

.socil-ftr ul.topSocial {}

.socil-ftr ul.topSocial>li a:hover {
    color: #9dffd9;
}

.widget {}

.widget h5 {
    font-size: 20px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 25px;
}

ul.ftr-menu {}

ul.ftr-menu>li {}

ul.ftr-menu>li a {
    font-size: 16px;
    color: #999999;
    line-height: 34px;
    position: relative;
    padding-left: 20px;
}

ul.ftr-menu>li a:hover {
    color: #9dffd9;
}

ul.ftr-menu>li a:before {
    content: '\f0da';
    position: absolute;
    font-family: 'Font Awesome 5';
    font-weight: 700;
    color: #9dffd9;
    font-size: 20px;
    top: 0;
    left: 0;
}

.widget form {}

.widget form>p {
    font-size: 16px;
    color: #8d8f95;
    line-height: 24px;
    margin-bottom: 20px;
}

.widget form input[type="text"] {
    border: 1px solid #c9c9c9;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    font-size: 16px;
    color: #7e928c;
    font-weight: 500;
    padding: 0 25px;
}

.widget form button {
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-image: linear-gradient(0deg, #0362d4, #0363d5, #0b6fe4, #1176ef, #137af4);
    border-radius: 50px;
    box-shadow: 0 3px 6px 3px rgb(0 0 0 / 23%);
    border-radius: 50px;
    color: #fff;
    font-family: "Sora", sans-serif;
    letter-spacing: 1px;
    font-size: 19px;
    margin-top: 15px;
    cursor: po;
}

.widget form button:hover {
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.rdio {
    margin: 25px 0;
}

.rdio p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.pymnt {
    padding-top: 30px;
}

.widget form input[type="text"]::placeholder {
    color: #7e928c;
    font-weight: 500;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #81d0b7;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #81d0b7;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.copright {
    background: #d4d4d4;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
}

.copright p {
    font-size: 16px;
    color: rgb(51 51 51 / 50%);
    line-height: 26px;
}


.widget-02{
    padding-left:15%;
}

/*About*/

.innerBanner {}

.innerBanner .bannerWrapper {
    background: #fff;
}

.innerBanner .bannerWrapper h2 {
    font-size: 60px;
    line-height: 65px;
    margin-top: 0;
    margin-bottom: 30px;
}

.innerBanner .bannerWrapper p {
    font-size: 20px;
    color: #666666;
    line-height: 31px;
    margin-bottom: 45px;
}

.highlightSec {
    padding: 100px 0;
}

.totalExp {
    background: #f2f2f2;
    padding: 75px 55px;
    border-radius: 15px;
}

.tltWrp {}

.tltWrp h6 {
    font-size: 20px;
    color: #272828;
    margin-bottom: 20px;
    font-family: "Sora", sans-serif;
    font-weight: 100;
}

.tltWrp h4 {
    font-size: 40px;
    color: #272828;
    font-weight: 400;
    font-family: "Sora", sans-serif;
    margin-bottom: 35px;
}

.tltWrp p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.storySec {
    padding-bottom: 120px;
}

.abtWrp {}

.abtWrp h4 {
    font-size: 50px;
    color: #272828;
    font-weight: 400;
    font-family: "Sora", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.abtWrp p {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.abtWrp p span {
    font-size: 20px;
    color: #333333;
    line-height: 36px;
}

.stryImg {
    position: relative;
}

.stryImg img {}

.abtCont {
    box-shadow: 0 9px 38px 3px rgb(0 0 0 / 16%);
    width: 415px;
    height: 255px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    margin: -30% 41px 0;
    /*z-index: 9;*/
    position: relative;
    background: #fff;
}

.abtCont p {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
}

.guideSec {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
}

.guideSec .mn-hd h4 {
    color: #fff;
}

.guidWrp {}

.guidWrp img {
    margin-bottom: 25px;
}

.guidWrp h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-family: "Sora", sans-serif;
    margin-bottom: 25px;
}

.guidWrp p {
    font-size: 16px;
    color: #b0b8c7;
    font-weight: 400;
    line-height: 24px;
}


/*Amazon Brand Registry*/

.viewPckg {
    margin-top: 20px;
}

.innerBanner .bannerWrapper .viewPckg p {
    margin-bottom: 0;
    font-family: "Sora", sans-serif;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
}

.innerBanner .bannerWrapper .viewPckg p a {
    font-family: "Sora", sans-serif;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    color: #0364d5;
}

.innerBanner .bannerWrapper .viewPckg p a:hover {
    color: #9dffd9;
}

.developSec {
    padding: 100px 0;
}

.devlWrp {}

.devlWrp h5 {
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    font-family: "Sora", sans-serif;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
    text-transform: capitalize;
    line-height: 36px;
}

.devlWrp p {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 45px;
}

.devlWrp a {
    font-size: 18px;
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
}

.devlWrp a:hover {
    color: #147bf5;
}

.devlWrp a span {
    color: #147bf5;
    margin-left: 11px;
    vertical-align: middle;
}

.developSec .btnsWrpp.btnsWrpp1 {
    margin-top: 80px;
}

.developSec .mn-hd {
    margin-bottom: 100px;
}

.protectSec {
    background: #ffefe5;
    margin: 0 60px;
    padding: 75px 0 100px;
}

.countlessSec {
    padding: 70px 0;
}

.wrkWrp.brndCountWrp {
    height: 330px;
    padding: 60px 35px;
}

.wrkWrp.brndCountWrp:hover {
    background: #fff;
    box-shadow: 0 9px 38px 3px rgb(0 0 0 / 16%);
}

.wrkWrp.brndCountWrp h4 {
    padding: 0;
    margin: 0 0 25px;
}

.wrkWrp.brndCountWrp h4 span {
    vertical-align: middle;
    padding: 0;
    margin-right: 20px;
}

.wrkWrp.brndCountWrp p {
    padding: 0;
    line-height: 28px;
}

.countlessSec .btnsWrpp.btnsWrpp1 {
    margin-top: 55px;
}


/*Business Page*/

.devlopBrand {
    padding: 100px 0;
}

.tabsWrp {}

ul.tabs {
    margin-right: 20px;
}

ul.tabs>li {
    height: 70px;
    padding: 20px 30px;
    border-bottom: 1px solid #d2d4d7;
    transition: ease 0.8s;
}

ul.tabs>li span {
    vertical-align: middle;
    width: 30px;
    margin-right: 22px;
}

ul.tabs>li a {
    font-size: 19px;
    color: #1f2839;
    font-weight: 400;
    letter-spacing: 0.2px;
    vertical-align: middle;
    font-family: "Sora", sans-serif;
}

ul.tabs>li.active,
ul.tabs>li:hover {
    background: #8af0c9;
    border-radius: 50px;
    transition: ease 0.8s;
    border: 0;
}

.innerbx {}

.innerbx h5 {
    font-size: 24px;
    color: #272828;
    line-height: font-f;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.innerbx p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 35px;
}

.tabsWrp .btnsWrpp.btnsWrpp1 {
    margin-top: 40px;
}


/*Comprehensive*/

.bannerWrapper ul.comp>li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}

.bannerWrapper ul.comp {
    margin-bottom: 15px;
}

.bannerWrapper ul.comp>li:nth-child(2n) {
    margin-right: 0;
}

.bannerWrapper ul.comp>li p {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 400;
}

.bannerWrapper ul.comp>li span {
    margin-top: 7px;
}

.bannerWrapper.compreWrp {
    padding: 40px 60px;
}

.bannerWrapper.compreWrp p {
    margin-bottom: 26px;
}

.tradOpt {
    margin: 0 60px;
    padding-bottom: 75px;
}

.tradimgsOpt {
    position: relative;
}

.tradimgsOpt>img {
    width: 100%;
    height: 770px;
    position: relative;
    display: block;
}

.comDtl {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 80px 120px 80px 85px;
}

.comDtl h4 {
    font-size: 42px;
    color: #fff;
    letter-spacing: -0.2px;
    font-family: "Sora", sans-serif;
    font-weight: 100;
    margin-bottom: 40px;
}

.comDtl p {
    font-size: 18px;
    color: #d2d2d2;
    font-weight: 400;
    line-height: 30px;
}

.comDtl ul {
    margin-top: 70px;
}

.comDtl ul li {
    margin-bottom: 24px;
}

.comDtl ul li span {
    font-size: 16px;
    vertical-align: top;
    color: #13aa7e;
    margin-right: 20px;
    margin-top: 8px;
}

.comDtl ul li p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
    color: #ffffff;
}

.comDtl .btnsWrpp.btnsWrpp1 {
    text-align: left;
    margin-top: 60px;
}

.comDtl .btnsWrpp.btnsWrpp1 a.srtChat,
.comDtl .btnsWrpp.btnsWrpp1 a.srtChat span {
    color: #fff;
    width: 150px;
}

.comDtl.comDtl2 {}

.comDtl.comDtl2 h4 {
    color: #333333;
}

.comDtl.comDtl2 p {
    color: #666666;
}

.comDtl.comDtl2 .btnsWrpp.btnsWrpp1 a.srtChat {
    color: #333333;
}

.comDtl.comDtl2 .btnsWrpp.btnsWrpp1 a.srtChat span {
    color: #666666;
}


/*Contact*/

ul.contBnner {
    margin-bottom: 21px;
}

ul.contBnner>li {
    margin-bottom: 13px;
}

ul.contBnner>li p {
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

ul.contBnner>li span {
    margin-top: 8px;
}

.ContSec {
    padding: 120px 0;
}

.fromWrp {
    position: relative;
}

.contWpr {
    box-shadow: 0px 19px 45px 3px rgb(0 0 0 / 11%);
    border-radius: 15px;
    padding: 70px 40px 40px;
}

.contWpr h4 {
    font-size: 42px;
    color: #1f2839;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    margin-bottom: 35px;
}

.contWpr h4 span {
    display: block;
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
}

.contWpr p {
    font-size: 18px;
    color: #335649;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 45px;
}

.condtl {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 25px 0;
    margin-bottom: 35px;
}

.condtl a.lvechat {
    font-size: 30px;
    color: #1f2839;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    line-height: normal;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #d6d6d6;
}

.condtl a.lvechat span {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.condtl a.lvechat span img {
    margin-left: 15px;
}

.condtl a.nmbr {
    font-size: 24px;
    color: #1f2839;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    line-height: normal;
}

.condtl a.nmbr span {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.condtl a:hover {
    color: #13aa7e;
}

.contWpr ul.topSocial>li>a:hover {
    color: #147bf5;
}

.fromWrp {}

.fromWrp h5 {
    font-size: 24px;
    color: #333333;
    line-height: 74px;
    font-family: "Sora", sans-serif;
    font-weight: 400;
}

.field {
    position: relative;
}

.field input,
.field textarea {
    position: relative;
    z-index: 9;
    background: transparent;
    border: 1px solid #aaa;
    padding: 30px 10px 5px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ced0d4;
    margin-bottom: 35px;
    color: #1f2839;
    font-size: 18px;
}

.field label {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    color: #999999;
    font-size: 18px;
}

.field label::after {
    content: "*";
    color: red;
    left: 8px;
}

.field input[required]:valid+label {
    display: none;
}

.field textarea[required]:valid+label {
    display: none;
}

.field textarea {
    resize: none;
    height: 110px;
    margin-bottom: 75px;
}

.fromWrp button {
    background-image: linear-gradient(0deg, #0362d4, #0363d5, #0b6fe4, #1176ef, #137af4);
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 16px 35px 3px rgb(31 40 57 / 15%);
}


/*Copyright  page*/

.copyrightSec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 80px 0;
    margin: 0 60px;
    border-radius: 15px;
}

.coptxt {}

.coptxt p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: 400;
}

.can-copySec {
    padding: 85px 0;
}

.cnList {
    text-align: center;
}

.cnList p {
    font-size: 18px;
    color: #1f2839;
    margin-bottom: 15px;
}

.cnList p span {
    font-weight: 700;
    color: #0c70e6;
    background: #e5f1ff;
    padding: 3px 12px 6px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.91);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    padding: 30px 40px;
}

.popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #18ebbe;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    z-index: 10;
}

.popup {
    display: none;
}

.bg-white {
    background: #ffffff;
    width: 946px;
    height: 430px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    border-radius: 10px;
}

.required-info:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/popup-sideimg.png) no-repeat;
    width: 373px;
    height: 548px;
}

.required-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    overflow: hidden;
    padding-left: 402px;
    padding-right: 14px;
}

.required-info h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 38px;
    font-family: "Sora", sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
}

.required-info h3 strong {
    font-size: 38px;
    color: #19ecbf;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.required-info .fields {
    border: 1px solid #97979752;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
    width: 46%;
    display: inline-block;
    margin-right: 2%;
}

.required-info .fields input,
.required-info .fields select {
    border: none;
    outline: none;
    padding: 15px 10px;
    color: #000;
    width: 100%;
    font-size: 13px;
}

.required-info .fields input::placeholder,
.required-info .fields input::-webkit-placeholder {
    text-transform: uppercase;
    color: #000;
}

.required-info .btnsubm button {
    outline: none;
    background: rgb(24, 236, 191);
    border: none;
    padding: 18px 60px;
    min-width: initial;
    box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 30px -10px;
}

.required-info .btnsubm button:hover {
    background: #000;
}


/* stepsForm Styling */

section.step-form {
    padding: 60px 0;
    position: relative;
    margin: 30px 0;
    /* clear: both; */
}

.step-form::before {
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #fff, #eee);
}

.stepsbanner {
    padding: 60px 0;
    text-align: center;
}

.stepsbanner h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 30px;
}

.form-tooltip-body p+h6 {
    margin-top: 10px;
}

.tooltip-warning {
    color: #FF8600;
    text-align: center;
}

.form-btns {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.form-btns button {
    margin: 0 !important;
}

.form-btns .btn-prev.btn.btn-transparent {
    color: #7d6969;
}

.form-btns .btn-prev.btn.btn-transparent:hover {
    color: #000;
}

.form-btns .btn-transparent {
    color: #1176EF;
}

.form-btns .btn-transparent:hover {
    color: #ff4a00;
}

.form-progress-bar {
    height: 30px;
    border-radius: 35px;
    background-color: #E7F0F6;
    position: relative;
    max-width: 860px;
    margin: auto;
    overflow: hidden;
}

.form-progress-bar span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    transition: all 1s cubic-bezier(.785, .135, .15, .86);
    animation: 2s linear infinite progress-bar-stripes;
    background-image: linear-gradient(45deg, #1075ED 25%, transparent 25%, transparent 50%, #1075ED 50%, #1075ED 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-color: #90FFE8;
    background-size: 40px 40px;
}

.form-progress-bar span::before {
    content: attr(data-progress)"%";
    font-size: 16px;
    color: #4b5a6a;
    font-weight: 600;
    position: absolute;
    left: calc(100% + 5px);
    line-height: 30px;
}

.form-progress-bar h6 {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 30px;
    text-align: center;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.step-form h1,
.step-form h2,
.step-form h3,
.step-form h4,
.step-form h5,
.step-form h6 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
}

.step-form h2 {
    font-size: 22px;
}

.step-form h2 span {
    color: #84afca;
    vertical-align: top;
}

.step-form .bgform {
    background: #fff;
    padding: 40px;
    margin-top: 30px;
    position: relative;
    border-top: 2px solid #44578F;
    box-shadow: -3px 5px 22px -8px #ccc;
}

.step-form .form-wrapper h6 {
    color: #254F9B;
}

.add_owner {
    background: #74a4c2;
    border: 2px solid #74a4c2;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 125px;
}

.add_owner:hover {
    color: #fff;
}

.form-check.step4check label {
    color: #344454;
    font-weight: 600;
}

.inner-content h4 {
    color: #4b5a6a;
}

.form-btn-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form-btn-inner .btn-transparent {
    padding: 0 20px;
    margin-top: 10px;
    font-size: 12px;
}

.form-footer p {
    padding: 15px 10px 0;
    font-size: 13px;
    color: #9ca9b7;
}

.bgform-tm-step3 .clone_bx {
    /*box-shadow: 0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);*/
    /*padding: 15px 25px 15px 15px;*/
    /*margin-top: 25px;*/
    /*border-radius:5px;*/
    position: relative;
}

.trash_this {
    color: #344454;
    font-size: 18px;
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}

.expedited-box {
    border: 1px solid #52a4d7;
    text-align: left;
    padding: 55px 30px 30px 90px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.expedited-box h6 {
    color: #52a4d7 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.expedited-box h6 img {
    margin-right: 10px;
}

.expedited-box p {
    font-size: 13px;
}

.expedited-info {
    background: #6db6e4;
    padding: 5px;
    text-align: center;
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    top: 15px;
    transform: rotate(-30deg);
    left: -55px;
    font-weight: 700;
}

.form-check label {
    cursor: pointer;
}

button.btn-continue:disabled:hover {
    background: #ff8600 !important;
    color: #fff !important;
}

.new_fields {
    padding: 15px 25px 15px 0px;
    /*margin-top: 15px;*/
    position: relative;
}

.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group input[type="number"] {
    -moz-appearance: textfield;
}

.ov_box strong {
    font-size: 19px;
    color: #4b5a6a;
    font-weight: 700;
}

.ov_box a {
    color: #047bff;
    font-weight: 600;
}

.ov_box {
    overflow-y: scroll;
    height: 300px;
    padding: 13px 20px;
    font-size: 12px;
    border: 1px solid rgb(223, 225, 226);
    line-height: 20px;
    margin-bottom: 20px;
}

.inner-content {
    padding: 30px;
}

.ov_box.inner-content h4 {
    margin: 22px 0 4px;
    font-size: 19px;
    font-weight: bold;
    color: #44578F;
    text-transform: uppercase;
}

.inner-content ul li {
    margin: 7px 0;
}

.inner-content ul {
    list-style: disc;
    margin: 0 0 0 18px;
}

.inner-content p {
    margin: 0 0 7px;
}

section.notice-imp {
    padding: 11px 0;
    text-align: center;
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

section.notice-imp i {
    color: #fff900;
    font-size: 19px;
    position: relative;
    top: -2px;
}

section.notice-imp {
    padding: 11px 0;
    text-align: center;
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

section.notice-imp i {
    color: #fff900;
    font-size: 19px;
    position: relative;
    top: -2px;
}


/*form package page*/

.row.pkg-box {
    text-align: center;
}

.row.pkg-box .col-md-4 a {
    display: inline-block;
    background: #535353;
    padding: 10px 40px;
    border-radius: 50px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    box-shadow: #928078d6 0 4px 1px;
}

.row.pkg-box .col-md-4 h2 {
    font-size: 20px;
}

.row.pkg-box .col-md-4 p {
    font-size: 15px;
    font-weight: 600;
}

.row.pkg-box .col-md-8 h3 {
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: 700;
}

.row.pkg-box .col-md-8 span {
    display: block;
    color: #007bf2;
    font-size: 15px;
    font-weight: 700;
}

.input-50 input,
.input-50 select {
    width: 48.8% !important;
    display: inline-block;
}

.row.pkg-box .col-md-8 strike {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 700;
}

.row.pkg-box .col-md-8 b {
    font-size: 15px;
    font-weight: 700;
    color: red;
}

.row.pkg-box .col-md-8 i {
    display: block;
    font-size: 11px;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
    background: #344454;
    padding: 6px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
    text-align: center;
}

.row.pkg-box .col-md-4 {
    text-align: left;
}

.row.pkg-box .col-md-4 i img {
    margin: 0 auto;
    float: left;
}


/**TABLE**/

table.pricing {
    margin: 0 0 30px;
}

table.pricing tr td:first-child {
    font-size: 15px;
    line-height: 26px;
    color: #5f7182;
}

.tp-check-pricing {
    width: 24px;
    height: 23px;
}

table.pricing tr td:first-child {
    width: 34.3%;
    font-size: 13px;
    line-height: 22px;
    color: #7b8a9b;
    text-align: left;
}

table.pricing tr td:nth-child(2) {
    color: #344454;
}

table.pricing tr td:nth-child(3) {
    color: #ff4a00;
}

.tp-check-pricing {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #344454 url("https://trademarkexpertshub.com/assets/images/check-pricing.png") no-repeat center;
    border-radius: 100%;
}

.tp-check-pricing.orange {
    background-color: #ff4a00;
}

.tp-check-pricing.blue {
    background-color: #6db6e4;
}

table.pricing tr td {
    border: 1px solid #e6e4e4;
    padding: 10px 15px;
    text-align: center;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
    background: #ff4a00;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
    background: #6db6e4;
}


/*
Form*/


/* Customize the label (the container) */


/* Hide the browser's default radio button */

.step-form .form-wrapper label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
}


/* On mouse-over, add a grey background color */

.step-form .form-wrapper label:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.step-form .form-wrapper label input:checked~.checkmark {
    background-color: white;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.step-form .form-wrapper label input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.step-form .form-wrapper label .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #81D0B7;
}

.form-check label {
    position: relative;
    margin-right: 30px;
    padding-left: 28px;
    font-size: 12px;
    font-weight: 500;
    color: #747c8c;
    padding-top: 2px;
    margin-bottom: .5rem;
}

.step-form .bgform {
    background: #fff;
    padding: 40px;
    margin-top: 30px;
    position: relative;
}

.step-form .form-wrapper .form-check {
    padding: 0;
    margin-bottom: 15px;
}

.step-form .form-wrapper .form-group {
    margin-bottom: 6px;
    margin-top: 16px;
}

.step-form .form-wrapper .form-group label {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.step-form .form-wrapper p.does {
    font-size: 12px;
    color: #747c8c;
    font-weight: 500;
}

.step-form .form-wrapper p.does i {
    color: #ff8600;
    font-size: 16px;
    margin-left: 5px;
}

.step-form .form-wrapper p.continue {
    font-size: 12px;
    color: #747c8c;
    font-weight: 500;
    display: block;
    margin: 0;
}

.step-form .form-wrapper p.continue a {
    font-size: 12px;
    color: #747c8c;
    font-weight: 600;
}

.step-form .form-wrapper button.btn.btn-orange {
    margin-top: 20px;
    color: #fff;
}

.btn-orange {
    background: #1176EF;
    transition: 0.3s all;
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.step-form p {
    color: #616161;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: normal;
}

.phide2 {
    color: #616161;
    font-size: 14px;
    line-height: normal;
}

.phide {
    color: #616161;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: normal;
}

.step-form .form-wrapper .form-group input[type="file"] {
    background: #fff;
    padding: 7px;
    width: 400px;
    border: #ccc 1px solid;
    margin-bottom: 19px;
    border-radius: 4px;
}

.submits-wrapper {
    margin-top: 25px;
}

.form-footer p {
    padding: 15px 10px 0;
    font-size: 13px;
    color: #9ca9b7;
}

.form-check.step4check label {
    color: #344454;
    font-weight: 600;
    font-size: 16px;
}

.form-check.step4check label span {
    display: block;
    font-size: 12px;
    line-height: normal;
}

.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ff4a00;
    font-weight: bold;
}

table.pricing tr td:not(:first-child) {
    border: 1px solid #e6e4e4;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}

.stepsbanner {
    text-align: center;
    background: #1f2839;
    padding-top: 200px;
    font-size: 0;
    padding-bottom: 50px;
}

.form-tooltip {
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 400;
}

.form-tooltip>span {
    color: #fff;
    width: 22px;
    height: 22px;
    background-image: linear-gradient(to bottom, #828282, #4a4a4a);
    border-radius: 50%;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    vertical-align: baseline;
}

.form-tooltip-body {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    padding: 15px;
    width: 400px;
    max-height: 700px;
    overflow: auto;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    z-index: 2;
    cursor: default;
    border-radius: 6px;
}

.form-tooltip:hover .form-tooltip-body {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.form-tooltip-body p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #000;
    font-weight: 400;
    margin: 0;
}





/*.thankyou-banner h1 span {*/
/*    display:  block;*/
/*    font-family:  georgia;*/
/*    font-style:  italic;*/
/*}*/
.thankyou-banner {
    text-align: center;
    background: url(../images/our-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}

.thankyou-banner h1 {
    font-size:  180px;
    /*font-weight: 600;*/
    color:#1f2839;
    margin-bottom: 15px;
 font-family: "Sora", sans-serif;
    line-height: 190px;
}

.thankyou-banner h6{
    color:#333333;
    font-size:50px;
    font-family:"Open Sans";
    margin-bottom:20px;
    font-weight:400;
    line-height: 56px;
}

.thankyou-banner p{
    color:#333333;
    font-size:19px;
    text-transform:uppercase;
}
.thankyou-banner p strong{
    font-weight:bold;
}

.thankyou-banner h5 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding-top: 35px;
}

.btns-thankyou{
    padding-top:25px;
    
}
/*.thankyou-banner p{*/
/*    color:#fff;*/
/*    line-height:normal;*/
/*}*/

.tahnkyou-footer footer,
.tahnkyou-footer .copright{

    display: none;

}

.contact-address h6 {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.contact-address p {
    font-size: 18px;
    color: #1f2839;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 20px;
    padding-top: 10px;
}

.terms-content{
    height:500px;
    display:flex;
    align-items:center;
    background-color:#1E2637;
}

.terms-content h3{
    color:#fff;
    font-size:56px;
    font-weight:bold;
    text-transform:capitalize;
    text-align:center;
}


.terms-sec{
    padding:100px 0;
}
.faq-question-title {
    color: #254F9B;
    font-size: 29px;
    line-height: 29px;
}

.faa-paragraph {
    margin-bottom: 0px;
    padding: 13px 0px 9px;
    color: #344454;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.16px;
    list-style-type: none;
}

.stong {
    color: #4b5a6a;
    font-size: 22px;
    font-weight:600;
}

.privacy-list {
    position: relative;
    margin-top: 20px;
    margin-left: 40px;
    padding-left: 40px;
}
.list-bold {
    margin-bottom: 20px;
    font-weight:600;
    color: #344454;
    font-size: 22px;
}

.text-block-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-weight:bold;
    color: #344454;
    font-size: 22px;
}

.list-bold-2 {
    color: #344454;
    font-weight:600;
    font-size: 17px;
    line-height:normal;
}

.font-big-span {
    color: #4b5a6a;
    font-size: 22px;
    text-decoration: underline;
}

.faa-paragraph {
    margin-bottom: 0px;
    padding: 13px 0px 9px;
    color: #344454;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.16px;
    list-style-type: none;
}

.privacy-policy-list {
    margin-top: 0px;
    color: #344454;
    font-size: 17px;
    list-style-type: square;
    line-height: normal;
padding: 15px 0 0;
}

.privacy-policy-list-item1 {
    margin-bottom: auto;
    font-weight: 400;
}

.privacy-policy-list-item1 {
    margin-bottom: auto;
    font-weight: 400;
}

.privacy-policy-list strong{
    font-weight:bold;
}

.terms-service-list-item {
    margin-bottom: 30px;
    color: #344454;
    font-size: 17px;
    line-height: 30px;
    list-style:disc;
}

.faa-paragraph.trem-font-font {
    color: #4b5a6a;
    font-size: 22px;
    font-weight:600;
    
}

.pkgWrp .pckghead h4 span {
    display: block;
    font-size: 13px;
    font-family: "Open Sans";
    margin-top: 5px;
    font-weight: 400;
}


.protectSec .devlWrp h5 {
    min-height: 72px;
}

.homebanner .bannerWrapper>p{
    font-size: 20px;
    color: #333;
    line-height: 31px;
    margin-bottom: 25px;
}

.banner-faq {
    background-color: #1E2738;
    height: 180px;
}


.statement-sec-new{
    margin-bottom:50px;
    margin-left:0;
    margin-right:0;
}

.banner-extension .banner-new-body {
    padding-bottom: 50px;
}

.banner-office .banner-new-body{
    padding-bottom:100px;
}

.app-box h5 {
  font-size: 28px;
  color: #333333;
  font-family: "Sora", sans-serif;
  margin-bottom: 30px;
}
.app-box p {
  font-size: 17px;
  color: #333333;
  line-height: 30px;
  letter-spacing: -0.2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.scrl:after {
    margin: auto;
}
}

@media(max-width:1760px)
{
    .comDtl {
    padding: 80px 55px 80px 55px;
}
}

@media(max-width:1660px)
{
    .tradOpt {
        margin: 0;
    }
    
    
    
}


@media (max-width: 1440px) {
    .top-head {
        background-color: #141a26;
        padding: 10px 15px;
    }
    .main-head {
        padding: 20px 15px 30px;
    }
    .five-perc {
        width: 2%;
    }
    .vwClnt {
        width: 2%;
    }
    .ninty-perc {
        width: 96%;
    }
    .bannerWrapper {
        padding: 30px 30px;
    }
    .bannerWrapper h2 {
        font-size: 100px;
    }
    .reviewSec {
        padding: 100px 0px;
    }
    .rvWrp {
        padding: 35px 15px;
    }
    .rvWrp>div h5 {
        font-size: 20px;
    }
    .rvWrp p {
        line-height: 24px;
    }
    .innerBanner .bannerWrapper h2 {
        font-size: 34px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .bannerWrapper.compreWrp {
        padding: 30px 30px;
    }
    .comDtl {
        padding: 50px 45px;
    }
    .comDtl h4 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .tradOpt {
        margin: 0;
    }
    
    .btnsWrpp.btnsWrpp1 a.strt {
       width: 400px;
       margin-right:10px;
    }
    .comDtl .btnsWrpp.btnsWrpp1 {
    display: flex;
    align-items: center;
}
}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        max-width: 320px;
        margin: auto;
        background: #1E2738;
        height: 100vh;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu {
        padding: 30px 15px;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 0;
        padding: 0;
        display: block;
        text-align: left;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
    }
    ul.menu li:not(:last-child) a {
        margin-bottom: 20px;
    }
    ul.menu li a:hover,
    ul.menu li.active a {
        color: #fff;
    }
    ul.sub-menu {
        position: static;
        width: 100%;
        background: transparent;
        padding: 0 15px 10px;
        display: block;
    }
    ul.sub-menu>li {
        padding: 0;
        border-bottom: none;
    }
    ul.menu li:not(:last-child) a {
        margin-bottom: 10px;
    }
    .logo img {
        max-width: 80%;
    }
    header .header-btn {
        border-color: #fff;
        color: #fff;
        margin-left: 15px;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
    .scrl.five-perc {
        display: none;
    }
    .vwClnt.five-perc {
        display: none;
    }
    .ninty-perc {
        width: 100%;
    }
    .bannerWrapper h2 span {
        font-size: 24px;
    }
    .bannerWrapper h2 {
        font-size: 70px;
    }
    .btnsWrpp a.strt {
        margin-right: 0;
    }
    .btnsWrpp {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    .ul.workList {
        font-size: 0;
        margin: 0 -15px;
    }
    ul.workList>li {
        padding: 0 15px;
        width: 33.333%;
        margin: 0;
    }
    .wrkWrp h4 {
        font-size: 20px;
    }
    .ul.buisList {
        font-size: 0;
        margin: 0 -15px;
    }
    ul.buisList>li {
        margin-right: 0;
        width: 33.333%;
        padding: 0 15px;
    }
    .bsWrp div a {
        font-size: 20px;
    }
    ul.pckgList {
        margin: 0 -15px;
    }
    ul.pckgList>li {
        margin-right: 0;
        width: 33.333%;
        padding: 0 15px;
    }
    .pckBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .pckBtn a.strt {
        margin-right: 0;
    }
    ul.impList {
        margin: 0 -15px 100px;
        font-size: 0;
    }
    ul.impList>li {
        width: 33.333%;
        margin-right: 0;
        padding: 20 15px;
    }
    ul.impList>li h5 {
        font-size: 24px;
    }
    .btnsWrpp.btnsWrpp1 {
        justify-content: center;
    }
    .accordion-list {
        width: 100% !important;
    }
    .rvwList .slick-slide {
        padding: 0 15px;
    }
    .ggleSvg.trustSvg svg {
        max-height: 80px;
    }
    .rvWrp>div {
        margin-bottom: 0;
    }
    .widget-logo a.brand {
        font-size: 44px;
    }
    ul.ftr-menu>li a {
        font-size: 14px;
    }
    .innerBanner .bannerWrapper .viewPckg p {
        font-size: 20px;
    }
    .innerBanner .bannerWrapper .viewPckg p a {
        font-size: 18px;
    }
    .comDtl p {
        font-size: 16px;
        line-height: 26px;
    }
    .comDtl ul {
        margin-top: 15px;
    }
    .comDtl ul li {
        margin-bottom: 10px;
    }
    .comDtl h4 {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: normal;
    }
    .comDtl .btnsWrpp.btnsWrpp1 {
        margin-top: 40px;
    }
    .tradOpt {
        margin: 0;
    }
    .tradOpt .btnsWrpp.btnsWrpp1 a.strt {
        width: 100%;
        font-size: 14px;
    }
    ul.tabs>li {
        padding: 15px 15px;
    }
    ul.tabs>li span {
        width: 25px;
        margin-right: 10px;
    }
    ul.tabs>li a {
        font-size: 16px;
    }
    .mainBanner.innerBanner.ninty-perc {
        height: auto;
        min-height: 710px;
    }
    .devlWrp h5 {
        font-size: 22px;
    }
    ul.topSocial>li {
        margin-right: 10px;
    }
    .compLogos h4::after {
        right: 0;
    }
    .tltWrp h4 {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .guideSec {
        padding: 100px 0;
    }
    .guidWrp h5 {
        font-size: 22px;
    }
    
    .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
}

ul.sub-menu li a:hover {
    color: #fff !important;
}
}

@media (max-width: 824px) {
    .bannerWrapper {
        padding: 25px 15px;
    }
    .bannerWrapper h6 {
        font-size: 14px;
        margin-bottom: 10px;
        border-radius: 30px;
    }
    .bannerWrapper h2 {
        font-size: 50px;
        margin: 0 0 25px;
        padding-top: 15px;
    }
    .bannerWrapper h2 span {
        font-size: 22px;
        line-height: normal;
    }
    .bannerWrapper ul>li {
        margin-bottom: 10px;
    }
    .bannerWrapper ul>li span {
        margin-right: 5px;
    }
    .bannerWrapper ul {
        margin-bottom: 25px;
    }
    .btnsWrpp a.strt {
        width: 100%;
        font-size: 16px;
    }
    .compLogos {
        padding: 15px 15px;
    }
    .compLogos h4 {
        font-size: 18px;
        line-height: 40px;
    }
    .solWorksSec {
        padding: 50px 0;
    }
    .mn-hd h4 {
        font-size: 32px;
        line-height: normal;
    }
    .mn-hd {
        margin-bottom: 20px;
    }
    .wrkWrp h5 {
        font-size: 54px;
    }
    .wrkWrp h5 span {
        padding: 0 25px 0 15px;
    }
    .wrkWrp h4 {
        font-size: 17px;
        margin: 10px 0 15px;
        line-height: normal;
        padding: 0 15px;
    }
    .wrkWrp p {
        font-size: 14px;
        line-height: normal;
        padding: 0 15px;
    }
    .businssSec {
        padding: 50px 0;
        margin: 0;
    }
    .mn-hd p {
        font-size: 16px;
        line-height: normal;
    }
    ul.buisList {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .bsWrp div {
        padding: 15px 10px;
    }
    .bsWrp div a {
        font-size: 18px;
        line-height: normal;
    }
    .bsWrp div p {
        font-size: 14px;
        line-height: 24px;
    }
    .pckgSec {
        padding: 50px 0;
    }
    .pkgWrp .pckghead {
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .pkgWrp .pckghead h6 {
        font-size: 20px;
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .pkgWrp .pckghead h4 {
        font-size: 60px;
        margin-bottom: 15px;
    }
    .pkgWrp .pckghead p {
        font-size: 14px;
    }
    .pckgbdy ul>li h5 span {
        margin-right: 5px;
    }
    .pkgWrp .pckgbdy ul>li h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .importSec {
        padding: 50px 0;
    }
    ul.impList>li>span {
        margin-bottom: 20px;
    }
    ul.impList>li h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    ul.impList>li p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    ul.impList {
        margin: 0 -15px 25px;
    }
    .faqSec {
        margin: 0;
        padding: 50px 0;
    }
    .faqSec .btnsWrpp.btnsWrpp1 {
        width: 100%;
    }
    .reviewSec {
        padding: 50px 0;
    }
    footer {
        padding: 30px 0;
    }
    .widget-logo a.brand {
        font-size: 30px;
    }
    .widget-logo p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .widget h5 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .widget form>p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .copright p {
        font-size: 14px;
        padding: 15px 0;
    }
    .comDtl {
        padding: 25px 15px;
    }
    .tradimgsOpt>img {
        height: auto;
        min-height: 710px;
    }
    .bannerWrapper ul.comp>li {
        width: 50%;
        margin: 0 0 10px;
    }
    .bannerWrapper ul.comp>li p {
        font-size: 14px;
        line-height: 24px;
    }
    .comDtl .btnsWrpp.btnsWrpp1 {
        margin-top: 25px;
    }
    ul.tabs>li {
        padding: 15px 5px;
    }
    ul.tabs>li {
        height: auto;
    }
    ul.tabs>li a {
        font-size: 16px;
        display: block;
        text-align: center;
    }
    ul.tabs>li span {
        display: block;
        margin: auto;
    }
    .can-copySec {
        padding: 50px 0;
    }
    .cnList p {
        font-size: 15px;
    }
    .developSec {
        padding: 50px 0;
    }
    .developSec .mn-hd {
        margin-bottom: 25px;
    }
    .devlWrp h5 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 15px;
    }
    .devlWrp p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .developSec .btnsWrpp.btnsWrpp1 {
        margin-top: 25px;
    }
    .protectSec {
        margin: 0;
        padding: 50px 0;
    }
    .countlessSec {
        padding: 50px 0;
    }
    .wrkWrp.brndCountWrp {
        height: auto;
        padding: 25px 15px;
    }
    .wrkWrp.brndCountWrp h4 {
        margin: 0 0 15px;
    }
    .wrkWrp.brndCountWrp p {
        padding: 0;
        line-height: 24px;
    }
    .countlessSec .btnsWrpp.btnsWrpp1 {
        margin-top: 25px;
    }
    .highlightSec {
        padding: 50px 0;
    }
    .totalExp {
        padding: 25px 15px;
    }
    .tltWrp h6 {
        font-size: 18px;
    }
    .tltWrp h4 {
        font-size: 28px;
    }
    .tltWrp p {
        font-size: 14px;
        line-height: 24px;
    }
    .abtWrp h4 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .abtWrp p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .abtWrp p span {
        font-size: 14px;
        line-height: 26px;
    }
    .abtCont {
        width: 100%;
        height: auto;
        padding: 15px 15px;
        margin: 0;
        position: static;
    }
    .abtCont p {
        font-size: 16px;
        line-height: 26px;
    }
    .storySec {
        padding-bottom: 50px;
    }
    .guideSec {
        padding: 50px 0;
    }
    .guidWrp h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .guidWrp p {
        font-size: 14px;
    }
    .ContSec {
        padding: 50px 0;
    }
    .contWpr {
        padding: 30px 15px;
    }
    .contWpr h4 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: normal;
    }
    .contWpr p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .condtl {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .condtl a.lvechat {
        border-right: none;
    }
    .condtl a.lvechat {
        font-size: 24px;
    }
    .condtl a.nmbr {
        font-size: 24px;
    }
    .copyrightSec {
        padding: 50px 0;
        margin: 0;
    }
    
    .thankyou-banner h1 {
    font-size: 55px;
    line-height: normal;
}

.thankyou-banner h6 {
    font-size: 20px;
    line-height: normal;
}


.thankyou-banner p {
    font-size: 16px;
}


.thankyou-banner h5 {
    font-size: 14px;
    padding-top: 25px;
}



 .terms-sec {
    padding: 40px 0;
}
.faq-question-title {
    font-size: 26px;
    line-height: normal;
}

.privacy-list {
    margin-left: 10px;
    padding-left: 15px;
}
.faa-paragraph {
    font-size: 14px;
    line-height: 24px;
}

.list-bold {
    font-size: 20px;
    padding-left: 5px;
    line-height:normal;
}

.font-big-span {
    font-size: 18px;
    padding-left: 10px;
}

.list-bold-2 {
    font-size: 15px;
 }
 .text-block-9 {
    left: -10px;
 }
 
 .faa-paragraph.trem-font-font {
    font-size: 16px;
}

.terms-service-list-item {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
}


.homebanner .bannerWrapper > p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

}

@media (max-width: 767px) {
    .top-head {
        padding: 10px 0;
        text-align: center;
    }
    .topSocial {
        display: none;
    }
    .nmbTop {
        text-align: center;
    }
    .nmbTop>li:not(:first-child) {
        display: none;
    }
    ul.nmbTop>li::after {
        content: none;
    }
    ul.nmbTop>li {
        display: block;
        padding-right: 0;
        margin-right: 0;
    }
    .logo a {
        font-size: 22px;
    }
    .main-head {
        padding: 15px 0;
    }
    .menuWrap {
        /*top: 90px;*/
        /*height: calc(100vh - 90px);*/
        max-width:300px;
    }
    .menu > li.srch-trade a {
        width: 100%;
    }
    .main {
        padding-top: 120px;
        padding-bottom: 0;
    }
    .main .pad-zero {
        padding-left: 0;
        padding-right: 0;
    }
    .revimgh {
        display: none;
    }
    .mainBanner .row {
        width: auto;
    }
    .mainBanner.ninty-perc {
        height: auto;
    }
    .bannerWrapper {
        padding: 35px 15px;
    }
    .bannerWrapper h2 {
        font-size: 36px;
        text-align: center;
    }
    .bannerWrapper ul>li p {
        font-size: 14px;
    }
    .btnsWrpp a.strt {
        height: 55px;
        line-height: 55px;
        font-size: 14px;
    }
    .btnsWrpp a.srtChat {
        height: 55px;
    }
    .btnsWrpp a.srtChat span {
        font-size: 12px;
    }
    .btnsWrpp a.srtChat {
        height: 55px;
        font-size: 16px;
    }
    .btnsWrpp {
        justify-content: center;
    }
    .compLogos {
        margin: 15px 0 0;
        text-align: center;
        height: auto;
    }
    .compLogos h4::after {
        content: none;
    }
    .compLogos h4 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .mn-hd h4 {
        font-size: 22px;
    }
    .mn-hd p {
        font-size: 14px;
    }
    ul.workList>li {
        width: 100%;
        margin: 0 0 10px;
    }
    ul.workList {
        margin-bottom: 10px;
    }
    ul.buisList>li {
        width: 100%;
        margin-bottom: 10px;
    }
    .bsWrp div {
        min-height: auto;
    }
    .ltsStart {
        text-align: center;
    }
    ul.pckgList>li {
        width: 100%;
        margin-bottom: 10px;
    }
    .pckgbdy ul>li {
        padding: 10px 15px;
    }
    .pckBtn {
        margin-top: 15px;
    }
    .pkgWrp {
        padding-bottom: 15px;
    }
    ul.impList>li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    ul.accordion-list li {
        padding: 15px 15px;
    }
    ul.accordion-list li h3 {
        font-size: 16px;
        line-height: 24px;
        padding-right:20px;
    }
    ul.accordion-list {
        margin-bottom: 25px;
    }
    .rvwList .slick-slide {
        padding: 0;
    }
    .rvWrp p {
        margin-bottom: 10px;
    }
    .copright {
        height: auto;
    }
    footer {
        text-align: center;
    }
    .widget-logo a.brand {
        margin-bottom: 15px;
    }
    footer ul.topSocial {
        display: block;
        margin-bottom: 10px;
    }
    .copright p {
        font-size: 12px;
        padding: 10px 0;
        line-height: normal;
    }
    .innerBanner .bannerWrapper h2 {
        font-size: 32px;
    }
    .bannerWrapper.compreWrp>p {
        margin-bottom: 15px;
        font-size: 15px;
        text-align: center;
        line-height: normal;
    }
    .innerBanner .bannerWrapper .viewPckg p {
        font-size: 15px;
    }
    .innerBanner .bannerWrapper .viewPckg p a {
        font-size: 16px;
    }
    .mainBanner.innerBanner.ninty-perc {
        height: auto;
        min-height: auto;
    }
    .bannerWrapper.compreWrp {
        border-radius: 0;
        padding: 30px 15px;
    }
    .comDtl h4 {
        font-size: 20px;
    }
    .comDtl p {
        font-size: 14px;
        line-height: 24px;
    }
    .tradimgsOpt {
        margin-bottom: 10px;
    }
    .tradimgsOpt>img {
        height: auto;
        min-height: 600px;
    }
    .tradOpt {
        padding-bottom: 50px;
    }
    .innerBanner .bannerWrapper>p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
    .innerBanner .bannerWrapper .viewPckg p {
        text-align: center;
    }
    .devlopBrand {
        padding: 50px 0;
    }
    ul.tabs>li {
        padding: 10px 5px;
    }
    .tabsbyd {
        text-align: center;
        margin-top: 25px;
    }
    .innerbx h5 {
        margin-bottom: 10px;
    }
    .innerbx p {
        margin-bottom: 0;
    }
    .tabsWrp .btnsWrpp.btnsWrpp1 {
        margin-top: 15px;
    }
    .coptxt p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .devlWrp {
        text-align: center;
        margin-bottom: 15px;
    }
    .tltWrp {
        margin-bottom: 20px;
    }
    .tltWrp h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .guidWrp {
        text-align: center;
        margin-bottom: 15px;
    }
    ul.accordion-list li div.answer p {
        font-size: 14px;
        line-height: 24px;
    }
    ul.menu li a {
        font-size: 16px;
    }
    .widget-02 {
    padding-left: 0;
}

ul.accordion-list li h3::after {
    
    top:15px;
    right:15px;
}


.terms-content {
    height: auto;
    padding-top: 120px;
    padding-bottom: 35px;
}
.terms-content h3 {
    font-size: 30px;
    padding-top: 50px;
}

.banner-extension .banner-new-body {
    padding-bottom: 0px;
}

}


/* media query for step form */

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .btn {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 6px 15px;
        display: block;
        margin: 7px 0;
        padding: 8px 6px;
        white-space: inherit;
    }
    .package h4 em {
        bottom: inherit;
        top: -159px;
        right: -10px;
    }
    .package h3 {
        font-size: 15px;
    }
    .bg-rg .btn {
        margin-bottom: 30px;
    }
    .info-register2 h2 {
        font-size: 30px;
    }
    .info-register2 h3 {
        font-size: 18px;
    }
    .info-reg {
        width: 100%;
    }
    .info-reg h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .info-reg p {
        width: 100%;
    }
    .info-registry h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .info-registry h1+p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-amazon-registry .btn {
        margin-bottom: 40px;
    }
    .llp-tab-txt {
        padding: 0;
        margin-top: 40px;
    }
    .tab-img img {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .tab-img p {
        max-width: 100%;
    }
    .tab-img2 {
        display: inline-block;
        width: 100%;
        background: #f8fff2;
        height: auto;
        padding: 30px 0 20px;
    }
    .plus-left,
    .plus-right {
        width: 100%;
        margin-bottom: 20px;
    }
    .llp-tab-txt p {
        font-size: 13px;
    }
    .llp-faqs h2 {
        font-size: 22px;
    }
    .llp-togle .card-header a {
        font-size: 13px;
    }
    .llp-togle p {
        font-size: 13px;
    }
    .tab-img {
        padding-bottom: 0;
    }
    .llp-bg {
        padding: 30px 0px;
    }
    .llp-tab-txt h4 {
        font-size: 18px;
    }
    .llp-bg .nav-tabs li a span {
        background-size: 52%;
        height: 24px;
    }
    .llp-bg .nav-tabs li a {
        font-size: 13px;
        padding: 8px 16px;
    }
    .our-banner h4 br {
        display: none;
    }
    .our-banner h4 {
        font-size: 13px;
    }
    .form-tooltip-body {
        top: auto;
        left: 50%;
        max-width: 280px;
        transform: translateX(-50%);
    }
    .form-tooltip {
        position: static;
    }
    .form-btns {
        justify-content: space-between;
        gap: 5px;
        margin-top: 10px;
    }
    .step-form .bgform {
        padding: 40px 5px;
    }
    .expedited-box {
        padding: 60px 15px 10px 30px;
        margin-bottom: 20px;
    }
    .expedited-box h6 {
        font-size: 14px;
    }
    .form-progress-bar {
        margin-top: 15px;
    }
    .step-form h2 {
        font-size: 20px;
    }
    .form-btns .btn {
        padding: 11px 20px;
    }
    .form-btns {
        justify-content: space-between;
        gap: 5px;
    }
    .stepsbanner h1 {
        font-size: 20px;
    }
    .form-check.step4check label {
        line-height: normal;
    }
    .bb-icon-box img {
        width: 45px;
    }
    
}






/*new css*/






header {
    position: static;
}

.banner-new {
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    font-size: 0;
}

.banner-new-body {
    padding-top: 30px;
    padding-bottom: 25px;
}

.banner-new h6 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
     padding-bottom: 15px; 
 font-family: "Sora", sans-serif;
    font-weight: 400;
}

.banner-new h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 15px;
 font-family: "Sora", sans-serif;
    font-weight: 400;
}

.banner-new p {
    color: #b2b3d0;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 20px;
}

.banner-new p span {
    color: #fff;
    font-weight: bold;
}

.banner-list-items {
    padding-bottom: 30px;
}

.banner-list-items>li {
    position: relative;
    padding-left: 30px;
    color: #f6fffe;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

.banner-list-items>li::before {
    content: "\f058";
    font-family: "Font Awesome 5";
    color: #b93a78;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
}

.banner-btn {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 40px;
    border-radius: 3px;
    background-color: #5e125f;
    color: #fff;
}

.banner-btn:hover {
    box-shadow: 0px 4px 5.82px 0.18px rgba(0, 0, 0, 0.23);
}

.banner-btm-new {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.banner-btm-new h4 {
    color: #effffd;
    font-size: 18px;
    font-weight: 400;
}

.banner-btm-new h4 span {
    color: #aa115c;
    font-weight: bold;
}

.banner-btm-new h4 strong {
    font-weight: bold;
}

.banner-btm-new h4 a {
    color: #aa115c;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.bb-review img {
    max-width: 100px;
}

.bb-review h5 {
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.bb-review h5 span {
    font-size: 15px;
}

.bb-review {
    margin-right: -90px;
    position: relative;
    /*bottom: -30px;*/
    z-index:1;
}

.banner-business .bb-review{
    margin-right:-20px;
}

.banner-copyright .bb-review{
    margin-right:-40px;
}

.banner-extension .bb-review{
    margin-right:-40px;
}


/*.banner-amazon .bb-review {*/
/*    margin-right: -20px;*/
/*}*/
.top-head {
    background-color: #efefef;
}

ul.nmbTop>li a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.menu>li>a {
    color: #333;
}

.menu>li>a:hover {
    color: #296ff0;
}

.chat-new {
    height: 70px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #5e125f;
    flex-direction: column;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.chat-new h6 {
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
}

.chat-new:hover {
    background-color: #ff4a00;
    color: #fff;
}

.chat-new:hover h6 {
    color: #fff
}


ul.topSocial>li a:hover {
    color: #296ff0;
}

.btnsWrpp a.strt {
    background-image: none;
    background-color: #5e125f;
    border-radius: 0;
}

.btnsWrpp a.strt:hover {
    background-image: none;
    box-shadow: 0px 4px 5.82px 0.18px rgba(0, 0, 0, 0.23);
}

ul.nmbTop > li a:hover {
     color: #296ff0;
}

.menu > li > a span {
    color: #5e125f;
}



ul.sub-menu {
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
}

ul.sub-menu li a:hover{
    color:#296ff0
}

.icon-sec-new {
    background-color: #f6f6f6;
}

.icon-sec-new .compLogos {
    background: transparent;
    border: none;
    margin: 0;
}

.icon-sec-new .compLogos h4 {
    color: #333;
}

.icon-sec-new .compLogos h4::after {
    background: #cecece;
}


.header-sticky {
    background-color: #fff;
    z-index: 99999;
}

.main-head {
    padding: 10px 60px;
}

.solWorksSec {
    padding: 30px 0 100px;
}

.navigation.menuWrap {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

.btnsWrpp.btnsWrpp1 a.srtChat:hover, .btnsWrpp.btnsWrpp1 a.srtChat:hover span {
    color: #296ff0 !important;
}


.businssSec .mn-hd h4 {
    color: #fff;
}

.businssSec .mn-hd p {
    color: #fff;
}

ul.pckgList > li.pkg-active ul > li:nth-child(2n) {
    background: #252a65;
}

ul.pckgList > li.pkg-active .pkgWrp {
    background: #0c1253;
    border-color:#296ff0;
}

ul.pckgList > li.pkg-active .pkgWrp h6 {
    background: #5e125f;
    color: #fff !important;
}


.pckgbdy ul > li h5 span {
    color: #aa115c;
}


.faqSec {
    margin: 0;
}

.pckBtn a.strt{
    border-radius:0;
    background-image:none;
    background-color: #5e125f;
}

.pckBtn a.strt:hover{
    background-image:none;
    
    box-shadow: 0px 4px 5.82px 0.18px rgba(0, 0, 0, 0.23);
}

ul.ftr-menu > li a::before {
    color: #5e125f;
}

ul.ftr-menu > li a:hover {
    color: #296ff0;
}
.businssSec {
    margin: 0;
}

.copright p a {
    font-size: inherit;
}

.comDtl ul li span {
    color: #FF4A00;
}

.banner-new.banner-amazon .banner-new-body {
    padding-bottom: 100px;
}

.fromWrp button {
    background-image: none;
    border-radius: 0;
    background-color:#FF4A00;
}

.condtl a:hover {
    color: #296ff0;
}

.terms-content {
    height: 350px;
    background-color: #0E0D51;
}

/* 690 */

.megamenu-dropdown {
    display: flex;
    align-items: flex-start;
    width: 500px;
    position: absolute;
    left: -100px;
    top: 100%;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    z-index: 2;
    /*padding: 25px 25px;*/
    opacity:0;
    visibility:hidden;
    text-align:left;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.menu-dropdown:hover .megamenu-dropdown{
    opacity:1;
    transition-delay: 0s;
    visibility:visible;
}

.mm-menu{
    font-size:0;
    padding:25px 15px;
    width:100%;
}

.mm-menu>li{
    /* display:inline-block; */
    vertical-align:top;
    width:50%;
    
}

.mm-menu a{
    padding:5px 10px;
    font-size:14px;
    text-transform:capitalize;
}

.mm-menu a:hover{
    color:#296ff0;
}

.mm-info-box {
    width: 350px;
    background-color: #E8E8E8;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    text-align:center;
    padding:0 25px;
}

.mm-info-box h5{
    color:#333333;
    font-size:18px;
    font-weight:600;
    padding-bottom:5px;
}
.mm-info-box h6{
   color: #333333eb;
font-size: 16px;
padding-bottom: 15px;
font-weight: 300;
}
.mm-info-box a{
    width:100%;
    text-align:center;
    padding:10px 0;
    background-color: #5e125f;
    color:#fff;
    font-size:16px;
    font-weight:500;
}


.accordion-scroll {
    font-weight: normal;
    margin-top:25px;
}

.accordion-scroll span{
    color:#ff4a00;
    text-transform:uppercase;
    text-decoration:underline;
}

.accordion-listnew{
    position: relative;
    display: block;
    text-align: left;
    max-width: 945px;
    margin: auto;
    margin-bottom: 60px;
}

.accordion-listnew li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
    cursor: pointer;
    background: #ffffff;
    margin-bottom: 5px;
    padding: 26px 40px;
}

.accordion-listnew li h3 {
    font-size: 24px;
    cursor: pointer;
    color: #000000;
    font-family: "Sora", sans-serif;
    letter-spacing: -0.2px;
    font-weight: 400;
    line-height: normal;
}

.accordion-listnew li h3::after {
    /*content: "\f0d7";*/
    font-family: 'Font Awesome 5';
    position: absolute;
    right: 0;
    right: 30px;
    color: #000;
    transition: all .3s ease-in-out;
    font-size: 25px;
    font-weight: 700;
}

.accordion-listnew li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    cursor: pointer;
}

.accordion-listnew li div.answer p {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    letter-spacing: -0.2px;
}

@media (max-width:1440px)
{
    .megamenu-dropdown {
        /*left: -100px;*/
    }
}

@media (max-width:1200px)
{
    .banner-new h6 {
        font-size: 20px;
    }
    
    .banner-new h2 {
        font-size: 38px;
        line-height: 48px;
    }
    
    
    
    .banner-new p {
        font-size: 16px;
    }
    
    
    .banner-list-items {
    padding-bottom: 20px;
}
    
    
    .banner-list-items > li {
    font-size: 14px;
    }
    
    
    .banner-btm-new {
    margin-top: 15px;
}
    .banner-list-items {
    padding-bottom: 10px;
}
    
    .banner-btm-new h4 {
    font-size: 15px;
    line-height: normal;
    }
    
    .banner-btm-new h4 a {
        font-size: 18px;
    }
    
    ul.sub-menu {
        padding: 0 0 0 15px;
        border: none;
    }
    .chat-new {
    color: #fff;
}
.chat-new h6{
    color: #fff;
}

.package-pricing-table {
    margin: 0;
    padding: 0;
}

.main-head {
    padding: 10px 15px;
}

.logo {
    margin-right: 25px;
}

ul.sub-menu.sub-menu2{
    width:100%;
}

.banner-cta-bg h3 {
    font-size: 60px;
}

.navigation.menuWrap.open {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left:15px;
}

ul.menu {
    padding: 30px 0;
}
.main-head {
    padding: 10px 0;
}

.logo {
    margin-right: 25px;
}


.bb-review {
    margin-right: -90px;
    position: relative;
    bottom: 0;
}


.megamenu-dropdown {
    position: static;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border: none;
    width: 100%;
}
.mm-info-box {
    display: none;
}

.mm-menu {
    padding: 0 15px;
}

.mm-menu>li {
    width:100%;
}









}







@media (max-width:824px)
{
    .banner-new h2 {
    font-size: 26px;
    line-height: 36px;
}

.banner-new-body {
    padding-top: 0;
    padding-bottom: 30px;
}

.banner-btm-new {
    gap: 15px;
}
.solWorksSec {
    padding: 30px 0 40px;
}
}






@media (max-width:767px)
{
    .banner-new {
    height: auto;
    padding: 35px 0;
    text-align: center;
}

.banner-new h6 {
    font-size: 18px;
    padding-bottom: 0;
}

.banner-new h2 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 10px;
}


.banner-list-items {
    text-align: left;
}

.banner-btn {
    width: 100%;
    padding: 0;
    font-size: 15px;
}

.banner-btm-new {
    justify-content: center;
}


.bb-review {
    margin-right: 0;
}

.banner-img{
    display:none;
}

.banner-new-body {
    padding-top: 0;
    padding-bottom: 0;
}

.banner-new p {
    font-size: 14px;
}
.banner-new.banner-amazon .banner-new-body {
    padding-bottom: 0px;
}

ul.workList > li {
    padding: 0;
}

.banner-office .banner-new-body{
    padding-bottom:0px;
}

.accordion-listnew li {
    padding: 15px 15px;
}
.accordion-listnew li h3 {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0px;
}

.accordion-listnew li div.answer p {
    font-size: 14px;
    line-height: 24px;
}
.accordion-scroll {

    font-size: 14px;
    line-height: normal;
}

}






.banner_signup{

        height: 260px;
}