:root {
  --black: #000;
  --light-black: #333333;
  --white: #fff;
  --light-blue: #486fa4;
  /* --dark-blue: var(--dark-blue); */
  --dark-blue: #0e2e67;
  --sky-blue: #0c7cde;
  --orange: #f16f1d;
  --brown: #522b25;
  --gray: #adaba2;
  --green: #7a8c22;
  --rhythm: #89779d;
  --fluorescent-blue: #29f1fd;
  --Light-royal-blue:  #648CED;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0%;
}

section p {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  color: var(--light-black);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

ul {
  margin: 0px !important;
  padding-left: 0px !important;
}

li {
  list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* BOOTSTRAP CSS END  */

/* GLOBAL CSS START HERE  */

.section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.dark-blue {
  background-color: var(--dark-blue);
}

.sky-blue {
  background: var(--sky-blue);
}

.orange {
  background-color: var(--orange);
}

.brown {
  background-color: var(--brown);
}

.gray {
  background-color: var(--gray);
}

.green {
  background-color: var(--green);
}

.rhythm {
  background-color: var(--rhythm);
}

.fluorescent-blue {
  background-color: var(--fluorescent-blue);
}

.clr-orange {
  color: var(--orange);
}

.clr-blue {
  color: var(--dark-blue);
}

.row.footer-icon-row {
  margin-bottom: 0 !important;
}

.head {
  position: relative;
  margin: 0 0 2rem;
  padding: 0;
}

footer {
    background: #0e2e67 !important;
}

@media (min-width: 1200px) {
	
  .head-center {
    max-width: 80%;
    margin: 0 auto 3rem;
  }

  .head-50 {
    width: 50%;
  }

  .head-60 {
    width: 60%;
  }

  .head-70 {
    width: 70%;
  }

  .head-80 {
    width: 80%;
  }
}

.head h2 {
  color: #21243A;
  /* margin: 0 0 .5rem; */
}

.head h2,
.head h2 span {
  position: relative;
  font-weight: 800;
  line-height: 1;
}

.head h2 span {
  color: var(--Light-royal-blue);
}



.head.head-center:before {
  margin: auto;
}

.head p {
  color: #21243A;
  font-size: 1rem;
  font-weight: 500;
  margin: 1.5rem 0 0;
}

.head p a {
  text-decoration: underline !important;
  color: var(--orange);
}

.head p:last-child {
  margin-bottom: 0;
}



@media (min-width: 1200px) {
  .width-50 {
    max-width: 50%;
  }

  .width-60 {
    max-width: 60%;
  }

  .width-70 {
    max-width: 70%;
  }

  .width-75 {
    max-width: 75%;
  }

  .width-80 {
    max-width: 80%;
  }

  .width-85 {
    max-width: 85%;
  }

  .width-90 {
    max-width: 90%;
  }

  .width-95 {
    max-width: 95%;
  }
}

.m-auto {
  margin: auto;
}

.div-CTA {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  margin: 3rem 0 0;
}

.div-main-cta {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid transparent;
  padding: 1rem 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 250px;
}

.div-main-cta.btn-orange {
  background: var(--orange);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

.div-main-cta.btn-orange:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}

.div-main-cta.btn-white {
  background: #333;
  color: #fff;
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

.div-main-cta.btn-white:hover {
  background: var(--white);
  box-shadow: unset;
}


.div-main-cta.btn-sky {
  background: var(--sky-blue);
  color: var(--white);
  box-shadow: 0 10px 30px rgb(12 124 222 / 50%);
}
.div-main-cta.btn-sky:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}
.div-main-cta.btn-blue {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(14 46 103 / 40%);
}

.div-main-cta.btn-blue:hover {
  background: var(--sky-blue);
  box-shadow: unset;
}

.div-main-cta.btn-transparent.btn-border-blue {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.div-main-cta i {
  width: 25px;
  height: 25px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-transparent.btn-border-blue:hover {
  background: var(--dark-blue);
  color: var(--white);
}

.div-main-cta.btn-transparent.btn-border-blue:hover i {
  background: var(--white);
  color: var(--dark-blue);
}
section.diamond {
  padding-top: 5rem;
  margin-top: 3.75rem;
  overflow: visible;
  border-top: 1px solid #b9b9b9;
}

img.diamond {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}

@media screen and (min-width: 991px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
  .head h2,
.head h2 span {
  position: relative;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1;
  margin-top: 20px;
}
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

.dark h2, .dark h4, .dark p, .dark ul li {
    color: white;
}
/* GLOBAL CSS END HERE  */

/* SECTION ONE CSS START HERE */

.s1.gradient-bg {
    background: #F9FBFF;
}

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



.s1 h1 {
font-family: Raleway;
font-weight: 800;
font-size: 50px;
line-height: 60px;
letter-spacing: 0.1%;
margin: 0 0 1rem;
}

.s1 h3 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #21243A;
    margin: 0 0 1rem;
}

.s1 h3 span {
    background: #FFE400;
    padding: 5px;
}

.s1 p{
	
	    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 1rem;
}

.s1 h1 span.danger {
  color: #FF0202;
}

.s1 h1 span.success {
  color: #00CA8F;
}

.s1 p {
  color: var(--dark-blue);
}

.s1 img {
    width: auto;
    text-align: center;
	    z-index: 9999;
    position: relative;
}


.testimonial-con {
    border: 1px solid #C7C7C7;
    background: white;
    padding: 70px 20px 10px;
    text-align: left;
    border-radius: 10px;
    margin-top: -70px;
    width: 89%;
    margin-right: 0;
    margin-left: auto;
}

.testimonial-card p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: black;
	margin-bottom:0;
}

.testimonial-head h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.testimonial-head h4 span {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #9f9f9f;
}
.testimonial-head {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}

img.profile-image {
    border-radius: 100%;
}

.inner-form-group input {
    border: 1px solid #C7C7C7;
    background: #F9FBFF;
    margin: 10px 0 15px;
    border-radius: 4px;
    padding: 10px;
}

.gmb-main-form {
    width: 70%;
}
.btn-wrap a {
    width: 100%;
}

.testimonial-con .slick-dots {
    position: unset;
    text-align: right;
}

.testimonial-con .slick-dots li.slick-active button:before{
        color: #F2701E;
    font-size:30px;
}

.testimonial-con .slick-dots li button:before{
        color: #F2701E;
    font-size:30px;
}

.testimonial-con .slick-dots li{
    margin:0
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.loader .spinner {
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-top: 4px solid #0c7cde;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* SECTION ONE CSS END HERE */

/* SECTION TWO CSS START HERE */

.s2 {
    padding: 70px 0 0;
}
.s2 .row {
    justify-content: space-between;
    align-items: center;
}

.pad-right {
    padding-right: 75px;
}

/* SECTION TWO CSS END HERE */


/* SECTION THREE CSS START HERE */

.s3.dark {
    background: #21243A;
}
.seprator, .seprator-left {
    position: relative;
}

.seprator:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 200px;
    height: 5px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.seprator-left:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 200px;
    height: 5px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0;
}

.list {
    text-align: center;
       margin-top: 60px;
}

.list h3 {
    font-family: Inter;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
}

.list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    grid-gap: 20px;
    margin-top: 30px !important;
}

.list ul li {
    background: #FFFFFF;
    color: #21243A;
    padding: 15px 20px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    padding-left: 60px;
    position: relative;
    border-radius: 6px;
}

.list ul li:before{
      content: url(/img/resources-ppc-guide/checked.svg);
      position: absolute;
      left: 10px;
      top: 15px;
      bottom: 0;
      margin: auto !important;
}
  

/* SECTION THREE CSS END HERE */




.s4:after {
    content: "";
    width: 232px;
    height: 100%;
    position: absolute;
    right: 0;
    background: red;
    top: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgb(255 255 255 / 0%) 100%);
}



.guide-slider {
    width: 90%;
    margin-left: auto;
}

.guide-slider .slick-slide {
  margin: 0px 15px; 
}

.guide-slider-arrows {
    display: flex;
    margin: -30px 20% 30px;
    justify-content: end;
    grid-gap: 10px;
}

.guide-slider-arrows .slick-arrow {
    background: #21243a52;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    cursor:pointer;
}

.guide-slider-arrows .slick-arrow:hover {
    background: #21243A;
    color:White
}

.image-box h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #21243A;
	 margin: 10px 0
}
.image-box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
	    color: #21243A;
}



/* SECTION FIVE CSS START HERE */
.s5 {
    background-color: #FBF5F0;
    background-image: url(/img/resources-ppc-guide/bg-f-section.webp);
    background-repeat: no-repeat;
    background-position: 100% 101%;
    background-size: 45%;
    padding-top: 8rem !important;
}
.s5 p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #21243A;
}


/* SECTION END CSS START HERE */


@media (max-width: 1199px) {
  
}

@media (max-width: 991px) {


.s4:after{
	    width: 100px;
}
 
}

@media (max-width: 767px) {
	.col-lg-6.div-img {
    margin-top: 50px;
}
.gmb-main-form {
    width: 100%;
}

.testimonial-con{
	width: 100%;
}
.pad-right {
    padding-right: 0;
}
.list ul {
    display: grid;
    grid-template-columns: 1fr;
}
.s4:after{
	display:none;
}
.guide-slider {
    width: 100%;
    margin-left: auto;
}
.guide-slider-arrows {
    display: flex;
    margin: 50px 5% 19px;
    justify-content: end;
    grid-gap: 10px;
}
}
