.amazon-ppc-banner{
	background: #f0bd6f;
}

.amazon-ppc-banner h2, .amazon-ppc-banner h1{
	color: #000;
    font-weight: 700 !important;
    text-transform: capitalize;
    margin-top: 6%;
    font-family: 'Poppins' !important;
    letter-spacing: -1px;
}

p{
	font-size:18px;
	font-weight:400;
	font-family: 'Poppins';
	line-height: 1.5;
}

.pt-50{
	padding-top:50px;
}

.pb-50{
	padding-bottom:50px;
}

.pt-100{
	padding-top:100px;
}

.pb-100{
	padding-bottom:100px;
}

button.black-transparent-btn{
    width: 70%;
    border-radius: 5px;
    padding: 20px 0;
    border: 1px solid #000000;
    background: black;
    color: #ff8000;
}
button.transparent-btn a, .black-transparent-btn a{
	color: #fff;
}
.ribbon-right:after {
    content: "NEW";
    background: #f8a756;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35%;
    left: auto;
    right: 0;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    padding: 25px 0 15px;
    text-align: center;
    vertical-align: middle;
}

.col-md-6.ribbon-right {
    position: relative;
}
.who_what_buttons {
    background-image: url(../assets/who_what_circles.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    background-size: 95%;
} 

  .who_what {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

 .who_what_content_first {
    display: none;
}

 .fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.3s;
	display: block;
}

@keyframes  fadeInOpacity {
0%  {
        opacity: 0;
        }
100% {
        opacity: 1;
    }
}

.fade-out {
	opacity: 0;
	animation-name: fadeOutOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;
	display: none;
}

@keyframes  fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.who_what_header {
	letter-spacing: 0px;
	color: #1F2148;
	opacity: 1;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 27px;
}

.who_what_item {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.who_what_item_content {
	letter-spacing: 0px;
	font-size: 18px;
	margin-left: 15px;
}

.who_what_item_content span {
	letter-spacing: 0px;
	color: #1F2148;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
}

.who_what_first, .who_what_second {
	background: #fff;
	border: 0.5px solid #0000001A;
	text-align: center;
	border-radius: 7px;
	box-shadow: 0px 40px 60px 0px #00000026;
	cursor: pointer;
	user-select: none;
	z-index: 10;
}

.who_what_first {
	width: 240px;
	position: relative;
}

.who_what_first.active {
	z-index: 50;
	    background: #fff2e5;
}

.who_what_first.active .who_what_first_header {
	font-weight: 700;
}

.who_what_second {
	position: relative;
	width: 240px;
	top: -120px;
	left: 220px;
}

.who_what_second.active {
	z-index: 50;
	background: #fff2e5;
}
.who_what_second{
    background: #e5f2f2;
}
.who_what_second.active .who_what_second_header {
	font-weight: 700;
}

.who_what_first_icon, .who_what_second_icon {
	margin-top: 59px;
	margin-bottom: 44px;
	display: flex;
	justify-content: center;

}

.who_what_first_icon_back, .who_what_second_icon_back {
	width: 125px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

.who_what_first_icon_back {
	background: #1ea8aa;

}

.who_what_second_icon_back {
	background:#f8a756;
}

.who_what_first_icon_back img, .who_what_second_icon_back img {
	width: 60px;
}

.who_what_first_delimiter, .who_what_second_delimiter {
	background: #707070;
	height: 1px;
	opacity: 0.1;
	margin-bottom: 31px;
	margin-left: 36px;
	margin-right: 36px;
}

.who_what_first_header, .who_what_second_header {
	font-size: 19px;
	letter-spacing: 0px;
	color: #1F2148;
	opacity: 1;
	text-align: center;
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.who_what_first_header img, .who_what_second_header img {
	width: 10px;
	margin-left: 7px;
}

.auto-amazon-ppc{
	background-color: #f1f5f9;
}
.cost-click-points li {
    list-style: circle;
	font-size: 18px;
}
ul.cost-click-points {
    padding-left: 20px;
}
.how-do-we-ace{
	background:#fff0e1;
}
.how-do-we-ace .accordion-item a:before{
	display:none;
}
.how-do-we-ace .accordion a.active{
    background-color: #fff0;
}
section.cta-amazon-ppc, .amazon-background-yellow {
    background: #f0bd6f;
}
.amazon-background-yellow.section-blue-design .card-items .card .card-body i {
    color: #000000;
    background-color: #f8a75645;
}
.amazon-background-yellow.section-blue-design .card{
	background-color: #ffffff;
}
.text-black{
	color:#000 !important;
}
button.btn-custom-style {
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    background: #ffffff;
}
.cta-amazon-ppc .row{
	align-items: center;
}
.amazon-ppc-page-faq .accordion-item a, .how-do-we-ace .accordion-item a{
	font-size: 18px;
}

.btn-orange-background{
	width: 70%;
    border-radius: 5px;
    padding: 20px 0;
    border: 1px solid #222f3e;
    background: #222f3e;
    color: #000000;
}
button.btn-orange-background a {
    color: #fff;
}

.flex-1{
	flex: 1;
}
.amazon-ppc-page .number{
	font-size: 70px;
	background: linear-gradient(to bottom, #f8a756 0%, rgb(221 124 27) 80%), rgba(251, 182, 188, 0) 100%;
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.testimonial-div-card {
	margin: 0 auto;
	border: none;
}
.testimonial-div-card .carousel-item {
	min-height: 190px;
}
.testimonial-div-card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: #3d3d3d;
	border: 1px solid #efefef;
	min-height:266px;
	padding: 8px;
	border-radius: 6px;
	box-shadow: 0px 0px 10px 6px rgb(234 234 234 / 61%);
}
.testimonial-div-card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.testimonial-div-card .carousel-caption .col-sm-9 {
	text-align: left;
}
.testimonial-div-card .carousel-control-prev, .testimonial-div-card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.testimonial-sec-div .carousel-control-prev-icon, .testimonial-sec-div .carousel-control-next-icon {
	background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #ff9900;
    height: 30px;
    line-height: 32px;
    width: 50px;
    padding: 0 10px;
    border-radius: 30px;
}
.testimonial-sec-div .carousel-control-next, .testimonial-sec-div .carousel-control-prev{
	    bottom: -65px !important;
		top: auto !important;
}
.testimonial-div-card .carousel-control-prev-icon:before, .testimonial-div-card .carousel-control-next-icon:after{
	display:none;
}

.testimonial-div-card .carousel-inner{
	padding: 30px 10px 128px 10px;
}
.testimonial-sec-div .carousel-control-prev-icon:hover, .testimonial-sec-div .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.testimonial-sec-div .carousel-control-prev {
	left: 46%;
	top: 110%;
	
}
.testimonial-sec-div .carousel-control-next {
	right: 46%;
	top: 110%;
}
.testimonial-sec-div .midline {
	width: 60px;
	width: 60px;
	border-top: 1px solid #ff8000;
}
.testimonial-sec-div .carousel-caption h2 {
	font-size: 24px;
}
.testimonial-sec-div .carousel-caption h2 span {
	color: #ff9900;
	font-size: 16px;
}

.testimonial-div-card .align-items-start .rounded-circle {
    border-radius: 50% !important;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: 2px;
    object-fit: cover;
}
.testimonial-sec-div .carousel-caption p{
	font-size: 14px;
    text-align: left;
}
.award-winning-sec .col {
    background: #eaf4fe;
    padding: 7px;
    box-shadow: 0px 0px 6px 1px #e3e3e3;
    height: auto;
    margin: 7px;
    border-radius: 10px;
}
.testimonial-div-card .carousel-item .col-md-6 {
    position: relative;
}

.testimonial-div-card .carousel-caption:after {
	position: absolute;
    right: -7px;
    top: -93%;
    bottom: auto;
    content: "“";
    color: #505050;
    font-size: 280px;
    z-index: -1;
    opacity: 0.1;
    font-weight: 100;
    transform: rotate(180deg);

}
.col-md-6.company-img img {
    width: 100%;
    border-radius: 15px;
}

.dark-gray-with-navy-back{
	background: #222f3e;
	
}
 
 .auto-amzon-ppc .button-29{
	background: #ff9900;
 }
 
 .why-choose-amzon-ppc .btn_long_section a{
	background: #ff9900;
	padding: 20px 60px;
    font-size: 20px;
	border-radius: 5px;
 }
 .core-amazon-ppc .strength-grid-icon i{
	color: #ff9900;
	background-color: rgb(255 153 0 / 30%);

 }
 .abazon-page-review .nav-sidebar ul li a.show.active{
	 border-width: 1px;
    border: 3px solid #6d7e94;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
    padding: 20px 110px 20px 20px;
 }
 
 section.grow-on-amazon .nav.flex-column.nav-pills {
    flex-direction: unset!important;
    margin: 2px;
}

section.grow-on-amazon button {
    width: 137px;
}
section.grow-on-amazon img.icons-imgs {
    max-width: 70px!important;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
}
.grow-on-amazon .nav-pills .nav-link.active{
	background-color: #f0bd6f;
}
section.grow-on-amazon .nav.flex-column.nav-pills span {
    text-align: left;
    font-size: 18px;
}
section.grow-on-amazon a {
    display: grid;
}

.grow-on-amazon a p {
    font-size: 15px;
    line-height: 1.1;
    margin-top: 12px;
}
.grow-on-amazon .nav-pills .nav-link{
margin: 5px;
}

.how-do-we-ace .accordion .content p, .how-do-we-ace .accordion .content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #545454;
}
.amazon-slide-tabs  .nav-sidebar ul li a {
    background: #272f3900;
}
 .amazon-slide-tabs{
	background: #233040;
 }
 .amazon-slide-tabs .nav-sidebar ul {
    flex-direction: column;
    flex-basis: 34%;
    margin-top: 50px;
}
.amazon-slide-tabs .nav-sidebar ul li {
    padding: 24px 0px 24px 32px;
    margin: 0px 0px 0px 0px;
    background: #3a4a5e;
    margin-bottom: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.amazon-slide-tabs .nav-sidebar li a .box-tab {
    padding: 10px 80px 10px 10px;
}

.amazon-slide-tabs .nav-sidebar li a.active .box-tab {
    border: 1px solid #ccc;
    padding: 10px 80px 10px 10px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (min-width:1440px){
	
.amazon-background-yellow .container,
.amazon-ppc-banner .container,
.tabs-left-side .container, .amazon-slide-tabs .container{
	max-width: 1330px;
}
}
 @media (min-width:1920px){
.amazon-background-yellow .container,
.amazon-ppc-banner .container,
.tabs-left-side .container, .amazon-slide-tabs .container
	{max-width: 1620px;
	}
 }

 @media (min-width: 320px) and (max-width: 575px) {
.testimonial-sec-div .carousel-caption {
	position: relative;
}
.testimonial-sec-div .testimonial-div-card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.testimonial-sec-div .testimonial-div-card .carousel-caption img {
	margin: 0 auto;
}
.testimonial-sec-div .carousel-control-prev {
	left: 40%;
	top: 105%;
}
.testimonial-sec-div .carousel-control-next {
	right: 40%;
	top: 105%;
}
.testimonial-sec-div .card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.testimonial-sec-div .carousel-caption {
	position: relative;
}
.testimonial-sec-div .testimonial-div-card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.testimonial-div-card .carousel-caption img {
	margin: 0 auto;
}
.testimonial-div-card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
.testimonial-sec-div .carousel-control-prev {
	left: 35%;
	top: 105%;
}
.testimonial-sec-div .carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.testimonial-sec-div .testimonial-div-card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}

@media (max-width:768px){
.display-4 {
    font-size: 2.2rem;
}
.amazon-slide-tabs .nav-sidebar ul {
    position: relative;
    display: -webkit-inline-box;
}
.amazon-slide-tabs .nav-sidebar ul li {
    width: 31%;
    padding: 15px 10px 0px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    margin-bottom: -12px;
    margin: 3px;
}
.amazon-slide-tabs .nav-sidebar ul span {
    display: none;
}

.amazon-slide-tabs .nav-sidebar li a.active .box-tab{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-right: 3px solid #6d7e94;
}
.flex-1 {
    flex: auto;
}
.auto-amazon-ppc .bg-white{
	margin: 10px;
	padding: 25px !important;
}
.grow-on-amazon .tab-content {
    padding-top: 13%;
	margin-bottom: 0;
}
section.grow-on-amazon button {
    width: 32%;
}
.who_what_first {
	width: 49%;
	left: 10px;
}
section.grow-on-amazon .nav.flex-column.nav-pills{
	 position: relative;
	 z-index: 1;
}
.who_what_second{
	width: 49%;
	left: 160px;
	top: -25px;
}
.grow-on-amazon .nav-pills .nav-link {
    margin: 1px;
}
.who_what_first_icon_back, .who_what_second_icon_back {
    width: 100px;
    height: 100px;
}
.who_what_first_header, .who_what_second_header {
    font-size: 14px;
}
.how-do-we-ace section.faqnewcstm{
	padding: 0;
}
.how-do-we-ace .accordion-item a {
    padding: 10px 0;
}
.amazon-ppc-banner h2{
	margin-top: 12%;
}
.testimonial-div-card .carousel-inner {
    padding: 30px 10px 0px 10px;
}
.pb-100 {
    padding-bottom: 50px !important;
}
.section-blue-design .col-lg-4 {
    border-radius: 10px;
    margin: 10px;
}
.section-blue-design .card.card-1, .section-blue-design .card.card-3, .section-blue-design .card{
	border-radius: 10px !important;
}
.btn-orange-background {
    width: 100%;
}
section.amazon-ppc-banner h1 {
    padding-top:90px;
}
}
@media(max-width:414px){
	.box-tab {
    font-size: 13px;
}
.how-do-we-ace .accordion-item a {
    padding: 10px 10px 10px 0;
}
.faqnewcstm .accordion a::after{
    right: -1rem;
}
}