@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/*---------------------Common Styling--------------------------*/

body {
    font-family: 'Nunito', sans-serif !important;
}

a:hover {
    text-decoration: none;
    color: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid lightgray;
    box-shadow: none;
    outline: none;
}


/*---------------------------------New----------------------------*/

.footer-keyword-div {
    text-align: justify;
}

.footer-keyword-block {
    padding: 2.5rem !important;
}

.footer_keyword_heading {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.footer-keyword a {
    font-size: 13px;
    color: gray;
    border-right: 1px solid #000;
    margin-bottom: 6px;
    padding-right: 6px;
}

#more {
    display: none;
}

.read_more_keyword {
    background-color: transparent;
    border: 0;
    padding: 0;
    line-height: 20px;
    padding-left: 10px;
    color: #eda120;
    font-size: 15px;
    font-weight: 600;
}

.read_more_keyword:focus {
    outline: 0;
}

.contact-container {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 20px;
}

.contact-info {
    /* font-size: 20px;
	line-height: 20px; */
}

.request_callback_content p a,
.request_callback_content p a:hover {
    color: #fff !important;
    font-weight: 700;
}

.show-web {
    display: block;
}

.show-mobile {
    display: none !important;
}

.float-whatsapp {
    position: absolute;
    bottom: 11.5rem;
    z-index: 999999;
    right: 14px;
}

.float-whatsapp img {
    width: 42px;
    height: 42px;
}

.circle-effect {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #eda120;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    bottom: 14.5rem;
    right: 15px;
}

.float-whatsapp-fixed {
    position: fixed;
    bottom: 16.5rem;
    z-index: 999999;
    right: 10px;
}

.float-whatsapp-fixed img {
    width: 2.5rem;
}

.circle-effect-fixed {
    position: fixed;
    width: 42px;
    height: 42px;
    background: #eda120;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    bottom: 19.5rem;
    right: 10px;
}

.inline_div_heading {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: left;
}

.inline_div_heading h2,
.inline_div_heading h3 {
    display: inline !important;
}

.static_textarea {
    margin-top: 3rem;
}

.static_textarea .content_outer h2,
.static_textarea .content_outer h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: left;
}

.static_textarea .content_outer {
    padding: 2rem !important;
}

.static_textarea .content_outer p {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0.8rem;
}

.static_textarea .content_outer ul li {
    text-align: left;
    margin-bottom: 0.5rem;
}

.static_textarea .content_outer .content-btn:hover {
    color: #fff;
}

.static_textarea .content_outer .content-btn {
    background-color: #eda120;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    font-size: 15px;
}

.landing_page_tabs {
    width: 100%;
    margin-top: 4rem;
    background-color: #fff;
    box-shadow: 0 8px 26px 0 rgba(0, 0, 0, .08);
    border-radius: 0px;
}

.landing_page_tabs li a {
    border-radius: 0 !important;
    padding: 0.7rem 1.5rem;
    color: #616161;
    font-size: 16px;
    font-weight: 600;
}

.landing_page_tabs li a.active {
    background-color: #fff;
    border: none !important;
    color: #eda120 !important;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 3px solid #eda120 !important;
}

.landing_page_tabs li a:hover {
    border: none;
}

.onedios_text_area {
    padding: 3rem !important;
    padding-bottom: 0 !important;
    padding-top: 2rem !important;
}

.onedios_text_area .heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.onedios_text_area h2,
.onedios_text_area h3 {
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    font-style: italic;
}

.page_titles:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 85px;
    height: 4px;
    content: '';
    background: #eda120;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.page_titles {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #333;
}

.onedios_text_area p {
    font-size: 18px;
    line-height: 28px;
}

.landing_contact_area {
    padding: 3rem !important;
}

.landing_contact_area h3 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 1rem;
}

.landing_contact_area h3 span {
    font-weight: 700;
}

.landing_contact_area h3 a {
    color: #eda120;
}

.landing_contact_area h3 i {
    color: #41AA82;
    margin-right: 0.5rem;
    font-size: 22px;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 9rem;
    margin-bottom: 1.2rem;
    perspective: 1000px;
}

.flip-card img {
    width: 4.5rem;
    height: 12rem;
    object-fit: contain;
}

.flip-outer {
    width: 20%;
    min-height: 13.5rem;
    background-color: #fff;
    box-shadow: 0 4px 8px 2px #c3c3c3;
    border-radius: 9px;
    margin-bottom: 2rem;
}

.flip-arrow {
    line-height: 10rem;
    padding: 0.5rem;
}

.flip-card-title {
    margin-top: 1rem;
    font-size: 14px;
    padding: 0rem 1rem;
    font-weight: 600;
    color: #000;
}

.flip-arrow i {
    padding: 0.5rem;
    border: 1px solid #eda120;
    color: #000;
    font-size: 12px;
}

.flip-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 100%;
}

.flip-number p {
    background-color: #eda120;
    width: 40px;
    display: block;
    margin: 0;
    height: 40px;
    border-radius: 50%;
    padding: 0.5rem;
    color: #fff;
    font-weight: 600;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    background-color: #eda120;
    color: white;
    transform: rotateY(180deg);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.flip-card-back p {
    padding: 0.8rem;
    text-align: justify;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

#banner-slider .owl-dots {
    display: none !important;
}

.blog-heading-sec {
    font-size: 2.25rem !important;
}

#blog-slider .owl-stage {
    padding: 0rem 0.5rem;
}

#blog-slider .owl-stage-outer {
    height: 350px;
}

.pest_control img {
    width: 6rem !important;
}

.custom_breadcrumb {
    background-color: transparent !important;
    padding-left: 5.5rem;
    margin: 0;
}

.custom_breadcrumb .breadcrumb-item a {
    color: #ddd;
    font-weight: 600;
    font-size: 17px;
}

.custom_breadcrumb .breadcrumb-item.active {
    color: #ddd;
    font-weight: 600;
    font-size: 17px;
}

.custom_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ddd;
}

.request_call_btn:hover {
    background-color: #0fad70;
}

#request_top_form h5 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #fff;
}

.them-bg-dark {
    background-color: #1c252c;
    margin-top: 0px;
    z-index: 9999;
    position: relative;
    bottom: 0;
}

.app_download_section {
    margin-top: 60px;
}

.static-col-pd {
    padding-left: 3rem;
}

.request_callback_content {
    padding: 5rem 5rem 0rem 5rem;
}

.request_callback_content h1 {
    width: 100%;
    font-size: 30px;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    padding-left: 10px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}

.request_callback_content p {
    width: 100%;
    font-size: 21px;
    margin-bottom: 5px;
    line-height: 38px;
    padding-left: 10px;
    font-weight: 500;
    color: #fff;
}

.request_callback_form {
    padding: 0rem 4rem 0rem 0rem;
    position: fixed;
    width: 34%;
    z-index: 0;
}

.request_callback_form form {
    background-color: #eda120;
    margin-top: -2rem;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}

.form-group {
    position: relative;
    margin-bottom: 0.7rem;
}

.form-control-request {
    border: unset;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
    background-color: #eda120;
    color: #fff;
}

.form-control-request::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.form-control-request:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.form-control-request::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.form-control-request:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.form-control-request:focus {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #eda120;
    color: #fff;
    border-bottom: 1px solid #41aa82;
}

.request_call_btn {
    background-color: #41AA82;
    /*background: linear-gradient(90deg, rgba(65, 170, 130, 1) 35%, rgba(237, 161, 32, 1) 100%);*/
    width: 80%;
    border: none;
    padding: 0.6rem;
    border-radius: 0;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, .1);
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    font-size: 17px;
    font-weight: 600;
}

.landing_title h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #333;
}

.landing_title h3:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 85px;
    height: 4px;
    content: '';
    background: #eda120;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.landing_title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #333;
}

.landing_title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 85px;
    height: 4px;
    content: '';
    background: #eda120;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.landing_service_section {
    padding: 70px 0;
}

.landing_service_box {
    box-shadow: 0 4px 8px 2px #c3c3c3;
    padding: 14px 14px;
    min-height: 100%;
    border-radius: 9px;
}

.landing_service_box img {
    width: 5rem;
}

.landing_service_box h3 {
    font-size: 15px;
    color: #333;
    padding: 10px 0 0;
    font-weight: 700!important;
    margin-top: 0.7rem;
    line-height: 24px;
}

.landing_service_box h3 span {
    color: #41AA82;
}

.city_list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 40px 60px;
    margin: 0px;
    margin-bottom: 0px;
    border-radius: 9px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.service_sec {
    margin-bottom: 60px;
}

.home_paint_images {
    width: 100%;
    border-radius: 15px;
}

.home_paint_section {
    margin-bottom: 50px;
}

.landing_title_sub {
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
}

.how_work_box {
    box-shadow: 0 4px 8px 2px #c3c3c3;
    background-color: #fff;
    border-radius: 9px;
    min-height: 100%;
    padding: 1.5rem;
}

.how_work_box h3 {
    text-align: left;
    color: #eda120;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.how_work_box p {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.city_list .item {
    padding: 0rem 1rem;
    border-right: 1px solid lightgray;
}

.city_list .item:last-child {
    border: none !important;
}

#city .owl-dots {
    display: none !important;
}

#city .owl-nav.disabled {
    display: block !important;
}

#city .owl-nav button.owl-prev {
    position: absolute;
    top: 4rem;
    left: 2rem;
    font-size: 50px;
    color: #eda120;
}

#city .owl-nav button.owl-next {
    position: absolute;
    right: 2rem;
    top: 4rem;
    font-size: 50px;
    color: #eda120;
}

.city_block {
    width: 14.2%;
    text-align: center;
    border-right: solid 1px #dbdbdb;
}

.city_block img {
    max-width: 100%;
    height: 95px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.city_block span {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
}

.city_block:last-child {
    border-right: none;
}

.water_purifier_service {
    margin-bottom: 0px;
}

.water_purifier_servicebox {
    box-shadow: 0 4px 8px 2px #c3c3c3;
    padding: 14px 8px;
    min-height: 100%;
    border-radius: 9px;
}

.water_purifier_servicebox img {
    width: 4rem;
    margin-bottom: 0.7rem;
}

.water_purifier_servicebox h3 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.water_purifier_servicebox p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.download_app_footer {
    background-color: #fff;
    box-shadow: 0 4px 8px 2px #c3c3c3;
    padding: 3rem;
}

.web_request_form {
    position: absolute;
    top: 5rem;
    right: 0rem;
    width: 100%;
}

.floating-booking-btn a {
    position: fixed;
    bottom: 1rem;
    right: 1.5rem;
    z-index: 99999999;
    background-color: #41AA82;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    animation: myanimation 5s infinite;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    line-height: 16px;
    padding-top: 1rem;
}

.floating-booking-btn a:hover {
    color: #fff !important;
}

@keyframes myanimation {
    0% {
        background-color: #41AA82;
    }
    25% {
        background-color: #eda120;
    }
    50% {
        background-color: #41AA82;
    }
    75% {
        background-color: #eda120;
    }
    100% {
        background-color: #000;
    }
}

.landing_brand_section {
    margin-bottom: 70px;
}

.new_brand_box {
    box-shadow: 0 4px 8px 2px #c3c3c3;
    background-color: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 9px;
}

.new_brand_box img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 9px;
    height: 115px;
    object-fit: contain;
}

@media screen and (max-width: 575px) {
    .request_callback_content p strong {
        color: #fff !important;
    }
    .circle-effect,
    .circle-effect-fixed {
        position: fixed;
        bottom: 4rem;
        right: 0.8rem;
    }
    .float-whatsapp,
    .float-whatsapp-fixed {
        position: fixed;
        bottom: 1rem;
        right: 0.8rem;
        width: auto;
    }
    .show-web {
        display: none;
    }
    .show-mobile {
        display: flex !important;
    }
    .page_titles {
        font-size: 14px;
        line-height: 24px;
    }
    .landing_title {
        font-size: 17px;
    }
    .static_textarea {
        margin-top: 0rem;
    }
    .static_textarea .content_outer p {
        text-align: justify;
    }
    .static_textarea .content_outer {
        padding: 1.5rem !important;
    }
    .landing_page_tabs {
        margin-top: 1.5rem;
    }
    .onedios_text_area {
        padding: 1rem !important;
    }
    .landing_contact_area {
        padding: 1rem !important;
    }
    .onedios_text_area h1 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
        line-height: 28px;
    }
    .onedios_text_area p {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
    }
    .blog-heading-sec {
        font-size: 1.25rem !important;
        margin-bottom: 16px;
    }
    .landing_contact_area h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0.5rem;
    }
    .landing_contact_area h3 i {
        font-size: 16px;
    }
    .flip-outer {
        width: 45%;
        min-height: 12rem;
        margin: 0.5rem;
        margin-bottom: 1rem;
    }
    .flip-arrow {
        display: none;
    }
    .flip-card-title {
        margin-top: 0.5rem;
        font-size: 13px;
    }
    .flip-card {
        width: 100%;
    }
    .flip-flex {
        padding: 0rem 1rem;
    }
    .pest_control img {
        width: 4rem !important;
    }
    .custom_breadcrumb {
        padding-left: 0.5rem;
    }
    .custom_breadcrumb .breadcrumb-item a {
        font-size: 14px;
        color: #fff;
    }
    .custom_breadcrumb .breadcrumb-item.active {
        font-size: 14px;
        color: #fff;
    }
    .custom_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        color: #fff;
    }
    #request_top_form h5 {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .new_brand_box img {
        height: 85px;
    }
    .app_download_section {
        margin-top: 30px;
    }
    .new_brand_box {
        margin-bottom: 0;
    }
    .floating-booking-btn a {
        bottom: 0.5rem;
        right: 0.5rem;
        font-size: 11px;
        font-weight: 700;
        animation: myanimation 5s infinite;
        width: 3rem;
        height: 3rem;
        line-height: 13px;
        padding-top: 0.7rem;
    }
    .them-bg-dark {
        padding-bottom: 0.5rem !important;
    }
    .request_callback_content {
        padding: 1rem 0rem;
    }
    .request_callback_content p {
        font-size: 15px;
        line-height: 22px;
        display: block;
    }
    .request_callback_content h1 {
        margin-bottom: 0;
        padding-bottom: 7px;
        font-size: 24px;
        display: block;
    }
    .request_callback_form {
        padding: 0;
        width: 100%;
        position: relative !important;
        z-index: 999;
    }
    .static-col-pd {
        padding-left: 15px;
    }
    .request_callback_form form {
        padding: 1rem 1.5rem;
        margin-top: 0rem;
    }
    .form-control-request {
        font-size: 14px;
    }
    .form-group {
        margin-bottom: 0.8rem;
    }
    .request_call_btn {
        width: 100%;
        margin-top: 2rem;
        font-size: 15px;
    }
    .landing_title h3 {
        font-size: 17px;
    }
    .landing_title h3:after {
        width: 45px;
    }
    .landing_service_section {
        padding: 40px 0px 40px 0px;
    }
    .home_paint_section {
        margin-bottom: 35px;
    }
    .landing_service_box img {
        width: 3rem;
    }
    .service_sec {
        margin-bottom: 40px;
    }
    .landing_title_sub {
        font-size: 15px;
    }
    .how_work_box {
        padding: 0.5rem;
    }
    .how_work_box h3 {
        font-size: 1.4rem;
    }
    .how_work_box p {
        font-size: 14px;
    }
    .city_block img {
        margin-bottom: 10px;
        max-width: 85%;
        height: 90px;
    }
    .city_list {
        padding: 25px 35px;
        margin-bottom: 50px;
    }
    .city_list .item {
        padding: 0;
    }
    .city_block {
        width: 50%;
        padding: 20px 0;
        border-bottom: solid 1px #dbdbdb;
    }
    #city .owl-nav button.owl-prev {
        position: absolute;
        left: 1rem;
        top: 3.5rem;
        font-size: 35px;
    }
    .city_block span {
        font-size: 14px;
    }
    #city .owl-nav button.owl-next {
        position: absolute;
        right: 1rem;
        top: 3.5rem;
        font-size: 35px;
    }
    .city_block:nth-child(even) {
        border-right: unset;
    }
    .city_block:last-child {
        border-bottom: unset;
        border-right: none;
    }
    .water_purifier_servicebox h3 {
        font-size: 17px;
    }
    .water_purifier_servicebox img {
        width: 4rem;
    }
    .water_purifier_service {
        margin-bottom: 0px;
    }
    .water_purifier_servicebox p {
        font-size: 14px;
        line-height: 22px;
    }
    .request_callback_banner {
        height: auto;
        padding-bottom: 2rem;
        background: none !important;
        background-color: #eda120 !important;
    }
}

@media (min-width:576px) and (max-width: 767px) {
    .circle-effect,
    .circle-effect-fixed {
        position: fixed;
        bottom: 4rem;
        right: 0.8rem;
    }
    .float-whatsapp,
    .float-whatsapp-fixed {
        position: fixed;
        bottom: 1rem;
        right: 0.8rem;
        width: auto;
    }
    .show-web {
        display: none;
    }
    .show-mobile {
        display: flex !important;
    }
    .onedios_text_area {
        padding: 1rem !important;
    }
    .landing_contact_area {
        padding: 1rem !important;
    }
    .flip-card {
        width: 100%;
        height: 7rem;
    }
    .flip-arrow {
        padding: 0;
        display: none;
    }
    .flip-outer {
        width: 45%;
        min-height: 10rem;
        margin: 0.5rem;
        margin-bottom: 1rem;
    }
    .flip-flex {
        padding: 0rem 1rem;
    }
    .flip-card img {
        height: 9.5rem;
    }
    .flip-number {
        bottom: 2rem;
    }
    .custom_breadcrumb {
        padding-left: 0.5rem;
    }
    .custom_breadcrumb .breadcrumb-item a {
        font-size: 14px;
        color: #fff;
    }
    .custom_breadcrumb .breadcrumb-item.active {
        font-size: 14px;
        color: #fff;
    }
    .custom_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        color: #fff;
    }
    .new_brand_box {
        margin-bottom: 0;
    }
    .app_download_section {
        margin-top: 30px;
    }
    .request_callback_banner {
        height: auto;
        padding-bottom: 0rem;
        background: none !important;
        background-color: #eda120 !important;
    }
    .request_callback_content h1,
    .request_callback_content p {
        display: block;
    }
    .request_callback_content {
        padding: 2rem 0rem;
    }
    .request_callback_form {
        padding: 2rem 0rem;
        position: relative !important;
        width: 100%;
    }
    .water_purifier_servicebox p {
        font-size: 14px;
        line-height: 22px;
    }
    .water_purifier_servicebox h3 {
        font-size: 17px;
    }
    .water_purifier_servicebox img {
        width: 5rem;
    }
    .request_callback_content h1 {
        font-size: 22px;
    }
    .request_callback_content p {
        font-size: 16px;
        line-height: 26px;
    }
    .request_callback_form form {
        padding: 1rem 1.5rem;
        margin-top: 0rem;
    }
    .form-control-request {
        font-size: 14px;
    }
    .form-group {
        margin-bottom: 0.8rem;
    }
    .request_call_btn {
        width: 100%;
        margin-top: 2rem;
        font-size: 15px;
    }
    .landing_title h3 {
        font-size: 17px;
    }
    .landing_title h3:after {
        width: 45px;
    }
    .city_block span {
        font-size: 16px;
    }
    .landing_service_section {
        padding: 50px 0px 0px 0px;
    }
    .home_paint_section {
        margin-bottom: 35px;
    }
    .service_sec {
        margin-bottom: 35px;
    }
    .city_block img {
        margin-bottom: 10px;
        max-width: 85%;
        height: 90px;
    }
    .static-col-pd {
        padding-left: 15px;
    }
    .city_list {
        padding: 25px 35px;
        margin-bottom: 50px;
    }
    .city_block {
        width: 50%;
        padding: 20px 0;
        border-bottom: solid 1px #dbdbdb;
    }
    .city_block:nth-child(even) {
        border-right: unset;
    }
    .city_block:last-child {
        border-bottom: unset;
        border-right: none;
    }
    .city_list .item {
        padding: 0rem;
    }
    #city .owl-nav button.owl-prev {
        top: 3rem;
        left: 1rem;
    }
    #city .owl-nav button.owl-next {
        top: 3rem;
        right: 1rem;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .request_callback_content {
        padding: 2rem;
    }
    .city_list .item {
        padding: 0rem;
    }
    .city_list {
        padding: 40px 35px;
    }
    .city_block span {
        font-size: 15px;
    }
    .city_block img {
        margin-bottom: 0.5rem;
    }
    #city .owl-nav button.owl-prev {
        left: 1rem;
    }
    #city .owl-nav button.owl-next {
        right: 1rem;
    }
    .request_callback_form {
        padding: 3rem 3rem 0rem 0rem;
        position: relative;
        width: 100%;
    }
    .request_callback_form form {
        padding: 1rem;
    }
    .form-control-request {
        font-size: 15px;
    }
    .form-group {
        margin-bottom: 0.5rem;
    }
    .request_call_btn {
        padding: 0.5rem;
        margin-top: 1.5rem;
        font-size: 15px;
    }
    .request_callback_banner {
        height: auto;
        background-size: 100% 100% !important;
        background-position: left !important;
        padding-bottom: 2rem;
    }
}