/* ============================================= */
/* !!!!            COMMON BANNER            !!!! */
/* ============================================= */
.common_banner {
  z-index: 1;
  min-height: 420px;
  padding: 50px 0;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.overlay_primary {
  background: linear-gradient(96.75deg, #31619b 12.89%, rgba(12, 2, 125, 0) 72.27%);
  z-index: -1;
}
/* ========================================== */
/* !!!!            COMMON BTN            !!!! */
/* ========================================== */
.btn {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    padding: 11.5px 8px !important;
    min-width: 140px !important;
    border-radius: 5px;
    text-transform: uppercase !important;
    transition: 0.4s ease-in-out !important;
}
.btn-outline-light {
    color: var(--bs-white);
    background-color: transparent !important;
    border: 1px solid var(--bs-white) !important;
}
.btn-outline-light:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary) !important;
    border: 1px solid var(--bs-secondary) !important;
}
/* ============================================= */
/* !!!!             HERO BANNER             !!!! */
/* ============================================= */
.overlay {
  background-image: linear-gradient(-90deg, var(--bs-primary) 10%, #FFFFFF00 80%);
  opacity: 1;
}
.hero_banner {
    padding: 60px 0;
    z-index: 1;
}
.hero_banner .h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 63px;
  color: var(--bs-white);
}
.hero_banner_inner {
    z-index: 11;
    position: relative;
}
.hero_banner_content .btn {
    margin: 20px 0 0;
}
.hero_banner_content ul li {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #fff;
  transition: color 0.3s;
  padding-inline-start: 5px;
}
.button {
    display: inline-block;
    position: relative;
    margin: 0 0 40px;
}
.button.is-play {
    background-color: rgba(255,255,255,0.7);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--bs-primary);
}
.button.is-play:hover {
    background-color: var(--bs-primary);
}
.button.is-play:hover svg * {
    fill: var(--bs-white);
}
.button.is-play .button-outer-circle {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.button.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}
.button.is-play .button-icon .triangle {
    -webkit-animation: fadeIn 7s ease;
    animation: fadeIn 7s ease;
}
.button.is-play .button-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    -webkit-animation: triangleStroke 2s;
    animation: triangleStroke 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.has-scale-animation {
    -webkit-animation: smallScale 2s infinite;
    animation: smallScale 2s infinite;
}
.has-delay-short {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeIn {
    from { opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes triangleStroke {
    from {stroke-dashoffset: 90;}
    to {stroke-dashoffset: 0;}
}
@keyframes triangleStroke {
    from {stroke-dashoffset: 90;}
    to {stroke-dashoffset: 0;}
}
@-webkit-keyframes smallScale {
    from {transform: scale(1);opacity: 1;}
    to {transform: scale(1.5);opacity: 0;}
}
@keyframes smallScale {
    from {transform: scale(1);opacity: 1;}
    to {transform: scale(1.5);opacity: 0;}
}
/* Modal  */
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}
.modal {
    --bs-modal-zindex: 9999999;
    --bs-modal-width: 1000px;
    --bs-modal-padding: 0 !important;
    --bs-modal-bg: transparent;
    --bs-modal-border-color: transparent;
    --bs-modal-border-radius: 0;
    --bs-modal-box-shadow: none;
    --bs-modal-inner-border-radius: 0;
    background: rgba(9, 20, 60 , 0.60);
    padding-right: 0 !important;
}
button.btn-close {
    background-color: white;
    opacity: 1;
    box-shadow: none;
    border-radius: 7px;
    background-size: 14px;
    position: absolute;
    right: 5px;
    z-index: 999999999;
    top: -30px;
    filter: none;
}
@media (min-width: 992px) {
    .hero_banner  {
        padding: 220px 0;
    }
    .button {
        margin: 0;
    }
}
@media (max-width: 991.98px) {
  .overlay {
      background-image: linear-gradient(0deg, var(--bs-primary) 100%, #FFFFFF00 100%);
      opacity: 0.6;
  }
  .hero_banner .h1 {
    font-size: 40px;
    line-height: 53px;
  }
}

/* ============================================= */
/* !!!!             7 Sec Form              !!!! */
/* ============================================= */
.seven_sec_form_section {
    background-color: #e2feff;
}

/* ================================================ */
/* !!!!             Service BLock              !!!! */
/* ================================================ */
.service_block {
    padding: 26px 32px 26px 32px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--bs-primary);
    border-radius: 5px 5px 5px 5px;
    display: flex;
    gap: 14px;
    height: 100%;
}
.services_wrapper {
    padding: 60px 0px 90px 0px;
}
.services_inner h1 {
    text-align: center;
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 20px;
    color: var(--bs-primary);
}
.services_inner > p {
    text-align: center;
}
.services_list {
    margin: 60px 0 0;
}
.service_icon {
    width: 100%;
    height: 100%;
    min-width: 50px;
    max-width: 50px;
}
.service_details h2 a, .service_details h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0px 10px;
    font-weight: 500;
}
.read_more {
  position: relative;
  color: var(--bs-primary);
  padding-right: 14px;
}
.read_more::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M1 0.5L4 4.16667L1 7.5' stroke='%230C027D'/%3E%3C/svg%3E");
  width: 5px;
  height: 8px;
  top: 35%;
  right: 0;
}
.service_block:hover .read_more {
  color: var(--bs-white);
}
.service_block:hover .read_more::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8' fill='none'%3E%3Cpath d='M1 0.5L4 4.16667L1 7.5' stroke='%23ffffff'/%3E%3C/svg%3E");
}

.service_icon svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}
/* Hover rule for FILL-based icons */
.service_block:hover .service_icon svg path[fill] {
  fill:  var(--bs-white); /* your hover color */
}
/* Hover rule for STROKE-based icons */
.service_block:hover .service_icon svg path[stroke] {
  stroke:  var(--bs-white); /* your hover color */
}
.service_block:hover h2 a,
.service_block:hover p {
  color: var(--bs-white);
}
.service_block:hover {
  background-color: #33914f;
  border-color: #33914f;
}
.services_list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}
.service_details {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.service_details .read_more {
    margin: auto 0 0;
}

/* ============================================== */
/* !!!!             About BLock              !!!! */
/* ============================================== */
.about_wrapper {
    padding: 85px 0;
    background-color: var(--bs-primary);
}
.about_wrapper .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 50px;
}
.about_details {
    width:  100%;
}
.about_title {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: var(--bs-white);
    margin: 0 0 20px;
    max-width: 445px;
    width: 100%;
}
.about_description p {
    color: var(--bs-white);
}
.explore_link {
    color: var(--bs-white);
    font-weight: 500;
    font-size: 18px;
    margin: 45px 0 0;
    display: block;
    border: 2px solid white;
    width: fit-content;
    padding: 10px 20px;
    transition: 0.4s ease-in-out;
}
.explore_link:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.about_image_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 1200px) {
    .about_details {
        width: 80%;
    }
}
@media (max-width: 991.98px) {
    .about_title  {
        font-size: 26px;
        line-height: 36px;
    }
}
/* ============================================== */
/* !!!!             Brand BLock              !!!! */
/* ============================================== */
.brand_wrapper {
    padding: 95px 0;
}
.brand_wrapper .swiper-wrapper {
    height: auto;
}
.brand_image_block {
    width: 100%;
    height: 70px;
}

.brand_image_block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* ================================================ */
/* !!!!             Benefit BLock              !!!! */
/* ================================================ */
.benefit_wrapper {
    padding: 95px 0;
    background-color: #e2feff;
}

.sub_title {
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.2em;
    color: var(--bs-black);
    margin: 0 0 10px;
}

.benefit_inner h2 {
    text-align: center;
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin: 0 0 50px;
}

.benefit_block {
    background-color: var(--bs-white);
    padding: 26px 29px 26px 29px;
    border-radius: 5px 5px 5px 5px;
    height: 100%;
    gap: 15px;
}

.benefit_list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.benefit_icon_block {
    background-color: var(--bs-secondary);
    padding: 14px;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit_title {
    text-align: center;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    color: var(--bs-primary);
    margin: 0 0 15px;
}

.benefit_details p {
    text-align: center;
}

.benefit_details p:last-child {
    margin: 0;
}

/* ================================================== */
/* !!!!             AC LEADER BLock              !!!! */
/* ================================================== */
.ac_leader_wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #31619B 33%, #F2295B00 100%);
    z-index: -1;
    opacity: 0.84;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.ac_leader_wrapper {
    padding: 60px 0;
    z-index: 11;
}
.ac_leader_title {
        font-family: 'Inter';
        font-size: 32px;
        font-weight: 600;
        line-height: 45px;
        color: var(--bs-white);
        max-width: 562px;
        width: 100%;
        margin: 0 0 10px;
}
.ac_leader_description {
    color: var(--bs-white);
    max-width: 562px;
    width: 100%;
}
.ac_leader_description p:last-child {
    margin: 0;
}

/* ================================================== */
/* !!!!             AC LEADER BLock              !!!! */
/* ================================================== */
/* !!! Emergency CSS !!! */
.emergency_contact_section {
    padding: 42px 0px 60px 0px;
    background-color: #000;
}

.emergency_content {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: var(--bs-white);
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
/* !!! CONTACT SUPPORT CSS !!! */
.contact_support_section {
    margin-top: -68px;
    padding: 20px 0;
}

.contact_through {
    background-color: var(--bs-white);
    margin: 0 auto;
    padding: 26px 63px 26px 63px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 759px;
    width: 100%;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    letter-spacing: -0.02em;
    font-weight: 600;
    line-height: 31px;
    color: var(--bs-secondary);
}

.contact_through a {
    font-size: 32px;
    line-height: 45px;
    color: var(--bs-primary);
    font-family: 'Inter';
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}
.contact_through p {
    margin: 0;
}
/* !!! AWARD CSS !!! */
.award_section {
    padding: 27px 0;
    background-color: var(--bs-secondary);
}

.award_sub_title {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 0.2em;
    color: var(--bs-white);
    margin: 0 0 10px;
}

.award_title {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: var(--bs-white);
}

.award_inner .row {
    --bs-gutter-y: 20px;
}

.award_inner > .row {
    --bs-gutter-y: 30px;
    align-items: center;
}

.award_image_block img {
    width: 100%;
    object-fit: contain;
    height: 103px;
    object-position: center;
}

.award_image_block {
    background-color: var(--bs-white);
    padding: 11px 35px 11px 35px;
    border-radius: 5px 5px 5px 5px;
}
@media (max-width: 991.98px) {
    .emergency_content,
    .contact_through a,
    .award_title {
        font-size: 26px;
        line-height: 32px;
    }
}
/* !!! CONTACT FORM CSS !!! */
.contact_form_section {
    background-color: #E2FEFF;
    padding: 30px 0;
}
@media (max-width: 767px) {
    .contact_form_section .contact_form {
        padding: 0 !important;
    }
}
/* =============================================== */
/* !!!!             CHOOSE BLock              !!!! */
/* =============================================== */
.about_description p a {
    color: #E2FEFF;
}

.choose_wrapper  a.explore_link {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    padding: 16.5px 10px !important;
    min-width: 154px !important;
    border-radius: 5px;
    text-transform: uppercase !important;
    transition: 0.4s ease-in-out !important;
    margin: 45px auto 0;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    text-align: center;
}

/* ============================================ */
/* !!!!             Faq Block              !!!! */
/* ============================================ */
.faq_wrapper {
    padding: 60px 0;
}
.faq_title {
    margin: 0 0 65px;
}
.faq_title h2 {
    text-align: center;
    margin: 0;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #31619B;
}
.faq_wrapper .accordion-button {
    padding: 18px 20px;
    color: #fff;
    line-height: 26px;
}
.faq_wrapper .accordion-item {
    border: 0;
}
.faq_wrapper .accordion-item:not(:last-child) {
    margin: 0 0 29px;
}
.faq_block .accordion {
    --bs-accordion-color: var(--bs-white);
    --bs-accordion-bg: var(--bs-secondary);
    --bs-accordion-border-radius: 5px !important;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 32px;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
    --bs-accordion-active-color: var(--bs-white);
    --bs-accordion-active-bg: var(--bs-secondary);
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-border-width: 0;
}
.faq_wrapper .accordion-flush .accordion-item {
    border-radius: 5px !important;
    border: none !important;
}
.faq_wrapper .accordion-header h2 {
    margin: 0;
}
.faq_block .accordion-flush .accordion-item .accordion-button, .faq_block .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 5px !important;
}
.faq_wrapper .accordion-body {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .16);
    border: none;
    border-radius: 0 0 5px 5px;
    color: #000;
}
.faq_wrapper .contact_btn {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    padding: 16.5px 10px !important;
    min-width: 154px !important;
    border-radius: 5px;
    text-transform: uppercase !important;
    transition: 0.4s ease-in-out !important;
    margin: 45px auto 0;
}

.faq_inner {
    display: flex;
    flex-direction: column;
}

/* Testimonal */
.new_testimonial_slider {
	height: 900px;
	gap: 20px;
}
.new_testimonial_box {
	border: 1px solid var(--bs-primary);
    border-radius: 5px;
    padding: 40px 30px 30px;
	text-align: center;
	height: 260px;
    background-color: white;
}
.new_testimonial_box .ntb_ge {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    left: 30px;
}
.new_testimonial_box .ntb_ge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.new_testimonial_box .ratings {
    margin: 15px 0;
}
.new_testimonial_box .ratings img {
    height: 12px;
    width: auto;
}
.new_testimonial_box .h6 {
	margin: 0 0 15px;
}
.new_testimonial_box .para {
	max-height: 111px;
    height: 100%;
    overflow-y: auto;
    padding: 0 10px 0 0;
}
/* !!! */
.location_and_reviews_wrapper {
    background-color: #e2feff;
    padding: 87px 0;
}

.review_title, .location_main_title {
    margin: 0 0 30px;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: var(--bs-primary);
}
.location_details {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    max-width: 499px;
    width: 100%;
    margin: 0 auto;
}

.location_list .row {
    --bs-gutter-y: 30px;
}
.location_title {
    font-family: 'Inter', Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    color: var(--bs-primary);
    margin: 0 0 20px;
}
.contact_details {
    display: flex;
    gap: 30px;
    color: #000;
    font-size: 16px;
    line-height: normal;
}

.contact_details:not(last-child) {
    margin: 0 0 20px;
}

.contact_details img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.contact_details .contact_icon {
    width: 15px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px) {
	.testimonial_info_wrapper {
		background-image: linear-gradient(to bottom, #f2f2f1, transparent);
		padding: 60px 0;
	}
	.new_testimonial_slider {
		height: 554px;
		margin: 0 0 30px;
	}
}
@media (max-width: 767px) {
	.new_testimonial_slider {
        height: 400px;
    }
}
.current_page_item > a {
    color: var(--bs-secondary) !important;
}
.navbar .btn {
    text-transform: capitalize !important;
    font-weight: 400 !important;
}
/* MOBILE HEADER */
@media (min-width: 992px) and (max-width: 1199px) {
    #menu-main-menu.navbar-nav > li > a {
        font-size: 12px !important;
        padding: 10px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .toggle_block {
        order: 3;
    }
    .mobile_apply_online_script {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0 0;
    }
}
@media (max-width: 767px) {
    .mobile_apply_online_script  {
        width: 100%;
    }
    .mobile_apply_online_script {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0 0;
    }
    
    .mobile_apply_online_script .btn {
        font-size: 12px !important;
        padding: 10px 26px !important;
        max-width: 100%;
        width: fit-content !important;
    }
}

/* !!! PPC LANDING PAGE !!! */
.ppc_page .top_logo_wrapper {
    background-color: var(--bs-primary);
}

.ppc_page .navbar-brand img {
    width: 100%;
    height: 46.34%;
    max-width: 164px;
}

.ppc_page .ip_top_btns .btn {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    padding: 16.5px 10px !important;
    min-width: 154px !important;
    border-radius: 5px;
    text-transform: uppercase !important;
    transition: 0.4s ease-in-out !important;
}
.ppc_page .ip_page_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ppc_page .ip_page_banner {
    z-index: 1;
    position: relative;
}
.ppc_page .ip_page_banner_form {
    height: 100%;
}
.ppc_page .ip_page_banner_content {
    background-color: rgba(76, 76, 75, 0.8);
    margin: 50px 0;
}
.ppc_page .victims_content h2 {
    font-size: 29px !important;
}
.ppc_page  .ip_page_banner_content .h3 {
    font-size: 39px;
    line-height: 52px;
}
.ppc_page .ip_faq_area {
    background-color: #e2feff;
    padding: 60px 0;
}

.ppc_page .ip_faq_area .h2 {
    padding: 0;
    border: 0;
    font-weight: 600;
    color: #000;
    font-size: 29px;
    line-height: 1;
}

.ppc_page .ip_practice_area p {
    color: #000;
}

.ppc_page p.ip_practice_area_title_text {
    font-size: 20px;
    font-weight: 600;
}

.ppc_page .faq_wrapper .accordion-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.ppc_page .ip_page_banner_form {
    border-top: 10px solid #33914f;
}
.ppc_page .ip_page_banner_form .banner_form_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 80px;
    margin: 0;
}

.ppc_page .ip_page_banner_form form input, .ppc_page .ip_page_banner_form form input:focus {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 12px 8px 12px 16px;
    background-color: transparent;
    box-shadow: none;
}

.ppc_page .ip_page_banner_form form input, 
.ppc_page .ip_page_banner_form form input:focus, 
.ppc_page .ip_page_banner_form form input::placeholder {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -.02em;
    color: var(--bs-dark)
}
.ppc_page .ip_page_banner_form form textarea{
    max-height: 144px;
    height: 100%;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 12px 8px 12px 16px;
    background-color: transparent;
}
.ppc_page .ip_page_banner_form form input[type="submit"] {
    padding: 16px 10px !important;
}
.ppc_page  .ip_page_banner_form form input[type="submit"] {
    padding: 16px 10px !important;
}

.ppc_page  .ip_page_banner_form li {
    font-size: 18px;
}
.ppc_page  .victims_wrapper {
    padding: 60px 0;
}
.ppc_page .ip_page_banner_content p a {
    color: #e2feff  !important;
}

.ppc_page .ip_page_banner_content p a:hover {
    color: var(--bs-secondary)  !important;
}
.ppc_page .ip_page_banner_content ul li {
    font-size: 18px !important;
}
.service_icon svg {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    height: auto;
}
/* !!! Location Page CSS !!! */
.location_wrapper .about_image_block {
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 0px 0px -45px 0px;
}
.location_wrapper .about_image_block img {
    border-radius: 5px;
}

.location_wrapper .about_wrapper {
    padding: 85px 0 0;
}

.location_wrapper .about_details {
    padding: 0  0 60px;
}
.location_wrapper .brand_wrapper {
    padding: 145px 0 95px;
}

/* LOCATION ABOUT */
.location_wrapper .location_about_wrapper .about_image_block,
.location_wrapper .location_about_wrapper .about_image_block img {
    margin: 0;
    border-radius: 0;
}

.location_wrapper .location_about_wrapper .about_sub_title {
    font-family: 'Inter', Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.2em;
    color: #000;
    margin: 0 0 10px;
}

.location_wrapper .location_about_wrapper .about_title {
    color: var(--bs-primary);
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    max-width: none;
}

.location_wrapper .location_about_wrapper {
    padding: 47px 0px 108px 0px;
}
.location_wrapper .location_about_wrapper .about_description p {
    color: #000;
}
.location_about_inner .row {
    --bs-gutter-y: 50px;
}
@media (min-width: 992px) {
    .location_wrapper .location_about_wrapper .about_details {
        width: 100%;
        max-width: 582px;
        padding: 0 0 0 46px;
    }
}
.city_review_wrapper {
    padding: 60px 0 30px;
}

.city_title {
    text-align: center;
    font-family: 'Inter', Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: var(--bs-primary);
    margin: 0 0 20px;
}

.city_sub_description {
    text-align: center;
    color: var(--bs-primary);
    font-family: 'Inter', Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    margin: 0 0 30px;
}

.city_description {
    text-align: center;
    margin: 0 0 16px;
    display: block;
}

.cities_list_block {
    margin: 40px 0 0;
}

.city_list {
    padding: 10px;
    gap: 15px;
}

.city_name {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: var(--bs-primary);
}
.cities_list_block .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 30px
}
.city_review_wrapper  .new_testimonial_box {
    height: auto;
}
/* LOCATION AND CONTACT FORM */
.location_and_contact_wrapper {
    background-color: #e2feff;
    padding: 87px 0;
}
.location_and_contact_wrapper .location_main_title {
    text-align: left;
}
.location_about_wrapper  .explore_link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.location_about_wrapper .explore_link:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}