@font-face {
    font-family: 'Futura Std';
    src: url('../fonts/FuturaStd-Book.af77b4d23ac76ee3.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/FuturaStd-Book.af77b4d23ac76ee3.eot%3F') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/FuturaStd-Book.6019f65eacd847be.woff') format('woff'), /* Modern Browsers */
    url('../fonts/FuturaStd-Book.a4bf97b7ea21b6d9.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://trulynolen-ks.com/wp-content/themes/trulynolen/fonts/FuturaStd-Book.svg') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Futura Std';
    src: url('../fonts/FuturaStd-Heavy.b15f330570d519ec.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/FuturaStd-Heavy.b15f330570d519ec.eot%3F') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/FuturaStd-Heavy.55e21ef9be2b446b.woff') format('woff'), /* Modern Browsers */
    url('../fonts/FuturaStd-Heavy.a8c467cc6389ae03.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://trulynolen-ks.com/wp-content/themes/trulynolen/fonts/FuturaStd-Heavy.svg') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: 600;
}

:root {
    --black: #000;
    --colorYellow: #ffe300;
    --colorYellowLight: #fff07e;
    --colorRed: #ed2524;
    --colorGrayLight: #ededed;
}


/* ===== GENERAL STYLE======= */

a:hover {
    color: #fff07e !important;
}

.bg-black {
    background-color: var(--black);
}

.text-black {
    color: var(--black);
}

.bg-red {
    background-color: var(--colorRed);
}

.bg-red-e {
    background: #ee2e24 url('../image/bg-red.png') repeat !important;
}

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

.text-red {
    color: var(--colorRed);
}

.text-hover-red:hover {
    color: var(--colorRed);
}

.bg-yellow {
    background-color: var(--colorYellow);
}

.text-yellow {
    color: var(--colorYellow);
}

.cursor-pointer {
    cursor: pointer;
}

.bg-dark {
    background-color: #333 !important;
}

.start-auto {
    right: auto !important;
}

.rounded-4 {
    border-radius: .4rem;
}

.rounded-5 {
    border-radius: .5rem;
}

.rounded-1r {
    border-radius: 1rem;
}

.rounded-2r {
    border-radius: 2rem;
}

.small-sm {
    font-size: 14px;
}
.fw-400{
    font-weight: 400 !important;
}
.left-0{
    left: 0px;
}
.right-0{
    right: 0px;
}
/* ============ */
.wd-col svg{
    fill: #000;
    width: 107px;
    height: 148px;
}
.wd-col .wd-title{
    font-family: Futura Std;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 24px;
}
.wd-col .wd-description{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 35px;
}

body {
    color: #000;
    /* overflow-x: hidden; */
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
    overflow-x: hidden;
}

.content-width {
    width: 1150px;
}

.title-lg {
    font-size: 45px;
}

.fw-semi-bold {
    font-weight: 600;
}

.mobile-menu {
    z-index: 100;
    display: block;
}

.mobile-menu.menu-mobile-open {
    opacity: 1;
    transition: opacity 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	overflow-y: auto;
}

.mobile-menu.menu-mobile-close {
    transition: opacity 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    z-index: -1;
}

.topbar {
    min-height: 65px;
    font-size: 14px;
    z-index: 50;
}

.topbarPhone {
    font-size: 22px;
    line-height: normal;
    letter-spacing: normal;
    color: var(--colorYellow);
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    margin-right: 20px;
}

.topbarPhone:hover {
    color: var(--colorYellow);
}

.topbarButton {
    background-color: var(--colorYellowLight);
    color: #323233;
    font-size: 13px;
    font-weight: 400;
    width: 135px;
    font-family: Fira Sans, sans-serif;
    padding: 7px;
}

/*.text-white:hover {
    color: #fee301!important;
}*/


.topbarButton:hover {
    background-color: #333333;
    color: var(--white);
}

.topbar .search-container input {
    font-family: Fira Sans, sans-serif;
    height: 32px;
    background-color: #333333;
    border-color: #333;
    font-weight: 500;
    width: 210px;
    font-size: 14px;
}

.topbar .search-container button {
    height: 32px;
    left: calc(100% - 50px);
    background-color: #666666;
    border-color: #666666 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: Fira Sans, sans-serif;
}

.dropdown-main-menu {
    padding: 30px 0px;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.flip{
    transform: rotateY(180deg);
}

.flip-e {
    transform: rotateY(0deg);
}
/* .dmm-dcm-content {
    height: 315px;
} */

.play_video_button{
    cursor: pointer;
}

.dmm-logo svg {
    width: 138px !important;
    height: 199px !important;
}

.dmm-title-menu {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    margin-bottom: 5px;
}

.dmm-ul-menu li {
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
/*     width: 150px; */
    margin-left: 15px;
}

.dmm-ul-menu li {
    height: auto;
}

.dmm-dcm {
    padding: 0 30px
}

.dmm-ul-menu li a {
    color: #ffe300;
}

.topbar .service-list li a {
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.main-menu {
    background-color: #333;
    font-family: Fira Sans, sans-serif;
    margin-top: 65px;
}

.main-menu ul {
    margin-top: 65px;
    font-family: Fira Sans, sans-serif;
    font-weight: 700;
    padding: 17px 0 0;
}

.main-menu li.main-menu-li {
    height: 88px;
    border-radius: 10px 10px 0 0;
}

.main-menu li:hover {
    background-color: var(--black);
}

.main-menu svg {
    width: 46px;
    height: 33px;
    fill: #fff;
    margin: 5px 0 3px 0;
}

.main-menu .text-name {
    color: #fff07e;
    font-size: 16px;
}

.temporary-alert {
    font-family: Fira Sans, sans-serif;
    background-color: var(--colorRed);
    height: 65px;
    line-height: 18px;
    z-index: 1;
}

.temporary-alert a {
    color: var(--colorYellow);
}

.temporary-alert :nth-child(2) {
    position: relative;
    top: 1px;
}

.bug-bg {
    background-image: url('../image/ant.844841032436160c.gif');
    background-position-x: -35px;
}

.top-section-content {
    padding-top: 30px;
    padding-bottom: 30px;
    right: 9.8rem
}

.top-section .image-1 {
    width: 217px;
    height: 313px;
    margin-right: 40px;
}

.main-text {
    width: 602px;
}

.main-text .title {
    font-family: Futura Std;
    font-weight: 600;
    font-size: 75px;
    line-height: 1;
    margin-top: 48px;
    margin-bottom: 0;
}

.main-text .description {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
    width: 555px;
}

.box {
    position: relative;
    right: 75px;
    padding-top: 9px;
}

.box .box-content {
    display: flex;
    flex-direction: column;
    background-color: #fff07e;
    border-radius: 10px;
    margin-top: 10px;
    height: 241px;
    width: 580px;
    z-index: 1;
}

.box-image {
    z-index: 10;
    width: 382px;
}

.box-image img {
    width: 447px;
    height: 269px;
    margin-right: -65px;
}

.box .box-content .box-content-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 30px;
    margin: 28px 0 0 60px;
}

.box-content-select {
    width: 100%;
    height: 50px;
    margin: 28px 00px 0;
    padding: 0 20px;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #333;
    font-size: 24px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.box-content .btn {
    position: absolute;
    right: 7px;
    bottom: 2px;
    font-size: 20px;
}

.box-content .btn .fas {
    font-weight: 400!important;
}

.box-content-action {
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    margin: 29px 60px 0;
}

.button-pill-grey-dark {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background-color: #333;
    font-size: 16px;
    border-radius: 22px;
    padding: 8px 20px;
    cursor: pointer;
}

.commercial-top-section{
    background-color: #e4e4e4;
    background-image: url("../image/tn-comm-bg.bb6d84539f913bcc.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.button-pill-grey-dark:hover {
    background: #717170;
    color: white;
}

.link-red {
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--colorRed);
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
}

.link-red:hover {
    color: var(--colorRed);
    text-decoration: underline !important;
}

.bd-content {
    justify-content: center;
    background-color: #000;
    margin: 80px 0;
    padding: 40px 0;
    height: 200px;
    position: relative;
    right: 69px;
}

.bd-image img {
    width: 300px;
    height: 300px;
    margin-top: -88px;
    margin-left: -30px;
    border-radius: 160px;
    border: 2px solid var(--colorRed);
}

.bd-text {
    padding-left: 40px;
    margin-right: 20px;
}

.bd-text h2 {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    margin-top: 5px;
}

.bd-text p {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.btn-red {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 10px 20px 9px;
    background-color: var(--colorRed);
    color: #fff;
    font-size: 16px;
}

.btn-red:hover {
    background-color: #f59190;
    color: #fff;
}

.card-article img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
}

.card-article-lg img {
    width: 270px;
    height: 270px;
    border-radius: 10px;
}

.card-article {
    font-family: Fira Sans, sans-serif;
}

.card-article .title {
    font-family: Fira Sans, sans-serif;
    margin-top: 20px;
    font-size: 16px;
}

.articles {
    margin: 50px 0 80px;
}

.pest-control {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    width: 575px;
    margin: 50px 0 0;
    line-height: 1.75;
}

.ps-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 65px;
    width: 570px;
    margin-top: 80px;
    margin-bottom: 0;
}

.ps-text {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    width: 575px;
    margin: 50px 0 0;
    line-height: 1.75;
}

.ps-action {
    margin-top: 40px;
}

.d-container {
    top: 7rem;
}

.discount {
    position: absolute;
    top: -162px;
    right: -63px;
}

.circle-info,
.circle-info svg {
    width: 300px;
    height: 300px;
}

.circle-info .circle-info-action-button {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    border: 5px solid #333;
    color: #fff;
    background-color: #ed2524;
    font-size: 16px;
    border-radius: 26px;
    padding: 10px;
    cursor: pointer;
    width: 175px;
    text-align: center;
}

.circle-info .circle-info-action {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

.discount .circle-info-action a {
    padding: 10px 35px;
    margin-left: 19px;
}

.technician img {
    width: 571px;
    height: 571px;
    margin-left: 20px;
    border-radius: 290px;
    border: 3px solid #ed2524;
}

.guarantee {
    position: absolute;
    right: 60px;
    top: 416px;
}

.guarantee img {
    width: 240px;
    height: 225px;
}

.yellow-section {
    height: 800px;
}

.slider {
    width: 480px;
    z-index: 5;
}

.slider {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: Fira Sans Condensed, sans-serif;
    font-weight: 300;
    font-style: italic;
    align-self: stretch;
    font-size: 30px;
    text-align: center;
    min-height: 194px;
    margin: 100px 80px 0 0;
}

.slider .slider-author {
    font-size: 20px;
    margin-top: 20px;
}

.slider .slider-text {
    height: 270px;
    display: flex;
    align-items: flex-end;
}

.slider .slider-st {
    font-family: Fira Sans, sans-serif;
    margin-top: 12px;
    font-size: 16px;
}

#slider-arrows {
    margin-top: -33px;
}

.slider .slider-arrow-left,
.slider .slider-arrow-right {
    width: 11px;
    height: 21px;
    padding: 10px 15px;
    cursor: pointer;
}

.tc-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 65px;
    margin-top: 70px;
    margin-bottom: 0
}

.tc-content {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.75;
    width: 580px;
}

.nn-position {
    bottom: 60px;
}

.section-bg {
    background-image: url('../image/termite.d7dee0003b34a841.png');
    background-repeat: no-repeat;
    background-position: right -10px top 156px;
}

.section-referal {
    background-image: url('../image/mouse-logo.jpg');
    background-repeat: no-repeat;
    background-position: right -50px top 60%;
}

.referal {
    margin: 0px 78px;
}

.referal h1 {
    font-family: 'Futura Std';
    font-weight: 800;
    font-size: 45px;
    margin-bottom: 21px;
}

.r-center {
    width: 408px;
    padding-right: 58px;
    border-right: 1px solid #fff;
    margin-top: 85px;
    margin-bottom: 135px;
    z-index: 10;
    margin-right: 34px;
}

.r-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    margin: 0;
}

.referal .referalBtn-border {
    border-color: var(--black);
}

.r-content {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
}

.r-content .r-small {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 41px;
}

.r-right {
    margin-right: -45px;
}

.r-right-title {
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    margin-top: 83px;
    width: 380px;
    font-family: Futura Std;
    line-height: normal;
}

.r-right-text {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
    width: 380px;
}

.r-right-input {
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    background-color: #707070;
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    color: #fff;
    width: 100%;
    height: 49px;
}

.r-right-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.r-right-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.r-right-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.r-right-submit {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 5px 20px;
    margin: 15px 0 15px auto;
    color: #000;
    background-color: #fff07e;
    border-radius: 19px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.r-right-submit:hover {
    background-color: #666;
    color: #fff;
}

.r-image {
    margin-left: 0px !important;
    padding-right: 8px;
    margin-top: 63px;
}

.r-image img {
    width: 282px;
    height: 282px;
}

.r-image-button {
    bottom: 31px;
    position: relative;
    left: 0px;
    padding: 10px 30px!important;
}

.ls-image {
    margin-top: -36px;
}

.ls-image img {
    width: 528px;
    height: 528px;
    margin-right: 40px;
    border-radius: 268px;
    border: 2px solid #ed2524;
}

.ls-text {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    color: #333;
    margin: 60px 85px 90px 0;
    text-align: center;
    line-height: 1.3;
    width: 425px;
}

.ls-right {
    width: 580px;
}

.ls-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    color: #000;
    margin-top: 65px;
    margin-bottom: 0;
}

.ls-subtitle {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    color: #000;
    margin-top: 5px;
}

.ls-right-phone {
    color: #EC2525;
    text-decoration: none;
}

.ls-right-phone:hover {
    color: #EC2525;
    text-decoration: underline;
}

.ls-warning-text {
    flex: 0 0 auto;
    padding-right: 2em;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
}

.ls-warning-icon {
    height: 70px;
    width: 70px;
    fill: #ed2524;
}

.ls-warning-text p {
    color: red;
}

.places-text {
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.locations {
    width: 360px;
    padding: 15px;
}

.show-locations {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000;
    margin-top: 40px;
}

.show-locations a {
    color: #ed2524;
}

.show-locations a:hover {
    text-decoration: underline!important;
}

footer {
    clear: both;
}

footer .upperFooter {
    background-color: #333232;
    height: 555px;
    padding-top: 57px;
    font-family: Fira Sans, sans-serif;
}

footer .container {
    padding-left: 0;
}

footer h4 {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
}

footer h4 .subtext {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    margin-left: -4px;
    bottom: 0;
}

footer .text-advice {
    margin-bottom: 6px;
}

footer .text-ask {
    margin-bottom: 0rem;
}

footer .ask-paragraph {
    line-height: normal;
}

footer .upperFooter .topQuestions {
    color: #FEF07F;
    text-decoration: none;
}

footer .upperFooter .topQuestions:hover {
    text-decoration: underline;
}

footer .div-expert {
    margin-bottom: 29px;
}

footer .upperFooter .link-footer ul li a {
    text-decoration: none;
}

footer .upperFooter .link-footer ul li a:hover {
    text-decoration: underline;
}

footer .upperFooter .footer-contact .social-medias ul li {
    margin-bottom: 25px;
}

footer .upperFooter .footer-contact .social-medias ul li span {
    margin-left: -7px;
    padding-right: 8px;
}

footer .upperFooter .footer-contact .social-medias ul li span i {
    width: 30px;
    text-align: center;
    font-size: 21px;
}

footer .upperFooter .footer-contact .social-medias ul li span i.fa-youtube {
    font-size: 19px;
}

footer .upperFooter .footer-contact .social-medias ul li .sm-link {
    text-decoration: none;
    font-size: 16px;
}

footer .upperFooter .footer-contact .social-medias ul li .sm-link:hover {
    text-decoration: underline;
}

footer .upperFooter .footer-contact .otherContact {
    color: #FEF07F;
    text-decoration: none;
}

footer .upperFooter .footer-contact .otherContact:hover {
    text-decoration: underline;
}

footer .lowerFooter {
    background-color: #000;
    height: 400px;
    font-family: Fira Sans, sans-serif;
}

footer .lowerFooter .places {
    text-decoration: none;
    font-size: 14px;
    color: #999;
}

footer .lowerFooter .places:hover {
    text-decoration: underline;
}

footer .questionInput {
    background-color: #EDEDED;
    height: 50px;
    padding: 0px 9px;
    font-style: italic;
}

footer .questionInput::placeholder {
    color: #000;
}

footer input[type="submit"] {
    background-color: #FEF07F;
    padding: 8px 45px;
}

footer input[type="submit"]:hover {
    background-color: #666666;
    color: white;
}

footer .copyright-div {
    line-height: normal;
}

footer .footer-contact {
    color: #989899;
}

.banner-franchise .logo svg {
    width: 217px;
    height: 312px;
}

.banner-franchise .title {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.banner-franchise .title h1 {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 55px;
    padding-top: 50px;
    z-index: 10;
    margin: 0;
}

.banner-franchise .title h3 {
    display: flex;
    flex-direction: row;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

.banner-franchise {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url("../image/truly-nolen-homepage-banner-dark.jpg");
    /* min-height: 250px; */
    height: 580px;
    /* background-position: center; */
    background-position: right;
}

.banner-partner .logo svg {
    width: 217px;
    height: 312px;
}

.banner-partner .title {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.banner-partner .title h1 {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 55px;
    padding-top: 50px;
    z-index: 10;
    margin: 0;
}

.banner-partner .title h3 {
    display: flex;
    flex-direction: row;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

.banner-partner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url("../image/Homepage-House-Banner.jpg");
    /* min-height: 250px; */
    height: 580px;
    /* background-position: center; */
    background-position: right;
}

/* .banner-partner-content {
    width: 1100px;
    background-image: url("../image/new-truly-nolen-homepage-mouse-car.png");
    background-repeat: no-repeat;
    background-position: right 0 bottom -17px;
} */

.banner-wide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ffe300;
    /* min-height: 250px; */
    height: 250px;
}

.banner-wide-content {
    width: 1100px;
    background-image: url("../image/bugcar-trans-big.1c3f69488e897d5c.png");
    background-repeat: no-repeat;
    background-position: right 0 top -17px;
}

.banner-wide .logo svg {
    width: 217px;
    height: 312px;
}

.banner-wide .title {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}

.banner-wide .title h1 {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 55px;
    padding-top: 50px;
    z-index: 10;
    margin: 0;
}

.banner-wide .title h3 {
    display: flex;
    flex-direction: row;
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

.car-absolute{
    bottom: -25px;
}

.person-absolute{
    bottom: 0px;
}

.articles-sct {
    background-color: #fff;
    padding: 75px 0;
    width: 1140px;
    margin: auto;
}

article .article-text {
    flex: 1;
    padding: 0px;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
}

article .article-text h1 {
    font-size: 36px;
}

article picture img {
    border-radius: 10px;
}

.checkoutmore-content {
    width: 1140px;
}

.section-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    width: 850px;
    margin: 0;
}

.content-txt {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    margin-top: 50px;
    color: #333;
}

.morelinks div {
    width: 228px;
	margin-bottom: 0px;
}


.morelinks div a {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
}

.text-testimonial {
    color: #fff!important;
    text-align: center;
}

.whyus-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    margin: 0;
}

.whyus {
    align-items: center;
    padding: 80px 0 120px;
    background-color: #ffe300;
}

.whyus-content {
    margin-top: 60px;
}

.whyus-content .wyc:not(:first-child) {
    margin-left: 20px;
}

.whyus-content .whyus-t {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 1.5;
    min-height: 90px;
}

.whyus-content .whyus-d {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
}

.quiz-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    margin: 0;
}

.quiz-text {
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 40px;
    line-height: 1.5;
}

.quiz-describe {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    padding-right: 40px;
}

.quiz {
    padding: 0 0 60px;
}

.quiz-image img {
    width: 524px;
    height: 524px;
    margin-top: -70px;
    border-radius: 262px;
    border: 2px solid #ed2524;
}

.menu-hamburger {
    flex: 0 0 auto;
    fill: #fff;
    width: 31px;
    height: 31px;
    order: 3;
}

.banner-select-box {
    margin: 0px 60px;
}

.mobile-art-mob {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 40px 25px 80px;
    background-color: #efefef;
    border-radius: 10px;
    padding: 16px 0 28px;
}

.footer-from {
    width: 480px;
}

.sidebar-links-opt a {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-links-opt a p {
    width: 254px;
    padding: 15px 20px;
    background-color: #ededed;
    border-top: 2px solid #fff;
}

.sidebar-links-opt a svg {
    flex: 0 0 auto;
    align-self: flex-start;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.sidebar-articles-square {
    margin-top: 50px;
}

.sidebar-articles-square article {
    margin-top: 30px;
}

.sidebar-articles-square img {
    width: 254px;
    height: 180px;
    border-radius: 10px;
}

.sidebar-right {
    max-width: 254px;
    width: 254px !important;
}

.content-tempB {
    display: block;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 40px;
}
.content-body{
    width: 875px;
    padding-bottom: 40px;
    margin-left: auto;
}

.btn-yellow {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    padding: 10px 20px 9px;
    font-size: 15px;
}

.text-decoration-only-hover {
    text-decoration: none;
}

.text-decoration-only-hover:hover {
    text-decoration: underline;
}

.card-black {
    border-radius: 10px;
    padding: 30px 30px 40px;
    width: 280px;
    float: right;
    margin-left: 50px;
    margin-bottom: 20px;
}

.card-black-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    align-self: stretch;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.card-black-subtitle {
    font-family: Fira Sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

.card-black-actions li {
    margin-top: 15px;
}

.p-t100-b60 {
    padding: 100px 0 60px;
}

.tempB-content-ul:first-child {
    padding-top: 10px;
}

.tempB-content-ul li {
    padding-bottom: 20px;
}

.form-submit-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    margin: 0;
}

.form-title {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.form-input {
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #ededed;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 14px 10px;
    color: #333;
    font-size: 16px;
    width: 220px;
    margin-left: 20px;
}

.form-inputs-row {
    margin-top: 20px;
}

.card-marketing {
    margin-top: 30px;
}

.card-m-header h1 {
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    color: #000;
    border-radius: 10px 10px 0 0;
    background-color: #ffe300;
    padding: 30px 40px;
}

.card-m-body {
    border-left: 3px solid #ededed;
    border-right: 3px solid #ededed;
}

.card-m-body .f-col img {
    width: 180px;
    height: 173px;
}

.card-m-body .f-col p {
    font-size: 18px;
    line-height: 1.5;
}

.card-m-body>div {
    /* width: 280px; */
    padding: 30px 0;
}

.card-m-body .s-col svg {
    width: 20px;
    height: 20px;
}

.card-m-body .s-col li {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.card-m-body .s-col li p {
    font-family: Fira Sans, sans-serif;
    font-size: 16px;
    margin-left: 10px;
}

.card-m-body .th-col img {
    width: 380px;
    height: 195px;
}

.card-m-footer {
    padding: 20px;
}

.card-m-footer ul li {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.card-m-footer .circle-svg {
    background-color: #ffe300;
    padding: 10px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-m-footer .circle-svg svg {
    fill: #000;
    width: 20px;
    height: 20px;
}

.card-m-footer li p {
    font-family: Fira Sans, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    width: 150px;
    line-height: 1.5;
}

.info-warning {
    margin-top: 20px;
}

.info-warning p {
    font-family: Fira Sans, sans-serif;
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}

.ct-top {
    padding-bottom: 80px;
}

.sc-last-updates {
    padding: 60px 0 20px;
    border-top: 1px solid #ccc;
}

.lu-title {
    font-family: Futura Std;
    font-size: 45px;
}

.slu-articles article {
    margin-top: 40px;
}

.sclu-article-image {
    object-fit: cover;
    width: 380px;
    height: 249px;
    border-radius: 10px;
}

.sclu-article-title {
    font-size: 20px;
}

.sclu-article-description {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
}

.sclu-article-info {
    padding-left: 40px;
}
.l-sides{
    display: flex;
    flex-direction: row;
}
.l-side-left{
    display: flex;
    flex-direction: column;
    width: 795px;
    align-self: flex-end;
    margin: 96px 20px 0 0;
}
.l-side-right{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 54px;
}
.l-side-box{
    align-self: flex-end;
    margin: 15px 50px 0 0;
    width: 615px;
    height: 195px;
    background-color: rgba(255,219,15,.73);
    border-radius: 14px;
}
.l-side-text .title{
    font-size: 73px;
    font-family: "Futura Std";
    font-weight: 600;
    font-style: normal;
    
}
.l-side-text .description{
    font-size: 44px;
    font-family: Futura Std;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.l-side-box-title{
    font-family: "Futura Std";
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    text-align: right;
    margin-right: 103px;
    margin-top: 25px;
}
.l-side-box-select{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    width: 325px;
    height: 43px;
    margin: 10px 0px 0px 185px;
    padding: 0px 20px;
    cursor: pointer;
    font-family: Fira Sans,sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #333;
    font-size: 24px;
}

.l-side-car{
    background-color: transparent;
    z-index: 10;
    margin-left: -195px;
    margin-top: -188px;
    width: 718px;
    height: 448px;
    pointer-events: none;
}
.l-side-right svg{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 54px;
}
.l-side-right svg{
    width: 254px;
    height: 377px;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0,0,0,.4));
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.4));
}
.sc-commercial{
    padding-top: 65px;
}
.sc-c-title{
    text-align: center;
    font-family: Fira Sans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 65px;
}
.sc-c-text{
    padding: 20px;
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
}

.sc-ci-title{
    text-align: center;
    font-family: Fira Sans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 60px;
}
.sc-ci-industries-link{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
    cursor: default;
}
.sc-ci-industries-link svg{
    cursor: pointer;
    fill: #ed2524;
    width: 100px;
    height: 100px;
}

.sc-ci-industries-link .scci-name{
    cursor: pointer;
    color: #000;
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    margin-left: 16px;
    margin-bottom: 0;
}
.wtn{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    white-space: nowrap;
}
.wtn-img{
    width: 757px;
    height: 425px;
    margin-right: -200px;
}

.wd-single-title{
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 1.5;
}
.wd-single-description{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
}
.scfe-text p{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
}
.dbt-container{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 20px;
    border-bottom: 1px solid #707070
}
.btn-changable-inpsection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 0;
    background-color: #fff07e;
    width: 250px;
    height: 130px;
    cursor: pointer;
    border: 0px;
    margin: auto 1.5px 0px 1.5px;
}
.btn-changable-inpsection.active{
    font-family: Fira Sans,sans-serif!important;
    font-weight: 600!important;
    font-style: normal!important;
    height: 150px!important;
    border-radius: 10px 10px 0 0!important;
    cursor: default!important;
    background-color: #ffe300!important;
}
.btn-changable-inpsection .dbt-img{
    fill: #000;
    width: 46px;
    height: 33px;
}
.btn-changable-inpsection .dbt-text{
    font-family: Fira Sans,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin-top: 5px;
}
.data-content-tab:not(.active){
    display: none;
}
.radio-custom {
    opacity: 0;
    position: absolute;   
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    border: 3px solid #999;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
    background-color: #ffe300!important;
}

.radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
.tbt-select-radio svg{
    fill: #000;
    width: 46px;
    height: 33px;
}
.tbt-select-radio{
    color: var(--colorRed);
    width: 140px !important;
    height: 90px;
    border-radius: 10px;
    background-color: white;
    border: 0px;
}
.tbt-select-radio.active{
    background-color: var(--colorYellow);
}
.tbt-select-radio.active p {
    color: var(--black);
}
.tbt-select-radio p {
    font-size: 15px;
    margin-top: 5px;
}
.riskLevel-text{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0;
}
.riskLevel-text h3{
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 80px;
}
.riskLevel-text p{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
.yourRiskLevel{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
.riskLevel-word{
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    text-align: center;
}
.riskLevel-phoneNum{
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
    color: #333;
}
.risk-level-title{
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
    margin: 0;
}
.risk-level-description{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
}

.btn-x-tab.active{
    background:var(--colorYellow) !important;
    font-weight: bold;
}
.btn-x-tab.active p{
    color: var(--black) !important;
}

.percent-50-off button{
    font-family: Fira Sans,sans-serif;
    font-weight: 600;
    font-style: normal;
    border: 5px solid #333;
    color: #fff;
    background-color: #ed2524;
    font-size: 16px;
    border-radius: 26px;
    padding: 10px;
    cursor: pointer;
    width: 110px;
    text-align: center;
}

.q-title{
    font-family: Futura Std;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

.q .qq-desc{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
}
.txy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 40px;
    height: 115px;
    width: 160px;
    border-radius: 10px;
    cursor: pointer;
    color: #ed2524;

}
.q{
    margin-top: 45px;
}
.q input[type="radio"]:checked { 
    background-color: red;
}
.q-ans label{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    padding-left: 10px;
}

.q-msg{
    min-width: 280px;
    width: 280px;
    max-width: 280px;
}
.q-msg-c{
    font-family: Fira Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.5;
}
.q-msg-pink{
    background-color: #f59190;
}
.q-msg-green{
    background-color: #5fba4e;
}
.q-msg-yellow-lt{
    background-color: #fff07e;
}
.li-bullet li{
    position: relative;
}
.li-bullet li:before{
    content: '∙';
    color: white;
    position: absolute;
    left: -12px;
    font-size: 30px;
    height: 100%;
    top: -13px;
}
.location-post .summary{
    display: inline-block;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-family: Fira Sans,sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: #ffe300 !important;
}
.location-post .details{
    display: flex;
    flex-direction: row;
    font-size: 18px;
    padding: 0 10px;
    flex-wrap: wrap;
}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.location-title{
    margin-bottom: 0;
    width: 90% !important;
    text-transform: uppercase !important;
}
.location-branch{
	font-family: Fira Sans Condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000;
}
.sidebar-mobile li {
    width: 50%;
    float: left;
    background: white;
}
.sidebar-mobile li a{
    color: var(--colorRed);
}
/**responsive**/
@media (max-width: 1199px) {
	.section-referal .r-right{
		margin-right: 0px;
	}
}
@media (max-width: 1199px) {
    .content-width-1200down-100{
        width: 100%;
    }
    .main-menu li {
        height: auto;
    }
    .top-section .image-1 {
        width: 214px;
        height: 340px;
        margin: -58px 0 0 30px;
    }
    .main-text {
        /* height: 340px; */
        width: 100%;
        z-index: 0;
    }
    .main-text .description {
        font-weight: 400;
        font-style: normal;
        align-self: stretch;
        font-size: 20px;
        margin-top: 40px;
        line-height: 1.6;
        width: auto;
        padding: 0 25px 0 0;
        z-index: 10;
    }
    .top-section-content {
        right: 0px;
    }
    .top-section {
        min-height: auto!important;
    }
    .box .box-content {
        /* width: 900px; */
        width: 74vw;
    }
    .box .box-content .box-content-title {
        font-weight: 600;
        font-style: normal;
        color: #000;
        font-size: 24px;
        margin: 21px 25px 0;
    }
    .banner-select-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border-radius: 5px;
        height: 50px;
        margin: 18px 25px 0;
        padding: 0 20px;
        cursor: pointer;
    }
    .box-content-select {
        margin: 0px;
        padding: 0px;
    }
    .bd-content {
        right: 0px;
        height: auto;
        margin: 0px;
    }
    .bd-image,
    .bd-text h2,
    .bd-text p,
    .btn-defecting {
        text-align: center;
    }
    .bd-image img {
        margin-left: 0px;
    }
    .technician img {
        width: 327px;
        height: 327px;
        margin-left: 0;
        border-radius: 290px;
        border: 2px solid #ed2524;
    }
    .circle-info,
    .circle-info svg {
        width: 186px;
        height: 186px;
        top: -60px;
        right: 60px;
    }
    .circle-info-action a {
        margin-left: 0px !important;
    }
    .guarantee {
        right: 100px;
        top: 200px;
    }
    .guarantee img {
        width: 140px;
        height: 132px;
        margin-left: 0;
    }
    .cnt {
        max-width: 100%!important;
        width: 100%!important;
        margin-top: 100px;
    }
    .technician {
        text-align: center;
    }
    .d-container {
        top: 0px;
    }
    .art-mob {
        margin: 40px 25px 80px;
        padding: 16px 0 28px;
    }
    .yellow-section {
        height: auto;
    }
    .yellow-section .slider {
        margin: auto;
    }
    .circle-info,
    .circle-info {
        margin-left: 40px !important;
    }
    .tc-title {
        margin-top: 0px;
    }
    .tc-content {
        width: auto;
    }
    .r-image {
        width: 220px;
        height: 220px;
        margin-left: 0px !important;
    }
    .r-image img {
        width: 220px;
        height: 220px;
    }
    .r-center {
        width: 60%;
        margin-bottom: 0px;
    }
    .r-content {
        font-size: 18px;
    }
    .r-right {
        margin-top: 40px;
        z-index: 10;
        padding-left: 25px;
    }
    .r-right-title {
        width: 100%;
    }
    .r-right-els {
        width: 320px;
    }
    .section-referal {
        float: left;
        background-position: right 240px top 90%;
        background-size: 300px;
        padding-bottom: 100px;
		width: 100%;
    }
    .ls-image img {
        width: 296px;
        height: 296px;
    }
    .ls-left {
        width: 100%;
        display: flex;
    }
    .ls-text {
        width: auto;
    }
    .ls-right {
        width: 100%;
    }
    .location-svg {
        text-align: center;
    }
    .location-svg svg {
        height: 100%;
        margin: 34px 0 0 25px;
    }
    .ls-warning-text {
        justify-content: center;
    }
    footer .upperFooter {
        height: auto;
    }
    footer .upperFooter .row-direction {
        flex-direction: column;
    }
    footer .lowerFooter {
        height: auto;
    }
    .footer-ul {
        width: 50%;
        margin: auto;
    }
    .content-tempB {
        margin-top: 30px;
    }
    .back-to-pc-button {
        width: 230px;
        padding: 13px 20px;
    }
    .tempB-morelinks-mobile {
        padding: 20px 0;
        border-color: #ccc;
        margin-bottom: 40px;
    }
    .form-title {
        font-size: 40px;
    }
    .form-input {
        font-family: Fira Sans, sans-serif;
        font-weight: 500;
        font-style: normal;
        background-color: #ededed;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        padding: 14px 10px;
        color: #333;
        font-size: 16px;
        width: 75%;
    }
    .form-inputs-row>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .f-col {
        order: 2;
    }
    .s-col {
        order: 1;
    }
    .th-col {
        order: 3;
    }
    .card-m-body .s-col .s-col-title {
        font-size: 40px;
    }
    .card-m-body .s-col svg {
        width: 32px;
        height: 32px;
    }
    .card-m-body .s-col li p {
        font-size: 28px;
    }
    .card-m-body .f-col img {
        width: 376px;
        height: 354px;
    }
    .card-m-body .th-col img {
        width: auto;
        height: auto;
    }
    .sclu-article-image {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .content-width.ct-top,
    .content-width.sc-last-updates,
    .checkout-mostrequested.content-width,
    .checkoutmore-content,
    .quiz .content-width {
        width: 100%;
    }
    .articles-sct {
        width: 100%;
    }
    .quiz-image img {
        width: 300px;
        height: 300px;
    }
    .section-title {
        width: 100%;
    }
    .banner-wide .title h1 {
        font-size: 42px;
        line-height: 1;
        margin: 0;
        max-width: 500px;
    }
    
    .banner-partner .title h1 {
        font-size: 42px;
        line-height: 1;
        margin: 0;
        max-width: 500px;
    }
    
    .banner-franchise .title h1 {
        font-size: 42px;
        line-height: 1;
        margin: 0;
        max-width: 500px;
    }

    .l-sides{
        flex-direction: column-reverse;
        width: 100%;
    }
    .l-side-right svg{
        width: 200px;
        height: 288px;
        -webkit-filter: drop-shadow(0 4px 4px rgba(0,0,0,.4));
        filter: drop-shadow(0 4px 4px rgba(0,0,0,.4));
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        margin-top: 0;
    }
    .l-side-right{
        width: 700px;
        align-self: center; 
        align-items: flex-start;
        margin-top: -37px;
        z-index: 100;
    }
    .l-side-left{
        margin-top: 0;
        width: 700px;
        align-self: center;
    }
    .l-side-box{
        align-self: auto;
        height: 260px;
        background-color: rgba(255,240,126,.9);
        border-radius: 14px;
        margin-top: 35px;
        padding: 0 62px;
    }
    .l-side-box-title{
        font-weight: 400;
        font-style: normal;
        font-size: 44px;
        margin-top: 20px;
        margin-right: 0px;
        text-align: left;
    }
    .l-side-text .title{
        font-size: 64px;
        font-family: Futura Std;
        font-weight: 600;
        font-style: normal;
    }
    .l-side-text .description{
        text-align: left;
    }
    .l-side-box-select{
        margin: 0px;
        width: 100%;
    }
    .l-side-car{
        background-color: transparent;
        z-index: 10;
        margin-top: -50px;
        margin-left: 82px;
        width: 718px;
        height: 448px;
        pointer-events: none;
    }
    .wtn-img{
        margin-right: 0px;
    }
    .q-msg{
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1184px) {
    .content-body{
        width: 100%;
        margin: auto;
        padding: 0px 15px;
    }
}
@media (min-width: 800px) {
    .banner-wide {
        margin-bottom: 100px;
    }
  
        /* .banner-partner {
        margin-bottom: 100px;
    } */
}

@media (max-width: 800px) {
    .banner-wide {
        height: auto;
        margin-bottom: 0px;
        padding: 15px;
    }
    .banner-wide .logo {
        padding-left: 00px;
    }
    .banner-wide .logo svg {
        width: 107px;
        height: 155px;
    }
    .banner-wide .title {
        padding-left: 00px;
    }
    .banner-wide .title h1 {
        width: 100%;
    }
    
    .banner-partner {
        height: auto;
        margin-bottom: 50px;
    }
    .banner-partner .logo {
        padding-left: 20px;
    }
    .banner-partner .logo svg {
        width: 107px;
        height: 155px;
    }
    .banner-partner .title {
        padding-left: 20px;
    }
    .banner-partner .title h1 {
        width: 100%;
    }
    .banner-partner{
        background-position: right bottom;
    }
    
    
    .banner-franchise {
        height: auto;
        margin-bottom: 50px;
    }
    .banner-franchise .logo {
        padding-left: 20px;
    }
    .banner-franchise .logo svg {
        width: 107px;
        height: 155px;
    }
    .banner-franchise .title {
        padding-left: 20px;
    }
    .banner-franchise .title h1 {
        width: 100%;
    }
    .banner-franchise{
        background-position: right bottom;
    }
    
    .car.car-absolute{
        bottom: 12px;
        right: 20px;
    }
    .car.car-absolute img{
        width: 300px;
    }
    .pest-control {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .top-section .image-1,
    .top-section .image-1 svg {
        width: 107px;
        height: 155px;
    }
    .top-section-content {
        padding-bottom: 90px;
    }
    .main-text {
        height: auto;
    }
    .main-text .title {
        font-size: 42px;
        line-height: 1;
        margin: 10px 25px 0;
    }
    .main-text .description {
        font-weight: 400;
        font-size: 20px;
        margin-top: 20px;
        line-height: 1.6;
        width: auto;
        padding: 0 25px;
    }
    .box .box-content {
        display: block;
        flex-direction: unset;
        background-color: #fff07e;
        border-radius: 10px;
        margin-top: 10px;
        height: 264px;
        width: auto;
    }
    .box {
        flex-direction: column-reverse;
        width: 92%;
        right: 0px;
    }
    .box-image {
        width: auto;
        text-align: center;
    }
    .box-image img {
        width: 292px;
        height: 176px;
        margin-top: -15px;
        margin-right: 0;
    }
    .ps-title {
        flex: unset;
        font-family: Futura Std;
        font-weight: 600;
        font-style: normal;
        font-size: 42px;
        width: auto;
        margin: 30px 25px 0;
    }
    .ps-subtitle {
        font-family: Fira Sans, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        width: auto;
        margin: 7px 25px 0;
        line-height: 1.5;
    }
    .ps-text {
        font-family: Fira Sans, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        width: auto;
        margin: 23px 25px 0;
        line-height: 1.6;
    }
    .ps-action {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: auto;
        margin: 30px 25px 0;
    }
    .circle-info,
    .circle-info {
        margin: auto !important;
    }
    .tc-mobile .tc-title {
        font-weight: 600;
        font-style: normal;
        font-size: 42px;
        margin-top: 25px;
        margin-bottom: 0;
        text-align: center;
    }
    .tc-mobile .tc-content {
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        margin-top: 30px;
        line-height: 1.6;
    }
    .slider {
        width: 100%;
    }
    .slider-text {
        font-family: Fira Sans Condensed, sans-serif;
        font-weight: 300;
        font-style: italic;
        align-self: stretch;
        font-size: 28px;
        text-align: center;
        min-height: 140px;
    }
    .ac-mob {
        border-radius: 10px;
        background-color: #fff07e;
        margin-top: 40px;
        padding: 15px 4px;
    }
    .section-referal {
        float: unset;
    }
    .referal {
        width: 100%;
        margin: 0px;
        padding: 0px 25px;
    }
    .r-center {
        width: 100%;
        border: none;
    }
    .ls {
        float: left;
        width: 100%;
    }
    .content-width {
        width: 100%;
    }
    .ls-title {
        font-style: normal;
        font-size: 42px;
        color: #000;
        margin-top: 20px;
        margin-bottom: 0;
        line-height: 1;
        padding: 0 100px 0 25px;
    }
    .mob-subtitle {
        font-weight: 400;
        font-size: 20px;
        margin-top: 20px;
        line-height: 1.6;
        padding: 0 25px;
    }
    .ls-subtitle {
        font-size: 24px;
        color: #000;
        margin-top: 25px;
        padding: 0 25px;
    }
    .ls-warning-icon {
        height: 32px;
        width: 32px;
    }
    .ls-warning-text {
        font-size: 12px;
        line-height: 12px;
    }
    .footer-from {
        width: 100%;
    }
    .back-to-pc-button {
        width: 100%;
    }
    .card-black {
        float: unset;
        margin: auto;
    }
    .form-input {
        width: 100%;
        margin-left: 0px;
    }
    .sclu-article-image {
        max-width: 129px;
        max-height: 85px;
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .sclu-article-title {
        color: var(--colorRed);
        text-decoration: underline !important;
        font-weight: 400 !important;
    }
    .temporary-alert {
        height: auto;
    }
    .l-side-right svg{
        width: 106px;
        height: 155px;
    }
    .l-side-text .title{
        font-size: 44px;
        font-family: Futura Std;
        font-weight: 600;
        font-style: normal;
    }
    .l-side-box{
        flex: 0 0 auto;
        height: 165px;
        max-width: 355px;
        background-color: rgba(255,240,126,.9);
        border-radius: 14px;
        margin-top: 27px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 25px;
    }
    .l-side-box-title{
        font-family: Futura Std;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        margin-top: 13px;
    }
    .l-side-car {
        width: auto;
        text-align: center;
    }
    .l-side-car img{
        background-color: transparent;
        z-index: 10;
        max-width: 355px;
        height: 230px;
        margin-top: 0px;
        pointer-events: none;
    }
    .l-side-right{
        width: 100%;
        padding: 0px 15px;
     }
     .l-side-left {
        width: 100%;
        margin: 0px;
        padding: 0px 15px;
     }
     .sc-c-title,
     .sc-ci-title,
     .wtn{
        text-align: center;
        font-family: Fira Sans,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
     }
     .wtn-img{
        width: 435px;
        height: 252px;
        margin-top: 20px;
     }
     .wd-col svg{
        width: 88px;
        height: 122px;
     }
     .wd-col .wd-title{
        font-weight: 400;
        font-style: normal;
        text-align: center;
        font-size: 30px;
        padding-top: 15px;
        padding-bottom: 22px;
     }
     .wd-col .wd-description{
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        max-width: 280px;    
        margin: auto;
    }
    .r-right-text,
    .r-right-els{
        width: 100%;
    }
    .r-right{
        padding-left: 15px;
        padding-right: 15px;
    }
    .r-center{
        padding: 0px;
    }
    .technician img{
        height: 300px;
        width: 300px;
    }
    .ls-image img{
        margin: 0px;
    }
    .slider .slider-text{
        height: auto;
    }
    .button-pill-grey-dark{display: block;}
}

@media (max-width: 500px) {
    .card-m-body .th-col img{
        width: 100%;
    }
	.card-m-body {
		padding: 0px 30px;
	}
    .card-m-body .f-col img{
        width: 100%;
        height: auto;
    }
    .card-m-body .s-col li p{
        font-size: 12px;
    }
}