
@font-face {
    font-family:"product sans" ;
    src: url(../fonts/Product\ Sans\ Regular.ttf);
}

@font-face {
    font-family:"product sans-300" ;
    src: url(../fonts/Product\ Sans\ Light\ 300.ttf);
}
@font-face {
    font-family:"poppins-m" ;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family:"poppins-sb" ;
    src: url(../fonts/Poppins-SemiBold.ttf);
}


@font-face {
    font-family:"poppins" ;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family:"alice" ;
    src: url(../fonts/Alice-Regular.ttf);
}


@font-face {
    font-family:"product sans-b" ;
    src: url(../fonts/Product\ Sans\ Bold.ttf);
}

@font-face {
    font-family: 'Product Sans Bold';
    src: url('../fonts/Product\ Sans\ Bold.ttf');
    src:
      local('Product Sans Bold'), local('Product Sans Bold'), url('../fonts/Product\ Sans\ Bold.ttf') format('opentype');
  }
body::-webkit-scrollbar {
    width: 10px;
    border-radius: 20px;
  }
   
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }
   
  body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 20px;

   
  }
  ::-webkit-scrollbar-thumb:horizontal{
  
    background:darkgrey;
          
      border-radius: 20px;
  }
  ::-webkit-scrollbar-track:horizontal {
  
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }
  ::-webkit-scrollbar:horizontal{
   
    height: 10px;
    border-radius: 20px;
  }
  .Review-box{
    display: none;
  } 
.mobile-section-view{
    display: none;
}

html{
    scroll-behavior: smooth;
}
.scroll-circle{
    position: relative;
    animation: continue 6s linear alternate-reverse infinite;

    

}

.colorr {
	color: rgb(62, 57, 57);
	padding-bottom: 20px;
}
.kent{
   
        max-width: 79%;
        height: auto;
    
}

.home-card {
    height: 88%;
}
.custom-carousel .owl-item .item {
    transform: translate3d(0, 0, 0);
    margin: 150px 0;
}


.get-more-leads-section {
    padding: 100px 0;
    padding-bottom: 57px;
    overflow: hidden;
    padding-bottom: 43px;
}
.arrow{
    position: absolute;
    top: 64px;
    left: 2px;
    width: 21%;
}

#close{
    display: none;
}

.sub{
    display: none;
}

.word-space{
    letter-spacing:0px !important;
}
.weekly{
    position: relative; padding-left: 30px;
}
.get-weekly-txt{
    position: absolute;
    z-index: 20;
    margin-top: 20px;
    color:#5a90fa;
    font-weight: 500;
    font-size: 18px;
    left: -40px;
    font-style: italic;
    top: 90px;
}



@keyframes continue {
0%{
    transform:translateY(100px);
}

100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

}
hr{
    display: none;
}
.dotted-motion{
    width: 12px;
}
.scroll-circle{
    background: #ea4335;
    fill: #ea4335;
}
/* .green-circle {
	background: #f00;
	fill: #ea2f2f;
} */
.green-circle {
	background: #00b67a;
	fill: #00b67a;
}
.yellow-circle{
    background: #ffc90e;
    fill:#ffc90e;
}
.social-icon-box-col {
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.15), 0 1px 2px -1px rgba(0,0,0,0.15);
    padding: 10px;
     
    margin: 0px;
    border-radius: 11px;
}

.pere-cont p {
	margin-bottom: 0px;
	text-align: left;
}

.col-lg-6.col-md-6.col-12.social-icon-box-col {
	box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
	padding: 10px;
	/* margin: 0px; */
}

#ul {
	display: flex !important;
	justify-content: end;
}
.dropdown-toggle::after {
    margin-left: -1px !important;
}

.iconn {
	display: flex;
	align-items: center;
}

.letter-space{
    letter-spacing: 0px !important;
}

.last-btn{
    display:flex;
    justify-content: center;
    margin-bottom: 100px;
}

.tt{
    font-weight: 600 !important;
}

.top-roll{
    margin-top: -171px;
}

.iconn img:nth-child(1){
    margin-right: 12px;
    margin-left: 6px;
}

a.navbar-brand img {
	margin-left: 4px;
	width: 131px;
}

.need-help-text + p {
	margin-bottom: 0px;
	margin-top: -4px;
	color: #545454;
	font-family: "product sans-300";
	font-size: 16px !important;
	padding-bottom: 14px;
	font-weight: 300;
}

.social-icon-box.row.justify-content-center {
	padding-bottom: 30px;
}

.pere-cont p {
	font-size: 16px;
	font-weight: 500;
}

.pere-cont p:nth-child(1) {
	font-size: 16px;
	font-weight: 501;
}


.contact-page-h h2 {
	font-size: 40px;
	font-weight: 500;
	color: #6c757d;
	font-family: "product sans-b";
}

.contact-page-h {
	padding-top: 36px;
}

.pere-cont p:nth-child(2) {
	font-size: 14px;
	color: rgba(49, 42, 42, 0.66);
}       

.col-lg-5.col-md-5.col-12.social-icon-box-col {
	margin: 13px;
}
.vertical-dots{
 
        min-width: 100%;
        width: 20px;
        overflow: visible;
        position: relative;
        height: 105px;
    
}
.header-image-hover img{padding-bottom: 10px;}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none!important;
    border: none;
}


.hme-page .lead-left h1 {
	font-size: 31px;
	line-height: 39px;
}

span.cursor {
	display: inline-block;
	background-color: #342a2a;
	margin-left: 0.1rem;
	width: 3px !important;
	animation: blink 1s infinite;
	padding: 0px;
}
.btn-anchor{
    position: relative;
}
.btn-anchor::after{
content: '\f101';

font-family: 'FontAwesome'; 
position: absolute;
opacity:0;
transition: all 0.5s;


}

.google-review-sec span a {
	text-decoration: none;
}
.btn-anchor:hover::after{
    opacity: 1;
    padding-left: 20px;
}
.custom-nav li {
	font-size: 15px;
	padding: 5px 6px;
	height: 42px;
}

.google-review-sec a:nth-child(2) img {
	width: 271px;
	position: relative;
	top: -3px;
}

.google-review-sec span:nth-child(1) img {
	width: 75px;
	/* padding: p; */
}

.str{
    width: 35px !important;
}

.btn.btn-primary.request-btn.animated-buttonns.victoria-one {
	letter-spacing: 0px;
}

.google-review-sec span:nth-child(1) {
	color: #000;
	padding: 0px;
    text-decoration: none;
}

.google-review.mt-lg-0.mt-5 {
	padding: 68px 0px;
    padding-top: 0px;
}

.col-lg-3.col-md-3.col-12.ceenter {
	display: flex;
	justify-content: center;
}

.container-fluid.second-container.text-body-secondary.pack {
	padding-top: 64px;
	padding-left: 49px;
}

a .iconn .pere-cont p{
    text-decoration: none !important;
}

#navbarTogglerDemo02 {
	display: flex !important;
	justify-content: end;
}
.custom-nav{
    position: relative;
}
/* .custom-nav li::after{
content: '';
position: absolute;

width: 0px;
height: 1.5px;
visibility: hidden;
background: #1a73e8;
transition: all 0.3s;
}
.custom-nav li:hover::after{
visibility: visible;
width: 60px;

}
.custom-nav li:nth-child(2):hover::after{
  
    width: 100%;
  
    }
.custom-nav li:nth-child(3):hover::after{
  
    width: 100%;
  
    }
.custom-nav li:nth-child(4):hover::after{
  
    width:10%;
  
  
    }
.custom-nav li:nth-child(5):hover::after{
  
    width:100%;
  
  
    } */

    .custom-nav .nav-item::after{
        content: " ";
        width: 0%;
        display: inline-block;
        height: 2px;
        background-color: #1a73e8;
        position: relative;
        top: -21px;
        transition: 0.5s;
    }

    .dis-m{
        display:none;
    }

    .custom-nav .nav-item{
        
    }

    .custom-nav .nav-item:hover::after{
        width: 100%;
        transition: 0.5s;
    }

.request-btn{
  position: relative;
  top: 33px;
}
.Term_section .request-btn{

  top: 0;
}

.request-text {
    margin-top: 6px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
    position: absolute;
    left: 67px;
}
/*.links{
    text-decoration: none;
    color: #3a70ca;
}
.links:hover{
    text-decoration: underline;
}*/
.get-more-lead-btn a{
 width: auto;
}
.google-business-first{
    margin-top: 125px;
}
/* get-more-leads-section-css */

.lead-left h1 {
	font-weight: bold;
	padding-right: 30px;
	display: inline-block;
	line-height: 50px;
	font-family: "product sans-b";
}
.Term_section li {
    padding-left: 10px;
}
span.cursor {
  display: inline-block !important;
  background: -webkit-linear-gradient(#f018a9, #f23335, #f018a9) !important;
  margin-left: 0.1rem !important;
  width: 3px !important;
  animation: blink 1s infinite !important;
}
.lead-left h1 span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
}
.lead-left span{
    color: transparent;

}
.review-section{
    margin-top: 80px;
}
.review-section .review-text{
   padding-left: 30px;
   font-size: 18px;
   color: #5f6368;
   font-weight: 500;
}
.dotted-bg{

    margin-top: 50px;
}
.Review-box span:first-child {
    width: 122px;
    display: block;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 100px;
    align-items: center;
    text-align: center;
    margin: 0 2%;
}

 #ul .collapse{
    display: none;
 }
#ul .collapse .heit{
	display:block !important;
}


.Review-box span b{color:#0d6efd;}
.Review-box span:first-child img {

    width: 100%;
}
.Review-box span:nth-child(2) {
    /* background: red; */
    padding: 1px 20px 10px 0px;
    font-size: 14px;
    width: calc(100% - 165px);
    float: right;
    max-width: 410px;
}
.Review-box .close-btn {
    position: absolute;
    top: 30px;
    right: 10px;
    color: #fff;
    padding: 0;
    transition: all 0.5s;
    background: #b7b7b7;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}
.close-btn {
    position: absolute;
    top: -3px;
    right: 10px;

    color: black;
    border-radius:50%;
    transition: all 0.5s;


}
.footer #mc_embed_signup input#mc-embedded-subscribe {
	border: 2px solid #0d6efd;
	border-radius: 4px;
	font-size: 15px;
	color: #fff;
	background-color: #0d6efd;
	line-height: 40px;
	height: 0px;
	/* vertical-align: middle; */
	padding-bottom: 39px;
	padding-top: 0px;
}
.clear.foot {
    text-align: center;
       display: block!important;
}
.Review-box{
    position: fixed;
    bottom: 15px;
    left: 0px;
    background-color: white;
    z-index: 999;
    box-shadow: 0px 0px 5px  #dedede;
    padding: 20px 10px;
  
}
.Review-box .free-review{
    width: 30%;
    padding-right: 10px;
}
.website-review{
    text-decoration: none;
    padding-right: 20px;
}
.review-box-right{
    text-align: center;

}
.get-your-website{

    margin-top: 80px;
}
.get-your-website .center-section h1{
    font-weight: 600;

}

.get-your-left-section p{
    color: #5f6368;
}
.get-your-right-section img{
    width: 57%;
}
.are-you-ready-sec {
	margin-top: 0;
	 
}
.thank-page button a {
    color: #fff;
    text-decoration: none;
}


.compare-img .sub-head{margin-top: 10px;   margin-bottom: 0px;}

.bottom-google-review h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.review-box-perent.row h3 {
	text-align: right;
	font-size: 17px;
}

.bottom-google-review {
	padding-top: 16px;
}
.ready-section-left p{
    color: #5f6368;
}
.ready-section-btn a{
    padding: 5px 102px;
}

.star {
	padding-top: 10px;
}

.review-read-more {
	text-transform: capitalize;
	color: #808080ed;
	background: none;
	border: none;
    padding:0px;
}

.review-read-more-sibling {
	margin-bottom: 0px;
	padding-top: 20px;
}

.review-read-more-sibling span:nth-child(3){
    display:block;
    padding-left: 20px;
}

.chid-box img {
	width: 100%;
}

.perent-box .chid-box {
	width: 50%;
}

.review-read-more-sibling span:nth-child(3) {
	display: block;
	padding-left: 49px;
	margin-top: -21px;
	color: #1a73e8;
	font-size: 14px;
    padding-bottom: 9px;
}

.review-read-more-sibling span:nth-child(2) {
	/* margin-top: -22px; */
	position: relative;
	top: -10px;
	left: 10px;
	font-size: 14px;
	color: #808080d1;
}

.Google-new {
	margin-bottom: 6px;
	padding-top: 10px;
}

.review-read-more-sibling{
display: none;
}

.review-text {
	padding-top: 5px;
	color: #6d6d6d;
    margin-bottom: 0px;
}

.review-box-perent.row span {
	text-decoration: none !important;
}

.perent-box img {
	width: 100%;
}

.name .name-span {
	margin-top: -49px;
	position: relative;
	top: -10px;
	font-size: 16px;
	font-weight: 600;
}

 .review-box {
	background: #f3f3f3;
	margin: 10px;
	padding: 20px;
	border-radius: 8px;
}

.col-lg-5.col-md-5.col-12.social-icon-box-col a {
	padding: 0px;
}

.trusted-subscribe {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border: 1px solid;
	border-radius: 13px;
	width: 74%;
	margin: 0px auto;
    padding-top: 12px;
  padding-bottom: 12px;
}   

.col-lg-2.col-md-3.col-12.review-box {
	width: 23%;
    padding: 21px;
}

.review-box-perent.row {
	/* padding-left: 4px; */
	justify-content: center;
    margin-top: -13px;
}

.sliderbtn {
	padding: 9px 24px;
	background: #1a73e8;
	/* color: #fff; */
	border: none;
	border-radius: 5px;
	/* display: flex; */
	/* justify-content: center; */
}

.slider-btn-div {
	display: flex;
	justify-content: center;
	padding-top: 25px;
    margin-bottom: 30px;
}

 

 
.sliderbtn a{
    color: #fff;
    text-decoration: none;
}
.buss-img {
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.trusted-subscribe-sib {
	font-size: 20px;
	padding-top: 15px;
}
.trusted-subscribe p span {
	color: #019fe8;
	font-size: 20px;
}

.trusted-subscribe p {
	font-size: 20px;
	line-height: 34px;
	width: 69%;
	text-align: left;
	line-height: 28px;
	color: #020202;
	font-weight: 599;
	margin-bottom: 0px;
}
.pri a span {
	text-decoration: none;
	padding: 0px;
	color: #3b78e7;
}

.pri a span:nth-child(1) {
	color: #716e6e;
}
.trusr {
	font-size: 20px;
	padding-top: 24px;
	font-weight: 600;
	padding: 26px 117px;
	padding-bottom: 0px;
}

.ready-section-btn.justify-content-center.text-center {
	padding-top: 20px;
}
.custom-card{
    padding:20px;
    
margin-top: 40px;
}
.card-text{
    color: #5f6368;
    height: 225px;
}
.custom-card h5{
font-size: 18px;

}
.get-btn{
    margin-top: 41px;
}
.get-btn-two{

    margin-top: 41px;
}
.get-btn-three{
    margin-top: -8px;
}

.are-you-ready-sec .card-body {
	padding-bottom: 32px;
}
.end-btns {
	margin-top: 47px;
	padding-bottom: 17px;
}
.box-shadow-mobile{
    text-align: center;
    display: none;
}

/* trust-sec  */
.trust-section {
    padding:56px 10px; 
    background:#0d6efd; 
	font-family:inherit;}
.trust-section h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 30px; 
	font-family:inherit;
}
.trust-section p{
    font-size:18px; 
    line-height:30px; 
    font-weight:normal;}
.trust-section a.btn {
    background: #fff;
    padding: 7px 50px;
    border-radius: 4px;
    color: #222;
	margin:40px auto 0;
	font-family:inherit;
  
    font-weight: bold;
}
.trust-section a{text-decoration: none;}

/* bestselling-book */
.bestselling-book {
    background: #f8f9fa;
    padding: 85px 0;
}

.bestselling-book p {
    font-size: 16px;
    line-height: 27px;
    margin: 20px 0;
}

.need-help-text {
	margin-top: 67px;
	font-size: 27px;
	/* font-weight: 156; */
}
.map-sec{
    margin-top: 60px;
}
.need-help-section{
    margin-top: 90px;
}
.need-help-section p{
    font-size: 18px;
}
.footer-section{
    background: #f8f9fa;
    margin-top: 50px;
}
.footer-logo{
    padding: 10px 0px 10px;
}
.footer-link{
    display: flex;
  flex-wrap: wrap;
    align-items: center;
    padding: 20px 10px 10px;
}
.footer-link a{
    color: #7f7f7f;
    text-decoration: none;
    font-weight: 500;
  
}
.footer-link a:hover{
    text-decoration: underline;
    color: #7f7f7f;


}
.footer-link li{
    list-style: none;
    margin-right: 30px;
}
.footer-link li:nth-child(4){
  
  margin-right: 0px;
}

.footer-link li img{ width: 22px; margin-right: 20px; vertical-align: bottom;}

/* we-design-redesign */
.request-section{
    margin-top: 50px;
}
.number li{
list-style: none;
margin-right: 120px;
margin-top: 10px;


}
.Request-weekly{
 position: relative;
 top: -35px;   
}
.number li a{
    text-decoration: none;
    font-weight: 500;
}
.get-more-text h1{
    font-size: 46px;

}
.get-more-result{
    margin-top: 120px;
}
.get-more-text p{
    color: #5f6368;
}
.after-btn-dott{
    margin-top: 80px;
}
.home-links{
    margin-top: 60px;
}
.home-links a{
    color: #5f6368;
    text-decoration: none;
    font-weight: 500;
}
.home-links a:hover{
    color:black;
    text-decoration: underline;
    
}

.container.mod-agency p {
	text-align: center;
	color: #1a73e8;
	font-size: 20px;
	font-weight: 600;
	font-family: "product sans-b";
	padding-top: 10px;
	 
	margin-bottom: 0px;
}
.home-links a:nth-child(3){
    color: black;
    text-decoration: none;
    font-weight: 500;
}
.Exceptional-text h2{
    font-weight: bold;
}
.Exceptional-text p{
    color: #5f6368;
}
.website-design-section{
    background: #efefef;
}

.heading_title h1{
    font-weight: 400;

}
.portfolio_sec{
    background: #efefef;
    padding: 40px 10px 10px;
    margin-top: 38px;
}

/* web-design-section-css */
.port_pag .page-item {
    padding: 0 5px;
}
.tab-button.active {
	border: 1px solid black;
	border-radius: 0px !important;
}

.port_pag .page-link:hover,
.port_pag .page-link:focus {
    background-color: transparent;
    box-shadow: none;
}
.buttonWrapper button {
	background: transparent;
	border: none;
}
.port_pag .page-item.active .page-link {
    background-color:#1a73e8;
    border-radius: 50%;
    color: #222;
    height: 34px;
    line-height: 26px;
    width: 34px;
}

.html-wordpress-box-content .col-lg-7.col-md-7.col-7 {
	padding: 0px;
}

.port_pag .page-link {
    border: 0;
    color: #222;
    font-family: Roboto;
}

.b img {
	width: 78%;
}

.port_pag #previous-page,
.port_pag #next-page {
    padding: 0 15px;
}

.port_work.dif_port {
    align-items: center;
    display: flex;
    height: 17em;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
}

.port_work.dif_port figcaption .port_title {
    padding: 0px;
}

.port_work.dif_port .port_link {
    min-height: 185px;
}
 .lb-outerContainer{
    width: 991px !important;
    height: 100%!important;

}
.lb-container .lb-image{
    width: 991px !important;
    height: 100%!important;
}
#portfolio.logo_port .portfolio-item {
    margin-bottom: 6px;
    padding: 0 3px;
}

#portfolio.logo_port .portfolio-wrap {
    border-width: 0;
}

#portfolio.logo_port .portfolio-item figure.dif_port {
    height: auto;
}

#portfolio .portfolio-wrap {
    background: radial-gradient(ellipse at center, #fff 0%, #e1e1e1 100%);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#portfolio .portfolio-wrap ins.adsbygoogle {
    height: 342.56px !important;
}

#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

#portfolio .portfolio-item figure {
    background: radial-gradient(ellipse at center, #fff 0%, #e1e1e1 100%);
    overflow: hidden;
    height: auto;
    position: relative;
    border-radius: 0;
    margin: 0;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #ffcf00;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    border-radius: 0 0 3px 3px;
    display: none;
    height: 90px;
    padding: 30px;
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	 margin: 15px;
     padding: 0px;
	height: 61px;
	border-radius: 0px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #000 !important;
     padding: 0px;
	height: 61px;
	border-radius: 0px !important;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #ffcf00;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#portfolio .portfolio-item figure.dif_port {
    align-items: center;
    display: flex;
    height: 17em;
    justify-content: center;
    overflow: hidden;
}

#web_design .lb-outerContainer,
#landing_page .lb-outerContainer,
#flyer .lb-outerContainer,
#home_page .lb-outerContainer,
#portfolio_bs .lb-outerContainer {
    background-color: transparent !important;
    height: 100% !important;
    width: 900px !important;
}

#web_design .lb-container,
#landing_page .lb-container,
#flyer .lb-container,
#home_page .lb-container {
    background: radial-gradient(ellipse at center, #fff 0%, #e1e1e1 100%);
    margin: 0 15px;
}

#web_design .lb-image,
#landing_page .lb-image,
#flyer .lb-image,
#home_page .lb-image,
#portfolio_bs .lb-image {
    height: auto !important;
    width: 100% !important;
}

#logo_design .lb-outerContainer,
#business_card .lb-outerContainer {
    background: radial-gradient(ellipse at center, #fff 0%, #e1e1e1 100%);
}

#logo_design .lightbox .lb-image,
#business_card .lightbox .lb-image {
    border: 6px solid transparent;
    background: radial-gradient(ellipse at center, #fff 0%, #e1e1e1 100%);
    box-sizing: unset;
}

#logo_design .lightbox,
#business_card .lightbox {
    position: fixed;
    top: 40px !important;
}

#business_card #portfolio .portfolio-item figure:hover .link-preview,
#portfolio_bs #portfolio .portfolio-item figure:hover .link-preview,
#logo_design #portfolio .portfolio-item figure:hover .link-preview,
#flyer #portfolio .portfolio-item figure:hover .link-preview,
#portfolio_mbl #portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 14px);
}
.pagination_area .page-item:first-child .page-link,
.pagination_area .page-item:last-child .page-link {
    background-color: #00aeef;
    border-radius: 0.2rem;
    color: #fff;
}

.pagination_area .page-item:first-child .page-link:hover,
.pagination_area .page-item:last-child .page-link:hover {
    background-color: #ffcf00;
    color: #222;
}

.pagination_area .page-item.active .page-link,
.pagination_area .page-item:hover .page-link {
    background-color: transparent;
    color: #222;
    border: 0;
}

.pagination_area .page-item .page-link {
    color: #44afe5;
    border: 0;
    cursor: pointer;
    font-family: OpenSans;
    font-size: 15px;
}

.docs {
	position: relative;
	top: -2px;
	left: -4px;
}

.are-you-ready-sec.mt-0 {
	padding-top: 87px;
	padding-bottom: 52px;
	margin-bottom: 89px;
}

.are-you-ready-sec .container.mod-agency h2 {
	text-align: center;
	content: ;
	color: #1a73e8;
	font-size: 39px;
	font-weight: 800;
	padding: 0px 149px;
	font-family: "product sans-b";
}
.animate-border {
	background: linear-gradient(to right, rgba(255, 255, 255, .0), #de0047, rgba(255, 255, 255, .0));
	display: block;
	height: 2px;
	margin-top: 15px;
	position: relative;
	width: 220px;
	margin: 0 auto;
}

.animate-border::after {
	animation: animborder 6s linear infinite;
	bottom: -6px;
	border: 7px solid #de0047;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 10px;
	-webkit-animation: animborder 6s linear infinite;
	/* background: #de0047; */
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(220px);
        transform: translateX(220px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(220px);
        transform: translateX(220px);
    }
}
/* not-sure sec */
/*.not-sure-sec .get-more-lead-btn a{
background: #ffc504;
    border-color: #ffc504;
    color: #000;
    font-weight: 600;
    width: max-content;
}*/

/* faq-section-css */
.faq-section{
    background: #edefee;
    margin-top: 0px;
    padding-bottom: 85px;
}

.fAQ-right h3{
    font-weight:bold;
    font-size: 42px;
    margin-top: 40px;

}
.fAQ-right h5{
    font-weight:bold;
    font-size: 17px;

}
.custom-header{
    background: #ccc!important;
}
.custom-header:focus{
    background: #ccc!important;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background: #fff!important;
}



.none .chid-box-cont p:nth-child(1)::after {
	content: url("../img/image-20x20.jpg") !important;
	display: none !important;
	width: 39px;
	/* margin-top: 4px; */
	position: relative;
	top: 4px;
	right: -2px;
}

.need-help-section.suspen {
	margin-top: 0px;
}
.accordion-body{
    background-color: #f7f7f7;
}
.custom-accordian{
margin-top: 20px;

}
.button-number span{
    background: #000;
    color: white;
    padding: 20px ;
    text-align: center;
    margin-right: 10px;

}
.button-number.collapsed  span{
    background: #1a73e8;
}
.button-numbers span{
    background: #fdb640;
    padding: 20px 16px;
    text-align: center;
    margin-right: 10px;

}

.button-number, .button-numbers{
    padding: 0px 11px 0px 0px !important;
    margin-top: 5px;
}
.button-number:focus{
    border-color: #fff !important;
    box-shadow: none !important;
   
  
}
.button-numbers:focus{
    border-color: #fff !important;
    box-shadow: none !important;
   
  
}
.Exceptional-sec {
	overflow: hidden;
}
.copy-best-selling {
	background: #f5f5f5;
	padding: 73px 0px;
}

.font-s {
	font-family: "product sans-300" !important;
	font-weight: 400 !important;
}

.ready-section-btn.justify-content-center.text-center.black a:hover {
	background: #000;
	color:#1a73e8;
}

.col-lg-4.col-md-4.col-12.selling-img-col {
	padding-top: 13px;
}

.col-lg-8.col-md-8.col-12.selling-content-col h2 {
	font-family: "product sans-b";
	color: #000;
	font-size: 38px;
    margin-bottom: 27px;
}

.graphic-page-cards .col-lg-4.col-md-4.col-12 {
	margin-bottom: 15px;
	text-align: center;
}

.market-mania {
	padding-top: 93px;
}

.market-mania h2 {
	text-align: center;
	font-family: "alice";
	color: #000;
	font-size: 24px;
	font-size: ;
	font-weight: 500;
	 
}

.market-mania p {
	text-align: center;
	font-family: "alice";
	font-size: 16px;
	padding-bottom: 14px;
    padding: 0px 346px;
}
.grap ul {
	line-height: ;
	list-style: none;
    padding: 0px;
}
.grap ul li {
	text-align: center;
}

.grap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.graphic-page-cards p {
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	color: #676767;
	/* padding: 0px 5; */
	width: 52%;
	/* text-align: center; */
	margin: 28px auto;
	margin-top: 0px;
}

.mania h2 {
	font-family: 'Poppins-sb';
	font-size: 46px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0em;
	color: #222222;
}

.course-list h2 {
	font-family: 'Poppins-m';
	font-size: 30px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	/* padding: 25px; */
}

.course-list ul {
	padding-left: 24px;
}

.course-list li {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFF !important;
}
.heading-custmize .WidgetTitle__Header-sc-ruy1gu-2.huflDf {
	font-family: 'Poppins-sb';
	font-size: 46px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
}


.html-wordpress-box:hover > a > .html-wordpress-box-content p:nth-child(2){
   
    background: linear-gradient(180deg, #FC3B56 0%, #F018A9 100%);
    transition: 0.2s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.product-img.custmize p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	color: #222222;
	width: 50%;
	margin: 18px auto;
	margin-bottom: 27px;
}

.product-img.custmize h4 {
	font-family:'Poppins-m';
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: center;
	color: #222;
}

.product-img.custmize h2 {
	font-family: 'Poppins-sb';
	font-size: 46px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
	padding-bottom: 0px !important;
}


.course-list {
	background-image: url(../img/course-list-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	border-radius: 20px;
	padding: 44px 30px 60px 30px;
}

.market {
	margin-top: 126px;
}

.mania img {
	width: 100% !important;
	margin-top: 48px;
}

.mania p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	color: #676767;
}

.graphic-page-cards {
	padding-top: 78px;
	background: #F2F4FF;
	margin-top: 70px;
	padding-bottom: 70px;
}
.graphic-page-cards h2 {
	font-family: 'Poppins-sb';
font-size: 46px;
font-weight: 600;
line-height: 60px;
letter-spacing: 0em;
text-align: center;

}

.black.top-space {
	margin-top: 56px;
}

.container-text.top-roll.mt-0.graphic .font-w.tt {
	font-size: ;
	font-family: "product sans";
}

.col-lg-8.col-md-8.col-12.selling-content-col p {
	font-family: "product sans-300";
	font-size: 20px;
	/* color: #afafd2; */
	margin-bottom: 22px;
}

.sol {
	text-align: center;
	padding-bottom: 100px;
	font-family: "product sans-300";
	color: #555555;
	font-size: 45px;
}
.custom-collapse{
    color: blue !important;
}
.custom-collapse:focus{
  
    box-shadow: none !important;
}
.button-number,.button-numbers:not(.collapsed){
    background: white !important;
    color: black !important;
}
.accordion-body {
    padding: 1rem 1.25rem !important;
}
.help-section{
    margin-top: 50px;
}
.get-more-customer{
    margin-top: 80px;
}
.question-answer-section{
    margin-top: 80px;
}
.custom-collapse{
    margin-top: 10px;
    padding: 36px 10px !important;
}
.section-padding {

    margin: 0 auto;
    padding: 0px 0;
    position: relative;
}
.owl-item .item {
    transform: translate3d(0, 0, 0);

    margin: 50px 0;

}
.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    border: 4px solid white;
}
.screenshot_slider .owl-nav {
    text-align: center;
}
.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #1e0d02 !important;
}

.owl-carousel .owl-nav button.owl-next{
 position: absolute;
 top: 35%;
 right: 0px;

}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 35%;
    left: 0px;
   
   }
  .custom-carousel .owl-stage-outer {
  min-height: 60vh;
}
.insta-icon{
    width: 3%;
}
.Our-work{
    margin-top: 70px;
}
/* contact page  */
.contact-sec input{padding:10px;  margin:0 auto 10px;}
.contact-sec .form-check-input[type=checkbox]{ height:auto;  margin-top:5px; }
.contact-sec .form-check .form-check-label { margin-left: 10px;}
.contact-sec select{padding:10px; height:50px; margin:0 auto 10px;}
.contact-sec .contact-btn { width: 100%; max-width: 180px; height: 50px; font-size: 18px; font-weight: 600; }
  .book-col figure img{
	  padding:5px; transition: 500ms ease;
   border: 2px solid transparent;
 
}


.bg-mail{
    background:url('../img/mail.png') no-repeat left;
  
} 
.bg-call{
    background: url('../img/call.png') no-repeat left;

}
.typed-out{
  overflow: hidden;
  border-right: .15em solid orange;
  white-space: nowrap;
  animation: 
    typing 1s forwards;
  width: 0;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
   .book-col figure img:hover{
	  padding:5px; transition: 500ms ease;
   border: 2px dashed #0d6efd;   
   }
   
   .hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.08);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	transform: scale(1.08);
}

.prime {
	margin-left: -6px;
	position: relative;
	left: -10px;
}

 .item {
              z-index: 100;
    padding: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 90px;
    margin-left: 5px;
              }

              .item img {
                      transform: translateY(1px);
    text-align: center;
    display: flex;
    justify-content: center;     z-index: 999;
    mix-blend-mode: darken;
    align-items: center;
              }

              @keyframes scaleIn {
                from {
                  transform: scale(0.8, 0.8);
                  opacity: .5;
                }
                to {
                  transform: scale(1.5, 1.5);
                  opacity: 0;
                }
              }	
#item-box {
    width: 130px;
    height: 100px;
    display: flex;
    align-items: left;
    justify-content: left;
    /* overflow: hidden; */
    position: relative;
}
.circle {
    border-radius: 50%;
    background: #c4d4eb;
    width: 90px;
    height: 90px;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
 /* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.hover14 figure,
.hover15 figure {
	position: relative; overflow:hidden;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.about-sub-heading.font-s.sub-head-p {
	padding: 17px 0px !important;
	color: #000 !important;
	font-size: 24px !important;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.container.profile-form h2 {
	color: #000;
	font-family: "product sans-b";
	font-size: 45px;
    padding-bottom: 6px;
}



.container.profile-form p {
	font-size: 18px;
	padding-bottom: 6px;
}

.container.profile-form h3 span {
	text-decoration: none;
	font-size: 37px;
}

.container.profile-form h3 {
	font-family: "product sans";
	font-weight: 700;
	color: #000;
	padding-bottom: 22px;
	font-size: 24px;
}

.container.profile-form h2 span {
	color: #4285f4;
	text-decoration: navajowhite;
	/* padding-bottom: 20px; */
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}


/* Global Button Styles */
a.animated-buttonns:link, a.animated-buttonns:visited {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-buttonns:link:after, a.animated-buttonns:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
  
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-buttonns:link:hover, a.animated-buttonns:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-buttonns:link:hover:after, a.animated-buttonns:visited:hover:after {
	height:900%;
}
a.animated-buttonns:link, a.animated-buttonns:visited {
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.about-service-sec-ads-page.help-page {
	padding-bottom: 74px;
}

.product-img.pt-5.custmize .scan-page-center {
	text-align: center;
}
/* Victoria Buttons */

a.animated-buttonns.victoria-one {
	border: 2px solid #1a73e8;
	border-radius: 4px;
	padding: 10px 27px;
	font-size: 17px;
	font-weight: bold;
	top: 0;
}

.font-w {
	font-weight: 600 !important;
	padding-bottom: 10px;
	font-size: 44px;
	font-weight: 600;
	color: #000;
}
.mail-phone-link{
    font-size: 15px;
    margin-top: 10px;
}
.about-cont p {
	color: #62646a;
	margin-bottom: 38px;
}

.col-lg-3.col-md-3.col-12.scan-page-center p {
	text-align: left;
}


.col-lg-3.col-md-3.col-12.scan-page-center p:nth-child(3) {
	padding-top: 0px;
	color: #282828;
	font-size: 16px;
    margin: 0px;
}

.free-delivery + .get-more-lead-btn.about-bnr-btn.text-center.pt-5 {
	margin-top: 14px;
}

.free-delivery {
	font-size: 11px;
	text-decoration: none;
	background: #d6ebda;
	border-radius: 10px;
	padding: 2px 8px;
	/* margin-bottom: 10px !important; */
	/* position: relative; */
}

.col-lg-3.col-md-3.col-12.scan-page-center p:nth-child(5) {
	color: red;
	font-size: 12px;
	 
}

.col-lg-3.col-md-3.col-12.scan-page-center p:nth-child(3) strike {
	font-size: 13px;
	margin-right: 10px;
}
.col-lg-3.col-md-3.col-12.scan-page-center p:nth-child(2) {
	color: #2d2d2d;
	line-height: 18px;
	font-size: 16px;
	padding-top: 8px;
}

.banner-botom-sec-scan-page {
	padding: 71px 0px;
	padding-bottom: 40px;
}   

.banner-botom-sec-scan-page p:nth-child(2) {
	padding-top: 16px;
}

.banner-botom-sec-scan-page p {
	text-align: center;
	padding: 0px 144px;
	color: gray;
	line-height: 28px;
	margin-bottom: 26px;
	font-size: 17px;
}

.banner-botom-sec-scan-page h2 {
	color: #282f52;
	text-align: center;
	font-size: ;
	font-size: "";
	font-family: "product sans";
	font-size: 39px;
	font-size: ;
	font-weight: 600;
	padding: 0px 163px;
}

.counter_section.m-auto.px-5.conter-expect.sport {
	padding: 0px;
}

.counter_section.m-auto.px-5.conter-expect.sport h2:nth-child(2) {
	padding-top: 0px;
}

.top-min {
	padding-bottom: 0px !important;
}

.about-service-sec-ads-page.help-page p, li {
	color: #000 !important;
	font-family: "product sans-300";
}

.about-service-sec-ads-page.help-page .get-more-lead-btn.about-bnr-btn {
	margin-top: 24px;
}

.about-service-sec-ads-page.help-page ul {
	padding-left: 30px;
	margin-bottom: 31px;
	margin-top: 18px;
}

.about-service-sec-ads-page.help-page ul {
	padding-left: 30px;
	margin-bottom: 31px;
}

.about-service-sec-ads-page.help-page p {
	margin-bottom: 0px;
	line-height: 19px;
}

.about-service-sec-ads-page.help-page ul li {
	line-height: 19px;
}
.about-sub-heading {
	font-size: 15px;
	font-weight: 599;
	color: #7d7d7d;
	padding-bottom: 23px;
	padding-top: 10px;
	font-weight: 600;
	font-family: "product sans-300";
}

.backpage-img{
    display:flex;
    justify-content: center;
}

.back-div {
	text-align: center;
	padding-bottom: 41px !important;
}
.go-back {
	font-size: 21px;
	font-family: "product sans";
}

.get-more-lead-btn.about-bnr-btn.back-btn {
	/* position: absolute; */
	/* bottom: 0px; */
	display: flex;
	justify-content: center;
	/* margin-top: -9px; */
	padding-bottom: 41px;
}
.google-review.mt-lg-0.mt-5 h2 {
	padding: 40px;
	/* font-size: 25px; */
	margin-bottom: -12px;
	/* color: #000000a8; */
	/* font-family: "product sans"; */
	line-height: 1.32;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: rgb(17, 17, 17);
}
a.animated-buttonns.victoria-one:hover{background-color:transparent;
    color: #1a73e8;
}
a.animated-buttonns.victoria-one:after {
	background: #000;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.help-section figure:hover{  box-shadow: 0 0 10px #ddd;   border: 2px dashed #1a73e8;
    transition: 0.5s ease-in;     transform: scale(1.05);}   
.help-section figure {
    background: #fff;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
      border: 2px dashed transparent;
    transform: scale(1.0);
    transition: 0.5s ease-in;
    margin: 0 auto;
    border-radius: 50%;
}

.gred {
	background: linear-gradient(90deg, rgba(220,23,29,1) 0%, rgba(255,68,67,1) 1%, rgba(240,24,169,1) 28%, rgba(240,24,169,1) 100%);
	border: 1px solid transparent !important;

}
.btn.btn-primary.animated-buttonns.victoria-one.about-bnr-btn.gred.gre {
	background: linear-gradient(180deg, #FC3B56 0%, #F018A9 100%);
     font-family: 'poppins-m' !important;
	border: 1px solid transparent !important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    
}

button .gred {
	background: linear-gradient(90deg, rgba(220,23,29,1) 0%, rgba(255,68,67,1) 1%, rgba(240,24,169,1) 28%, rgba(240,24,169,1) 100%) !important;
	border: 1px solid transparent !important;

}


.how-we-build-website{
    background: #f5f5f5;
    padding:40px 0px;
    margin-top: 60px;
}
.phase-box{
    background: white;
    border-radius: 10px;
    padding: 20px 90px;
    margin-top: 30px;
}

.width-m {
	width: 202px;
}
.here-how-we{
font-size: 33px;
font-weight: 600;
}

/* about page */
.scroll-circle.mission-circle {
    fill: #ea4335;
}
.text-sky{color:#00a2e8;}
.bg-sky{background:#00a2e8;}
.meet-google-athlete {
    background: #f5f5f5;
    padding:20px 0 40px;
}
.meet-google-athlete .animate-border {
    background: linear-gradient(to right, rgba(255, 255, 255, .0), #00a2e8, rgba(255, 255, 255, .0));
}
.meet-google-athlete .animate-border::after{border:7px solid #00a2e8;}
.profile-services figure{height:80px; display:flex; justify-content:center; align-items:center;}
.count-up span{font-size:50px; font-weight:bold;}
.count-up h5 {
    width: max-content;
    margin: 0 auto;
}
.count-up h5 div {
    float: right;
}
.great-journey{padding:80px 0;}
/* google-business  page */
.setup-box{
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}
.setup-box p{
    font-size: 19px;
}
.setup-box h2{
    font-size: 28px;
}
.get-started-box p{
    font-size: 19px;
}
.padding{
padding-right: 77px !important;
}
.get-started-box{
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    margin-top: 88px;
    box-shadow: 0px 0px 2px #f3efef;
}
.btn-2{
    margin-top: 40px !important;
    
}
.google-business-faq{
    margin-top: 83px!important;
}
.btn-3{
    margin-top: 18px;
}
.phase-text{
 padding-right: 80px;   
}
.google-business {
    padding:40px 0 150px;
    background: #f8f9fa;
    padding-bottom: 13px;
}
.what-our-google{
    background: #0d6efd;
    padding: 60px 0px;
    color: white;
}
.north-link{
 
    color: white;
    text-decoration: none;
}
.north-link:hover{
    color: white;
    text-decoration: underline;
}

.industry-we-serve {
	margin-top: 110px;
}

#hak .icon-link a::after {
	content: url("https://googleathlete.com/blog/wp-content/uploads/2023/12/look.svg");
	display: inline-block;
	width: 35px;
	margin-top: -4px;
	position: relative;
	top: 4px;
	right: -4px;
}

 
.business-text {
    padding: 0px 25px;
    line-height: 20px;
    font-size: 15px;
}
.business-text h5{
    font-size: 16px;
}
.logo-b {
    margin: 10px  auto;
 
    justify-content: center;
    align-items: center;
    display: flex;
   
    border-radius: 7px;
    width: 100%;
    max-width: 200px;
}
.card.business-box  .get-btn {
    position: absolute;
    bottom:30px;
    width: calc(100% - 40px);
    right: 20px;
    z-index: 99;
    left: 40px;
}

.about-service-sec-ads-page.bot.gap-pluse {
	margin-bottom: 100px;
}

.col-lg-6.col-md-6.lead-left.wow.pad-right.animated {
	padding-right: 42px;
}
.business-text .fa-arrow-right{
    padding-right: 30px;
}
.card.business-box.custom-card {
    height: 100%;
	padding-bottom:0;
}

.feedback-section {
	 background-image: url('../img/conter-bg.png');
     background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	padding: 12px 0px 9px 0px;
}

.content-feedback-section h2 {
	text-align: center;
	font-family: "product sans";
	font-size: 29px;
	font-weight: 700;
	/* font-style: italic; */
	color: #fff;
}

.text-center.p-1.mb-3.bottom-text {
	padding-top: 33px !important;
}

.main-class-review > .container {
	display: flex;
	justify-content: center !important;
	padding-top: 29px;
}

.shadow-bow-review {
	width: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding-top: 27px;
	border-radius: 10px;
    padding-bottom: 42px;
}
.gred:hover {
	background: #be00a7 !important;
	color: #fff !important;
}

.text-center.p-1.mb-3.bottom-text a{
    background: none !important;
    position: relative;
    font-size: 18px;
}
.google-last-logo h2 span::after {
	content: url("../img/doc.jpg");
	display: inline-block;
	width: 35px;
	margin-top: 4px;
	position: relative;
	top: 1px;
	right: -1px;
}
.footer.gapmin {
	margin-top: 0px;
}
.business-profile-maneger.pab.pad-less {
	padding-top: 68px;
}
.col-lg-6.col-md-6.lead-left.wow.ex-top.animated {
	padding-top: 1;
	position: relative;
	top: 144px;
}

.text-center.p-1.mb-3.bottom-text a::after {
	content: url("../img/image-20x20.png");
	display: inline-block;
	width: 35px;
	margin-top: 4px;
	position: relative;
	top: 3px;
	right: 6px;
}

.content-feedback-section h2 span {
	text-decoration: none;
}

.websites-logos.pricing-page{
	padding-top: 65px;
}

.content-feedback-section p {
	text-align: center;
	font-family: "product sans-300";
	font-size: 19px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: -5px;
}


.get-started-img{
    width: 75% !important;

   }
.image-width{
    width: 66% !important;
}
.business-box  div#item-box{margin-bottom:30px;}
.business-box .top-heading {
    font-weight: 500;
    margin-left: 16px;
}
.google-business-faq-section{
    font-size: 41px;
    font-weight: bold;
}

.buss-img img {
	width: 144px;
}

/* cookies page */

.cookies_sec {
    padding: 20px 0;
  box-shadow: 0 0 5px #ddd;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index:99;
    background: #fff;
    
}
a.learnmore.victoria-one {
    background: #e0ebfc;
    color: #0d6efd;
}
.what-our-google{
    background: #0d6efd;
}

.get-more-leads-section.pt-0.toxic .font-w.tt.get-review {
	font-family: "product sans-b";
	font-size: 44px;
}

.get-more-leads-section.pt-0.toxic .ads-bnr-p {
	margin-top: 40px !important;
	/* padding: 0px 40px; */
	padding-right: 22px;
	color: #887c7c  !important;
	font-size: 18px;
	line-height: 27px !important;
}

.get-more-leads-section.pt-0.toxic .btn.btn-primary.animated-buttonns.victoria-one.gred {
	font-size: 16px;
	width: 177px;
}

.get-more-leads-section.pt-0.toxic .black {
	color: #887c7c !important;
	font-size: 18px;
	line-height: 27px !important;
}

.get-more-leads-section.pt-0.toxic .about-sub-heading {
	font-size: 18px;
	font-weight: 599;
	color: #595959;
	padding-bottom: 39px;
	padding-top: 0px;
	font-weight: 600;
	font-family: "product sans-300";
	margin-top: -4px;
}

.col-lg-4.footer-last-col img {
	width: 165px !important;
}

.desk-hide.img-fluid {
	display: none;
}
.col-lg-4.footer-last-col {
	padding-left: 27px !important;
}
.col-lg-8.col-md-8.col-6.name-d {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.col-lg-8.col-md-8.col-6.name-d span:nth-child(2) {
	text-decoration: none;
	font-family: "product sans-300";
	color: grey;
	margin-top: -5px;
}

.vp-marketing .col-lg-4.col-md-4.col-6 img {
	width: 70%;
}

.col-lg-8.col-md-8.col-6.name-d span:nth-child(1) {
	text-decoration: none;
	font-family: "product sans-b";
	color: #555555;
}

.vp-marketing {
	background: #f4f0eb;
	padding-top: 87px;
	padding-bottom: 86px;
}

.vp-marketing h2 {
	color: #000;
	font-size: 29px;
	text-align: center;
    padding-bottom: 59px;
}

.size-change {
	font-family: "product sans-300" !important;
	font-size: 16px !important;
	color: grey !important;
	font-weight: 400 !important;
	padding-bottom: 20px;
}

/* tabs */
.nav-tabs {
	border-bottom: none !important;
	display: flex;
	justify-content: center;
	padding-top: 16px;
    padding-right: 49px;
}
.container-text.top-roll.mt-0 + .ads-bnr-p.col-black {
	color: #000 !important;
	padding-right: 64px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #000 !important;
	/* padding: 0px; */
	border-radius: 10px;
}

  .banner-bg-img {
	background-image: url('../img/bg-bner.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 645px;
	display: flex;
	justify-content: center;
	align-items: end;
	padding-bottom: 53px;
    position: relative;
}
.agred-img img {
	position: absolute;
	top: 135px;
	width: 197px;
}

.tap-to-review-img {
	position: absolute;
	right: 10px;
	top: 34px;
}
 /* .only-img {
	background-image: url('../img/tap-review.jpg');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: end;
	 
} */

.font-w.tt.get-review.pad-b-min {
	padding-bottom: 1px !important;
	padding-top: 80px;
	/* padding-bottom: 78px; */
	margin-bottom: 13px;
}
.overlay.justify-content-center.text-center.center p:nth-child(1) {
	padding: 0px;
}

.font-w.tt.get-review.pad-b-plus {
	font-family: "product sans";
	color: #000;
}
   
/* tabs end */

.color-link.text-center.color-chang {
	color: #00a2e8;
}

.review-lead {
	background: #f8f8f8;
	padding-top: 55px;
	margin-top: 94px;
	padding-bottom: 50px;
}
.review-lead p {
	font-family: "product sans-300";
	font-size: 18px;
	text-align: center;
	color: #5b5858;
}

.review-lead h4 + p {
	color: #424242;
}

.review-lead h4 {
	text-align: center;
	padding-bottom: 19px;
	font-family: "product sans-b";
	color: #000;
}

.color-green.justify-content-center.text-center span img {
	width: 16px;
	margin-top: -2px;
}

.review-lead .container > p {
	padding-bottom: 36px;
	padding: ;
	padding-left: 172px;
	padding-right: 172px;
}
.review-lead h2 {
	text-align: center;
	padding-bottom: 20px;
	color: #000;
	font-weight: ;
	font-family: "product sans-b";
	font-size: 33px;
}


.get-more-leads-section.pt-0.toxic.gap-top {
	padding-top: 100px !important;
}

.shadow-bow-review.fok {
	width: 100% !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding-top: 27px;
	border-radius: 10px;
	padding-bottom: 42px;
	/* margin-top: 50px; */
	 
}
/* request-my-free-website */
.request-free-left p{
    font-size: 18px;
    color: #4285f4;
    font-weight: 500;

}
.request-free-left .star{
    font-size:100%;
    color:#fec800;

}
.what-kind-help textarea{
    border: none;
    border-bottom: 1px solid #86b7fe;
    border-radius: 0px;
    background: none;
}
.what-kind-help textarea:focus{
    box-shadow: none;
}
.request-free-left h3{
    color:#4285f4 ;
    font-weight: bold;
}
.what-kind-help textarea::placeholder{
    font-size: 18px;
    color: #4285f4;
}
.select-form{
    width: 74% !important;
    font-size: 16px !important;
}
.select-investement{
    font-size: 16px !important;
}
.mail-phone-link .nav-link{
    padding-right: 0px;
    padding-left: 0px; display: none;
}
.mail-phone-link{
    display: flex;
    /* margin-top: -1px; */
}
/* term-section */
.blue-heading {
    color: #0d6efd;
}

.btm-line{margin-bottom:50px; position:relative;}

.btm-line:after{
	position:absolute;
	width:80px;
	height:6px;
	content:'';
	background: #0d6efd;
	top:100%;
	left:0;
	    margin-top: 14px;
}
.green-heading {
	color: #3ba269 !important;
}
.Term_section{

    padding: 90px 111px 60px ;
    border: 1px solid grey;
    border-radius: 10px;
   
}


.top-form-select div {
	width: 60%;
}

.top-form-select {
	display: flex;
	justify-content: center;
    padding-top: 85px;
}   

.top-form-select div label:nth-child(3) {
	margin-bottom: 0px;
	padding-top: 33px;
}

.radio-one-section > label {
	font-family: "product sans";
	font-size: 24px;
    padding-top: 27px;
}

.radio-one-section .form-check.mt-3 input {
	position: relative;
	top: 11px;
	 
}

.radio-one-section .form-check.mt-3 {
	margin-top: 0px !important;
	line-height: 41px;
}

.left-hand img {
	position: absolute; 
	bottom: 23px;
	left: 0px;
}

.right-hand img {
	position: absolute;
	border: ;
	bottom: 78px;
	right: 0px;
}

.top-form-select div select:nth-child(6) {
	margin-bottom: 62px;
	width: 100% !important;
}

.g-recaptcha {
	margin-top: 20px;
	/* border-radius: -16px; */
}

.partner-logo.container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 40px;
}

.radio-one-section label {
	font-family: "product sans";
	color: #4f4d4d;
}

.top-form-select label {
	font-family: "product sans";
	font-size: 24px;
    margin-bottom: 27px;
}
.Term_section h2{
    font-size: 40px;
}
.Term_section h2,h3,h6,h5{
    font-family: "Product Sans Bold",sans-serif;
    font-weight: bold;
}
.Term_section span{
    color: #5f6368;
    font-family: "Product Sans Light 300",sans-serif ;
}
.Term_section p{
    color:#5f6368;
    font-family: "Product Sans Light 300",sans-serif ;
}

.container.wordpress .html-wordpress-box {
	height: 289px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.col-lg-12.expectt-div h2:nth-child(1) {
	text-align: center;
	font-size: 38px;
	padding-top: 17px;
}

.counter_section.m-auto.px-5.conter-expect {
	margin-top: 81px !important;
}

.col-lg-12.expectt-div h2:nth-child(2) {
	text-align: center;
	font-size: 48px;
	font-weight: unset;
	font-size: ;
	font-family: "product sans-b";
	padding-top: 17px;
	padding-bottom: 14px;
}

.about-service-sec-ads-page.bot {
	padding-top: 72px;
}

.col-lg-8.col-md-8.col-12.bott {
	padding-right: 142px;
}


.Term_section ul li{
    color:#5f6368;
    font-family: "Product Sans Light 300",sans-serif ;
    
}

.Term_section h6,h5 {
    color: #0d6efd;
  
}
.popup-body{
box-shadow: 0px 0px 5px #aab0b3;
border-radius: 10px;
    padding: 20px 37px 50px;
    margin: 20px;
    position: relative;
}
.popup-body:before{
    content: '';
    left: 42%;
    top: -59px;
    width: 73px;
    height: 85px;
    position: absolute;
    background: url('../img/gmail-image.png')no-repeat;
}
.form-div{
    margin: 30px 0px;
}

/* Review content */
.design-by img {
    width: 6%;
}

.google-verified-logo {
    left: 10px;
    position: absolute;
    top: 0px;
}
.overlay a{	font-weight:normal; font-family:Product Sans Light 300;}
.overlay {
    position: absolute;
  min-width: 320px;
	  max-width: 400px;
	
	font-family:Product Sans Light 300;
    cursor: pointer;
    border: 1px #595959 solid;
    border-radius: 10px;
    padding: 10px 20px;
    top: 60px;
    background-color: #fff;
	    left: 50%;
    transform: translate(-50%);
    display: none;
}

.header-image-hover:hover .overlay {
    display: block;
}
.get-more-leads-section.fig .about-sub-heading {
	font-size: 18px;
	font-family: "poppins";
	color: #222222;
	line-height: 27px;
}

.get-more-leads-section.fig .google-review-sec span:nth-child(1) img {
	width: 75px;
	/* padding: p; */
	margin-top: 8px;
	position: relative;
	top: -4px;
}
.get-more-leads-section.fig .google-review-sec span span {
	display: block;
	color: #222222;
	font-family: "poppins";
	font-size: 18px;
	line-height: 27px;
}
.get-more-leads-section.fig p {
	font-size: 16px;
	color: #676767 !important;
	line-height: 26px;
}
.links a {
    text-decoration: none;
    color: #00a2e8;
}
.color-link{color:#00a2e8; font-size: 13px;}
.color-green a {
    color: #34e460;
    text-decoration: none;
}

.three-month-mar .container h2 {
	text-align: center;
	font-size: 26px;
	color: #000;
	line-height: 38px;
	font-weight: 700;
	padding: 0px 68px;
	font-family: "product sans";
	padding-bottom: 45px;
}

.row.pdo {
	padding-top: 100px;
	padding-bottom: 50px;
}

.col-lg-4.col-md-4.col-12.text-center.paddb {
	padding-bottom: 27px;
}

.col-lg-6.col-md-6.col-12.mobil-set {
	padding-top: 30px;
}

.websites-logos .paddb {
	margin-bottom: 63px;
}

.websites-logos {
	padding-top: 140px;
}

.websites-logos .col-lg-4.col-md-4.col-6.text-center img {
	width: 97%;
}
.websites-logos h2 {
	font-family: "product sans-300";
	font-size: 38px;
	padding: 22px 150px;
	text-align: center;
	color: #3a3f52;
	font-weight: ;
}
.three-month-mar {
	background: #f4f0eb;
	padding-top: 77px;
	padding-bottom: 130px;
}
.geen-heading{text-decoration:none;}

.review-content p a{text-decoration:none; font-size:14px;}
.review-content ul li{list-style:none; text-align:center;}
.review-content{text-align:center;max-width:580px; padding: 0 20px; margin:10px auto;}
@media only screen and (max-width:992px){

    .card.business-box.custom-card {
    height: auto;
}
.card.business-box .get-btn {
    position: static;
    padding-bottom: 20px;
}
.google-business {
    padding: 40px 00px;
}
}

@media screen and (max-width:580px) {
    #ul {
        display: flex !important;
        justify-content: center;
        align-items: start;
    }

    .industry-we-serve {
        margin-top: -19px;
    }

    .industry-we-serve h2 {
        font-family: Poppins;
        font-size: 35px;
        /* font-weight: 600; */
        line-height: 60px;
        letter-spacing: 0em;
        text-align: center;
        font-family: "poppins-sb";
        color: #222222;
        margin-bottom: 21px;
    }


    .websites-logos .paddb {
        margin-bottom:30px !important;
    }
    .collapse.navbar-collapse {
        position: fixed;
        background: #fff;
        width: 89%;
        left: -403px !important;
        z-index: 10;
        transition: 0.7s;
        height: 100vh;
        top: 0px;
    }

    .collapse:not(.show) {
        display: none;
        height: 0px;
        overflow: hidden;
    }
    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li {
        text-align: left !important;
    }

    #close {
        display: block;
    }

    .sub {
        position: absolute;
        bottom: 100px;
        width: 90%;
        text-align: center !important;
        display: flex;
        justify-content: center;
        background: ;
    }

    #close {
        position: absolute;
        top: -68px !important;
        right: 4px;
        cursor: pointer;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li {
        padding: 0px;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li {
        margin-bottom: 20px;
    }
    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center {
        margin-top: 7px;
        position: relative;
        top: 16px;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center {
        width: 100%;
    }
    
}
@media only screen and (max-width:767px){
	.design-by img {
    width: 20%;
}
	a.animated-buttonns.victoria-one {

	top: 10px;
}

}
@media only screen and (max-width:576px){
  .lightboxOverlay{
    width: 382px;
  }
  .lb-outerContainer{
width: 375px !important;

  }
    .mobile-section-view{
    display: block;
}

    .destkop-view-contact{
    display: none; 
}
    .Review-box{
    display: flex;
    
  
   }
   .Review-box span:first-child{
height: 0px;
   }
   
    .Review-box span:nth-child(2) {
        /* background: red; */
        padding: 1px 20px 10px 0px;
        width: auto!important;
       

    }

    .Review-box span:first-child ,.Review-box span:nth-child(2) {
        float:none; font-size:13px; margin:0 auto; text-align:center; display:block;
    }
    .Review-box span:first-child img{width:auto; margin:0 auto; text-align:center; }
	.popup-body {
        
        padding: 20px 15px 50px;
    
    }
    .popup-body .information-text{
        text-align: center;
    }
    .form-div {
        margin: 19px 0px;
    }
    .popup-body br{
        display: none;
    }
    
    .weekly{
        text-align: start!important;
    }
    .Request-weekly {
        position: relative;
        top: -12px;
    
    }
    
    .mail-phone-link .nav-link{
        padding-right: 0px;
        padding-left: 0px;
    }
    .mail-phone-link{
      
        margin-top: -10px;
    }
    .request-free-left{
        margin-top: 30px !important;
        text-align: center;
    }
    .select-form{
        width: 100% !important;
        
    }
    hr{
        display: block;
    }
    .box-shadow-mobile
   {
    margin-top: -5px;
    padding: 19px;
    display: block;

    box-shadow: 0px 3px 7px #dddddd;
   } 
    .cookies_sec .text-end{margin:20px auto 0; text-align:center!important;} 
	.cookies_sec p {text-align:center;}
	.great-journey{padding:40px 0;}
    .business-text .fa-arrow-right{
        padding-right: 0px;
    }
    .setup-box p {
        font-size: 16px;
    }
    .image-width {
        width: 60% !important;
    }
    .get-started-img {
        width: 60% !important;
    }
    .padding {
        padding-right: 0px !important; 
    }
    .get-started-box p {
        font-size: 16px;
    }
    .for-mobile{
        margin-top: 0px !important;
    }
    .setup-box{
        margin-top: 8px;
    }
    .feel-free-contact{
        text-align: center;
    }
    .request-section{
        margin-top: 0px;
    }
    .mail-phone-link{
        display: block;
    }

}

.cmpny_report.text-center.wow.fadeInDown.align-items-center.d-flex.animated {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.business-profile-maneger.pab.dist .chid-box-cont p:nth-child(2) {
	font-size: 16px;
	font-family: "poppins";
	line-height: 26px;
	color: #676767;
}
.business-profile-maneger.pab.dist .chid-box-cont p:nth-child(1) {
	font-family: 'Poppins-sb';
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	color: #222222;
}
.business-profile-maneger.pab.dist .chid-box {
	background: #FFFFFF;
	padding: 20px;
	box-shadow: 0px 4px 20px 10px #00000026;
	border-radius: 20px;
	margin: 20px;
	padding-bottom: 0px;
}

.business-profile-maneger.pab.dist {
	background: #F2F4FF;
}

.business-profile-maneger.pab.dist > h2 {
	font-family: 'Poppins-sb';
	font-size: 46px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
	color: #222;
    margin-bottom: -16px;
}

.business-profile-maneger.pab.dist {
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding-top: 100px;
	flex-direction: column;
	align-items: center;
    padding-bottom: 96px;
}

.dist .business-profile-maneger-main-box {
	width: 92%;
	background: transparent;
	border-radius: 8px;
	margin-top: 38px;
}

.business-profile-maneger.pab.dist a {
	font-style: italic;
	color: #F018A9;
}

.col-flex{
    display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.cmpny_report.text-center.wow.fadeInUp.d-flex.align-items-center.animated {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.col-md-4.col-sm-6.col-4.md-2.mt-lg-0.mt-4.num-cen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.beark {
	width: 228px;
}
@media only screen and (max-width:551px){
   
   .nav-item.mt-2.ms-lg-2.list-unstyled.destkop-view-contact {
	display: none;
}
   .weekly{
    padding-left: 0px;
   }
    .Term_section h2{
        font-size: 28px;
    }
    .Term_section {
        padding: 27px 10px 10px 10px;
        border:none
    }
  .heading-padding br{
    display: none;
  }
    .google-business-first {
    margin-top: 14px;
}
    .google-business-faq-section{
    font-size: 27px;
   }
    .get-started-box {
        text-align: center;
        margin-top: 32px;
    }
.setup-box {
    text-align: center;
  
    }
    .google-business-faq {
        margin-top: 47px!important;
    }
    .btn-2 {
        margin-top: 28px !important;
    }

    .Exceptional-text h2{
        font-size: 22px;
    }
.Exceptional-text h2 br{
    display: none;
  } 
   .business-text{
padding: 0px 0px;
   }
    .setup-box h2{
        font-size: 22px;
    }
    .help-section figure{
    height: auto;
}
a.animated-buttonns.victoria-one {
	border: 2px solid #0d6efd;
	border-radius: 4px;
	font-size: 12px;
	margin-top: 10px;
}
.mobile-section-view .nav-item.mt-2.ms-lg-2.list-unstyled {
	margin-top: 10px !important;
}
.mobile-section-view .col-6.text-end {
	margin: 0 !important;
	padding: 0 !important;
}
    .arrow{
  display: none;
    }
    .get-weekly-txt {
    display: none;
    }
    .request-btn{
        position: relative;
        top: 10px;
      }
    .lead-left{
        text-align: center;
       
    }
    .request-text{
       
        text-align: start;
       
        
    }
    .lead-left h1 {
        line-height: 47px;
    }
    .lead-left h1{
        padding-right: 0px;
    }
    .lead-left br{
        display: none;

    }
    .review-box-right img{
   
        margin-top: 30px;
    
    }
    .get-your-website .center-section br{
display: none;
    }
    .review-section .review-text {
        padding-left: 0px; 
        text-align: center;
      
    }
    .get-your-website {
        margin-top: 18px;
    }
    .get-your-left-section{
        text-align: center;
    }
    .get-your-website .center-section h1 {
 
        font-size: 26px;
    }
    .ready-section-btn a {
         padding: 5px; 
    }
    .dotted-bg {
        margin-top: 12px;
    }
    .Review-box {
       margin-top: 20px;
    }
    .are-you-ready-sec {
        /* margin-top: 7px; */
        padding: 20px 0px;
    }
    .are-you-ready-sec h1{
        font-size: 24px;
    }
    .ready-section-left{
        text-align: center;
    }

.trust-section {
    padding: 28px 10px 32px;
   
}
.trust-section h2 {
    font-size: 30px;
    
    margin: 0 auto 9px;
 
}
.trust-section a.btn{
    margin-top: 16px;
}
.bestselling-book {

    padding: 40px 0;
}
.book-col{
    text-align: center;
}
.book-col img{
    width: 50%;
}
.get-a-free-copy{
    text-align: center;
    
}
.need-help-section {
    margin-top: 28px;
}
.footer-link li {
    list-style: none;
    margin-right: 6px;
}
.footer-link li:nth-child(4){
    margin-right: 10px;

}

/* web-design-page */
.get-more-text h1 {
    font-size: 26px;
}
.home-links {
    margin-top: 20px;
}
.after-btn-dott {
    margin-top: 20px;
}
.get-more-result {
    margin-top: 18px;
}
.fAQ-right h3 {
   
    font-size: 27px;
    margin-top: 2px;
}
.button-number{
    font-size: 14px!important;
}
.question-answer-section {
    margin-top: 27px;
}
.insta-icon{
    width: 13%;
}
.Our-work {
    margin-top: 28px;
}
.map-sec {
    margin-top: 20px;
}
.custom-carousel .owl-stage-outer {
    min-height: 51vh;
}
.get-more-customer {
    margin-top: 36px;
}
.faq-section {
  
    padding-bottom: 42px;
}
.help-section {
    margin-top: 25px;
}

.portfolio_sec {
    background: #efefef;
    padding: 29px 10px 10px;
    margin-top: 20px;
}
.Exceptional-text{
    text-align: center;
}
.number{
    padding-left: 0px !important;
}
.image-size{
    width: 25%;
}
.not-sure-sec .get-more-lead-btn a {
    width: auto;
}
.get-more-lead-btn a{
    font-size: 14px;
}
.ready-section-btn a{

    font-size: 14px;
    width: 100%;
}
.google-athelets-image{
    text-align: center;
}
.google-athelets-image img{
    width: 64%!important;
    margin-top: 20px;
}
.custom-card {
	padding: 20px;
	margin-top: 88px;
}   
.custom-carousel .owl-stage-outer {
    min-height: 47vh;
}
.custom-carousel .owl-item .item{
    margin:108px 0px;
}
.need-help-text {
    margin-top: 30px;
}
.lb-container .lb-image {
    width: 375px !important;
    height: 100%!important;
}
.phase-box{
    text-align: center;
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}
.how-we-build-website {
    background: #f5f5f5;
    padding: 35px 0px;
    margin-top: 47px;
}
	
.footer-link {

    padding: 0px 3px 10px;
}
	
.footer-link a {

    font-size: 13px;
}
	.footer-logo {
    padding: 10px 0px 0px;
}
	
.footer-link .ms-auto {
    margin-left: 0 !important;
}
	
	.footer-link li img {
    margin-right: 10px;
}
	.footer-logo img {width: 90px;}
    
    .get-more-leads-section {
        padding: 25px 0;
    }
    .google-review-sec {
        font-size: 20px;
    }

    .compare-plan-heading {
        text-align: center;
    }

    .compare-card {
        border: 1px solid #dbcece;
        padding-top: 34px;
        font-family: "product sans";
        overflow: hidden;
        margin-top: 31px;
    }

    .compare-plan-heading {
        padding-bottom: 0px;
        font-size: 28px;
    }

    .chid-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 15px;
        position: relative;
        /* top: -8px; */
        padding-top: 105px;
    }

    .chid-box:nth-child(2){
        padding-top: 0px;
    }
    .optimiz.optmized {
        height: auto !important;
    }

    .google-last-logo h2 {
        font-weight: bold;
        font-size: 30px;
    }

    .optimiz {
        padding: 18px 46px;
        height: 283px;
    }

    button.absu-btn {
        border: none;
        color: #5a5aa1;
        padding: 10px 0px;
    }

    .compare-card h2 {
        font-size: 23px;
        text-align: center;
        margin-bottom: 0px;
        padding-top: 19px;
    }
    .trusted-subscribe p {
        font-size: 16px;
        line-height: 34px;
        width: 100%;
        text-align: center;
    }

    .trusted-subscribe p span {
        color: #019fe8;
        font-size: 16px;
    }

    .buss-img {
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }   
    .get-more-leads-section a.animated-buttonns.victoria-one {
        font-size: 12px;
    }
    .are-you-ready-sec h1 {
        padding-bottom: 20px;
    }

    .content-feedback-section h2 span {
        display: block;
        text-decoration: none;
    }
}
@media screen and (min-width:1400px)  {
.heading-padding{
    padding-right: 3rem!important;
}

}

/* navbar-section-2 code starts here (code by Sahil)*/
.google-verified-logo {
    left: 10px;
    position: absolute;
    top: 0px;
}
.overlay a{	
    font-weight:normal; 
    font-family:Product Sans Light 300;
}

.color-green.justify-content-center.text-center {
	margin-bottom: 0px;
}
.overlay-google-verified {
	position: absolute;
	width: 400px;
	cursor: pointer;
	border: 1px #595959 solid;
	border-radius: 10px;
	padding: 10px 20px;
	top: -1px;
	background-color: #fff;
	display: none;
	z-index: 1000;
	left: 203px;
}

.color-green.justify-content-center.text-center a {
	color: #00b97c;
	font-family: 'Product Sans Bold';
	font-size: 14px !important;
	margin-bottom: ;
}

.silk {
	color: #000;
	font-size: 18px;
	font-family: "product sans bold";
	margin-bottom: 8px;
}

.copy-best-selling .selling-content-col {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#renge {
	left: 212px;
}

.compare-plan.plan.pra .optimiz.optmized {
	height: 707px !important;
}

.copy-best-selling .selling-content-col .ready-section-btn.justify-content-center.text-center.black {
	text-align: left !important;
}

.overlay.justify-content-center.text-center.center {
	left: 50%;
	top: -1px;
	display: none;
}

/* .overlay-2 {
    position: absolute;
    top: 30px;
    left:175px;
    display: none;
} */

.links a {
    text-decoration: none;
    color: #00a2e8;
}
.color-green a {
    color: #01a777;
    text-decoration: none;
}
.overlay p {
    text-align: center;
    align-items: center;
}

.overlay p img {
	padding: 0;
	width: 202px;
}

.nav-section {
	padding: 4px 10px;
}

.col-lg-6.text-free span {
	display: block;
}

.optimiz.optmized.min-hei.adjust-height {
	height: 295px !important;
}

.overlay.justify-content-center.text-center.center.clos {
	display: none;
}

.col-lg-4.col-md-4.col-12.img-left {
	text-align: right;
}

.col-lg-4.col-md-4.col-12.img-right {
	text-align: left;
}

.graphic-page-cards .row img {
	width: 100%;
}

.container.sticker-sec.crector-posi img {
	width: 200px;
	margin-left: 40px;
}

.container.sticker-sec.betmen img {
	margin-left: -50px;
}

.container.sticker-sec.alex-page img {
	margin-left: 45px;
}

.btn.btn-primary.request-btn.animated-buttonns.victoria-one.ext {
	width: 294px;
    border-radius: 10px;
}
.col-lg-6.text-free span:nth-child(2) {
	text-decoration: none;
	color: #797575;
	padding-bottom: 5px;
}

.col-lg-6.img-posi {
	text-align: right;
}

.img-fluid.lockk-fit {
	width: 283px;
    border-radius: 5px;
}
.col-lg-6.text-free span:nth-child(1) {
	text-decoration: none;
	font-family: "product sans";
	font-weight: 700;
	font-size: 16px;
	color: #555;
	padding-bottom: 0px;
}

.three-month-mar > .container > .row {
	display: flex;
	justify-content: center;
}

.col-lg-6.text-free {
	vertical-align: bot;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.smile-emo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 4px;
}

.smile-emo p {
	color: #767676;
}

.review-content p {
	color: #767676;
}

.smile-emo h2 {
	color: #00a2e8;
	text-transform: uppercase;
	font-family: "product sans";
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 0px;
}
.image-google-review.main-logo-img {
	padding-bottom: 5px;
	width: 160px;
	margin-left: 3px;
	margin-top: -1px;
}
.header-image-hover:hover .overlay {
    display: block;
    z-index: 2;
}

.navbar-brand.text-center.m-auto img {
	width: 213px;
}

.batter-ex {
	display: block;
	font-size: 19px;
	font-weight: 585;
	color: #000;
	padding-top: 2px;
	font-family: "product sans-b";
}
.text-center.p-1.mb-3.bottom-text.tt a {
	margin-left: 21px;
	text-decoration: none;
	color: #00b67a !important;
}
.google-verify  img {
    padding-bottom: 10px;
    position: relative;
    top: -40px;
}
a.navbar-brand img {
    
    margin-left: 4px;
}

/* navbar-section-2 code ends here (code by Sahil) */
.main-logo-locksmiths img {
    width: 150px;
    padding: 5px 0;
}
/* Sahil code here */
.nav-section {
	box-shadow: 0px 5px 3px #f2f2f2;
	padding-top: 5px;
}
/* footer */
footer a {
	text-decoration: none;
	color: #80868b;
	margin: 0 10px 0 0;
}
footer h5 {
	color: #000;
}
footer img {
	padding: 0 10px;
}
/*span {
	text-decoration: underline;
	 
}*/


.footer-text p {
	color: #80868b;
}
footer .f-3 .img-fluid {
	width: auto;
	padding-right: 60px;
}
footer .f-3 p{
    color: #80868b;
}
.row.f-1 {
	border-bottom: 2px solid #6767;
}
/* .footer {
	padding-top: 30px;
	background-color: #f8f9fa;
} */
.footer {
	padding-top: 30px;
	background-color: #f8f9fa;
	margin-top: 50px;
	font-weight: normal;
}
.container.second-container {
	padding-top: 50px;
}
.footer-text {
	padding-bottom: 20px;
}
.nav-item.ms-lg-2.list-unstyled.destkop-view-contact {
	display: flex;
	align-items: center;
}
.get-more-leads-section .typed-text {
text-decoration: none;
  display: inline-block !important;
	background: -webkit-linear-gradient(#f018a9, #f23335, #f018a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.get-more-leads-section h6 {
	display: inline-block;
}
.google-review-sec{
    padding-bottom: 20px;
}
.get-more-leads-section a.animated-buttonns.victoria-one {
	border: 2px solid #1a73e8;
	border-radius: 4px;
	padding: 10px 9px;
	font-size: 12px;
	font-weight: bold;
	top: 0;
    font-family:"product sans" ;
}

.font-w.tt.get-review.pad-b-plus {
	padding-top: 45px;
    padding-bottom: 33px;
}

.circl span {
	font-size: 74px;
	text-decoration: none;
	font-weight: 700;
}
.btn.btn-primary.animated-buttonns.victoria-one.gred.thank-u {
	text-decoration: none;
	color: #fff;
    font-family: "product sans-300";
}
.circl + h6 {
	font-size: 20px;
	font-weight: 600;
	/* margin-top: -42px; */
	position: relative;
	top: -23px;
}

.col-md-3.col-lg-3.col-12.col-sm-6.col-4.md-2.mt-lg-0.mt-4.num-cen {
	height: auto;
}
/* counter/ numbering section */
.counter_section.m-auto.px-5 {
	background-image: url('../img/conter-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	color: #fff;
	/* padding: 50px 0; */
	padding-top: 30px;
	padding-bottom: 30px;
}

.patner-sec {
	padding-top: 80px;
	padding-bottom: 50px;
}

.patner-sec h2 {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 700;
}
.counter_section h2 {
	font-size: 60px;
	font-weight: bold;
}
.counter_section p {
	font-size: 17px;
	font-weight: bold;
}
/* dots */
.green-dots {
	padding: 30px 0;
}
.are-you-ready-sec h1 {
	color: #1a73e8;
	font-weight: bold;
}
.blue-dots .green-circle {
	background: #1a73e8;
	fill: #1a73e8;
}

 
.google-last-logo .img-fluid {
	width: auto;
	margin: 0 auto;
}
.google-last-logo span{
    color:#00b67a;
    text-decoration: none;
}
.google-last-logo h2 {
	font-weight: 700;
	font-size: 40px;
}

 

 

 

 


.btn.btn-primary.animated-buttonns.victoria-one.about-bnr-btn {
	padding: 10px 42px;
}

.get-more-leads-section .custom-google-review{
    display: block !important;
    margin-bottom: 5px;
}

.ceo-friendly h2 {
	font-family:'Poppins-sb';
font-size: 46px;
font-weight: 600;
line-height: 60px;
letter-spacing: 0em;
text-align: center;
color: #222222;
}

.ceo-friendly .ceo-friendly-peras p {
	font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
text-align: center;
color: #676767;
}

.ceo-friendly.ceo {
	/* margin-top: 100px; */
	padding: 87px 0px;
	background: #F2F4FF;
}

.footer-icon-link a::after {
	content: url("https://googleathlete.com/blog/wp-content/uploads/2023/12/look.svg");
	display: inline-block;
	width: 35px;
	margin-top: -4px;
	position: relative;
	top: 3px;
	right: -4px;
}

.footer .col-12.col-lg-4.mb-4:nth-child(1) .list-unstyled li a::after{
    display: none;
}


.footer .col-12.col-lg-4.mb-4:nth-child(3) .list-unstyled li a::after{
    display: none;
}
.ceo-friendly-peras {
	padding-top: 18px;
	padding-left: 42px;
	padding-right: 42px;
}

.html-wordpress-heading > h2 {
    font-family: 'Poppins-sb';
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    
}

.custom-page-que .container > h2 {
	font-family: 'Poppins-sb';
	font-size: 46px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
}

.html-logo-heading > h2 {
	font-family: Poppins;
font-size: 36px;
font-weight: 500;
line-height: 60px;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
color: #000000;

}

.row.box-row {
	padding-top: 8px;
}

.product-img {
	padding-top: 90px;
}

.product-img h2 {
	text-align: center;
	font-family: "product sans-300";
	font-size: 40px;
	color: #000;
	padding-bottom: 61px;
}
.product-img p {
	text-align: center;
	color: grey;
	font-family: "product sans-300";
	font-weight: 400;
}
.product-img h4 {
	color: #515253;
	text-align: center;
	font-size: 26px;
}

.html-wordpress {
	padding-top: 80px;
	padding-left: 33px;
	padding-right: 42px;
}
.faqq-section.frequ.ads-page .faqq-perent > h2 {
	font-family: "product sans-300";
	font-size: 34px;
	padding-bottom: 58px;
	border-bottom: 1px solid #bfb5b5;
	color: #000;
	text-align: center;
	padding-bottom: 62px !important;
}

.get-more-leads-section.fig .pink-color {
	color: #F11BA0;
	font-size: 46px;
	font-family: "product sans-b";
	font-style: italic;
}

.get-more-leads-section.fig .font-w {
	font-size: 46px;
	font-family: "product sans-b";
	color: #222222;
}

div#PopupSignupForm_0 {
    display: none;
}

.p-black {
	padding-top: 0px;
	color: #000000b5 !important;
	font-family: "product sans";
	line-height: 30px;
}

.html-logo {
	width: 69px;
	position: relative;
	left: -13px;
}


.img-absu {
	position: absolute;
	top: -31px !important;
	right: 6px;
	width: 125px;
}

.img-absu.img-bottom {
	top: 40px;
}

.prime {
	color: #4949d0 !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	font-family: "product sans";
}   
.html-wordpress-box {
	border: 1px solid #cac8c8;
	border-radius: 20px;
	padding: 26px 13px;
    height: 280px;
	position: relative;
    padding-top: 10px !important;
}
.html-wordpress-box-content {
	text-align: center;
}

.social-icon-box.row.justify-content-center.bod {
	border: 1px solid #eee;
	padding: 39px 0px;
	border-radius: 18px;
	margin-bottom: 81px;
}

.dox::after {
	display: none !important;
}
.row.html-wordpress-boxs {
	padding-top: 22px;
}

.container-fluid.wordpress {
	padding-top: 50px;
}

.social-icon-box.row.justify-content-center.bod.bodd {
	border: 1px solid #828282;
}

.html-wordpress-box p {
	margin-bottom: 0px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #676767;
	margin-top: -8px;
}

.row.box-row div:nth-child(2) p{
 text-align: right;
}

.html-wordpress-box-content p:nth-child(1) {
	color: grey;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 19px;
}
.img-absu.img-bottomm {
	top: 17px !important;
	/*width: 159px;*/
}
   
.html-wordpress-box-content p:nth-child(1) span{
    color: #0d0ddf;
    text-decoration: none !important;
}

.google-review.mt-lg-0.mt-5.adon {
	padding-top: 55px;
}

.custom-page-que .container-fluid > h2 {
	font-family: "product sans";
	font-size: 27px;
	font-weight: 600;
	/* margin-bottom: 41px; */
	color: #040404;
	margin-top: 42px;
}
p{
    font-family: "product sans-300";
    
     
}

.colt {
	padding: 0px 155px 16px 155px;
    color: #222222;
}

.custom-page-que-sub-cont > h2 {
	font-family: "product sans-b";
	font-size: 27px;
	margin-top: 43px;
}

.custom-page-que {
 
	padding: 100px 34px 0px 31px;
}
.custom-page-que-sub-cont > h2::after {
	content: "";
	height: 2px;
	width: 150px;
	display: block;
	background: #F018A9;
	position: relative;
	top: 11px;
}
.custom-page-que-sub-cont > h2 {
    font-family: 'Poppins-m';
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #222222;
    padding-bottom: 17px;
    
}

.custom-page-que-sub-cont > p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #676767;
}

.col-lg-5.col-md-5.wow.slideInRight.hover14.hover01.cen.wont.animated {
	/* text-align: right !important; */
	display: flex;
	justify-content: right;
	position: relative;
	top: -155px;
}

.ads-page-bnr-border  p:nth-child(1) {
	color: #62646a;
	margin-top: ;
	/* margin-top: 10px; */
	font-family: "product sans";
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 13px;
	padding-top: 0px !important;
    color: #000;
}

.ads-page-bnr-border {
	border: 1px solid #dadbdd;
	border-radius: 5px;
	padding: 14px 26px;
	margin-top: 35px;
}

.ads-page-bnr-border li::before {
    content: url("https://googleathlete.com/blog/wp-content/uploads/2023/12/look.svg");
    display: inline-block;
    width: 35px;
    margin-top: -4px;
    position: relative;
    top: 4px;
    right: -4px;
  }

.ads-page-bnr-border ul {
	padding-left: 0px !important;
}

.ads-page-bnr-border li {
	list-style: none;
	/* padding: 0p; */
	color: #1a1717 !important;
	line-height: 31px !important;
}

.ads-page-bnr-border {
	border: 1px solid #dadbdd;
	border-radius: 5px;
	padding: 18px 26px;
	margin-top: 35px;
	padding-bottom: 3px;
	margin-bottom: 26px;
	position: relative;
}

.sticker {
	position: absolute;
	top: 44px;
	right: 20px;
}

.ads-page-bnr-border p {
	color: #000 !important;
	font-size: 18px !important;
	font-family: "product sans" !important;
}

.primery-color {
	color: #030371;
}

.business-profile-maneger-main-box {
	width: 54%;
	background: #f4f0eb;
	border-radius: 8px;
	margin-top: 38px;
}
.perent-box {
	display: flex;
	justify-content: center;
    padding:0px 30px;
}

.business-profile-maneger {
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding-top: 100px;
}

.pere-cont p:nth-child(1) {
	color: #000;
}
.chid-box {
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	padding: 15px;
	position: relative;
	/* top: -8px; */
	padding-top: 78px;
	align-items: start;
}
.html-wordpress-box-content p:nth-child(2) {
    font-family: 'Poppins-m';
    font-size: 22px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    color: #222222 !important;
}

.row.recommended-bg-color {
	background: recommended;
	background: #f2f2f2;
	padding: 16px;
}

.recommended {
	display: flex;
	justify-content: center;
}

.chid-box-cont p:nth-child(1) {
	color: #484848;
	margin-bottom: 8px;
	/* font-family: "product sans-bold"; */
	font-weight: 700;
	font-size: 17px;
	margin-top: 12px;
	font-family: "product sans";
}

.dilivry-btn img {
	margin-bottom: 6px;
}

.chid-box-cont p:nth-child(2) {
	color: rgba(0, 0, 0, 0.671);
	/* line-height: 20px; */
	padding-right: 10px;
	padding-bottom: 15px;
	font-family: "product sans-300";
	font-weight: 400;
	line-height: 22px;
	font-size: 17px;
}
.container.boxes-container .perent-box .chid-box-cont a {
	display: block;
}
.perent-box .chid-box:nth-child(2) .chid-box-cont p:nth-child(1)::after {
	display: none;
}
.chid-box > h2 {
	padding-top: 11px;
	font-size: 25px;
	font-family: "product sans";
	position: absolute;
	top: 10px;
}

.build-websit-heading-part > h2 {
	font-family: 'Poppins-sb';
font-size: 46px;
font-weight: 600;
line-height: 60px;
letter-spacing: 0em;
text-align: center;
color: #222222;
}

.build-websit {
	padding-top: 100px;
}

.build-websit-heading-part > p {
	font-family: 'Poppins';
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
text-align: center;
color: #676767;
}

.phase > h2 {
	font-family: 'Poppins-m';
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	color: #222222;
	padding-bottom: 19px;
}

.faqq-section {
	padding-top: 100px;
}

.faqq-perent {
	padding: 0px 14px;
}

.faqq-perent > h2 {
	font-family: 'Poppins-sb';
font-size: 46px;
font-weight: 600;
line-height: 60px;
letter-spacing: 0em;
text-align: center;
color: #222222;
}
.product-img.pt-5.reinstetment-page {
	padding-bottom: 100px;
}

.trusted-subscribe span a {
	font-size: 17px;
	font-family: "product sans-300";
	color: #2397aa;
    text-decoration: none;
}

.container.sticker-sec.pres img {
	margin-left: 88px;
}

.phase > p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #676767;
}

.phase > h2::after
{
  content: "";
  height: 2px;
  width: 150px;
  display: block;
  background: #F018A9;
  position: relative;
  top: 11px;
}
.phase {
	padding-top: 34px;
}

.market-mania .get-more-lead-btn.about-bnr-btn.text-center.pt-5 {
	padding: 0px !important;
	margin-bottom: 48px;
}


.faqq-perent .accordion-item {
	 
	border:none !important;
	border-bottom: 1px solid #e1e3e1 !important;
	
}




.faqq-perent .accordion-body {
	background-color:none !important;
}

.faqq-perent .collapsed {
	padding-bottom: 26px;
	padding-top: 19px;
	padding-left: 0px;
	padding-right: 0px;
	transition: 0.5s;
}

.faqq-perent .accordion-body strong{
    font-family: 'Poppins';
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #676767;
}

.faqq-perent .accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color:transparent;
	box-shadow:none;
}

.faqq-perent .accordion-body {
	background-color:transparent;
}

.faqq-perent .accordion-button:focus {
	z-index: 3;
	 
	outline: 0;
	box-shadow:none;
}

.faqq-perent .accordion-button {
    font-family: 'Poppins-m';
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #222222;
}

.frequ .faqq-perent .collapsed {
	padding-bottom: 25px !important;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	transition: 0.5s;
}

.thank-pagee {
	padding: 41px 0px;
}
.emailed {
	display: flex;
	justify-content: center;
	padding-top: 26px;
}

.col-lg-12.thank-page-imgg {
	padding-top: 11px;
	background: #0d6efd;
	width: 60%;
	border-radius: 5px;
    
}
.col-lg-12.thank-page-imgg h2 {
	text-align: center;
	font-size: 41px;
	color: #fff;
	font-weight: 796;
	font-family: "product sans-b";
    margin-bottom: 11px;
    
}
.google-last-logo.tham {
	padding-top: 50px;
}
.back-home a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.back-home {
	background: #0d6efd;
	border: none;
	padding: 9px 20px;
	border-radius: 10px;
	margin-top: 97px;
}
.col-lg-12.thank-page-imgg p {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-size: 22px;
	font-family: "product sans-b";
	line-height: 30px;
    padding: 0px 84px;
}
.col-lg-12.thank-page-imgg p:nth-child(3) {
	margin-bottom: 0px;
}
.col-lg-12.thank-page-imgg h2 span {
	text-decoration: none;
	display: block;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "" !important;
	background-image: url("../img/chevron-down.svg") !important;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;

    
}

.secondry-color {
	font-family: "product sans";
	font-weight: 400;
	color: #7b7878;
}
.faqq-perent .accordion-body {
	font-family: "product sans-300";
	font-weight: 100;
}

.blog-page {
	padding: 40px 12px 60px 12px;
}

h2{
    font-family: "product sans";
}

.inner-cont > h2 {
	font-size: 22px;
	/* font-size: 400; */
	 
	font-family: "product sans-300";
}




.inner-cont p:nth-child(2) {
	color: #6c6464;
	padding-top: 10px;
	border-bottom: 1px solid #c8bcbc;
	padding-bottom: 26px;
}

.card-cont > img {
	width: 100%;
}

.cardd-width {
	width: 33% !important;
    cursor: pointer;
}

.inner-cont p:nth-child(3) {
	padding-top: 6px;
	font-family: "product sans";
	color: #3e3939;
}

.inner-cont {
	padding: 20px;
}

.blog-page-cont-perent > p {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 14px;
	/* font-weight: 586; */
	font-family: "product sans";
    margin-left: 15px;
}

.back-page-cont.container > p {
	font-size: 24px;
	text-align: center;
	padding-top: 72px;
	color: #000;
	font-weight: 500;
	font-family: "product sans";
}
.product-img.custmize .gred {
	background: transparent;
	font-family: 'Poppins-m';
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	/* text-align: center; */
	margin: 0px auto;
	color: #F018A9;
    text-decoration: none;
}

.social-icon-box-col.blue {
	background: #1A73E8;
	border-radius: 20px;
}

.social-icon-box-col.blue .pere-cont p:nth-child(1) {
	color: #fff;
    font-family: 'Poppins-m';
font-size: 24px;
font-weight: 500;
line-height: 36px;
letter-spacing: 0em;
text-align: left;

}

.social-icon-box-col.green {
	background: #27D045;
	border-radius: 20px;
	/* margin: 10px; */
}

.social-icon-box-col.blue .pere-cont p:nth-child(2) {
	font-size: 14px;
	color:#fff;
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
margin-top: -5px;
}

.social-icon-box-col.green .pere-cont p:nth-child(1) {
    color: #fff;
    font-family: 'Poppins-m';
font-size: 24px;
font-weight: 500;
line-height: 36px;
letter-spacing: 0em;
text-align: left;
}
.social-icon-box-col.green .pere-cont p:nth-child(2) {
	font-size: 14px;
	color:#fff;
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
margin-top: -5px;
}

.need-help-section.need-more .need-help-text {
	margin-top: 0px;
	font-family: 'Poppins-sb';
	font-size: 46px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
	color: #222222;
}

.review-content ul li img {
	width: 271px;
}
.product-img.custmize {
	margin-top: 62px;
}
.product-img.custmize .col-lg-3.col-md-3.col-12.scan-page-center .get-more-lead-btn.about-bnr-btn.text-center.pt-5 {
	padding: 0px !important;
	text-align: center !important;
    margin-top: 7px;
}

.product-img.custmize .gred:hover{
    background: transparent !important;
    color: #F018A9 !important;
}
.product-img.custmize .scan-page-center p {
	width: 79% !important;
	text-align: center !important;
	font-family: 'Poppins-m' !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 25px !important;
	letter-spacing: 0em !important;
	text-align: center !important;
	margin: 0px auto !important;
    color: #222;
}
.feedback {
	background: #ffe878;
	/* padding: 10px; */
	text-align: center;
	margin-top: 43px;
	padding-top: 30px;
	padding-bottom: 1px;
}

.feedback h2 {
 
	font-style: italic;
	font-size: 27px;
	/* font-weight: 500; */
	font-family: "product sans-b";
}

.website p{
    font-size: 24px;
	text-align: center;
	padding-top: 72px;
	color: #000;
	font-weight: 500;
	font-family: "product sans";
}

.website p span{
    display: block;
    text-decoration: none;
}


.feedback p {
	font-size: 19px;
	color: #000;
	margin-top: -8px;
}

.back-page-cont.container > p span {
	text-decoration: none;
	display: block;
	padding-top: 23px;
}

.are-you-ready-sec .btn.btn-primary.animated-buttonns.victoria-one:hover {
	background: #000;
	color: #1a73e8;
}


.inner-contt {
	padding: 30px;
	border: 1px solid #d5d5d5;
	margin: 0px 4px;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li a {
	color: rgba(0, 0, 0, .55) !important;
}

.grap h3 {
	font-family: "alice";
	font-size: ;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	margin-top: 13px;
	text-align: center;
}

.inner-contt > p {
	font-size: 20px;
	padding-top: 10px;
	margin-bottom: 3px;
}

.inner-contt a {
	text-transform: uppercase;
	color: #5858df;
	text-decoration: none;
	font-size: 15px;
	/* padding-bottom: 32px; */
	/* margin-bottom: 25px; */
}

.cardd > .row {
	padding-top: 50px;
}

.blog-page-cont-perent > h1 {
	text-transform: capitalize;
	font-size: 60px;
	font-family: "product sans";
    margin-left: 9px;
}

.inner-cont {
	border: 1px solid #d7d7d7;
	margin: 0px 3px;
	position: relative;
	top: -5px;
    padding-bottom: 3px ;
    border-top: none;
}

@media screen and (max-width:580px) {
    .ceo-friendly h2 {
        padding: 0px 0px;
}
   
.cardd-width {
	width: 100% !important;
    
}

.overlay-google-verified {
	position: absolute;
	width: 303px;
	cursor: pointer;
	border: 1px #595959 solid;
	border-radius: 10px;
	padding: 10px 20px;
	top: -1px;
	background-color: #fff;
	display: none;
	z-index: 1000;
	left: 190px;
}

}

h4.sub-heading {
	color: #7f7f7f;
	font-size: 19px;
	text-align: left;
	font-weight: 600;
	font-family: "product sans-300";
}

.sub-heading b {
	font-family: "product sans";
}

.smile-emo img {
	width: 100%;
	max-width: 59%;
}

.thow span {
	font-weight: 600;
	font-family: "product sans";
}

.card-bner h2 {
	color: #0d6efd;
	font-size: 22px;
	font-weight: 600;
	padding-top: 20px;
	text-align: center;
	font-family: "product sans";
}

h4.sub-heading {
	color: #8a8a8a;
	font-size: 19px;
	text-align: left;
	font-weight: 597;
}
.card-bner p:nth-child(1) {
    color: #464444;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: left;
}

.font-w.tt.get-review.pad-b-min {
	font-family: "product sans";
	color: #000;
}

.back img {
    width: 100%;
}
.car-bner-cont {
	padding: 0px 14px;
	border-top: none;
	position: relative;
	top: -14px;
	margin: 0px 11px;
	padding-bottom: 20px;
	margin-right: 18px;
}
p.ignor {
	text-align: left;
	position: relative;
	top: 17px;
	color: #000;
	font-weight: 400 !important;
	font-size: 17px;
}

.col-lg-6.col-md-6.wow.slideInRight.hover14.hover01.cen.animated {
    display: flex;
    justify-content: center;
}
.card-icon {
    padding-top: 41px;
}

.col-lg-10.Term_section.fixed {
	padding: 60px 38px;
}

.sup-page-main-cont ul li {
	font-size: 16px;
	font-family: ;
	font-family: "product sans-300";
	color: #333030;
	margin: 0px;
}

.about-service-sec-ads-page h2 {
	text-align: center;
	color: #595959;
	padding-bottom: 55px;
	padding-top: 10px;
}

.about-service-sec-ads-page p {
	padding: ;
	padding-bottom: 10px;
	color: #000;
}

.graphic .font-w.tt{
    font-size: 46px;
  font-family: "product sans-b" !important;
  color: #222222;
}
.graphic .about-sub-heading {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	color: #222222;
	width: 79%;
    padding-top: 0px;
  padding-bottom: 7px;
}

.col-set .mobile-hide {
	width: 100% !important;
}

.pink-color
{
  color: #F11BA0 !important;
  font-size: 46px !important;
  font-family: "product sans-b" !important;
  font-style: italic !important;
}

.about-service-sec-ads-page .col-lg-6.col-md-6.col-12.drive {
	padding-left: 45px;
}

.perent-box.podd h2 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
}

.perent-box.podd .btn.btn-primary.animated-buttonns.victoria-one {
	padding: 7px 35px;
	padding-bottom: 10px;
	margin-top: 5px;
}

.perent-box.podd p {
	font-family: "product sans-300";
	line-height: 19px;
	color: #333030;
	font-weight: 300;
}


.sus-p p {
	font-family: "product sans-300";
	line-height: 19px;
	color: #333030;
    margin-bottom: 19px;
}

.ted-none .HeaderContainer__Inner-sc-mvslij-0.kexhGA.es-header-container.HeaderComponent__StyledHeader-sc-1skmixu-0.fisQVV {
    display: none;
}

.ted-none .WidgetTitle__Header-sc-ruy1gu-2.huflDf {
    display: none;
}

p.card-o {
    font-size: 20px;
    font-weight: 600;
    color: grey;
    text-align: left;
    padding-top: 39px;
}

.ted-cont h2 {
	color: #484848;
	font-size: 25px;
}

.absu-btn {
	background: #e8f0fe;
}

.ted-cont {
    display: flex;
    justify-content: space-between;
    
}

 

.card-bner {
	width: 80%;
	/* padding: 44px 19px; */
	position: relative;
	top: -43px;
	z-index: 0;
	border-top: none;
	border: 1px solid #ececec;
    border-top:none ;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card-cont {
    border: 1px solid #c3bbbb;
    padding: 20px;
    margin: 0px 9px;
    position: relative;
    top: -31px;
    border-top: none;
}

.card-bner p:nth-child(1)::before {
	content: url('../img/btn-clock.png');
	position: relative;
	top: 3px;
	left: -6px;
}
.card-icon ul li {
	list-style: none;
	text-align: left;
	color: #9ea0a5;
	font-size: 16px;
}

.card-icon ul{
    padding-left:0px;
}

.card-icon ul li::before{
    content: url('../img/brown-tick.png');
    margin-right: 8px;
}

p.card-t {
    font-weight: 800;
    margin-bottom: 0px;
}

p.card-th {
    margin-bottom: 0px;
}

p.card-fo {
    margin-bottom: 0px;
}

button.compair-plan {
    padding: 7px 20px;
    background: #1A73E4;
    color: #fff;
    border: none;
    border-radius: 7px;
    width: 100%;
}

.selling-img {
	width: 100%;
}

.top-pad{
    /* padding-top: 50px; */
}

.compare-card {
	border: 1px solid #eee;
	padding-top: 34px;
	font-family: "product sans";
}

.compare-card h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 200;
	padding-top: 21px;
	color: #4f4949;
}
p.p-blue {
	color: #0d6efd;
	text-align: center;
	padding-top: 10px;
}

.faq-heading {
	font-weight: 800;
	padding-bottom: 31px !important;
}
.business-profile-maneger.pab {
	padding-top: 0px;
}
.faqq-section.frequ .conter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.faqq-perent.pat {
	width: 64%;
    padding:0px 14px;
}

.hei {
	height: 128px;
}

section.compare-plan {
    padding-top: 75px;
    margin-bottom: 103px;
}

.compare-plan-heading {
    padding-bottom: 10px;
    font-size: 28px;
}

p.pri {
	text-align: center;
	margin-top: -14px;
	color: grey;
	font-weight: 600;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #3b78e7;
}

.review-content ul li {
	margin-top: 15px;
}


.pri a {
	text-decoration: none;
	color: #3b78e7;
	font-size: 36px;
}
 
.compare-img {
	height: 148px;
	text-align: center;
}

.compare-card-btn.prim {
	font-family: "product sans";
	border: none;
	background: #1a73e8 !important;
}

.compare-card-btn {
	background: transparent;
	border: 1px solid #dadce0;
	color: #1a73e8;
}

p.p-blue.blue-font {
    font-size: 14px !important;
}

.com-btn.btn-font button.compare-card-btn {
    font-size: 15px !important;
}

p.stro.opt-font {
    font-size: 14px;
}
.optimiz {
	padding: 18px 46px;
	padding-right: 20px;
}

.iconn {
	padding: 7px 0px;
}
.optimiz {
	height: 296px;
}

.optimiz.optmized {
	height: 849px !important;
}

.cont-heading span {
	font-size: 29px;
	padding: 0px;
	padding-right: 6px;
}

.perent-box.podd {
	flex-direction: column;
}
.com-btn {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e3d8d8;
    margin: 0px 20px;
    padding-bottom: 34px;
}

.perent-box.podd h2 {
	padding-top: 19px;
	font-size: 24px;
	text-transform: capitalize;
}

.sus-p {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.business-profile-maneger-main-box.box-width {
	width: 90%;
}

.sup-page-main-cont {
	width: 90%;
}

.sup-page-main-cont h2 {
	font-size: 31px;
	font-size: ;
	font-weight: 400;
}


.faqq-perent.pat.box-width {
	width: 95%;
}

.faqq-perent.pat.box-width h2 {
	font-size: 20px;
	margin-bottom: 0px;
	padding-bottom: 9px !important;
	font-size: ;
	color: #484848;
	font-weight: 400;
}

.faqq-perent.pat.box-width .accordion-body strong {
	font-family: "product sans-300";
}

.faqq-perent.pat.box-width .accordion-body p {
	font-family: "product sans-300";
}

.faqq-perent.pat.box-width .accordion-body p {
	font-family: "product sans-300";
	color: #212529;
	margin-top: 10px;
}

.optimiz.optmized.min-hei {
	height: 300px !important;
}
.smile-emo img {
	padding-bottom: 21px;
}

.counter_section.m-auto.px-5.sot {
	margin-top: 72px !important;
}

.chid-box-cont p:nth-child(1)::after {
	/*content: url("../img/image-20x20.png");*/
	display: inline-block;
	width: 39px;
	/* margin-top: 4px; */
	position: relative;
	top: 4px;
	right: -4px;
}

.none-icon .chid-box-cont p:nth-child(1)::after {
	 display: none;
}

.faqq-perent.pat.box-width .accordion-header button {
	font-size: 18px !important;
	font-weight: 400;
	font-family: "product sans-300" !important;
}

.col-lg-8.col-md-8.col-12.col-width {
	width: 84%;
}

.ted-cont.container {
	padding: 0px 64px;
}

.perent-box.podd .get-more-lead-btn {
	margin-bottom: 23px;
}

.ceenter{
    display: flex;
    justify-content: center;
}
.perent-box.podd p {
	margin-bottom: 4px;
}

.perent-box.podd p {
	margin-bottom: 4px;
}

p.stro strong {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #616161;
	line-height: 20px;
	height: 61px;
	display: inline-block;
}
.pd p::before {
    content: url(../img/compair-tick.png);
    width: 20px;
    position: absolute;
    display: inline-block;
    left: -25px;
    top: 3px;
}

.col-lg-4.col-md-4.col-12.paddi {
	padding: 0px 19px;
}
.boder {
	border-bottom: 2px solid #686464;
	padding-bottom: 78px;
	/* padding: 0px; */
}

.plan{
    margin-bottom: 0px !important;
}


.plans-h.text-center {
	font-family: "product sans-300";
	font-size: 32px;
	color: #717171;
	margin-top: -33px;
	padding-bottom: 44px;
}

.get-more-text h1 {
	font-size: 46px;
}
.many-color span {
	text-decoration: none;
}

.google-review.mt-lg-0.mt-5.adon.home {
	padding-top: 86px;
}

.container.sticker-sec h2 {
	color: #444444;
	text-align: center;
	font-size: 22px;
	padding-top: 89px;
	font-weight: 600;
}
.industry-we-serve p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: center;
	color: #676767;
	margin: 0px;
}
.industry-sec-box h3 {
	font-family: Poppins;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: center;
	font-family: "poppins-sb";
}
.industry-sec-box img {
	padding-bottom: 18px;
}

.industry-sec-box {
	text-align: center;
	border: 1px solid #D4D4D4;
	border-radius: 6px;
	padding: 37px;
}
.industry-sec-box {
	margin-bottom: 24px;
}
.industry-we-serve h2 {
	font-family: Poppins;
	font-size: 46px;
	/* font-weight: 600; */
	line-height: 60px;
	letter-spacing: 0em;
	text-align: center;
	font-family: "poppins-sb";
	color: #222222;
	margin-bottom: 50px;
}
.container.sticker-sec p {
	text-align: center;
	color: #444444;
	font-weight: 600;
	font-family: "product sans";
	margin-top: -5px;
    text-transform: uppercase;
}

.bedm.bg-c {
	background: #f5f5f5;
}

.container.sticker-sec img {
	/* text-align: ; */
	width: 252px;
	margin-top: 13px;
}

.container.sticker-sec {
	padding-bottom: 64px;
}

.container.sticker-sec span {
	display: inline-block;
	width: 100%;
}
.form-perent.profile-form {
	width: 100%;
}

.form-width {
	width: 60%;
}


 
.pd p {
	font-size: 14px;
	position: relative;
	color: #616161;
	line-height: 20px;
}
button.dilivry-btn {
	width: 100%;
	padding: 27px 0px;
	border: none;
	color: #74767e;
	background: #fafafa;
}



p.p-blue.blue-font.grey {
	color: #423b3b !important;
	padding-top: 0px;
	margin-top: -13px;
	padding-bottom: 0px !important;
	margin-bottom: 3px;
}

.compare-card {
	position: relative;
	overflow: hidden;
}

.row.paddi-p {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	padding-bottom: 32px;
	/* accent-color: slategray; */
}



.s-box > p {
	color: #7da4ff;
	padding-bottom: 39px;
}

.b p:nth-child(3) {
	color: #000;
}

.s-box {
	background: #fff;
	width: 35%;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding:30px 40px;
}

.b p {
	font-size: 19px;
	padding-top: 10px;
	color: #797979;
}

.box-p {
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 70px 0px;
}
.col-lg-4.col-md-4.col-12.paddi {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.btn.btn-primary.animated-buttonns.victoria-one.about-bnr-btn.font-s {
	font-size: 18px;
}
.absu-btn{
    width: 100%;
    position: absolute;
    top: 0px;

}

.black {
	color: #000 !important;
}
.ads-bnr-p {
	font-family: Poppins !important;
	font-size: 16px !important;
	font-weight: 400 bold;
	line-height: 26px !important;
	letter-spacing: 0em;
	text-align: left;
	color: #676767 !important;
	width: 73%;
}
button.absu-btn {
	border: none;
	color: #3b78e7;
}
.prim{
    background-color:rgb(14, 87, 245) !important;
    color: #fff !important;
}


p.p-blue.blue-font.grey {
	color:#978f8f !important;
	/* padding-top: 16px; */
	margin-top: -13px;
	padding-bottom: 21px;
}

.google-review.mt-lg-0.mt-5.adon.top-length {
	padding-top: 100px;
	padding-bottom: 89px;
}
 
.grap h3 {
	font-family: "alice";
	font-size: ;
	font-weight: 800;
	color: #000;
	margin-bottom: 0px;
	margin-top: 13px;
}

.grap ul li {
	text-align: center;
	font-family: "alice";
	font-weight: 500;
	font-size: 27px;
	line-height: 32px;
	/* margin-top: 1px; */
}

.container.plan-doc p {
	color: #7f7f7f;
	font-size: 16px;
	margin: 0px;
}

.container.plan-doc {
	padding-top: 42px;
}

.need-help-section.trus-page {
	margin-top: 34px;
}



.frequ .faqq-perent .collapsed {
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    transition: 0.5s;
}

.frequ .faqq-section {
    padding-top: 62px;
}
.back-img{
    background-image: url('../img/about-bner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 327px;
    width: 100%;
}
/* code by sahil */
.get-more-leads-section .col-lg-6.col-md-6.wow.slideInRight.hover14.hover01 {
	text-align: center;
}
.leads-image .img-fluid {
	padding: 30px 0;
	/* text-align: center; */
}
.compare-plan .compare-card-btn {
	display: block !important;
	width: 160px !important;
	border-radius: 8px;
	padding: 10px 18px;
}

.absu-btn {
	padding: 4px 0px;
}



.col-lg-12.thank-page-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.navbar.navbar-expand-lg.navbar-light.t {
	padding-bottom: 0px;
}
.google-review.mt-lg-0.mt-5.adon .HeaderContainer__Inner-sc-mvslij-0.kexhGA.es-header-container.HeaderComponent__StyledHeader-sc-1skmixu-0.fisQVV {
	display: none;
}

.col-lg-12.thank-page-cont h4 {
	font-size: 20px;
	font-weight: 700;
    font-family: "product sans-b";
}

.col-lg-12.thank-page-cont p:nth-child(2){
    margin-top: 0px;
    font-family: "product sans";
    text-align: center;
}

.thank-page-logo{
    display: flex;
    justify-content: center;
}

.col-lg-12.thank-page-img {
	padding-top: 57px;
}



.thank-page {
	padding: 110px 0px;
}

.col-lg-12.thank-page-cont button {
	padding: 13px 39px;
	font-size: 20px;
	background: #0d6efd;
	color: #fff;
	border: none;
	border-radius: 11px;
}
.sub a {
	background: linear-gradient(90deg, rgba(220,23,29,1) 0%, rgba(255,68,67,1) 1%, rgba(240,24,169,1) 28%, rgba(240,24,169,1) 100%) !important;
	border: 1px solid transparent !important;
}

.counter_section.m-auto.px-5 .col-md-3.col-lg-3.col-sm-6.col-4.md-2.mt-lg-0.mt-4.num-cen div {
	flex-direction: column !important;
	align-items: center !important;
	display: flex;
	justify-content: start !important;
}




.thank-page-img{
    display: flex;
    justify-content: center;
}

.col-lg-3.col-md-3.col-12.scan-page-center .get-more-lead-btn.about-bnr-btn.text-center.pt-5 {
	padding: 0px !important;
	text-align: left !important;
}
.font-w.about-h {
	color: #595959;
	font-weight: 100;
}

.thow {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
}


.thow span:nth-child(1){
    color: #595959;
}

.get-more-leads-section .compair-plan {
	font-size: 18px;
	font-family: "product sans";

    position: relative;
}

.card-icon ul li:nth-child(3){
    padding-bottom: 10px;
}


.compair-plan svg {
	width: 25px;
	/* font-weight: 700; */
	/* height: ; */
	position: absolute;
	right: 16px;
}

.thow span:nth-child(2){
    color: #22b14c  ;
}
.get-more-leads-section p:nth-child(1) {
	color: #62646a;
	margin-top: ;
	margin-top: 10px;
	font-family: "product sans";
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 13px;
	padding-right: 143px;
	color: #000 !important;
}
.get-more-leads-section p {
	color: #373434;
	line-height: 20px;
	margin-top: 6px;
}
.col-lg-3.hover14.hover01 {
	position: relative;
	top: -292px;
}

.ban-ul li {
	color: #373434;
	line-height: 21px;
}

.ul-h {
	padding-top: 30px;
}

.col-lg-9.ready-section-left p b {
	font-weight: 900;
	color: #574d4d;
}

.col-lg-9.ready-section-left p {
	font-size: 21px;
	color: #616161;
	line-height: 28px;
}

.col-lg-9.ready-section-left p:nth-child(2) {
	color: #1a73e8;
	font-size: 22px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 52px;
}

.col-lg-9.ready-section-left p:nth-child(2){
    color: #1a73e8;
}

.html-wordpress-heading.posi {
	position: relative;
	bottom: -55px;
}

.are-you-ready-sec {
	background: #f8f8f8;
	margin-top: 50px;
}

.are-you-ready-sec .bg-trans{
    background: #fff !important;
}

.are-you-ready-sec.bg-trans {
	background: transparent;
}


.business-profile-maneger.full-bg {
	background: #f2f2f2;
	/* padding: 0px; */
	padding-top: 10px;
}

.business-profile-maneger.full-bg .chid-box.after-icon {
	padding-top: 0px;
}

.business-profile-maneger.full-bg .chid-box {
	padding-top: 0px;
}

.heaing h2 {
	text-align: center;
	margin: 0px;
	padding-bottom: 12px;
}

.get-more-lead-btn.about-bnr-btn.text-center.pt-5.carr {
	padding: 8px !important;
	text-align: left !important;
}

@media screen and (max-width: 1000px) and (min-width: 510px) {
    .mobile-section-view {
        display: block !important;
    }

    #hak {
        z-index: 10000 !important;
        position: absolute;
    }

    .colt {
        padding: 0px 0px 16px 0px;
    }

    .get-more-leads-section.col-set .col-lg-5.col-md-5.wow.slideInRight.hover14.hover01.cen.wont.top-min.animated {
        width: 100%;
        text-align: center !important;
        display: flex;
        justify-content: center;
    }

    .container-text.top-roll.mt-0.graphic h2, h1, p {
        text-align: center;
        padding-right: 0px;
    }

    .get-more-leads-section.col-set .container-text.top-roll.mt-0.graphic .font-w.tt {
        font-size: ;
        font-family: "product sans";
    }

    .get-more-leads-section.col-set .ads-bnr-p {
        padding-right: 0px;
    }
    .get-more-leads-section.col-set .col-lg-7.col-md-7.lead-left.wow.slidddeInLeft.animated {
        width: 100%;
        /* display: flex; */
        /* flex-direction: column; */
        /* align-items: center; */
    }

    .get-more-leads-section.graps .ads-bnr-p.padination {
        padding: ;
        padding-right: 0px;
    }
    .col-lg-5.col-md-5.wow.slideInRight.hover14.hover01.cen.wont.animated {
        /* text-align: right !important; */
        display: flex;
        justify-content: right;
        position: relative;
        top: 0px;
    }

    .get-more-leads-section.graps .col-lg-5.col-md-5.wow.slideInRight.hover14.hover01.cen.wont.animated {
        /* text-align: center !important; */
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .get-more-leads-section.graps .get-more-lead-btn.about-bnr-btn {
        text-align: center;
    }

    .get-more-leads-section.graps .about-sub-heading {
        text-align: center;
    }

    .get-more-leads-section.graps .font-w.tt {
        padding-right: 0px;
    }

    .compare-img img {
        width: 77px !important;
    }

    .get-more-leads-section.graps .col-lg-7.col-md-7.lead-left.wow.slidddeInLeft.animated {
        width: 100% !important;
    }

    .market-mania p {
        text-align: center;
        font-family: "alice";
        font-size: 16px;
        padding-bottom: 14px;
        padding: 0px 0px;
    }

    .get-more-lead-btn.about-bnr-btn.text-center.pt-5.carr {
        padding: 8px !important;
        text-align: center !important;
        padding-bottom: 30px !important;
    }

    .col-lg-3.col-md-3.col-12.dd {
        display: none;
    }

    .get-more-leads-section.pt-0.toxic.gap-top .col-lg-6.col-md-6.lead-left.wow.pad-right.animated {
        width: 100%;
    }

    .get-more-leads-section.pt-0.toxic .font-w.tt.get-review {
        font-family: "product sans-b";
        font-size: 44px;
        text-align: center;
    }


    .nav-tabs {
        border-bottom: none !important;
        display: flex;
        justify-content: center;
        padding-top: 16px;
        padding-right: 0px;
    }

    .col-lg-4.col-md-4.col-12.text-center.paddb {
        width: 50%;
    }

    .col-lg-4.col-md-4.col-12.text-center.paddb img{
        width: 100%;
    }

    .col-lg-6.col-md-6.lead-left.wow.pad-right.animated {
        padding-right: 0px;
    }
    .lead-left h1 {
        font-weight: bold;
        padding-right: 0px;
        display: inline-block;
        line-height: 50px;
        font-family: "product sans-b";
    }
    .get-more-leads-section.pt-0.toxic.gap-top .ready-section-btn.justify-content-center.text-left {
        display: flex;
    }
    .get-more-leads-section.pt-0.toxic.gap-top .col-lg-6.col-md-6.wow.hover14.hover01.cen.wont.animated {
        width: 100%;
    }
    .container-text.top-roll.mt-0 + .ads-bnr-p.col-black {
        color: #000 !important;
        padding-right: 0px;
        text-align: center;
    }

    .get-more-leads-section.pt-0.toxic.gap-top #nav-home {
        text-align: center;
    }

    .get-more-leads-section.pt-0.toxic.gap-top .about-sub-heading.font-s.sub-head-p {
        text-align: center;
    }

    .shadow-bow-review {
        width: 88%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding-top: 27px;
        border-radius: 10px;
        padding-bottom: 42px;
    }

    .s-box {
        background: #fff;
        width: 89%;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding: 30px 40px;
    }

    h4.sub-heading {
        color: #8a8a8a;
        font-size: 16px;
        text-align: left;
        font-weight: 597;
    }

    .get-more-leads-section p:nth-child(1) {
        color: #62646a;
        margin-top: ;
        margin-top: 10px;
        font-family: "product sans";
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 13px;
        padding-right:0px;
        color: #000 !important;
    }

    .top-roll {
        margin-top: 0px;
    }

    #plan .col-lg-4.col-md-4.col-12.paddi {
        width: 50%;
    }

    .card-bner h2 {
        color: #0d6efd;
        font-size: 16px;
        font-weight: 600;
        padding-top: 20px;
        text-align: center;
        font-family: "product sans";
    }

    .card-bner {
        width: 100%;
        /* padding: 44px 19px; */
        position: relative;
        top: -43px;
        z-index: 0;
        border-top: none;
        border: 1px solid #ececec;
        border-top: none;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .ignor {
        font-size: 15px !important;
    }
    .compare-plan.plan .col-lg-3.col-md-3.col-12.paddi {
        width: 50%;
    }
    .compare-plan .col-lg-3.col-md-3.col-12.paddi {
        width: 50%;
    }

    .optimiz.optmized {
        height: 477px !important;
    }
    .col-lg-8.col-md-8.col-12.bott {
        padding-right: 0px;
    }

    .col-lg-6.col-md-6.col-12.drive {
        width: 100%;
    }

    .about-service-sec-ads-page .col-lg-6.col-md-6.col-12 {
        width: 100%;
    }

    .product-img .col-lg-3.col-md-3.col-12 img{
        width: 100%;
    }

    .product-img .col-lg-3.col-md-3.col-12 {
        width: 50%;
        margin-bottom: 26px;
    }

    .product-img .col-lg-3.col-md-3.col-12 {
        width: 50%;
        margin-bottom: 26px;
    }

    .faqq-perent.pat {
        width: 97%;
        padding: 0px 14px;
    }

    .about-service-sec-ads-page .col-lg-6.col-md-6.col-12 {
        text-align: center;
    }

    .about-service-sec-ads-page .col-lg-6.col-md-6.col-12 .get-more-lead-btn.about-bnr-btn {
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
    }

    .about-service-sec-ads-page .col-lg-6.col-md-6.col-12 {
        width: 100%;
    }

    .col-lg-4.col-md-4.col-12.drive {
        width: 100%;
        text-align: center;
    }

    .col-lg-8.col-md-8.col-12.bott .get-more-lead-btn.about-bnr-btn {
        display: flex;
        justify-content: center;
    }
    .col-lg-8.col-md-8.col-12.bott p {
        text-align: center;
    }
    .col-lg-8.col-md-8.col-12.bott {
        width: 100%;
        padding-top: 10px;
    }

    .compare-card {
        margin-bottom: 21px;
    }

    .row.pdo {
        padding-top: 53px;
        padding-bottom: 50px;
    }

    .product-img.pimn img {
        width: 100%;
    }

    .product-img {
        padding-top: 13px;
    }

    .col-lg-4.col-md-6.col-12.text-center.paddb img {
        width: 100%;
    }

    .build-websit {
        padding-top: 38px;
    }

    #tog {
        position: relative;
        top: -78px;
        left: 29px;
    }

    .left-hand img {
        position: absolute;
        bottom: 23px;
        left: 0px;
        width: 292px;
    }
    .right-hand img {
        position: absolute;
        border: ;
        bottom: 78px;
        right: 0px;
        width: 292px;
    }

    .nav-section .col-lg-2.col-md-3 {
        paddingl: ;
        padding-left: 102px;
        width: 100%;
    }
    .nav-section .col-lg-5.col-md-4 {
        display: none;
    }

    .nav-section .col-lg-5.col-md-5 {
        width: 100%;
    }

    .mobile-section-view {
        display: block !important;
        border-bottom: 1px solid #acacac;
        padding-bottom: 11px;
        margin-bottom: 15px;
        padding-top: 7px;
    }

    #ul {
        position: fixed;
        background:#fff;
        width: 50%;
        justify-content: start;
        height: 100vh;
        left: -100%;
        z-index: 10000;
        transition: 0.3s;
    }

    #ul.collapse.navbar-collapse.show {
        left: 0px;
        transition: 0.3s;
    }

    .mobile-section-view .btn.btn-primary.request-btn.animated-buttonns.victoria-one.gred {
        margin-top: 10px;
    }

    #close {
        display: block;
        position: absolute;
        top: 0px;
        /* left: 0px; */
        right: ;
        cursor: pointer;
        right: 22px;
    }

    .business-profile-maneger.pab.dist {
        padding-top: 40px !important;
        padding-bottom: 52px;
    }

    .business-profile-maneger.pab.dist > h2 {
      
        font-size: 39px;
        line-height: 42px;
    }
    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li a {
        color: rgba(0, 0, 0, 0.55) !important;
        font-size: 19px;
        /* margin-top: 30px; */
    }

    
    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center {
        padding-left: 22px;
        width: 100% !important;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li {
        margin-top: 40px;
        text-align: left;
    }

    .top-form-select div {
        width: 100%;
    }

    .row.html-wordpress-boxs .col-lg-4.col-md-6.col-12 {
        margin: 14px 0px;
    }

    .lead-left h1 {
        font-weight: bold;
        padding-right: 30px;
        display: inline-block;
        line-height: 50px;
        font-family: "product sans-b";
    }

    .ceo-friendly h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 609;
        padding: 0px 102px;
        line-height: 42px;
    }

    .business-profile-maneger-main-box {
        width: 93%;
        background: #f4f0eb;
        border-radius: 8px;
        margin-top: 38px;
    }

    .col-lg-8.col-md-8.col-12.selling-content-col h2 {
        font-family: "product sans-b";
        color: #000;
        font-size: 38px;
        margin-bottom: 1px;
    }

    .need-help-section .col-lg-8.col-md-8.c0l-12 {
        width: 100%;
    }

    .partner-logo.container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 40px;
        flex-wrap: wrap;
    }

    .partner-logo.container img {
        margin: 30px;
    }
}

.compare-card-btn.prim a {
	color: #fff;
	text-decoration:none;
}

.compare-card-btn a {
	text-decoration: none;
}

.heaing {
	background: #f2f2f2;
	padding-top: 25px;
	margin-top: 50px;
}

.business-profile-maneger.full-bg {
	padding-bottom: 30px;
}

.trusted-page-heading {
	font-weight: 500 !important;
	font-size: 37px !important;
	padding-bottom: 34px !important;
	padding-top: 43px !important;
}

.need-help-section.rev {
	padding-bottom: 50px;
}
 
.trusted-page .trusted-subscribe p {
	font-size: 18   px;
  line-height: 34px;
  width: 69%;
  text-align: left;
  line-height: 28px;
  color: #020202;
  font-weight: 599;
  margin-bottom: 0px;
}

.google-review.mt-lg-0.mt-5.trust-page {
	margin-top: 50px !important;
}

.num-cen {
	height: 200px;
}

.html-logo-heading {
	padding-top:46px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.business-profile-maneger.pab.dist .boxes-container {
	display: flex;
	justify-content: center;
}

.business-profile-maneger.pab.dist.m\+ {
	margin-top: 100px;
}
 
@media screen and (max-width:580px) {
    .col-lg-3.hover14.hover01 {
        position: relative;
        top: 0px;
    }
 
    .business-profile-maneger.pab.dist {
        padding-top: 39px;
        padding-bottom: 39px;
    }

    .business-profile-maneger.pab.dist .chid-box {
        margin: 0px;
        margin-bottom: 30px;
    }

    .business-profile-maneger.pab.dist .perent-box {
        display: flex;
        justify-content: center;
        padding: 0px 0px;
        flex-direction: column;
        align-items: center;
    }

    .business-profile-maneger.pab.dist > h2 {
        font-size: 43px;
        line-height: 48px;
    }
    .custom-page-que p {
        text-align: center;
    }

    .col-lg-9.ready-section-left p:nth-child(2) {
        color: #1a73e8;
        font-size: 22px;
        font-weight: 700;
        margin-top: 8px;
        margin-bottom: 28px;
    }

    .mobile-section-view {
        padding: 0px 10px;
        padding-top: 9px;
    }

    .are-you-ready-sec {
        background: #f8f8f8;
        margin-top: 46px;
        margin-bottom: 42px;
    }

    .three-month-mar .container h2 {
        text-align: center;
        font-size: 22px;
        color: #000;
        line-height: 38px;
        font-weight: 700;
        padding: 0px 0px;
        font-family: "product sans";
    }

    .grap ul li {
        text-align: center;
        font-family: "alice";
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        /* margin-top: 1px; */
    }
    .graphic-page-cards .get-more-lead-btn.about-bnr-btn.text-center.pt-5 {
        padding-top: 0px !important;
    }
    .market-mania p {
        text-align: center;
        font-family: "alice";
        font-size: 16px;
        padding-bottom: 14px;
        padding: 0px 0px;
    }

    .about-service-sec-ads-page.bot.gap-pluse {
        margin-bottom: 50px;
    }

    .mobile-section-view .container .row .col-6.mt-3 {
        margin-top: 5px !important;
    }

    .mobile-section-view .container .row a.animated-buttonns.victoria-one {
        border: 2px solid #0d6efd;
        border-radius: 4px;
        font-size: 11px;
        margin-top: -4px !important;
    }

    .mobile-section-view hr {
        margin-top: 7px;
    }

    .top-form-select {
        display: flex;
        justify-content: center;
        padding-top: 47px;
    }

    .contact-sec .form-check .form-check-label {
        margin-left: 10px;
        text-align: left;
        font-size: 14px;
    }

    .container.plan-doc p {
        color: #7f7f7f;
        font-size: 16px;
        margin: 0px;
        text-align: center;
    }

    .container.mod-agency p {
        text-align: center;
        color: #1a73e8;
        font-size: 14px;
        font-weight: 591;
        font-family: "product sans-b";
        padding-top: 10px;
        margin-bottom: 0px;
    }

    .are-you-ready-sec .container.mod-agency h2 {
        text-align: center;
        content: ;
        color: #1a73e8;
        font-size: 25px;
        font-weight: 800;
        padding: 0px 0px;
        font-family: "product sans-b";
    }

    .back-page-cont.container > p {
        font-size: 18px;
        text-align: center;
        padding-top: 26px;
        color: #000;
        font-weight: 500;
        font-family: "product sans";
    }

    .faqq-perent {
        padding: 0px 14px;
        width: 100%;
    }

    .feedback {
        background: #ffe878;
        /* padding: 10px; */
        text-align: center;
        margin-top: 43px;
        padding-top: 13px;
        padding-bottom: 1px;
    }

    .container.plan-doc {
        padding-top: 23px;
    }
    .img-absu.img-bottomm {
        top: 31px;
        width: 159px;
        right: 41px;
    }

    .img-absu {
        position: absolute;
        top: -27px;
        right: 6px;
        width: 125px;
    }


    .img-absu.img-bottom {
        top: 3px;
    }

    .business-profile-maneger-main-box.box-width {
        width: 100%;
    }

    .sup-page-main-cont {
        width: 100%;
    }

    .vp-marketing h2 {
        color: #000;
        font-size: 22px;
        text-align: center;
        padding-bottom: 59px;
    }

    .banner-botom-sec-scan-page {
        padding: 71px 0px;
        padding-bottom: 30px;
    }
    .sup-page-main-cont h2 {
        font-size: 31px;
        font-size: ;
        font-weight: 400;
        text-align: center;
    }

    .faqq-perent.pat.box-width {
        width: 100%;
        padding: 0;
    }

    .sticker {
        position: absolute;
        top: 76px;
        right: 20px;
        width: 71px;
    }

    .get-more-leads-section p:nth-child(1) {
        color: #62646a;
        margin-top: ;
        margin-top: 10px;
        font-family: "product sans";
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 13px;
        padding-right: 19px;
        color: #000 !important;
    }

    
    .get-more-leads-section.pt-0.toxic.gap-top {
        padding-top: 0px !important;
    }

    .google-review.mt-lg-0.mt-5.adon {
        padding-top: 0px !important;
        /* padding-top: 0px !important; */
    }
    .container-fluid.second-container.text-body-secondary.pack {
        padding-top: 64px;
        padding-left: 16px;
    }




    .top-form-select div {
        width: 100%;
    }

    .faqq-perent.pat {
        width: 97%;
        padding: 0px 14px;
    }

    .radio-one-section .form-check.mt-3 {
        margin: ;
        margin-top: 0px !important;
        padding-left: 26px;
        line-height: 41px;
        text-align: left;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center {
        width: 100%;
    }

    .radio-one-section > label {
        font-family: "product sans";
        font-size: 17px;
        padding-top: 27px;
    }

    .ads-bnr-p {
        margin-top: -8px !important;
        /* padding: 0px 40px; */
        padding-right: 0px;
        color: #000 !important;
    }

    .col-lg-5.col-md-5.wow.slideInRight.hover14.hover01.cen.wont.animated img {
        width: 100%;
    }

    .ads-page-bnr-border {
        border: 1px solid #dadbdd;
        border-radius: 5px;
        padding: 18px 15px;
        margin-top: 35px;
        padding-bottom: 3px;
        margin-bottom: 26px;
    }

    .ads-page-bnr-border li {
        list-style: none;
        /* padding: 0p; */
        color: #1a1717 !important;
        line-height: 31px !important;
        font-size: 14px;
    }

    .col-lg-5.col-md-5.wow.slideInRight.hover14.hover01.cen.wont.animated {
        /* text-align: right !important; */
        display: flex;
        justify-content: right;
        position: relative;
        top: 24px;
    }

    .ads-page-bnr-border p:nth-child(1) {
        color: #62646a;
        margin-top: ;
        /* margin-top: 10px; */
        font-family: "product sans";
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 13px;
        padding-top: 0px !important;
        color: #000;
        line-height: 27px;
    }

    .ted-cont.container {
        padding: 0px 40px;
    }

    .col-lg-8.col-md-8.col-12.col-width {
        width: 92%;
    }

    .sup-page-main-cont p {
        text-align: center;
    }

    .faqq-section.frequ .conter {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .nav-section .navbar-brand.navbar.navbar-expand-lg.navbar-light {
        margin-left: 27px;
    }
    .nav-section .header-image-hover {
        margin-left: 27px;
    }

    .col-lg-6.col-md-6.lead-left.wow.pad-right.animated {
        padding-right: 0px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: none !important;
        border: none;
        position: absolute;
        top: -78px;
        left: -26px;
        z-index: 10;
    }

    .navbar.navbar-expand-lg.navbar-light.t {
        padding: 0;
    }

    .collapse.navbar-collapse {
        position: fixed;
        background: #fff;
        width: 89%;
        left: -100% !important;
        z-index: 10;
        transition: 0.7s;
        height: 100vh;
        top: 0px;
    }
    #close {
        position: absolute;
        top: -24px !important;
        right: -42px;
        cursor: pointer;
        padding: 5px;
        background: #fff;
    }
    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li {
        text-align: left !important;
    }
    

    .collapse.navbar-collapse.show {
        position: fixed;
        background: #fff;
        width: 81vw !important;
        left: 0px !important;
        z-index: 10;
        transition: 0.7s;
        height: 100vh;
        padding: 0px 8px;
        top: 0px;
        z-index: 10000;
    }
    .sub a {
        width: 100%;
        padding-top: 7px !important;
    }
    .get-more-lead-btn.about-bnr-btn.text-center.pt-5.mobil-btn .btn.btn-primary.animated-buttonns.victoria-one.about-bnr-btn {
        padding: 4px 11px;
        margin-bottom: 7px;
        font-size: 15px !important; display: none;
    }
    .dis-m{
        display:block;
    }

    .dis-d{
        display:none;
    }

    .sub {
        position: absolute;
        bottom: 53px;
        width: 90%;
        text-align: center !important;
        display: flex;
        justify-content: center;
        background: ;
    }

    #hak li {
        margin-bottom: 0px;
        height: 36px;
    }
    #ul {
        display: flex !important;
        justify-content: center;
        align-items: start;
         
    }

    #hak li a {
        font-size: 16px !important;
        /* line-height: 21px; */
    }

    #ul > ul li a {
        font-size: 18px;
    }

    .s-box {
        background: #fff;
        width: 92%;
        text-align: center;
        padding-top: 38px;
        padding-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .box-p {
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 51px 0px;
    }

    .col-lg-10.Term_section.fixed {
        padding: 60px 22px;
        padding-bottom: 0px;
    }

    .feedback h2 {
        font-style: italic;
        font-size: 24px;
        /* font-weight: 500; */
        font-family: "product sans-b";
    }

    .font-w.tt.get-review.pad-b-plus {
        padding-top: 12px;
        padding-bottom: 0px;
    }
    .about-service-sec-ads-page h2 {
        text-align: center;
        color: #595959;
        padding-bottom: 19px;
        padding-top: 9px;
        font-size: 24px;
    }
    .about-service-sec-ads-page .col-lg-6.col-md-6.col-12.drive {
        padding-left: 0px;
        text-align: center;
    }

    .row.pdo .col-lg-4.col-md-4.col-12.text-center.paddb img {
        width: 66%;
        padding-bottom: 30px;
    }

    .row.pdo {
        padding-top: 47px;
        padding-bottom: 0px;
    }

    .col-lg-6.col-md-6.col-12.mobil-set {
        text-align: center !important;
    }

    .about-service-sec-ads-page p {
        padding: ;
        padding-bottom: 10px;
        color: #000;
        text-align: center;
    }
    .website p {
        font-size: 18px;
        text-align: center;
        padding-top: 0px;
        color: #000;
        font-weight: 500;
        font-family: "product sans";
    }
    .ceo-friendly h2 {
        font-size: 34px;
        line-height: 51px;
    }

    .html-wordpress-heading > h2 {
        font-size: 34px;
        line-height: 47px;
    }

    .html-logo-heading {
        padding-top: 22px;
    
    }

    .html-logo-heading > h2 {
    
        font-size: 23px;
    }
    .custom-page-que .container > h2 {
        font-size: 33px;
        line-height: 50px;
    }

    .custom-page-que-sub-cont > h2::after {
        margin: 0px auto;
    }
    .phase > h2::after {
        margin: 0px auto;
    }
    .custom-page-que {
        padding: 53px 34px 0px 31px;
    }
    .ceo-friendly.ceo {
        /* margin-top: 100px; */
        padding: 53px 0px;
    
    }
    .get-more-leads-section.fig .font-w {
        font-size: 34px;
    }
    .get-more-leads-section.fig .pink-color {
        font-size: 34px;
    }
    .back-page-cont.container > p span {
        text-decoration: none;
        display: block;
        padding-top: 8px;
    }

    .google-review.mt-lg-0.mt-5.adon {
        margin-top: 0px !important;
    }

    .perent-box.podd h2 {
        padding-top: 22px;
        font-size: 20px;
        text-transform: capitalize;
    }
    .websites-logos.pricing-page{
        padding-top: 8px;
    }
    
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 12.255em !important;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        /* position: relative !important; */
        /* right: 0px !important; */
    }

    .get-more-leads-section.pt-0.toxic .font-w.tt.get-review {
        font-family: "product sans-b";
        font-size: 34px;
        padding-top: 50px;
    }
    .get-more-leads-section.pt-0.toxic .main-class-review .container {
        padding: 5px;
    }
    .shadow-bow-review.fok {
        width: 100% !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding-top: 27px;
        border-radius: 10px;
        padding-bottom: 42px;
        /* margin-top: 50px; */
        position: relative;
        top: 14px;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li {
        margin-bottom: 20px;
    }

    .trusted-subscribe p span a {
        display: block;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center li {
        padding: 0px;
    }

    .smile-emo img {
        width: 89%;
        max-width: 100%;
    }

    .smile-emo h2 {
         
        font-size: 28px;
        
    }

    .trusted-page .trusted-subscribe p {
        font-size: 18px;
        line-height: 34px;
        width: 100%;
        text-align: center;
        line-height: 28px;
        color: #020202;
        font-weight: 599;
        margin-bottom: 0px;
    }

    .trusted-subscribe {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        border: 1px solid;
        border-radius: 13px;
        width: 92%;
        margin: 0px auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .about-service-sec-ads-page .get-more-lead-btn.about-bnr-btn {
        text-align: center;
        padding-bottom: 33px;
    }

    .col-lg-8.col-md-8.col-12.bott {
        padding: 0px;
        padding-top: 10px;
        padding: 5px 22px;
    }

    .col-lg-12.expectt-div h2:nth-child(2) {
        text-align: center;
        font-size: 29px;
        font-weight: unset;
        font-size: ;
        font-family: "product sans-b";
        padding-top: 17px;
        padding-bottom: 14px;
    }

    .col-lg-12.expectt-div h2:nth-child(1) {
        text-align: center;
        font-size: 23px;
        padding-top: 17px;
    }

    .product-img {
        padding-top: 68px;
    }

    .manualy-width {
        max-width: 100%;
    }

    .banner-botom-sec-scan-page p {
         
        padding: 0px 0px;
       
        
    }

    .banner-botom-sec-scan-page h2 {
         
        
        font-size: 24px;
        
        padding: 0px 0px;
    }
    .product-img h2 {
        text-align: center;
        font-family: "product sans-300";
        font-size: 25px;
        color: #000;
        padding-bottom: 44px;
    }

    .container.sticker-sec h2 {
        color: #444444;
        text-align: center;
        font-size: 22px;
        padding-top: 55px;
        font-weight: 600;
    }

    .product-img .col-lg-3.col-md-3.col-12 {
        text-align: center;
        padding-bottom:10px ;
    }
    .product-img h4 {
        color: #515253;
        text-align: center;
        font-size: 16px;
    }

    .counter_section.m-auto.px-5.conter-expect {
        margin-top: 46px !important;
    }

    #hak {
        z-index: 10000 !important;
        position: absolute;
        width: 100%;
        top: 44px;
    }

    .dropdown-menu.dropdown-menu-dark.show {
        background: #fff;
        border-radius: 0px 0px 5px 5px !important;
    }

    .navbar.navbar-expand-lg.navbar-light.t .dropdown-toggle::after {
        display: inline-block;
        margin-left:0px;
        vertical-align: 0px;
        content:url('../img/drop-icon.svg');
        border-top:none;
        border-right:none;
        border-bottom: 0;
        border-left:none;
        position: absolute;
        right: 11px;
        top: 13px;
    }

    .about-service-sec-ads-page.bot .col-lg-4.col-md-4.col-12.drive {
        text-align: center;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center .nav-item .nav-link {
        color: #000;
        /* background: #f5f5f5; */
        padding: 12px;
        /* margin: -9px 0px; */
        margin: ;
        /* margin-bottom: 20px; */
    }

    .product-img .get-more-lead-btn.about-bnr-btn.text-left.pt-5 {
        padding: 0px !important;
        margin-bottom: 40px;
    }
    .col-lg-4.col-md-6.col-12.text-center.paddb img {
        width: 200px;
        padding-bottom: 30px;
    }
    .col-lg-4.col-md-6.col-12.text-center.paddb img {
        width: 100%;
    }
    .product-img.pimn .col-lg-3.col-md-6.col-12 {
        text-align: center;
    }

    .colt {
        padding: 0px;
        padding-bottom: 10px;
    }

    .plans-h.text-center {
        font-family: "product sans-300";
        font-size: 32px;
        color: #717171;
        margin-top: -33px;
        padding-bottom: 0px;
    }
    .col-lg-8.col-md-8.col-12.selling-content-col h2 {
        font-family: "product sans-b";
        color: #000;
        font-size: 30px;
        margin-bottom: 27px;
        text-align: center;
    }

    .col-lg-4.col-md-4.col-12.selling-img-col {
        padding-top: 13px;
        padding-bottom: 30px;
        text-align: center;
    }

    .font-w.tt.get-review.pad-b-min {
        padding-bottom: 1px !important;
        padding-top: 1px;
    }

    .col-lg-8.col-md-8.col-12.selling-content-col p {
        font-family: "product sans-300";
        font-size: 16px;
        /* color: #afafd2; */
        margin-bottom: 22px;
        text-align: center;
        padding: 0px 20px;
    }

    .desk-hide.img-fluid {
        display: block;
    }
    .mobile-hide {
        display: none;
    }

    .navbar-nav.mb-2.mb-lg-0.custom-nav.text-center.justify-content-center .nav-item .nav-link.active {
        color: #000;
        background: #f5f5f5;
        padding: 12px;
        /* margin: 10px 0px; */
    }
    .col-lg-4.footer-last-col {
        padding-left: 13px !important;
    }
    .google-review-sec span:nth-child(1) {
        display: block !important;
    }

    .patner-sec h2 {
        text-align: center;
        color: #000;
        font-size: 24px;
        font-weight: 700;
    }

    .partner-logo.container {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 25px;
        /* flex-wrap: wrap; */
        flex-direction: column;
    }

    .three-month-mar .col-lg-6.img-posi {
        text-align: center;
    }

    .col-lg-6.text-free {
        vertical-align: bot;
        display: flex;
        flex-direction: column;
        justify-content: end;
        justify-content: center;
        align-items: center;
    }

    .trusted-subscribe {
        flex-direction: column;
    }

    .business-profile-maneger-main-box {
        width: 99%;
        background: #f4f0eb;
        border-radius: 8px;
        margin-top: 38px;
    }

    .perent-box .chid-box {
        width: 100%;
    }
    .graphic .font-w.tt {
        font-size: 34px;
         
    }

    .pink-color {
       
        font-size: 34px !important;
    
    }

    .graphic .about-sub-heading {
        width: 100%;
        text-align: center;
    }

    .ads-bnr-p {
        text-align: center;
        width: 100%;
    }
    .graphic-page-cards h2 {
        font-size: 34px;
        line-height: 43px;
    }

    .course-list {
        padding: 44px 30px 28px 30px;
    }

    .mania p {
        text-align: center;
    }

    .mania {
        text-align: center;
    }

    .heading-custmize .WidgetTitle__Header-sc-ruy1gu-2.huflDf {
        font-size: 34px;
        line-height: 34px;
        margin-top: 54px;
    }

    .product-img.custmize h4 {
        font-size: 24px;
    }

    .product-img.custmize p {
      
     
        width: 100%;
        margin: 8px auto;
        margin-bottom: 10px;
    }

    .need-help-section.need-more .need-help-text {
        margin-top: 0px;
        font-size: 27px;
        line-height: 27px;
        margin-top: 17px;
    }

    .social-icon-box-col.blue .pere-cont p:nth-child(1) {
        font-size: 21px;
    }
    .social-icon-box-col.blue .pere-cont p:nth-child(2) {
       
        font-size: 14px;
       
    }

    .social-icon-box-col.green .pere-cont p:nth-child(1) {
        font-size: 21px;
    }

    .social-icon-box-col.green .pere-cont p:nth-child(2) {
        font-size: 14px;
    }
    .product-img.custmize {
        margin-top: 0px;
    }
    .product-img.custmize h2 {
         margin-bottom: 10px;
        font-size: 35px;
        line-height: 43px;
    
    }
    .mania h2 {
        font-size: 34px;
        text-align: center;
        margin-top: 30px;
    }
    .graphic-page-cards p {
        width: 100%;
    }
    .course-list li {
        font-size: 20px;
        line-height: 37px;
    }
    .course-list h2 {
        font-size: 26px;
    }

    .market {
        margin-top: 72px;
    }
    .graphic-page-cards {
        padding-top: 51px;
        background: #F2F4FF;
        margin-top: 29px;
        padding-bottom: 70px;
    }
    .chid-box > h2 {
        padding-top: 11px;
        font-size: 25px;
        font-family: "product sans";
        position: absolute;
        top: 20px;
        text-align: center;
    }

    .perent-box {
        display: flex;
        justify-content: center;
        padding: 0px 30px;
        flex-direction: column;
    }

    .trusr {
        font-size: 22px;
        padding-top: 24px;
        font-weight: 600;
        padding: 28px 10px;
        padding-bottom: 0px;
    }

    .partner-logo.container img {
        margin-bottom: 43px;
    }

    .col-lg-3.col-md-3.col-12.scan-page-center p {
        text-align: center;
    }
    .websites-logos h2 {
        font-family: "product sans-300";
        font-size: 29px;
        padding: 4px 0px;
        text-align: center;
        color: #3a3f52;
        font-weight: ;
    }

    .desk-hide.img-fluid {
        padding-bottom: 33px;
    }

    .content-feedback-section h2 {
        text-align: center;
        font-family: "product sans";
        font-size: 26px;
        font-weight: 700;
        /* font-style: italic; */
        color: #fff;
    }

    .get-more-lead-btn.about-bnr-btn.text-center.pt-5.carr {
        padding: 8px !important;
        text-align: center !important;
    }

    .col-lg-3.col-md-3.col-12.scan-page-center .get-more-lead-btn.about-bnr-btn.text-center.pt-5 {
        padding: 0px !important;
        text-align: center !important;
    }

    .websites-logos {
        padding-top: 75px;
    }

    .col-lg-3.col-md-3.col-12.scan-page-center {
        margin-top: 32px;
    }

    .container-text.top-roll.mt-0 + .ads-bnr-p.col-black {
        color: #000 !important;
        padding-right: 0px;
    }

    .business-profile-maneger.pab.pad-less {
        padding-top: 26px;
    }
    .nav-tabs {
        border-bottom: none !important;
        display: flex;
        justify-content: center;
        padding-top: 16px;
        padding-right: 0px;
    }
    #renge {
        left: 166px;
    }
    .only-img {
        background-image: url('../img/tap-review.jpg');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        height: 198px;
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .ads-page-bnr-border p {
        text-align: left;
    }   

    .ads-page-bnr-border ul li {
        text-align: left;
    }

    .banner-bg-img {
        background-image: url('../img/mobil-tap-to-review-bnr.jpg');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        height: 185px;
        display: flex;
        justify-content: center;
        align-items: end;
        padding-bottom: 15px;
    }

    .padination {
        padding-top: 26px;
    }

    .col-lg-12.thank-page-imgg {
        padding-top: 11px;
        background: #0d6efd;
        width: 100%;
        border-radius: 5px;
    }

    .product-img.pt-5.cum-pro {
        padding-bottom: 50px;
    }

    .col-lg-12.thank-page-imgg h2 {
        text-align: center;
        font-size: 30px;
        color: #fff;
        font-weight: 796;
        font-family: "product sans-b";
        margin-bottom: 11px;
    }

    .change-card-img {
        width: 100%;
    }

    .col-lg-12.thank-page-imgg p {
        text-align: center;
        color: #fff;
        margin-top: 20px;
        font-size: 22px;
        font-family: "product sans-b";
        line-height: 30px;
        padding: 0px 28px;
    }

    .review-lead .container > p {
        padding-bottom: 36px;
        padding: ;
        padding-left: 22px;
        padding-right: 22px;
    }

    .ceo-friendly-peras {
        padding-top: 18px;
        padding-left: 13px;
        padding-right: 13px;
        text-align: center;
    }

    .html-wordpress {
        padding-top: 23px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .html-wordpress-box {
        margin: 20px 0px;
    }

    .shadow-bow-review {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding-top: 27px;
        border-radius: 10px;
        padding-bottom: 42px;
    }

    .card-bner {
        width: 100%;
        /* padding: 44px 19px; */
        position: relative;
        top: 17px;
        z-index: 0;
        border-top: none;
        border: 1px solid #ececec;
        border-top: none;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .social-icon-box.row.justify-content-center.bod {
        border: 1px solid #eee;
        padding: 39px 0px;
        border-radius: 18px;
        margin-bottom: 81px;
        margin: 10px;
        padding: 22px;
    }
    .ban-ul li {
        text-align: left;
    }

    .html-logo {
        width: 69px;
        position: relative;
        left: -8px;
    }

    .row.html-wordpress-boxs {
        padding-top: 0px;
    }

    .build-websit {
        padding-top: 0px;
    }

    .faqq-perent > h2 {
       
        font-size: 34px;
        line-height: 45px;
        
    }
    .faqq-perent .accordion-button {
        font-size: 20px;
    }
    .build-websit-heading-part {
        margin-top: 50px;
    }

    .google-review.mt-lg-0.mt-5.adon.home {
        padding-top: 50px !important;
    }

    .ready-section-btn.justify-content-center.text-center.pt-0.mb-5.trusted-review {
        width: 200px;
        margin: -27px auto;
    }

    .phase {
        padding-top: 43px;
    }

    .phase > h2 {
        font-family: "product sans";
        font-size: 25px;
        padding-bottom: -1px;
        color: #0f0e0e;
        text-align: center;
    }

    .phase > p {
        font-family: "product sans-300";
        font-size: 18px;
        color: #212529;
        /* padding: 0px -8px; */
        text-align: center;
    }

    .optimiz.optmized {
        height: auto !important;
    }

    .row.footer-d-logos .col-lg-8 img {
         
        width: 100px;
    }

    .faqq-section {
        padding-top: 35px;
    }

    .social-icon-box.row.justify-content-center {
        padding: 0px 20px;
    }

    .custom-page-que-sub-cont > h2 {
        font-family: "product sans-b";
        font-size: 22px;
        color: #090808;
        text-align: center;
    }
    

}


.ignite {
	padding: 0;
	color: #373434 !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400 !important;
}

  .dropdown a{
    color: #000 !important;
  }

  .dropdown-menu.dropdown-menu-dark.show {
	background: #fff;
}

.img-fluid.hall {
	width: 71px;
	/* margintop: 11px; */
}

.d-flex.justify-content-between.align-items-center.get-btn-three.rel {
	position: relative;
	top: 29px;
}

.circl span:nth-child(2) {
	font-size: 61px;
	position: relative;
	top: -4px;
	right: -5px;
}

.add-non{
    display: none;
}

.circl {
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-size: 69px;
}

.manualy-width {
	width: 100%;
}
.free-delivery.bg-remove {
	background: none !important;
}
.optimiz.optmized.min-hei {
	height: 239px !important;
}

.col-lg-3.col-md-3.col-12.paddi.hei-min button {
	padding: 10px;
	border: ;
	border-radius: 10px;
}

.optimiz.optmized.min-hei p {
	text-align: left;
}

.col-lg-5.col-md-5.wow.slideInRight.hover14.hover01.cen.wont.top-min.animated {
	top: 0px;
}
.size-change {
	padding-right: 0px !important;
}














