/*Main Css */

::selection {
    background: #176b87;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #176b87;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.important-icon-box img{
    height: 77px;
}

.service-approved-wrap img{
        max-width:240px;
    }
.payment-img{
    height:25px;
}
.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: "Poppins";
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*: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;
}

a:hover {
    color: #1e78ff;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-family: "Poppins";
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */



.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}


.highlighted {
    color: #1e78ff;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*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;
    /* padding: 0 12; */
}

.header-top-bar {
    background-color: #1f1f1f;
    padding: 15px 12%;
}

.h-topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

.h-topbar-right p {
    color: #fff;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.15px;
}

.header-top-chat span {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    color: #1f1f1f;
    font-size: 12px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    margin-right: 5px;
}

.header-top-chat span i {
    transform: rotate(90deg);
}

.header-top-chat {
    display: block;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.header-top-chat a {
    color: inherit;
}

.header-top-chat a:hover {
    color: #1e78ff;
}

.main-header {
    padding: 25px 12%;
}

.logo {
    display: inline-block;
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.15px;
    padding-left: 30px;
}

.logo img {
    display: block;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #176b87;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.menu li a {
    display: block;
    font-size: 16px;
    color: #1d1d1d;
    text-transform: capitalize;
    font-weight: 500;
}

.menu li:hover a,
.menu li.active a {
    color: #176b87;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn {
    width: 195px;
    height: 50px;
    border-radius: 8px;
    border: 2px solid #176b87;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #176b87;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    gap: 10px;
}

.header-btn span {
    font-size: 22px;
}

.header-btn:hover {
    color: #fff;
    background-color: #176b87;
}


/* Menu Dropdown CSS */

.menu>li.dropdown {
    position: relative;
}

.menu>li.dropdown::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: #1d1d1d;
    position: absolute;
    right: -13px;
    bottom: 1px;
    font-weight: bold;
}








.dropdown-list {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #fff;
    text-align: left;
    /* padding: 35px 25px; */
    right: 0;
    margin: auto;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    z-index: 2;
    border: solid 1px #ededed;
}



ul.menu li.dropdown:hover .dropdown-list {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;

}

.dropdown-list>li {
    margin-left: 0;
    /* margin-bottom: 25px; */
    width: 100%;
    position: relative;
    /* padding: 15px 20px; */
    border-bottom: 1px solid #ededed;
    transition: all 0.3s ease-in-out;
    margin-right: 0 !important;
}

.dropdown-list>li.last {
    border-bottom: none;
}

.dropdown-list>li>a {
    color: #1d1d1d !important;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    transition: all 0s;
}

.dropdown-list>li:hover a {
    color: #fff !important;
}

.dropdown-list>li:hover {
    background-image: linear-gradient(to bottom, #176b87, #176b87), linear-gradient(to bottom, #1a1a1a, #000);
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }

    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }

    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    height: 700px;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 12%;
}

.mainBanner .container-fluid {
    width: 100%;
    height: 100%;
}

.mainBanner .row,
.mainBanner .col-xl-3 {
    height: 100%;
}

.mainBanner::after {
    content: "";
    position: absolute;
    left: calc(12% + 15px);
    right: calc(12% + 15px);
    bottom: 0px;
    box-shadow: 0px 5px 10px -10px rgb(0 0 0 / 80%);
    height: 30px;
    z-index: 1;
}

.mainBanner::before {
    content: "";
    position: absolute;
    left: calc(12% + 15px);
    right: calc(12% + 15px);
    top: -30px;
    box-shadow: 0px 10px 20px -13px rgb(0 0 0 / 80%);
    height: 30px;
    z-index: 1;
}


/* .mainBanner::before {
    content: "";
    background-image: linear-gradient( to right, rgba(255, 255, 255, 0) 79%, rgba(255, 255, 255, 0.45) 83%, #fff 87%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
} */

.banner-content-wrap {
    padding-left: 15px;
}

.banner-content-wrap h6 {
    color: #4a4a4a;
    font-size: 18px;
    letter-spacing: 0.15px;
    padding-bottom: 15px;
}

.banner-content-wrap h3 {
    color: #176b87;
    /* font-size: 47px; */
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    padding-bottom: 20px;
}

.banner-content-wrap h5 {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.banner-content-wrap h5 a {
    color: #176b87;
}

.banner-content-wrap h5 a:hover {
    text-decoration: underline;
}

.btn-banner {
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #176b87, #011729);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.btn-banner:hover {
    background-image: linear-gradient(to bottom, #176b87, #011729);
    color: #fff;
}

.banner-menu-wrap {
    height: 100%;
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #fff, #eee);
}

.banner-menu>li {
    width: 100%;
    border: solid 1px #f1eeee;
    background-image: linear-gradient(to bottom, #fff, #eee);
}

.banner-menu a {
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    transition: all 0s ease-in-out;
}

.banner-menu a:hover,
.active_nav a {
    color: #fff;
    background-image: linear-gradient(to bottom, #176b87, #176b87), linear-gradient(to bottom, #1a1a1a, #000);
}

.banner-icon-items {
    padding: 30px 40px;
}

.banner-icon-items>li {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.banner-icon-items span {
    width: 50px;
    text-align: center;
    flex-shrink: 0;
}

.banner-icon-items p {
    width: 100%;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1px;
}

.banner-btm-icons {
    position: relative;
    padding: 25px 0;
}

.bg-before::before {
    content: "";
    position: absolute;
    left: calc(12% + 15px);
    right: calc(12% + 15px);
    top: 0;
    bottom: 0;
}

.banner-btm-icons::before {
    border: solid 1px #fff;
    background-image: linear-gradient(to bottom, #fff, #eee);
}

.bb-icon-list {
    font-size: 0;
    margin: 0 -15px;
}

.bb-icon-list>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
    gap: 20px;
}

.bb-icon-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.bb-icon-list p {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.works-sec {
    padding: 45px 0;
    position: relative;
}

.works-sec::before {
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #eee, #fff 82%);
}

.sec-heading {
    padding-bottom: 30px;
}

.sec-heading h3 {
    color: #176b87;
    font-size: 41px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.15px;
    line-height: normal;
    padding-bottom: 15px;
}

.sec-heading p {
    color: #4a4a4a;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0.15px;
}

.work-box {
    min-height: 350px;
    border-radius: 13px;
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #fff, #eee);
    padding: 40px 25px 0;
    text-align: center;
}

.work-box h4 {
    color: #176b87;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 10px;
    text-transform: capitalize;
}

.work-box p {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.work-box-img-mg img {
    margin-top: -35px;
}

.pricing-sec {
    padding: 50px 0;
    position: relative;
}

.pricing-sec::before {
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #fff, #eee);
    height: 75%;
    bottom: auto;
}

.pricing-items {
    font-size: 0;
    /* margin: 0; */
    padding: 0 25px 50px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}

.pricing-items>li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
}

.pricing-box {
    border-radius: 6px;
    border: solid 1px #e7e7e7;
    background-color: #fff;
    padding-bottom: 25px;
    text-align: center;
}

.pricing-box h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 0;
    border-bottom: solid 2px #e7e7e7;
    transition: all 0.3s ease-in-out;
}

.pricing-box:hover h4 {
    background-image: linear-gradient(to bottom, #176b87, #011729);
    color: #fff;
}

.pricing-box h6 {
    color: #777;
    font-size: 14px;
    padding: 25px 0 10px;
}

.pricing-box h5 {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    min-height: 85px;
    transition: all 0.3s ease-in-out;
}

.pricing-box:hover h5 {
    color: #176b87;
}

.pricing-box h5 span {
    color: #777;
    font-size: 14px;
    display: block;
    font-weight: 400;
    padding-top: 5px;
}

.pricing-box-list {
    /* padding-top: 15px; */
    /* padding-bottom: 30px; */
    padding: 0 25px 30px;
}

.pricing-box p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 0 30px;
    margin-bottom: 10px;
}

.pricing-box-list>li {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.pricing-box a , .pricing-box button {
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 10px;
}

.pricing-box form button {
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.pricing-box a:hover, .pricing-box button:hover {
    transform: scale(1.05);
}

.pricing-box-active .pricing-box {
    box-shadow: 0px 12px 13px -13px rgb(0 0 0 / 50%);
}

.pricing-box-active h4 {
    color: #176b87;
}

.pricing-box-active a ,.pricing-box-active button {
    background-image: linear-gradient(to bottom, #176b87, #011729);
}

.packages-include {
    padding-bottom: 40px;
}

.packages-include h3 {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 40px;
    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;
}

.faq-reviews {
    position: relative;
    padding: 80px 0;
}

.faq-reviews::before {
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #fff, #eee);
}


/* accordion css */

.faq-accordian li {
    margin-bottom: 5px;
    /* padding: 13px 17px 0 17px;
    width: 100%;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #333333; */
    /* margin-bottom: 15px; */
}

.faq-accordian li h4 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding: 12px 50px 12px 20px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    transition: all 0.3s ease-in-out;
}

.faq-accordian h4::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 25px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
}

.faq-accordian p {
    color: #747578;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 25px 35px 25px 20px;
}

.faq-accordian li>div {
    display: none;
}

.faq-accordian li.active h4 {
    background-color: #176b87;
    color: #fff;
    border: solid 1px #176b87;
}

.faq-accordian li.active h4::after {
    transform: rotate(180deg);
    color: #fff;
}

.testimonials-box-wrap {
    border-radius: 15px;
    background-image: linear-gradient(to bottom, #176b87, #011729);
    padding: 75px 40px 0;
    min-height: 580px;
    position: relative;
}

.testimonials-box {
    text-align: center;
}

.testimonials-box p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    padding: 35px 0;
    font-family: "Playfair Display";
    font-style: italic;
}

.testimonials-box h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.testimonials-box h6 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-style: italic;
    text-transform: capitalize;
}

.testimonials-slider .slick-dots {
    padding: 25px 0 0;
}

.testimonials-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #fff;
}

.testimonials-slider .slick-dots li.slick-active button {
    background: #fff;
}

.faq-reviews .sec-heading {
    padding-top: 40px;
}

.faq-reviews .sec-heading h3 {
    font-size: 31px;
}

.important-wrap {
    margin-top: 75px;
    border-top: solid 1px #979797;
}

.important-icon-list {
    /* padding-top: 30px; */
    margin: 0 -25px;
    font-size: 0;
}

.important-icon-list>li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 0 25px;
}

.important-icon-list>li:last-child {
    width: 40%;
}

.important-icon-box h5 {
    padding: 15px 0 10px;
    color: #000;
    font-size: 27px;
    font-weight: bold;
}

.important-icon-box p {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.apply-cta {
    position: relative;
    height: 220px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.apply-cta::before {
    content: "";
    position: absolute;
    left: calc(12% + 15px);
    right: calc(12% + 15px);
    top: 0;
    bottom: 0;
    background-image: url(../images/bg-apply.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.apply-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.apply-cta h3 {
    color: #fff;
    font-size: 51px;
    font-weight: 500;
}

.apply-cta a {
    width: 380px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #176b87, #011729);
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
}

.apply-cta a:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #011729, #176b87);
}


/* footer css */

.footer-main {
    padding: 60px 0;
    position: relative;
}

.footer-main::before {
    content: "";
    position: absolute;
    left: calc(12% + 15px);
    right: calc(12% + 15px);
    top: 0;
    bottom: 0;
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #fff, #eee);
}

.footer-about {
    font-size: 13px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.85);
    padding-top: 15px;
}

.footer-main h4 {
    color: #92989f;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.footer-menu>li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-menu a {
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-menu a:hover {
    color: #176b87;
}

.footer-main h6 {
    padding-top: 35px;
    padding-bottom: 15px;
    color: #92989f;
    font-size: 18px;
}

.footer-socials>li {
    display: inline-block;
    margin-right: 10px;
}

.footer-socials a {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
}

.footer-socials a:hover {
    color: #176b87;
}

.copyright {
    padding: 25px 0;
}

.copyright p {
    color: #92989f;
    font-size: 12px;
    line-height: 16px;
}

.copyright p a {
    color: inherit;
}

/* .services page */

.banner-content-wrap p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 15px;
    padding-right: 15%;
}

.banner-list {
    font-size: 0;
    padding-right: 50px;
    padding-bottom: 15px;
}

.banner-list>li {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-left: 25px;
    /* margin-bottom: 5px; */
    position: relative;
}

.banner-list>li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: linear-gradient(to bottom, #828282, #4a4a4a), linear-gradient(to bottom, #000, #000);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-approved {
    padding: 20px 0;
    position: relative;
}

.service-approved::before {
    /* border: solid 1px #fff; */
    background-image: linear-gradient(to bottom, #fff, #eee);
}

.service-approved-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.service-approved-wrap h6 {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 600;
}

.service-approved-wrap h6 span {
    color: #f78e1b;
    font-size: 19px;
}

.service-box-sec {
    padding: 40px 12% 70px;
}

.service-box-main {
    position: relative;
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #fff, #eee 82%);
    padding: 45px 40px;
    height: 100%;
}

.service-box-main h4 {
    color: #176b87;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 15px;
}

.service-box-main p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 15px;
}

.service-box-main a {
    min-width: 220px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #176b87, #011729);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.service-box-main a:hover {
    background-image: linear-gradient(to top, #011729, #176b87);
    color: #fff;
}

.service-box-main img {
    position: absolute;
}

.sbm-right img {
    right: 40px;
    bottom: 0;
}

.package-pricing-table {
    padding: 0 12% 75px;
}

.pptable-head-box {
    border: solid 2px #ececec;
    background-image: linear-gradient(to bottom, #fff, #eee), linear-gradient(to bottom, #fafafa, #fafafa);
    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 , .pptable-head-box button {
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #323232, #000);
    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%;
}

.pphead-blue h4 {
    color: #1975ff;
}

.pphead-blue h5 {
    color: #1975ff;
}

.pphead-blue a , .pphead-blue button {
    background-image: linear-gradient(to bottom, #3a89ff, #06f);
}

.pphead-orange h4 {
    color: #fe7749;
}

.pphead-orange h5 {
    color: #fe7749;
}

.pphead-orange a , .pphead-orange button {
    background-image: linear-gradient(to bottom, #ff8967, #fd6830), linear-gradient(to bottom, #1a1a1a, #000);
}

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 td:first-child {
    font-size: 18px;
    line-height: 30px;
    color: #4a4a4a;
    width: 34%;
    text-align: left;
    border: 1px solid #cecece;
    padding: 25px 30px;
}

.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-check {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #323232, #000);
}

.pptable-check-blue {
    background-image: linear-gradient(to bottom, #3a89ff, #06f);
}

.pptable-check-orange {
    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: 5px;
    background-image: linear-gradient(to bottom, #323232, #000);
}

.pptable-btn-blue {
    background-image: linear-gradient(to bottom, #3a89ff, #06f);
}

.pptable-btn-orange {
    background-image: linear-gradient(to bottom, #ff8967, #fd6830), linear-gradient(to bottom, #1a1a1a, #000);
}

.pptable-btn:hover {
    color: #fff;
}

.extension-box-sec {
    padding: 35px 12% 40px;
    position: relative;
    margin-bottom: 60px;
}

.extension-box-sec::before {
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #fff, #eee);
}

.eb-left-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.eb-left-btns h6 {
    color: #333333;
}

.eb-left-btns h6 span {
    background-color: #333333;
    color: #fff;
}

.eb-bg-box {
    height: 170px;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    padding: 10px 20px;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.eb-bg-box h3 {
    color: #176b87;
    font-size: 31px;
    line-height: 36px;
    font-weight: 600;
}

.extension-box-left p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 25px;
}

.extension-box-wrap {
    padding: 0 40px;
}

.extension-box-right {
    background-color: #fff;
    text-align: center;
    border: 1px solid #176b87;
    padding-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 12px 13px -13px rgb(0 0 0 / 50%);
}

.extension-box-right-body {
    padding: 0 50px;
}

.extension-box-right-body .banner-list {
    text-align: left;
    padding: 0 20px;
}

.extension-box-right-body .banner-list>li {
    margin-bottom: 10px;
}

.extension-box-right h4 {
    color: #176b87;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 0;
    border-bottom: solid 2px #e7e7e7;
}

.extension-box-right h5 {
    color: #333;
    font-size: 50px;
    font-weight: bold;
    padding: 25px 0 20px;
}

.extension-box-right h5 span {
    color: #777;
    font-size: 14px;
    vertical-align: baseline;
    font-weight: 400;
}

.extension-box-right h6 {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
}

.extension-box-right a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #176b87, #011729);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}

.extension-box-right a:hover {
    background-image: linear-gradient(to top, #011729, #176b87);
    color: #fff;
}

.extension-box-right p {
    color: #333;
    font-size: 12px;
    line-height: 17px;
    padding: 15px 25px 0;
}

.pricing-page-table {
    padding-top: 45px;
}

.about-sec {
    position: relative;
    padding: 40px 0;
}

.about-sec::before {
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #eee, #fff 82%);
}

.about-sec p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
}

.faq-main {
    padding: 40px 0;
    position: relative;
}

.faq-main::before {
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #eee, #fff 82%);
}

.contact-sec {
    padding: 35px 0 110px;
    position: relative;
}

.contact-sec::before {
    border: solid 1px #ededed;
    background-image: linear-gradient(to bottom, #eee, #fff 82%);
}

.contact-form-wrap input:not([type="submit"]) {
    border-radius: 3px;
    border: solid 1px #eee;
    background-color: #fff;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 10px;
}


.contact-form-wrap input:not([type="submit"])::placeholder {
    color: #b1b1b1;
    font-style: italic;
}

.contact-form-wrap textarea {
    height: 155px;
    border-radius: 3px;
    border: solid 1px #eee;
    background-color: #fff;
    width: 100%;
    padding: 10px 15px;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 10px;
    resize: none;
}

.contact-form-wrap textarea::placeholder {
    color: #b1b1b1;
    font-style: italic;
}

.contact-form-wrap button[type="submit"] {
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background-color: #176b87;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-details>li {
    margin-bottom: 15px;
}

.contact-details h5 {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.contact-details p,
.contact-details a {
    color: #747578;
    font-size: 14px;
    line-height: 22px;
}

.contact-details a:hover {
    color: #176b87;
}


.sbm-left img {
    position: absolute;
    right: 10px;
    bottom: -20;
}

.service-box-main .banner-list {
    padding-right: 0;
}

/*/ 


/*popop 2*/
.popupform {
    width: 700px;
    border-radius: 0;
    padding: 0 !important;
    overflow: visible;
    background: #fff !important;
}

.popupform .modal-body {
    padding: 0;
}

.popup-bann {
    float: left;
    width: 38%;
    text-align: left;
    display: block;
    margin-left: -29px;
    position: relative;
}

.popup-content {
    width: 101%;
    padding: 25px 40px 30px 25px;
    text-align: left;
}

.popup-content h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}

.popup-content h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #888;
    text-align: left;
    font-weight: 400;
}

.popup-content input[type=email],
.popup-content input[type=tel],
.popup-content input[type=text],
.popup-content select,
.popup-content textarea {
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    padding: 9px 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: 0 !important;
    margin-bottom: 12px;
}

.popup-content textarea {
    height: 137px;
    resize: none;
}

p.form_tagline {
    font-size: 10px;
    margin: 0px 0 10px;
}

.popup-content h2 img {
    position: absolute;
    top: -18px;
    right: -50px;
}

.home-banner h1 {
    margin-top: -120px;
}

.popup-bann .txt {
    color: white;
    position: absolute;
    top: 40px;
    left: 20px;
}

.popup-bann .txt h4 {
    font-size: 50px;
    font-weight: 800;
    line-height: 46px;
}

.popup-bann .txt h4 span {
    font-size: 54px;
    color: #f9de25;
}

.popup-bann .txt p {
    color: white;
    font-size: 18px;
    width: 80%;
}

.popup-bann .txt ul li {
    margin: 0 0 6px;
    position: relative;
    padding-left: 10px;
}

.popup-content h3 {
    font-size: 16px;
    color: #ff0000;
    margin: 0 0 30px;
}


.popup-bann .txt ul li:after {
    content: '';
    background: #f9de25;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
}

button.fancybox-button {
    background: #176b87;
    color: white !important;
    padding: 3px !important;
    height: 30px;
    width: 30px;
}

a:hover,
a:focus {
    outline: none;
}

.btn-red:hover {
    color: white;
    background: #176b87;
}

.btn-blue:hover {
    background: #176b87;
    color: white;
}

.popup-content input[type="submit"] , .popup-content button {
    background: #176b87;
    color: #fff;
    border: 0px none;
    padding: 10px 50px;
    font-weight: 600;
    margin-top: 13px;
    text-transform: uppercase;
    display: inline-block;
}

/* 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: #FF8600;
}

.form-btns .btn-transparent:hover {
    color: #ff4a00;
}

.form-progress-bar {
    height: 30px;
    border-radius: 35px;
    background-color: #E7F0F6;
    position: relative;
    max-width: 860px;
    margin: auto;
    overflow: hidden;
}

.form-progress-bar span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    transition: all 1s cubic-bezier(.785, .135, .15, .86);
    animation: 2s linear infinite progress-bar-stripes;
    background-image: linear-gradient(45deg, #254F9B 25%, transparent 25%, transparent 50%, #254F9B 50%, #254F9B 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-color: #1774FF;
    background-size: 40px 40px;
}

.form-progress-bar span::before {
    content: attr(data-progress)"%";
    font-size: 16px;
    color: #4b5a6a;
    font-weight: 600;
    position: absolute;
    left: calc(100% + 5px);
    line-height: 30px;
}


.form-progress-bar h6 {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 30px;
    text-align: center;
}




@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.step-form h1,
.step-form h2,
.step-form h3,
.step-form h4,
.step-form h5,
.step-form h6 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
}

.step-form h2 {
    font-size: 22px;
}

.step-form h2 span {
    color: #84afca;
    vertical-align: top;
}


.step-form .bgform {
    background: #fff;
    padding: 40px;
    margin-top: 30px;
    position: relative;
    border-top: 2px solid #44578F;
    box-shadow: -3px 5px 22px -8px #ccc;
}

.step-form .form-wrapper h6 {
    color: #254F9B;
}

.add_owner {
    background: #74a4c2;
    border: 2px solid #74a4c2;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 125px;
}


.add_owner:hover {
    color: #fff;
}


.form-check.step4check label {
    color: #344454;
    font-weight: 600;
}

.inner-content h4 {
    color: #4b5a6a;
}

.form-btn-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form-btn-inner .btn-transparent {
    padding: 0 20px;
    margin-top: 10px;
    font-size: 12px;
}




.form-footer p {
    padding: 15px 10px 0;
    font-size: 13px;
    color: #9ca9b7;
}

.bgform-tm-step3 .clone_bx {
    /*box-shadow: 0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);*/
    /*padding: 15px 25px 15px 15px;*/
    /*margin-top: 25px;*/
    /*border-radius:5px;*/
    position: relative;
}

.trash_this {
    color: #344454;
    font-size: 18px;
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}

.expedited-box {
    border: 1px solid #52a4d7;
    text-align: left;
    padding: 55px 30px 30px 90px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.expedited-box h6 {
    color: #52a4d7 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.expedited-box h6 img {
    margin-right: 10px;
}

.expedited-box p {
    font-size: 13px;
}

.expedited-info {
    background: #6db6e4;
    padding: 5px;
    text-align: center;
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    top: 15px;
    transform: rotate(-30deg);
    left: -55px;
    font-weight: 700;
}

.form-check label {
    cursor: pointer;
}


button.btn-continue:disabled:hover {
    background: #ff8600 !important;
    color: #fff !important;

}

.new_fields {
    padding: 15px 25px 15px 0px;
    /*margin-top: 15px;*/
    position: relative;
}


.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group input[type="number"] {
    -moz-appearance: textfield;
}




.ov_box strong {
    font-size: 19px;
    color: #4b5a6a;
    font-weight: 700;
}

.ov_box a {
    color: #047bff;
    font-weight: 600;
}

.ov_box {
    overflow-y: scroll;
    height: 300px;
    padding: 13px 20px;
    font-size: 12px;
    border: 1px solid rgb(223, 225, 226);
    line-height: 20px;
    margin-bottom: 20px;
}


.inner-content {
    padding: 30px;
}

.ov_box.inner-content h4 {
    margin: 22px 0 4px;
    font-size: 19px;
    font-weight: bold;
    color: #44578F;
    text-transform: uppercase;
}

.inner-content ul li {
    margin: 7px 0;
}

.inner-content ul {
    list-style: disc;
    margin: 0 0 0 18px;
}

.inner-content p {
    margin: 0 0 7px;
}

section.notice-imp {
    padding: 11px 0;
    text-align: center;
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

section.notice-imp i {
    color: #fff900;
    font-size: 19px;
    position: relative;
    top: -2px;
}

section.notice-imp {
    padding: 11px 0;
    text-align: center;
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

section.notice-imp i {
    color: #fff900;
    font-size: 19px;
    position: relative;
    top: -2px;
}



/*form package page*/

.row.pkg-box {
    text-align: center;
}

.row.pkg-box .col-md-4 a {
    display: inline-block;
    background: #535353;
    padding: 10px 40px;
    border-radius: 50px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    box-shadow: #928078d6 0 4px 1px;
}

.row.pkg-box .col-md-4 h2 {
    font-size: 20px;
}

.row.pkg-box .col-md-4 p {
    font-size: 15px;
    font-weight: 600;
}

.row.pkg-box .col-md-8 h3 {
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: 700;
}

.row.pkg-box .col-md-8 span {
    display: block;
    color: #007bf2;
    font-size: 15px;
    font-weight: 700;
}

.input-50 input,
.input-50 select {
    width: 48.8% !important;
    display: inline-block;
}

.row.pkg-box .col-md-8 strike {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 700;
}

.row.pkg-box .col-md-8 b {
    font-size: 15px;
    font-weight: 700;
    color: red;
}

.row.pkg-box .col-md-8 i {
    display: block;
    font-size: 11px;
}

.row.pkg-box .col-md-8 .col-md-4 a,
.row.pkg-box .col-md-8 .col-md-6 a {
    background: #344454;
    padding: 6px 30px;
    display: inline-block;
    margin: 10px 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: inherit;
    text-transform: capitalize;
}

.row.pkg-box .col-md-8 .col-md-4 {
    text-align: center;
}

.row.pkg-box .col-md-4 {
    text-align: left;
}

.row.pkg-box .col-md-4 i img {
    margin: 0 auto;
    float: left;
}

/**TABLE**/
table.pricing {
    margin: 0 0 30px;
}

table.pricing tr td:first-child {
    font-size: 15px;
    line-height: 26px;
    color: #5f7182;
}

.tp-check-pricing {
    width: 24px;
    height: 23px;
}

table.pricing tr td:first-child {
    width: 34.3%;
    font-size: 13px;
    line-height: 22px;
    color: #7b8a9b;
    text-align: left;
}

table.pricing tr td:nth-child(2) {
    color: #344454;
}

table.pricing tr td:nth-child(3) {
    color: #ff4a00;
}

.tp-check-pricing {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #344454 url("../images/check-pricing.png") no-repeat center;
    border-radius: 100%;
}

.tp-check-pricing.orange {
    background-color: #ff4a00;
}

.tp-check-pricing.blue {
    background-color: #6db6e4;
}

table.pricing tr td {
    border: 1px solid #e6e4e4;
    padding: 10px 15px;
    text-align: center;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(2) a,
.row.pkg-box .col-md-8 .col-md-6:nth-child(2) a {
    background: #ff4a00;
}

.row.pkg-box .col-md-8 .col-md-4:nth-child(3) a {
    background: #6db6e4;
}


/*
Form*/

/* Customize the label (the container) */
/* Hide the browser's default radio button */
.step-form .form-wrapper label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
}

/* On mouse-over, add a grey background color */
.step-form .form-wrapper label:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.step-form .form-wrapper label input:checked~.checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.step-form .form-wrapper label input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.step-form .form-wrapper label .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff8600;
}

.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: #ff8500;
    transition: 0.3s all;
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.step-form p {
    color: #616161;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: normal;
}


.phide2 {
    color: #616161;
    font-size: 14px;
    line-height: normal;
}

.phide {
    color: #616161;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: normal;
}


.step-form .form-wrapper .form-group input[type="file"] {
    background: #fff;
    padding: 7px;
    width: 400px;
    border: #ccc 1px solid;
    margin-bottom: 19px;
    border-radius: 4px;
}

.submits-wrapper {
    margin-top: 25px;
}

.form-footer p {
    padding: 15px 10px 0;
    font-size: 13px;
    color: #9ca9b7;
}



.form-check.step4check label {
    color: #344454;
    font-weight: 600;
    font-size: 16px;
}

.form-check.step4check label span {
    display: block;
    font-size: 12px;
    line-height: normal;
}


.pkg-selected-actv strong {
    display: block;
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    color: #ff4a00;
    font-weight: bold;
}


table.pricing tr td:not(:first-child) {
    border: 1px solid #e6e4e4;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}

.stepsbanner {
    padding: 60px 0;
    text-align: center;
    margin: 0 calc(12% + 15px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




/*.thankyou-banner h1 span {*/
/*    display:  block;*/
/*    font-family:  georgia;*/
/*    font-style:  italic;*/
/*}*/
.thankyou-banner {
    text-align: center;
    background: url(../images/our-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}

.thankyou-banner h1 {
    font-size: 180px;
    /*font-weight: 600;*/
    color: #254F9B;
    margin-bottom: 15px;
    /*font-family: 'DM Serif Display', serif;*/
    line-height: 190px;
}

.thankyou-banner h6 {
    color: #333333;
    font-size: 50px;
    /*font-family:"Open Sans";*/
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 56px;
}

.thankyou-banner p {
    color: #333333;
    font-size: 19px;
    text-transform: uppercase;
}

.thankyou-banner p strong {
    font-weight: bold;
}

.thankyou-banner h5 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding-top: 35px;
}

.btns-thankyou {
    padding-top: 25px;

}

/*.thankyou-banner p{*/
/*    color:#fff;*/
/*    line-height:normal;*/
/*}*/

.tahnkyou-footer footer,
.tahnkyou-footer .copright {

    display: none;

}

.btnsWrpp.btns-thankyou {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

    .testimonials-slider-home button{
        display:none !important;
    }

.btnsWrpp.btns-thankyou .header-btn {

    height: 60px;
}

.widget-02,
.widget-03 {
    padding-left: 15%;
}

.testimonials-box img {
    margin: auto;
    height:108px;
    width:108px;
    border-radius:50%;
}

.testimonials-slider .slick-dots li:last-child {
    margin: 0;
}

.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;
    padding-top: 5px;
    padding-bottom: 5px;
}

.terms-sec {
    padding: 100px 0;
}

.faq-question-title {
    color: #176b87;
    font-size: 29px;
    line-height: 29px;
}

.faa-paragraph {
    margin-bottom: 0px;
    padding: 13px 0px 9px;
    color: #344454;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.16px;
    list-style-type: none;
}

.stong {
    color: #4b5a6a;
    font-size: 22px;
    font-weight: 600;
}

.privacy-list {
    position: relative;
    margin-top: 20px;
    margin-left: 40px;
    padding-left: 40px;
}

.list-bold {
    margin-bottom: 20px;
    font-weight: 600;
    color: #344454;
    font-size: 22px;
}

.text-block-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-weight: bold;
    color: #344454;
    font-size: 22px;
}

.list-bold-2 {
    color: #344454;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
}

.font-big-span {
    color: #4b5a6a;
    font-size: 22px;
    text-decoration: underline;
}

.faa-paragraph {
    margin-bottom: 0px;
    padding: 13px 0px 9px;
    color: #344454;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.16px;
    list-style-type: none;
}

.privacy-policy-list {
    margin-top: 0px;
    color: #344454;
    font-size: 17px;
    list-style-type: square;
    line-height: normal;
    padding: 15px 0 0;
}

.privacy-policy-list-item1 {
    margin-bottom: auto;
    font-weight: 400;
}

.privacy-policy-list-item1 {
    margin-bottom: auto;
    font-weight: 400;
}

.privacy-policy-list strong {
    font-weight: bold;
}

.terms-service-list-item {
    margin-bottom: 30px;
    color: #344454;
    font-size: 17px;
    line-height: 30px;
    list-style: disc;
}

.faa-paragraph.trem-font-font {
    color: #4b5a6a;
    font-size: 22px;
    font-weight: 600;

}

@media (max-width: 1660px) {

    .header-top-bar {
        padding: 15px 5%;
    }

    .main-header {
        padding: 25px 5%;
    }

    .mainBanner {
        padding: 0 5%;
    }

    .mainBanner::before {
        left: calc(5% + 15px);
        right: calc(5% + 15px);
    }

    .mainBanner::after {
        left: calc(5% + 15px);
        right: calc(5% + 15px);
    }

    .bg-before::before {
        left: calc(5% + 15px);
        right: calc(5% + 15px);
    }

    .apply-cta::before {
        left: calc(5% + 15px);
        right: calc(5% + 15px);
    }

    .footer-main::before {
        left: calc(5% + 15px);
        right: calc(5% + 15px);
    }

    .service-box-sec {
        padding: 40px 5% 70px;
    }

    .package-pricing-table {
        padding: 0 5% 75px;
    }

    .stepsbanner {
        margin: 0 calc(5% + 15px);
    }
}

.row.pkg-box.mobile-only {
    display: none;
}

@media (max-width: 1440px) {
    .header-top-bar {
        padding: 15px 1%;
    }

    .main-header {
        padding: 25px 1%;
    }

    .mainBanner {
        padding: 0 1%;
    }

    .mainBanner::before {
        left: calc(1% + 15px);
        right: calc(1% + 15px);
    }

    .mainBanner::after {
        left: calc(1% + 15px);
        right: calc(1% + 15px);
    }

    .bg-before::before {
        left: calc(1% + 15px);
        right: calc(1% + 15px);
    }

    .apply-cta::before {
        left: calc(1% + 15px);
        right: calc(1% + 15px);
    }

    .footer-main::before {
        left: calc(1% + 15px);
        right: calc(1% + 15px);
    }

    .service-box-sec {
        padding: 40px 1% 70px;
    }

    .package-pricing-table {
        padding: 0 1% 75px;
    }

    .extension-box-sec {
        padding: 35px 1% 40px;
    }

    .banner-menu a {
        padding: 0 15px;
        font-size: 14px;
    }

    .banner-icon-items {
        padding: 30px 25px;
    }

    .banner-content-wrap {
        padding-left: 0;
    }

    .service-box-main img {
        max-width: 30%;
    }

    .stepsbanner {
        margin: 0 calc(1% + 15px);
    }
}

@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: #176b87;
        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;
    }

    .menu>li.dropdown {
        position: relative;
    }

    .menu>li.dropdown::before {
        content: none;
    }

    .dropdown>a {
        margin-bottom: 10px !important;
    }

    .dropdown-list {
        visibility: visible;
        opacity: 1;
        padding: 0;
        background-color: transparent;
        border: none;
        position: static;

    }

    .dropdown-list>li {
        border-bottom: none;
        padding: 0 15px 10px;
        position: relative;
    }

    .dropdown-list>li:hover {
        background-image: none !important;
    }

    .dropdown-list>li::before {
        content: "";
        width: 8px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 7px;
    }


    .dropdown-list>li>a {
        color: #fff !important;
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }


    .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;
    }

    .mainBanner {
        padding: 0;
    }

    .pricing-items {
        padding: 0 0 50px;
    }

    .faq-accordian li h4 {
        font-size: 14px;
    }

    .important-icon-box h5 {
        font-size: 20px;
    }

    .apply-cta h3 {
        font-size: 35px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .footer-about {
        font-size: 12px;
    }

    .testimonials-box-wrap {
        padding: 75px 15px 0;
    }

    .footer-main h4 {
        font-size: 15px;
    }

    .service-approved-wrap h6 {
        font-size: 16px;
    }

    .service-box-main {
        padding: 30px 15px;
    }

    .service-box-main h4 {
        font-size: 22px;
    }

    .sec-heading h3 {
        font-size: 31px;
    }

    .pptable-head-box h4 {
        font-size: 20px;
    }

    .pptable-head-box a {
        width: 180px;
    }

    table.pptable-main tr td:first-child {
        font-size: 16px;
        line-height: 26px;
    }

    .pptable-btn {
        width: 180px;
        font-size: 18px;
    }

    table.pptable-main tr:last-child td:first-child {
        font-size: 14px;
    }

    .extension-box-wrap {
        padding: 0 15px;
    }

    .extension-box-right-body {
        padding: 0 15px;
    }

    .banner-list>li {
        font-size: 13px;
    }

    .mainBanner .banner-list {
        padding-right: 150px;
    }

    .servicebanner .banner-content-wrap p br {
        display: none;
    }

    .header-top-bar {
        padding: 15px 15px;
    }

    .main-header {
        padding: 25px 15px;
    }

    .logo {
        padding-left: 0;
    }
}


@media (max-width:991px){
    .copyright-work .work-box{
        height: auto;
    }
    .mainBanner {
        height: 825px;
    }
    .work-box {
        margin: 10px 0;
    }
    .pricing-items>li {
    padding: 0 10px;
    }
    .pricing-box form button {
        width: auto;
        padding: 0 30px;
    }
    .apply-cta h3 br{
        display: none;
    }
    .btn-banner {
        width:250px;
        
    }
    .testimonials-box-wrap {
        min-height:auto;
        padding-bottom:25px;
    }
    .pptable-main a{
        font-size:16px;
        font-weight:500;
    }
    .work-box-img-mg img {
        margin-top:0;
    }
}

@media (max-width:980px){
    .pricing-box form button {
        width: 250px;
        padding: 0;
    }
}

@media (max-width: 824px) {

    .main-header {
        padding: 25px 0px;
    }

    .banner-icon-items {
        padding: 20px 15px;
    }

    .banner-content-wrap h6 {
        font-size: 16px;
    }

    .banner-content-wrap h3 {
        font-size: 36px;
        line-height: 38px;
    }

    .bb-icon-list p {
        font-size: 12px;
    }

    .work-box {
        padding: 30px 15px 0;
    }

    .work-box h4 {
        font-size: 15px;
    }

    .pricing-box h4 {
        font-size: 15px;
    }

    .pricing-box h5 {
        font-size: 40px;
    }

    .pricing-box-list>li {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .pricing-box a {
        width: calc(100% - 15px);
    }

    .pricing-items>li {
        padding: 0 5px;
    }

    .package-icon h6 {
        font-size: 12px;
    }

    .faq-reviews .sec-heading h3 {
        font-size: 24px;
    }

    .faq-accordian li h4 {
        font-size: 14px;
        line-height: normal;
    }

    .testimonials-box p {
        font-size: 18px;
        line-height: 28px;
        padding: 25px 0;
    }

    .faq-accordian p {
        font-size: 14px;
    }

    .testimonials-box-wrap {
        padding: 15px 15px;
        min-height: auto;
    }

    .important-wrap {
        margin-top: 15px;
    }

    .important-icon-list {
        padding-top: 0;
        margin: 0 -15px;
    }

    .important-icon-list>li {
        padding: 0 15px;
    }

    .important-icon-box h5 {
        font-size: 16px;
    }

    .important-icon-box p {
        font-size: 12px;
    }

    .apply-cta::before {
        left: 15px;
        right: 15px;
    }

    .bg-before::before {
        left: 15px;
        right: 15px;
    }

    .mainBanner::before {
        left: 15px;
        right: 15px;
    }

    .mainBanner::after {
        left: 15px;
        right: 15px;
    }

    .apply-cta h3 {
        font-size: 26px;
    }

    .apply-cta a {
        width: 260px;
        font-size: 22px;
    }

    .apply-cta {
        height: 160px;
    }

    .footer-main::before {
        left: 15px;
        right: 15px;
    }

    .footer-menu a {
        font-size: 14px;
        line-height: normal;
    }

    .mainBanner .banner-list {
        padding-right: 50px;
    }

    .service-approved-wrap h6 {
        font-size: 14px;
    }

    .sec-heading h3 {
        font-size: 24px;
    }

    .eb-left-btns {
        flex-wrap: wrap;
    }

    .about-sec p {
        font-size: 14px;
    }

    .header-top-chat {
        font-size: 14px;
    }

    .h-topbar-right p {
        font-size: 14px;
    }

    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;
    }

    .package-pricing-table {
        padding: 0 0 40px;
    }

    .service-box-sec {
        padding: 40px 0;
    }

    .extension-box-sec {
        padding: 30px 0;
        margin-bottom: 10px;
    }

    .stepsbanner {
        margin: 0;
    }

    .faq-accordian h4::after {
        font-size: 16px;
        top: 15px;
        right: 15px;
    }

    .thankyou-banner h1 {
        font-size: 55px;
        line-height: normal;
    }

    .thankyou-banner h6 {
        font-size: 20px;
        line-height: normal;
    }


    .thankyou-banner p {
        font-size: 16px;
    }


    .thankyou-banner h5 {
        font-size: 14px;
        padding-top: 25px;
    }

    .btnsWrpp.btns-thankyou .header-btn {
        height: 50px;
    }


    .widget-02,
    .widget-03 {
        padding-left: 0;
    }

    .terms-sec {
        padding: 40px 0;
    }

    .faq-question-title {
        font-size: 26px;
        line-height: normal;
    }

    .privacy-list {
        margin-left: 10px;
        padding-left: 15px;
    }

    .faa-paragraph {
        font-size: 14px;
        line-height: 24px;
    }

    .list-bold {
        font-size: 20px;
        padding-left: 5px;
        line-height: normal;
    }

    .font-big-span {
        font-size: 18px;
        padding-left: 10px;
    }

    .list-bold-2 {
        font-size: 15px;
    }

    .text-block-9 {
        left: -10px;
    }

    .faa-paragraph.trem-font-font {
        font-size: 16px;
    }

    .terms-service-list-item {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .banner-menu-wrap {
        display: none;
    }
    
    .logo img {
        max-width: 40%;
    }
    .mainBanner .row,
    .mainBanner .col-xl-3 {
        height: auto;
    }

    .mainBanner {
        text-align: center;
    }

    .banner-content-wrap h3 {
        font-size: 28px;
    }

    .servicebanner .banner-content-wrap p {
        font-size: 15px;
        padding-right: 0;
    }

    .mainBanner .banner-list {
        padding-right: 0;
        text-align: left;
    }

    .btn-banner {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    
    
    .banner-content-wrap h5 {
        line-height: normal;
    }

    .mainBanner {
        height: auto;
        padding: 50px 0;
        background-position: left;
    }

    .h-topbar-right {
        justify-content: center;
    }

    .h-topbar-right img {
        display: none;
    }

    .h-topbar-right p {
        display: none;
    }

    .service-approved-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .service-approved-wrap h6 {
        font-size: 13px;
        line-height: normal;
    }

    .service-approved-wrap h6 span {
        font-size: 14px;
    }

    .bb-icon-list>li {
        gap: 10px;
        width: 100%;
        margin-bottom: 15px;
    }

    .bb-icon-list {
        margin: 0;
    }

    .sec-heading h3 {
        font-size: 20px;
    }

    .sec-heading h3 br {
        display: none;
    }

    .sec-heading p {
        font-size: 18px;
        line-height: normal;
    }

    .work-box {
        min-height: 320px;
        margin-bottom: 10px;
    }

    .package-icon {
        text-align: center;
    }

    .package-icon img {
        margin: auto;
    }

    .package-icon-list>li {
        width: 50%;
        margin-bottom: 15px;
    }

    .faq-reviews {
        padding: 40px 0;
    }

    .faq-reviews .sec-heading {
        padding-top: 0;
    }

    .bg-before::before {
        left: 0;
        right: 0;
    }

    .sec-heading p {
        font-size: 14px;
        padding: 0;
    }

    .important-wrap {
        padding-top: 25px;
        text-align: center;
    }

    .important-icon-list>li {
        width: 50%;
        margin-bottom: 10px;
    }

    .important-icon-list>li:last-child {
        width: 50%;
    }

    .apply-cta::before {
        left: 0;
        right: 0;
    }

    .apply-cta-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }

    .apply-cta {
        height: auto;
        padding: 40px 0;
    }

    .apply-cta h3 {
        font-size: 22px;
    }

    .footer-main::before {
        left: 0;
        right: 0;
    }

    .footer-main {
        padding: 15px 0 30px;
        text-align: center;
    }
    
    .footer-logo img{
        max-width:50%;
    }
    
    .footer-logo{
        margin-bottom:20px;
    }

    .footer-about {
        padding-top: 0;
        margin-bottom: 15px;
    }

    .footer-main h4 {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .footer-menu>li:not(:last-child) {
        margin-bottom: 5px;
    }

    .footer-main h6 {
        padding-top: 15px;
        font-size: 16px;
    }

    .copyright {
        padding: 15px 0;
        text-align: center;
    }

    .copyright p {
        padding-bottom: 10px;
    }

    .copyright .text-right {
        text-align: center !important;
    }

    .apply-cta a {
        width: 260px;
        font-size: 20px;
    }

    .pricing-box a {
        width: calc(100% - 25px);
    }

    .pptable-head-box {
        height: 300px;
    }

    .pptable-head-box h4 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .pptable-head-box h5 {
        font-size: 36px;
    }

    .pptable-head-box a {
        margin-top: 15px;
        font-size: 18px;
    }

    .menuWrap {
        max-width: 280px;
        /*top:131px;*/
        /*height:calc(100vh - 131px);*/
    }

    .about-sec p {
        margin-top: 15px;
    }

    .service-box-main p {
        font-size: 14px;
    }

    .banner-list {
        padding-right: 0;
    }

    .service-box-main a {
        min-width: 100%;
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
    }

    .service-box-main h4 {
        font-size: 18px;
        line-height: normal;
    }

    .service-box-main img {
        display: none;
    }

    .service-box-main {
        margin-bottom: 10px;
        height: auto;
    }

    .eb-bg-box h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .extension-box-left p {
        font-size: 14px;
    }

    .extension-box-right {
        margin-top: 20px;
    }

    .extension-box-right h5 {
        font-size: 40px;
        padding: 15px 0 10px;
    }

    .extension-box-right h6 {
        font-size: 13px;
        line-height: 20px;
    }

    .extension-box-right-body .banner-list {
        padding: 0;
    }

    .extension-box-right a {
        margin-top: 0;
    }

    .extension-box-right p {
        padding: 15px 0 0;
    }

    .work-box-img-mg img {
        margin-top: -15px;
    }

    .sec-heading {
        padding-bottom: 0;
    }

    .works-sec .sec-heading {
        padding-bottom: 15px;
    }

    .works-sec {
        padding: 35px 0;
    }

    .package-pricing-table {
        padding: 40px 0;
    }

    .pricing-page-table .sec-heading {
        margin-bottom: 25px;
    }

    .contact-details {
        padding-top: 25px;
    }

    .contact-sec {
        padding: 40px 0;
    }

    .pptable-top .sec-heading {
        padding-bottom: 15px;
    }

    .main-header {
        padding: 10px 0px;
    }
}


/* media query for step form */
@media only screen and (max-width: 980px) and (min-width: 320px) {



    .pricing-items>li {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 20px;
    }

    .btn {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 6px 15px;
        display: block;
        margin: 7px 0;
        padding: 8px 6px;
        white-space: inherit;
    }


    .package h4 em {
        bottom: inherit;
        top: -159px;
        right: -10px;
    }

    .package h3 {
        font-size: 15px;
    }




    .bg-rg .btn {
        margin-bottom: 30px;
    }

    .info-register2 h2 {
        font-size: 30px;
    }

    .info-register2 h3 {
        font-size: 18px;
    }

    .info-reg {
        width: 100%;
    }

    .info-reg h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .info-reg p {
        width: 100%;
    }

    .info-registry h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .info-registry h1+p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-amazon-registry .btn {
        margin-bottom: 40px;
    }

    .llp-tab-txt {
        padding: 0;
        margin-top: 40px;
    }

    .tab-img img {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .tab-img p {
        max-width: 100%;
    }

    .tab-img2 {
        display: inline-block;
        width: 100%;
        background: #f8fff2;
        height: auto;
        padding: 30px 0 20px;
    }

    .plus-left,
    .plus-right {
        width: 100%;
        margin-bottom: 20px;
    }

    .llp-tab-txt p {
        font-size: 13px;
    }

    .llp-faqs h2 {
        font-size: 22px;
    }

    .llp-togle .card-header a {
        font-size: 13px;
    }

    .llp-togle p {
        font-size: 13px;
    }

    .tab-img {
        padding-bottom: 0;
    }


    .llp-bg {
        padding: 30px 0px;
    }

    .llp-tab-txt h4 {
        font-size: 18px;
    }


    .llp-bg .nav-tabs li a span {
        background-size: 52%;
        height: 24px;
    }

    .llp-bg .nav-tabs li a {
        font-size: 13px;
        padding: 8px 16px;
    }

    .our-banner h4 br {
        display: none;
    }

    .our-banner h4 {
        font-size: 13px;
    }


    .form-tooltip-body {
        top: auto;
        left: 50%;
        max-width: 280px;
        transform: translateX(-50%);
    }

    .form-tooltip {
        position: static;
    }

    .form-btns {
        justify-content: space-between;
        gap: 5px;
        margin-top: 10px;
    }

    .step-form .bgform {
        padding: 40px 5px;
    }

    .expedited-box {
        padding: 60px 15px 10px 30px;
        margin-bottom: 20px;
    }

    .expedited-box h6 {
        font-size: 14px;
    }

    .form-progress-bar {
        margin-top: 15px;
    }

    .step-form h2 {
        font-size: 20px;
    }


    .form-btns .btn {
        padding: 11px 20px;

    }

    .form-btns {
        justify-content: space-between;
        gap: 5px;
    }

    .stepsbanner h1 {
        font-size: 20px;
    }

    .form-check.step4check label {
        line-height: normal;
    }

    .bb-icon-box img {
        width: 45px;
    }


    .row.pkg-box .col-md-8 h3 {
        border-bottom: none;
    }


    .row.pkg-box .col-md-8 .col-md-4 {
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }


    .register-heads>div {
        min-width: 610px;
    }

    .register-heads {
        overflow-x: auto;
    }

    .register-heads .col-md-4 {
        width: 33.233%;
        display: inline-block;
        margin: 0 !important;
    }

    .register-pricing table.pricing {
        min-width: 610px;
    }

    .register-pricing {
        overflow-x: auto;
    }

    .row.pkg-box.mobile-only {
        display: block;
    }

    .row.pkg-box.desktop-only {
        display: none;
    }

    .col-md-4.mbg-btm {
        margin-top: 15px;
    }

}

.your-class-slick .slick-next {
    right: 0 !important;
    left: auto !important;
}

.your-class-slick .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    z-index: 9;
    visibility: hidden;
}

.your-class-slick .slick-arrow:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    visibility: visible;
    color: #000000;
    background: #1f7aff78;
    position: absolute;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    border-radius: 5px;
}

.your-class-slick .slick-next:before {
    content: "\f054";
}

.your-class-slick .slick-slide {
    margin: 0;
}

.your-class-slick img {
    width: 100%;
}



section.home-sec-2n {
    padding: 90px 0;
    position: relative;
}

section.home-sec-2n .col-md-7 ul li {
    display: inline-block;
    /* background: #134060; */
    text-align: center;
    padding: 45px 20px;
    width: 45%;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: ease0.3s;
}

section.home-sec-2n .col-md-7 ul li img {
    margin-bottom: 25px;
}

section.home-sec-2n .col-md-7 ul li h6 {
    font-size: 20px;
    color: #44578f;
    font-weight: 600;
    letter-spacing: -2px;
}

section.home-sec-2n .col-md-7 ul li span {
    display: block;
    line-height: 23px;
    color: #44578f;
}

section.home-sec-2n .col-md-7 ul li:hover {
    transform: scale(1.02);
}

section.home-sec-2n h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 23px;
}

section.home-sec-2n p {
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 20px;
}

section.home-sec-2n::before {
    border: solid 1px #fff;
    background-image: linear-gradient(to bottom, #fff, #eee);
}

section.home-sec-2n .btn-banner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-blue.chat {
    background: #000;
    padding: 19px 12px;
    color: #fff;
}





.step2-new {
    background: #fff;
    box-shadow: #7979791f 0 0 15px;
    padding: 23px 20px 100px;

}

h4.brief-h4 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #010101;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4.brief-h4 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #010101;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3.step-section-title-n {
    color: #176b87;
    position: relative;
    width: 97.3%;
    font-size: 17px;
    margin: 20px 0 19px 15px;
    background: #f9f9f9;
    display: block;
    overflow: hidden;
    line-height: normal;
    padding: 7px 0 5px 10px !important;
    font-weight: 600;
}

h3.step-section-title-n:before {
    content: "";
    background: #176b87;
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 160px;
}

h3.step-section-title-n span {
    position: relative;
    display: block;
}

.step-top-area ul li {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

.step-top-area ul li label,
.step-top-area label {
    text-align: left;
    display: block;
    margin-bottom: 3px;
    margin-top: 0;
    font-size: 13px;
    color: #2b2b2b;
    font-weight: 600;
    text-transform: initial;
    font-family: 'Poppins';
}

.form_private {
    display: inline-block;
    margin-right: 20px;
}

.step-top-area label span {
    color: #F00;
}

.form_private label {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.logostepform .form-check-input{ 
    margin-left: 0 !important;
}
.step-top-area ul li input[type="text"],
.step-top-area ul li select,
.step-top-area ul li textarea,
.step-top-area ul li input[type="file"],
.step-top-area ul li select.updated-package {
    background: #ffffff !important;
    color: #000;
    border: #edeff6 3px solid;
    padding: 5px;
    border-radius: 0px;
    height: 50px;
    width: 100%;
    font-size: 14px;
}

.step-top-area input[type="submit"] {
    border: 1px solid #176b87;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 2.4em;
    margin: 0 auto;
    float: right;
    width: 220px;
    display: inline-block;
    font-weight: 700 !important;
    background: #176b87;
    letter-spacing: 1px;
    padding: 4px 22px !important;
    border-radius: 42px !important;

}

section.order-new-style {
    padding: 100px 0;
}

.list-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.list-flex li{
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
    margin: 0 15px;
}

.mainBanner .btn-banner{
    padding: 0 10px;
}

.list-area li{
        color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.list-area li:before{
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #4a4a4a;
    border-radius: 50%;
}

.important-icon-box{
    margin: 25px 0;
}

.copyright-work .work-box{
    min-height: 430px;
    margin: 15px 0;
}
.filing .work-box{
        margin: 15px 0;

}

.important-wrap .sec-heading{
    text-align: center;
    padding-bottom: 0;
}

.important-wrap .sec-heading h3{
    font-size: 50px;
}

@media (max-width:576px){
        .important-icon-list>li {
            width:100%;
            
        }
}