/********************************************************
1. body start
 *******************************************************/
@font-face {
    font-family: 'Satoshi';
    src: url(../fonts/Satoshi-Variable.ttf);
}

body {
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--black-color);
    -webkit-font-smoothing: antialiased;
}

html {
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a,
a:hover,
a:focus {
    color: #313131;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Satoshi";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    word-break: break-word;
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    margin: 0px;
    word-break: break-word;
}

/* width */

::-webkit-scrollbar {
    width: 14px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #5273ff;
    width: 4px;
}

.container {
    max-width: 1170px;
}

/* Css start */
/* section1 css */
.hb-section1-wrapper {
    background-image: url(../images/section1-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 40px 40px;
}

.hb-section01-inner {
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: -40px;
    text-align: center;
    padding-top: 20px;
    z-index: 1;
    padding-bottom: 300px;
    border-radius: 100px;
}

.hb-section01-inner:before {
    content: '';
    background-image: url(../images/banner-shape.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    width: 100%;
    height: 228px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.2;
}

.hb-page-title {
    max-width: 640px;
    width: 100%;
    margin: auto;
    border-radius: 0px 0px 50px 50px;
    background-color: #1c1d2f;
    border: 3px solid #f25b77;
    margin-top: -5px;
    z-index: 2;
    position: relative;
}

.hb-page-title p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.hb-page-title p span {
    background: linear-gradient(to bottom, #ff9d52 0%, #ff5356 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 900;
}

.hb-banner-logo {
    padding: 50px 0 20px 0;
}

.hb-banner-content h4 {
    background-color: #44c59f;
    border-radius: 40px;
    font-size: 34px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
}

.hb-banner-content h4:before {
    content: '';
    background: transparent;
    border: 2px solid #01261a;
    border-radius: 40px;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: -1;
}

.hb-banner-content h2 {
    font-size: 40px;
    color: #1c1d2f;
    font-weight: 800;
    margin: 45px 0 30px 0;
}

.hb-banner-content h2 span {
    background: linear-gradient(to right, #1fd24e 0%, #22b448 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 900;
    padding: 5px 20px;
    position: relative;
    border: 2px solid #0de3ac;
    border-radius: 40px;
}
.hb-banner-content h1 {
    font-size: 72px;
    font-weight: 900;
    background: linear-gradient(to right, #097da3 30%, #dd25fb 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.ved_search_box .ved_search_placeholders h1 {    
    height: 80px;
	line-height: 68px;
	padding: 0 17px;
	margin: 0;
    display: block;
	padding: 0;	
}
/* slide text */
.ved_search_box {
    position: relative;
    overflow: hidden;
    height: 80px;
    margin-top: 20px;
}
.ved_search_box .ved_search_placeholders {
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	pointer-events: none;
	animation: text 34s ease 0s infinite normal none;
}
.hb-section1-wrapper .ved_search_box .ved_search_placeholders{
    animation: text2 20s ease 0s infinite normal none;
}
@keyframes text2 {
	0% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(0px);
	}
	20% {
		transform: translateY(-80px);
	}
	25% {
		transform: translateY(-80px);
	}
	30% {
		transform: translateY(-80px);
	}
	35% {
		transform: translateY(-165px);
	}
	40% {
		transform: translateY(-165px);
	}	
	45% {
		transform: translateY(-240px);
	}
	50% {
		transform: translateY(-240px);
	}
	55% {
		transform: translateY(-320px);
	}
	60% {
		transform: translateY(-320px);
	}
	70% {
		transform: translateY(-400px);
	}
	80% {
		transform: translateY(-400px);
	}
	90% {
		transform: translateY(-480px);
	}
	100% {
		transform: translateY(-480px);
	}
}
@keyframes text {
	0% {
		transform: translateY(0px);
	}
	8% {
		transform: translateY(0px);
	}
	10% {
		transform: translateY(-80px);
	}
	15% {
		transform: translateY(-80px);
	}
	17% {
		transform: translateY(-160px);
	}
	22% {
		transform: translateY(-160px);
	}
	24% {
		transform: translateY(-240px);
	}
    29% {
		transform: translateY(-240px);
	}
	31% {
		transform: translateY(-320px);
	}
	36% {
		transform: translateY(-320px);
	}
	38% {
		transform: translateY(-400px);
	}
    43% {
		transform: translateY(-400px);
	}
	45% {
		transform: translateY(-480px);
	}
	50% {
		transform: translateY(-480px);
	}
    52% {
		transform: translateY(-560px);
	}
	57% {
		transform: translateY(-560px);
	}    
    59% {
		transform: translateY(-640px);
	}
    64% {
		transform: translateY(-640px);
	}     
    66% {
		transform: translateY(-720px);
	}
	71% {
		transform: translateY(-720px);
	}     
    73% {
		transform: translateY(-800px);
	}
	78% {
		transform: translateY(-800px);
	}     
    80% {
		transform: translateY(-880px);
	}
    85% {
		transform: translateY(-880px);
	}     
    87% {
		transform: translateY(-960px);
	}
    92% {
		transform: translateY(-960px);
	}       
    97% {
        transform: translateY(-960px);
        }
    100%{
            transform: translateY(-960px);
        }
    }
/* slide text */
.hb-banner-parent {
    margin-top: -300px;
    position: relative;
    z-index: 1;
}
.hb-banner-video {
    background-image: url(../images/banner-video-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 806px;
    height: 505px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.hb-banner-bot h4 {
    background-image: url(../images/left-banner-chat-bubbel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 176px;
    height: 148px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 15px 30px 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -110px;
    left: 20px;
}
.hb-bot-right h4 {
    background-image: url(../images/right-banner-chat-bubbel.png);
    left: auto;
    right: 20px;
    padding: 20px 30px 30px 20px;
}
.hb-banner-video img {
    position: absolute;
    top: -70px;
}
.hb-banner-video img:first-child{
    left: 0;
}
.hb-banner-video img:last-child{
    right: 0;
}
.hb-desktop-video-none .hb-bot-right{
    display: none;
}
.hb-banner-video video {
    position: absolute;
    top: 37px;    
    bottom: 0;
    left: 50px;
    max-width: 710px;
    width: 100%;
    margin: auto;
    height: 400px;
    border-radius: 25px;
}
.hb-banner-video>div {
    position: absolute;
    top: 65px;
    right: 35px;
    left: 45px;
    bottom: 30px; 
}
.hb-banner-video iframe {
    border-radius: 25px;
}

.hb-banner-bot {
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.hb-banner-bot img {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
img.hb-orng-arrow {        
    position: absolute;
    left: auto;
    right: -60px;
    top: 140px;
    transform: rotate(-25deg);
    z-index: -2;
    animation: 4s LeftToRight infinite alternate;
}
img.hb-grn-arrow {
    position: absolute;
    right: auto;
    left: -60px;
    top: 140px;
    transform: rotate(20deg);
    z-index: -2; 
}

/* discount */
.hb-section1-wrapper .hb-banner-discount-section { 
    margin-top: -40px;
}
.hb-humanboat-discount {
    padding-top: 25px;
}

.hb-humanboat-discount>p {
    font-size: 30px;
    color: #222222;
    font-weight: 800;
    padding-bottom: 40px;
}

.hb-humanboat-discount>p>span.hb-humanboat-bg1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    color: #43b571;
    background-image: url(../images/text-bg1.png);
    background-repeat: no-repeat;
    padding: 25px 12px 16px;
    background-position: center;
    background-size: contain;
    margin: 0px 3px;
}

.hb-humanboat-price-heading {
    background-image: url(../images/banner-price-tag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 548px;
    height: 110px;
    margin: auto;
    padding-top: 15px; 
}

.hb-humanboat-price-heading>h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.hb-humanboat-price-heading>span {
    font-size: 30px;
    font-weight: 800;
    color: #ffb33b;
}

.hb-htn1 a {
    background-image: url(../images/btn-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 515px;
    height: 80px;
    filter: drop-shadow(-1.413px 26.963px 15px rgba(237, 90, 1, 0.3));
    margin: 25px auto 20px;
    display: block;
    padding-top: 17px;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    transition: all 0.5s;
}

.hb-htn1 a:hover {
    transform: translateY(-5px);
}

.hb-visa-images {
    padding: 0 0 10px 0;
}

.hb-upgrades-heading>p {
    font-size: 15px;
    color: #222222;
    font-weight: 900;
}

.hb-down-arrow1 {
    padding: 30px 0 0;
    position: relative;
}

.hb-down-arrow1 a img {
    position: relative;
    animation: top_btm 0.5s infinite alternate;
}

@keyframes top_btm {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
.hb-banner-pyment-video video{
    width: 100%;
    height: 100%;
}
.hb-banner-pyment-video {
    max-width: 350px;
    width: 100%;
}
.hb-banner-pymnt-video-right {
    margin-left: auto;
}
/*================= section2 css start ===================*/
.hb-section3-wrapper {
    background-image: url(../images/section2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 60px 0px 50px;
    position: relative;
    z-index: 1;
}

.hb-section3-wrapper:before {
    content: '';
    background-image: url(../images/section-2-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 170px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hb-section3-wrapper .hb-banner-content h4 {
    background-color: #389bff;
    font-size: 26px;
    font-weight: 800;
}

.hb-section3-wrapper .hb-banner-content {
    text-align: center;
    margin-top: -70px;
}

.hb-section3-subheading {
    text-align: center;
    padding: 30px 0;
}

.hb-section3-subheading h4 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.hb-section3-subheading h1 {
    font-size: 66px;
    font-weight: 800;
    background: linear-gradient(to right, #d3ed48 30%, #35db4e 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
/* slide text */
.hb-section3-wrapper .ved_search_box .ved_search_placeholders{
    animation: text3 15s ease 0s infinite normal none;
}
@keyframes text3 {
	0% {
		transform: translateY(0px);
	}
	15% {
		transform: translateY(0px);
	}
	25% {
		transform: translateY(-80px);
	}
	30% {
		transform: translateY(-80px);
	}
	35% {
		transform: translateY(-165px);
	}
	40% {
		transform: translateY(-165px);
	}	
	50% {
		transform: translateY(-240px);
	}
	60% {
		transform: translateY(-240px);
	}
	70% {
		transform: translateY(-320px);
	}		
	100% {
		transform: translateY(-320px);
	}	
}
/* slide text */
.hb-email-position{
    background-image: url(../images/video-msg-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 381px;
    height: 66px;
    padding: 7px 20px 20px;
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.1));
}
.hb-email-position p {    
    background: linear-gradient(to right, #de28a3 30%, #7f1aac 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    color: #222222;
    font-weight: 900;
    text-align: center;    
}

.hv-email-box {
    background: #fff;
    position: relative;
    max-width: 565px;
    width: 100%;
    margin: 35px auto 0;
    border-radius: 70px;
    padding: 50px 40px 30px;
    text-align: center;
}

.hb-email-position {
    position: absolute;
    top: -30px;
    left: 90px;
}

.hv-email-box h2 {
    font-size: 22px;
    color: #222222;
    font-weight: 800;
}

.swiper.mySwiper1 .swiper-wrapper {
    transition-timing-function: linear;
    padding: 20px 0px;
}

.hb-slider11-pagination {
    position: relative;
    bottom: -100px;
}

.hb-slider11-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3d9dff;
}

span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #2196f34a;
    opacity: 1;
}

.hb-section3-slider {
    padding: 20px 0px 0px;
    background-position: bottom;
    position: relative;
}

.myswiper.hb-section3-slider-main {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.myswiper.hb-section3-slider-main .swiper-slide-active {
    position: relative;
}

.hb-section3-slider-box {
    padding: 50px 0;
}

.hb-active-shadow .swiper-slide-active:before {
    content: '';
    background-image: url(../images/slider-active-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: -10px;
    bottom: 0;
    left: -33px; 
}

.swiper.gallery-top1 {
    padding-bottom: 30px;
}

.hb-section3-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #d6cbed;
    opacity: 0.40;
}

.hb-section3-slider .swiper-pagination-bullet-active {
    background-color: #43b571;
    opacity: 1;
}

.hb-sec3-slider-arrow .swiper-button-prev,
.hb-sec3-slider-arrow .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #3d9dff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    top: auto;
    bottom: 35px;
}
.hb-sec3-slider-arrow .swiper-button-prev svg,
.hb-sec3-slider-arrow .swiper-button-next svg{
    width: 13px;
    height: 21px;
}
.hb-sec3-slider-arrow .swiper-button-prev {
    left: 0;
}

.hb-sec3-slider-arrow .swiper-button-next {
    right: 0;
}

.hb-arrow-div img {
    position: relative;
    z-index: 1111;
}

.swiper-slider-down-arrow {
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 230px;
}

.swiper-slider-down-arrow img {
    position: relative;
    animation: top_btm 0.5s infinite alternate;
}

.hb-section3-slider .swiper-slide .hb-section3-slider-box img {
    transform: scale(0.9);
    filter: drop-shadow(0 0 15px rgba(181, 139, 208, 0.3));
    width: 100%;
}

.hb-section3-slider .swiper-slide.swiper-slide-active .hb-section3-slider-box {
    border-radius: 14px;
    transform: scale(1.1);
}

.hb-sec3-slider-arrow .swiper-button-next:after {
    display: none;
}

.hb-sec3-slider-arrow .swiper-button-prev:after {
    display: none;
}

/*============= section2 css end ==================*/

/*============= section3 css start ==================*/
.hb-section4-wrapper {
    padding: 80px 0px;
    background: #fff;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.hb-section4-wrapper::before {
    content: '';
    background-image: url(../images/feature-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1920px;
    height: 829px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.hb-section4-wrapper .container {
    max-width: 1800px;
}
.hb-section4-heading.hb-banner-content {
    text-align: center;
}
.hb-section4-wrapper .hb-banner-content h4 {
    background-color: #389bff;
    font-size: 26px;
    font-weight: 800;
}
.hb-section4-subheading>p {
    font-size: 40px;
    font-weight: 900;
    color: #222222;
    text-align: center;
    padding-top: 15px;
}
.hb-section4-subheading h1 {
    font-size: 68px;
    font-weight: 900;
    text-align: center;
    background: linear-gradient(to right, #de28a3 30%, #7f1aac 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.hb-section4-wrapper .ved_search_box .ved_search_placeholders{
    animation: text2 20s ease 0s infinite normal none;
}
.hb-main-div {
    position: relative;
    margin-bottom: 30px;
}
.hb-section4-wrapper .row.hb-main-div {
    border-radius: 100px;
    padding: 50px 0;
}
.hb-section4-wrapper .row.test1 {
    background: #f8edff;
}
.hb-section4-wrapper .row.test2 {
    background: #e4f6f0;
}
.hb-section4-wrapper .row.test3 {
    background: #edf5ff;
}
.hb-section4-wrapper .row.test4 {
    background: #fff4dc;
}
.hb-section4-wrapper .row.test5 {
    background: #ffeef1;
}
.hb-section4-wrapper .row.test6 {
    background: #eaffd4;
}
.hb-section4-wrapper .row.test7 {
    background: #edf0ff;
}
.hb-section4-wrapper .row.test8 {
    background: #e6fffa;
}
.hb-section4-wrapper .row.test9 {
    background: #e2f9ff;
}
.hb-section4-wrapper .row.test10 {
    background: #fff4d6;
}
.hb-section4-wrapper .row.test11 {
    background: #f2ffc0;
}
.hb-feature-msg-box {
    background-repeat: no-repeat;
    background-position: center;
    width: 612px;
    height: 374px;
    padding: 90px 60px 100px 70px;
    margin: auto;
    margin-top: -70px;
    position: relative;
}
.hb-feature-box1 {
    background-image: url(../images/fm1.png);
}
.hb-feature-box2 {
    background-image: url(../images/fm2.png);
}
.hb-feature-box3 {
    background-image: url(../images/fm3.png);
}
.hb-feature-box4 {
    background-image: url(../images/fm5.png);
}
.hb-feature-box5 {
    background-image: url(../images/fm4.png);
}
.hb-feature-box6 {
    background-image: url(../images/fm6.png);
}
.hb-feature-box7 {
    background-image: url(../images/fm7.png);
}
.hb-feature-box8 {
    background-image: url(../images/fm8.png);
}
.hb-feature-box9 {
    background-image: url(../images/fm9.png);
}

.hb-feature-box10 {
    background-image: url(../images/fm10.png);
}

.hb-feature-box11 {
    background-image: url(../images/fm11.png);
}

.hb-feature-heading h2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 14px 15px 0px 15px;    
    margin: -20px 0 10px -65px;
    position: absolute;
    top: 33px;
}

.hb-feature-box1 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-1.png);
    width: 454px;
    height: 57px;
    left: 80px;
    text-align: center;
}
.hb-feature-box2 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-2.png);
    width: 514px;
    height: 57px;
    left: 80px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    background-size: cover;
}
.hb-feature-box3 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-3.png);
    width: 514px;
    height: 57px;
    left: 80px;
    text-align: center;
}
.hb-feature-box4 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-4.png);
    width: 580px;
    height: 57px;
    left: 70px;
    text-align: center;
}
.hb-feature-box5 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-6.png);
    width: 454px;
    height: 57px;
    left: 75px;
    text-align: center;
}
.hb-feature-box6 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-7.png);
    width: 454px;
    height: 57px;
    left: 75px;
    text-align: center;
    background-size: contain;
}
.hb-feature-box7 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-11.png);
    width: 454px;
    height: 57px;
    left: 75px;
    background-size: contain;
    text-align: center;
}
.hb-feature-box8 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-10.png);
    width: 454px;
    height: 57px;
    left: 70px;
    top: 0;
    background-size: contain;
    text-align: center;
}
.hb-feature-box9 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-9.png);
    width: 594px;
    height: 57px;
    left: 65px;
    text-align: center;
}
.hb-feature-box10 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-8.png);
    width: 454px;
    height: 57px;
    left: 70px;
    background-size: contain;
    text-align: center;
    top: 0;
}
.hb-feature-box11 .hb-feature-heading h2 {
    background-image: url(../images/fmshape-7.png);
    width: 504px;
    height: 57px;
    left: 70px;
    text-align: center;
    background-size: contain;
}

.hb-feature-msg-box p {
    font-size: 20px;
    font-weight: 500;
    color: #222222;
}

.hb-line1,
.hb-line2,
.hb-line3,
.hb-line4,
.hb-line5,
.hb-line6,
.hb-line7,
.hb-line8,
.hb-line9,
.hb-line10,
.hb-line11 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: top right;
    width: 266px;
    height: 288px;
    z-index: 1;
}

.hb-line1 {
    background-image: url(../images/f-line1.png);
}

.hb-line2 {
    background-image: url(../images/f-line2.png);
}

.hb-line3 {
    background-image: url(../images/f-line3.png);
}

.hb-line4 {
    background-image: url(../images/f-line4.png);
}

.hb-line5 {
    background-image: url(../images/f-line5.png);
}

.hb-line6 {
    background-image: url(../images/f-line6.png);
}

.hb-line7 {
    background-image: url(../images/f-line7.png);
}

.hb-line8 {
    background-image: url(../images/f-line8.png);
}

.hb-line9 {
    background-image: url(../images/f-line9.png);
}

.hb-line10 {
    background-image: url(../images/f-line10.png);
}

.hb-line11 {
    background-image: url(../images/f-line11.png);
}

.hb-section4-img {
    text-align: center;
}

.test5 .linePAdding {
    padding-left: 0;
    position: relative;
    z-index: 0;
}

.hb-section4-inner {
    padding: 50px 0 0 0;
    position: relative;
}

.hb-section4-inner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    background-size: cover;
    height: 98%;
    padding: 0px;
    top: 50px;
    text-align: center;
    z-index: 0;
    margin: 0 auto;
    border: 2px rgb(226, 216, 239);
    border-style: dashed;
    border-radius: 10px;
    background: #fff;
}
.hb-section-second .hb-section4-inner:after {
    height: 95.8%;
}

.hb-gradienBox {
    position: relative;
}

.hb-arrow-div.hb-arrow-divV {
    position: absolute;
}

.movable_vertical_line {
    position: absolute;
    top: 0px;
    bottom: 0;
    overflow: hidden;
    left: calc(50% - 5px);
    width: 10px;
    min-height: 50px;
    z-index: 1;
    border-radius: 10px;
}

.movable_vertical_line>.movable_vertical_line_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #72b64d 1000px, #007fff 2000px, #a030f0 3000px, #ff1d93 4000px, #f8b500 5000px, #1bc89d 6000px);    
}

.hb-gradienBox:before {
    animation: 0.6s mymoveaaa;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(../images/center-border1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    background-size: cover;
    height: 0%;
    padding: 0px;
    top: 0px;
    text-align: center;
    z-index: 2;
    margin: 0 auto;
}

.hb-section4-left-box {
    width: 500px;
    height: 280px;
    border-radius: 10px;
    filter: drop-shadow(0 0 25px rgba(176, 99, 208, 0.1));
    background-color: #ffffff;
    border: 1px solid #ebe5f2;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}

.hb-feature-btn {
    text-align: center;
}

.hb-feature-btn a {
    background-image: -moz-linear-gradient(0deg, rgb(67, 181, 113) 0%, rgb(38, 143, 80) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(67, 181, 113) 0%, rgb(38, 143, 80) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(67, 181, 113) 0%, rgb(38, 143, 80) 100%);
    box-shadow: 0px 0px 60px 0px rgba(67, 181, 113, 0.2);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    min-width: 150px;
    display: inline-block;
    border-radius: 40px;
    padding: 15px 30px;
}

/*============= section3 css end ==================*/
.hb-section15 {
    padding-bottom: 60px;
}
/*============= section4 css start ==================*/
.hb-emontl-slider-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.hb-emontl-slider-wrapper .hb-banner-content {
    padding-top: 50px;
}

.hb-emontl-slider-wrapper .hb-section4-heading h4 {
    background: #439dff;
}

.hb-emontl-slider-wrapper .hb-section4-subheading p {
    color: #fff;
}

.hb-emontl-slider-wrapper .hb-section4-subheading h1 {
    background: linear-gradient(to right, #f4cd67 30%, #f7b910 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hb-emontl-slider-wrapper .ved_search_box .ved_search_placeholders {
    animation: text3 15s ease 0s infinite normal none;
}
.hb-section9-inner {
    padding-top: 50px;
    position: relative;
}
.hb-section9-inner:before {
    content: '';
    background-image: url(../images/chat-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1790px;
    width: 100%;
    height: 1533px;
    position: absolute;
    top: -330px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.hb-slide.chat-slideMain .hb-slide-inner.chat-slideMainInner {
    background-image: url(../images/chat-slider1.png);
    width: 100%;
    height: 310px;
}

.hb-slide {
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
}

.hb-slide1 {
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
}

.hb-slide .hb-slide-inner {
    height: 380px;
    background-image: url(../images/slider1.png);
    animation: slide 230s linear infinite;
    background-repeat: repeat-x;
    background-size: auto;
    margin: 0 auto;
}
.hb-slide .hb-slide-inner img{
    animation: slide 230s linear infinite;
}
.hb-slide1 .hb-slide-inner {
    height: 380px;
    background-image: url(../images/slider2.png);
    animation: slide2 230s linear infinite;
    background-repeat: repeat-x;
    background-size: auto;
    margin: 0 auto;
}

.hb-emontl-tagline {
    background-image: url(../images/slide-tag-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 790px;
    height: 290px;
    margin: 25px auto 0;
    padding: 90px 35px 0 35px;
    text-align: center;
}

.hb-emontl-tagline p {
    font-size: 28px;
    font-weight: 800;
    color: #222222;
    line-height: 1.3;
    padding-bottom: 20px;
}

.hb-emontl-tagline a {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 22px;
    background-color: rgb(37, 20, 50, 0.4);
}

.hb-slide-section4 {
    background: none;
}

.hb-slide-section4:before {
    display: none;
}

.hb-section4-wrapper .row.test12 {
    background: #d3ffef;
}

.hb-section4-wrapper .hb-feature-box12 {
    background-color: #edfff8;
    border-radius: 20px;
    border: 2px solid #1ec386;
    padding: 70px 30px 30px 30px;
    height: auto;
    max-width: 562px;
    width: 100%;
    margin-top: 50px;
}

.hb-section4-wrapper .hb-feature-box13 {
    background-color: #fffcf5;
    border-radius: 20px;
    border: 2px solid #f7b910;
    padding: 100px 30px 30px 30px;
    height: auto;
    max-width: 562px;
    width: 100%;
    margin-top: 50px;
}

.hb-feature-box12 h2 {
    background-image: url(../images/fm12.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 455px;
    height: 106px;
    font-size: 24px;
    font-weight: 800;
    clip-path: none;
    padding: 20px 40px 0px 30px;
    margin: -80px 0 10px -50px;
}

.hb-feature-box13 h2 {
    background-image: url(../images/fm13.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 455px;
    height: 136px;
    font-size: 24px;
    font-weight: 800;
    color: #222222;
    clip-path: none;
    padding: 35px 15px 0px 40px;
    margin: -80px 0 10px -50px;
}

.test12 .hb-section4-img {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.test12 .hb-section4-img video {
    position: absolute;
    top: 17px;
    left: 15px;
    width: 470px;
    height: 350px;
    z-index: 999;
    object-fit: cover;
    border-radius: 3px;
}

.movable_vertical_line {
    position: absolute;
    top: 0px;
    bottom: 0;
    overflow: hidden;
    left: calc(50% - 5px);
    width: 10px;
    min-height: 50px;
    z-index: 1;
    border-radius: 10px;
}

.movable_vertical_line>.movable_vertical_line_inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #72b64d 200px, #007fff 400px, #a030f0 600px, #ff1d93 800px, #f8b500 1000px, #1bc89d 1200px);
}

/*============= section4 css end ==================*/

/*============= section5 css start ==================*/
.hb-video-section-wrapper {
    background-image: url(../images/hb-video-section-main-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 0 80px 0;
}

.hb-video-section-wrapper .container {
    max-width: 1600px;
}

.hb-video-heading {
    padding-bottom: 50px;
}
.hb-video-section-wrapper .hb-banner-content h4 {
    text-transform: capitalize;
    background-color: #3a9cff;
    margin-top: -30px;
}
.hb-video-heading h4 {
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    background: linear-gradient(to right, #df28a3 30%, #981daa 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 5px;
}

.hb-video-chat-img img {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
}

.hb-video-chat-img {
    margin-right: 45px;
}

.hb-chat-right {
    margin-left: 60px;
    margin-right: 0;
}

.hb-video-section-wrapper .hb-chat-right img {
    margin-left: 0;
    margin-right: auto;
}

.hb-video-section-wrapper .hb-video1 {
    position: absolute;
    top: 70px;
    right: 32px;
    bottom: 33px;
    left: 42px;
}

/* video slider start */
.hb-video-slider-wrapper {
    background-image: url(../images/video-slider-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 60px 0;
    margin: 0 60px;
    border-radius: 100px;
    position: relative;
    filter: drop-shadow(0 0 25px rgba(155,20,165,0.3));
}
.hb-video-slider-wrapper .container {
    max-width: 1700px;
}
.hb-video-slider-wrapper .hb-banner-content h4 {
    background: #3a9cff;
}

.hb-video-slider-wrapper .hb-section4-subheading p {
    color: #fff;
}

.hb-video-slider-wrapper .hb-section4-subheading h1 {
    background: linear-gradient(to right, #f4cd67 30%, #f7b910 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hb-video-slider-main {
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    padding-bottom: 70px;
}

.hb-video-slider-main:before {
    content: '';
    width: 6px;
    height: 521px;
    background-color: #43b571;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hb-video-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.hb-video-part { 
    background-color: #757575;
    border-radius: 10px;
    position: relative;
    font-size: 0;
}
.hb-video-part video { 
    width: 100%;
    border-radius: 10px;
}
.hb-video-content {
    padding: 25px 20px 20px 20px;
}

.hb-video-content h4 {
    font-size: 28px;
    font-weight: 900; 
    padding-bottom: 10px;
    background: linear-gradient(to right, #df28a3 30%, #981daa 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.hb-video-content p {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    padding-top: 10px;
}

.hb-video-slider-wrapper .swiper-button-prev,
.hb-video-slider-wrapper .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #43b571;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    transition: all 0.3s;
}

.hb-video-slider-wrapper .swiper-button-prev {
    left: 20px;
}

.hb-video-slider-wrapper .swiper-button-next {
    right: 20px;
}

.hb-video-slider-wrapper .swiper-button-prev:after,
.hb-video-slider-wrapper .swiper-button-next:after {
    display: none;
}

.hb-video-slider-wrapper .swiper-button-prev svg,
.hb-video-slider-wrapper .swiper-button-next svg {
    fill: #fff;
    transition: all 0.3s;
}

.hb-video-slider-main .swiper-pagination-bullet {
    background-color: #d6cbed;
    opacity: 0.40;
}

.hb-video-slider-main .swiper-pagination-bullet-active {
    background-color: #43b571;
    opacity: 1;
}

/* video slider end */
/*============= section5 css end ==================*/

/*============= section6 css start ==================*/
.hb-section11-wrapper {
    padding: 80px 0;
}

.hb-section11-wrapper .hb-banner-content h4 {
    background-color: #3e9dff;
}

.hb-section11-wrapper .hb-section4-subheading h1 {
    background: linear-gradient(to right, #df28a3 30%, #981daa 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-weight: 900;
    margin: 30px auto 50px;
}

.hb-section11-slider .hb-section11-slider-inner .swiper-slide.SLIder1-padding {
    padding: 20px 0px 0px 0px;
}

.hb-section11-slider {
    max-width: 1200px;
    width: 100%;
    height: 450px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(153, 29, 170, 0.3);
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    padding: 60px 75px 55px 110px;
}

.hb-section11-slider:before {
    content: '';
    background-image: url(../images/slider-grednt-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 30px;
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: -1;
}

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

.hb-slider11-left {
    width: 50%;
}

.hb-slider11-left,
.hb-slider11-img {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.swiper-slide.swiper-slide-active .hb-slider11-left,
.swiper-slide.swiper-slide-active .hb-slider11-img {
    visibility: visible;
    opacity: 1;
}

.swiper-slide.swiper-slide-active .hb-slider11-left {
    animation: move 0.7s linear;
}

.swiper-slide.swiper-slide-active .hb-slider11-img {
    animation: move 0.8s linear;
}

.hb-slider11-img {
    width: 50%;
    text-align: center;
}
.hb-slider11-left img{
    display: block;
}
.hb-slider11-left h2 {
    display: inline-block;
    font-size: 30px;
    color: #222222;
    font-weight: 900;
    padding: 10px 20px;
    border: 2px solid #43b571;
    border-radius: 10px;
    margin-top: 20px;
    background: #ecfbf2;
}

.hb-slider11-left p {
    font-size: 20px;
    color: #757575;
    font-weight: 600;
    width: 100%;
    max-width: 400px;
    padding: 16px 0 0;
}

.hb-slider11-arrow .swiper-button-next:after {
    display: none;
}

.hb-slider11-arrow .swiper-button-prev:after {
    display: none;
}

.hb-slider11-arrow .swiper-button-next,
.hb-slider11-arrow .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #43b571;
    position: absolute;
    transition: all 0.3s;
}

.hb-slider11-arrow .swiper-button-next:hover,
.hb-slider11-arrow .swiper-button-prev:hover {
    background-color: #222222;
}

.hb-slider11-arrow .swiper-button-prev {
    left: -25px;
}

.hb-slider11-arrow .swiper-button-next {
    right: -25px;
}

/*============= section6 css end ==================*/

/*============= section7 css start ==================*/
.hb-deal-wrapper {
    background-image: url(../images/deal-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 100px 0;
}

.hb-deal-wrapper .container {
    max-width: 1500px;
}

.hb-deal-wrapper .hb-section4-heading.hb-banner-content {
    margin-top: -70px;
}

.hb-deal-wrapper .hb-banner-content h4 {
    background-color: #3e9dff;
}

.hb-deal-wrapper .hb-section4-subheading p {
    color: #fff;
}

.hb-deal-wrapper .hb-section4-subheading h1 {
    background: linear-gradient(to right, #d2ed48 30%, #36dc4e 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hb-deal-note p {
    background-image: url(../images/note-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 780px;
    height: 210px;
    padding: 80px 60px 0;
    font-size: 22px;
    font-weight: 800;
    color: #222222;
    margin: 50px auto 60px auto;
    text-align: center;
}

/*============= section7 css end ==================*/

/*============= section8 css start ==================*/
.hb-pricing-wrapper {
    background-color: #fff;
    padding: 50px 0;
}

.hb-pricing-wrapper .hb-banner-content h4 {
    background-color: #3e9dff;
}

.hb-pricing-wrapper .hb-section4-subheading h1 {
    background: linear-gradient(to right, #df28a3 30%, #981daa 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-weight: 900;
    max-width: 550px;
    width: 100%;
    margin: 30px auto 50px;
}

.hb-price-main {
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.hb-price-left {
    position: relative;
    z-index: 1;
    width: 50%;
}

.hb-price-left::before {
    content: '';
    background-image: url(../images/price-shadow-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -130px;
    right: -30px;
    bottom: -100px;
    left: -40px;
    z-index: -1;
}

.hb-price-left-inner-box {
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgba(205, 193, 250, 0.3);
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 45px 40px;
}

.hb-price-left-inner-box img {
    display: block;
}

.hb-price-left-inner-box p {
    background-image: -moz-linear-gradient(0deg, rgb(67, 181, 113) 0%, rgb(38, 143, 80) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(67, 181, 113) 0%, rgb(38, 143, 80) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(67, 181, 113) 0%, rgb(38, 143, 80) 100%);
    box-shadow: 0px 0px 60px 0px rgba(67, 181, 113, 0.2);
    border-radius: 30px;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    padding: 10px 15px;
    margin-left: auto;
}

.hb-price-main .hb-price-left-inner-box:last-child {
    margin-bottom: 0px;
}

.hb-price-main .hb-price-left-inner-box:last-child img {
    width: 190px;
    height: auto;
    object-fit: cover;
}

.hb-price-right {
    background-image: -moz-linear-gradient(45deg, rgb(255, 88, 116) 0%, rgb(255, 173, 93) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(255, 88, 116) 0%, rgb(255, 173, 93) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(255, 88, 116) 0%, rgb(255, 173, 93) 100%);
    border-radius: 20px;
    padding: 30px 0;
    text-align: center;
    margin-left: 45px;
    width: 50%;
}

.hb-price-right h1 {
    font-size: 80px;
    font-weight: 900;
    color: #222222;
    padding: 40px 0 5px 0;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
}

.hb-price-right p {
    font-size: 36px;
    font-weight: 900;
    color: #222222;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
}

.hb-price-main img.hb-arrw-left {
    position: absolute;
    left: 20px;
    bottom: -85px;
}

.hb-price-main img.hb-arrw-right {
    position: absolute;
    right: 20px;
    bottom: -85px;
}

.hb-price-table-main {
    background-image: url(../images/price-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1303px;
    height: 1347px;
    margin: 50px auto 0 -60px;
    padding-top: 257px;
    padding-left: 100px;
}
.hb-price-table-mobile-block{
    display: none;
}
.hb-price-table-parent {
    display: flex;
}

.hb-price-text {
    width: 50%;
}

.hb-price-icon {
    width: 27%;
}

.hb-price-icon2 {
    width: 14%;
}

.hb-price-text p {
    font-size: 22px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 39px;
}

.hb-price-icon img,
.hb-price-icon2 img {
    display: block;
    margin: 0 auto 40px auto;
    width: 33px;
    height: 30px;
    object-fit: contain;
}

.hb-price-icon h1 {
    font-size: 60px;
    font-weight: 900;
    color: #222222;
    text-align: center;
}

.hb-price-icon p {
    font-size: 20px;
    font-weight: 900;
    color: #222222;
    text-align: center;
}

.hb-price-icon2 p {
    font-size: 24px;
    font-weight: 900;
    color: #222222;
    text-transform: capitalize;
    text-align: center;
}

.hb-license-wrapper {
    background-image: url(../images/license-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    padding: 80px 0;
    margin: 0 50px;
    border-radius: 100px;
}
.hb-license-wrapper .container {
    max-width: 1700px;
}
.hb-license-wrapper .hb-banner-content h4 {
    background-color: #3e9dff;
}

.hb-license-wrapper .hb-section4-subheading h1 {
    background: linear-gradient(to right, #f4cd68 30%, #f7b910 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-weight: 900;
    max-width: 100%;
}

.hb-license-parent {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hb-license-parent:before {
    content: '';
    background-image: url(../images/license-shadow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.hb-license-inner {
    max-width: 752px;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    border: 3px solid #ffa75f;
    position: relative;
}

.hb-license-inner-right {
    border: 3px solid #1baa6f;
    margin-left: -50px;
    margin-top: -20px;
    box-shadow: 0px 0px 50px 0px rgba(34, 173, 118, 0.4);
    max-width: 700px;
}

.hb-license-inner:before {
    content: '';
    background-image: url(../images/table-shape1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 652px;
    height: 214px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.hb-license-inner-right:before {
    background-image: url(../images/table-shape2.png);
    left: 20px;
}

.hb-license-headng {
    position: relative;
    text-align: center;
    padding-top: 50px;
    z-index: 1;
}

.hb-licnc-head {
    max-width: 390px;
    width: 100%;
    margin: 35px auto 0 auto;
    background-color: #fff6f6;
    border-radius: 40px;
    box-shadow: 0px 0px 50px 0px rgba(215, 66, 70, 0.6);
    padding: 10px 0;
}

.hb-license-inner-right .hb-licnc-head {
    max-width: 440px;
    box-shadow: 0px 0px 50px 0px rgba(34, 173, 118, 0.6);
}

.hb-license-headng h4 {
    font-size: 40px;
    font-weight: 900;
    background: linear-gradient(to right, #ffa75f 30%, #ff6870 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.hb-license-inner-right .hb-license-headng h4 {
    background: linear-gradient(to right, #1baa6f 30%, #2db281 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.hb-license-text {
    padding-top: 60px;
}

.hb-license-text ul li {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    padding: 10px 0;
    margin-bottom: 15px;
    padding-left: 100px;
}

.hb-license-text ul li:nth-of-type(2n+2) {
    background-color: #f5f5f5;
}
.hb-license-inner-right .hb-license-text ul li:last-child {
    margin-bottom: 69px;
}

.hb-license-text ul li img {
    display: inline-block;
    margin: -5px 25px 0 0px;
}

.hb-license-payment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 3px solid #ffa75f;
}

.hb-licen-green {
    border-top: 3px solid #1baa6f;
}

.hb-licen-yellow .hb-humanboat-discount>p>span.hb-humanboat-bg1 {
    background-image: url(../images/license-cupon.png);
    color: #ffb33b;
}

.hb-license-payment .hb-humanboat-discount h5 {
    font-size: 18px;
    font-weight: 900;
    color: #222222;
    max-width: 420px;
    width: 100%;
    margin: auto;
}

.hb-licen-green .hb-humanboat-discount h5 {
    font-size: 24px;
    padding: 10px 0;
}

.hb-license-payment .hb-humanboat-discount h4 {
    font-size: 40px;
    font-weight: 900;
    color: #ffb33b;
    padding-top: 15px;
}

.hb-license-payment .hb-humanboat-discount>p {
    padding-bottom: 30px;
}

/*============= section8 css end ==================*/

/*============= section9 css start ==================*/
.hb-section15 .hb-section4-subheading h1 {
    background: linear-gradient(to right, #df28a3 30%, #7c19ad 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 52px;
    font-weight: 900;
    max-width: 100%;
}

/* accordian css */
.accordion-item.main {
    border-color: #ff9265 !important;
}

.vs-question-main-div {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.hb-accordian_main_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1170px;
    margin: 50px auto 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    background: transparent;
    color: #212529;
}

.vs-question-accordian button.accordion-button {
    font-size: 20px;
    color: #1d2333;
    font-weight: 800;
    padding: 20px 25px 20px 100px;
}

.vs-question-accordian button.accordion-button span {
    padding-right: 18px;
    width: 70px;
    position: absolute;
    left: 30px;
}

.vs-question-accordian button.accordion-button span.vs-cls1 {
    width: 81px;
}

.vs-question-accordian .accordion-body p {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.vs-question-accordian .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
    width: 28px;
    height: 28px;
}

.vs-video-button {
    position: relative;
    top: -70px;
}

.vs-question-accordian .accordion-button::after {
    background-image: url("../images/plus.png");
    background-size: cover;
    width: 28px;
    height: 28px;
}

.accordion-button:not(.collapsed) {
    padding-top: 30px;
}

.vs-question-accordian button.accordion-button.collapsed {
    border-radius: 10px;
}

.vs-question-accordian .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #f5d9d0;
    width: 570px;
}

.vs-question-accordian .accordion-body {
    padding: 20px 50px 30px 40px;
}

.vs-question-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

img.vector1 {
    position: absolute;
    top: -285px;
    right: 12px;
    z-index: 1;
}

.vs-common-section1.vs-accordian-section-bottom {
    text-align: center;
    padding: 60px 0 0;
}

.vs-common-section1.vs-accordian-section-bottom h2 {
    color: #ffffff;
}

.vs-common-section1.vs-accordian-section-bottom h3 {
    color: #ffffff;
}

.vs-common-section1.vs-accordian-section-bottom h3 span.vs-stroke-text {
    -webkit-text-stroke: 0px #ffffff;
    filter: drop-shadow(0 0 1px #ffffff) drop-shadow(1px 1px 0 #ffffff) drop-shadow(-1px 1px 0 #ffffff) drop-shadow(1px -1px 0 #ffffff) drop-shadow(-1px -1px 0 #ffffff);
}

.vs-common-section1.vs-accordian-section-bottom h3 span.vs-gray-text {
    color: #424069;
}

.vs-down-arrow a img {
    position: relative;
    animation: top_btm 0.5s infinite alternate;
}

.vs-common-section1.vs-accordian-section-bottom p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.vs-down-arrow2.vsArrow5 {
    padding: 40px 0 0;
}

/*============= section9 css end ==================*/

/*============= section10 css start ==================*/
.hb-btm-slide-wrapper {
    background-image: url(../images/btm-slider-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100px;
    max-width: 1750px;
    width: 100%; 
    margin: auto;
    padding: 80px 0 100px;
    filter: drop-shadow(0 0 25px rgba(155, 20, 165, 0.3));
}

.hb-btm-slide-wrapper .hb-section4-heading h4 {
    background-color: #3e9dff;
}

.hb-btm-slide-wrapper .hb-section4-subheading h1 {
    background: linear-gradient(to right, #ffa75f 30%, #ff6870 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    font-weight: 900;
    max-width: 1000px;
    width: 100%;
    margin: 20px auto 40px auto;
}

/*============= section10 css end ==================*/

/*============= section11 css start ==================*/
.hb-btm-slide-heading-url {
    background-image: url(../images/btm-slide-url-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 488px;
    height: 105px;
    margin: -60px auto 40px auto;
    z-index: 1;
    position: relative;
    text-align: center;
    padding-top: 33px;
}

.hb-btm-slide-heading-url h4 {
    font-size: 26px;
    color: #ff8f0a;
    font-weight: 800;
}

.hb-btm-slide-heading-url a {
    font-size: 20px;
    color: #222222;
    font-weight: 800;
    pointer-events: none;
    text-transform: lowercase;
}

/*============= section11 css end ==================*/

.hb-marquee.hb-marquee-top-space {
    position: relative;
    top: 30px;
}

.hb-marquee {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.hb-marquee__content {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
}

.hb-marquee__content li {
    width: 400px;
    padding: 10px 0px 10px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.hb-marquee__content {
    animation: scroll 230s linear infinite;
}

.hb-marquee.hb-marquee-top-space ul.hb-marquee__content {
    animation: scroll 185s linear infinite;
}

.hb-marquee.hb-marquee-fact ul.hb-marquee__content.hb-marquee__content1 {
    animation: scroll 185s linear infinite;
}

.hb-marquee:hover .hb-marquee__content {
    animation-play-state: paused;
}

@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }

    to {
        transform: translateX(0);
    }
}


ul.hb-marquee__content.hb-marquee__content1 {
    animation: scroll 230s linear infinite;
}

.hb-image-right {
    text-align: right;
}

.hb-section4-img img {
    position: relative;
    z-index: 111;
}

.hb-section4-heading2 h2 {
    background-image: url(../images/step2-heading.png);
    background-repeat: no-repeat;
    z-index: 11;
}

.hb-image-left {
    text-align: left;
}
.hb-step3-heading h2 {
    background-image: url(../images/step3-heading.png);
    background-repeat: no-repeat;
    z-index: 11;
}

.hb-step4-heading h2 {
    background-image: url(../images/step4-heading.png);
    background-repeat: no-repeat;
    z-index: 11;
}

.hb-image-center {
    text-align: center;
}

.hb-bottom-space0 {
    margin-bottom: 0px;
}

/*============== section3 css end ==============*/

/*============== section5 css start ==============*/
.hbSection5-subheading p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 10px;
    color: #1d2333;
}

.hb-tab-section {
    padding: 30px 0 0 0;
}

.hb-tabs-left .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.hb-tabs-left ul.nav.nav-tabs li.nav-item {
    display: inline-flex;
    height: 80px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #ffe7d9;
    margin-bottom: 10px;
    margin-right: 20px;
}

.hb-tabs-left ul.nav.nav-tabs li:nth-child(3).nav-item {
    margin-right: 0px;
}

.hb-tabs-left ul.nav.nav-tabs li.nav-item button {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    text-align: left;
}

.hb-tabs-left ul.nav.nav-tabs li.nav-item button .ht-tab1 h2 {
    font-size: 20px;
    color: #ff6600;
    font-weight: 700;
}

.hb-tabs-left ul.nav.nav-tabs li.nav-item button .ht-tab1 p {
    color: #1d2333;
    font-size: 20px;
    font-weight: 700;
    padding-top: 3px;
}

.hb-tabs-left ul.nav.nav-tabs li.nav-item button.active {
    border: 2px solid #ff6600;
    border-radius: 10px;
}

.hb-tab-content-inner {
    width: 100%;
    height: 100%;    
    text-align: center;    
    transition: all 0.5s;
    max-width: 780px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.hb-tab-content-inner video {
    width: 830px;
    height: 445px;
    border-radius: 10px;
    position: relative;
    z-index: 111;
    top: -3px;
    left: -48px;
    right: 0;
}

img.step2-img {
    padding-left: 50px;
}

.hb-section1 p span {
    color: #cdff07;
}

.fade {
    transition: none;
}

div#myTabContent {
    overflow: hidden;
    border-radius: 10px;
}

div#myTabContent:before {
    content: "";    
    background-color: #ffffff;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: -1;
    border-radius: 10px;
}

.hb-tabs-content .tab-pane {
    visibility: hidden;
    opacity: 0;
}

.hb-tabs-content .tab-pane.active {
    visibility: visible;
    opacity: 1;    
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 2s;
    transition: all .2s;
    opacity: 1;
}

@keyframes animate {
    from {
        transform: scale(1.1) rotateY(10deg);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: scale(1) rotateY(0deg);
        visibility: visible;
        opacity: 1;
    }
}

div#myTabContent {
    overflow: hidden;
    border-radius: 10px;
}

.hb-tabs-content {
    width: 780px;
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@keyframes move {
    0% {
        transform: translate(150px);
        visibility: hidden;
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        visibility: visible;
        opacity: 1;
    }
}

.swiper-slide.swiper-slide-active .hb-slider11-left {
    animation: move 0.5s linear;
}

.swiper-slide.swiper-slide-active .hb-slider11-img {
    animation: move 0.6s linear;
}
.hb-arrow-div.hb-arrow-div4 {
    margin-top: -40px;
    left: 0;
}

/*================== section6 css start ============*/

.hb-level1-heading {
    background-image: url(../images/level1-heading.png);
    background-repeat: no-repeat;
}

.hb-level2-heading {
    background-image: url(../images/level2-heading.png);
    background-repeat: no-repeat;
}

.hb-level3-heading {
    background-image: url(../images/level3-heading.png);
    background-repeat: no-repeat;
}

.hb-level5-heading {
    background-image: url(../images/level5-heading.png);
    background-repeat: no-repeat;
}

.padding01 {
    padding-bottom: 40px;
}

.SectionFLEX {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hb-arrow-div {    
    left: -210px;
    right: 0;
    text-align: center;
    margin-top: -30px;
}

.hb-arrow-div.hb-arrow-div1 {
    position: absolute;
    margin-top: -70px;
    left: 70px;
}

.hb-arrow-div.hb-arrow-div2 {
    position: absolute;
    margin-top: -70px;
}

.hb-arrow-div.hb-arrow-div5 {
    position: absolute;
}

.hb-arrow-div {    
    left: -210px;
    right: 0;
    text-align: center;
    margin-top: -30px;
}

.SectionFLEX {
    display: flex;
    align-items: center;
    justify-content: end;
}
.blur_image {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 111;
    height: 630px;
    transform: rotateY(180deg);
}
.blur_image img {
    height: 580px;
}

.hb-chat1box-content-slider {    
    height: 220px;
    border-radius: 10px; 
    background-color: #ffffff;
    border: 1px solid #e2d2ea;
    text-align: left;
    padding: 20px 30px;
}
.hb-chat1box-content-slider .hb-marquee__content li{
    padding: 10px 0px 10px;
}
.hb-chat1box-content-slider h2 {
    font-size: 18px;
    color: rgb(29, 35, 51);
    font-weight: 700;
    padding: 20px 0 10px 0;
}

.hb-chat1box-content-slider p {
    font-size: 16px;
    color: #78839f;
    font-weight: 500;
}

.hb-chatSlider1 .swiper.mySwiperSlider {
    padding: 40px 0px 50px;
}

.hb-chatSlider1 .swiper.mySwiperSliderChat {
    padding: 40px 0px 30px;
    position: relative;
    top: -110px;
}

.hb-chatSlider1 .swiper.mySwiperSliderChat .swiper-wrapper {
    transition-timing-function: linear;
    padding: 20px 0px;
}

.hb-chatSlider1 .swiper.mySwiperSlider .swiper-wrapper {
    transition-timing-function: linear;
    padding: 20px 0px;
}

/*=============== section7 css start ===============*/

.hb-video1-heading-bottom h2 {
    width: 270px;
    height: 60px;
    border-radius: 30px;
    filter: drop-shadow(0 0 25px rgba(255, 0, 57, 0.1));
    background-color: #ffffff;
    border: 2px solid #ffaabd;
    display: inline-block;
    font-size: 20px;
    color: #1d2333;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px auto 30px;
    transition: all 0.5s;
}

.hb-video1-heading-bottom h2:hover {
    transform: translateY(-5px);
}

.hb-video1-heading-bottom1 h2 {
    width: 270px;
    height: 90px;
    border-radius: 30px;
    filter: drop-shadow(0 0 25px rgba(255, 0, 57, 0.1));
    background-color: #ffffff;
    border: 2px solid #ffaabd;
    display: inline-block;
    font-size: 20px;
    color: #1d2333;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px auto 30px;
    transition: all 0.5s;
    line-height: 1.4;
}

.hb-video1-heading-bottom1 h2:hover {
    transform: translateY(-5px);
}

/*=============== section9 css start ================*/
.hb-section9-wrapper {
    background-image: url(../images/section9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0px 30px;
    overflow-x: hidden;
}

.hb-section9-headign {
    padding-bottom: 45px;
}

.hb-section9-headign h2 {
    background-image: url(../images/text-bg7.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 40px;
    color: #1d2333;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 30px 30px;
}

@keyframes slide2 {
    from {
        background-position-x: -3935px;
    }

    to {
        background-position-x: 0;
    }
}

@keyframes slide {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -3935px;
    }
}

.slider-img {
    visibility: hidden;
}

.toggler {
    width: 500px;
    height: 200px;
    position: relative;
}

#button {
    padding: .5em 1em;
    text-decoration: none;
}

#effect {
    width: 240px;
    height: 170px;
    padding: 0.4em;
    position: relative;
}

#effect h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
}

.ui-effects-transfer {
    border: 2px dotted gray;
}

img.voice-demo-position {
    position: absolute;
    top: 0px;
    animation: 5s LeftToRight infinite alternate;
}
ul.hb-price-ul li {
    position: relative;
    font-size: 20px;
    color: #78839f;
    font-weight: 400;
    padding-bottom: 30px;
    padding-left: 40px;
}

ul.hb-price-ul li span {
    position: absolute;
    left: 0px;
}

.hb-table-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.hb-table1 {
    background-image: url(../images/table1.png);
    background-repeat: no-repeat;
    height: 1470px;
    width: 100%;
}

.hb-table1.hb-table2 {
    background-image: url(../images/table2.png);    
    position: relative;
    top: 30px;
    right: 62px;
}

.ht-table1-logo {
    padding: 40px 0px 0 100px;
}

.ht-table1-logo.ht-table1-logo2 {
    text-align: right;
    padding: 20px 60px 0 0;
}

.ht-table-text {
    padding: 43px 0px 0px 60px;
}

.ht-table-text.ht-table-text01 {
    padding: 35px 0px 0px 10px;
}

.ht-table-text>p {
    font-size: 22px;
    color: #1d2333;
    font-weight: 500;
    position: relative;
    padding: 0px 0px 0px 50px;
}

.ht-table-text.ht-table-text01 p {
    color: #ffffff;
    font-weight: 400;
}

.ht-table-text>p>span {
    position: relative;
    left: -20px;
    top: -5px;
}

p.ht-table-text1 {
    padding: 14px 0 14px 50px;
}

p.ht-table-text2 {
    padding: 7px 0 14px 50px;
    display: flex;
    align-items: center;
}

p.ht-table-text2 span {
    top: 0;
}

p.ht-table-text3 {
    padding: 14px 0 17px 50px;
}

p.ht-table-text4 {
    padding: 5px 0 14px 50px;
}

p.ht-table-text4 span {
    top: 0;
}

p.ht-table-text5 {
    padding: 8px 0 14px 50px;
    display: flex;
    align-items: center;
}

p.ht-table-text5 span {
    top: 0;
}

p.ht-table-text6 {
    padding: 14px 0 17px 50px;
}

p.ht-table-text6 span {
    top: 0;
}

p.ht-table-text7 {
    padding: 5px 0 14px 50px;
}

p.ht-table-text7 span {
    top: 0;
}

p.ht-table-text8 {
    padding: 14px 0 14px 50px;
}

p.ht-table-text9 {
    padding: 5px 0 17px 50px;
}

p.ht-table-text9 span {
    top: 0;
}

p.ht-table-text10 {
    padding: 14px 0 17px 50px;
}

p.ht-table-text11 {
    padding: 2px 0 14px 50px;
}

p.ht-table-text11 span {
    top: 0;
}

p.ht-table-text12 {
    padding: 11px 0 14px 50px;
}

p.ht-table-text12 span {
    top: 0;
}

p.ht-table-text13 {
    padding: 10px 0 14px 50px;
}

p.ht-table-text13 span {
    top: 0;
}

p.ht-table-text14 {
    padding: 10px 0 14px 50px;
}

p.ht-table-text14 span {
    top: 0;
}

p.ht-table-text15 {
    padding: 5px 0 14px 50px;
}

p.ht-table-text15 span {
    top: 0;
}

p.ht-table-text16 {
    padding: 17px 0 17px 50px;
}

p.ht-table-text17 {
    padding: 3px 0 14px 50px;
}

.tb-table1-bottom1 h2 {
    font-size: 20px;
    color: #1d2333;
    font-weight: 500;
    padding: 30px 0px 0px 90px;
    width: 100%;
    max-width: 430px;
}

.tb-table1-bottom1 h2.optional1 {
    position: relative;
    padding-left: 125px;
    font-weight: 700;
    text-align: center;
}

.tb-table1-bottom1 h2.optional1 span {
    position: absolute;
    left: 0;
}

.tb-table1-bottom1 h2.optional1 span {
    position: absolute;
    left: 99px;
    top: 32px;
}

.tb-table1-bottom1.tb-table1-bottom01 h2.optional2 {
    position: relative;
    padding-left: 25px;
    text-align: center;
}

.tb-table1-bottom1.tb-table1-bottom01 h2.optional2 span {
    position: absolute;
    left: 0px;
    top: 27px;
}

.tb-table1-bottom1 h3 {
    font-size: 30px;
    color: #1da5d7;
    font-weight: 800;
    padding: 20px 0px 0px 140px;
}

.hb-htn12 a {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    background-image: url(../images/btn1.png);
    background-repeat: no-repeat;
    display: block;
    max-width: 370px;
    margin: 25px 0 0 100px;
    text-align: center;
    padding: 11px 20px 12px;
}

.tb-table1-bottom1.tb-table1-bottom01 h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 0px 0px 40px;
}

.tb-table1-bottom1.tb-table1-bottom01 {
    padding: 30px 0px 0px 40px;
}

.tb-table1-bottom1.tb-table1-bottom01 h4 span {
    color: #ffe400;
}

.tb-table1-bottom1.tb-table1-bottom01 h2 {
    padding: 25px 0px 0px 0px;
    color: #ffffff;
}

.tb-table1-bottom1.tb-table1-bottom01 h3 {
    padding: 20px 0px 0px 90px;
    color: #ffffff;
}

.tb-table1-bottom1.tb-table1-bottom01 h3 span {
    color: #ffe400;
}

.hb-htn12.hb-htn01 a {
    margin: 25px 0 0 90px;
}


/*================== section15 css start ====================== */
/*================ section16 css start =====================*/
.hb-section16-wrapper {
    padding: 80px 0px;
    background-image: url(../images/section16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.hb-section16-heading h2 {
    font-size: 40px;
    color: #1d2333;
    font-weight: 700;
    width: 100%;
    max-width: 920px;
    text-align: center;
    margin: 0 auto;
    background-image: url(../images/text-bg12.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 60px 30px;
}

.hb-section16-subheading p {
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    background-image: url(../images/subheading-bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0px;
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin: 28px auto 0;
}

/* slider1 */
.swiper-slide {
    position: relative;

}

.SliderBottom.swiper.mySwiper2 .swiper-wrapper {
    padding: 0 0 30px 0;
    transition-timing-function: linear;
}
.box-animation-scroll ul li a {
    pointer-events: none;
}
.hb-section16-inner-box {
    border-radius: 20px;
    filter: drop-shadow(0 0 25px rgba(176, 99, 208, 0.1));
    background-color: #ffe8d5;
    border: 2px solid #febf8a;
    padding: 30px 30px 30px;
    height: 290px;
    text-align: center;
}
.marq-fist-slide{
    background-color: #ffe8d5;
    border: 2px solid #febf8a;
}
.marq-second-slide{
    background-color: #e3ffdb;
    border: 2px solid #82dc69;
}
.marq-third-slide{
    background-color: #d5ffeb;
    border: 2px solid #43ed9d;
}
.marq-fourth-slide{
    background-color: #ffe6ff;
    border: 2px solid #ff94ff;
}
.marq-five-slide{
    background-color: #cbfffe;
    border: 2px solid #52e9e8;
}
.hb-section16-inner-box img {
    padding-bottom: 10px;
}

.hb-section16-inner-box p {
    font-size: 22px;
    color: #1d2333;
    font-weight: 700;    
    text-align: center;
}

.hb-banner-discount-section {
    text-align: center;
}
.hb-pymet-last {
    padding-bottom: 50px;
}
/* section17 css start */
.hb-section17-wrapper {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 90px 0px 30px;
    overflow-x: hidden;
}

.hb-section17-box {
    max-width: 790px;
    width: 100%;
    margin: auto;
}

.hb-section17-box>p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    padding: 20px 0 0 0;
}

.hb-section17-box>p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    padding: 25px 0 50px 0;
}

.hb-location>p>span {
    position: absolute;
    left: 20px;
    top: 13px;
}

.hb-location>h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 25px 0 0 0;
}

.hb-contact {
    background-color: #352342;
    padding: 10px 0px;
    text-align: center;
    overflow-x: hidden;
    margin-top: -1px;
}

.hb-contact ul li {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    transition: all 0.5s;
    padding: 0px 5px;
}

.hb-contact ul li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.5s;
}

.hb-contact ul li:hover a {
    color: #1da5d7;
}

.hb-banner-discount-section.hb-discount2 {
    padding-top: 30px;
}

.desktop-none {
    display: none;
}

.desktop-none767 {
    display: none;
}

.vs-copywrite-address-add p {
    color: #ffffff;
    font-size: 20px;
    margin: 30px auto 20px;
    border-radius: 50px;
}

span.canada-flag img {
    width: 100%;
    max-width: 40px;
    margin: 0 5px;
}

.level3-desktop-none {
    display: none;
}

.hb-location>p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background-image: linear-gradient(92deg, #ff676f 0%, #ffa75f 100%);
    padding: 15px 20px;
    border-radius: 30px;
}

/* ==============extra css */

.gallery-thumbss .swiper-slide {
    height: 100%;
    opacity: 0;
}

.gallery-thumbss .swiper-slide-active {
    opacity: 1;
    width: 600px;
}
.swiper.gallery-thumbss {
    background-image: none !important;
    overflow: hidden;
    max-width: 800px !important;
    margin: 0 auto !important;
    position: relative;
}
.marquee1 {
    --gap: 1rem;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee__content1 {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.marquee__content1 {
    animation: scroll 185s linear infinite;
}

.marquee1:hover .marquee__content1 {
    animation-play-state: paused;
}

ul.marquee__content1 li {
    width: 400px;
    padding: 30px 0px 30px;
}

@keyframes scroll-abs {
    from {
        transform: translateX(calc(100% + var(--gap)));
    }

    to {
        transform: translateX(0);
    }
}

.marquee1.marquee1_top {
    position: relative;
    top: -30px;
}
/*=========================== responsive css start ===========================*/
@media(max-width:1875px) {
    .swiper-slider-down-arrow {
        top: 215px;
    }
}
@media(max-width:1850px){
    .hb-banner-content h1 {
        font-size: 60px;
    }
}
@media(max-width:1800px) {
    .hb-video-slider-wrapper {     
        padding-left: 100px;
        padding-right: 100px;
    }
    .hb-video-slider-main {     
        padding-bottom: 50px;
    }
    img.hb-chat2 {
        left: 35px;
        top: 450px;
    }

    img.hb-chat1 {
        right: 35px;
        top: 910px;
    }
    .hb-section3-slider {
        background-image: none;
    }

    .swiper-slider-down-arrow {
        padding: 20px 0 0;
    }

    .hb-section3-slider:before {
        background-image: none;
    }
}
@media(max-width:1700px){
    .hb-banner-bot h4 {
        top: -130px;     
    }
}
@media(max-width:1600px) {
    .hb-section1-wrapper {
        padding: 0 20px 20px;
    }
    .hb-banner-video video {
        position: absolute;
        top: 33px;
        bottom: 0;
        left: 50px;
        max-width: 660px;
        height: 370px;     
    }
    .hb-video-section-wrapper .hb-video1 {
        position: absolute;
        top: 85px;
        bottom: 50px;
    }

    img.voice-demo-position {
        position: absolute;
        top: -20px;
        animation: 5s LeftToRight infinite alternate;
        right: 0px;
    }

    img.hb-chat1 {
        right: 35px;
        top: 590px;
        width: 100%;
        max-width: 250px;
    }

    img.hb-chat2 {
        width: 100%;
        max-width: 250px;
    }

    img.level3-responsive-none {
        display: none;
    }

    img.level3-desktop-none {
        display: block;
    } 
    .hb-banner-bot img {        
        width: 200px;
        height: auto;
    }
    .hb-banner-bot video {
        width: 100%;
    }
    .hb-section1-wrapper .hb-banner-discount-section {
        margin-top: 0px;
    }
    .hb-banner-video {
        max-width: 700px;
        width: 100%;
    }
    .hb-banner-video>div {
        position: absolute;
        top: 90px;
        right: 30px;
        left: 37px;
        bottom: 55px;
    }
    .hb-section4-inner {
        padding: 50px 15px 0 15px;     
    }
    .hb-line1, .hb-line2, .hb-line3, .hb-line4, .hb-line5, .hb-line6, .hb-line7, .hb-line8, .hb-line9, .hb-line10, .hb-line11, .hb-line12, .hb-line13 {
        left: -40px;
        background-size: contain;
        width: 170px;
        height: 180px;
    }
    .hb-section4-wrapper .hb-feature-box12 {
        padding: 50px 20px 30px 20px;        
        max-width: 540px;                
    }
    .hb-license-wrapper {
        margin: 0 20px;
    }
    .hb-banner-pyment-video-wrapper .row {
        align-items: center;
    }
    .hb-banner-pyment-video-wrapper {
        padding-bottom: 50px;
        margin-top: -50px;
    }
    .hb-video-section-wrapper .hb-video-heading {
        padding-bottom: 0;
    }
} 

@media(max-width:1500px) { 
    .hb-banner-video video {
        position: absolute;
        top: 33px;
        bottom: 0;
        left: 50px;
        max-width: 627px;
        height: 350px;
    }
    .hb-section1-wrapper {
        padding: 0 20px 20px;
    }  
    .hb-section4-wrapper .hb-feature-box12, .hb-section4-wrapper .hb-feature-box13 {     
        max-width: 450px;
    }
    .hb-section4-wrapper .hb-feature-box12{
        margin-left: 50px;
    }
    img.level1-position {
        right: 50px;
    }
    .hb-banner-bot video {
        width: 100%;
    }   
    .hb-video1 {
        top: 60px;
        right: 30px;
        bottom: 25px;
        left: 35px;
    }    
    .hb-active-shadow .swiper-slide-active:before {
        left: -30px;
    }
    .hb-section4-img img {     
        width: 500px;
        height: auto;
        object-fit: contain;
    }
    .test5 .hb-section4-img img {
        width: 100%;
    }
}
@media(max-width:1440px){
    .hb-banner-video video {
        position: absolute;
        top: 27px;     
        left: 50px;
        max-width: 575px;
        height: 320px;
    }
    .hb-banner-content h1 {
        font-size: 53px;
    }
    .hb-banner-content h2, .hb-banner-content h2 span{
        font-size: 35px;
    }    
    .hb-video-slider-wrapper {     
        padding-left: 80px;
        padding-right: 80px;
        margin:0 40px
    }
    .hb-btm-slide-wrapper {
        max-width: 1350px;
    }
    .hb-banner-pyment-video-wrapper .hb-humanboat-discount {
        padding-top: 0;
    }
    .hb-humanboat-discount>p>span.hb-humanboat-bg1{
        display: inline-block;
    }
}
@media(max-width:1400px) {
    .hb-video-parent .hb-banner-video {
        max-width: 600px;
        width: 100%;
        height: 400px;
    }
    .hb-video-section-wrapper .hb-banner-video>div {
        position: absolute;
        top: 60px;
        right: 23px;
        left: 30px;
        bottom: 30px;
    }
    .hb-video-parent .hb-banner-video video {
        position: absolute;
        top: 130px;
        left: 38px;
        width: 530px;
        height: 298px;
    }
    .hb-banner-video {     
        height: 100%;
    }
    .hb-banner-video>div {
        position: absolute;
        top: 75px;
        right: 25px;
        left: 35px;
        bottom: 45px;
    }
    .hb-banner-video video {
        position: absolute;
        top: 85px;
        left: 45px;
        max-width: 579px;
        height: 330px;
        margin: 0;
    }
    .hb-license-inner-right:before {
        background-image: url(../images/table-shape2.png);
        left: 30px;
        width: 560px;
        top: -12px;
    }
    img.voice-demo-position {
        right: 0px;
        z-index: 11;
        animation: none;
    }
    img.imgNone {
        opacity: 0;
        visibility: hidden;
    }

    .hb-banner-chat-image {
        display: none;
    }

    .hb-level3-heading {
        background-size: contain;
    }

    .hb-level5-heading {
        background-size: contain;
    }

    img.level1-res {
        padding-right: 30px;
    }
    .hb-video1 {
        top: 50px;
        right: 40px;
        bottom: 20px;
        left: 50px;
    }
    .hb-banner-pyment-video-wrapper {     
        margin-top: 0;
    }
    .hb-video-parent .hb-humanboat-discount {
        padding-top: 0;
    }
    .hb-video-parent .hb-banner-discount-section {
        margin-top: -100px;
    }
}
@media(max-width:1350px){
    .hb-banner-content h1 {
        font-size: 50px;
    }
    .hb-banner-video video {        
        top: 78px;
        left: 45px;
        max-width: 560px;
        height: 320px;     
    }
}
@media(max-width:1300px){    
    .hb-video-parent .hb-banner-video video {        
        top: 50px;
        left: 38px;
        width: 430px;
        height: 242px;
    }
    .hb-banner-bot h4{
        left: 5px;
    }
    .hb-bot-right h4 {
        right: 5px;
        left: auto;
    }
    img.hb-orng-arrow, img.hb-grn-arrow{
        display: none;
    }
    .hb-banner-video video {
        top: 73px;
        left: 40px;
        max-width: 540px;
        height: 304px;
    }
    .hb-price-table-main {
        width: 1150px;        
        margin: 0px auto 0 auto;
        padding-top: 300px;
    }
    .hb-price-text p {
        margin-bottom: 32px;
    }
    .hb-price-icon img, .hb-price-icon2 img {        
        margin: 0 auto 33px auto;       
    }
    .hb-line1, .hb-line2, .hb-line3, .hb-line4, .hb-line5, .hb-line6, .hb-line7, .hb-line8, .hb-line9, .hb-line10, .hb-line11
    .hb-feature-box4 .hb-feature-heading h2 {        
        display: none;
    }
    .hb-feature-msg-box{
        margin-top: 0;
    }
    .hb-section4-inner:after {
        height: 97.7%;
    }
    .hb-feature-heading h2 {        
        font-size: 20px;
        font-weight: 700;
    }   
    .hb-feature-heading h2 {
        margin: -20px 0 10px -55px;
    }
    .hb-feature-box13 h2 {
        padding: 40px 75px 0px 90px;
    }
    .hb-banner-video>div {     
        top: 65px;
        right: 23px;
        left: 31px;
        bottom: 35px;
    }
    .hb-license-payment .hb-humanboat-discount>p {
        font-size: 26px;     
    }
    .hb-license-payment .hb-humanboat-discount h4 {
        font-size: 35px;
    }
    .hb-htn1 a {
        width: 470px;
        font-size: 27px;
    }
    .hb-license-text ul li {
        padding-left: 40px;
    }
    .hb-feature-heading h2 {
        padding: 17px 15px 0px 15px;
    }
    .hb-feature-box2 .hb-feature-heading h2 {        
        width: 444px;
    }
    .hb-feature-box3 .hb-feature-heading h2 {        
        width: 454px;
    }
    .hb-feature-box4 .hb-feature-heading h2 {        
        width: 540px;
    }
    .hb-feature-box5 .hb-feature-heading h2 {        
        width: 431px;
    }
    .hb-feature-box6 .hb-feature-heading h2 {        
        width: 400px;
    }
    .hb-feature-box7 .hb-feature-heading h2 {        
        width: 384px;
    }
    .hb-feature-box8 .hb-feature-heading h2 {        
        width: 404px;        
        text-align: center;
    }
    .hb-feature-box9 .hb-feature-heading h2 {        
        width: 494px;
        background-size: contain;
    }
    .hb-feature-box10 .hb-feature-heading h2 {        
        width: 344px;
    }
    .hb-feature-box11 .hb-feature-heading h2 {        
        width: 444px;
    }
    .hb-section4-wrapper .hb-feature-box12 {
        padding: 130px 20px 30px 20px;     
    }
    .hb-section4-wrapper .hb-feature-box12 .hb-feature-heading h2 {
        padding: 25px 35px 0px 25px;
    }
    .hb-section4-wrapper .hb-feature-box13 {
        padding: 150px 20px 30px 20px;     
    }
    .hb-section4-wrapper .hb-feature-box13 .hb-feature-heading h2 {
        padding: 45px 25px 0px 45px;
    }
}
@media(max-width:1250px){
    .hb-banner-bot h4 {
        width: 165px;
        height: 140px;
        font-size: 18px;
    }
    .hb-banner-video video {
        top: 67px;
        left: 40px;
        max-width: 510px;
        height: 289px;
    }
    .hb-banner-content h4 {
        font-size: 30px;
    }
    .hb-video-parent .hb-banner-discount-section {
        margin-top: -50px;
    }
}
@media(max-width:1199px) {
    .hb-chat1Slider-section {
        overflow: hidden;     
    }
    .hb-btm-slide-wrapper {
        border-radius: 0;
    }
    .hb-license-parent {
        flex-direction: column;
        align-items: center;
    }
    .hb-license-parent:before{
        display: none;
    }
    .hb-license-inner-right:before {        
        left: 100px;     
    }
    .hb-license-inner-right {        
        margin-left: 0;
        margin-top: 30px;
        max-width: 752px;
    }
    .hb-license-inner-right .hb-license-text ul li:last-child {
        margin-bottom: 40px;
    }
    .hb-price-table-main {
        width: 1000px;
        margin: 0px auto 0 auto;
        padding-top: 280px;
        padding-left: 80px;
        height: 1200px;
    }
    .hb-price-text p {
        margin-bottom: 26px;
        font-size: 20px;
    }
    .hb-price-icon img, .hb-price-icon2 img {
        margin: 0 auto 24px auto;
    }
    .hb-price-icon h1 {
        font-size: 45px;     
    }
    .hb-price-icon p {
        font-size: 18px;     
    }
    .hb-price-icon2 p {
        font-size: 20px;
    }
    .hb-video-section-wrapper .hb-video1 {
        top: 130px;
        bottom: 105px;
        left: 35px;
        right: 25px;
    }
    .hb-video-section-wrapper .hb-banner-video {     
        margin-top: 0;
    }
    .hb-video-chat-img {
        margin-right: 10px;
    }
    .hb-chat-right {
        margin-left: 10px;
        margin-right: 0;
    }
    .test12 .hb-section4-img {
        max-width: 400px;
    }
    .test12 .hb-section4-img video {
        top: 13px;
        left: 10px;
        width: 378px;
        height: 280px;
    }
    .test13 .hb-section4-img img {
        width: 400px;        
    }
    .hb-section4-wrapper .hb-feature-box12, .hb-section4-wrapper .hb-feature-box13 {
        max-width: 400px;
    }
    .hb-feature-box12 h2 {        
        max-width: 455px;
        width: 100%;
        height: 90px;        
        padding: 20px 120px 0px 100px;
        margin: -80px 0 10px -50px;
        text-align: center;
    }
    .hb-feature-box13 h2 {
        max-width: 460px;
        width: 100%;
        height: 110px;
        padding: 20px 120px 0px 103px;
        margin: -80px 0 10px -50px;
        text-align: center;
    }
    .hb-feature-box13 .hb-feature-heading h2 {
        margin: -100px 0 10px -100px;     
        padding: 30px 110px 0 120px;
        font-weight: 700;
    }    
    .hb-feature-msg-box {
        background-size: contain;
        width: 500px;
        height: auto;
    }
    .hb-feature-msg-box p {
        font-size: 16px;     
    }
    .hb-feature-heading h2 {
        margin: -20px 0 10px -65px;
    }
    .hb-feature-box4 .hb-feature-heading h2 {        
        margin-left: -80px;
    }
    .hb-section11-wrapper {
        padding: 70px 0px 80px;
    }

    .hb-section15 {
        padding: 60px 0px;
    }

    .hb-section16-wrapper {
        padding: 60px 0px;
    }

    .hb-section9-wrapper {
        padding: 65px 0px 30px;
    }
    img.level1-res {
        padding-right: 0;
    }

    .hb-accordian_main_section {
        justify-content: center;
    }

    .hb-vs-img {
        padding: 20px 0px;
        text-align: center;
    }

    img.level1-res {
        padding-bottom: 40px;
    }

    .hb-arrow-div.hb-arrow-div5 {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -40px;
    }

    .hb-arrow-div.hb-arrow-div2 {
        position: relative;
        margin-top: 0;
        left: 0;
        right: 0;
        padding-bottom: 0;
        bottom: -60px;
    }

    .hb-arrow-div.hb-arrow-div4 {
        margin-top: 0;
    }

    img.imgNone {
        display: none;
    }

    .hb-chatSlider1 .hb-marquee.hb-marquee01 {
        overflow: visible;
    }

    .hb-chatSlider1 .hb-marquee.hb-marquee02 {
        overflow: visible;
    }

    .SectionFLEX {
        display: block;
    }
    .hb-section4-inner:after {
        height: 97.3%;
    }
    .hb-line1, .hb-line2, .hb-line3, .hb-line4, .hb-line5, .hb-line6, .hb-line7, .hb-line8, .hb-line9, .hb-line10, .hb-line11{
        display: none;
    }

    .vs-question-accordian .accordion-item {
        width: 480px;
    }

    .hb-section4-left-box {
        width: 100%;
        max-width: 100%;
    }

    img.step2-img {
        padding-left: 0;
    }

    .hb-section4-img {
        text-align: center;
    }
    .hb-section11-slider {
        max-width: 890px;
        height: 100%;
    }
    .hb-feature-heading h2 {
        font-size: 16px;
        font-weight: 600;
    }
    .responsive-none {
        display: none;
    }

    .desktop-none {
        display: block;
    }

    .hb-level1-heading {
        background-image: none;
        display: inline-block;
    }

    .hb-level2-heading {
        display: inline-block;
        background-image: none;
    }

    .hb-level3-heading {
        display: inline-block;
        background-image: none;
    }

    .hb-level5-heading {
        display: inline-block;
        background-image: none;
    }

    .SectionFLEX {
        padding: 60px 0px 50px;
    }

    .hb-arrow-div.hb-arrow-divV {
        position: relative;
        left: 0;
        right: 0px;
        top: 30px;
    }

    .hb-arrow-div.hb-arrow-div1 {
        position: relative;
        margin-top: 0;
        left: 0;
        right: 0;
        top: -30px;
    }

    .hb-table1 {
        margin: 0 auto;
        max-width: 580px;
    }

    .hb-table1.hb-table2 {
        right: 0;
    }

    .hb-table-wrapper {
        display: block;
    }
    .hb-video1 {
        top: 115px;
        right: 25px;
        bottom: 85px;
        left: 30px;
    }
    .hb-section01-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hb-banner-content h4 {
        font-size: 30px;
    }
    .hb-banner-content h1{
        font-size: 50px;
    }
    .hb-banner-bot {
        margin-top: -50px;     
    }    
    .hb-video1 {
        top: 85px;
        bottom: 60px;
    }  
    .hb-active-shadow .swiper-slide-active:before {
        left: -34px;
    }    
    .hb-section-second .hb-section4-inner:after {
        height: 94.8%;
    }
    .hb-banner-video video {
        top: 110px;
        left: 40px;
        max-width: 490px;
        height: 275px;
    }
    .hb-video-slider-main:before{
        display: none;
    }
    .hb-banner-video {
        margin-top: 0;
        max-width: 500px;
        height: 310px;
    }
    .hb-banner-video>div {
        top: 40px;
        right: 20px;
        left: 26px;
        bottom: 15px;
    }
    .hb-banner-pyment-video-wrapper {
        margin-top: -130px;
    }
    .hb-section1-wrapper {
        padding: 0 10px 10px;
    }
    .hb-video-chat-img img {     
        margin-bottom: 15px;        
    }
    .hb-video-parent .hb-banner-video {
        max-width: 500px;     
    }
    .hb-video-section-wrapper .hb-banner-video>div {     
        top: 85px;
        right: 20px;
        left: 26px;
        bottom: 60px;
    }
    .hb-video-parent .hb-banner-discount-section {
        margin-top: 0;
    }
    .hb-feature-box1 .hb-feature-heading h2, .hb-feature-box5 .hb-feature-heading h2, .hb-feature-box6 .hb-feature-heading h2, .hb-feature-box7 .hb-feature-heading h2, .hb-feature-box8 .hb-feature-heading h2, .hb-feature-box10 .hb-feature-heading h2 {        
        width: 350px;
        background-size: contain;
    }
    .hb-feature-box2 .hb-feature-heading h2 {
        width: 380px;
        background-size: contain;
    }
    .hb-feature-box3 .hb-feature-heading h2 {
        width: 390px;
        background-size: contain;
    }
    .hb-feature-box4 .hb-feature-heading h2 {
        width: 430px;
        background-size: contain;
    }
    .hb-feature-box5 .hb-feature-heading h2 {
        width: 320px;
        background-size: contain;
    }
    .hb-feature-msg-box.hb-feature-box8 h2 {
        top: 30px;
    }
    .hb-feature-box9 .hb-feature-heading h2 {
        width: 380px;
        background-size: contain;
    }
    .hb-feature-msg-box.hb-feature-box10 h2 {
        left: 100px;
        top: 30px;
    }
    .hb-feature-box11 .hb-feature-heading h2 {
        width: 384px;
        background-size: contain;
        left: 100px;
    }
    .hb-feature-heading h2 {
        padding: 20px 15px 0px 15px;
    }
    .hb-section4-wrapper .hb-feature-box12 {
        padding: 110px 20px 30px 20px;
    }
    .hb-section4-wrapper .hb-feature-box13 {
        padding: 50px 20px 30px 20px;
    }
    .hb-section4-wrapper .hb-feature-box13 .hb-feature-heading h2 {
        padding: 35px 25px 0px 45px;
        margin-left: -50px;
    }
}
@media(max-width:1150px){
    .hb-banner-video video {
        top: 110px;
        left: 40px;
        max-width: 460px;
        height: 258px;
    }
    .hb-banner-pyment-video-wrapper {
        margin-top: -100px;
    }
}
@media(max-width:1100px){
    .hb-banner-video video {
        top: 95px;
        left: 40px;
        max-width: 440px;
        height: 258px;
    }
    .hb-banner-content h2, .hb-banner-content h2 span {
        font-size: 30px;
    }
    .hb-banner-pyment-video {
        display: none;
    }    
}
@media(max-width:1050px){
    .hb-banner-video video {
        top: 95px;
        left: 35px;
        max-width: 420px;
        height: 236px;
    }
    .hb-banner-pyment-video-wrapper {
        margin-top: -60px;
    }
}
@media(max-width:1024px){
    .hb-section1-wrapper {
        padding: 0 15px 15px;
    }
    .hb-section01-inner {
        border-radius: 40px;
    }
    .hb-section16-inner-box {
        height: 250px;
    }
    .hb-video1 {
        top: 70px;
        bottom: 50px;
    }
    .hb-banner-bot img {
        top: 70px;        
        width: 140px;     
    }
    .hb-section4-wrapper .hb-feature-box12 {
        margin-left: 20px;
    }
    .hb-feature-box12 .hb-feature-heading h2 {
        margin: -100px 0 10px -95px;
    }
    .hb-feature-box13 .hb-feature-heading h2 {
        margin: -100px 0 10px -120px;
    }
    .hb-section4-wrapper .hb-feature-box12 {
        padding: 40px 20px 30px 20px;
    }
    .hb-section4-wrapper .hb-feature-box12 .hb-feature-heading h2 {     
        margin-left: 0;
    }
}
@media(max-width:991px) {    
    .hb-banner-bot h4 {     
        display: none;
    }
    .hb-banner-video video {
        top: 42px;
        left: 40px;
        max-width: 390px;
        height: 219px;
    }
    .hb-video-heading h4 {        
        font-size: 30px;
    }
    .hb-price-table-main {
        width: 770px;     
        padding-top: 250px;
        padding-left: 56px;
        height: 1000px;
    }
    .hb-price-text p {
        margin-bottom: 18px;
        font-size: 17px;
    }
    .hb-price-icon img, .hb-price-icon2 img {
        margin: 0 auto 18px auto;
        width: 28px;
        height: 25px;
    }
    .hb-price-icon h1 {
        font-size: 30px;
    }
    .hb-price-icon p {
        font-size: 16px;
    }
    .hb-price-icon2 p {
        font-size: 16px;
    }
    .hb-price-left-inner-box {
        padding: 45px 20px;
    }
    .hb-price-right {
        margin-left: 20px;
    }
    .hb-price-left-inner-box p {
        font-size: 20px;
        font-weight: 700;
    }
    .hb-deal-note p {
        max-width: 640px;
        width: 100%;
        padding: 80px 20px 0;
        margin-top: 20px;
    }
    .hb-slider11-left {
        text-align: center;
    }
    .hb-section11-slider {
        padding: 30px 50px;
    }
    .hb-video-chat-img {
        margin-right: 0;
    }
    .hb-chat-right {
        margin-left: 0;     
    }
    .hb-video-section-wrapper .hb-banner-video {
        height: 450px;
        margin-bottom: 30px;
        max-width: 700px;
    }
    .hb-video-parent .hb-banner-video video {
        top: 70px;
        left: 50px;
        max-width: 606px;
        width: 100%;
        height: 341px;
    }
    .hb-video-section-wrapper .hb-chat-right img {     
        margin: auto;
        margin-bottom: 20px;
    }
    .hb-video-chat-img img {     
        margin: 0 auto 20px auto;
    }
    .hb-feature-box12 .hb-feature-heading h2 {
        margin: -100px 0 10px -120px;
    }
    .hb-section4-wrapper .hb-feature-box12 .hb-feature-heading h2 {
        padding: 20px 55px 0px 45px;
        margin-left: -40px;
    }
    .hb-section4-wrapper .hb-feature-box13 .hb-feature-heading h2 {     
        margin-left: 0;
    }  
    .hb-feature-box12 h2 {
        height: 80px;
    }
    .hb-arrow-div.hb-arrow-div4.\30 4.ARROWNEW08 {
        padding: 0;
        max-width: 50px;
        margin: 0 auto;
        top: -40px;
        position: relative;
    }
    .hb-arrow-div.hb-arrow-div5.ArrowNew06 {
        bottom: -30px;
        padding: 0px;
        width: 100%;
        max-width: 50px;
        margin: 0 auto;
    }
    .hb-arrow-div.hb-arrow-div1.Arrow5.arrow0002.ARRowRES04 {
        top: -20px;
        width: 100%;
        max-width: 50px;
        margin: 0 auto;
    }

    .hb-arrow-div.hb-arrow-div2.arrow_001.arroeRES03.ArrowNew02 {
        bottom: -20px;
        width: 100%;
        max-width: 50px;
        margin: 0 auto;
    }

    .hb-arrow-div.hb-arrow-div1.arrowRes02.arr.ArrowNew1 {
        padding: 0;
        top: -20px;
        width: 100%;
        max-width: 50px;
        margin: 0 auto;
    }

    .hb-tab-content-inner video {
        width: 100%;
        top: 0;
        left: 0;
        height: 405px;
    }

    .hb-tabs-content {
        width: 100%;
        padding: 15px 15px 10px;
    }

    .hb-tabs-left ul.nav.nav-tabs li.nav-item {
        margin-right: 0;
    }

    img.vector-res1 {
        padding-top: 40px;
    }

    .hb-arrow-div.hb-arrow-divV {
        padding: 0;
        top: 40px;
        width: 100%;
        max-width: 60px;
        margin: 0 auto;
    }

    .hb-arrow-div.hb-arrow-div5 {
        padding: 40px 0;
    }

    .hb-arrow-div.hb-arrow-div4 {
        margin-top: 0;
        padding: 0px 0px 40px;
    }

    .hb-section17-box {
        width: 100%;
        height: 100%;
    }

    .hb-accordian_main_section {
        display: block;
    }

    .vs-question-accordian .accordion-item {
        width: 100%;
    }

    .hb-section17-wrapper {
        padding: 50px 30px 30px;
    }

    .vs-question-accordian {
        padding: 0px 20px;
    }

    .hb-section16-heading {
        padding: 0px 20px;
    }

    .hb-table-wrapper {
        display: block;
    }

    .hb-table1 {
        max-width: 580px;
    }

    .hb-table1.hb-table2 {
        right: 0;
    }

    .hb-table1 {
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
    }

    .hb-vs-img {
        padding: 20px 0px;
        text-align: center;
    }

    .hb-section16-heading h2 {
        background-color: #dbf7e4;
        border: 2px solid #32bd5f;
        background-image: none;
        font-size: 33px;
        padding: 20px;
        border-radius: 10px;
    }

    .hb-section15-heading h2 {
        font-size: 33px;
        background-size: contain;
        max-width: 715px;
        margin: 0 auto;
    }

    .hb-section15-heading h2 {
        font-size: 33px;
        border: 4px solid #2fbcfc;
        background-image: none;
        padding: 20px;
        border-radius: 10px;
        background-color: #ffffff;
        max-width: 680px;
    }

    .hb-section11-heading h2 {
        font-size: 33px;
        border: 4px solid #c533ff;
        background-image: none;
        padding: 20px;
        border-radius: 10px;
        background-color: #ffffff;
        max-width: 680px;
    }

    .hb-section9-headign h2 {
        font-size: 33px;
        border: 4px solid #0bb778;
        background-image: none;
        padding: 20px;
        border-radius: 10px;
        background-color: #ffffff;
        max-width: 680px;
    }

    .hb-section4-heading h2 {
        font-size: 33px;
        border: 4px solid #8a25bf;
        background-image: none;
        padding: 20px;
        border-radius: 10px;
        background-color: #ffffff;
        max-width: 680px;
    }

    .hb-section3-heading>h2 {
        font-size: 33px;
        border: 4px solid #2fbcfc;
        background-image: none;
        padding: 20px;
        border-radius: 10px;
        background-color: #ffffff;
        max-width: 680px;
    }

    .hb-section3-subheading>h2 {
        background-image: -moz-linear-gradient(90deg, rgba(248, 87, 166, 0.99608) 0%, rgb(255, 88, 88) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(248, 87, 166, 0.99608) 0%, rgb(255, 88, 88) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(248, 87, 166, 0.99608) 0%, rgb(255, 88, 88) 100%);
        border-radius: 100px;
        padding: 15px;
        margin: 30px 30px 0px;
    }
    .hb-tabs-left ul.nav.nav-tabs li.nav-item {
        width: 100%;
        max-width: 710px;
    }

    .hb-slider11-flex {
        display: block;
        padding: 0;
    }

    .hb-section11-slider {
        max-width: 670px;
        height: 100%;
        padding: 50px;
        background-image: none;
        border-radius: 20px;
        background-color: rgb(253, 248, 255);
    }

    .hb-slider11-left {
        width: 100%;
    }

    .hb-slider11-img {
        width: 100%;
    }

    .hb-slider11-left p {
        max-width: 100%;
        padding: 16px 0 60px;
    }

    img.hb-banner-icon2 {
        display: none;
    }

    img.hb-banner-icon3 {
        display: none;
    }

    .hb-banner-video.responsive991-none {
        display: none;
    }
    .hb-section4-left-box {
        height: auto;
    }

    .ht-table-text>p>span {
        position: relative;
        left: -20px;
        top: 0;
    }

    .hb-tabs-content {
        background: transparent;
    }

    div#myTabContent:before {
        background: transparent;
    }

    .hb-tab-content-inner video {
        width: 715px;
        top: 0;
        left: 0;
        border: 2px solid #ff6600;
        height: 405px;
    }
    .SectionFLEX {
        padding: 10px 0px 50px;
    }

    .hb-arrow-div.hb-arrow-div5 {
        bottom: 0;
    }

    img.level1-res {
        padding-bottom: 10px;
    }

    .hb-arrow-div.hb-arrow-div4.\30 4 {
        padding: 40px 0px 40px 0px;
    }

    .ved_search_box .ved_search_placeholders p {
        font-size: 45px;
    }

    .ved_templates_search {
        max-width: 690px;
    }
    .hb-page-title p {
        font-size: 20px;        
        padding: 10px 0;        
    }
    .hb-page-title p span {
        font-size: 25px;     
    }
    .hb-banner-content h4 {
        font-size: 26px;
        padding: 15px 20px;
    }
    .hb-banner-content h2, .hb-banner-content h2 span {
        font-size: 32px;
    }
    .hb-banner-content h1 {
        font-size: 45px;
    }    
    .hb-video1 {
        top: 40px;
        bottom: 20px;
        left: 25px;
        right: 20px;
    }
    .hb-section1-wrapper .hb-banner-discount-section {
        margin-top: 30px;
    }
    .hb-humanboat-discount>p {
        font-size: 20px;     
    }
    .hb-humanboat-discount>p>span.hb-humanboat-bg1 {        
        font-size: 25px;
    }
    .hb-feature-msg-box {
        width: 400px;
        height: auto;
        padding: 80px 40px 110px 40px;
    }
    .hb-section4-img img {
        width: 400px;     
    }
    .hb-feature-heading h2 {     
        margin: -20px auto 19px auto;
    }
    .hb-section4-wrapper .row.hb-main-div {
        border-radius: 20px;     
    }
    .hb-section3-subheading {
        padding-bottom: 0;
    }
    .hb-pricing-wrapper .hb-section4-subheading h1 {
        font-size: 30px;
    }
    .hb-banner-video {
        height: 280px;
        max-width: 400px;
    }
    .hb-banner-video>div {
        top: 45px;
        right: 15px;
        left: 21px;
        bottom: 28px;
    }
    .hb-video-section-wrapper .hb-video-heading {
        padding-bottom: 20px;
    }
    .hb-video-section-wrapper .hb-banner-video>div {
        top: 60px;
        right: 25px;
        left: 33px;
        bottom: 26px;
    }
    .hb-slider11-left img {     
        margin: auto;
    }
    .hb-license-payment .hb-humanboat-discount>p {
        padding-bottom: 10px;
    }
    .hb-license-payment .hb-humanboat-discount {
        padding-top: 0;
    }
    .hb-feature-box1 .hb-feature-heading h2, .hb-feature-box2 .hb-feature-heading h2, .hb-feature-box3 .hb-feature-heading h2, .hb-feature-box5 .hb-feature-heading h2, .hb-feature-box6 .hb-feature-heading h2, .hb-feature-box7 .hb-feature-heading h2, .hb-feature-box8 .hb-feature-heading h2, .hb-feature-box9 .hb-feature-heading h2, .hb-feature-box10 .hb-feature-heading h2, .hb-feature-box11 .hb-feature-heading h2 {     
        left: 10px;
    }
    .hb-feature-box4 .hb-feature-heading h2 {
        left: 50px;
        width: 400px;
        padding: 20px 0 0 0;
    }
}
@media(max-width:950px){
    .hb-banner-video video {
        top: 42px;
        left: 35px;
        max-width: 380px;
        height: 215px;
    }
}
@media(max-width:900px){
    .hb-banner-video video {
        top: 52px;
        left: 35px;
        max-width: 350px;
        height: 197px;
    }
}
@media(max-width:850px){
    .hb-banner-video video {
        top: 57px;
        left: 35px;
        max-width: 330px;
        height: 187px;
    }
    .test12 .hb-section4-img {
        max-width: 350px;
    }
    .test12 .hb-section4-img video {
        top: 11px;
        left: 10px;
        width: 330px;
        height: 245px;
    }
    .hb-section4-subheading>p {
        font-size: 30px;
    }
    .hb-section4-inner:after, .movable_vertical_line>.movable_vertical_line_inner, .movable_vertical_line{
        display: none;
    }
    .ved_search_box .ved_search_placeholders h1 {
        font-size: 38px;
    }
    .hb-emontl-tagline {
        max-width: 600px;
        width: 100%;
    }
    .hb-emontl-tagline p {
        font-size: 20px;
    }
    .hb-emontl-tagline a {
        font-size: 20px;
        font-weight: 700;
        padding: 10px 20px;
    }
    .hb-humanboat-discount>p {     
        padding-bottom: 10px;
    }
    .hb-banner-pyment-video-wrapper {
        margin-top: -30px;
    }
    .ved_search_box {
        height: 65px;        
    }
    .hb-video-slider-main {     
        padding-top: 20px;
    }
    .hb-feature-box1 .hb-feature-heading h2, .hb-feature-box2 .hb-feature-heading h2, .hb-feature-box3 .hb-feature-heading h2, .hb-feature-box4 .hb-feature-heading h2, .hb-feature-box5 .hb-feature-heading h2, .hb-feature-box6 .hb-feature-heading h2, .hb-feature-box7 .hb-feature-heading h2, .hb-feature-box8 .hb-feature-heading h2, .hb-feature-box9 .hb-feature-heading h2, .hb-feature-box10 .hb-feature-heading h2, .hb-feature-box11 .hb-feature-heading h2 {
        max-width: 290px;
        width:100%;
        background-size: cover;
        padding: 10px 15px;
        border-radius: 50px;
        height: auto;
    } 
    .hb-feature-msg-box.hb-feature-box10 h2 {
        max-width: 260px;
    }  
    .hb-feature-box4 .hb-feature-heading h2 {
        left: 80px;     
    }
}
@media(max-width:800px){
    .hb-banner-video video {
        top: 61px;
        left: 30px;
        max-width: 310px;
        height: 173px;
    }
    .hb-banner-pyment-video-wrapper {
        margin-top: 0;
    }
}
@media(max-width:767px) {    
    .hb-banner-video video {
        top: 44px;
        left: 36px;
        max-width: 380px;
        height: 213px;
    }
    .hb-video-parent .hb-banner-video video {
        top: 55px;
        left: 40px;
        max-width: 420px;
        width: 100%;
        height: 237px;
    }
    .hb-btm-slide-wrapper .hb-section4-subheading h1 {
        font-size: 30px;
    }
    .blur_image {
        display: none;
    }
    .hb-location>p>span {     
        left: 10px;     
    }
    .hb-location>p {
        max-width: 500px;
        border-radius: 20px;
    }
    .hb-license-text ul li {
        padding-left: 30px;
    } 
    .hb-license-inner, .hb-license-inner-right {
        max-width: 550px;
    }
    .hb-license-inner:before {
        width: 430px;
        height: 184px;
        top: -22px;
    }
    .hb-license-inner-right:before {
        left: 40px;
        width: 430px;
        top: -19px;
    }
    .hb-license-headng img {
        width: 270px;
        height: auto;
        margin-left: -60px;
    }
    .hb-licnc-head {
        margin: 15px auto 0 auto;
    }
    .hb-license-headng h4 {
        font-size: 30px;
    }
    .hb-license-inner-right:before {
        left: 30px;
        width: 430px;
        top: -20px;
    }
    .hb-price-table-main{
        display: none;
    }
    .hb-price-table-mobile-block {
        display: block;
        margin-top: 60px;
    }
    .hb-price-main img.hb-arrw-left {     
        left: 100px;        
    } 
    .hb-price-main img.hb-arrw-right {     
        right: 100px;        
    } 
    .hb-price-main {
        flex-direction: column;
        align-items: center;
    }
    .hb-price-left, .hb-price-right {     
        max-width: 500px;
        width: 100%;
    }
    .hb-price-right {
        margin-left: 0;
        margin-top: 30px;
    }
    .hb-deal-note p {     
        margin-top: 20px;
    }
    .hb-video-slider-wrapper {
        padding: 40px 50px 20px 50px;
        margin: 0 10px;
    }
    .hb-video-slider-wrapper .swiper-button-prev, .hb-video-slider-wrapper .swiper-button-next {
        width: 50px;
        height: 50px;
    }    
    .hb-video-slider-wrapper .swiper-button-prev{
        left: 5px;
    }
    .hb-video-slider-wrapper .swiper-button-next{
        right:5px;
    }
    .hb-video-slider-main {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .hb-video-content {
        padding: 10px;
    }
    .hb-video-section-wrapper .hb-banner-video {
        max-width: 500px;  
        height: 320px;   
    }  
    .test13 {
        flex-direction: column-reverse;
    }
    .hb-section4-wrapper .hb-feature-box12, .hb-section4-wrapper .hb-feature-box13 {     
        margin: 60px auto 30px auto;
    }
    .test12, .test13 {
        padding-bottom: 50px !important;
    }
    .hb-feature-msg-box{
        margin: auto;
    }
    .hb-tab-content-inner video {
        width: 100%;
        height: 100%;
    }

    .tb-table1-bottom1.tb-table1-bottom01 h4 {
        padding: 0;
        text-align: center;
    }

    .tb-table1-bottom1.tb-table1-bottom01 {
        padding: 20px 0 0 0;
    }

    .tb-table1-bottom1.tb-table1-bottom01 h2.optional2 {
        padding: 20px 20px 0;
        text-align: center;
        max-width: 100%;
        text-align: center;
    }

    .hb-htn12.hb-htn01 a {
        margin: 20px auto 0;
    }

    .tb-table1-bottom1 h3 {
        padding: 10px 0 0 0;
        text-align: center;
    }

    .ved_search_box .ved_search_placeholders p {
        font-size: 30px;
    }

    .ved_templates_search {
        max-width: 490px;
    }

    p.ht-table-text17 {
        padding: 18px 0 14px 50px;
    }

    .tb-table1-bottom1 h2.optional1 {
        padding: 20px 10px 0;
        max-width: 100%;
    }

    .tb-table1-bottom1 h2.optional1 span {
        position: absolute;
        left: 42px;
        top: 12px;
    }

    .movable_vertical_line>.movable_vertical_line_inner {
        background: none;
    }

    div#myTabContent {
        width: 100%;
    }

    .hb-section4-img.hb-image-right.hb-line6 {
        margin: 30px 0 0 0;
    }

    .hb-section3-slider {
        background-image: none;
    }
    .hv-email-box>h2 {
        padding: 10px 20px 0px;
    }

    .hb-section3-heading>h2 {
        max-width: 550px;
    }

    .hb-section4-left-box {
        width: 100%;
    }

    .hb-section4-inner:after {
        display: none;
    }
    .hb-section4-img img {
        width: 500px;
    }
    .hb-section4-wrapper .row.hb-main-div {     
        padding-bottom: 0;
    }
    .test1, .test3, .test5, .test7, .test9, .test11 {
        flex-direction: column-reverse;
    }
    .responsive-none767 {
        display: none;
    }

    .hb-section4-img.hb-bottom-space0.hb-image-center.hb-step4-heading.hb-line7 {
        margin: 0;
    }

    .hb-section4-inner {
        padding: 40px 20px 0;
    }

    .desktop-none767 {
        display: block;
    }

    .hb-section4-img.hb-step2-heading.hb-line3 img {
        margin: 0;
    }

    .hb-section9-headign h2 {
        max-width: 550px;
    }

    .hb-section15-heading h2 {
        max-width: 550px;
    }
    .hb-section16-inner-box {
        height: 230px;
    }
    .hb-section16-inner-box p {
        font-size: 18px;
    }
    .hb-table1.hb-table2 {
        max-width: 500px;
        background-color: #1a4d60;
        background-image: none;
        padding: 0 0 40px;
    }

    .hb-table1 {
        height: 100%;
        background-color: #f0fbff;
        max-width: 500px;
    }

    .ht-table1-logo.ht-table1-logo2 {
        text-align: left;
        padding: 20px 60px 0 40px;
    }

    .hb-table1.hb-table2 p.ht-table-text2 {
        background-color: #1f576b;
    }

    .hb-table1.hb-table2 p.ht-table-text4 {
        background-color: #1f576b;
    }

    .hb-table1.hb-table2 p.ht-table-text6 {
        background-color: #1f576b;
    }

    .hb-table1.hb-table2 p.ht-table-text8 {
        background-color: #1f576b;
    }

    .hb-table1.hb-table2 p.ht-table-text10 {
        background-color: #1f576b;
    }

    .hb-table1.hb-table2 p.ht-table-text12 {
        background-color: #1f576b;
    }

    .hb-table1.hb-table2 p.ht-table-text14 {
        background-color: #1f576b;
    }

    .hb-table1.hb-table2 p.ht-table-text16 {
        background-color: #1f576b;
    }

    .ht-table-text.ht-table-text01 {
        padding: 35px 0px 0px 0px;
    }

    .hb-table1 {
        height: 100%;
        background-image: none;
        padding: 0 0 40px;
    }

    .hb-table1 p.ht-table-text2 {
        background: #def2f9;
    }

    .hb-table1 p.ht-table-text4 {
        background: #def2f9;
    }

    .hb-table1 p.ht-table-text6 {
        background: #def2f9;
    }

    .hb-table1 p.ht-table-text8 {
        background: #def2f9;
    }

    .hb-table1 p.ht-table-text10 {
        background: #def2f9;
    }

    .hb-table1 p.ht-table-text12 {
        background: #def2f9;
    }

    .hb-table1 p.ht-table-text14 {
        background: #def2f9;
    }

    .hb-table1 p.ht-table-text16 {
        background: #def2f9;
    }

    .tb-table1-bottom1 h2 {
        padding: 10px 0px 0px 40px;
    }

    .hb-table1 .ht-table1-logo {
        padding: 40px;
        background-color: #00b1d2;
        text-align: center;
    }

    .ht-table-text {
        padding: 43px 0px 0px 0px;
    }

    .hb-section11-slider {

        max-width: 520px;
    }

    .hb-section11-heading h2 {
        max-width: 550px;
    }

    .hb-section4-heading h2 {
        max-width: 550px;
    }

    .hb-section3-subheading {
        margin-bottom: 0px;
    }

    .hb-digital-talking-box>h3 {
        font-size: 45px;
    }

    .hb-digital-talking-box {
        height: 100%;
        max-width: 500px;
        padding: 10px 0px;
    }

    .tb-table1-bottom1 h3 {
        padding: 20px 0px 0px 40px;
    }

    .hb-htn12 a {
        margin: 20px auto 0;
    }
    .col-lg-6.col-md-6.col-sm-12.linePAdding {
        padding: 0px 0px;
    }

    .hb-section11-slider .hb-section11-slider-inner .swiper-slide.SLIder1-padding {
        padding: 0;
    }

    p.ht-table-text4 {
        padding: 14px 0 14px 50px;
    }

    .hb-slider11-img img {
        width: auto;
        height: 220px;
    }

    p.ht-table-text7 {
        padding: 14px 0 14px 50px;
    }

    p.ht-table-text9 {
        padding: 14px 0 17px 50px;
    }

    p.ht-table-text11 {
        padding: 14px 0 14px 50px;
    }

    p.ht-table-text13 {
        padding: 14px 0 14px 50px;
    }

    p.ht-table-text15 {
        padding: 14px 0 14px 50px;
    }

    .hb-arrow-div.hb-arrow-div1.Arrow5.arrow002 {
        top: -20px;
    }

    .hb-arrow-div.hb-arrow-div1 {
        top: 0;
    }
    .hb-banner-bot video {
        max-width: 300px;
        width: 100%;
        margin: auto;
    }
    .hb-banner-bot {     
        display: none;
    }
    .hb-banner-bot img {
        top: 90px;
        width: 240px;
    }
    .hb-banner-content h1 {     
        padding: 0;
    }      
    .hb-banner-content h4, .hb-section4-wrapper .hb-banner-content h4 {
        font-size: 23px;     
    }
    .hb-section4-subheading h1 {
        font-size: 38px;
    }
    .hb-banner-content h2, .hb-banner-content h2 span {
        font-size: 25px;
        margin: 10px 0 0px 0;
    }
    .hb-section1-wrapper {
        padding: 0 15px 40px;
    }
    .hb-sec3-slider-arrow .swiper-button-prev, .hb-sec3-slider-arrow .swiper-button-next {
        width: 50px;
        height: 50px;
        bottom: 45px;
    }
    .hb-sec3-slider-arrow .swiper-button-prev {
        left: 20px;
    }
    .hb-sec3-slider-arrow .swiper-button-next {
        right: 20px;
    }
    .hb-email-position p {
        font-size: 23px;
    }
    .hv-email-box {
        max-width: 450px;
        padding: 40px 15px 20px;
    }
    .hb-email-position {
        left: 35px;
    }
    .hb-section4-wrapper .row.hb-main-div {
        padding: 50px 15px 0 15px;
    }
    .hb-banner-content h2 span {
        display: inline-block;
    }
    .hb-email-position {
        padding: 10px 20px 20px;
    }
    .hb-price-main img.hb-arrw-left, .hb-price-main img.hb-arrw-right {
        display: none;
    }
    .hb-banner-video {
        background: none;
        border: 2px solid #dc27a3;
        border-radius: 20px;
        margin-top: 15px;
    }
    .hb-banner-video>div {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .hb-banner-video iframe{
        border-radius: 20px;
    }
    .ved_search_box {     
        margin-top: 0;
    }
    .hb-banner-pyment-video-wrapper {     
        padding-bottom: 20px;
    }
    .hb-section4-inner .hb-gradienBox .container .row:nth-child(5).hb-main-div {
        padding: 50px 0 0 0;
    }
    .test5 .hb-marquee__content li {
        width: 300px;
        padding: 10px 0 0;
    }
    .hb-chat1box-content-slider {
        height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        text-align: center;
    }
    .hb-chat1box-content-slider h2 {
        font-size: 16px;
        padding: 10px 0 5px 0;
    }
    .hb-chat1box-content-slider p {
        font-size: 14px;
        color: #222222;     
    }
    .hb-section4-wrapper {
        padding: 80px 0px;
    }
    .hb-section4-wrapper .hb-section4-heading.hb-banner-content, .hb-section4-wrapper .hb-section4-subheading {
        padding: 0 10px;
    }
    .hb-section3-wrapper {
        padding: 60px 10px 50px 10px;
    }
    .hb-video-section-wrapper .hb-banner-video>div {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .hb-emontl-slider-wrapper .hb-section4-inner {
        padding: 0 15px 0 15px;
    }
    .hb-section11-wrapper .hb-section4-subheading h1 {
        font-size: 30px;
        padding: 0 10px;
    }
    .hb-slider11-left h2 {
        font-size: 23px;
        font-weight: 800;
    }
    .hb-section15 {
        padding: 0 0 60px 0px;
    }
    .hb-section15 .hb-section4-subheading h1 {
        font-size: 40px;
        padding:0 10px;
    }
    .hb-feature-box1 .hb-feature-heading h2, .hb-feature-box2 .hb-feature-heading h2, .hb-feature-box3 .hb-feature-heading h2, .hb-feature-box4 .hb-feature-heading h2, .hb-feature-box5 .hb-feature-heading h2, .hb-feature-box6 .hb-feature-heading h2, .hb-feature-box7 .hb-feature-heading h2, .hb-feature-box8 .hb-feature-heading h2, .hb-feature-box9 .hb-feature-heading h2, .hb-feature-box10 .hb-feature-heading h2, .hb-feature-box11 .hb-feature-heading h2 {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width:650px){
    .hb-section9-inner:before {
        height: 1500px;
        background-position: center 100px;
        top: -440px;
    }
    .hb-emontl-tagline {
        max-width: 500px;
        height: 200px;
        padding: 55px 35px 0 35px;
    }
    .hb-emontl-tagline p {
        font-size: 17px;
    }
    .hb-emontl-tagline a {
        font-size: 16px;
    }
}
@media(max-width:580px) {
    .hv-email-box>h2 {
        font-size: 18px;
    }

    .hb-section1 p {
        font-size: 22px;
    }

    .tb-table1-bottom1.tb-table1-bottom01 h3 {
        padding: 20px 0px 0px 0px;
    }

    .ved_templates_search {
        max-width: 440px;
    }

    .ved_search_box .ved_search_placeholders p {
        font-size: 25px;
    }

    .hb-banner-discount-section.hb-discount2 {
        padding-top: 20px;
    }

    .hb-section15-heading h2 {
        max-width: 440px;
        padding: 10px;
    }

    .hb-table-wrapper {
        padding: 0px 20px;
    }

    .hb-section11-slider {
        max-width: 440px;
    }

    .hb-section11-heading h2 {
        max-width: 440px;
        padding: 10px;
    }

    .hb-section9-headign h2 {
        max-width: 440px;
        padding: 10px;
    }
    .hb-section4-heading h2 {
        max-width: 440px;
        padding: 10px;
    }

    .hv-email-box {
        max-width: 380px;
        padding: 20px 15px 15px;
    }
    .hb-active-shadow .swiper-slide-active:before {
        left: -27px;
    }
    .hb-sec3-slider-arrow .swiper-button-prev, .hb-sec3-slider-arrow .swiper-button-next {
        width: 40px;
        height: 40px;
        bottom: 30px;
    }
    .hb-email-position p {
        font-size: 18px;
        max-width: 300px;        
        height: 50px;
        padding-top: 2px;
    }
    .hb-section3-heading>h2 {
        max-width: 440px;
        padding: 10px 10px;
    }

    .hb-digital-talking-box {
        max-width: 440px;
        padding: 10px 0px;
    }

    .hb-digital-talking-box>h3 {
        font-size: 35px;
    }

    .hb-slider11-img img {
        margin-top: 20px;
    }

    .gallery-thumbss .swiper-slide-active {
        opacity: 1;
        width: inherit;
    }
    .hb-section3-wrapper .hb-banner-content h4 {     
        font-size: 16px;        
    }
    .hb-section3-subheading h4 {
        font-size: 25px;     
    }
    .hb-section3-subheading h1 {
        font-size: 40px;
    }
    .hb-email-position {
        width: 310px;
        height: 60px;
    }
}
@media(max-width:575px){    
    .hb-video-section-wrapper .hb-banner-video {
        max-width: 450px;     
    }
    .hb-video-parent .hb-banner-video video {
        top: 65px;
        left: 40px;
        max-width: 380px;
        width: 100%;
        height: 212px;
    }
    .ved_search_box {
        margin-top: 0;
    }
    .ved_search_box .ved_search_placeholders h1 {
        font-size: 32px;
    }
    .ved_search_box {
        height: 65px;
    }
    ul.marquee__content1 li {
        width: 300px;
        padding: 15px 0px 30px;
    }
    .hb-section16-inner-box {
        padding: 10px 10px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 200px;
    }
    .hb-section16-inner-box p {
        font-size: 14px;
    }
    .hb-video-chat-img {     
        display: none;
    }
    .hb-slide .hb-slide-inner {
        background-image: url(../images/slider-mobile-1.jpg);
        height: 200px;
    }
    .hb-slide1 .hb-slide-inner{
        background-image: url(../images/slider-mobile-2.jpg);
        height: 200px;
    }
    .hb-location>p>span {
        position: unset;
        display: block;
        margin-bottom: 10px;
    }
    .hb-deal-note p {
        font-size: 17px;
        padding: 90px 20px 0;     
    }
    .hb-video-slider-wrapper {
        padding: 40px 0px 20px 0px;  
        border-radius: 20px;   
    }
    .hb-video-box {     
        padding: 5px;        
    }
    .hb-video1 {
        top: 45px;
        bottom: 20px;
        left: 35px;
        right: 30px;
    }
    .hb-banner-bot img {
        top: 90px;
        width: 150px;
    }
    .hb-humanboat-price-heading {
        width: 450px;     
        padding-top: 25px;
    }
    .hb-humanboat-price-heading>h2 {
        font-size: 25px;     
    }
    .hb-humanboat-price-heading>span {
        font-size: 24px;     
    }   
    .hb-htn1 a {
        width: 400px;
        padding-top: 20px;
        font-size: 24px;
    } 
    .hb-humanboat-discount>p {
        font-size: 17px;
    }
    .hb-humanboat-discount>p>span.hb-humanboat-bg1 {
        font-size: 20px;
    }
    .hb-video-section-wrapper .hb-banner-video {     
        margin-bottom: 0;
    }
    .hb-video-heading {
        padding-bottom: 0;
    }
    .hb-video-content h4 {
        font-size: 22px;     
        padding-bottom: 0;
    }
    .hb-video-content p {
        font-size: 16px;
    }
    .hb-banner-content h2 {     
        margin: 15px 0 0 0;
    }
    .hb-banner-content h2 span{
        margin: 15px 0;
    }
    .hb-section11-wrapper .hb-section4-subheading h1 {
        margin: 20px auto 30px;
    }
    .hb-license-wrapper {     
        border-radius: 20px;
        padding: 40px 0px;
    }
    .hb-pricing-wrapper .hb-section4-subheading h1 {
        margin-bottom: 30px;
    }
    .hb-btm-slide-wrapper {     
        padding: 50px 0;
    }
    .hb-btm-slide-wrapper .hb-section4-subheading h1 {     
        margin-bottom: 0;
        padding: 0 10px;
    }
    .hb-btm-slide-heading-url {
        margin: -60px auto 0px auto;
    }
    .hb-pymet-last {
        padding-bottom: 20px;
    }
    .hb-section17-wrapper {
        padding: 70px 30px 30px;
    }
    .hb-section9-inner:before {
        height: 1150px;
    }
    .hb-section9-inner {
        padding-top: 20px;
    }
}
@media(max-width:525px){
    .hb-license-inner-right:before {        
        width: 350px;
        top: -32px;
    }
    .hb-license-inner-right .hb-license-headng {
        padding-top: 20px;
    }
    .hb-page-title p {
        font-size: 17px;        
    }
    .hb-page-title p span {
        font-size: 20px;
    }
    .hb-emontl-tagline {
        max-width: 400px;
        height: 150px;
        padding: 40px 20px 0 20px;
    }
    .hb-emontl-tagline p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .hb-emontl-tagline a {
        font-size: 14px;
        padding: 8px 15px;
    }
   .hb-section9-inner:before {
        height: 1100px;
    }
}
@media(max-width:480px) {
    .hb-video-parent .hb-banner-video video {
        top: 45px;
        left: 35px;
        max-width: 330px;
        width: 100%;
        height: 185px;
    }
    .hb-banner-video {
        max-width: 400px;     
    }
    .hb-banner-video video {
        top: 54px;
        left: 30px;
        max-width: 340px;
        height: 190px;
    }
    .hb-btm-slide-heading-url {
        width: 380px;
        padding-top:37px;
    }
    .hb-btm-slide-heading-url h4 {
        font-size: 20px;     
    }
    .hb-btm-slide-heading-url a {
        font-size: 16px;     
    }
    .hb-license-inner-right:before {
        left: 40px;
        width: 330px;
        top: -36px;
    }
    .hb-license-inner:before {
        width: 330px;
        height: 184px;
        top: -39px;
    }
    .hb-licnc-head {
        max-width: 300px;
    }
    .hb-license-inner-right .hb-licnc-head {
        max-width: 340px;     
    }
    .hb-license-inner-right:before {
        left: 50px;
        width: 290px;
        top: -43px;
    }
    .hb-htn1 a {
        width: 350px;
        padding-top: 23px;
        font-size: 21px;
    }
    .hb-license-headng {
        position: relative;
        text-align: center;
        padding-top: 20px;
        z-index: 1;
    }
    .hb-license-headng img {
        width: 230px;
        height: auto;
        margin-left: -30px;
    }
    .hb-license-text {
        padding: 30px 0 0 0px;
    }
    .hb-license-text ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .hb-deal-note p {     
        height: 130px;
        padding: 45px 20px 0;
    }
    .hb-video-section-wrapper .hb-banner-video {
        max-width: 400px;
        height: 250px;
    }
    .hb-video-section-wrapper .hb-video1 {
        top: 35px;
        bottom: 15px;
        left: 25px;
        right: 20px;
    }
    .hb-section4-subheading {
        padding: 0 10px;
    }
    .ved_search_box {
        margin-top: 0;
    }
    .hb-email-position {
        left: 6px;
    }
    .hb-feature-heading h2{
        min-width: 400px;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 75px;        
    }    
    .hb-arrow-div.hb-arrow-div1.arrowRes02.arr.ArrowNew1 {
        top: 0;
    }

    .hb-slider11-arrow .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .hb-slider11-arrow .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .hb-arrow-div.hb-arrow-div1.Arrow5.arrow0002.arroeRES04 {
        top: 0;
        padding: 20px 0px 0px;
    }

    .hb-arrow-div.hb-arrow-div5.arroeRES05 {
        top: 0;
        padding: 30px 0px 20px;
    }

    .hb-arrow-div.hb-arrow-div4.\30 4.arroeRES06 {
        padding: 10px 0px 0px;
    }
    .swiper.gallery-thumbss {
        height: 160px !important;
    }

    .swiper-slider-down-arrow {
        display: none;
    }

    .hb-section1 p {
        font-size: 16px;
    }

    .ved_search_box .ved_search_placeholders p {
        font-size: 20px;
    }

    .ved_templates_search {
        max-width: 350px;
    }

    .hb-humanboat-price-heading>h2 {
        font-size: 30px;
    }

    .hb-section3-slider .swiper-slide.swiper-slide-active .hb-section3-slider-box {
        transform: none;
    }
    .hv-email-box {
        height: auto;
    }

    .hv-email-box {
        max-width: 310px;
        padding: 20px 20px;
        border-radius: 10px;
    }
    .hb-sec3-slider-arrow .swiper-button-prev, .hb-sec3-slider-arrow .swiper-button-next {     
        bottom: 50px;
    }
    .hb-section3-slider {
        padding: 0;
    }

    .hb-section3-heading>h2 {
        max-width: 340px;
        padding: 10px 10px;
        font-size: 22px;
    }

    .hb-section3-subheading>h2 {
        font-size: 20px;
    }

    .hv-email-box {
        padding: 20px 30px;
    }

    .hv-email-box>h2 {
        padding: 10px 0px 0px;
    }

    .hb-digital-talking-box>h3 {
        font-size: 25px;
    }

    .hb-digital-talking-box {
        max-width: 300px;
    }

    .hb-section4-left-box {
        height: auto;
    }
    .hb-section4-heading2 h2 {
        left: 0;
        padding: 20px;
        width: 100%;
        top: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-image: -moz-linear-gradient(180deg, rgba(0, 198, 255, 0.99608) 0%, rgb(0, 114, 255) 100%);
        background-image: -webkit-linear-gradient(180deg, rgba(0, 198, 255, 0.99608) 0%, rgb(0, 114, 255) 100%);
        background-image: -ms-linear-gradient(180deg, rgba(0, 198, 255, 0.99608) 0%, rgb(0, 114, 255) 100%);
    }

    .hb-step3-heading h2 {
        left: 0;
        padding: 20px;
        width: 100%;
        top: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-image: -moz-linear-gradient(180deg, rgb(151, 51, 238) 0%, rgb(218, 34, 255) 100%);
        background-image: -webkit-linear-gradient(180deg, rgb(151, 51, 238) 0%, rgb(218, 34, 255) 100%);
        background-image: -ms-linear-gradient(180deg, rgb(151, 51, 238) 0%, rgb(218, 34, 255) 100%);
    }

    .hb-step4-heading h2 {
        left: 0;
        padding: 20px;
        width: 100%;
        top: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-image: -moz-linear-gradient(180deg, rgba(255, 16, 158, 0.99608) 0%, rgb(255, 110, 82) 100%);
        background-image: -webkit-linear-gradient(180deg, rgba(255, 16, 158, 0.99608) 0%, rgb(255, 110, 82) 100%);
        background-image: -ms-linear-gradient(180deg, rgba(255, 16, 158, 0.99608) 0%, rgb(255, 110, 82) 100%);
    }

    .hb-tab-section {
        padding: 20px 0 0 0;
    }

    .hb-tabs-left ul.nav.nav-tabs li.nav-item button {
        padding: 20px 20px;
    }

    .hb-tabs-left ul.nav.nav-tabs li.nav-item {
        height: auto;
    }

    .hb-section4-wrapper {
        padding: 50px 0px 60px 0px;
    }

    .hb-section4-heading h2 {
        max-width: 340px;
        padding: 10px 10px;
        font-size: 22px;
    }

    .hb-section16-subheading p {
        background-image: none;
        max-width: 350px;
        padding: 10px 10px;
        font-size: 18px;
        background-image: -moz-linear-gradient(90deg, rgba(248, 87, 166, 0.99608) 0%, rgb(255, 88, 88) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(248, 87, 166, 0.99608) 0%, rgb(255, 88, 88) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(248, 87, 166, 0.99608) 0%, rgb(255, 88, 88) 100%);
        border-radius: 100px;
    }

    .hb-section17-wrapper {
        padding: 40px 30px 40px;
    }

    .hb-location>p>span {
        top: 40px;
    }

    .hb-location>h5 {
        padding: 20px 0 0 0;
    }

    .hb-contact ul li a {
        font-size: 18px;
    }

    .hb-section17-box>p {
        font-size: 18px;
    }

    .hb-banner-discount-section.hb-discount2 {
        padding-top: 0;
    }

    .hb-section16-inner-box {
        height: 300px;
        margin: 0px;
    }

    .hb-video1-heading-bottom h2 {
        margin: 45px auto 10px;
    }

    .hb-section11-heading h2 {
        max-width: 340px;
        padding: 10px 10px;
        font-size: 22px;
    }

    .hb-section15-heading h2 {
        max-width: 340px;
        padding: 10px 10px;
        font-size: 22px;
    }

    .hb-section16-heading h2 {
        max-width: 340px;
        padding: 10px 10px;
        font-size: 22px;
    }

    .hb-section16-wrapper {
        padding: 40px 0px 40px;
    }

    .hb-vs-img img {
        width: 100%;
        max-width: 70px;
    }

    .hb-accordian_main_section {
        margin: 30px auto 0;
    }

    .vs-question-accordian button.accordion-button span {
        left: 18px;
        width: 50px;
    }

    .vs-question-accordian .accordion-body {
        padding: 0px 20px 20px;
    }

    .vs-question-accordian button.accordion-button {
        padding: 20px 18px 20px 70px;
        font-size: 18px;
    }

    .ht-table-text {
        padding: 13px 0px 0px 0px;
    }

    .hb-section15 {
        padding: 0 0px 20px;
    }
    .hb-section15 .hb-section4-subheading h1 {
        font-size: 30px;     
    }

    .ht-table-text.ht-table-text01 {
        padding: 13px 0px 0px 0px;
    }

    .tb-table1-bottom1 h3 {
        font-size: 24px;
    }

    .hb-htn12 a {

        background-color: #ff514a;
        background-image: none;
        max-width: 260px;
        border-radius: 10px;
        padding: 10px;
    }

    .hb-table1 .ht-table1-logo {
        padding: 20px;
    }

    .ht-table-text>p {
        font-size: 20px;
    }

    .hb-vs-img {
        padding: 5px 0px 0;
    }

    .hb-section9-headign h2 {
        max-width: 340px;
        padding: 10px 10px;
        font-size: 22px;
    }
    .hb-section11-wrapper {
        padding: 40px 0px 70px;
    }

    .hb-slider11-left h2 {
        padding: 7px 15px;
        font-size: 20px;
    }

    .hb-slider11-pagination {
        bottom: -50px;
    }

    .hb-slider11-left p {
        padding: 16px 0 10px;
        font-size: 16px;
    }

    .hb-section11-slider {
        max-width: 340px;
        padding: 0px;
    }

    .hb-section9-wrapper {
        padding: 40px 0px 40px;
    }

    .hb-slider11-flex {
        padding: 20px;
    }

    .hb-section4-inner {
        padding: 40px 10px 0;
    }

    .hb-section16-inner-box {
        height: 200px;
    }
    .swiper.hb-profitSlider .swiper-wrapper .swiper-slide {
        border-radius: 20px;
        background-color: rgb(253, 248, 255);
    }
    img.level1-res {
        padding-bottom: 5px;
    }

    .hb-arrow-div.hb-arrow-div1 {
        padding: 0;
    }

    .hb-arrow-div.hb-arrow-div2 {
        padding-bottom: 0;
    }

    .hb-arrow-div.hb-arrow-div5 {
        padding: 40px 0 0;
        top: 30px;
    }

    .hb-arrow-div.hb-arrow-div4 {
        padding: 0;
    }

    .hb-arrow-div.hb-arrow-div4.\30 4 {
        padding: 40px 0px 0px 0px;
    }

    .hb-arrow-div.hb-arrow-div2.arrow_001 {
        top: 40px;
    }

    .hb-arrow-div.hb-arrow-divV.arrow0001 {
        top: 40px;
    }

    img.level1-res {
        padding: 0px 30px;
    }
    .hv-email-box>h2 {
        font-size: 16px;
    }

    .hb-section11-wrapper {
        overflow-x: unset;
    }

    .vs-copywrite-address-add p {
        width: 100%;
    }

    .vs-copywrite-address-add p {
        font-size: 18px;
    }

    .hbSection5-subheading p {
        font-size: 20px;
        padding: 0;
    }
    .hb-banner-content h2 span {
        display: block;
        margin: 10px auto;
        max-width: 270px;
    }
    .hb-banner-content h1, .hb-section3-subheading h1 {
        font-size: 30px;
    }
    .hb-banner-video {
        height: 280px;
    }
    .hb-video1 {
        top: 40px;
        bottom: 20px;
        left: 35px;
        right: 30px;
    }
    .hb-humanboat-discount>p>span.hb-humanboat-bg1 {
        display: inline-block;
    }
    .hb-humanboat-discount>p {
        padding-bottom: 0;
    }
    .hb-humanboat-price-heading {
        max-width: 400px;
        width: 100%;
        padding-top: 28px;
    }
    .hb-humanboat-price-heading>h2 {
        font-size: 23px;
    }
    .hb-humanboat-price-heading>span {
        font-size: 20px;
    }
    .hb-htn1 a {
        max-width: 350px;
        width: 100%;
        padding-top: 25px;
        font-size: 19px;
        margin: 0 auto;
    }
    .hb-active-shadow .swiper-slide-active:before {
        left: 10px;
        right: 35px;
    }
    .hb-section3-slider-box {
        padding: 0;
    }
    .hb-feature-box12 .hb-feature-heading h2 {
        margin: -100px 0 10px -40px;
        padding-right: 60px;
        padding-left: 50px;
    }
    .hb-feature-box13 .hb-feature-heading h2 {
        margin: -100px 0 10px -40px;
        height: 100px;
        padding: 30px 70px 0 60px;
    }
    .hb-section3-slider .swiper-slide .hb-section3-slider-box img {     
        max-width: 350px;
        width: 100%;
        margin: auto;
        display: block;
    }
    .hb-video-section-wrapper {
        padding: 0 0 50px 0;
    }
    .hb-price-table-mobile-block {     
        margin-top: 20px;
    }
    .hb-license-payment .hb-humanboat-discount h4 {
        font-size: 30px;     
    }
    .hb-banner-discount-section {     
        padding-left: 10px;
        padding-right: 10px;
    }
    .hb-humanboat-discount {
        padding-top: 0;
    }
    .hb-feature-btn a {
        font-size: 20px;
    }
    .hb-price-right img {
        width: 200px;
        height: auto;
    }
    .hb-price-right h1 {
        font-size: 60px;
    }
    .hb-price-right p {
        font-size: 26px;
    }
    .hb-section4-wrapper .hb-feature-box13 .hb-feature-heading h2 {
        padding: 35px 50px 0px 60px;
        margin-left: -50px;
    }
}
@media(max-width:425px){     
    .hb-banner-video, .hb-video-section-wrapper .hb-banner-video {
        max-width: 350px;
    }
    .hb-video-parent .hb-banner-video video {
        top: 50px;
        left: 30px;
        max-width: 290px;
        width: 100%;
        height: 165px;
    }
    .hb-banner-video video {
        top: 68px;
        left: 28px;
        max-width: 290px;
        height: 163px;
    }
    .hb-license-wrapper {
        padding: 40px 0;        
        border-radius: 20px;
        margin: 0;
    }
    .hb-license-headng img {
        width: 190px;     
    }
    .hb-license-inner:before {
        width: 260px;
        height: 184px;
        top: -51px;
        left: 20px;
    }
    .hb-license-inner-right:before {
        width: 260px;
        top: -48px;
        left: 40px;
    }
    .hb-license-inner-right .hb-licnc-head {
        max-width: 270px;
    }
    .hb-license-headng img {     
        margin-left: -50px;
    }
    .hb-license-text ul li img {     
        margin: -3px 15px 0 0px;
    }
    .hb-license-headng h4 {
        font-size: 25px;
    }
    .hb-licnc-head {
        max-width: 250px;
        margin: 5px auto 0 auto;
    }
    .hb-license-payment .hb-humanboat-discount h4 {
        font-size: 25px;
    }
    .hb-license-payment .hb-humanboat-discount h5 {
        font-size: 15px;
    }
    .hb-license-payment {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hb-deal-note p {     
        padding: 45px 10px 0;
        font-size: 15px;
        font-weight: 700;
    }
    .hb-slider11-arrow .swiper-button-prev, .hb-slider11-arrow .swiper-button-next{
        top: 60%;
    }
    .hb-section11-slider:before{
        display: none;
    }
    .hb-slider11-arrow .swiper-button-prev{
        left: 0;
    }
    .hb-slider11-arrow .swiper-button-next{
        right: 0;
    }
    .hb-section4-wrapper .hb-feature-box12, .hb-section4-wrapper .hb-feature-box13 {     
        width: 100%;
        max-width: 100%;
    }
    .hb-section4-subheading>p {
        font-size: 25px;
    }
    .hb-section9-inner:before {
        top: -390px;
        height: 1030px;
    }
    .hb-emontl-tagline {     
        height: auto;
        padding: 20px;
        background: linear-gradient(to right, #f4cd67 30%, #f7b910 70%);
        border-radius: 20px;
        border: 2px solid #fff;
    }
    .ved_search_placeholders h1 {
        font-size: 25px;
    }
    .hb-page-title p {
        font-size: 15px;        
    }
    .hb-page-title p span {
        font-size: 17px;
    }
    .hb-banner-bot img {
        top: 60px;
        width: 120px;
    }
    .hb-sec3-slider-arrow .swiper-button-prev {
        left: 5px;
    }
    .hb-sec3-slider-arrow .swiper-button-next {
        right: 5px;
    }
    .hb-feature-msg-box {
        width: 100%;
        padding: 35px 15px 15px 15px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
        margin-bottom: 15px;
    }
    .hb-section4-inner .hb-gradienBox .container .row:nth-child(5).hb-main-div {     
        padding-left: 10px;
        padding-right: 10px;
    }
    .hb-feature-box6 .hb-feature-heading h2 {     
        margin-top: -33px;
    }
    .test12 .hb-section4-img {
        max-width: 320px;
    }
    .test12 .hb-section4-img video {
        top: 10px;
        left: 10px;
        width: 300px;
        height: 225px;
    }
    .hb-license-text ul li {     
        padding-left: 15px;
    }
    .hb-banner-content h2 {
        margin: 15px 0 0 0;
    }
    .hb-license-text ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .hb-feature-box1 .hb-feature-heading h2, .hb-feature-box2 .hb-feature-heading h2, .hb-feature-box3 .hb-feature-heading h2, .hb-feature-box4 .hb-feature-heading h2, .hb-feature-box5 .hb-feature-heading h2, .hb-feature-box6 .hb-feature-heading h2, .hb-feature-box7 .hb-feature-heading h2, .hb-feature-box8 .hb-feature-heading h2, .hb-feature-box9 .hb-feature-heading h2, .hb-feature-box10 .hb-feature-heading h2, .hb-feature-box11 .hb-feature-heading h2 {     
        min-width: unset;
        top: -10px;
    }
    .hb-feature-box5 .hb-feature-heading h2, .hb-feature-box7 .hb-feature-heading h2 {     
        max-width: 250px;
    }
    .hb-section4-wrapper .hb-feature-box12 {
        padding: 30px 20px 30px 20px;
    }
    .hb-section4-wrapper .hb-feature-box12 .hb-feature-heading h2 {     
        margin-left: -60px;
    }
}
@media(max-width:400px){
    .hb-feature-box1 .hb-feature-heading h2 {        
        margin-left: 20px;        
    }
    .hb-feature-box2 .hb-feature-heading h2 {
        margin-left: 10px;        
    }
    .hb-feature-box3 .hb-feature-heading h2 {
        margin-left: 0px;        
    }
    .hb-feature-box4 .hb-feature-heading h2 {
        margin-left: 30px;        
    }
    .hb-feature-box5 .hb-feature-heading h2 {
        margin-left: 30px;        
    }
    .hb-feature-box6 .hb-feature-heading h2 {     
        margin-left: 40px;
    }
    .hb-feature-box7 .hb-feature-heading h2 {        
        margin-left: 30px;
    }
    .hb-feature-box8 .hb-feature-heading h2 {
        margin-left: 10px;             
    }
    .hb-feature-box9 .hb-feature-heading h2 {
        margin-left: 25px;                
    }
    .hb-feature-box10 .hb-feature-heading h2 {
        margin-left: 40px;             
    }
    .hb-feature-box11 .hb-feature-heading h2 {
        margin-left: 25px;        
    }    
}
@media(max-width:380px) {

    .hb-htn1>a {
        font-weight: 600;
        font-size: 16px;
        padding-top: 27px;
    }

    .hb-section17-box>p {
        font-size: 16px;
    }

    .hb-slider11-arrow .swiper-button-next {
        right: 10px;
    }

    .vs-copywrite-address-add p {
        font-size: 16px;
    }

    .hb-slider11-arrow .swiper-button-prev {
        left: 10px;
    }

    .vs-question-accordian {
        padding: 0px 0px;
    }

    .hb-section11-slider-inner {
        margin: 0px 20px;
    }
    img.level1-res {
        padding: 0px 10px;
    }

    .hb-section9-headign h2 {
        max-width: 300px;
    }

    .hv-email-box {
        padding: 20px 20px;
    }


    .hb-tab-content-inner video {
        width: 258px;
        height: 148px;
    }

    .tb-table1-bottom1 h2.optional1 {        
        font-size: 16px;
    }

    .ht-table-text>p {
        font-size: 14px;
    }

    .tb-table1-bottom1 h2.optional1 span {
        left: 29px;
        top: 14px;
    }

    .ved_templates_search {
        max-width: 300px;
    }

    .ved_search_box .ved_search_placeholders p {
        font-size: 20px;
    }

    .ht-table-text>p {
        font-size: 14px;
    }

    .tb-table1-bottom1.tb-table1-bottom01 h4 {
        font-size: 16px;
        padding: 0px 30px;
    }

    .tb-table1-bottom1.tb-table1-bottom01 h2 {
        padding: 15px 0px 0px 0px;
        font-size: 16px;
    }

    .tb-table1-bottom1.tb-table1-bottom01 h3 {
        padding: 15px 0px 0px 0px;
        font-size: 18px;
    }

    .hb-htn12.hb-htn01 a {
        margin: 15px auto 0;
    }

    .tb-table1-bottom1 h2 {
        padding: 10px 0px 0px 10px;
        font-size: 18px;
    }

    .tb-table1-bottom1 h3 {
        padding: 15px 0px 0px 10px;
    }

    .hb-htn12 a {
        font-size: 16px;
    }

    .tb-table1-bottom1 h3 {
        font-size: 18px;
    }

    .hb-htn12 a {
        margin: 20px auto 0;
    }

    .hb-section15-heading h2 {
        max-width: 280px;
    }

    .hb-section11-heading h2 {
        max-width: 280px;
        margin-bottom: 20px;
    }

    .hb-section16-heading h2 {
        max-width: 280px;
    }

    .hb-section16-subheading p {
        max-width: 280px;
    }

    .hb-section16-inner-box p {
        line-height: 1.1;
    }

    .hb-humanboat-discount>p {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .hb-section17-wrapper {
        padding: 30px 10px 20px;
    }

    .hb-location>h5 {
        font-size: 16px;
    }

    .hb-contact ul li a {
        font-size: 16px;
    }

    .hb-section16-inner-box {
        margin: 0px;
    }

    ul.hb-price-ul li {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .hb-section3-heading>h2 {
        max-width: 280px;
    }

    .hb-section3-subheading>h2 {
        margin: 20px 10px 0;
        border-radius: 10px;
    }
    .hb-email-position {
        left: -9px;
    }
    .hb-feature-box1 .hb-feature-heading h2 {        
        margin-left: 10px;        
    }
    .hb-feature-box2 .hb-feature-heading h2 {
        margin-left: 0px;        
    }
    .hb-feature-box3 .hb-feature-heading h2 {
        margin-left: -10px;        
    }
    .hb-feature-box4 .hb-feature-heading h2 {
        margin-left: 20px;        
    }
    .hb-feature-box5 .hb-feature-heading h2 {
        margin-left: 20px;        
    }
    .hb-feature-box6 .hb-feature-heading h2 {     
        margin-left: 30px;
    }
    .hb-feature-box7 .hb-feature-heading h2 {        
        margin-left: 20px;
    }
    .hb-feature-box8 .hb-feature-heading h2 {
        margin-left: 0px;             
    }
    .hb-feature-box9 .hb-feature-heading h2 {
        margin-left: 15px;                
    }
    .hb-feature-box10 .hb-feature-heading h2 {
        margin-left: 30px;             
    }
    .hb-feature-box11 .hb-feature-heading h2 {
        margin-left: 15px;        
    }
}
@media(max-width:375px){
    .hb-banner-video, .hb-video-section-wrapper .hb-banner-video {
        max-width: 320px;
    }
    .hb-banner-video video {
        top: 72px;
        left: 25px;
        max-width: 270px;
        height: 153px;
    }
    .hb-video-parent .hb-banner-video video {
        top: 60px;
        left: 20px;
        max-width: 260px;
        width: 100%;
        height: 145px;
    }
    .test12 .hb-section4-img video {
        top: 8px;
        left: 10px;
        width: 250px;
        height: 190px;
    }
    .hb-btm-slide-heading-url {
        width: 350px;
        padding-top: 37px;
        padding: 27px 30px 0 30px;
    }
    .hb-price-left-inner-box img, .hb-price-main .hb-price-left-inner-box:last-child img {     
        width: 150px;
        height: auto;
    }
    .hb-price-left-inner-box p {
        font-size: 16px;     
    }
    .hb-price-right {
        padding: 40px 10px;
    }
    .hb-deal-note p {
        height: 100px;
        padding: 34px 5px 0;
        font-size: 13px;
        font-weight: 700;
    }
    .hb-video-section-wrapper .hb-video1 {
        top: 45px;
        bottom: 25px;
        left: 20px;
        right: 15px;
    }
    .hb-feature-box12 .hb-feature-heading h2 {
        margin: -100px 0 10px 0;
        padding-right: 15px;
        padding-left: 15px;
        height: 70px;
        min-width: unset;
        font-size: 13px;
    }
    .hb-feature-box13 .hb-feature-heading h2 {
        margin: -100px 0 10px 0;
        padding: 13px 25px 0 30px;
        min-width: unset;
        height: 80px;
    }
    .hb-humanboat-price-heading {
        max-width: 400px;
        width: 100%;
        padding-top: 14px;
        height: 75px;
    }
    .hb-humanboat-price-heading>h2 {
        font-size: 18px;
    }
    .hb-humanboat-price-heading>span {
        font-size: 17px;
    }
    .hb-htn1 a {
        max-width: 350px;        
        padding-top: 11px;
        font-size: 16px;     
        height: 50px;
    }
    .hb-sec3-slider-arrow .swiper-button-prev, .hb-sec3-slider-arrow .swiper-button-next{
        display: none;
    }
    .hb-email-position {
        left: 10px;
    }
    .hb-active-shadow .swiper-slide-active:before {
        left: 10px;
        right: 29px;
    }
    .hb-section4-subheading>p {
        font-size: 20px;
    }
    .hb-email-position {
        left: 0px;
    }
    .hb-feature-msg-box {
        margin-bottom: 15px;
        max-width: 300px;
    }
    .hb-htn1 {
        margin: 10px 0;
    }
    .hb-section4-wrapper .hb-feature-box12 .hb-feature-heading h2 {
        margin-left: -30px;
    }
    .hb-section4-wrapper .hb-feature-box13 .hb-feature-heading h2 {
        padding: 19px 25px 0px 31px;
        margin-left: -30px;
    }
    .hb-section4-wrapper .hb-feature-box12 .hb-feature-heading h2 {     
        padding: 20px 30px 0px 20px;
    }
}
@media(max-width:320px){
    .hb-feature-box1 .hb-feature-heading h2 {     
        margin-left: -10px;     
    }
    .hb-feature-box2 .hb-feature-heading h2, .hb-feature-box3 .hb-feature-heading h2, .hb-feature-box4 .hb-feature-heading h2, .hb-feature-box5 .hb-feature-heading h2, .hb-feature-box8 .hb-feature-heading h2, .hb-feature-box9 .hb-feature-heading h2 {
        margin-left: 0px;
    }
    .hb-feature-box7 .hb-feature-heading h2, .hb-feature-box11 .hb-feature-heading h2{
        margin-left: -5px;
    }
    .hb-feature-box6 .hb-feature-heading h2 {     
        margin-left: 10px;
    }
    .hb-feature-box10 .hb-feature-heading h2 {
        margin-left:5px;     
    }   
    .hb-htn1 a {     
        padding-top: 13px;
        font-size: 14px;        
    } 
    .hb-humanboat-price-heading>h2 {
        font-size: 17px;
    }
}
.video-autoplay-overlay-bottom, .video-autoplay-overlay-top, .video-autoplay-overlay-play {
    display: none !important;
}
/* Video Version */
.hb-section4-video-version {
    max-width: 650px;
    margin: auto;
    width: 100%;
    height: 100%;
}
.hb-section4-video-version video {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.test12 .hb-section4-video-version video {
    position: unset;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: unset;
}
.test12 .hb-section4-video-version {
    max-width: 650px;
}
.hb-section4-video-version-wrapper .movable_vertical_line>.movable_vertical_line_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #72b64d 1200px, #007fff 2200px, #a030f0 3300px, #ff1d93 4400px, #f8b500 5500px, #1bc89d 6600px, #ff1d93 7700px, #007fff 8800px);
}
@media(max-width:425px){
    .hb-section4-video-version-wrapper .hb-feature-msg-box {        
        margin-bottom: 30px;
    }
}
/* Video Version */