/* Main Css */

::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: 'Open Sans', 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.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

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: 'Open Sans', sans-serif;
}

.dm-serif {
    font-family: 'DM Serif Display', 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: 50px;
    color: #272828;
    font-family: 'DM Serif Display';
    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(../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;
}

.nmbTop h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

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: #fff;
    padding: 15px 60px;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 40%);
    transition: all 0.3s ease-in-out;
    z-index:2;
}

.logo {
    display: inline-block;
}

.logo a {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.logo img {
    display: block;
    width: 180px;
}


/* 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;
    transition:all 0.1s ease-in-out;
}

.menu>li>a:hover {
    color: #9dffd9;
}

.menu>li>a span {
    margin-left: 15px;
    color: #9dffd9;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-chat-btn {
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #141a26;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    height: 60px;
    width: 200px;
}

.header-chat-btn img {
    transition: all 0.4s ease-in-out;
}

.header-chat-btn:hover img {
    filter: brightness(0) invert(1);
}

.header-chat-btn: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);*/
    background-color:#1379F2;
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    color: #fff;
}

.header-btn {
    border: 2px solid #2794ef;
    height: 60px;
    width: 230px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 30px;
}

.header-btn:hover {
    background-color: #2794ef;
}

.menu-dropdown {
    position: relative;
}


ul.sub-menu {
    position: absolute;
    width: 250px;
    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;
    background-position: 60%;
    display: flex;
    align-items: center;
    /* height: 100vh; */
    height: 870px;
    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 {
   background: linear-gradient(90deg, rgba(94, 255, 219, 1) 0%, rgb(94 255 219 / 80%) 35%, rgb(94 255 219 / 50%) 100%);
padding: 60px;
box-shadow: 0 0px 98px 39px rgb(0 0 0 / 20%);
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}

.bannerWrapper h2 {
    /*font-size: 56px;*/
    font-size: 44px;
    /*line-height: 74px;*/
    line-height: 58px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'DM Serif Display', serif;
    color: #1f2839;
    margin-bottom: 15px;
     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 {
    color: #333333;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 25px;
    font-family: 'Open Sans';
}

.bannerWrapper ul {
    margin-bottom: 40px;
}

.bannerWrapper ul>li {
    margin-bottom: 24px;
}

.bannerWrapper ul>li span {
    font-size: 16px;
    vertical-align: top;
    color: #65cfa9;
    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);
}

.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;
    
}

.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 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;
}

.bannerWrapper a.srtChat {
    background-color: #141a26;
    background-image: none;
    color: #fff;
}

.bannerWrapper a.srtChat span {
    color: #fff;
}

.bannerWrapper h5 {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    font-family: "Open Sans";
    padding-top: 30px;
    padding-bottom: 20px;
}

.bannerWrapper h5 a {
    color: #e74141;
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
}

.bannerWrapper h5 a:hover{
    text-decoration:underline;
}


.banner-approved {
    box-shadow: 0px 26px 57px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    max-width: 390px;
    padding: 20px 15px;
    border-radius: 15px;
    margin: auto;
}

.ba-top{
    display:flex;
    align-items:center;
    justify-content:center;
}

.banner-approved img {
    vertical-align: middle;
}

.banner-approved h6 {
    color: #333333;
    font-size: 16px;
    margin-top:3px;
    font-weight: 400;
    font-family: "Open Sans";
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 20px;*/
}

.ba-top>div{
    position:relative;
    padding-left:10px;
    margin-left:10px;
    width:40%;
    
}

.ba-top > div::before {
    content: "";
    width: 1px;
    background-color: #000;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-approved .ba-top span {
    color: #f79d4b;
    font-size: 16px;
}

.banner-approved h5 {
    padding-top: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-align:center;
}

.banner-approved h5 strong{
    color:#1f2839;
    font-weight:600;
    
}

.bb-icon-list {
    font-size: 0;
    margin: 0 -15px;
    padding: 50px 0 0;
}

.bb-icon-list>li {
    display: inline-flex;
    align-items: center;
    width: 33.333%;
    padding: 0 15px;
    gap: 20px;
}

.bb-icon-list p {
    color: #999999;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.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: 'DM Serif Display';
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
}

.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; */
}

.wrkWrp h4 {
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    font-family: 'DM Serif Display';
    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: 470px;
}

.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: 'DM Serif Display';
    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: 'DM Serif Display';
    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: 80px;
    color: #1f2839;
    font-family: 'DM Serif Display';
    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;
}

.pckgbdy ul>li h5 span {
    font-size: 16px;
    color: #53d2a1;
    margin-right: 15px;
}

.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);
}

.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:hover .pkgWrp {
    background: #141a26;
    transition: ease 0.8s;
    border-color: #9dffd9;
}

ul.pckgList>li:hover .pkgWrp h6 {
    background: #9dffd9;
    color: #1f2839 !important;
}

ul.pckgList>li:hover .pkgWrp h6,
ul.pckgList>li:hover .pkgWrp .pckghead h4,
ul.pckgList>li:hover .pkgWrp h5,
ul.pckgList>li:hover .pkgWrp p {
    color: #fff;
    transition: ease 0.8s;
}

ul.pckgList>li:hover .pkgWrp .pckghead p {
    opacity: 0.5;
}

ul.pckgList>li:hover ul>li:nth-child(2n) {
    background: #2e3b54;
    transition: ease 0.8s;
}

ul.pckgList>li:hover a.srtChat,
ul.pckgList>li:hover a.srtChat span {
    color: #fff;
    transition: ease 0.8s;
}

ul.pckgList>li:hover 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: 70px;
    width: 29%;
}

ul.impList>li>span {
    margin-bottom: 55px;
}

ul.impList>li span img {}

ul.impList>li h5 {
    font-size: 30px;
    color: #333333;
    font-family: 'DM Serif Display';
    margin-bottom: 30px;
}

ul.impList>li p {
    font-size: 18px;
    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: 'DM Serif Display';
    letter-spacing: -0.2px;
    font-weight: 400;
}

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;
}

.ggleSvg {
    margin-bottom: 0;
}
.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: 'DM Serif Display';
    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: 50px 0;
}

footer p {
    color: #999999;
    font-size: 16px;
    line-height: 23px;
}

.widget-logo {}

.widget-logo a.brand {
    font-size: 54px;
    color: #1f2839;
    font-weight: 400;
    font-family: 'DM Serif Display';
    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: 'DM Serif Display';
    margin-bottom: 25px;
}

.socil-ftr ul.topSocial {}

.socil-ftr ul.topSocial>li a:hover {
    color: #9dffd9;
}

.widget {}

.widget h5 {
    font-size: 20px;
    font-family: 'DM Serif Display';
    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: 'DM Serif Display';
    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;
}

.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;
}

.banner-cta-bg {
    margin: 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 430px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    text-align: center;
    border-radius: 15px;
}

.banner-cta-bg h6 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 10px;
    font-family: 'DM Serif Display', serif;
}

.banner-cta-bg h3 {
    color: #fff;
    font-size: 80px;
    padding-bottom: 25px;
    font-family: 'DM Serif Display', serif;
}

.banner-cta-bg p {
    color: #fff;
    font-size: 24px;
    padding-bottom: 40px;
}

.banner-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 25px 0 20px;
    border-bottom: 1px solid #caccd0;
    max-width: 550px;
    margin: auto;
}

.banner-cta-btns h5 {
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}

.banner-cta-btns h5 span {
    width: 28px;
    height: 28px;
    background-color: #1379f2;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.banner-cta-btns h5 a {
    color: #333;
    font-weight: bold;
}

.banner-cta-btns h5 a:hover {
    color: #1379f2;
}

.bannercta-chat {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.bannercta-chat:hover {
    color: #1379f2;
}

.about-sec {
    /* position: relative; */
    padding: 100px 0;
}

.about-sec h3 {
    color: #272828;
    font-size: 50px;
    font-family: 'DM Serif Display', serif;
    padding-bottom: 50px;
    text-align: center;
}

.about-img-wrap {
    position: relative;
}

.about-guarantee {
    position: absolute;
    right: -10px;
    bottom: -15px;
}

.about-sec p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
}

.packages-include {
    padding-bottom: 100px;
}

.packages-include h3 {
    color: #272828;
    font-size: 50px;
    font-weight: 600;
    font-family: 'DM Serif Display', serif;
    text-transform: capitalize;
    padding-bottom: 50px;
    text-align: center;
}

.package-icon-list {
    font-size: 0;
    margin: 0 -15px;
}

.package-icon-list>li {
    display: inline-block;
    vertical-align: top;
    width: 16.6667%;
    text-align: center;
}

.package-icon h6 {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    padding-top: 10px;
}

.package-pricing-table {
    margin: 0 60px;
}

.pp-bg {
    background-color: rgb(246, 246, 246);
    border-radius: 15px;
    padding: 70px 45px;
}

.package-pricing-table .sec-heading h3 {
    color: #333333;
    font-size: 50px;
    line-height: 65px;
    padding-bottom: 35px;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
}

.pptable-head-box {
    border-radius: 15px;
    background-image: -moz-linear-gradient( 90deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100%);
    text-align: center;
    height: 360px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.pptable-head-box h4 {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.pptable-head-box h6 {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 0;
}

.pptable-head-box h5 {
    color: #1a1a1a;
    font-weight: bold;
    font-size: 47px;
}

.pptable-head-box a {
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    /* background-image: linear-gradient(to bottom, #323232, #000); */
    background-color: #1f2839;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}

.pptable-head-items {
    font-size: 0;
}

.pptable-head-items>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
}

.pphead-blue {
    background-image: -moz-linear-gradient( 90deg, rgb(213, 232, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(213, 232, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(213, 232, 255) 0%, rgb(255, 255, 255) 100%);
}

.pphead-blue h4 {
    color: #1975ff;
}

.pphead-blue h5 {
    color: #1975ff;
}

.pphead-blue a {
    /* background-image: linear-gradient(to bottom, #3a89ff, #06f); */
    background-color: #0d72e9;
}

.pphead-orange {
    background-image: -moz-linear-gradient( 90deg, rgb(255, 232, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 232, 227) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 232, 227) 0%, rgb(255, 255, 255) 100%);
}

.pphead-orange h4 {
    color: #fe7749;
}

.pphead-orange h5 {
    color: #fe7749;
}

.pphead-orange a {
    /* background-image: linear-gradient(to bottom, #ff8967, #fd6830), linear-gradient(to bottom, #1a1a1a, #000); */
    background-color: #fe7749;
}

table.pptable-main {
    width: 100%;
    min-width: 610px;
    /* background-color: #ffffff; */
    border-collapse: collapse;
    color: #000000;
    /* background-image: linear-gradient(to bottom, #fff, #eee); */
}

table.pptable-main td,
table.pptable-main th {
    border-width: 0px;
    border-style: solid;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid #cecece; */
    color: #344555;
    font-size: 26px;
}

table.pptable-main tr {
    border-bottom: 2px solid #717171;
}

table.pptable-main tr td:first-child {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    width: 34%;
    text-align: left;
    /* border: 1px solid #cecece; */
    padding: 25px 30px;
}

.form-tooltip {
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.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;
}

.pptable-check {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    background-color: #1F2839;
    /* background-image: linear-gradient(to bottom, #323232, #000); */
}

.pptable-check-blue {
    background-color: #0D72E9;
    /* background-image: linear-gradient(to bottom, #3a89ff, #06f); */
}

.pptable-check-orange {
    background-color: #FE7749;
    /* background-image: linear-gradient(to bottom, #ff8967, #fd6830), linear-gradient(to bottom, #1a1a1a, #000); */
}


/* table.pptable-main tr:last-child td:first-child {
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
} */


/* table.pptable-main tr:last-child td:not(:first-child) {
    background-image: linear-gradient(to bottom, #fff, #eee), linear-gradient(to bottom, #fafafa, #fafafa);
    border: solid 2px #ececec;
} */

.pptable-btn {
    width: 210px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 35px;
    background-color: #1F2839;
    /* background-image: linear-gradient(to bottom, #323232, #000); */
}

.pptable-btn-blue {
    background-color: #0D72E9;
    /* background-image: linear-gradient(to bottom, #3a89ff, #06f); */
}

.pptable-btn-orange {
    background-color: #FE7749;
    /* background-image: linear-gradient(to bottom, #ff8967, #fd6830), linear-gradient(to bottom, #1a1a1a, #000); */
}

.pptable-btn:hover {
    color: #fff;
}

.package-pricing-table .header-chat-btn {
    background-color: #9dffd9;
}

.package-pricing-table .header-chat-btn:hover {
    background-color: #1379F2;
}

.pp-btm-items>li {
    text-align: center;
}

.pptable-btm {
    padding: 40px 0;
    margin: 0 45px 100px;
    border-bottom: 2px solid #717171;
}

.pptable-btm p {
    color: #333;
    font-size: 20px;
    line-height: 30px;
}

.pptable-wrap {
    height: 390px;
    overflow: auto;
    padding-top: 35px;
}


/*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: 'DM Serif Display';
    font-weight: 100;
}

.tltWrp h4 {
    font-size: 50px;
    color: #272828;
    font-weight: 400;
    font-family: 'DM Serif Display';
    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: 'DM Serif Display';
    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: 'DM Serif Display';
    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: 'DM Serif Display';
    color: #333333;
    font-size: 24px;
    font-weight: 400;
}

.innerBanner .bannerWrapper .viewPckg p a {
    font-family: 'DM Serif Display';
    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: 'DM Serif Display';
    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: 'DM Serif Display';
}

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: 'DM Serif Display';
    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: 0;
}

.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: 'DM Serif Display';
    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: 'DM Serif Display';
    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: 30px;
    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: 'DM Serif Display';
    font-weight: 400;
}

.field {
    position: relative;
}

.field input,
.field textarea {
    position: relative;
    z-index: 9;
    background: transparent;
    border: 1px solid #aaa;
    padding: 0 0 25px;
    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: 'DM Serif Display';
    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: #65cfa9;
}

.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: #65cfa9;
}

.tp-check-pricing {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #344454 url("../../assets/images/check-pricing.png") no-repeat center;
    border-radius: 100%;
}

.tp-check-pricing.orange {
    background-color: #65cfa9;
}

.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: #65cfa9;
}

.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: #65cfa9;
    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;
}

.pptable-head-box h5 em {
    position: relative;
    font-size: 32px;
    margin-left: 15px;
}

.pptable-head-box h5 em::before{
  content: "";
background-color: red;
position: absolute;
height: 3px;
left: -2px;
right: -2px;
top: 0;
bottom: 0;
margin: auto;
transform: rotate(20deg);
    
}

footer p a {
    font-size: inherit;
}

.expert-box-right a:hover {
    color: #65cfa9;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.scrl:after {
    margin: auto;
}
}

@media(max-width:1760px)
{
    .menu > li {
        margin-right: 20px;
    }
    
    .menu > li > a {
        font-size: 15px;
    }
    
    .header-btns {
    gap: 10px;
}
}

@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;
    }
    .menu>li {
        margin-right: 20px;
    }
    .menu>li>a {
        font-size: 15px;
    }
    .header-btns {
        gap: 15px;
    }
    .header-btn {
        width: 200px;
    }
    header .header-chat-btn {
        width: 160px;
    }
    .bannerWrapper h2 {
        font-size: 54px;
        line-height: 64px;
    }
    .bannerWrapper>p {
        font-size: 20px;
        line-height: 30px;
    }
    .bannerWrapper h5 {
        font-size: 20px;
    }
    .bannerWrapper h5 a {
        font-size: 20px;
    }
    .mainBanner {
        height: 720px;
    }
    .package-pricing-table {
        margin: 0;
    }
    .package-pricing-table .sec-heading h3 {
        line-height: 54px;
        font-size: 44px;
    }
    table.pptable-main tr td:first-child {
        font-size: 18px;
        line-height: 28px;
    }
    .pptable-btm p {
        font-size: 16px;
        line-height: 26px;
    }
}

@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: #296ff0;
        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: 0 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;
    }
    .package-pricing-table {
        margin: 0;
    }
    .pp-bg {
        padding: 30px 0px;
    }
    .header-btns {
        flex-wrap: wrap;
        padding-left: 15px;
    }
    header .header-btn {
        margin-left: 0;
    }
    .mainBanner {
        height: auto;
    }
    .bannerWrapper h2 {
        font-size: 46px;
        line-height: normal;
    }
    .bannerWrapper>p {
        font-size: 18px;
        line-height: 28px;
    }
    .bannerWrapper h5 {
        font-size: 16px;
    }
    .bannerWrapper h5 a {
        font-size: 16px;
    }
    .banner-approved h6 {
        font-size: 13px;
margin-left: 0;
    }
    .solWorksSec {
        padding: 50px 0;
    }
    .mn-hd {
        margin-bottom: 20px;
    }
    .mn-hd h4 {
        font-size: 36px;
        line-height: normal;
    }
    .banner-cta-bg {
        margin: 0;
    }
    .about-sec {
        padding: 50px 0;
    }
    .package-pricing-table .sec-heading h3 {
        line-height: 44px;
        font-size: 34px;
    }
    .pptable-head-box a {
        width: calc(100% - 15px);
    }
    .pptable-head-box h4 {
        font-size: 20px;
    }
    .pptable-btn {
        width: calc(100% - 10px);
        font-size: 18px;
    }
    .pptable-btm p {
        font-size: 14px;
        line-height: 22px;
    }
    .pptable-btm {
        margin: 0 0 50px;
    }
    
    .ba-top > div {
    width: 50%;
}
}

@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;
    }
    table.pptable-main {
        table-layout: fixed;
    }
    table.pptable-main tr td:first-child {
        width: 50%;
    }
    table.pptable-main tr td:first-child {
        padding: 10px 10px;
    }
    table.pptable-main tr td:first-child {
        font-size: 13px;
        line-height: 22px;
    }
    .pptable-check {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
    }
    .form-tooltip {
        position: static;
    }
    .form-tooltip-body {
        top: auto;
        left: 50%;
        max-width: 280px;
        transform: translateX(-50%);
    }
    table.pptable-main tr:last-child td:first-child {
        font-size: 11px;
    }
    .pptable-wrap {
        overflow-x: auto;
    }
    .pptable-btn {
        width: 100%;
        font-size: 12px;
    }
    .pptable-head-box a {
        width: calc(100% - 10px);
    }
    .pptable-head-box h4 {
        font-size: 16px;
    }
    .pptable-head-items {
        min-width: 610px;
    }
    .pptable-topright {
        overflow-x: auto;
    }
    .pptable-head-box {
        height: 290px;
    }
    .bannerWrapper h2 {
        font-size: 36px;
    }
    .bannerWrapper>p {
        font-size: 16px;
        line-height: 26px;
    }
    .bannerWrapper ul>li p {
        font-size: 14px;
    }
    .bannerWrapper h5 {
        font-size: 15px;
        line-height: normal;
    }
    .bb-icon-list p {
        font-size: 12px;
        line-height: 20px;
    }
    .wrkWrp h5 {
        padding: 0 15px;
    }
    .wrkWrp h5 span {
        padding: 0;
    }
    .banner-cta-bg {
        height: auto;
        padding: 40px 0;
    }
    .banner-cta-bg h6 {
        font-size: 24px;
    }
    .banner-cta-bg h3 {
        font-size: 50px;
        padding-bottom: 15px;
    }
    .banner-cta-bg p {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .about-sec h3 {
        font-size: 36px;
        padding-bottom: 20px;
    }
    .about-sec p {
        font-size: 14px;
    }
    .packages-include {
        padding-bottom: 50px;
    }
}

@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;
        
    }
    .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: 20px;
    }
    .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;
    }
    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;
    }
    .bb-icon-box img {
        width: 45px;
    }
    .mainBanner.ninty-perc {
        background-position: left;
    }
    .bannerWrapper {
        padding: 25px 15px;
        text-align: center;
    }
    .bannerWrapper h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .bannerWrapper>p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
    .btnsWrpp a.srtChat {
        font-size: 18px;
    }
    .bannerWrapper h5 {
        font-size: 14px;
        text-align: center;
        padding: 10px 0;
    }
    .banner-approved h6 {
        font-size: 12px;
        margin: 0;
    }
    .banner-approved h5 {
       font-size: 14px;
        padding: 10px 0 0;
    }
    .banner-approved {
        text-align: center;
    }
    .bb-icon-list {
        padding: 20px 0;
    }
    .bb-icon-list>li {
        gap: 15px;
        width: 100%;
        margin-bottom: 10px;
    }
    .bb-icon-list img {
        max-height: 30px;
        max-width: 30px;
    }
    .solWorksSec {
        padding: 40px 0;
    }
    .wrkWrp {
        padding: 25px 0 25px;
    }
    ul.workList>li {
        padding: 0;
    }
    .banner-cta-bg h6 {
        font-size: 18px;
    }
    .banner-cta-bg h3 {
        font-size: 36px;
    }
    .banner-cta-bg p {
        font-size: 14px;
    }
    .btnsWrpp.btnsWrpp1 a.strt {
        width: 100%;
    }
    .banner-cta-bg {
        border-radius: 0;
    }
    .banner-cta-btns {
        gap: 20px;
    }
    .banner-cta-btns h5 {
        font-size: 16px;
    }
    .bannercta-chat {
        font-size: 18px;
    }
    .about-sec {
        padding: 40px 0;
    }
    .about-sec h3 {
        font-size: 26px;
    }
    .about-sec p {
        margin-top: 25px;
    }
    .package-pricing-table .sec-heading h3 br {
        display: none;
    }
    .package-pricing-table .sec-heading h3 {
        line-height: 34px;
        font-size: 26px;
        padding-bottom: 15px;
    }
    .package-pricing-table .header-chat-btn {
        margin-bottom: 15px;
    }
    .pptable-wrap {
        padding-top: 0;
    }
    .pptable-head-items.pp-btm-items {
        padding-top: 25px;
    }
    .pptable-btm {
        margin: 0 0 40px;
        padding: 20px 0;
        text-align: center;
    }
    .package-icon {
        text-align: center;
    }
    .package-icon img {
        margin: auto;
    }
    .package-icon-list>li {
        width: 50%;
        margin-bottom: 15px;
    }
    .package-icon h6 {
        font-size: 12px;
    }
    .packages-include h3 {
        font-size: 26px;
        padding-bottom: 25px;
        text-align: center;
    }
    .packages-include {
        padding-bottom: 30px;
    }
    footer p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    footer {
        padding: 15px 0;
    }
    .banner-cta-bg h3 br {
        display: none;
    }
    .banner-cta-bg p {
        font-size: 14px;
        line-height: normal;
    }
    
    .bannerWrapper ul {
    text-align: left;
}

.pptable-head-box h4 {
    padding-bottom: 5px;
}
}




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;
}

.banner-new h6 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    /* padding-bottom: 15px; */
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
}

.banner-new h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 15px;
    font-family: 'DM Serif Display', 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: #65cfa9;
    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: #ff5e00;
    color: #fff;
}

.banner-btn:hover {
    box-shadow: 0px 4px 5.82px 0.18px rgba(0, 0, 0, 0.23);
}
.banner-btn.banner-btn-call {
    background: #65cfa9;
    margin-left: 15px;
}
.banner-btn.banner-btn-call:hover {
    box-shadow: 0px 4px 5.82px 0.18px rgba(0, 0, 0, 0.23);
}
.btnpulsewhite {
    animation: pulseWhite 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgb(255 255 255);
}
@keyframes pulseWhite {
    0% {
         /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
         /*transform: scale(1.02); */
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
         /*transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.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: #65cfa9;
    font-weight: bold;
}

.banner-btm-new h4 strong {
    font-weight: bold;
}

.banner-btm-new h4 a {
    color: #65cfa9;
    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: -30px;
    position: relative;
    bottom: 9px;
}

.main-head {
    padding: 10px 60px;
}

.solWorksSec {
    padding: 25px 0 100px;
}

.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 #65cfa9;
    flex-direction: column;
    color: #000;
    font-size: 26px;
    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: #65cfa9;
    color: #fff;
}

.chat-new:hover h6 {
    color: #fff
}

.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;
}

ul.topSocial>li a:hover {
    color: #296ff0;
}

.btnsWrpp a.strt {
    background-image: none;
    background-color: #ff5e00;
    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: #65cfa9;
}



ul.sub-menu {
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
}

ul.sub-menu li a:hover{
    color:#296ff0
}

.package-pricing-table {
    margin: 0;
    padding: 0 12%;
}


.pptable-top .header-chat-btn{
    border-radius:0;
    color:#fff;
    background-color:#65cfa9;
    box-shadow:none;
}

.pptable-top .header-chat-btn img{
    filter:brightness(0) invert(1);
}

.pptable-head-box a{
    border-radius:0;
}

.pptable-btn{
    border-radius:0;
}

.pptable-wrap {
    height: auto;
}

.btnsWrpp.btnsWrpp1 a.srtChat:hover, .btnsWrpp.btnsWrpp1 a.srtChat:hover span {
    color: #296ff0 !important;
}

.sub-menu2{
    width:180px;
}



.what-trademark {}

.what-trademark h3 {
    font-family: 'DM Serif Display';
    line-height: normal;
    color: #272828;
    font-size: 50px;
    padding-bottom: 30px;
    font-weight: 400;
}

.what-trademark p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 50px;
}

.what-trademark .btnsWrpp.btnsWrpp1 {
    text-align: left;
}

.why-search {
    padding: 100px 0 75px;
}

.why-search h3 {
    font-family: 'DM Serif Display';
    line-height: normal;
    color: #272828;
    font-size: 50px;
    padding-bottom: 30px;
    font-weight: 400;
}

.why-search p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 50px;
}

.why-search .btnsWrpp.btnsWrpp1 {
    text-align: left;
}

.ask-expert-cta {
    background-color: #1a49a1;
    padding: 75px 0;
}

.expert-box-left {
    position: relative;
    height: 375px;
    background-color: #fff;
    padding: 70px 30px 0;
    z-index: 0;
}

.expert-box-left h3 {
    color: #333333;
    font-size: 50px;
    font-family: 'DM Serif Display';
    padding-bottom: 25px;
    font-weight: 400;
}

.expert-box-left p {
    color: #666666;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
}

.expert-box-left a {
    max-width: 260px;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #65cfa9;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.expert-box-left a:hover {
    box-shadow: 0px 4px 5.82px 0.18px rgba(0, 0, 0, 0.23);
}

.expert-box-left::before {
    content: "";
    background-image: url(../images/expert-cta.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 243px;
    height: 320px;
    z-index: -1;
}

.expert-box-right {
    background-color: #fff;
    padding: 70px 30px 0;
    height: 100%;
}

.expert-box-right h6 {
    color: #333333;
    font-size: 24px;
    padding-bottom: 5px;
    font-family: 'DM Serif Display';
    font-weight: 400;
}

.expert-box-right a {
    color: #333333;
    font-size: 50px;
    font-family: 'DM Serif Display';
    margin-bottom: 30px;
}

.expert-box-right p {
    color: #666666;
    font-size: 24px;
    line-height: 30px;
}

.why-choose-new {
    padding: 100px 0 75px;
}

.why-choose-new h3 {
    color: #272828;
    font-size: 50px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    padding-bottom: 65px;
    text-align: center;
}

.num-box h4 {
    color: #65cfa9;
    font-size: 60px;
    padding-bottom: 25px;
    font-family: 'DM Serif Display';
}

.num-box h5 {
    color: #272828;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 40px;
}

.num-box p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

.num-wrap {
    padding-bottom: 45px;
    border-bottom: 1px solid #d4d4d4;
}

.package-icon-list>li:not(:last-child) {
    border-right: 1px solid #cccccc;
}

.banner-cta-bg {
    margin: 0;
    border-radius: 0;
}

.faqSec {
    margin: 0;
}









@media (max-width:1660px)
{
    .package-pricing-table {
    margin: 0;
    padding: 0 7%;
}
}


@media (max-width:1440px){
    .package-pricing-table {
    margin: 0;
    padding: 0 1%;
}

.pp-bg {
    padding: 70px 10px;
}
}




@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;
}
   .what-trademark h3 {
    font-size: 34px;
    padding-bottom: 15px;
   }
   
   
   .what-trademark p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px;
}



.why-search h3 {
    font-size: 34px;
    padding-bottom: 15px;
}

.why-search p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px;
}
.expert-box-left::before {
    content: none;
}
.expert-box-right p {
    font-size: 20px;
    line-height: 30px;
}


.why-choose-new h3 {
    font-size: 36px;
    padding-bottom: 35px;
}

.num-box h4 {
    font-size: 50px;
}

.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
}

ul.sub-menu li a:hover {
    color: #fff !important;
}

.bb-review {
    margin-right: -90px;
    position: relative;
    bottom: 0;
}

}














@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;
}






.expert-box-left {
    height: auto;
    padding: 35px 25px;
}

.expert-box-left h3 {
    font-size: 34px;
    padding-bottom: 15px;
}

.expert-box-left p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 25px;
}
.expert-box-left p br{
    display:none;
}

.expert-box-right {
    padding: 35px 25px;
}


.expert-box-right h6 {
    font-size: 20px;
}

.expert-box-right a {
    font-size: 30px;
    margin-bottom: 10px;
}

.expert-box-right p {
    font-size: 16px;
    line-height: 26px;
}

.num-box h4 {
    font-size: 34px;
    padding-bottom: 15px;
}

.num-box h5 {
    font-size: 17px;
    padding-bottom: 25px;
}
.num-box p {
    font-size: 14px;
    line-height: 22px;
}

.why-choose-new {
    padding: 50px 0;
}

.package-icon-list > li:not(:last-child) {
    border-right: none;
}

.banner-cta-bg h3 {
    font-size: 36px;
}
}

@media (max-width:767px)
{
    .banner-btn {
    margin: 10px 0 0 0 !important;
}
    .banner-new {
    height: auto;
    padding: 35px 0;
    text-align: center;
}

.banner-new h6 {
    font-size: 18px;
}

.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;
}

.menu-Bar {
    right: 0;
}

.pp-bg {
    padding: 15px 10px;
}

.what-trademark h3 {
    font-size: 26px;
    padding-bottom: 15px;
    padding-top: 25px;
}

.why-search h3 {
    font-size: 26px;
    padding-bottom: 15px;
}

.why-search {
    padding: 50px 0;
}

.why-search .btnsWrpp.btnsWrpp1 {
    margin-bottom: 25px;
}
.ask-expert-cta {
    padding: 50px 0;
}
.expert-box-left {
    margin-bottom: 15px;
    text-align:center;
}
.expert-box-right {
    text-align: center;
}

.num-box {
    text-align: center;
    margin-bottom: 25px;
}

.banner-cta-bg h3 {
    font-size: 26px;
}

}
















