@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');



.navWrapper {
width: 85%;
margin: auto;
padding-top: 24px;
}

#logo {
color: #292929;
font-size: 30px;
font-family: "Pacifico";
font-weight: normal;
text-decoration: none;
}



#nav-icon {
width: 60px;
height: 45px;
position: relative;
z-index: 2;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg) scale(0.4);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
margin-top: 10px;
}

#nav-icon::after {
content: '';
background-color: #fff;
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: -1;
}
#nav-icon span {
display: block;
position: absolute;
height: 5px;
width: 100%;
background: #292929;
border-radius: 9px;
opacity: 1;
left: 0;
top: 19px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#nav-icon span:nth-child(2) {
top: 18px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#nav-icon span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
left: 8px;
background:  #151515;
}
#nav-icon.open span:nth-child(2) {
width: 0%;
opacity: 0;
background:  #151515;
}
#nav-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
background:  #151515;
}

#nav-icon.open span.lastLine{display: none;}
.overlay {
width: 100%;
height: 100%;
background: #000;
position: fixed;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
z-index: 1;
visibility: hidden;
display: flex;
align-items: center;
}
.overlay.open {
opacity: 1;
visibility: visible;
}

.overlay p {
color: #4B4B4B;
font-size: 20px;
font-weight: normal;
position: absolute;
bottom: 100px;
margin-left: 135px;
opacity: 0;
}
.overlay .wrapper-padding{width: 100%;}
.logo{z-index: 11;position: relative;}
.menu-box{max-width: 1150px;width: 100%;margin: 0 auto;margin-top: 150px;}
ul.menu-list li a{
display: inline-block;
font-size: 60px;
color: #ffffff;
text-align: center;
font-family: 'Pelita Std Regular';
position: relative;
transition: ease-in-out .2s;
}
ul.menu-list li{
    width: 100%;
    margin-bottom: 45px;
}
ul.menu-list li:last-child{margin-bottom: 0;}
ul.menu-list li a::after{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 0;
    height: 4px;
    top: 50%;
    right: -140px;
    transition: cubic-bezier(1,-0.57,.6,1.34) .3s
}
ul.menu-list li a:hover::after{width: 100px;}
.contentsecbox,.overlayContent{width: 50%;}
.contentsecbox .sub-menu-box{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #0d0d0d;}
.contentsecbox .sub-menu-box:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: none;}
.contentsecbox .sub-menu-box h6{font-size: 10px;font-family: 'Pelita Std Regular';color: #33a6ef;margin-bottom: 15px;position: relative;}
.contentsecbox .sub-menu-box h4{font-size: 18px;font-family: 'Pelita Std Regular';color: #33a6ef;margin-bottom: 15px;position: relative;letter-spacing: 1px;}
.contentsecbox .sub-menu-box ul.sub-menu-list li a{font-family: 'Pelita Std Regular';font-size: 35px;color: #fff;padding-right: 5px;position: relative;transition: ease-in-out .2s;}
.menu-bottom{width: 100%;margin-top: 30px;align-items: flex-end;}
ul.social-icon-list{align-items: center;}
ul.social-icon-list li{width: 30px;margin-right: 15px;}
.menu-bottom .col-5:last-child a{display: inline-block;font-family: 'Pelita Std Regular';font-size: 20px;color: #fff;position: relative;padding-bottom: 10px;}
.menu-bottom .col-5:last-child a::after{content: '';position: absolute;background-color: #33a6ef;width: 0;height: 2px;bottom: 0;left: 0;transition: ease-in-out .2s;}
.menu-bottom .col-5:last-child a:hover::after{width: 100%;}
.menu-bottom .col-5:last-child a:last-child{margin-top: 30px;}
ul.menu-list li a.active{color: #33a6ef;}
ul.menu-list li a.active::after{background-color: #33a6ef;width: 100px;}
.contentsecbox .sub-menu-box h6::after{content: '';position: absolute;background-color: #33a6ef;width: 20px;left: 20px;height: 1px;top: 5px;}
.contentsecbox .sub-menu-box ul.sub-menu-list li a::after{content: '';position: absolute;background-color: #fff;width: 0%;left: 0;height: 1px;bottom: 0;transition: ease-in-out .2s;}
.contentsecbox .sub-menu-box ul.sub-menu-list li a:hover::after{width: 95%;}



/* header css end */


.wrapper-padding{padding: 0 195px;}
.heading-box h2{font-family: 'Pelita Grande Std Bold';color: rgb(255, 255, 255);font-size: 70px;}
.heading-box P{font-size: 22px;font-family: "Pelita Grande Std Regular";color: rgb(255, 255, 255);}
/* .menuCont{padding-top: 35px;background-color: #fff;padding-bottom: 15px;border-bottom: 1px solid #cacaca;} */
.text-box h2{color: #333333;font-size: 54px;font-family: 'Pelita Std Regular';font-weight: normal;line-height: 1;margin-bottom: 48px;}
.text-box p{color:#363535;font-size: 21px;font-family: 'Pelita Std Regular';font-weight: normal;line-height: 1.6;}
.text-box h2 span{color: #c8c8c8;display: block;}
.profilebbt header{background-color: #000;}
.black-bg-section{background-color: #000;}
.profilebbt .profileBannerCont h2{color: #fff;opacity: .5;}
.bbt-lean-section{background-color: #0b0c12;}
.bbt-lean-section .whyVybeBottom img.vybe02{box-shadow: none;}
.bbt-lean-section .whyVybeBottomText{padding-top: 0;padding-left: 10%;}
.bbt-lean-section .whyVybeBottom{padding: 0 195px 0px;border-top: none;}
.bbt-lean-section .whyVybeBottomText{position: sticky;top: 120px;}
.bbt-lean-section .whyVybeBottomText h2{color: #fff;}
.bbt-lean-section .whyVybeBottomText h2 span{color: #b2b2b2;}
.bbt-lean-section .whyVybeBottomText p{color: #fff;}
.bbt-lean-section .whyVybeBottomText ul.tab-list{margin-top: 60px;}
.bbt-lean-section .whyVybeBottomText ul.tab-list li{font-size: 21px;font-family: 'Pelita Grande Std Regular';color: #fff;position: relative;padding-left: 45px;margin-bottom: 30px;}
.bbt-lean-section .whyVybeBottomText ul.tab-list li::after{content: '';position: absolute;background: url(../images/tab-list-icon-1.png) no-repeat center;width: 19px;height: 22px;top: 50%;left: 0;transform: translateY(-50%);}
.bbt-lean-section .whyVybeBottomText ul.tab-list li:nth-child(2):after{background: url(../images/tab-list-icon-2.png) no-repeat center;width: 22px;height: 26px;}
.bbt-lean-section .whyVybeBottomText ul.tab-list li:nth-child(3):after{background: url(../images/tab-list-icon-3.png) no-repeat center;width: 25px;height: 26px;}
.bbt-lean-section .whyVybeBottomText ul.tab-list li:nth-child(4):after{background: url(../images/tab-list-icon-4.png) no-repeat center;width: 25px;height: 20px;}
.bbt-lean-section .whyVybeBottomText ul.tab-list li:nth-child(5):after{background: url(../images/tab-list-icon-5.png) no-repeat center;width: 23px;height: 28px;}
.bbt-sell-plan{background-color: #0b0c12;}
.bbt-sell-plan .vybeCultureTop{background-color: #0b0c12;text-align: center;}
.bbt-zero-section{padding: 200px 0;}
.bbt-zero-section h2{color: #333333;font-size: 54px;font-family: 'Pelita Std Regular';font-weight: normal;line-height: 56px;margin-bottom: 48px;}
.bbt-zero-section h2 span{display: block;color: #9f9f9f;}
.bbt-zero-section P{color: #363535;font-size: 21px;line-height: 1.6;font-family: 'Pelita Grande Std Regular';color: #333333;width: 40%;}
.bbt-zero-section .zero-img-section{margin: -160px -15px 0 -15px;}
.bbt-zero-section .zero-img-section .img-box{width: calc(100% / 3);padding: 0 15px;}
.bbt-zero-section .zero-img-section .img-box img{padding: 30px;background-color: #f5f6f6;max-width: 360px;width: 100%;}
.bbt-zero-section .zero-img-section .img-box img:nth-child(1){margin-bottom: 25px;}
.bbt-zero-section .zero-img-section .img-box:nth-child(1){margin-top: 360px;}
.bbt-zero-section .zero-img-section .img-box:nth-child(2){margin-top: 240px;text-align: center;}
.bbt-zero-section .zero-img-section .img-box:nth-child(3){text-align: right;}
.bbt-sell-plan .vybeCultureMid{border-top:none;padding: 150px 195px 0px;}
.bbt-wallpaper-section{padding: 0 0 0 0;background-color: #0b0c12;}
.bbt-wallpaper-section .wrapper-container{padding: 0 0 0 120px ;width: 100%;margin: 0 auto;position: relative;max-width: 1920px;}
.vybeCulture.discover-section{padding-top: 240px;padding-bottom: 260px;}
.bbt-wallpaper-section h2{color: #fff;font-size: 54px;font-family: 'Pelita Std Regular';font-weight: normal;line-height: 56px;margin-bottom: 48px;}
.bbt-wallpaper-section .flex-box{justify-content: flex-end;padding-right: 300px;}
.bbt-wallpaper-section h2 span{color: #b2b2b2;}
.bbt-wallpaper-section p{font-size: 21px;line-height: 1.6;font-family: 'Pelita Grande Std Regular';color: #fff;width: 75%;}
.bbt-wallpaper-section .col-5{margin-bottom: 100px;}
.bbt-wallpaper-silder .wallpapper-silder-box{margin-right: 30px;margin-bottom: 200px;}
.bbt-mobile-app-section{padding: 200px 0 600px 0;position: relative;}
.bbt-mobile-app-section .bbt-mobile-text-box{padding: 0 195px;}
.bbt-mobile-app-section .bbt-mobile-text-box .flex-box{justify-content: space-around;}
.bbt-mobile-app-section .bbt-mobile-text-box h2{color: #333333;font-size: 54px;font-family: 'Pelita Std Regular';font-weight: normal;line-height: 56px;margin-bottom: 30px;}
.bbt-mobile-app-section .bbt-mobile-text-box h2 span{color: #9f9f9f;display: block;}
.bbt-mobile-app-section .bbt-mobile-text-box p{font-size: 21px;line-height: 1.6;font-family: 'Pelita Grande Std Regular';color: #363535;width: 95%;}
.bbt-mobile-app-section .bbt-mobile-text-box .img-box img{padding: 30px;background-color: #e9e9e9;max-width: 418px;width: 100%;}
.bbt-mobile-app-section .bbt-app-hand-img img{max-width: 1680px;width: 100%;}
.bbt-mobile-app-section .bbt-app-hand-img {position: absolute;top: 330px;left: auto;}
.bbt-mobile-app-section .bbt-mobile-text-box .img-box{margin-top: 50px;}
.bbt-lean-section .whyVybeBottomImg img{max-width: 630px;width: 100%;}
.bbt-sell-plan .vybeCultureTop img{max-width: 1210px;width: 100%;}
.bbt-mobile-screen.flex-box {
padding: 0 195px;
}
.bbt-mobile-screen.flex-box .col-5 {
text-align: center;
}
.bbt-mobile-screen.flex-box .col-5 img{width: 100%;max-width: 460px;}
.bbt-mobile-screen.flex-box .col-5 img:nth-child(1){margin-bottom: 100px;}
.bbt-mobile-screen.flex-box .col-5:nth-child(2) img:nth-child(2){margin-bottom: 100px;}
.bbt-mobile-screen.flex-box .col-5:nth-child(1){margin-top: 25%;}
.bbt-founder-box{padding: 0 100px;align-items: center;}
.bbt-founder-box h3{font-family: 'Pelita Std Regular';font-size: 24px;color: rgb(51, 51, 51);text-transform: uppercase;letter-spacing: 3px;}
.bbt-founder-box p{font-family: 'Pelita Std Regular';font-size: 20px;color: #585858;line-height: 1.5;}
.bbt-founder-box h2{font-family: 'Pelita Std Regular';font-size: 36px;color: #585858;margin: 70px 0 50px;position: relative;padding-top: 50px;line-height: 1.2;}
.bbt-founder-box h4{font-family: 'Pelita Std Regular';font-size: 20px;color: #9f9f9f;text-transform: uppercase;letter-spacing: 3px;margin: 20px 0 30px;}
ul.social-icon li:first-child{padding-right: 12px;margin-right: 12px;border-right: 2px solid #a1a1a1;}
.bbt-founder-box h2::after{content: '';position: absolute;background: url(../images/quote-1.png) no-repeat center; width: 29px;height: 26px;top: 0;left: 0;}
.bbt-founder-box .col-5{padding-left: 60px;}
.bbt-founder-box .col-4 img{max-width: 525px;width: 100%;}
.bbt-mobile-app-section .bbt-app-hand-img img{width: 90%;}
.bbt-mobile-app-section .bbt-mobile-text-box p{width: 100%;}
.bbt-screen-section{margin: 200px 0;}
.bbt-mobile-screen.flex-box .col-5 img{padding: 0 30px;}
.mobile-img{display: none;}

.profilehurom header{background-color: #a8dc37;}

.profilehurom .profileBanners{background-color: #a8dc37;}



.huromCultureMid{background-color: #a8dc37;padding-bottom: 180px;padding-top: 0;}
.huromCultureMid h2{color: #fff;}
.huromCulture{padding-bottom: 0;}
.huromCultureMid p{color: #fff;}
.huromCultureMid .vybeCultureMid{border-top: none;}
.huron-wallpaper-section{background-color: #a8dc37;}
.hurom-glass-img .glass-img-box{width: calc(100% / 3);}
.hurom-glass-img .glass-img-box:nth-child(1){margin-top: 500px;}
.hurom-glass-img .glass-img-box:nth-child(2){margin-top: 250px;text-align: center;}
.hurom-glass-img .glass-img-box:nth-child(3){text-align: right;}
.hurom-glass-img .glass-img-box img{max-width: 500px;width: 100%;padding: 0 20px;margin-bottom: 70px;}
.hurom-glass-section p{width: 50%;}
.hurom-glass-section{padding: 200px 0;}
.hurom-glass-img{margin-top: -70px;}
.hurom-product-section{border-top: none;padding: 0 0 120px 0;}
.hurom-experience-section{padding: 0 0 230px 0;}
.hurom-experience-section p{width: 40%;}
.hurom-experience-img{margin-top: 100px;}
.hurom-experience-img img{max-width: 1670px;width: 100%;}
.hurom-experience-section .text-box{border-top: 1px solid #e0e0e0;padding-top: 120px;}
.hurom-bottom-banner img{width: 100%;}
.mobile-respnsive-screen-box{width: calc(100% / 2);text-align: center;padding: 0 40px;}
.mobile-respnsive-screen-box img:nth-child(1){margin-bottom: 100px;}
.mobile-respnsive-screen-box:first-child img:nth-child(1){margin-top: 55%;}
.mobile-respnsive-box .text-box p{width: 40%;}
.mobile-respnsive-screen{margin-top: -150px;}
.mobile-respnsive-section{padding: 130px 0 0 0; }
ul.hurom-list li{width: calc(100% / 3);float: none;}
ul.hurom-list{max-width: 100%;}
ul.hurom-list li p{width: 90%;line-height: 1.4;}
.huron-silder .silder-section{padding-left: 195px;}
.huron-digitalCampaigns .digitalCampaignsSlider img{box-shadow: none;}
.huron-digitalCampaigns .digitalCampaignsSlider{background-color: #fff;}
.mobile-respnsive-screen-box img{max-width: 485px;width: 100%;}
.profiledvele header{background-color: #0f3051;}
.profiledvele .profileBanner{background-color: #0f3051;}
.whydvele .whyVybeTop > .text-box p{width: 45%;}
.dvele-color-section{padding-top: 50px;padding-bottom: 50px;}
.whydvele .whyVybeTop > .text-box{margin-bottom: 140px;}
.whydvele .dvele-color-section > .dvele-color-text{justify-content: flex-end;}
.whydvele .dvele-color-section > .color-img-box{justify-content: center;margin-top: 60px;}
.whydvele .dvele-color-section > .color-img-box img{padding: 0 15px;max-width: 190px;width: 100%;}
.whydvele .dvele-color-section > .dvele-color-text p{font-size: 25px;color: #000}
.whydvele .dvele-color-section > .dvele-color-text p span{display: block;font-size: 19px;color: #767676;}
.dvele-wallpaper-silder-2{padding-left: 120px;background: #f9f9f9;padding-bottom: 150px;}
.dvele-wallpaper-silder-2 .wallpapper-silder-box{margin-right: 30px;}
.dvele-wallpaper-silder-2 .wallpapper-silder-box img{height: 800px;object-fit: cover;}
.dvele-wild-secton{margin: 150px 0;}
.dvele-wild-secton .text-box{margin-bottom: 130px;}
.dvele-wild-secton .text-box p{width: 45%;}
.dvele-wild-secton img{max-width: 1670px;width: 100%;margin: 0 auto;}
.dvele-wild-secton .video-box{max-width: 1670px;width: 100%;margin: 0 auto;}
.dvele-show-secton{margin-top: 240px;}
.dvele-show-secton .flex-box{justify-content: flex-end;}
.dvele-show-secton .flex-box .text-box{width: 45%;margin-bottom: 120px;}
.dvele-show-secton img{max-width: 1670px;width: 100%;}
.read-section .text-box p{width: 85%;}
.read-section .text-box{margin-bottom: 100px;}
.read-section img{max-width: 620px;width: 100%;padding: 0 10px;}
.read-section{margin-bottom: 240px;}
.dvele-mobile-section{margin-bottom: 240px;}
.dvele-mobile-section .mobile-screen-box img{max-width: 455px;width: 100%}
.dvele-mobile-section .mobile-screen-box .text-box{margin: 120px 0 250px 0;}
.dvele-mobile-section .mobile-screen-box .col-5:first-child img:first-child{margin-bottom: 80px;}
.dvele-section{background-color: #fff;}
.dvele-section .flex-box{justify-content: flex-start;}
.dvele-section .flex-box h2{color: #333333;}
.dvele-section .flex-box h2 span{display: block;}
.dvele-section .flex-box p{color: #363535;width: 45%;}
.dvele-section .flex-box .col-5{width: 100%;}
.dvele-wallpaper-silder.bbt-wallpaper-silder .wallpapper-silder-box{margin-bottom: 0;}
.seo-section.aboutBannerCont h2{width: 100%;line-height: 1.2;max-width: none;border-bottom: 1px solid #1d1d1d;margin-bottom: 150px;padding-bottom: 230px;}
.seo-section{padding-bottom: 0;}
.sec-heading-section .heading-box h2{font-size: 65px;color: rgb(255, 255, 255);font-family: 'Pelita Grande Std Bold';margin-bottom: 40px;line-height: 1.1;}
.sec-heading-section .heading-box p{font-size: 16px;color: rgb(148, 148, 148);font-family: 'Pelita Std Bold';text-transform: uppercase;margin-bottom: 60px;letter-spacing: 3px;}
.sec-heading-section .heading-box h5{font-size: 31px;color: rgb(167, 167, 167);font-family: 'Pelita Grande Std Regular';line-height: 1.5;letter-spacing: 1px;width: 82%;word-spacing: 2px;}
.sec-heading-section .heading-box{margin-bottom: 200px;}
ul.list-box{margin: 0 -40px;}
ul.list-box li{width: calc(100% / 3);padding: 0 40px;}
ul.list-box li h4{font-size: 32px;font-family: "Pelita Grande Std Bold";color: rgb(255, 255, 255);margin: 55px 0 30px;line-height: 1.2;}
ul.list-box li p{font-size: 22px;font-family: "Pelita Grande Std Regular";color: rgb(167, 167, 167);line-height: 1.455;word-spacing: 2px;}
.tech-section .heading-box{border-top: 1px solid #1d1d1d;margin-top: 230px;padding-top: 200px;}
.tech-section .heading-box h2{font-size: 45px;font-family: "Pelita Grande Std Regular";color: rgb(255, 255, 255);line-height: 1.2;width: 70%;position: relative;}
.tech-section .heading-box h2::after{content: '';position: absolute;background-color: #fff;height: 4px;width: 40px;top: -20px;left: 0;}
.tech-section ul.tech-list{margin: 150px 0 200px;}
.tech-section ul.tech-list li{width: calc(100% / 4) ;text-align: left;}
.tech-section ul.tech-list li:nth-child(2),.tech-section ul.tech-list li:nth-child(6){padding-left: 5%;}
.tech-section ul.tech-list li:nth-child(3),.tech-section ul.tech-list li:nth-child(7){text-align: center;}
.tech-section ul.tech-list li:nth-child(4),.tech-section ul.tech-list li:nth-child(8){text-align: right;}
.tech-section ul.tech-list li:nth-child(-n+4){margin-bottom: 170px;}
.tech-section{padding-bottom: 140px;}
.seo-white-section{background-color: #fff;margin: 150px 0;}
.google-ranking-section .heading-box p{font-size: 16px;color: #949494;font-family: 'Pelita Std Bold';margin-bottom: 40px;text-transform: uppercase;}
.google-ranking-section .heading-box h2{font-size: 70px;color: #000;font-family: 'Pelita Grande Std Bold';margin-bottom: 40px;width: 80%;line-height: 1.143;}
.google-ranking-section ul.list-box{margin: 160px -40px 240px -40px;}
.google-ranking-section ul.list-box li:nth-child(-n+6){margin-bottom: 150px;}
.google-ranking-section ul.list-box li p{color: #676767;}
.google-ranking-section ul.list-box li h4{color: #000;}
.google-ranking-section ul.list-box.seo-list li{width: calc(100% / 3);}

.process-section > .flex-box{border-top: 1px solid #e0e0e0;padding-top: 240px;}
.process-section > .flex-box .col-3 h2{font-size: 45px;font-family: "Pelita Grande Std Regular";color: rgb(0, 0, 0);position: sticky;top: 60px;}
.process-section > .flex-box .col-3 h2::after {
content: '';
position: absolute;
background-color: #000;
height: 4px;
width: 40px;
top: -15px;
left: 0;
}
.process-section > .flex-box .col-7 h2{font-size: 126px;font-family: "Pelita Grande Std Bold";color: rgb(0, 0, 0);}
.process-section > .flex-box .col-7 h5{font-size: 26px;font-family: "Pelita Grande Std Bold";color: rgb(0, 0, 0);text-transform: uppercase;margin: 50px 0 20px  0;}
.process-section > .flex-box .col-7 p{font-size: 17px;font-family: "Pelita Grande Std Regular";color: rgb(23, 23, 23);line-height: 1.6;}
.process-section > .flex-box .col-7 .col-5:nth-child(-n+4){margin-bottom: 80px;}
.process-section > .flex-box .col-7 .col-5{padding: 0 50px;}
.process-list.flex-box{margin: 0 -50px;}  
.faq-section{background-color: #000;padding: 160px 0;margin-bottom: 170px;}
.faq-section .faq-box > .flex-box{padding-bottom: 200px;border-bottom: 1px solid #1f1f1f;}
.faq-section .faq-box > .flex-box h2{color: #fff;font-family: 'Pelita Grande Std Bold';font-size: 70px;line-height: 1.143;}
.current-qtion-list h3{font-family: 'Pelita Std Bold';font-size: 24px;color: #fff;width: 90%;line-height: 1.2;}
.current-qtion-list{padding: 40px 0;border-top: 1px solid #1f1f1f;border-bottom: 1px solid #1f1f1f;}
.current-qtion-list a{position: relative;display: block;}
.current-qtion-list a span.faq-icon{font-family: 'Poppins';color: #fff;display: inline-block;position: absolute;top: 50%;right: 10px;font-size: 20px;transform: translateY(-50%);}
.current-qtion-list a span.faq-icon::after{content: '';position: absolute;background-color: transparent;width: 45px;height: 45px;top: 50%;left: 50%;transform: translate(-50%,-50%);border: 1px solid #fff;border-radius: 50%;}
.current-qtion-list .opening-box{display: none;padding: 40px 40px 0 20px;}
.current-qtion-list .opening-box p{color: #fff;font-size: 22px;font-family: "Pelita Grande Std Regular";line-height: 1.4;}
.feature-section {
margin: 200px 0 0 0;
}
.social-feature-section{margin-top: 0;}
.feature-section h2 {
font-size: 45px;
font-family: "Pelita Grande Std Regular";
color: rgb(255, 255, 255);
line-height: 1.2;
width: 80%;
position: relative;
}
.feature-section p {
font-family: "Pelita Grande Std Regular";
font-size: 22px;
color: #acacac;
line-height: 1.6;
width: 55%;
margin-top: 25px;
}
.feature-section p a{color: #42a5f5;position: relative;}
.feature-section p a::after{content: '';position: absolute;background-color: #42a5f5;width: 0;height: 1px;bottom: 0;left: 0;transition: ease-in-out .2s;}
.feature-section p a:hover::after{width: 100%;}
.feature-section .heading-box {
margin-bottom: 100px;
}
.feature-list-box .current-qtion-list-2 .opening-box-2 {
display: none;
}
.feature-list-box .current-qtion-list-2 {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 40px 0;
}
.feature-list-box .current-qtion-list-2:first-child{border-top: none;}
.feature-list-box .current-qtion-list-2 h3{font-size: 70px;font-family: "Pelita Grande Std Regular";color: rgb(255, 255, 255);width: 90%;}
.feature-list-box .current-qtion-list-2 a.open-faq-2{justify-content: space-between;align-items: center;}
.feature-list-box .current-qtion-list-2 .faq-icon-2{font-family: "Poppins";color: rgb(255, 255, 255);width: 10%;font-size: 70px;text-align: right;}
.feature-list-box .current-qtion-list-2 .opening-box-2 ul li a{font-size: 33px;font-family: "Pelita Grande Std Regular";color: rgb(255, 255, 255);margin-bottom: 20px;display: inline-block;transition: all linear .3s;position: relative;padding-left: 15px;}
.feature-list-box .current-qtion-list-2 .opening-box-2 ul li a::after{content: '';position: absolute;background-color: #fff;width: 0;height: 3px;top: 50%;right: -70px;transform: translateX(-50%);transition: cubic-bezier(1,-0.57,.6,1.34) .4s;}
.feature-list-box .current-qtion-list-2 .opening-box-2 ul li a::before{content: '';position: absolute;background-color: #fff;width: 10px;height: 3px;top: 50%;left: 0;transform: translateX(-50%);transition: cubic-bezier(1,-0.57,.6,1.34) .3s;}
.feature-list-box .current-qtion-list-2 .opening-box-2 ul li a:hover::after{width: 35px;background-color: #42a5f5;}
.feature-list-box .current-qtion-list-2 .opening-box-2 ul li a:hover::before{width: 0;}
.feature-list-box .current-qtion-list-2 .opening-box-2 ul li a:hover{color: #42a5f5;}
.feature-list-box .current-qtion-list-2 .opening-box-2{padding: 40px 0 0 20px;}
.brading-list-box h3{font-size: 65px;font-family: "Pelita Grande Std Regular";color: rgb(255, 255, 255);}
.brading-list-box .heading-box{justify-content: space-between;}
.brading-list-box .heading-box p{width: 35%;font-size: 28px;line-height: 1.4;color: rgba(255, 255, 255, 0.502);text-transform: capitalize ;margin-bottom: 0;font-family: 'Pelita Grande Std Regular';letter-spacing: 0;word-spacing: 1px;}
.brading-list-box .heading-box h2{width: 40%;font-size: 60px;margin-bottom: 0;font-family: 'Pelita Std Regular';}
.brading-list-box h3{width: 10%;}
.brading-list-box .heading-box{margin-bottom: 0 !important;}
.brading-list-box{margin-bottom: 120px;padding-bottom: 120px;border-bottom: 1px solid #111111;}
.brading-list-box:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.brading-list-section{padding-bottom: 240px;}
.google-ranking-section ul.list-box.brading-list li:nth-child(-n+6){margin-bottom: 0;}
.google-ranking-section ul.list-box.brading-list{padding-bottom: 0;border-bottom: none;}
.google-ranking-section ul.list-box.brading-list li{width: calc(100% / 3);}
.brading-ranking-section ul.list-box.brading-list li{width: calc(100% / 4);}
.brading-ranking-section ul.list-box.brading-list{margin-bottom: 50px;}
.branding-silder-section .heading-box h2{color: #000;}
.branding-silder-section .heading-box p{color: #0d0d0d;font-size: 33px;margin: 50px 0 80px 0;line-height: 1.6;width: 65%;}
.branding-silder-section{padding: 0 !important;margin-top: 200px;}
.branding-silder-section .heading-box{padding-left: 310px;}
.branding-silder-section .wrapper-container{padding: 0 !important;width: 100%;margin: 0 auto;position: relative;max-width: 1920px;}
.branding-silder-section .wallpapper-silder-box{margin-bottom: 0;}
.brand-white-section .process-section > .flex-box{border-top: none;padding-top: 0;}
.bb-border{border-bottom: 1px solid #e2e2e2}
.bonford-branding-box .col-5:first-child img{max-width: 630px;width: 100%;}
.bonford-branding-box .col-5:last-child img{max-width: 475px;width: 100%;}
.bonford-branding-box .col-5:last-child{text-align: right;}
.bonford-branding-section{margin-top: 200px;}
.bonford-wallpapaer{background: url(../images/bonford-wallpapaer.jpg) no-repeat center;height: 800px;margin-top: 100px;background-size: cover;}
.select-work-section .workSectionCont h4{color: #fff;}
.select-work-section .workSectionCont h4 span{color: #fff;}
.select-work-section  .workSectionCont h4::before{background-color: #fff;}
.select-work-section .workSectionCont h2{color: #fff;}
.select-work-section
.brand-feature-section.feature-section .heading-box{border-top: 1px solid #181818;padding-top: 150px;}
ul.list-box.web-section-list{margin-bottom: 100px;}
ul.list-box.web-section-list li img{width: 104px;height: 64px;object-fit: contain;}
.web-heading-section{padding-bottom: 180px;}
.plan-section{margin: 200px 0;}
.plan-section .heading-box h2{color: #000;}
.plan-section .heading-box p{color: #0d0d0d;width: 60%;line-height: 1.6;position: relative;padding-left: 130px;word-spacing: 1px;}
.plan-section .heading-box{justify-content: space-between;}
.plan-section .heading-box p::after{content: '';position: absolute;background-color: #e2e2e2;width: 1px;height: 100%;top: 0;left: 0;}
.google-add-page{padding: 0 0 0 195px;}
.google-add-page .wrapper-container{padding: 0 0 0 120px ;width: 100%;margin: 0 auto;position: relative;max-width: 1920px;}
.google-add-page .heading-box h2{width: 70%;}
.google-add-page .heading-box h4{font-size: 33px;font-family: "Pelita Grande Std Regular";color: rgb(13, 13, 13);line-height: 1.455;width: 55%;}
.google-add-page .heading-box{margin-bottom: 80px;}
.google-add-page .google-slider-section img{box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);margin: 40px 30px 30px 0;max-width: 1280px;}
.impact-section {margin: 200px 0;}
.impact-section .heading-box h2{color: #000;}
.impact-section > .flex-box{margin: 120px 0 0 0;padding-bottom: 150px;border-bottom: 1px solid #e0e0e0;}
.impact-section > .flex-box .text-box h2{font-size: 120px;color: rgb(51, 51, 51);font-family: 'Pelita Std Regular';margin-bottom: 0;line-height: 1;}
.impact-section > .flex-box .text-box p{font-size: 18px;color: rgb(118, 118, 118);}
.impact-section > .flex-box .col-2{width: 25%;}
.impact-section > .flex-box .text-box{margin-bottom: 80px;}
.impact-img-box{width: 75%;}
.impact-img-box img{max-width: 978px;width: 100%;box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);}
.process-section > .flex-box .col-7 .col-5:nth-child(7){margin-top: 80px;}
.conboy-app-section .heading-box{width: 40%;margin-bottom: 250px;}
.conboy-app-section .heading-box h2{color: #000;margin-bottom: 40px;}
.conboy-app-section .heading-box p{color: #0d0d0d;line-height: 1.6;}
.conboy-app-section{position: relative;}
.conboy-hand-img-box{position: absolute;top: 50px;right: 0;}
.conboy-hand-img-box img{max-width: 890px;width: 100%;}
.seo-white-section{position: relative;}
.mobile-app-section > .flex-box > .col-3{width: calc(100% / 3);}
.mobile-app-section > .flex-box > .col-3 img{max-width: 450px;width: 100%;padding: 0 20px;margin-bottom: 70px;}
.mobile-app-section > .flex-box > .col-3:nth-child(2){text-align: center;margin-top: 600px;}
.mobile-app-section > .flex-box > .col-3:last-child{text-align: right;margin-top: 900px;}
.mobile-app-section > .flex-box > .col-3 img:last-child{margin-bottom: 0;}
.mobile-app-ranking-section.google-ranking-section ul.list-box li{margin-bottom: 0;}
.mobile-app-ranking-section.google-ranking-section ul.list-box li:nth-child(-n+3){    margin-bottom: 150px;}
.impact-section .heading-box h4{font-size: 37px;color: rgb(13, 13, 13);font-family: 'Pelita Std Regular';margin-bottom: 30px;}
.impact-section .heading-box p{font-size: 21px;color: rgb(54, 53, 53);line-height: 1.4;width: 68%;}
.impact-section .heading-box{margin-bottom: 100px;}
ul.impact-list li{width: calc(100% / 3);text-align: center;}
ul.impact-list li h2{font-size: 120px;color: rgb(51, 51, 51);font-family: 'Pelita Std Regular';margin-bottom: 5px;}
ul.impact-list li p{font-size: 18px;color: rgb(118, 118, 118);font-family: "Pelita Grande Std Regular";}
.profilealluremetics header,.profilealluremetics .profileBanner{background-color: #9dcadb;}
.whyalluremetics .whyVybeTop{padding-bottom: 100px;border-bottom: 1px solid #dbdcdc;}
.whyalluremetics .whyVybeBottom{padding-top: 0;padding-bottom: 0;border-top: none;}
.whyalluremetics .whyVybeBottomText{position: sticky;top: 0;}
.whyalluremetics .whyVybeBottomText{padding-left: 12%;padding-top: 194px;margin-bottom: 80px;}
.whyalluremetics .whyVybeBottomText p:nth-child(2){margin-bottom: 30px;}
.whyalluremetics .alluremetics-sec-section{padding-top: 0;padding-bottom: 0;border-top: none;}
.vybeCultureMidText h2 span {color: #c8c8c8;}
.alluremetics-sec-section .vybeCultureMidText{position: sticky;top: 0;padding-right: 12%;}
.alluremetics-sec-section .vybeCultureMidText p:nth-child(2){margin-bottom: 20px;}
.alluremetics-blue-section{background-color: #9dcadb;padding-top: 240px;}
.alluremetics-blue-section .alluremetics-wallpaper{background-color: #9dcadb;}
.beauty-img-box > .flex-box .col-3{width: calc(100% / 3);}
.beauty-img-box > .flex-box .col-3 img{max-width: 500px;width: 100%;margin-bottom: 70px;}
.beauty-img-box > .flex-box .col-3:first-child{margin-top: 500px;}
.beauty-img-box > .flex-box .col-3:last-child{text-align: right;}
.beauty-img-box > .flex-box .col-3:nth-child(2){margin-top: 250px;text-align: center;}
.beauty-section .heading-box{width: 45%;}
.beauty-section .heading-box h2{font-family: 'Pelita Std Regular';margin-bottom: 30px;}
.beauty-section .heading-box p{line-height: 1.4;}
.beauty-section .beauty-img-box{margin-top: -50px;padding-bottom: 160px;}
.mobile-resp-img-box > .flex-box .col-3 img{max-width: 350px;box-shadow: 1px 12px 18px #efefef;border-radius: 60px;}
.mobile-resp-section{margin: 200px 0 0;}
.mobile-resp-section .heading-box{width: 45%;}
.mobile-resp-section .heading-box h2{color: #333333;font-family: 'Pelita Std Regular';margin-bottom: 30px;}
.mobile-resp-section .heading-box h2 span{color: #c8c8c8;}
.mobile-resp-section .heading-box p{color: #363535;line-height: 1.4;}
.mobile-resp-img-box > .flex-box .col-3:nth-child(2){margin-top: 80px;}
.mobile-resp-img-box > .flex-box .col-3:nth-child(1){margin-top: 160px;}
.mobile-resp-img-box.beauty-img-box > .flex-box .col-3{padding: 0 30px;}
.whyalluremetics .whyVybeBottomImg img{max-width: 570px;width: 100%;}
.profilebonford header{background-color: #e3c9a9;}
.profilebonford .profileBanner{background-color: #e3c9a9;}
.whybonford{background-color: #f9f8f7;}
.bonford-sec-banner{padding-bottom: 150px;}
.bonford-sec-banner img{max-width: 1680px;width: 100%;box-shadow: 0px 50px 50px 0px rgba(58, 58, 58, 0.05);}
.whyVybeBottomText{position: sticky;top: 0;padding-left: 13%;}
.whybonfordBottom{padding-bottom: 200px;}
.bonford-product-section .heading-box h2{color: #333333;font-size: 54px;font-family: 'Pelita Std Regular';}
.bonford-product-section .heading-box h2 span{color: #c8c8c8;}
.bonford-product-section .heading-box p{color: #363535;line-height: 1.4;margin-top: 30px;}
.bonford-product-section .heading-box{width: 40%;margin-bottom: 100px;}
.bonford-product-section img{max-width: 1680px;width: 100%;box-shadow: 0px 50px 50px 0px rgba(58, 58, 58, 0.05);}
.bonford-product-section{margin-bottom: 200px;}
.bonford-imgsilde-section.bonford-img-sec{margin-top: 170px;margin-bottom: 200px;}
.bonford-imgsilde-section.bonford-img-sec .whyVybeBottomImg{float: right;}
.bonford-imgsilde-section.bonford-img-sec .whyVybeBottomText{float: left;padding-right: 13%;padding-left: 0;}
.bonford-imgsilde-section .whyVybeBottomImg img{max-width: 710px;width: 100%;}
.bonford-product-section img{max-width: 1680px;width: 100%;}
.bonford-product-bottom-sec{margin-bottom: 80px;}
.bonford-silder-section{background-color: #e3c9a9;padding-top: 200px;}
.bonford-shoe-section{text-align: right;margin-top: -50px;}
.bonford-shoe-section img{max-width: 1270px;width: 100%;}
.hurom-experience-section.experience-section .text-box{padding-top: 0;border-top: none;}
.bonford-glass-section{padding-bottom: 0;}
.bonford-glass-section-2{background-color: #f9f8f7;}
.bonford-glass-section-2 .hurom-glass-img .glass-img-box img{max-width: 380px;padding: 0;}
.bonford-glass-section-2 .hurom-glass-img .glass-img-box img:last-child{margin-bottom: 0;}
.bonford-blue-section{background-color: #151536;padding: 200px 0 0;}
.bonford-blue-section .text-box h2{color: #fff;width: 70%;}
.bonford-blue-section .text-box p{color: #fff;}
.bonford-blue-section .text-box{width: 40%;}
.bonford-blue-text-box > .flex-box{justify-content: space-between;align-items: flex-end;}
.bonford-blue-text-box .blue-bottom-sec{padding-top: 80px;margin-top: 100px;border-top: 1px solid #a07553;margin-bottom: 200px;}
.bonford-blue-section .bonford-blue-text-box img{max-width: 280px;width: 100%;max-height: 280px;}
.bonford-blue-text-box .blue-bottom-sec img:first-child{max-width: 230px;width: 100%;}
.bonford-blue-text-box .blue-bottom-sec img:last-child{max-width: 820px;width: 100%;}
.bonford-blue-section img.bonford-blue-big-img{width: 100%;}
.bonford-list-section .bonford-list-inner-sec{border-bottom: 1px solid #f7f7f7;padding-bottom: 70px;}
.social-big-img{width: 100%;}
.social-white-sec ul.list-box li{width: calc(100% / 4);}
.social-result-text .heading-box h2{font-family: 'Pelita Std Regular';color: #333333;}
.social-black-bottom{background-color: #000;padding: 200px 0;}
.contact{background-color: #fff;}
.cantact-us-section{margin: 180px 0;}
.cantact-us-section .text-box h1{font-family: 'Pelita Std Regular';font-size: 70px;color: #000;margin-bottom: 20px;}
.cantact-us-section .text-box h5{font-family: 'Pelita Std Regular';font-size: 32px;color: #ababab;}
.contact-form-section{width: 80%;}
.cantact-us-section .text-box h5 a{color: #ababab;}
.cantact-us-section .text-box{margin-bottom: 100px;}
.contact-form-section h5{font-family: 'Pelita Std Regular';font-size: 32px;color: #000;}
.contact-form-section .input-box > h5{width: 7%;}
.contact-form-section .input-box input{border: none;border-bottom: 1px solid #e0e0e0;padding-bottom: 20px;width: 100%;font-family: 'Pelita Std Regular';font-size: 25px;color: #9f9f9f;}
.contact-form-section .input-box .input-field-box{width: 90%;margin-bottom: 60px;}
.contact-form-section .input-box .input-field-box > h5{margin-bottom: 30px;}
.control{position: relative;display: block;padding-left: 60px;cursor: pointer;font-size: 18px;font-family: 'Pelita Std Regular';color: #a3a3a3;text-transform: uppercase;letter-spacing: 1px;}
.control input{position: absolute;z-index: -1;opacity: 0;}
.control input:checked ~ .control__indicator{background: #33a6ef;}
.control--radio .control__indicator{border-radius: 50%;}
.control__indicator{position: absolute;top: 2px;left: 0;height: 20px;width: 20px;background: transparent;border: 1px solid #e5e5e5;}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  /* background: #33a6ef;
  border-color: #33a6ef; */

  background: #ffffff;
  border-color: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  /* background: #33a6ef; */
  background: #ffffff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/* .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
} */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.input-field-box .col-5{padding: 20px 0;border: 1px solid #c7c7c7;padding-left: 50px;}
.input-field-box .col-5:last-child{margin-bottom: 0;margin-bottom: 30px;}
.input-field-box > .flex-box{margin: 0 -20px;}
.input-field-box > .flex-box .outer-box{width: 50%;padding: 0 20px;}
.input-field-box > .flex-box .outer-box .col-5{width: 100%;}
.input-field-box > .flex-box .outer-box .col-5 .control input{width: 0;}
.our-office-section .heading-box{border-top: 2px solid #efefef;padding-top: 150px;margin-top: 150px;margin-bottom: 150px;}
.our-office-section .heading-box h2{color: #000;margin-top: 20px;}
.our-office-section .heading-box p{color: #949494;text-transform: uppercase;letter-spacing: 1px;font-family: 'Pelita Std Bold';}
.our-office-section .flex-box .add-box{width: calc(100% / 5);padding-right: 3%;}
.our-office-section .flex-box .add-box h5{font-family: 'Pelita Std Regular';font-size: 27px;color: #000;margin-bottom: 30px;}
.our-office-section .flex-box .add-box p{font-family: 'Pelita Grande Std Regular';font-size: 22px;color: #818686;margin-bottom: 30px;line-height: 1.4;}
.button-box{text-align: right;}
.button-box button{border: 1px solid #42a5f5;padding: 20px 20px 20px 55px;width: 200px;text-align: left;font-size: 25px;color: #fff;font-family: 'Pelita Std Bold';position: relative;background-color: #42a5f5;border-radius: 50px;transition: .2s cubic-bezier(.42,0,.21,1.19);cursor: pointer;}
.button-box button::after{content: '';position: absolute;background: url(../images/shape.png) no-repeat center;width: 32px;height: 17px;top: 40%;transition: .2s cubic-bezier(.42,0,.21,1.19);opacity: 0;right: 40px;}
.button-box button:hover{padding-left: 35px;}
.button-box button:hover::after{right: 30px;opacity: 1;}
.social-list-section{padding-bottom: 0;}
.google-ranking-section .heading-box h4{font-family: 'Pelita Grande Std Regular';font-size: 33px;line-height: 1.4;color: #000;width: 85%;}
.social-result-text .heading-box h2{width: 50%;line-height: 1.1;}
ul.social-result-list{margin-top: 100px;}
ul.social-result-list li h2{font-size: 120px;color: #333333;position: relative;font-family: 'Pelita Std Regular';}
ul.social-result-list li h2 span{position: absolute;font-size: 69px;top: -16px;}
ul.social-result-list li{width: calc(100% / 3);}
ul.social-result-list li p{font-size: 18px;color: #767676;position: relative;font-family: 'Pelita Grande Std Regular';}
.social-result-section{margin-bottom: 200px;}
.brading-list-box .heading-box p strong{display: block;color: #fff;font-family: 'Pelita Grande Std Bold';margin-bottom: 15px;}
.bbt-luxury-section{margin: 200px 0 0 0;}
.bbt-luxury-box .heading-box h2{color: #000000}
.bbt-luxury-box .heading-box > p{color: rgb(167, 167, 167);text-transform: uppercase;font-family: 'Pelita Std Bold';font-size: 16px;margin-bottom: 20px;}
.bbt-luxury-box .heading-box{width: 60%;}
.bbt-luxury-box .flex-box{justify-content: space-between;}
.bbt-luxury-img img{max-width: 453px;width: 100%;}
.bbt-luxury-box .heading-box ul.list-box{margin-top: 120px;}
.bbt-luxury-box .heading-box ul.list-box li{width: calc(100% / 2);}
.bbt-luxury-box .heading-box ul.list-box li h2{font-size: 100px;margin-bottom: 20px;}
.bbt-luxury-box .heading-box ul.list-box li p{font-size: 30px;}
.bbt-luxury-box .heading-box ul.list-box li:nth-child(-n+2){margin-bottom: 80px;}
.bbt-car-box{text-align: center;margin-top: 150px;}
.bbt-car-box img{max-width: 980px;width: 100%;}
.bbt-luxury-slider-section{margin-top: 50px;margin-bottom: 200px;}
.bbt-luxury-butten{margin-top: 100px;padding-left: 310px;}
.bbt-luxury-butten a{font-family: 'Pelita Std Bold';font-size: 21px;color: #fff;background-color: #000;width: 250px;border: 1px solid #000;transition: ease-in-out .2s;padding: 25px 0; text-align: center;display: block;text-transform: uppercase;letter-spacing: 1px;}
.bbt-luxury-butten a:hover{background-color: #fff;color: #000;}
.bbt-luxury-slider-section .wallpapper-silder-box img{border: 20px solid #f5f6f6;}
.google-ranking-section ul.list-box li{width: calc(100% / 2);}
.google-ranking-section ul.list-box{padding-bottom: 100px;border-bottom: 1px solid #e6e6e6;margin-bottom: 0;}
.social-impact-list {padding: 0;margin: 200px 0;}
/* .social-impact-list .impressiveImpactContTop{padding: 0;} */
.social-impact-list .impressiveImpactData ul li{width: calc(100% / 3);}
.social-impact-list .impressiveImpactData ul li:first-child{text-align: left;}
.social-impact-list .text-box h2{font-family: 'Pelita Std Regular';font-size: 70px;color: #333333;width: 50%;}
.social-impact-list .impressiveImpactContTop{margin-bottom: 100px;}
.social-section{margin-top: 0;}
ul.list-box.mobile-list li{width: calc(100% /2);}
ul.list-box.mobile-list li:nth-child(-n+2){margin-bottom: 140px;}
ul.list-box.mobile-list {margin-bottom: 70px;}
ul.list-box.mobile-list li p{width: 87%;}
.conboy-app-section .heading-box p{font-size: 25px;color: #0d0d0d;line-height: 1.455;}
.impact-section .heading-box p{  color: rgb(54, 53, 53);line-height: 1.571;}
.google-ranking-section .heading-box p{letter-spacing: 3px;}
.mobile-app-ranking-section.google-ranking-section ul.list-box li{width: calc(100% / 3);}
.mobile-app-ranking-section.google-ranking-section ul.list-box li h4{font-size: 30px;}
.google-ranking-section ul.list-box li img{max-height: 70px;}
.mobile-app-ranking-section.google-ranking-section ul.list-box li img{height: 60px;object-fit: contain;}
.mobile-app-ranking-section.google-ranking-section ul.list-box,.google-ranking-section.seo-ranking-section ul.list-box,.google-ad-ranking-section ul.list-box{border-bottom:none}
.google-ad-ranking-section ul.list-box li{width: calc(100% / 3);}
.bbt-img-1{max-width: 710px;width: 100%;}
.bbt-sell-plan .vybeCultureTop{margin-bottom: 0;}
.input-field-box > .flex-box .outer-box .col-5.active{    background-color: #000000;box-shadow: 0px 15px 30px rgb(0 0 0 / 40%);border-color: #1a1a1a;}
.input-field-box > .flex-box .outer-box .col-5.active label{ color: #ffffff; }
.cantact-us-section .text-box h5 a{text-decoration-color: #000 !important;}
.whatWeDoLeft ul li > ul {padding-left: 15px;padding-top: 20px;}
.whatWeDoLeft ul li > ul li{position: relative;}
.whatWeDoLeft ul li > ul li::after{
  content: '';
  position: absolute;
  background-color: #aaaabc;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 7px;
left: -10px;
}






/* amazon css  */

.amazon-banner{
  /* background-color: #fe9a04; */
}
.profileamazon header{
  background-color: #fe9a04;
}
.amazon-seller-section img{
  margin-top: -300px;
}
.amazon-read-section .red-box .col-5:first-child{
  margin-top: 300px;
}
.amazon-read-section .red-box .col-5{padding: 0 20px;}
.amazon-read-section .red-box .col-5 img{
  max-width: 630px;
  border: 10px solid #fff;
  padding: 0;
}
.whyamazon{position: relative;padding-bottom: 300px;background-color: #eaeced;}
.whyamazon::after{
  content: '';
  position: absolute;
  background: url(../images/amazon-page-img-6.png) no-repeat center;
  width: 574px;
  height: 682px;
  right: 330px;
  bottom: 0;
}
.amazon-emaler-section{
  background-color: #182744;
  margin: 0 !important;
  padding: 140px 0;
}
.amazon-emaler-section .beauty-img-box > .flex-box .col-3 img{
  max-width: 409px;
  padding: 0 15px;
}
.amazon-wallpaper-section{
  background-color: #182744;
  margin-top: 130px;
}
.amazon-wallpaper-section .bbt-wallpaper-silder .wallpapper-silder-box{margin-bottom: 50px !important;}
.amazon-emaler-section.mobile-resp-section .heading-box h2,.amazon-emaler-section.mobile-resp-section .heading-box p{color: #fff;}
.amazon-sellergrey-section{
  padding: 150px 0;
  margin-bottom: 0 !important;
}
.amazon-sellergrey-section.read-section .text-box{margin-bottom: 400px;}
.amazon-sellergrey-section.read-section .col-5:last-child img{margin-top: 250px;}
.amazon-start-section{
  background-color: #182744;
  padding: 150px 0;
}
.amazon-start-section .img-box{text-align: center;}
.amazon-start-section .img-box img{
  max-width: 1287px;
  width: 100%;
}
.fire-section{
  background: url(../images/amazon-page-img-24.jpg) no-repeat top;
  background-color: #ffffff; 
  text-align: center;
  padding-top: 200px;
}
.fire-section .head-img img{
  max-width: 499px;
  width: 100%;
}
.fire-section .win-slick-img img{
  max-width: 1290px;
  width: 100%;
}
.fire-section .remote-img{
  margin-top: 500px;
  margin-bottom: 80px;
}
.fire-section .remote-img img{
  max-width: 1480px;
  width: 100%;
}





/* -----------------simon-css  */


/* .profilesimon .profileBanner{background-color: #281d4c;} */



.profilesimon header{background-color: #281d4c;}

.simon-market-sec{
  padding: 150px 0;
  background-color: #281d4c;
}
.simon-market-sec234{margin-bottom: 150px;}
.simon-market-sec .whyVybeBottomImg img{  box-shadow: 5px 8.66px 50px 0px rgba(13, 8, 30, 0.25);}

.simon-market-sec .whyVybeBottomText ul.tab-list li::after{
  background: url(../images/simon-icon-1.png) no-repeat center;
  width: 31px;
  height: 35px;
}
.simon-market-sec .whyVybeBottomText ul.tab-list li:nth-child(2)::after{
  background: url(../images/simon-icon-2.png) no-repeat center;
  width: 36px;
  height: 32px;
}
.simon-market-sec .whyVybeBottomText ul.tab-list li:nth-child(3)::after{
  background: url(../images/simon-icon-3.png) no-repeat center;
  width: 29px;
  height: 27px;
}
.simon-market-sec .whyVybeBottomText ul.tab-list li:nth-child(4)::after{
  background: url(../images/simon-icon-4.png) no-repeat center;
  width: 35px;
  height: 25px;
}
.simon-sell-plan{
  background-color: #281d4c;
}
.simon-sell-plan .vybeCultureTop{
  text-align: center;
  /* background-color: #281d4c; */
  margin-bottom: 0;
}
.simon-sell-plan .vybeCultureTop img{
  max-width: 1211px;
  width: 100%;
}
.bbt-zero-section.simon-zero-section .zero-img-section{
  margin: -160px -20px 0 -20px;
}
.bbt-zero-section.simon-zero-section .zero-img-section .img-box{
  width: 50%;
  padding: 0 20px;
  
}
.bbt-zero-section.simon-zero-section .zero-img-section .img-box img{
  max-width: 643px;
}
.bbt-zero-section.bbt-zero-section .zero-img-section .img-box img:nth-child(-n+2){
margin-bottom: 55px;
}
.bbt-zero-section.bbt-zero-section .zero-img-section .img-box:last-child img:last-child{margin-top: 55px;}



















/* --------------blog-css--------------- */
.blog-section{
background-color: #000;
width: 100%;
}
.blog-heading-sec{
padding-top: 200px;
}
.blog-heading-sec .heading-box{
text-align: center;
padding-bottom: 230px;
border-bottom: 1px solid #1a1a1a;
}
.blog-heading-sec .heading-box p{
font-size: 13px;
color: #c9c9c9;
font-family: 'Pelita Std Regular';
text-transform: uppercase;
letter-spacing: 2px;
}
.blog-heading-sec .heading-box p span{color: #6d6d6d;}
.blog-heading-sec .heading-box h1{
font-size: 75px;
font-family: "Pelita Std Regular";
color: rgb(255, 255, 255);
line-height: 1.16;
margin-top: 40px;
}
.blog-bottom-sec{
margin-top: 250px;
padding-bottom: 200px;
}
.blog-bottom-sec .heading-box h2{
margin-bottom: 50px;
background: #EE5916;
background: -webkit-linear-gradient(to right, #EE5916 0%, #b11ce7 100%);
background: -moz-linear-gradient(to right, #EE5916 0%, #b11ce7 100%);
background: linear-gradient(to right, #EE5916 0%, #b11ce7 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1.1;

}
.blog-bottom-sec .heading-box p{
line-height: 1.423;
}
.blog-bottom-sec ul.blog-link-list{
margin: 0 -35px;
margin-top: 100px;
}
.blog-bottom-sec ul.blog-link-list li{
padding: 0 35px;
width: calc(100% / 2);

}
.blog-bottom-sec ul.blog-link-list li a{
font-size: 40px;
font-family: "Pelita Std bold";
color: rgb(255, 255, 255);
border-top: 1px solid #1a1a1a;
display: block;
padding: 40px 0;
position: relative;
overflow-x: hidden;
}
.blog-bottom-sec ul.blog-link-list li:last-child a{border-bottom: 1px solid #1a1a1a;}

.blog-bottom-sec ul.blog-link-list li a::after{
content: '';
position: absolute;
background: url(../images/arrow-big.png) no-repeat center;
width: 76px;
height: 20px;
top: 50%;
right: 26px;
transform: translateY(-50%);
transition: cubic-bezier(1,-0.57,.6,1.34) .3s;
opacity: .5;

}
.blog-bottom-sec ul.blog-link-list li a:hover::after{
right: 0;
opacity: 1;
}
.top-blogs-section{
background-color: #fff;
width: 100%;
margin: 150px 0;
}
.top-blog-list h3{
font-size: 54px;
font-family: "Pelita Std bold";
color: rgb(0, 0, 0);
margin-bottom: 60px;
display: inline-block;
position: relative;
}
.top-blog-list h3::after{
content: '';
position: absolute;
background: url(../images/arrow-sl-3.png) no-repeat center;
width: 38px;
height: 48px;
right: -80px;
top: 0;
-moz-animation: bounce 3s infinite;
-webkit-animation: bounce 3s infinite;
animation: bounce 3s infinite;
}
@-webkit-keyframes bounce {
0%,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}

@keyframes bounce {
0%,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
animation-timing-function: cubic-bezier(.755, .05, .855, .06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0)
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0)
}
}
.top-blog-list{
padding-bottom: 120px;
margin-bottom: 120px;
border-bottom: 2px solid #000;
}
.top-blog-list:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
ul.blog-list li{
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #e5e5e5;
position: relative;
transition: cubic-bezier(1,-0.57,.6,1.34) .4s;
}
ul.blog-list li:hover{
padding-left: 50px;
}
ul.blog-list li:hover::after{
opacity: 1;
}
ul.blog-list li::after{
content: '';
position: absolute;
background: url(../images/arrow-sl-2l.png) no-repeat center;
width: 28px;
height: 20px;
left: 0;
top: 9px;
transition: cubic-bezier(1,-0.57,.6,1.34) .4s;
opacity: 0;
}
ul.blog-list li a{
font-size: 32px;
font-family: "Pelita Std Regular";
color: rgb(0, 0, 0);
line-height: 1.063;
}
ul.blog-list li:last-child{margin-bottom: 0;}
.top-blog-list ul.blog-list{margin-bottom: 60px;}
a.btn{
font-size: 16px;
font-family: "Pelita Std bold";
color: rgb(255, 255, 255);
padding: 25px 0;
padding-left: 35px;
display: inline-block;
width: 240px;
background-color: #000;
border: 1px solid #000;
letter-spacing: 2px;
transition: ease-in-out .2s;
position: relative;
}
a.btn::after{
content: '';
position: absolute;
background: url(../images/arrow-sl.png) no-repeat center;
width: 24px;
height: 12px;
right: 30px;
top: 50%;
transform: translateY(-50%);
transition: cubic-bezier(1,-0.57,.6,1.34) .3s;
opacity: 0;
}
a.btn:hover{background: #fff;color: #000;}
a.btn:hover::after{
right: 15px;
opacity: 1;
}
.blog-black-section{
padding: 180px 0;
background-color: #000;
margin-bottom: 150px;
}
.blog-cate-section{margin-bottom: 170px;}
.blog-cate-section .heading-box h2{color: #000;}
ul.cate-list-box{
margin: 0 -30px;
margin-top: 120px;
}
ul.cate-list-box li{
padding: 0 30px;
width: calc(100% / 4);
}
ul.cate-list-box li .cate-box{
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
padding: 40px 30px;
height: 100%;
display: flex;
flex-wrap: wrap;
align-content: space-between;
}
ul.cate-list-box li .cate-box h4{
font-size: 38px;
font-family: "Pelita Std bold";
color: rgb(0, 0, 0);
line-height: 1.263;
margin-bottom: 60px;
}
ul.cate-list-box li .cate-box a{
font-size: 16px;
font-family: "Pelita Std bold";
color: rgb(255, 255, 255);
padding: 25px 0;
padding-left: 35px;
display: inline-block;
width: 100%;
background-color: #000;
border: 1px solid #000;
letter-spacing: 2px;
position: relative;
transition: ease-in-out .2s;
}

ul.cate-list-box li .cate-box a:hover{
background-color: #fff;
color: #000;
}
ul.cate-list-box li .cate-box a::after{
content: '+';
position: absolute;
color: #fff;
font-size: 22px;
font-family: "Pelita Std bold";
top: 20px;
right: 40px;
transition: ease-in-out .2s;
}
ul.cate-list-box li .cate-box a:hover::after{color: #000;}
.blog-contact-section{
background-color: #f9f9f9;
padding: 180px 0;
}
.blog-contact-section .heading-box h3{
font-size: 54px;
font-family: "Pelita Std bold";
color: rgb(0, 0, 0);
line-height: 1.111;
margin-bottom: 30px;
}
.blog-contact-section .heading-box p{
font-size: 29px;
color: rgb(13, 13, 13);
line-height: 1.379;
text-align: justify;
}
.blog-contact-section .flex-box{
justify-content: space-between;
}
.blog-contact-section .flex-box img{width: 100%;}
.blog-contact-form{
background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
padding: 35px 30px;
}
.blog-contact-form h4{
font-size: 45px;
font-family: "Pelita Std bold";
color: rgb(0, 0, 0);
margin-bottom: 30px;
}
.blog-contact-form .input-box input,.blog-contact-form .input-box textarea{
width: 100%;
border: none;
padding: 20px 25px;
background-color: #ececec;
border-radius: 7px;
font-size: 22px;
font-family: "Pelita Std Regular";
color: rgb(41, 41, 41);
}
.blog-contact-form .input-box {
margin-bottom: 10px;
}
.blog-contact-form button{
font-size: 16px;
font-family: "Pelita Std bold";
color: rgb(255, 255, 255);
padding: 20px 15px;
display: inline-block;
width: 60%;
background-color: #000;
border: 1px solid #000;
letter-spacing: 2px;
position: relative;
transition: ease-in-out .2s;
text-align: center;
cursor: pointer;
margin-top: 20px;
}
.blog-contact-form button:hover{
color: #000;
background-color: #fff;
}
.blog-section .blog-date p.date{
margin-right: 60px;
padding-left: 0;
position: relative;
}
.blog-detail-section .heading-box{
text-align: left;
padding-left: 200px;
position: relative;
}
.blog-section .blog-date p.date::after{
content: '';
position: absolute;
background: url(../images/Forma.png) no-repeat center;
width: 16px;
height: 16px;
top: -3px;
left: 0;
}
.blog-detail-section a.bk-btn{
	width: 28px;
	height: 28px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	transition: ease-in-out .2s;
}
.blog-detail-section a.bk-btn:hover{opacity: 1;}
.blog-img-section img{
	width: 100%;
	max-width: 1920px;
}
.blog-contact-inner ul.point-list{margin-bottom: 120px;}
.blog-contact-inner ul.point-list li{
	font-size: 34px;
	font-family: "Pelita Std Regular";
	color: rgb(0, 0, 0);
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
.blog-contact-inner ul.point-list li::after{
	content: '';
	position: absolute;
	background-color: #000;
	width: 3px;
	height: 3px;
	top: 15px;
	left: 0;
}
.blog-detail-contact-section{background-color: #fff;}
.blog-detail-contact-section .heading-box p{
margin-bottom: 40px;
font-family: 'Lato';
font-size: 25px;
font-weight: 300;
line-height: 1.633;
}
.blog-detail-contact-section .heading-box h5{
font-size: 54px;
font-family: "Pelita Std bold";
color: rgb(0, 0, 0);
margin-bottom: 30px;
}
.blog-detail-contact-form{
position: sticky;
top: 50px;

}
.blog-detail-cate-section{background-color: #000;padding: 180px 0;}
.blog-detail-cate-section .blog-cate-section .heading-box h2{color: #fff;}

.blog-detail-cate-section ul.cate-list-box li .cate-box h4{color: #fff;}
.blog-detail-cate-section ul.cate-list-box li .cate-box{background-color: #383838;}

.blog-detail-cate-section .blog-cate-section{margin-bottom: 0;}
.blog-continue-section{
	background-color: #f7f7f7;
	padding: 180px 0;
}
.blog-continue-list-section .heading-box h2{color: #000;}
.blog-continue-list-section .heading-box{margin-bottom: 100px;}
.continue-list-box .black-text h5{
	font-size: 12px;
	font-family: "Pelita Std bold";
	color: rgb(255, 255, 255);
	background-color: #000;
	border-radius: 50px;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
}
.continue-list-box{
	align-items: flex-start;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #dedede;
	position: relative;
}
.continue-list-box h3{
	font-size: 38px;
	font-family: "Pelita Std Regular";
	color: rgb(0, 0, 0);
	line-height: 1.237;
	padding-left: 20px;
}
.continue-list-box a{
	width: 70%;
	display: inline-block;
}
.continue-list-box .black-text{margin-top: 10px;min-width: 156px;}
.continue-list-box::after {
    content: '';
    position: absolute;
    background: url(../images/arrow-sl-2l.png) no-repeat center;
    width: 28px;
    height: 20px;
    right: 20px;
    top: 10px;
    transition: cubic-bezier(1,-0.57,.6,1.34) .4s;
    opacity: 0;
}
.continue-list-box:hover::after{opacity: 1;right: 0;}
.blog-landing-sec.aboutBannerCont h2{max-width: none;margin-bottom: 200px;}
.latest-blog-section{margin: 140px 0;}
.latest-blog-box .text-box h4{
	font-size: 15px;
	font-family: "Pelita Std";
	color: rgb(148, 148, 148);
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.latest-blog-box .flex-box{justify-content: space-between;align-items: flex-start;}
.latest-blog-box .text-box h2{
margin-bottom: 35px;
}
.latest-blog-box .text-box p{
color: rgb(116, 116, 116);
line-height: 1.333;
width: 90%;
}
.latest-blog-box ul.point-list{margin-top: 50px;}
.latest-blog-box ul.point-list li{
	margin-bottom: 25px;
	padding-left: 20px;
	position: relative;
}
.latest-blog-box ul.point-list li::after{
	content: '';
	position: absolute;
	background-color: #191a1a;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 12px;
	left: 0;
}

.latest-blog-box ul.point-list li a{
	color: rgb(125, 125, 125);
	font-size: 25px;
	font-family: 'Pelita Std Regular';
	transition: ease-in-out .2s;
}
.latest-blog-box ul.point-list li a:hover{
	color: #42a5f5;
}
.latest-blog-section .latest-blog-box:nth-child(even){margin: 140px 0;}
.latest-blog-section .latest-blog-box:nth-child(even) > .flex-box{
flex-direction: row-reverse;
}
.latest-blog-section .latest-blog-box:nth-child(even) > .flex-box .col-5{padding-left: 140px;}
.latest-blog-section .latest-blog-box:nth-child(even) > .flex-box .col-5 .text-box p{width: 100%;}
.latest-blog-section .latest-blog-box .center{text-align: center;}
ul.point-list li {
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
ul.point-list li::after {
  content: '';
  position: absolute;
  background-color: #42a5f5;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
ul.point-list {
  margin-top: 20px;
}









/* --------------blog-css--------------- */
@media only screen  and (max-width: 1900px){
.wrapper-padding,.bbt-mobile-app-section .bbt-mobile-text-box,.whatWeDoCont,.bbt-lean-section .whyVybeBottom,.impressiveImpactCont,.vybeCultureMid{padding-left: 80px;padding-right: 80px;}
.bbt-lean-section .whyVybeBottomText ul.tab-list{margin-top: 50px;}
.bbt-lean-section .whyVybeBottomText ul.tab-list li{margin-bottom: 25px;}
.bbt-lean-section .whyVybeBottomText{padding-left: 8%;top: 80px;}
.vybeCulture.discover-section{padding-bottom: 190px;}
.bbt-zero-section h2{margin-bottom: 30px;}
.bbt-wallpaper-silder .wallpapper-silder-box img{max-width: 800px;}
.bbt-wallpaper-section p{width: 95%;}
.bbt-founder-box h2{font-size: 32px !important;margin: 40px 0 30px;}
.bbt-founder-box .col-5{width: 60%;}
.whyVybeBottomText h2{line-height: 1.2;}
.vybeCulture{padding: 120px 0;}
.menuCont{padding-top: 25px;}
.whatWeDoLeft h2{font-size: 16px !important;}
.huromCultureMid{padding: 0 0 120px 0;}
.hurom-experience-section p{width: 60%;}
.blazingFastCont ul li h2{font-size: 25px !important;}
.moreWork{padding-bottom: 200px;}
.blazingFastCont{padding: 0 120px;}
.beauty-img-box > .flex-box .col-3 img{padding: 0 30px;}
.mobile-resp-img-box.beauty-img-box > .flex-box .col-3 img{padding: 0;}
.bbt-wallpaper-section .wrapper-container{padding-left: 0;}
}
@media only screen  and (max-width: 1440px){
header{padding-top: 40px;}
.wrapper-padding,.bbt-mobile-app-section .bbt-mobile-text-box,.whatWeDoCont,.bbt-lean-section .whyVybeBottom,.impressiveImpactCont{padding-left: 50px;padding-right: 50px;}
.profileBannerCont{padding: 200px 0 0px;}
.whatWeDoLeft h2{font-size: 16px !important;}
.bbt-founder-box{padding: 0 30px;}
.whyVybeBottom{padding: 100px 150px 0;}
.bbt-mobile-app-section{padding: 250px 0 400px 0;}
.huromCultureMid .vybeCultureMid{padding-left: 150px;padding-right: 150px;}
.current-qtion-list h3{font-size: 20px;}
.seo-section.aboutBannerCont h2{font-size: 60px;}
.sec-heading-section .heading-box h2{font-size: 60px;}
.brading-list-box .heading-box h2{font-size: 45px !important;}
.brading-list-box .heading-box p{font-size: 22px;}
.brading-list-box{margin-bottom: 40px;padding-bottom: 80px;}
.brading-list-section{padding-bottom: 150px;}
.seo-white-section{margin: 150px 0;}
.heading-box h2{font-size: 55px !important;}
.google-ranking-section ul.list-box{margin-top: 100px;margin-bottom: 150px;}
ul.list-box li p{font-size: 18px;}
.branding-silder-section{margin-top: 150px;}
.branding-silder-section .heading-box p{font-size: 25px;}
.bonford-branding-box .col-5 img{padding: 0 30px;}
.process-section > .flex-box .col-7 h2{font-size: 100px;}
.process-section > .flex-box .col-7 h5{margin-top: 30px;}
.faq-section{padding: 150px 0;}
.profileSec{padding-top: 50px;}
.feature-section{margin-top: 150px;}
.feature-list-box .current-qtion-list-2 h3{font-size: 60px;}
.bonford-wallpapaer{height: 650px;}
.branding-silder-section{padding: 0 0 0 75px;}
.plan-section{margin: 150px 0;}
.aboutBannerCont{padding-top: 150px;}
.seo-section.aboutBannerCont h2{padding-bottom: 150px;}
.tech-section .heading-box{padding-top: 150px;margin-top: 150px;margin-bottom: 150px;}
.process-section > .flex-box{padding-top: 150px;}
.faq-section .faq-box > .flex-box h2{font-size: 55px;}
.tech-section ul.tech-list{margin-bottom: 150px;}
.faq-section .faq-box > .flex-box{padding-bottom: 150px;}
.feature-section .heading-box{margin-bottom: 50px;}
.faq-section{margin-bottom: 150px;}
.whyalluremetics .whyVybeBottomText{padding-left: 7%;padding-top: 65px;}
.whyVybeBottomText h2{font-size: 35px;}
.alluremetics-blue-section{padding: 170px 0 0 0;}
.bbt-wallpaper-section h2{font-size: 43px;line-height: 1.1;}
.cantact-us-section{margin: 120px 0;}
ul.menu-list li{margin-bottom: 25px;}
ul.menu-list li a{font-size: 50px;}
.contentsecbox .sub-menu-box{padding-bottom: 20px;margin-bottom: 20px;}
.contentsecbox .sub-menu-box ul.sub-menu-list li a{font-size: 30px;}
.cantact-us-section .text-box h1{font-size: 50px;}
.cantact-us-section .text-box h5{font-size: 25px;}
.cantact-us-section .text-box{margin-bottom: 50px;}
.contact-form-section h5{font-size: 25px;}
.contact-form-section .input-box input{font-size: 22px;}
.contact-form-section .input-box .input-field-box > h5{margin-bottom: 20px;}
.contact-form-section .input-box .input-field-box{margin-bottom: 40px;}
.our-office-section .heading-box{padding-top: 100px;margin-top: 100px;margin-bottom: 100px;}
.our-office-section .flex-box .add-box p{font-size: 20px;}



}
@media only screen  and (max-width: 1370px){
.whatWeDo{padding: 160px 0;}
.menu-box{margin-top: 100px;padding: 0 50px;}
.bbt-zero-section{padding: 150px 0 170px;}
.bbt-zero-section .zero-img-section .img-box img{padding: 20px;}
.bbt-wallpaper-section .flex-box{padding-right: 250px;}
.bbt-mobile-app-section{padding: 200px 0 350px 0;}
.bbt-mobile-app-section .bbt-mobile-text-box .img-box img{padding: 20px;}
.whyVybe{padding: 180px 0 100px 0;}
.bbt-wallpaper-section h2{line-height: 1.2;}
.bbt-sell-plan .vybeCultureTop{margin-bottom: 70px;}
.bbt-lean-section .whyVybeBottomText ul.tab-list li{font-size: 18px;}
.bbt-zero-section h2{line-height: 1.2;}
.process-section > .flex-box .col-7 h2{font-size: 90px;}
.process-list.flex-box{margin: 0 -30px;}
.process-section > .flex-box .col-7 .col-5{padding: 0 30px;}
.plan-section .heading-box p{padding-left: 80px;}
ul.list-box li h4{font-size: 25px;}
ul.list-box{margin: 0 -30px;}
ul.list-box li{padding: 0 30px;}
.sec-heading-section .heading-box{margin-bottom: 100px;}
.sec-heading-section .heading-box h5{width: 100%;}
}
@media only screen  and (max-width: 1280px){
.wrapper-padding,.bbt-mobile-app-section .bbt-mobile-text-box,.whatWeDoCont,.bbt-lean-section .whyVybeBottom,.impressiveImpactCont{padding-left: 20px;padding-right: 20px;}
.bbt-mobile-app-section{padding-bottom: 250px;}
}
@media only screen  and (max-width: 1030px){
p{font-size: 18px !important;}
.whatWeDoRight{font-size: 20px !important;}
.bbt-wallpaper-section{padding: 0 0 0 40px;}
.bbt-wallpaper-section .flex-box{padding-right: 80px;}
.bbt-wallpaper-silder .wallpapper-silder-box{margin-bottom: 160px;}
.bbt-mobile-app-section{padding-top: 150px;}
.bbt-mobile-screen.flex-box{padding: 0 90px;}
.bbt-founder-box .mobile-img{display: block;height: 200px;margin-bottom: 20px;}
.bbt-founder-box .col-4{display: none;}
.bbt-founder-box .col-5{width: 100%;padding-left: 0;}
.bbt-founder-box h2{margin: 30px 0 10px;padding-top: 30px;}
.bbt-wallpaper-section .wrapper-container{padding: 0 0 0 50px;}
.bbt-wallpaper-silder .wallpapper-silder-box img{max-width: 750px;}
.bbt-screen-section{margin: 160px 0;}
.bbt-founder-box h4{margin: 10px 0 20px;}
.profileBannerCont h1{margin: 48px auto 200px;}
.process-section > .flex-box .col-7 h5{font-size: 22px;}
.process-section > .flex-box .col-7 p{font-size: 16px !important;}
.branding-silder-section{padding: 0 0 0 100px;}
.branding-silder-section .wrapper-container{padding: 0;}
.bonford-wallpapaer{height: 530px;}
.process-list.flex-box{margin: 0 -20px;}
.process-section > .flex-box .col-7 .col-5{padding: 0 20px;}
.faq-section .faq-box > .flex-box h2{font-size: 36px;}
.current-qtion-list h3{width: 85%;}
.tech-section .heading-box{padding-top: 70px;margin-top: 70px;}
.tech-section .heading-box h2{width: 100%;}
.branding-silder-section .bbt-wallpaper-silder .wallpapper-silder-box{margin-bottom: 0;}
.web-silder-section .wallpapper-silder-box{margin-bottom: 0;}
.bonford-branding-section{margin-top: 80px;}
.plan-section{margin: 80px 0;}
.contact-form-section{width: 100%;}
.our-office-section .flex-box .add-box h5{font-size: 23px;}
.our-office-section .flex-box .add-box{width: calc(100% / 3);}


}
@media only screen  and (max-width: 925px){.bbt-wallpaper-section .col-5{width: 70%;}.contentsecbox, .overlayContent{width: 100%;}
.menu-box{margin-top: 100px;}
ul.menu-list li{margin-bottom: 15px;}
ul.menu-list li a{font-size: 25px;}
.overlayContent{margin-bottom: 50px;}
.overlay{align-items: flex-start;}
.sub-menu{overflow-y: scroll;max-height: 400px;height: 100%;}

}
@media only screen  and (max-width: 800px){
.menuCont{padding-top: 15px;}
.wrapper-padding, .bbt-mobile-app-section .bbt-mobile-text-box, .whatWeDoCont, .bbt-lean-section .whyVybeBottom, .impressiveImpactCont{padding-left: 0;padding-right: 0;}
.bbt-lean-section .whyVybeBottomText{padding-left: 4%;}
.vybeCulture{padding: 70px 0;}
.bbt-zero-section{padding: 100px 0;}
.vybeCulture.discover-section{padding: 120px 0;}
.bbt-wallpaper-section .flex-box{padding-right: 0;}
.bbt-wallpaper-section .flex-box .col-5{width: 100%;}
.bbt-wallpaper-section h2{margin-bottom: 25px;}
.bbt-wallpaper-section .wrapper-container{padding-left: 0;}
.bbt-wallpaper-silder .wallpapper-silder-box img{max-width: 650px;}
.bbt-zero-section .zero-img-section .img-box img{padding: 10px;}
.bbt-zero-section .zero-img-section .img-box{padding: 0 7px;}
.bbt-zero-section P{width: 60%;}
.bbt-mobile-screen.flex-box{padding: 0 30px;}
.profileBannerCont h2{font-size: 20px !important;}
.bbt-mobile-app-section .bbt-mobile-text-box h2{line-height: 1.2;}
.feature-section h2{width: 100%;}
.feature-section p{width: 100%;}
.faq-section{margin-bottom: 100px;}
.aboutBannerCont{padding-top: 70px;}
.seo-section.aboutBannerCont h2{padding-bottom: 100px;margin-bottom: 100px;}
.heading-box h2{font-size: 35px !important;}
.sec-heading-section > .heading-box{margin-bottom: 80px;}
.brading-list-box h3,.brading-list-box .heading-box h2,.brading-list-box .heading-box p{width: 100%;margin: 0;}
.brading-list-box .heading-box h2{margin: 25px 0;font-size: 28px !important;}
.seo-section.aboutBannerCont h2{width: 100%;}
ul.list-box{margin: 50px 0 0 0;}
ul.list-box li{width: 100%;margin: 20px 0;padding: 0;}
ul.list-box li h4{margin: 25px 0;}
.google-ranking-section ul.list-box{margin-right: 0;margin-left: 0;margin-bottom: 70px;margin-top: 50px;}
.google-ranking-section ul.list-box li:nth-child(-n+6){margin-bottom: 50px;}
.process-section > .flex-box{padding-top: 80px;}
.branding-silder-section{padding: 0 0 0 50px;}
.branding-silder-section .heading-box p{width: 95%;}
.input-field-box .col-5{padding-left: 20px;}
.web-heading-section{padding-bottom: 80px;}
.plan-section .heading-box h2{width: 100%;}
.plan-section .heading-box h2 br{display: none;}
.plan-section .heading-box p{padding-left: 20px;width: 100%;margin-top: 20px;}
.seo-white-section{margin: 80px 0;}
.branding-silder-section{margin-top: 80px;}
.control{padding-left: 40px;}
.cantact-us-section{margin: 70px 0;}
.cantact-us-section .text-box h1{font-size: 40px;}
.cantact-us-section .text-box h5{font-size: 21px;line-height: 1.2;}
.contact-form-section h5{font-size: 20px;}
.contact-form-section .input-box input{font-size: 18px;}
.contact-form-section .input-box .input-field-box > h5{margin-bottom: 10px;}
.contact-form-section .input-box input{padding-bottom: 15px;}
.input-field-box > .flex-box{margin-top: 20px;}
.our-office-section .heading-box{margin-bottom: 50px;}
.our-office-section .flex-box .add-box h5{font-size: 22px;margin-bottom: 15px;}
.our-office-section .flex-box .add-box{width: calc(100% / 3);}

}






@media only screen  and (max-width: 500px){
.menu-box{padding: 0 20px;}
.contentsecbox .sub-menu-box ul.sub-menu-list li a{font-size: 20px;}
.contentsecbox .sub-menu-box h4{font-size: 16px;margin-bottom: 7px;}
.contentsecbox .sub-menu-box h6{margin-bottom: 7px;}
.mail-list{display: none;}
p{font-size: 16px !important;}
.profileBannerCont h1{margin: 20px auto 150px;}
.profileBannerCont{padding: 150px 0 0px;}
.vybeBannerImg{height: 400px;object-fit: cover;}
.whatWeDoLeft{width: 100%;}
.whatWeDo{padding: 70px 0;}
.whatWeDoLeft li{float: left;width: 49%;}
.whatWeDoRight{width: 100%;}
.whyVybe{padding: 100px 0;}
.bbt-lean-section .whyVybeBottom{display: flex;flex-wrap: wrap-reverse;}
.bbt-lean-section .whyVybeBottomText{width: 100%;position: static;margin-bottom: 50px;}
.bbt-sell-plan{padding: 0 0 60px 0;}
.bbt-zero-section .zero-img-section{margin: 50px 0 0 0;}
.bbt-zero-section .zero-img-section .img-box{width: 100%;padding: 0 40px;}
.bbt-zero-section .zero-img-section .img-box:nth-child(2){margin-top: 0;}
.bbt-zero-section .zero-img-section .img-box:nth-child(1){margin-top: 0;}
.bbt-zero-section P{width: 100%;}
.bbt-wallpaper-silder .wallpapper-silder-box img{max-width: 350px;}
.bbt-wallpaper-silder .wallpapper-silder-box{margin: 0 10px 80px;}
.bbt-wallpaper-section{padding: 0 20px;}
.bbt-mobile-app-section{padding: 80px 0;}
.bbt-mobile-app-section .bbt-mobile-text-box .col-4:first-child{width: 100%;}
.bbt-mobile-app-section .bbt-mobile-text-box .col-4:last-child{display: none;}
.bbt-mobile-app-section .bbt-app-hand-img{top: 260px;left: 50%;transform: translateX(-50%);width: 100%;}
.bbt-mobile-app-section .bbt-app-hand-img img{width: 100%;object-fit: cover;height: 400px;object-position: left;}
.bbt-mobile-app-section{padding: 80px 0 300px;}
.bbt-screen-section{margin-top: 250px;margin-bottom: 100px;}
.bbt-mobile-screen.flex-box{padding: 0;}
.bbt-mobile-screen.flex-box .col-5 img{padding: 0 10px;}
.bbt-mobile-screen.flex-box .col-5 img:nth-child(1),.bbt-mobile-screen.flex-box .col-5:nth-child(2) img:nth-child(2){margin-bottom: 20px;}
.bbt-mobile-screen.flex-box .col-5:nth-child(1){margin-top: 15%;}
.bbt-founder-box{padding: 0;}
.bbt-founder-box h3{font-size: 20px;}
.bbt-founder-box h4{font-size: 18px;}
.bbt-founder-box h2{margin: 20px 0;}
.bbt-founder-box h2{font-size: 25px !important;}
.bbt-founder-box .mobile-img{height: 350px;object-fit: cover;width: 100%;}
.bbt-founder-box h2::after{background-size: 70%;}
.brand-white-section .process-section > .flex-box .col-3{width: 100%;margin-bottom: 50px;}
.brand-white-section .process-section > .flex-box .col-7,.process-section > .flex-box .col-7 .col-5{width: 100%;padding: 0;}
.process-list.flex-box{margin: 0;}
.process-section > .flex-box .col-7 .col-5:nth-child(-n+5){margin-bottom: 40px;}
.google-ranking-section ul.list-box{margin: 70px 0 ;}
ul.list-box li{width: 100%;padding: 0;margin-bottom: 30px !important;}
ul.list-box li:last-child{margin-bottom: 0 !important;}
ul.list-box li h4{margin: 30px 0 20px;}
.heading-box h2{font-size: 40px !important;}
.google-ranking-section .heading-box h2{width: 100%;}
.seo-white-section{margin: 70px 0;}
ul.list-box li h4{font-size: 23px;}
.branding-silder-section{margin: 70px 0;padding-left: 20px;}
.bonford-branding-section{margin-top: 70px;}
.branding-silder-section .heading-box p{margin: 40px 0 30px;width: 95%;}
.seo-section.aboutBannerCont h2{font-size: 40px;}
.heading-box h2 br{display: none;}
.heading-box h2{font-size: 25px !important;line-height: 1.2;}
.process-section > .flex-box .col-7 h5{margin-top: 20px;}
.process-section > .flex-box .col-7 h2{font-size: 70px;}
.feature-list-box .current-qtion-list-2 h3{font-size: 40px;}
.feature-list-box .current-qtion-list-2{padding: 25px 0;}
.feature-list-box .current-qtion-list-2 .faq-icon-2{font-size: 40px;}
.select-work-section .brand-feature-section.feature-section .heading-box{padding-top: 70px;}
.feature-section{margin-top: 70px;}
.feature-section .heading-box{margin-bottom: 30px;}
.faq-section{padding: 80px 0;}
.brading-list-box{margin-bottom: 40px;padding-bottom: 40px;}
.brading-list-section{padding-bottom: 80px;}
.bonford-branding-box .col-5{width: 100%;}
.sec-heading-section .heading-box p{margin-bottom: 15px;line-height: 1.2;}
.sec-heading-section > .heading-box{margin-bottom: 40px;}
.plan-section{margin-top: 30px;}
.input-field-box > .flex-box .outer-box{width: 100%;}
.our-office-section .flex-box .add-box{width: calc(100% / 1);}
.button-box{text-align: left;}
.button-box button{padding: 10px 10px 10px 35px;width: 180px;font-size: 22px;}
.button-box button::after{top: 33%;}
.our-office-section .heading-box{padding-top: 60px;margin-top: 60px;}
}
@media only screen  and (max-width: 375px){
.bbt-zero-section .zero-img-section .img-box{padding: 0 20px;}
}

