body {font-size:16px; color:#4A4A4A; font-family: 'Montserrat';  font-weight:normal;hyphens: auto; line-height:24px;}
h1, h2, h3, h4, h5, h6 {letter-spacing: 0; color:#1d2f41;}
h1{font-size:42px; font-weight:900;}
h2{font-size:36px; line-height:42px;font-weight:900;}
h2 span{color:#ff5b12;}
h3{font-size:24px;line-height:30px; font-weight: 500;}
.h4, h4 {font-size:21px; font-weight:500;}
.h5, h5 {font-size:18px; font-weight:500;}
p,a,span,li{letter-spacing:0;}
a{text-decoration: none;}
img{width: auto; height: auto; max-width:100%;}
a{color:#1e2026;}
a:hover {color: #ff5b12;}
/*btn*/
a.collbtn {position: fixed;background: #1cc9bc;z-index:9;display: flex;width: 70px;height: 70px;align-items: center;justify-content: center;font-size: 34px;color: #1d2f41;border-radius: 70px;border: 5px solid #fff;box-shadow: inset 0 0 5px #1d2f4157;left: 20px;bottom: 20px;}
a.collbtn::before {content: '';border-radius:70px;min-width: calc(70px + 12px);min-height: calc(60px + 12px);
border: 6px solid #00FFCB;box-shadow: 0 0 60px rgba(0,255,203,.64);position: absolute;top: 50%;left: 50%;
transform: translate(-50%, -50%);opacity: 0;transition: all .3s ease-in-out 0s;}
a.collbtn::after {content: '';width:70px; height:70px;border-radius: 100%;border:5px solid #00FFCB;position: absolute;z-index: -1;top: 50%;left: 50%;transform: translate(-50%, -50%);animation: ring 1.5s infinite;}
@keyframes ring {0% {width:70px;height:70px;opacity: 1;}100% {width: 120px;height: 120px;opacity: 0;}
}
ul.icons2 {padding: 0;list-style-type: none;}ul.icons2 li {display: block; background:transparent;padding: 5px;padding-left:32px;opacity: 0.8;font-size: 15px; margin-bottom:15px; position: relative;}ul.icons2 li:before{display: inline-block;content: "\F26A";position: absolute;left:10px;top:5px;font-size: 16px;font-family: bootstrap-icons !important;color:#ff5b12;}ul.icons2 li:hover{opacity:1;}
ul.icons-loc {padding: 0;list-style-type: none;}ul.icons-loc li {display: block; background: rgba(255, 255, 255, 0.06);padding: 5px;padding-left:32px;    opacity: 0.8;font-size: 15px; margin-bottom:15px; position: relative;}ul.icons-loc li:before{display: inline-block;content: "\F3E7";position: absolute;left:10px;top:5px;font-size: 16px;font-family: bootstrap-icons !important;color:#ff5b12;}ul.icons-loc li:hover{opacity:1;}
.number{list-style-type: none; padding:0; margin:0; counter-reset: circle-counter;}.number li{counter-increment: circle-counter;margin-bottom:15px; line-height: 25px; position: relative; padding-left:35px;}.number li:before {content: counter(circle-counter);background-color:#ff5b12;width:25px;height:25px;border-radius: 50%;display:flex;font-size:14px;color:#fff;position:absolute;left: 0; align-items: center; justify-content: center; font-weight:500;}.number li:last-child {margin-bottom: 0;}

.btn-read {text-transform:uppercase;line-height:2;font-size:18px;padding:0px;position:relative;width:auto;color:#ff5b12;vertical-align:middle;display:inline-flex;overflow:hidden;text-decoration:none;fill:#ff5b12;}.btn-read:after{content:'\F4FE';font-family:"bootstrap-icons"; position:relative; margin-left:5px;}.btn-read:hover {color:#1d2f41;}
.bg-color1{background:#ff5b12; color:#fff;}.bg-color1 h2,.bg-color1 h3,.bg-color1 h4,.bg-color1 h5,.bg-color1 h6,.bg-color1 p,.bg-color1 a,.bg-color1 li{color:#fff;}
.bg-color2{background:#1d2f41; color:#fff;}.bg-color2 h2,.bg-color2 h3,.bg-color2 h4,.bg-color2 h5,.bg-color2 h6,.bg-color2 p,.bg-color2 a,.bg-color2 li{color:#fff;}
.btn {
    line-height: 2;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #ff5b12;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 500;
}
    .btn:before {
      content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ff5b12;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.service-area {
    background: #f1f7fd;
    padding: 20px;
    border-radius: 5px;
    margin: 30px 0;
}
ul.location li {
    width: 50%;
    padding: 10px;
    border: 1px solid #f1f7fd;
    background: #fff;
}
ul.location
 {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex
;
    flex-wrap: wrap;
}
.location-card {
    background: #f1f8ff !important;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10196078431372549);
    border-radius: 20px 20px 20px 20px !important;
    /* text-align: center !important; */
    padding: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid #eee;
    transition: all 400ms ease;
    text-align: center;
}
.location-icon {
    display: flex
;
    justify-content: center;
    margin-bottom: 15px;
}
.location-icon i {
    background: #1d2f41;
    width: 75px;
    height: 75px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    border-radius: 20px;
}
.btn:hover{-webkit-transform: translateZ(0);transform: translateZ(0); color:#fff;}
.btn:hover:before{-webkit-transform: scaleX(1);transform: scaleX(1);}
.bg-color1 .btn{background:#1d2f41; color:#fff;}.bg-color1 .btn:hover{background:#08625c;}
.bg-color2 .btn:hover{background:#fff; color:#1d2f41;}
.bg-color2 b, .bg-color2 strong{color:#fff;}
.calltoaction h3 {margin: 0;}.calltoaction p{margin:10px; font-size:24px;}
.map {background:#ff5b12;padding: 15px;position: relative; color:#1d2f41; min-height:300px;}
.map a{color:#1d2f41;}
.map p{margin:0;}
button.slick-next, button.slick-prev {position: absolute;top: 50%;z-index: 100;display: block;height: 50px;width: 25px;line-height: 0;font-size: 0;
cursor: pointer;background:#ff5b12;color: #fff;margin-top: -25px;padding: 0;border-radius: 0;font-family: bootstrap-icons !important;border: 0;}
.slick-slider button.slick-next{right:0;}
.slick-slider button.slick-prev{left:0;}
ul.slick-dots {list-style-type: none;padding: 0;margin: 0;display: flex;justify-content: center;}
ul.slick-dots li {margin: 5px; position: relative;}
ul.slick-dots button {width: 15px; padding:0; height: 15px;overflow: hidden;border:2px solid #1d2f41;background: #ffffff8c;color: transparent;border-radius: 20px;}
ul.slick-dots li.slick-active button{background:#ff5b12;}
/*Top line*/
.top-section {background:#ff5b12;width: 100%;position: relative;z-index: 9; padding:0; color:#fff;}
.top-section .datetime {display:flex;line-height:21px;font-size: 14px;align-items: center;letter-spacing: 0.3pt;}
.top-section .datetime .bi {font-size: 24px;margin-right: 7px;}
.top-section a.btn {padding: 5px 8px;margin: 5px 0;font-size: 16px;background: #1a558f;}
.top-section a.btn:hover{background:#000;}
/*Top line*/
div#page {overflow: hidden;}
/*Logo section*/
.fixed-top-h-section {position: relative;width: 100%;top: 0px;z-index: 99;padding:15px 0;}
.fixed-top-h-section .container {position: relative;}
.site-logo {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
padding: 0;position: relative; top: 0px;}
.logoleft img {margin: 0;position: relative;}
.callbx a.btn {font-size:26px;padding: 0 20px;}
header#masthead {position:relative;width: 100%;background:#fff;z-index:9;}
/*Logo section*/

/*Menu section*/
.headmenu .site-bar.group {display: flex;justify-content: space-between;align-items: center;position:relative;left: 0;right: 0;}
.headmenu .container {position: relative;}
.site-bar .nav{width:auto;}
.headmenu .group:after, .headmenu .group:before{display: none;}
.headmenu {position: relative;top:0px;z-index: 999;margin: 0;padding: 0;}
.headmenu .nav ul li a{color:#1d2f41;font-weight:normal;font-size:18px;line-height: 24px; padding:5px 15px; border-radius:5px;}
.headmenu .nav li.current_page_item a {color:#fff;background: #ff5b12;}
.headmenu .nav ul li a:hover {color: #fff;background: #ff5b12;}
.navigation ul{position: absolute;padding:0px;opacity: 0;left: 0;background-color: #ffffff;min-width: 220px;transition: 0.3s;box-shadow:2px 20px 20px 0px #191fa01a;}
.headmenu .nav ul.sub-menu li {width:100%;padding:0px;border-bottom:1px solid rgba(0, 0, 0, 0.15);}
.headmenu .nav ul.sub-menu li:last-child{border-bottom:1px;}
.headmenu .nav ul.sub-menu li a {padding:9px;text-align: left; letter-spacing:0;color:#4A4A4A;text-transform: capitalize;font-weight:normal;font-size: 16px;}
.headmenu .nav ul.sub-menu li a:hover:after{width:0;}
.navigation .sfHover>ul, .navigation li:hover>ul {top:33px;opacity: 1;transition: 0.3s;}
.headmenu .nav ul.sub-menu li a:hover {color:#ff5b12;background:transparent;}
.bi-x{display: none !important;-webkit-transition: all .4s;transition: all .4s;}
.mobile-nav-trigger .bi-list{-webkit-transition: all .4s;transition: all .4s; font-size:42px;}
.mobile-nav-trigger.open .bi-list{display: none;}
.mobile-nav-trigger.open .bi-x {display:block !important;position:relative;top:0px;right:0px;font-size:42px;
padding:0px;}
.mobile-nav-trigger.open span {display: none;}
.mobile-nav-trigger {position: fixed;right: 0;z-index: 99999;width: 49px;background:#ff5b12;top: 0;left: auto;
color:#fff;}

.phone-number {display: flex;color: #fff;align-items: center; position: relative; padding: 10px; border-radius: 10px; width:40%;position: relative;}
.phone-number:before{content: ''; position:absolute;position: absolute;width: 3000px;height: 100%;top: 0;background:#ff5b12;left: 0;border-radius: 10px;}
.phone-number .callbx {display: flex;gap: 10px; position: relative;}
.phone-number .icon{position: relative;}
.phone-number .callbx p{margin:0;color: #fff;}
.phone-number .callbx b{color:#fff;}
nav.nav.mobile-menu {position: relative;}
ul.navigation{position: relative;}
.phone-number .icon {position: relative;width: 70px;margin-left: 20px;color: #fff;font-size: 32px;}
.phone-number .icon span {position: relative;display: flex;width: 100%;align-items: center;height: 100%;justify-content: center;}
.phone-number .icon:before {position: absolute;content: "";height: 0px;border-right: 36px solid #1d2f41;
border-top: 72px solid #1d2f41;border-left: 36px solid #1d2f41;border-bottom: 25px solid transparent;z-index: 0;right: 0px;top:-10px;}
.phone-number a.btn {padding: 0;line-height: 29px;}
.phone-number a.btn:hover {background: transparent;}
/*Menu section*/

/*Form*/
.contact-formpage {overflow: hidden;padding:20px;background:#fff;}
.wpcf7 .col-md-12.p-2 {position: relative;}
.contact-formpage span.title {font-size: 32px;display: block;margin-bottom: 10px;padding: 10px;}
.wpcf7 span.wpcf7-spinner {position: absolute;top: 19px;margin: 0; left: 20px;}
.wpcf7 input{display: block;width: 100%;padding: 0.375rem 0.75rem;font-size:15px;font-weight: 400;
line-height: 1.5;color:#1d2f41;background-color:#fff;background-clip: padding-box;border: 1px solid #1d2f41;
-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;letter-spacing:0; height:45px;}
.wpcf7 textarea{display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;
line-height: 1.5;color: #1d2f41;background-color:#fff;background-clip: padding-box;border: 1px solid #1d2f41;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0.25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; letter-spacing:0; height:70px;}
.wpcf7 input[type=submit] {background:#ff5b12;border: 0;padding:0.9rem;;color:#fff;transition: .4s;border-radius: 50px;border-radius:0;font-size: 18px; letter-spacing:0; height:auto; max-width:200px;font-size: 21px;}
.wpcf7 input[type=submit]:hover {background:#ff5b12;}
.wpcf7 input::-webkit-input-placeholder{color:#1d2f41;}
.wpcf7 input:-moz-placeholder{color:#1d2f41;}
.wpcf7 input::-moz-placeholder{color:#1d2f41;}
.wpcf7 input:-ms-input-placeholder{color:#1d2f41;}
.wpcf7 textarea::-webkit-input-placeholder{color:#1d2f41;}
.wpcf7 textarea:-moz-placeholder{color:#1d2f41;}
.wpcf7 textarea::-moz-placeholder{color:#1d2f41;}
.wpcf7 textarea:-ms-input-placeholder{color:#1d2f41;}
.wpcf7 label+br {display: none;}
.wpcf7 label {padding: 0;margin: 5px;color: #3e4055;font-weight: 500;}
.wpcf7 .col-md-6+p{display: none;}
.wpcf7 .col-md-6+p{display: none;}
.wpcf7 p{margin:0;}
.contact-formpage h2{font-size:34px;}
.contact.php-email-form {background: #1d2f41;padding: 30px;}
.contact.php-email-form h2{color:#fff;}
/*Form*/

/*Breadcrum*/
.home-page-title {text-align:center; padding:18px 0 0;}
.home-page-title h1 {margin:0;}
.breadcrum{padding:50px 0 50px;position: relative;margin-bottom:60px;
background:url(https://rodentcontrolhobart.com.au/wp-content/uploads/2023/02/pest-control-bg.jpg) no-repeat center center;
background-size: cover;}
.breadcrum .container{position: relative; z-index:1;display: flex;flex-wrap: wrap;justify-content: center;}
.breadcrum:after{content: "";display: block;width:100%;height: 100%;position: absolute;top: 0;right: 0;
background:linear-gradient(0deg, rgb(1 11 20 / 42%) 0%, rgb(1 11 20 / 65%) 100%);}
.breadcrum h1 {text-align: center; position: relative; width:100%; color:#fff; }
.breadcrum h1 a{color:#fff;}
.breadcrum ol.breadcrumb {margin: 0;padding: 0;background: transparent;color: #fff;}
.breadcrum ol.breadcrumb a {color:#fff}
.breadcrum .breadcrumb-item.active {color:#ff5b12;}
.breadcrum .breadcrumb-item+.breadcrumb-item::before{color:#ff5b12;}
.breadcrum h1 span {display: block;font-size: 16px; font-weight: 500;color: #fff;}
.breadcrumbs {padding:0;border-radius: 5px;width: 100%;color:#fff;font-size: 17px; margin:0;}
p#breadcrumbs {margin: 0;color:#fff;}
p#breadcrumbs a {color:#ff5b12;}
/*Breadcrum*/

/*Sidebar*/
.sidebar.sidebar-right .widget:nth-child(1){ background:#1d2f41; }
.sidebar.sidebar-right {border-left: solid 0px #ebebeb;padding:0px;}
.sidebar.sidebar-right .widget {padding:15px;background:#f5f9ff;margin-bottom: 15px;border: 1px solid #e7eef9;border-radius: 5px;}
.sidebar.sidebar-right .widget h3.widget-title{color:#ff5b12; text-align: left; font-size: 28px; margin:0; font-weight:600; padding:0; margin-bottom: 10px; letter-spacing:0;}
.sidebar.sidebar-right .stars, .sidebar.sidebar-right .rr_star {color:#ffaf00 !important;}
.sidebar.sidebar-right li a {color:#1e2026;padding:10px; font-size:15px; position: relative; border: 0;display: flex;z-index:9;}
.sidebar.sidebar-right li {margin-bottom:10px;background:#fff;border-radius: 5px; position: relative; overflow: hidden;
transition: all 0.25s ease-in-out;}
.sidebar.sidebar-right li a:hover{color:#fff;}
.sidebar.sidebar-right li:hover a{color:#fff;}
.sidebar.sidebar-right ul{list-style-type: none;padding: 0;margin: 0;}
.sidebar.sidebar-right .testimonial_group .full-testimonial{padding:0;}
.sidebar.sidebar-right .alignleft {margin: 0 10px 0px 0px;}
.sidebar.sidebar-right li a:before{margin-right:2px; display:block;content:"\F135";position:relative; font-family: "bootstrap-icons"; font-size:18px;}
.sidebar.sidebar-right li:after {content: '';position: absolute;width: 0%;height: 100%;background:#ff5b12;left: 0;top: 0;transition: all 0.25s ease-in-out;}
.sidebar.sidebar-right li:hover:after{ transition: all 0.25s ease-in-out; width:100%;}
.btn-group-ct a.get-free {white-space: normal;line-height:24px;}
span.post-date {color: #ff5b12;font-size: 12px;}

.sidebar.sidebar-right .wpcf7 input[type=submit]{background:#ff5b12;}
form#searchform {position: relative; display: flex;justify-content: center;}
.searchform>div {display: flex;align-items: center; }
input#searchsubmit {color: #fff !important;position: relative;right: 2px;letter-spacing: 0;font-size: 16px;background: #000;padding: 16px;top: 0px;padding: 1px 9px;border-radius: 0px 5px 5px 0px;}
/*Sidebar*/

/*Footer*/
#footer {width: 100%;margin-top:0px;background:#1d2f41; color:#fff;position: relative; z-index:0;}
#footer b, #footer strong{color:#fff;}
#footer h3,#footer h2{color:#fff;margin-bottom: 15px;padding: 0;font-weight: normal;font-size: 24px;}
#footer .footer-top ul {list-style-type: none;padding: 0;}
#footer .footer-top ul li {position: relative;margin-bottom:8px; display:flex;}
#footer .footer-top ul li:before {content: '';display: block;position: relative;min-width: 10px;height: 10px;background: #ff5b12;
max-width: 10px;margin-right: 10px;border-radius: 10px;top:4px;}
#footer .footer-top ul li a {color: #fff;padding: 0;line-height: 21px;border: 0;}
#footer .footer-top ul li a:hover {color: #ff5b12;}
#footer .footer-top {padding:0px 0 10px 0;background:#1d2f41;}
.top-follow {display: flex;align-items: center;}
.copyright p {margin: 0;}
.top-follow ul {display: flex;margin: 0;list-style-type: none;font-size: 24px;padding: 0;margin-left: 10px;}
.copyright li a {font-size: 18px;margin: 5px; color:#fff;}
.copyright a {color:#fff;}
#footer a{color: #fff;}
#footer .menu {display: flex;flex-wrap: wrap;}
#footer .menu li { width: 100%;}

#footer .footer-top ul.timer li{position: relative; display: flex; justify-content:space-between; padding-left: 25px;}
#footer .footer-top ul.timer li:before{content:'\F597';font-family:bootstrap-icons !important;position:absolute;left: 0;    background: transparent;
min-width:0;height:auto;top:0;color:#ff5b12;font-size:20px;}
.logofooter {display: flex;align-items: center;justify-content: space-between;background: #ffffff1a;padding: 20px;
position: relative;margin-top: -140px;}
    /*End of Footer*/

/*slider*/
.slider{position:relative; overflow:hidden; background:url(https://rodentcontrolhobart.com.au/wp-content/uploads/2023/06/rodent-control-hobart.jpg) 
no-repeat center center;background-size:cover; padding:80px 0 80px;z-index:0;}
.slider .container {position:relative; z-index:9;}
span.small-text {display: block;color: #fff;text-transform: uppercase;font-size: 24px;font-weight: 500;}
span.main-heading {font-weight:900; font-size:52px;margin:15px 0;line-height:70px;text-transform: uppercase; display:block; color:#fff;}
span.main-heading span {color:#fff; display:block;}
span.mid-text {color: #fff;font-size: 20px;}
a.btn.get-free {font-size:24px;padding: 5px 20px;border:2px dashed #ff5b12;}
a.btn.get-free:hover{border:2px dashed #fff;}
span.small-text.top {background: #ff5b12;padding: 8px 20px;font-weight: normal; margin:auto;border-radius:30px;}
.btn-sldr2 {display: flex;gap: 20px;margin-top: 20px; align-items:center;}
.haedright {display: flex;gap: 20px; align-items:center;}
.slider:after{content: "";display: block;width:100%;height: 100%;position: absolute;top: 0;right: 0;
background:#00000078;}
.btn-sldr2 a.btn {border:0;}
.btn{border-radius:0!important;padding:0.6rem 0.9rem !important;}
.slide-bottom {background:#ff5b12;position: relative;z-index: 9;}
.slide-bottom:before {content: "";display: block;width: 35%;height: 100%;position: absolute;top: 0;left: 0;background:#1d2f41;}
.btn-group-box {display: flex;position: relative; flex-wrap: wrap;}
.btn-group-box .btn {margin: 0;border-radius: 0;padding: 50px 30px;width: 25%;letter-spacing: 0;transition-duration: .3s;transition-property: transform;transition-timing-function: ease-out;font-size: 18px;background:#1d2f41;color: #fff;}
.btn-group-box .btn.btn02 {background:#ff5b12;color: #fff;}
.btn-group-box .btn:hover {transform: translateY(-8px);}
a.btnget-free {color:#fff;font-size: 42px;-webkit-text-stroke-width: 1px;font-weight: bold;}
a.btnget-free:hover{color:#000;-webkit-text-fill-color: #fff;}
.haedright a.btnget-free{color: #ff5b12;font-size:24px;}

.callexprt span {display:block;background:#ffffff;padding:25px 50px 25px 25px;clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
font-size: 24px;color:#000;line-height:32px;}
.callexprt a{display:block;font-size:32px;font-weight:900;color:#ff5b12;}
.logoleft {padding:0px;}
/*Slider*/

/*faq*/
.accordion-item {margin-bottom:15px;background: #f2f6ff;padding: 15px;border: 1px solid rgba(0,0,0,.125) !important;}
button.accordion-button {padding: 15px;}
.accordion-button::after{content: '\F4FE';background-image:none !important;font-family:"bootstrap-icons";    transition: transform .2s ease-in-out;
width:auto; height:auto; font-size: 25px;}
.accordion-button:not(.collapsed)::after {background-image:none !important;transform: rotate(0deg);
transition: transform .2s ease-in-out;content: '\F2EA';}
button.accordion-button{line-height: 24px;font-size:18px; font-weight:normal;background:#1d2f41;color:#fff;letter-spacing: 0;white-space: normal;}
button.accordion-button br{display: none;}
.accordion-item .accordion-body {padding: 16px 6px 0;}
.accordion-button:not(.collapsed){background:#1d2f41; color:#fff;}
/*faq*/

/*random blog*/
.random-blogs .blog-text-box {padding:0;height:100%;box-shadow:0 0 15px #1b232e12;border-radius:15px;
overflow: hidden;background: #f5f9ff;}
.random-blogs .post-thumbnail-box {position: relative;height: 210px;overflow: hidden;background:#f5f9ff url(no-image.jpg) no-repeat center center;
background-size: 100% 100%;}
.blog-entry-content {padding: 15px;}
.random-blogs .entry-meta.entry-meta-bottom{font-size:16px;color:#1d2f41;display: table;}
.random-blogs time.entry-date{position: absolute;bottom: 0;background: #ff5b12;color:#fff;letter-spacing: 0;
padding: 5px 10px;font-size: 14px;border-radius: 0px 5px 0 0;}
.random-blogs h3 {line-height: 30px; font-size:24px;}
.random-blogs .text-aria .text-ext{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;
font-size: 15px; margin-bottom: 10px;}
.random-blogs .entry-featured{margin:0;}
a.btn.read-btn {font-size: 14px;}
.random-blogs.space h2 {text-align: center;margin-bottom: 30px; font-size:34px;}
/*random blog*/
.space{padding:50px 0;}
.bg-gray{background:#F3F4F6;}
.entry-featured img {width: 100%;}
.blog-listing .blog-text-box {border: 1px solid #1d2f41;}
.post-thumbnail-box img {width: 100%;}
.blog-text-box .entry-featured {margin: 0;}
.blog-entry-content h2 {font-size:30px; line-height:34px;}
.entry-meta.entry-meta-bottom {text-align: left;letter-spacing: 0;}
.post-thumbnail-box {padding: 15px;}
time.entry-date, span.user-by-admin {letter-spacing: 0;color:#1e2026;font-size:14px;}
.servcebox p{margin:0;}.servcebox{text-align: center;}
.blog-listing.row article {margin: 0;height: 100%;}
.blog-listing.row .blog-text-box{height:100%;}

.icon-box {display: flex;align-items: center;gap: 5px;}
.icon-box p {margin: 0;}
.icon-box img {background: #1d2f41;border-radius: 50px;}
img.leftimg {width: 100%;border-radius: 280px 0;box-shadow: 2px 2px 0px 5px #ff5b12;}
.bg-img-pt .bg-color1 {background: linear-gradient(0deg, rgb(241 104 80 / 48%) 0%, rgb(241 104 80) 100%); text-align: center;}
.bg-img-pt .bg-color2 {background: linear-gradient(0deg, rgb(1 11 20 / 42%) 0%, rgb(1 11 20) 100%); text-align: center;}

.services-links {text-align: center;}
.fl-sub-c {display: flex;align-items: center;gap: 10px;color: #fff;background: #ffffff2b;margin-bottom: 10px;padding: 10px;}
.fl-sub-c img {filter: brightness(100) grayscale(100);max-width: 50px;}
.fl-sub-c strong {color: #fff;}
.schema-faq {display: flex;flex-wrap: wrap;gap: 20px;}
.schema-faq .schema-faq-section {width: 32%;background: #f5f9ff;}
.schema-faq h3.schema-faq-question {background: #1d2f41;color: #fff;padding: 10px;font-size: 20px;text-align: center;}
.schema-faq p.schema-faq-answer {padding: 10px;text-align: center; margin:0;}
.reviewsslide{text-align:center; margin-bottom:0px; position: relative; z-index:1;}
.reviewsslide b {color: #fff;font-weight: 500; display:block;}
.reviewsslide .bi {color: #faaf38;}
.star {gap: 5px;}
.reviewsbox.text-center {background: #fff;padding: 30px;}
.reviewsbox .glsr-default .glsr-review-author{width:100%; justify-content: center; font-weight:bold;color: #ff5b12;}
.reviewsbox .glsr-default .glsr-review-rating{margin:auto;width:100%;}
.reviewsbox .glsr-default .glsr-review-date{width:100%; justify-content: center;}
.formbox {padding: 30px;}
.reviewsslidehead{text-align:center; margin-bottom:50px; position: relative; z-index:1;}
.reviewsslidehead b {color: #fff;font-weight: 500; display:block;}
.reviewsslidehead .bi {color: #faaf38;}
ul.ourlist {list-style-type: none;margin: 0;display: flex;background: #fff;padding:0px;
box-shadow: 0 0 10px #00000038;border-radius: 10px; position: relative;left: -180px; justify-content: center;}
ul.ourlist li {text-align: center;padding: 40px;font-size: 18px;line-height: 34px;}
ul.ourlist li span {display: block;font-weight: 900;color: #ff5b12;font-size: 24px;}
ul.icons2.row {gap: 10px;}
ul.icons2.row li.m-0 {width: auto;background: transparent;opacity: 1;}
ul.icons2.row li.m-0:before{content:'\F3E8';}

/*before after*/
.ba-Slider{position:relative;display:block;overflow:hidden;background:#fff;padding:5px;box-shadow:0 0 5px #00000069;
-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;}
.scroller{position:absolute;top:calc(50% - 23px);left: calc(50% - 23px);
background:url(http://myhomeroofrestoration.com.au/wp-content/uploads/2023/02/arrowbg.png) no-repeat center center;
width:46px;height:46px;cursor:pointer;background-size: 45px;}
#before{position:absolute;top:5px;left:5px;width:50%;overflow:hidden; bottom:5px;}
.ease{transition:width ease .5s,left ease .5s;-moz-transition:width ease .5s,left ease .5s;-webkit-transition:width ease .5s,left ease .5s;}
div#before img {max-width: inherit;height: 100%;}
div#after img {width: 100%;}
.scroller:before {content: '';background: #fff;width: 4px;position: absolute;height: 500px;bottom: 43px;}
.scroller:after {content: '';background: #fff;width: 4px;position: absolute;height: 500px;top: 43px;}
.beforerow{display: flex; flex-wrap: wrap; gap:20px; justify-content: center;}
.before-slide{position:relative;display:block;overflow:hidden;background:#fff;padding:5px;
box-shadow:0 0 5px #00000069;width: 23%;}

.srvc_area { display: flex; gap: 1.2rem;}

.srvc_bx .img_icons img{ background-color:#f5f5f5;border-radius: 50px;padding:0.7rem;
border: 2px solid #ff5b12;
    transition: all 0.5s ease;
}

.srvc_bx .srvc_text {width: 100%;}

.bx-color {
    background:#ff5b12;
    padding: 0.4rem;
    box-shadow: -10px -6px 12px #e5e5e5, 6px 6px 12px #fff;
transition: all 0.7s ease;
    border-radius: 3.1rem;
}

.bx-color h4{
transition: all 0.4s ease;
color:#fff;
}
.bx-color:hover h4 {
    color: #fff;
}
.bx-color:hover {
    background-color:#ff5b12;
}

.bx-color:hover .img_icons img {
    background: #fff;
}

.bx-color:hover {
    transform: translate(-10px);
}

.img-2{
    position:relative;
}
.img-2:after {
    width: 85%;
    height: 100%;
    background: #ff5b12;
    position: absolute;
    content: '';
    top: -50px;
    left: 8%;
    padding: 20px;
    border: 9px solid #ff5b12;
    z-index: -1;
    transition: all 0.5s ease;
}

.srvc_bx:hover .img_icons img {
    background: #1d2f41;
        border: 2px solid transparent;
}
.srvc_bx.bg-gray.p-md-4.p-2.h-100 {
    border-radius: 1.2rem;
    background:linear-gradient(45deg, #ff5b12 20%, #e5e5e5 0%);

}


.bg-color_2 {
    background:#ff5b12;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 50% 100%, 0 90%);
    color:#fff;
}

.bg-color_2 h4{
    color: #fff;
}

.bg-color_1 {
    background: #1d2f41;
    clip-path:polygon(0 0, 100% 0, 100% 100%, 0 90%);
    padding: 6rem 0;
    color: #fff;
}

.bg-color_1 h2 {
    color: #fff;
}
.img_3 {
    position: relative;
    border: 6px solid #ff5b12;
}

.img_1 img,.img_3 img{
    width: 100%;
    height:auto;
}


.img-2 img {
    width: 100%;
    height:auto;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: none;
}
 
.img_3:after {
    background: #00000040;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* border: 10px solid #ff5b12; */
    transform: scale(0, 1);
    transition: all 0.5s ease;
}
.img-2:before {
    background: #ff5b12;
    position: absolute;
    width: 62%;
    height: 17%;
    content: 'Pest Control In Hobart';
    bottom: 0;
    left: 0;
    border-right: 10px solid #fff;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    /* transform: translate(0, -50%); */
}
.logoleft {
    max-width: 200px;
}
.footerlogo {
    background: #fff;
    width: 220px;
    padding: 0.4rem 0.9rem;
    margin-bottom: 0.8rem;
    border-radius: 0.5rem;
}
.footerlogo img {
    filter: contrast(.0);
}
.sidebar.sidebar-right .php-email-form h3 {
    color: #fff;
}

ul.srvc {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    list-style: none;
}

ul.srvc img {
    background: #ff5b12;
    border-radius: 50%;
    padding: 0.5rem;
    width: 50px;
}
.php-email-form {
    background: #1d2f41;
    padding: 0.8rem;
    color: #fff;
}

.php-email-form span.form-title {
    background: #ff5b12;
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    border-radius:0 50px;
}
span.form-title span.title {
    font-weight: 600;
    font-size: 1.3rem;
}
.img_1 {
    position: relative;
}
.img_1:after {
    background: #1d2f411a;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transition: all 0.5s ease;
}
.img_1:hover::after {
    transition: all 0.5s ease;
    transform: scale(1, 1);
}
.form_bg-_color {
    background-color: #ffffff24;
    position: relative;
}
.form_bg-_color h4 {
    background: #ff5b12;
    display: inline-block;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    position: relative;
    top: -13px;
    left: -13px;
    border-radius: 0 0 50px 0;
}

.respon_img img{
    transition: all 0.6s ease;
}

.respon_img{overflow:hidden;}
.respon_img:hover img {
    transform:scale(1.1);
   transform-origin:bottom;
}
.img_3:hover::after {
    transform: scale(1, 1);
}
.responsive-img:hover::after {
    background-color: #fff;
}

.bg-color_3{
    background: #ff5b12;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    color: #fff;
}
.bg-color_3 h2{
    color:#fff}

.bg-color_3 .accordion-body{
    color:#000;
}
.maps {
    border: 10px solid #fff;
    border-bottom:none;
    background-color:#fff;
}
/* transform: scale(0, 1); */
    /* -webkit-transform: scale(0, 1); */


@media screen and (min-width:200px) and (max-width:991px){
/*header*/
.mobile-nav-trigger{display: block;}
.top-section{display: none;}
.navigation li{width:100%;}
.headmenu nav.nav.mobile-menu {position:fixed;left:-75%;background:#1d2f41;overflow:auto;top:0;display:block;margin:0;
bottom: 0;max-width: 75%;width: 350px;z-index: 999;-webkit-transition: all .4s;transition: all .4s;padding-top: 20px;}
.headmenu nav.nav.mobile-menu.open {left:0;}
.headmenu .nav li.current_page_item a {color: #ffffff;}
.headmenu .nav ul li a{padding:10px; margin:0; color:#fff;}
.navigation>li {float: none;text-align: left;}
.headmenu .nav ul.sub-menu li a{white-space:normal;}
.navigation ul{position:relative;background-color: transparent;opacity: 1; box-shadow:none;}
.headmenu .nav ul.sub-menu li a{background:#ffffff17;color: #fff;}
.navigation .sfHover>ul, .navigation li:hover>ul{top:0;}
.headmenu .nav ul.sub-menu li a:hover {color: #ffffff;background:#ffffff42;}
nav.nav.mobile-menu:before{display: none;}
.callbx a.btn{line-height:41px;}
.logoleft {width: 100%;}
.site-bar .nav .navigation>li a{margin:0;    border-radius: 0;}
/*header*/
/*slider*/
.slider{z-index:0;padding:100px 0 50px;}
.haedright a.btn {background:transparent;font-weight: 900;font-size:36px;}

img.slide-img {max-width: 200px;display: block;margin: auto;}
a.btn.get-free{display: table; margin:auto;}
/*slider*/
.space {padding: 30px 0;}
h1{font-size:34px;}
h2{font-size:28px; line-height:36px;}
.calltoaction {text-align: center;}
.h4, h4 {font-size:18px;}
.random-blogs.space h2{font-size:28px; margin-bottom:10px;}
.random-blogs .post-thumbnail-box{height:auto; min-height:52px;}
.navigation ul{top:0;}
.headmenu .nav ul li a:hover {color: #ffffff;}
.map iframe {height: auto;}
a.collbtn{width: 50px;height: 50px;border: 3px solid #1d2f41;left: -20px;bottom: 120px; display:none;}
a.collbtn i.bi.bi-telephone {transform: rotate(-137deg);position: relative;right: -5px;}
.wpcf7 input[type=submit]{max-width:initial; padding:10px; margin:auto;}
.breadcrum h1{font-size:22px;}
.contact-formpage h2{text-align:center;}
.reviewsbox .glsr-default .glsr-review{width:100%;}
.reviewsgoogle{max-width: 270px;width: 240px;padding-left: 50px; bottom:0; left:0;}
.reviewsgoogle .glsr-summary-text {position: relative;top: -10px;}
.reviewsgoogle span.glsr-tag-value {font-size: 11px;line-height: 11px;}
.reviewsgdetail{width:100%; max-width:240px;}
.reviewsgoogle img.g{max-width:30px;}
.contact-formpage span.title{font-size:24px;}
img.leftimg {border-radius: 0;box-shadow: none;}
span.main-heading span { color: #ff5b12;}
.slider:before{display: none;}
.slider:after{width:100%;}
.callexprt span{margin-top: 20px;}
.haedright{padding-right: 50px;}
.haedright a.btnget-free{color: #ffffff;font-size: 22px;padding: 7px 5px;}
.callexprt {justify-content: center;}
span.mid-text{text-align:center; display: block;}
.logoleft {background:#ff5b12;padding: 5px;max-width: 160px;}
ul.ourlist{left:0; flex-wrap: wrap;}
ul.ourlist li{padding:20px;}
header#masthead {background:#ff5b12;}
.breadcrum {padding:20px 0 20px;margin-bottom:20px;margin-top: 0; margin-top:0;}


/*New Css*/
.fixed-top-h-section {
    background: #fff;
    padding: 0;
}
}

@media screen and (min-width:200px) and (max-width:575px){
span.small-text{text-align:center;}
.slide-bottom{z-index:0;}
h1 {font-size:22px;}
h2{font-size:21px;line-height:30px;}
button.accordion-button{font-size:16px;}
.random-blogs h3{font-size:19px;line-height:26px;}
#footer .footer-top ul li a { font-size: 14px;}
.textwidget img {width: 200px;height: auto; max-width: 200px;}
a.btn.get-free{font-size:20px;}
.btn{font-size:16px;}
ul.two-line li{width:100%;}
ul.two-line li a{font-size:13px;}
.container.rrr{background:none;}
.sec-logo{display:none;}
ul.social_links_1 { padding: 0;}
ul.social_links_1 li {list-style: none;margin-bottom: 9px;position:relative;}
ul.social_links_1 li a strong { font-size: 13px;}
ul.social_links_1 li a {color: #0d6efd!important;}
ul.social_links_1 li i {background: #fff;font-size: 14px; align-items: center; line-height: 14px; top: 4px; display: inline-block;    position: relative;
top: 1px;border-radius: 50%; padding: 4px;}
.footer_links { padding: 0px 15px;}
.schema-faq { column-count: 1;}
#footer h3, #footer h2{font-size:22px;}
section.space.h2big h2{font-size:24px;line-height:36px;}
.experiencebx {display: block;}
.experiencebx .nmbr {margin-bottom: 14px;}
.schema-faq .schema-faq-section{width:100%;}
.icon-box{flex-wrap: wrap;justify-content: center;text-align: center;}

}


@media screen and (min-width:576px) and (max-width:767px){
.slider{margin-top:0px;}
.slide-bottom{z-index:0;}
h2{font-size:22px;}
button.accordion-button{font-size:16px;}
.random-blogs.space h2{font-size:24px;}
.random-blogs h3{font-size:22px;}
.textwidget img { width: 200px;max-width: 250px;height: auto;}
a.callnow{font-size:20px;}
span.small-text{font-size:18px;}
ul.two-line li {width: 100%;}
.sec-logo { max-width: 240px; height: auto; display: none;}
ul.social_links_1 {display:flex;gap:30px;}
ul.social_links_1 li {list-style: none;}
.container.rrr{background:none;}
.footer_links h4 {text-align: center;}
ul.social_links_1 i {background: #fff; color: #ff5b12;padding: 6px;border-radius: 50%; position: relative; display: inline-block;
width: 26px;height: 26px;line-height: 14px; font-size: 14px;}
ul.social_links_1 {display: flex;gap:36px;align-items: center;justify-content: center;padding: 5px 12px;border-radius: 10px;}
ul.social_links_1 li a strong {font-size: 14px;}
section.space.h2big h2{font-size:36px;line-height:50px;}
.schema-faq {column-count: 1;}
.schema-faq .schema-faq-section{width:100%;}
.before-slide{width:48%;}
}

@media screen and (min-width:200px) and (max-width:767px){
.reviewsbox{width:100%;}
.haedright a.btn.get-free {display: block;margin: 0;}
.phone-number{display: none;}
span.main-heading {font-size: 38px;line-height: 46px; margin:25px 0;}
.btn-sldr2{flex-wrap: wrap; justify-content:center;}
.btn-group-box .btn{width:50%; padding:10px;line-height: 21px;}
.btn{line-height:30px;}
.logofooter img { margin: 15px;}
.logofooter{justify-content:center; margin-top: 0; flex-wrap:wrap;}
.text-right{text-align:center !important;}
#footer .menu li {width: 100%;}
table.pricetable td {padding: 10px 5px;font-size: 14px;line-height: 20px;border-radius: 0;}
.datetime{display: none;}
.slider:after{background-image: linear-gradient(0deg, rgb(1 11 20 / 41%) 0%, rgb(1 11 20 / 41%) 100%);}
.reviewsslide {text-align: center;margin-bottom: 20px;}
.reviewsslidehead{margin-bottom:30px;}
}

@media screen and (min-width:200px) and (max-width:479px){
.logoleft {padding:0px;max-width: 160px;}
.slider {z-index: 0;}
span.main-heading { font-size: 24px;line-height: 32px;text-align: center;display: block;}
span.small-text{font-size:16px;}
span.mid-text{font-size:16px;}
.logoleft{text-align: left;}
.haedright a.btn {background:transparent;font-weight: 900;font-size: 26px;}
.haedright{justify-content:center; top:90px;}
.callexprt span{padding: 15px 25px 15px 15px;line-height: 23px;font-size: 20px;}
.callexprt a{font-size:21px;}
.fixHeader .haedright {top: 0;background: #1d2f41;justify-content: flex-start;}
.haedright {position: fixed;top:80px;left: 0;right: 0;justify-content:center; padding:0;}
.breadcrum{padding:70px 0 20px;}
.breadcrum:after{background: transparent;    background-image: linear-gradient(0deg, rgb(1 11 20 / 41%) 0%, rgb(1 11 20) 100%);}
.before-slide{width:100%; max-width:320px;}
}

@media screen and (min-width:480px) and (max-width:767px){
.slider {z-index: 0;padding:100px 0 50px;}
.slider-text-box {text-align: center;}
span.small-text{font-size:18px;}
header#masthead{position: fixed; top:0;}
.breadcrum {padding:80px 0 20px;margin-bottom:20px;margin-top: 0; margin-top:0;}
.before-slide{width:47%;}
}

@media screen and (min-width:768px) and (max-width:991px){
span.main-heading{font-size: 36px;margin: 20px 0;line-height: 52px}
a.btn.get-free{display:inline-block;}
img.slide-img{max-width:100%;}
.haedright{padding:0px; padding-right: 50px;}
.slide-bottom{z-index:0;}
h2{font-size:22px;}
button.accordion-button{font-size:16px;}
.random-blogs.space h2{font-size:24px;}
.random-blogs h3{font-size:22px;}
.textwidget img { width: 200px;max-width: 250px;height: auto;}
a.callnow{font-size:20px;}
.btn-group-box .btn{padding:20px 12px;}
.breadcrum{padding:35px 0px;margin-top:62px;}
.breadcrum h1 {font-size: 30px;}
ul.two-line li{width:48%;}
.container.rrr {display: flex;align-items: center;position: relative;}
.footer_links {display: flex;margin: 0px;   align-items: center;}
ul.social_links_1 { display: flex; gap: 25px;margin: 0;align-items: center;}
.footer_links h4 { margin: 0px;font-size: 12px;}
ul.social_links_1 li a strong { font-size: 12px;}
ul.social_links_1 li { list-style: none; line-height: 1;}

a.btnget-free{font-size:30px;}
.btn-sldr2{gap:16px;}
section.space.h2big h2{font-size:42px;line-height:55px;}
h3 {font-size:21px;line-height:24px;}
h3.schema-faq-question{font-size:16px;}
.textwidget img{width: 160px;max-width:160px;height:auto;}
.footer-top li a { font-size: 14px;}
header#masthead {background:#ff5b12;}
.slider:after {background-image: linear-gradient(0deg, rgb(1 11 20 / 41%) 0%, rgb(1 11 20) 100%);}
.callexprt {justify-content: flex-start;}
span.mid-text{text-align:left;}
.before-slide{width:31%;}
}
@media screen and (min-width:992px) and (max-width:1199px){
span.main-heading{font-size:36px; line-height:42px;}
h1{font-size:32px;}
header#masthead{top:0px;padding:3px 0px;}
a.btn.get-free{font-size:16px;}
span.small-text{font-size:18px;}
ul.two-line li{width:48%;}
.container.rrr {display: flex;align-items: center;position: relative;}
.footer_links {display: flex;margin: 0px;   align-items: center;}
ul.social_links_1 { display: flex; gap: 25px;margin: 0;align-items: center;}
.footer_links h4 { margin: 0px;font-size: 18px;}
ul.social_links_1 li a strong { font-size:1rem;}
ul.social_links_1 li { list-style: none; line-height:1;}
ul.social_links_1 li a i {background:#ff5b12;padding:2px; border:1px solid #fff; border-radius:50%;width:26px; height: 26px;
 display: inline-block;line-height: 19px;text-align: center;font-size: 14px;}
}
