@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


@import url('flaticons/uicons/uicons-bold-rounded.css');
@import url('flaticons/uicons/uicons-bold-straight.css');
@import url('flaticons/uicons/uicons-regular-rounded.css');
@import url('flaticons/uicons/uicons-regular-straight.css');
@import url('flaticons/uicons/uicons-solid-rounded.css');
@import url('flaticons/uicons/uicons-solid-straight.css');
@import url('flaticons/uicons/uicons-thin-rounded.css');
@import url('flaticons/uicons/uicons-thin-straight.css');


body {
  font-family: 'Roboto', sans-serif;
}

.modal-header {
  background: var(--ds-primary);
  border: 1px solid var(--ds-primary);
  justify-content: space-between;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  border: 0;
  background: 0;
  background-color: rgba(0, 0, 0, 0);
}


/* Custom Modal design  */



.customModal {

  position: fixed;

  overflow: auto;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: rgb(0 0 0 / 60%);

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  padding: 30px;

  z-index: 999999;

}



.customModal_dialog {

  max-width: 800px;

  width: 100%;

  border-radius: 0px;

  position: relative;

}



.customModal_content {

  background: #ffffff;

  border-radius: .3rem;

  outline: 0;

  border: 1px solid var(--ds-primary) !important;

  margin-top: -1px;



}



.modal_header {

  background: var(--ds-primary) !important;

  border-top-left-radius: 0px;

  border-top-right-radius: 0px;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  padding: 1rem;

  border-bottom: 1px solid #e9ecef;



}



.close_modal {

  padding: 1rem;

  margin: -1rem -1rem -1rem auto;

  background: none;

  border: none;

  float: right;

  font-size: 1.5rem;

  font-weight: 400;

  line-height: 1;

  color: #fff !important;

  text-shadow: 0 1px 0 #fff;

  opacity: 1;

  cursor: pointer;

}



.customModal_body {

  padding: 1rem;

}



.customModal {

  opacity: 0;

  visibility: hidden;

}



.customModal.customModal_open {

  opacity: 1;

  visibility: visible;

}



.customModal .customModal_dialog {

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

}



.customModal.customModal_open .customModal_dialog {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}



.customModal,

.customModal.customModal_open .customModal_dialog,

.customModal .customModal_dialog {

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}


h4.modal-title {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
}

h4.modal-title img {
  width: 20px;
}

.modal-header button.close,
.modal button.close {
  background: none;
  border: 0;
}

.proPage_hero {
  padding: 60px 0;
  background: #f6f8fa;
}

.proPage_hero .left_panel {
  background: var(--ds-primary);
  ;
  color: #fff;
  padding: 20px 10px;
  border-radius: 6px;
}

.proPage_hero .left_panel .title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.proPage_hero .left_panel .desc {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.testimonial_wrap {
  margin-top: 15px;
  margin-bottom: 20px;
}

.testimonial_wrap .banner_part {
  text-align: center;
}

.testimonial_wrap .banner_part img {
  max-width: 80%;
}

.testimonial_wrap .content_part {
  background: #fff;
  color: #878a99;
  padding: 40px 15px 20px 15px;
  position: relative;
  border-radius: 6px;
}

.testimonial_wrap .content_part .quote_icon {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial_wrap .content_part h4 {
  font-size: 16px;
  color: var(--ds-primary);
}

.testimonial_wrap .content_part p {
  margin-bottom: 0;
  font-size: 15px;
}

.testimonial_wrap .content_part .name {
  color: var(--ds-primary);
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 10px;
}

.testimonial_wrap .carousel-indicators {
  bottom: -40px;
  gap: 5px;
}

.testimonial_wrap .carousel-indicators button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  opacity: .7;
}

.testimonial_wrap .carousel-indicators .active {
  background: #fff;
  opacity: 1;
}

.proPage_hero .form_section {
  /* margin-top: 50px; */
}

.proPage_hero .form_section h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.proPage_hero .form_section input {
  background: #fff;
  border-radius: 3px;
  margin-top: 5px;
  font-size: 14px;
}

.proPage_hero .form_section .submit_btn {
  background: #fff;
  color: var(--ds-primary);
  ;
  border-radius: 3px;
  padding: 8px 20px;

  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

}

.proPage_hero .form_section .submit_btn:hover {
  background: #def1fb;
}

.proPage_hero .form_section .emailError a {
  color: #fff;
}

.proPage_hero .form_section .emailError a:hover {
  opacity: .8;
}

.proPage_hero .form_section .mini_logIn {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

.proPage_hero .form_section .mini_logIn a {
  color: #fff;
  text-decoration: underline !important;
}

.proPage_hero .form_section .mini_logIn a:hover {
  opacity: .8;
}


.proPage_hero .hero_content .header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.proPage_hero .hero_content .hero_title {
  font-size: 34px;
  color: var(--ds-secondary);
  font-weight: 900;
  margin-bottom: 20px;
}

.proPage_hero .hero_content .hero_title>span {
  color: var(--ds-heading-color);
  background-color: transparent;
  background-image: linear-gradient(180deg, #0000 67%, #25a0e28c 0%);
}

.proPage_hero .hero_content .header .desc {
  color: var(--ds-secondary);
  font-size: 22px;
}

.proPage_hero .hero_content .landingPage_desc {
  margin-top: 20px;
}

.proPage_hero .hero_content .landingPage_desc h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.proPage_hero .hero_content .landingPage_desc p {
  color: var(--ds-secondary);
  margin-bottom: 0;
}

.proPage_hero .hero_content .landingPage_desc .target_audience {
  margin-top: 15px;
}

.proPage_hero .hero_content .landingPage_desc .target_audience h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.proPage_hero .hero_content .landingPage_desc .target_audience p {
  font-size: 16px;
  margin-bottom: 0;
}


.proPage_hero .hero_content .landingPage_desc .truncate_wrap {
  color: var(--ds-secondary);
}

.proPage_hero .hero_content .landingPage_desc .truncate_wrap .moretext {
  display: none;
}

.proPage_hero .hero_content .landingPage_desc .truncate_wrap .moreless_button {
  color: var(--ds-link);
  cursor: pointer;
}

.proPage_hero .hero_content .landingPage_desc .truncate_wrap .moreless_button:hover {
  color: var(--ds-link-hover);
}




.proPage_hero .hero_content .arrow_box {
  position: relative;
}

.proPage_hero .hero_content .arrow1 {
  position: absolute;
  right: 0;
  top: 44%;
}

.proPage_hero .hero_content .arrow1 img {
  /* transform: rotate(136deg); */
  animation: arrow1Ani 2s linear infinite;
  width: 50px;
}

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

  50% {
    transform: rotate(156deg);
  }

  100% {
    transform: rotate(136deg);
  }
}




.proPage_hero .hero_content .arrow2 {
  position: absolute;
  left: 0;
  top: 8%;
}

.proPage_hero .hero_content .arrow2 img {
  /* transform: rotate(136deg); */
  animation: arrow2Ani 2s linear infinite;
  width: 80px;
}

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

  50% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


.proPage_hero .hero_content .arrow3 {
  position: absolute;
  left: 0;
  top: -45px;
}

.proPage_hero .hero_content .arrow3 img {
  /* transform: rotate(-44deg); */
  animation: arrow3Ani 2s linear infinite;
  width: 35px;
}

@keyframes arrow3Ani {
  0% {
    transform: rotate(-45deg);
  }

  50% {
    transform: rotate(-25deg);
  }

  100% {
    transform: rotate(-45deg);
  }
}



.proPage_hero .hero_content .box_label.one {
  position: absolute;
  bottom: 8%;
  left: 22%;
}

.proPage_hero .hero_content .box_label.two {
  position: absolute;
  bottom: 8%;
  left: 0;
}

.proPage_hero .hero_content .box_label.three {
  position: absolute;
  bottom: 3%;
  left: 10%;
}

.proPage_hero .hero_content .box_label.four {
  position: absolute;
  bottom: -3px;
  left: 15%;
}

.proPage_hero .hero_content .box_label>span {
  background: var(--ds-primary);
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
}


.proPage_hero .hero_content .item_details {
  margin-top: 60px;
}

.proPage_hero .item_block_inner {
  display: inline-block;
  position: relative;
}

.proPage_hero .item_block_inner .custom_tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 200px;
  border-radius: 9px;
  background: #def1fb;
  color: var(--ds-primary);
  border: 2px solid var(--ds-primary);
  z-index: 999;
  position: absolute;
  left: 17%;
  top: -45px;
  visibility: initial;
  transform: translateY(-10px);
  opacity: 1;
  transition: .3s linear;
  animation: tooltipAni 1s ease-in-out infinite alternate;
}

.proPage_hero .item_block_inner .custom_tooltip::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(0deg);
  bottom: -9px;
  left: 46%;
  border-width: 9.5px 9.5px 0 9.5px;
  border-color: var(--ds-primary) transparent transparent transparent;
}

.proPage_hero .item_block_inner .custom_tooltip p {
  margin-bottom: 0;
  font-size: 12px;
}

@keyframes tooltipAni {
  0% {
    transform: translateY(6px);
  }

  100% {
    transform: translateY(1px);
  }

}


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

@media screen and (min-width: 768px) {
  .hero_content .item_details.mobile {
    display: none;
  }
}

.item_details.mobile .box_label.four {
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
}

.item_details.mobile .landing_page {
  text-align: center;
}

.item_details.mobile .landing_page img {
  max-width: 400px;
  width: 100%;
}

.proPage_hero .item_details.mobile .item_block_inner .custom_tooltip {
  left: 24%;
}

@media screen and (max-width: 399px) {
  .proPage_hero .item_details.mobile .item_block_inner .custom_tooltip {
    left: 20%;
  }
}


.proPage_hero .footer_wrap {
  position: relative;
  z-index: 2;
}

.proPage_hero .footer_wrap .item {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.proPage_hero .footer_wrap .item:hover {
  -webkit-transform: translateY(calc(-1.5rem / 5));
  transform: translateY(calc(-1.5rem / 5));
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
}

.proPage_hero .footer_wrap .item .title_block {
  display: flex;
  flex-direction: column;
  gap: 10px 15px;
  flex-wrap: wrap;
  color: var(--ds-primary);
  font-weight: 500;
  margin-bottom: 6px;
}

.proPage_hero .footer_wrap .item .title_block img {
  width: 40px;
}

.proPage_hero .footer_wrap .item .content p {
  font-size: 15px;
  margin-bottom: 0;
  color: var(--ds-secondary);
  line-height: 1.3;
}

.proPage_hero .footer_wrap .item .content p>span {
  color: var(--ds-primary);
  font-weight: 500;
}


.footer_title_block{
  display: flex;
  gap: 10px 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.footer_wrap .footer_title {
  font-size: 18px;
  color: var(--ds-primary);
  margin-bottom: 0;
}

.dBNoneMobile{
  display: block;
}



.dNoneMobile{
  display: block;
}

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


.dBlockMobile{
  display: block;
}

@media screen and (min-width: 768px) {
  .dBlockMobile{
    display: none;
  }
}

/* .footer_wrap .dNoneMobile, .footer_wrap .dBlockMobile{
  display: none !important;
} */





.onboard_data_platform {
  background: #1F88C0;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.onboard_tabs .nav-tabs {
  display: inline-flex;
  flex-wrap: inherit;
  background: #076598;
  border-color: #076598;
  margin-bottom: 20px;
  border-radius: 30px;
}

.onboard_tabs .nav-link {
  display: inline-block;
  padding: 10px 50px !important;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
}

.onboard_tabs .nav-link.active,
.onboard_tabs .nav-link:hover {
  background-color: #25a0e2 !important;
  border-color: #25a0e2 !important;
  color: #fff;
}

.onboard_tabs .nav-link:hover {
  color: #fff;
}

.onboard_tabs .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 30px 0 0 30px;
}

.onboard_tabs .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 30px 30px 0;
}

.onboard_tabs .tab_content {
  color: #fff;
  max-width: 500px;
  font-size: 18px;
}

.onboard_data_platform .subHeader {
  display: inline-block;
  background: #0CB1DF;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.onboard_data_platform .page_title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.onboard_data_platform .page_title>span {
  background-color: transparent;
  background-image: linear-gradient(180deg, #0000 67%, #0CB1DF 0%);
}

.onboard_data_platform .desc {
  color: #fff;
  font-size: 17px;
}


.onboard_data_platform .data_numbers_box {
  margin-top: 20px;
  color: #fff;
}

.onboard_data_platform .data_numbers_box h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.onboard_data_platform .data_numbers_box h1 .sign {
  font-size: 24px;
  position: relative;
  top: -22px;
  color: #79E2FF;
  left: -12px;
}

.onboard_data_platform .data_numbers_box p {
  font-size: 18px;
  margin-top: 5px;
}

.onboard_data_platform_inner {
  position: relative;
}

.bg_ellipse_1 {
  position: absolute;
  top: -150px;
  left: -100px;
}

.bg_ellipse_2 {
  position: absolute;
  bottom: -150px;
  right: -100px;
}

.mediaBuzz_wrap_section {
  position: relative;
  display: none;
}

.mediaBuzz_wrap {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  bottom: -40px;
  box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
}

.mediaBuzz_wrap .title {
  font-size: 24px;
  color: var(--ds-body-color);
  margin-bottom: 25px;
}

.mediaBuzz_wrap .media_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.mediaBuzz_wrap .media_logos img {
  max-width: 160px;
  height: auto;
}

.mediaBuzz_wrap .media_logos li {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mediaBuzz_wrap .media_logos a {
  display: inline-block;
  position: relative;
}

.mediaBuzz_wrap .media_logos .media_logo_overlay {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mediaBuzz_wrap .media_logos li a:hover .media_logo_overlay {
  opacity: 1;
}

.mediaBuzz_wrap .media_logos .media_logo_overlay.ms {
  background-image: url('https://www.insuranceagentfinder.com/img/media_logo/morningstar.png');
}

.mediaBuzz_wrap .media_logos .media_logo_overlay.yf {
  background-image: url('https://www.insuranceagentfinder.com/img/media_logo/Yahoo_Finance.png');
}

.mediaBuzz_wrap .media_logos .media_logo_overlay.mw {
  background-image: url('https://www.insuranceagentfinder.com/img/media_logo/marketwatch.png');
}

.mediaBuzz_wrap .media_logos .media_logo_overlay.bi {
  background-image: url('https://www.insuranceagentfinder.com/img/media_logo/business-insider.png');
}

.mediaBuzz_wrap .media_logos .media_logo_overlay.ap {
  background-image: url('https://www.insuranceagentfinder.com/img/media_logo/Associated_Press.png');
}

.mediaBuzz_wrap .media_logos .media_logo_overlay.msn {
  background-image: url('https://www.insuranceagentfinder.com/img/media_logo/msn.png');
}

#backToTop {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: var(--ds-primary);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#backToTop:hover {
  background-color: var(--ds-link-hover);
}

#backToTop:active {
  background-color: var(--ds-link-hover);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}


#cfCaptchaWidget iframe {
  scale: .9;
  transform-origin: left top;
}




@media screen and (max-width: 574px) {
  .onboard_tabs .nav-tabs {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
  }

  .nav-tabs .nav-item {
    width: 100%;
  }

  .onboard_tabs .nav-link {
    width: 100%;
    border-radius: 0 !important;
    text-align: left;
  }

}




.guided_walkthrough {
  padding: 60px 0;
  background: #fff;
}

.guided_walkthrough_inner {
  display: flex;
  gap: 20px;
  background: #def1fb;
  border-radius: 6px;
  padding: 20px;
}

.guided_walkthrough_inner .left {
  flex: 0 50%;
  border-right: 2px solid #fff;
  padding-right: 20px;
}

.guided_walkthrough_inner .left .top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.guided_walkthrough_inner .left .top img {
  max-width: 140px;
}

.guided_walkthrough_inner .left .top .contents h4 {
  font-size: 22px;
  color: var(--ds-heading-color);
  line-height: 1.4;
  margin-bottom: 0;
}

.guided_walkthrough_inner .left .top .contents h4 a{
  color: var(--ds-link);
}
.guided_walkthrough_inner .left .top .contents h4 a:hover{
  color: var(--ds-link-hover);
}
.guided_walkthrough_inner .left .desc {
  color: var(--ds-heading-color);
  margin-bottom: 0;
  margin-top: 15px;
}


.guided_walkthrough_inner .right {
  flex: 0 50%;
}
.guided_walkthrough_inner .right .title{
  font-size: 24px;
  color: var(--ds-heading-color);
  margin-bottom: 10px;
}
.guided_walkthrough_inner .right ul li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.guided_walkthrough_inner .right ul li img{
  width: 20px;
  position: relative;
  top: 2px;
}
.guided_walkthrough_inner .right ul li p{
  margin-bottom: 0;
  color: var(--ds-heading-color);
}
.guided_walkthrough_inner .right ul li p>b{
  color: var(--ds-primary);
  font-weight: 600;
}
.guided_walkthrough_inner .right .desc{
  color: var(--ds-heading-color);
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .guided_walkthrough_inner{
    flex-direction: column;
  }
  .guided_walkthrough_inner .left{
    padding-right: 0;
    border: 0;
  }

  .mediaBuzz_wrap .media_logos{
    justify-content: center;
  }
  .mediaBuzz_wrap .media_logos li{
    flex: 0 auto;
  }
  .mediaBuzz_wrap .media_logos img{
    max-width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .guided_walkthrough_inner .left .top{
    flex-direction: column;
  align-items: flex-start;
  }

  .customModal{
    padding: 10px;
  }
}



/* Additional Arrow  */
.proPage_hero .hero_content .arrow3{
  top: 50%;
}

.proPage_hero .hero_content .arrow3 img{
  width: 50px;
  /* transform: scaleX(-1); */
  animation: arrow3Ani 2s linear infinite;
}

@keyframes arrow3Ani {
  0%{
     transform: rotate(220deg) scaleX(-1);
    }
   50%{
     transform: rotate(200deg) scaleX(-1);
   }
 100%{
     transform: rotate(220deg) scaleX(-1);
    }
 }


 .guided_walkthrough_item_box {
  margin: 10px 0;
  background: #fff;
  padding: 1rem;
  /* border: 1px solid #25a0e242; */
  border-radius: 6px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.guided_walkthrough_item_box:hover {
  -webkit-transform: translateY(calc(-1.5rem / 5));
  transform: translateY(calc(-1.5rem / 5));
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
}

.guided_walkthrough_item_box p {
  margin-bottom: 0;
}

.guided_walkthrough_item_box .item_box_inner {
  margin-bottom: 0;
}

.guided_walkthrough_item_box .item_box_top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.guided_walkthrough_item_box .item_box_top .count {
  font-size: 60px;
  color: var(--ds-primary);
  font-weight: 600;
}

@media screen and (max-width: 574px) {
  .guided_walkthrough_item_box .item_box_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}


.creative_teams .contents .title {
  color: var(--ds-primary);
  margin-bottom: 10px;
  font-size: 22px;
}

.creative_teams .contents .desc {
  color: var(--ds-heading-color);
  margin-bottom: 20px;
}



/* .three_items .proPage_hero .hero_content .arrow1{
  top: 38%;
} */
.three_items .proPage_hero .hero_content .arrow2 {
  left: -25px;
  top: -6%;
  transform: rotate(-26deg);
}
.three_items .proPage_hero .hero_content .arrow2 img {
  width: 60px;
}
.three_items .proPage_hero .hero_content .arrow3{
  left: -23px;
  top: -15px;
}
.three_items .proPage_hero .hero_content .arrow3 img{
  transform: unset;
  animation: arrow2Ani 2s linear infinite;
  width: 65px;
}


#ad-v-player{
  width: 100% !important;
  height: 431px !important;
  margin: 0 auto !important;
}


#ad-v-player .ad-progress{
  width: 70% !important;
}

@media screen and (max-width: 991px) {
  #ad-v-player .ad-controls .ad-controls-container .ad-controls-middle{
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  #ad-v-player .ad-progress{
    width: 50% !important;
  }
}
@media screen and (max-width: 574px) {
  #ad-v-player .ad-controls .ad-controls-container .ad-controls-middle{
    width: 90% !important;
    left: 19px !important;
    top: -30px !important;
  }
  #ad-v-player .ad-progress{
    width: 100% !important;
  }
}
