* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
}

body {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  font-weight: 800;
  color:#000; 
  font-family: 'Montserrat', sans-serif;
}

h1 span, h2 span{
    color: #ff0000;
}

h2 {
  font-size: 40px;
  line-height: 54px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

h3 span{
    color: #ff0000;
    font-weight: 800;
}

h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h4 span{
    color: #ff0000;
    font-weight: 700;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-weight: 800;
    letter-spacing: 0.5px;
}

h5 span{
    color: #ff0000;
}

h6 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
}

p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
}

h1,h2, h3, h4, h5, h6, p, a, button, img, .search_contain, path{
  -webkit-transition: all 0.3s; -moz-transition: all 0.3s;-o-transition: all 0.3s; transition: all 0.3s;
}

.btn {
  	font-size: 16px;
    padding: 10px 48px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid transparent;
    line-height: inherit;
    position: relative;
    letter-spacing: 0.7px;
    position: relative;
    overflow: hidden;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
}

.btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: -32px;
    right: -32px;
    background: rgba(255, 255, 255, 0.3);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    z-index: 1;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s;-o-transition: all 0.3s; transition: all 0.3s;
}

.btn.btn-sm {
    font-size: 14px;
    padding: 7px 42px;
    font-weight: 800;
}

.btn.btn-lg{
    padding: 14px 48px;
}

.btn:focus{
    box-shadow: none !important;
}

.btn-primary{
	background-color: #ff0000;
	border-color: #ff0000;
    color: #fff;
	box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07); -webkit-box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07); -moz-box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07); -ms-box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07); -o-box-shadow: 0px 30px 50px 0px rgba(255, 0, 0, 0.07);
}
.btn-primary:hover, .btn-primary:focus{
	background-color: #ff0000;
	border-color: #ff0000;
}

.btn-primary:hover:before, .btn-primary:focus:before, .btn-secondary:hover:before, .btn-secondary:focus:before{
    transform: scale(18);
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
}

.btn-dark{
    background-color: #000000;
    border-color: #000000;
}

.btn-secondary{
    background-color: #000;
    border-color: #000;
    color: #fff;
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07); -ms-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07); -o-box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
}

.btn-secondary:before{
    background: rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover, .btn-secondary:focus{
    background-color: #000;
    border-color: #000;
}
.green .btn-primary{
    background-color: #3cac00;
    border-color: #3cac00;
    box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07); -webkit-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07); -moz-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07); -ms-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07); -o-box-shadow: 0px 30px 50px 0px rgba(60, 172, 0, 0.07);
}
.green .termite_booking h2 span{
    color: #3cac00;
}
.green .top_inform svg path, .green  .mobile_head a svg path{
    fill: #3cac00;
}

::selection {
  background: #f7c7c6;
}

::-webkit-selection {
  background: #f7c7c6;
}

::-moz-selection {
  background: #f7c7c6;
}

::-ms-selection {
  background: #f7c7c6;
}

::-o-selection {
  background: #f7c7c6;
}

.head-bar {
    background-color: #ff0000;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.header_top{
    background-color: #f7f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.top_inform {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top_inform{
    font-size: 16px;
}

.top_info ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.top_info.top-left ul{
    justify-content: flex-start;
}

.top_info ul li{
    padding-left: 20px;
}

.top_info ul li:first-child{
    padding-left: 0px;
}

.top_info ul li img, .top_info ul li svg{
    margin-right: 8px;
}
.top_info.top-left ul li{
    padding-left: 0px;
}
.top_info.top-left ul li:first-child{
    padding-right: 8px;
}
.top_info ul li a{
    color: #000;
    text-decoration: none;
    line-height: 30px;
}

.top_info a.btn {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.7px;
    padding: 2px 20px;
    border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px;
    box-shadow: none;
    min-width: 146px;
}

.head_btns ul{
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    border:1px solid #fff;
    margin: 0px;
    padding: 0px;
    border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px;
    overflow: hidden;
}

.head_btns ul li a{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    padding: 3px 23px;
}

.head_btns ul li.active a{
    background-color: #fff;
    color: #ff0000;
    border-radius: 36px; -webkit-border-radius: 36px; -moz-border-radius: 36px; -ms-border-radius: 36px; -o-border-radius: 36px;
}
.navbar-expand-lg .navbar-nav{
    margin-right: -26px;
}

.navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-left: 26px;
    padding-right: 26px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #ff0000;
}

.navbar-light .navbar-nav .nav-item.dropdown{
    position: relative;
}

.navbar-light .navbar-nav .nav-item.dropdown .nav-link{
    padding-right: 35px;
}

.navbar-light .navbar-nav .nav-item.dropdown span.dropdown-toggle{
    position: absolute;
    top:10px;
    right: 18px;
}
.navbar-light .navbar-nav .dropdown .dropend span.dropdown-toggle {
    width: 48px;
    height: 48px;
    top: -1px;
    right: 0;
}
.navbar-light .navbar-nav .dropdown .dropend span.dropdown-toggle:after{
    top:20px;
}
.navbar{
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ff0000;
}

.dropdown-menu {
    border-radius: 0px;
    border: 0;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05); -o-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
    padding: 0;
    min-width: 295px;
    width: 100%;
    margin: 0px !important;
}

a.dropdown-item {
    padding: 7px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #f5f4f4;
}

.dropdown-toggle::after{
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(225deg);
    border-right: 0;
}

.navbar-light .navbar-nav .nav-item.dropdown.active > span.dropdown-toggle:after, .navbar-light .navbar-nav .nav-item.dropdown:hover > span.dropdown-toggle:after, .navbar-light .navbar-nav .nav-item.dropdown:focus > span.dropdown-toggle:after{
    border-color: #ff0000;
}

.dropdown.dropend:hover > .dropdown-toggle::after, .dropdown.dropend:focus > .dropdown-toggle::after, .dropdown.dropend.active > .dropdown-toggle::after{
    border-color: #ff0000;   
}

.dropend .dropdown-toggle::after{
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 0;
    position: absolute;
    right: 17px;
    top: 21px;
    transform: rotate(135deg);
    border-bottom: 0;
}

.dropend .dropdown-toggle:hover::after, .dropend .dropdown-toggle:focus::after{
    border-color: #ff0000;
}
 

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active{
    color: #ff0000;
    background-color: #fff0f0;
    border-color:#fff0f0;
}

.home_banner_content h5{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #333131;
}

.home_banner_content h2{
    font-size: 50px;
    line-height: 64px;
    font-weight: 800;
}

.home_banner_content h2 sup {
    font-size: 0.5em;
    top: -1em;
}

.home_banner_content p{
    margin-bottom: 40px;
}

.banner_btns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner_btns a{
    margin-bottom: 20px;
}

a.banner_phone {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: center;
}

.banner_phone_content{
    padding-left: 15px;
}

.banner_phone_content h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.banner_phone_content p {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}

.home_banner_img{
    position: relative;
}

.banner_box {
    width: 105px;
    height: 105px;
    position: absolute;
    background-color: #fff;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.banner_box a{
    text-decoration: none;
}

.banner_box .video_btn{
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: none;
}

.banner_box .video_btn:before{
    display: none;
}


.banner_box_termite {
    bottom: 10px;
    left: 32%;
}

.banner_box_support {
    top: 156px;
    left: 54px;
    height: 130px;
}

.banner_box_video {
    left: -24px;
    bottom: 173px;
}

.banner_contact {
    position: absolute;
    right: -35px;
    bottom: 180px;
    text-align: center;
    max-width: 250px;
    width: 100%;
    animation: bounce2 7s ease infinite;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.banner_call {
    background-color: #fff;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}

.banner_call a{
    text-decoration: none;
    color: #000;
    font-size: 26px;
    font-weight: 800;
    display: block;
    width: 100%;
    padding: 26px 10px;
}

.banner_contact_head {
    background-color: #ed3833;
    width: 128px;
    margin: auto;
    text-align: center;
    padding: 4px 10px 2px;
    border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; -ms-border-radius: 10px 10px 0px 0px; -o-border-radius: 10px 10px 0px 0px;
}
.banner_box_support .banner_contact_head, .banner_box_termite .banner_contact_head{
    width: 80px;
    margin-top: -24px;
}
.banner_box_video .banner_contact_head {
    width: 100px;
    margin-top: -24px;
    padding-left: 2px;
    padding-right: 2px;
}
.banner_box_support .banner_contact_head h6, .banner_box_termite .banner_contact_head h6, .banner_box_video .banner_contact_head h6{
    line-height: 18px;
}
.banner_contact_head h6 {
    margin: 0;
    font-size: 12px;
    color: #ffff;
    font-weight: 800;
}

.inner_why{
    margin-top: -42px;
    position: relative;
}

.why_choose{
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.why_choose_slider{
    overflow: hidden;
}

.why_choose_col{
    display: flex;
    align-items: center;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
    padding: 46px 54px;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}

.why_choose_img{
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}

.why_choose_img:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(0, 0, 0, 0.5));
}
.why_choose_img .why_choose_col {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0px 30px 25px 30px;
    width: 100%;
    z-index: 1;
}
.why_choose_img .why_choose_col .why_choose_content h5{
    color: #fff;
    font-weight: 700; 
    text-align: left;
}

.why_choose_icon {
    flex: 0 0 auto;
}

.why_choose_content{
    padding-left: 22px;
}

.why_choose_content h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.why_choose_slider .slick-slide{
    padding: 20px 15px 60px;
}

.hgroup{
    margin-bottom: 55px;
}

.service{
    padding-top: 55px;
    padding-bottom: 55px;
    overflow: hidden;
}
.inside-service {
    padding-bottom: 110px;
}

.termite_service{
    max-width: 326px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 65px 30px 44px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07); -ms-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07); -o-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
}


.termite_service_icon{
    margin-bottom: 20px;
}

.termite_service_icon img{
    margin-left: auto;
    margin-right: auto;
}

.termite_service_content {
    max-width: 220px;
    margin: auto;
}

.termite_service_content h5{
    margin-bottom: 12px;
}

.termite_service_content p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 26px;
}

.termite_welcome_img{
    padding: 52px;
    position: relative;
}

.termite_welcome_img img{
    position: relative;
    z-index: 1;
}

.img_br_top{
    background-color: #ff0000;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 162px;
    height: 162px;
}

.img_br_top:before{
    content: '';
    width: 162px;
    height: 162px;
    background-color: #fff;
    position: absolute;
    right:26px;
    top: 26px;
}

.img_br_bottom{
    width: 162px;
    height: 162px;
    background-color: #ff0000;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.termite_welcome_img:after{
    content: '';
    width: 162px;
    height: 162px;
    background-color: #fff;
    position: absolute;
    left: 26px;
    bottom: 26px;
}

.termite_welcome{
    padding-top: 55px;
    padding-bottom: 55px;
}

.termite_welcome_content h2{
    margin-bottom: 20px;
}

.termite_welcome_content p{
    margin-bottom: 25px;
}

.termite_welcome_content p span{
    color: #ff0000;
}

.termite_welcome_content ul{
    margin:0px 0px 40px 0px;
    padding: 0px;
    list-style: none;
}

.termite_welcome_content ul li{
    padding-left: 40px;
    position: relative;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
}

.termite_welcome_content li:before{
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 7px;
    background:url('../images/check.png') no-repeat;
    background-position: center;
}

.termite_booking{
    position: relative;
    padding-top: 110px;
    padding-bottom: 230px;
}

.termite_booking:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.4);
}

.termite_booking .container{
    position: relative;
}

.termite_booking h2{
    font-weight: 700;
    color: #fff;
}

.termite_booking h2 sup{
    font-size: 0.5em;
    top:-1em;
}

.termite_booking p{
    color: #fff;
}

.booking_inner{
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.07); -ms-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.07); -o-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.07);
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
    background-color: #fff;
}

.booking_form{
    margin-top: -190px;
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.booking_cont{
    padding: 80px 60px 60px 0px;
}

.booking_cont h4{
    font-weight: 700;
    margin-bottom: 24px;
}
.booking_cont_icon {
    display: inline-block;
}

.booking_cont h4 img, .booking_cont h4 svg{
    margin-right: 10px;
}

.contact_booking{
    padding-bottom: 110px;
}

.form-control{
    background-color: #f7f6f6;
    height: 56px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
    padding: 10px 26px;
    border:1px solid #ebebeb;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.form-control[readonly]{
    background-color: #f7f6f6;
    border:1px solid #ebebeb;
}

.form-control:focus{
    box-shadow: none;
    background-color: #f7f6f6;
    border-color: #ebebeb;
}

.form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.form-control::placeholder {
  color: #000;
}

.select_custom .ui-selectmenu-button.ui-button {
    background-color: #f7f6f6;
    width: 100%;
    height: 56px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
    border-color: #ebebeb;
}

.select_custom .ui-selectmenu-text{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.select_custom .ui-button .ui-icon {
    background-image: none;
}

.select_custom .ui-button .ui-icon:before {
    content: "";
    position: absolute;
    right: 4px;
    z-index: 11;
    width: 7px;
    height: 7px;
    border-top: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    border-right: 0px;
    top: 4px;
}

.select_custom .ui-button{
    padding: 17px 16px 17px 26px;
}

.ui-widget.ui-widget-content {
    border: 0px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.ui-menu .ui-menu-item-wrapper {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    padding: 5px 25px;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.testimonial{
    padding-top: 55px;
    padding-bottom: 55px;
    overflow: hidden;
}

.testimonial_content h2{
    margin-bottom: 20px;
}

.testimonial_content p{
    font-size: 16px;
    font-weight: 500;
}

.testimonial_content p span{
    color: #ff0000;
}

sup {
    top: -0.7em;
    font-size: .64em;
}

.testimonail_footer h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px;
    color: #000;
}

.testimonail_footer p {
    font-size: 14px;
    color: #818080;
    line-height: 16px;
    margin: 0;
}

.testimonial_slider {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
}

.testimonial_slider:before {
    content: '';
    width: 90px;
    height: 70px;
    background: url(../images/quote.png) no-repeat;
    background-position: center;
    position: absolute;
    left: -110px;
    top: 50px;
}

.testimonial_slider .slick-dots{
    justify-content: flex-start;
}


.latest_blog{
    padding-top: 55px;
    padding-bottom: 40px;
    overflow: hidden;
}

.latest_blog .hgroup {
    margin-bottom: 30px;
}

.latest_blog .hgroup p span{
        color: #ff0000;
}

.blog_slider .slick-track{
    display: flex;
    flex-wrap: wrap;
}

.blog_slider .slick-slide {
    padding: 20px 20px 70px;
    height: initial;
}

.blog-card{
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07); -ms-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07); -o-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    border:0px;
}

.blog-card .card-body {
    padding: 38px;
}

.blog-card a{
    text-decoration: none;
}

.blog-card a:hover .card-body h6, .blog-card a:focus .card-body h6{
    color: #ff0000;
} 


.blog-card .card-body h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
}
.blog-card .card-body p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    height: 84px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.footer{
    background: #f1f0f0 url('../images/footer_bg.jpg') no-repeat; 
    background-position: right top;
    margin-top: 56px;
    padding-bottom: 46px;
}
/*
.footer_logo img{
    max-width: 322px;
    width: 100%;
}*/

.footer_phone{
    background-color: #ff0000;
    border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    max-width: 730px;
    width: 100%;
    margin-bottom: 70px;
    margin-top: -56px;
}

.footer_phone_icon{
    flex: 0 0 auto;
    width: 140px;
}

a.footer_phone_content {
    background-color: #fff;
    width: 100%;
    padding: 20px 58px;
    text-decoration: none;
    border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px;
}

.footer_phone_content h2{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.footer_phone_content h6{
    margin-bottom: 0px;
    color: #ff0000;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.footer_logo{
    margin-bottom: 10px;
    display: block;
}

.footer_info p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer_info p a{
    text-decoration: none;
    color: #000;
    letter-spacing: 0.5px;
}

.footer_info p span{
    font-size: 14px;
    font-weight: 600;
}

.footer_social{
    padding-bottom: 10px;
}

.footer_social ul {
    margin: 0px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer_social ul li{
    padding-right: 22px;
}

.footer_social ul li a{
    color: #000;
    font-size: 20px;
    cursor: default;
}

p.copyright{
    font-size: 12px;
    line-height: 16px;
}

p.copyright a{
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

p.copyright span{
    color: #ff0000;
}

.footer_links{
    padding-bottom: 30px;
}

.footer_links h6{
    color: #ff0000;
    margin-bottom: 18px;
}

.footer_links ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer_links ul li{
    padding-bottom: 13px;
}

.footer_links ul li:last-child{
    padding-bottom: 0px;
}

.footer_links ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.footer_links ul li a:hover, .footer_links ul li a:focus{
    color: #ff0000;
}

.inner_banner{
    position: relative;
    padding-top: 240px;
    padding-bottom: 240px;
}
.inner_banner.home-inner{
    padding-top: 200px;
    padding-bottom: 220px;
    overflow: hidden;
    position: relative;
}
.inner_banner.home-inner.inner-video{
    padding: 0px;
    height: 630px;
}
.inner_banner.home-inner.inner-video .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -15px;
}
.inner_banner:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
}
.inner_banner video {
    position: relative;
    width: 100%;
    display: block;
    margin-top: -50px;
    margin-bottom: -200px;
}

.inner_banner h1{
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); -webkit-text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); -moz-text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); -ms-text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5); -o-text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.inner_banner h1 span{
    color: #fff;
}

.inner_banner h1 sup{
    font-size: 0.5em;
    top: -1em;
}

.inner_banner .container{
    position: relative;
    z-index: 1;
}
.pests {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.pests .container{
    display: flex;
    justify-content: center;
}
.pests_inner .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    line-height: 20px;
}
.pests_inner {
    /*max-width: 540px;
    width: 100%;*/
    width: initial;
    margin: auto;
    background-color: #fff;
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px;
    padding: 24px 40px 20px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}
.pests_inner .row{
    flex-wrap: nowrap;
}
.pests_inner .col-md-3.col-3 {
    width: initial;
}
.pest-icon {
    max-width: 70px;
}
.pest-info {
    padding-top: 5px;
}
.pest-col {
    padding: 10px 6px;
}
.pest-col a {
    text-decoration: none;
}
.pest-info h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.pest-icon {
    max-width: 70px;
    width: 100%;
    margin: auto;
}
.termite_protect_info {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: -80px;
    z-index: 2;
}

.termite_protect_info:before{
    content: '';
    width: 75%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #f7f6f6;
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.termite_protect_info h3{
    font-size: 28px;
    line-height: 30px;
    border-left: 3px solid #ff0000;
    padding: 15px 0px 15px 30px;
    margin-bottom: 0px;
}

.termite_protect_info .container{
    position: relative;
}

.termite_protect_inner{
    padding-top: 170px;
    padding-bottom: 62px;
    position: relative;
}

.protect_call a{
    text-decoration: none;
    display: flex;
    align-items: center;
}

.protect_call_icon{
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07); -ms-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07); -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: 96px; -webkit-border-radius: 96px; -moz-border-radius: 96px; -ms-border-radius: 96px; -o-border-radius: 96px;
}

.protect_call_content{
    padding-left: 24px;
}

.protect_call_content h4{
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0px;
}

.protect_call_content h4 span{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.termite_protect{
    position: relative;
    overflow: hidden;
}
.video_btn {
    border: 0px;
    box-shadow: none;
    background-color: rgba(255, 0, 0, 0.28);
    padding: 0px;
    position: absolute;
    width: 150px;
    height: 150px;
    left: 38%;
    top: 60%;
    transform: translate(-50%, -50%);
    border-radius: 150px;
    -webkit-border-radius: 150px; -moz-border-radius: 150px; -ms-border-radius: 150px; -o-border-radius: 150px;
    z-index: 2;
}

.video_btn:before{
    content: '';
    width: 102px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 102px; -webkit-border-radius: 102px; -moz-border-radius: 102px; -ms-border-radius: 102px; -o-border-radius: 102px;
    background-color: #ff0000;
}
.video_btn_inner {
    width: 54px;
    height: 54px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 54px; -webkit-border-radius: 54px; -moz-border-radius: 54px; -ms-border-radius: 54px; -o-border-radius: 54px;
    z-index: 1;
}
.video_btn img{
    position: relative;
    z-index: 1;
}

.termite_protect_bg{
    width: 62%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.termite_protect_bg:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.14);
    position: absolute;
    left: 0px;
    top: 0px;
}

.termite_protect_inner:before{
    content: '';
    width: 50%;
    height: 100%;
    background:#ff0000 url('../images/mouse_bg.png') repeat;
    background-size: 32px;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}

.green .termite_protect_inner:before{
    background-color: #3cac00;
}

.termite_protect_inner .container{
    position: relative;
    z-index: 1;
}

.termite_content{
    background-color: #fff;
    padding: 90px 20px 90px 175px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
}

.termite_content_bg{
    position: relative;
}

.termite_content_bg:before{
    content: '';
    width: 200%;
    height: 100%;
    background-color: #fff;
    right: -199%;
    top: 0px;
    position: absolute;
}

.termite_content h2{
    margin-bottom: 20px;
}

.termite_content p{
    margin-bottom: 30px;
}

.termite_content p span{
    color: #ff0000;
}

.termite_risk{
    padding-top: 55px;
    padding-bottom: 55px;
}
.termite_risk_area{
    padding-bottom: 110px;
}

.termite_rs{
    max-width: 326px;
    width: 100%;
    margin:auto;
    background-color: #fff;
    padding: 50px 46px 50px 46px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}

.termite_risk_icon{
    margin-bottom: 18px;
}

.termite_risk_content h5{
    line-height: 24px;
}

.termite_risk_content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    max-width: 194px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blogs{
    padding-top: 110px;
    padding-bottom: 70px;
}
.custom_pagination ul {
    justify-content: center;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_pagination .page-item, .custom_pagination  li{
    padding: 0px 5px;
}

.custom_pagination a.page-link, .custom_pagination span.current{
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px 0px 50px 50px; -webkit-border-radius: 50px 0px 50px 50px; -moz-border-radius: 50px 0px 50px 50px; -ms-border-radius: 50px 0px 50px 50px; -o-border-radius: 50px 0px 50px 50px;
    border-color: #e3e2e2;
    color: #000;
    box-shadow: none;
}
.custom_pagination span.current{
    padding: 0.375rem 0.75rem;
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
    display: block;
}
.custom_pagination .current.prev, .custom_pagination .current.next, .green .custom_pagination .current.prev, .green .custom_pagination .current.next{
    background-color: transparent;
    color:#000;
    opacity: 0.5;
}
.custom_pagination .prev{
    background:url('../images/arrow_left.png') no-repeat;
    background-position: center;
    font-size: 0px !important;
    border-color:transparent !important;
}

.custom_pagination .next{
    background:url('../images/arrow_right.png') no-repeat;
    background-position: center;
    font-size: 0px !important;
    border-color:transparent !important;
}

.custom_pagination .prev:hover, .custom_pagination .prev:focus, .custom_pagination .next:hover, .custom_pagination .next:focus{
    background-color: transparent !important;
}

.custom_pagination a.page-link:hover, .custom_pagination a.page-link:focus, .custom_pagination .page-item.active .page-link{
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.custom_pagination .page-item.prev a.page-link, .custom_pagination .page-item.next a.page-link{
    border-color: transparent;
    background-color: transparent;
}

.faq{
    padding-top: 110px;
    padding-bottom: 85px;
}

.accordion-item:first-of-type, .accordion-item:last-of-type{
    border-radius: 0px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-header {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 26px 48px 26px 32px;
    position: relative;
}

.accordion-item {
    border:0px;
    margin-bottom: 25px;
}

.accordion-body{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 5px 45px 26px 32px;
}

.accordion-header{
    border: 1px solid #ebebeb;
    box-shadow: none !important;
}

.accordion-collapse{
    border: 1px solid #ff0000;
    border-top: 0px;
    background-color: #fef8f8;
}
.green .accordion-collapse{
    border-color: #3cac00;
    background-color: #edf8ec;
}

.accordion-header.accordion-button{
    background-color: #fef8f8;
    color: #ff0000;
    border-color: #ff0000;
    border-bottom: 0px;
    padding-bottom: 5px;
}

.accordion-header.accordion-button.collapsed{
    color: #000;
    background-color: #fff;
    border-color: #ebebeb;
    border-bottom-color: #ebebeb !important;
}

.accordion-collapse.collapse.show{
    background-color: #fef8f8;
    border-color: #ff0000;
}

.green .accordion-collapse.collapse.show{
    border-color: #3cac00;
    background-color: #edf8ec;
}

.accordion-header.accordion-button.collapsed, .accordion-header.accordion-button.collapsing{
    border-bottom: 1px solid #ff0000;
    padding-bottom: 26px;
}

.accordion-button::after{
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(225deg);
    border-right: 0;
    background-image: none;
    top: 29px;
    right: 30px;
    position: absolute;
}

.accordion-button:not(.collapsed)::after{
    border-top: 2px solid #ff0000;
    border-left: 2px solid #ff0000;
    background-image: none;
    transform: rotate(45deg);
}
.accordion-button:not(.collapsed)::after{
    border-top-color: #3cac00;
    border-left-color: #3cac00;
}

.termite_letter{
    padding-top: 55px;
    padding-bottom: 55px;
}


.termite_nav{
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07); -ms-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07); -o-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 34px;
}

.termite_nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.termite_nav ul li a{
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    padding: 22px 54px 22px 36px;
    display: block;
    position: relative;
}

.termite_nav ul li a:before{
    content: '';
    width: 20px;
    height: 13px;
    top:28px;
    right: 30px;
    position: absolute;
    background:url('../images/arrow_right.png') no-repeat;
    background-position: center;
}

.termite_nav ul li a:hover, .termite_nav ul li a:focus, .termite_nav ul li a.active{
    background-color: #fff0f0;
    color: #ff0000;
}

.termite_nav ul li a:hover:before, .termite_nav ul li a:focus:before, .termite_nav ul li a.active:before{
    background:url('../images/arrow_right_right.png') no-repeat;
    background-position: center;
}

.termite_nav ul li{
    border-bottom: 1px solid #f8f7f7;
}

.help_termite{
    padding: 55px 50px;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07); -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07); -ms-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07); -o-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07);
}

.help_termite_icon{
    width: 105px;
    height: 105px;
    position: relative;
    margin:0px auto 40px;
}

.help_termite_icon img{
    transform: rotate(45deg);
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
}

.help_termite_icon:before{
    content: '';
    width: 105px;
    height: 105px;
    position: absolute;
    border:2px solid #ff0000;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
    box-shadow: 0px 20px 50px 0px rgba(255, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(255, 0, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(255, 0, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(255, 0, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(255, 0, 0, 0.08);
    transform: rotate(45deg);
    z-index: 1;
}
.green .help_termite_icon:before{
    border-color: #3cac00;
    box-shadow: 0px 20px 50px 0px rgba(60, 172, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(60, 172, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(60, 172, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(60, 172, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(60, 172, 0, 0.08);
}

.help_termite_content h5{
    font-size: 26px;
    line-height: 32px;
}

.help_termite_content p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.temite_letter_info h3{
    margin-bottom: 15px;
}

.temite_letter_info{
    margin-bottom: 40px;
}

.temite_letter_info ul{
    margin: 0px 0px 40px 0px;
    padding: 0px;
    list-style: none;
}

.temite_letter_info ul li{
    padding-left: 40px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
}

.temite_letter_info ul li:before{
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 7px;
    background: url(../images/check.png) no-repeat;
    background-position: center;
}

.inner_banner h2{
    color: #fff;
}

.blog_single{
    padding-top: 110px;
    padding-bottom: 20px;
}

.blog_single_social h6{
    color: #ff0000;
    font-size: 15px;
    line-height:18px;
    margin-bottom: 12px;
}

.blog_single_social{
    border-right: 2px solid #f7f6f6;
    padding-right: 10px;
}

.blog_single_social ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog_single_social li{
    padding-bottom: 13px;
}

.blog_single_social li a{
    text-decoration: none;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background-color: #f7f6f6;
    font-size: 18px;
    display: block;
    color: #000;
    margin: auto;    
    cursor: default;
    border-radius: 58px; -webkit-border-radius: 58px; -moz-border-radius: 58px; -ms-border-radius: 58px; -o-border-radius: 58px;
}
.blog_single_info h2{
    font-size: 35px;
    line-height: 45px;
}

.blog_single_info h4{
    font-weight: 800;
    margin-top: 20px;
}

.blog_single_info h5{
    margin-top: 20px;
}

.blog_single_info a{
    color: #ff0000;
    text-decoration: none;
    font-weight: 700;
}

.blog_single_info ul, .blog_single_info ol{
    margin:0px 0px 25px 0px;
    padding: 0px;
    list-style: none;
}

.blog_single_info ol{
  counter-reset: list-counter;
}

.blog_single_info ul li, .blog_single_info ol li{
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}

.blog_single_info ol li{
    padding-left: 32px;
}

.blog_single_info ol li strong {
    font-weight: 700;
    font-size: 17px;
}

.blog_single_info ol li:before{
    counter-increment: list-counter;
    content: counter(list-counter) ". ";
    background-image: none;
    top: 1px;
}

.blog_single_info li:before{
    content: '';
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 7px;
    background:url('../images/check.png') no-repeat;
    background-position: center;
}

.service_area_map{
    overflow: hidden;
}

.service_area_map svg{
    max-width: 1098px;
    width: 100%;
}
.map_modal .modal-content {
    border-radius: 0;
}
.map_modal .modal-body{
    padding: 50px;
}
.map_modal .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: none;
    font-size: 52px;
    font-weight: 100;
    width: 58px;
    height: 58px;
    padding: 0;
}
.map_modal .btn-close:focus {
    box-shadow: none;
}
.map {
  width: 1098px;
  height: 750px;
  display: inline-block;
}

.state {
  fill: #d3d3d3 !important;
}
.green .georgia .state{
    cursor: default !important;
}
.green .georgia .state:hover {
  fill: #d3d3d3 !important;
}

.green .georgia .state.georgia {
  fill: #3cac00 !important;
  cursor: pointer !important;
}

.state:hover {
  fill: #ff0000 !important;
  cursor: pointer;
}
.green .state:hover{
    fill: #3cac00 !important;
}
.name {
  font-size: 20px;
  font-family: "Lato";
  font-weight: bold;
  color: #000000;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 40px;
}

svg path {
  stroke-width: 1px;
  /*stroke: white;*/
}

.service_area{
    padding-top: 55px;
    padding-bottom: 90px;
}

.service_map{
    padding-top: 60px;
}

.service_map ul{
    margin: 0px -12px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.service_map li{
    padding: 0px 12px;
    flex: 0 0 auto;
    width: 25%;
    /*padding-bottom: 20px;*/
}

.service_map li a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
    display: block;
    padding: 22px 50px 22px 30px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    border:1px solid #fff;
    background-color: #fff;
    cursor: pointer;
}
.service_map li a:after{
    top: 25px;
    transition: none;
    /*content: '';
    width: 20px;
    height: 20px;
    
    right: 20px;
    position: absolute;
    background: url(../images/phone.png) no-repeat;
    background-position: center;*/
}

.service_map li a:hover, .service_map li a:focus, .service_map li a.active{
    border-color: #ff0000;
    color: #ff0000;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    background-color: #fef8f8;
}
.service_map li a:hover::after, .service_map li a:focus::after, .service_map li a.active::after{
    border-color: #ff0000;
}
.green .service_map li a:hover::after, .green .service_map li a:focus::after, .green .service_map li a.active::after{
    border-color: #3cac00;
}
.service_map li a:not(.collapsed)::after{
    top: 31px;
}
.service_map li a:not(.collapsed){
    border-color: #ff0000;
    color: #ff0000;
    background-color: #fef8f8;
    border-bottom: 0px;
    box-shadow: none;
}
.green .service_map li a:not(.collapsed), .green .accordion-collapse.collapse.show, .green .service_map li a:hover, .green .service_map li a:focus, .green .service_map li a.active{
    border-color: #3cac00;
    color: #3cac00;
    background-color: #edf8ec;
}
.service_map li a:not(.collapsed):hover, .service_map li a:not(.collapsed):focus{
    box-shadow: none;
}

.service_map .accordion-body {
    border: 1px solid #ff0000;
    border-top: 0;
}
.green .service_map .accordion-body {
    border-color: #3cac00;
}

.service_map li a.service_call {
    border: 0;
    padding: 0 0 0 30px;
    color: #000;
    position: relative;
}

.service_map li a.service_call:before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top:2px;
    background:url('../images/phone.png') no-repeat;
}
.green .service_map li a.service_call:before{
    background:url('../images/phone_green.png') no-repeat;
}

.contact-info-inner{
    background-color: #fff;
    padding: 20px 75px;
}

.contact_info{
    margin-top: -62px;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}

.contact_lo_icon{
    flex: 0 0 auto;
    width: 58px;
    text-align: right;
}

.contact_lo{
    background-color: #fff;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}
.contact_lo_content{
    padding-left: 24px;
}
.contact_lo_content h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.contact_lo_content p{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 18px;
}

.contact_lo_content p a{
    text-decoration: none;
    color: #000;
}

.contact-ru{
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}
.contact-form{
    background-color: #ff0000;
    padding: 85px 90px;
}

.contact-icon {
    width: 94px;
    height: 94px;
    margin: 0px auto 18px;
    background-color: #fff;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
    box-shadow: 0px 5px 20px 0px rgba(5, 1, 85, 0.04); -webkit-box-shadow: 0px 5px 20px 0px rgba(5, 1, 85, 0.04); -moz-box-shadow: 0px 5px 20px 0px rgba(5, 1, 85, 0.04); -ms-box-shadow: 0px 5px 20px 0px rgba(5, 1, 85, 0.04); -o-box-shadow: 0px 5px 20px 0px rgba(5, 1, 85, 0.04);
}
.contact-head {
    margin-bottom: 28px;
}
.contact-head h4{
    color: #fff;
    font-weight: 700;
}

.contact-form .form-control{
    background-color: #fff;
    border-color:#fff;
}
.contact-form .select_custom .ui-selectmenu-button.ui-button{
    background-color: #fff;
}

.contact-form textarea.form-control{
    padding-top: 15px;
}

.contact-form .btn{
    padding-top: 14px;
    padding-bottom: 13px;
}

.contact-form .btn:before{
    display: none;
}
.contact-in {
    position: relative;
    padding: 85px 90px 0px 90px;
    background-color: #fbfbfb;
}

.contact-in h4{
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 18px;
}


.contact-info-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

.customer_care{
    padding-top: 55px;
    padding-bottom: 110px;
}

.customer_care p{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
}

.customer_care h2{
    margin-bottom: 20px;
}

.customer_care h3{
    color: #ff0000;
}

.customer_care h3 img, .customer_care h3 svg{
    margin-right: 22px;
}

.booking_cont h3{
    font-weight: 700;
    margin-bottom: 25px;
}

a.contact-phone {
    color: #000;
    text-decoration: none;
    font-size: 30px;
    font-weight: 800;
}

textarea.form-control{
    height: 106px;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
}

#scroll:before {
    content: "";
    position: absolute;
    left: 20px;
    z-index: 11;
    width: 11px;
    height: 11px;
    border-top: 2px solid #ed3833;
    border-left: 2px solid #ed3833;
    transform: rotate(45deg);
    border-right: 0px;
    top: 21px;
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 26px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #fff;
    text-indent: -9999px;
    display: none;
    border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -o-border-radius: 60px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.video_mod .modal-dialog {
    max-width: 800px;
    width: 100%;
}
.video_mod .modal-content{
    border-radius: 0px;
}
.video_mod .modal-body {
    padding: 30px 30px 10px 10px;
    border-radius: 0;
}

.video_mod .modal-body iframe{
    width: 100%;
    height: 532px;
}

.video_mod .modal-body video{
    width: 100%;
    height: 428px;
}

.video_mod .modal-content{
    background-color: transparent;
    border:0px solid;

}
.modal-backdrop.show {
    opacity: .85;
}
.video_mod button.close {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    top: 7px;
    right: 4px;
    font-weight: 300;
    opacity: 1;
    text-shadow: none;
    font-size: 2rem;
    outline: none;
}
.video_mod .close:not(:disabled):not(.disabled):focus, .video_mod .close:not(:disabled):not(.disabled):hover {
    opacity: 4;
}

.video_mod button.btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    top: 2px;
    right: 4px;
    opacity: 1;
    text-shadow: none;
    font-size: 52px;
    outline: none;
    z-index: 1;
    background-image: none;
    font-weight: 100;
    padding: 0px;
}

.green .navbar-light .navbar-nav .nav-link.active, .green .navbar-light .navbar-nav .show>.nav-link, .green .navbar-light .navbar-nav .nav-link:focus, .green .navbar-light .navbar-nav .nav-link:hover{
    color: #3cac00;
}
.green .dropdown-item:focus, .green .dropdown-item:hover, .green .dropdown-item.active {
    color: #3cac00;
    background-color: #edf8ec;
    border-color: #edf8ec;
}
.green .navbar-light .navbar-nav .nav-item.dropdown.active > span.dropdown-toggle:after, .green .navbar-light .navbar-nav .nav-item.dropdown:hover > span.dropdown-toggle:after, .green .navbar-light .navbar-nav .nav-item.dropdown:focus > span.dropdown-toggle:after, .green .dropdown.dropend:hover > .dropdown-toggle::after, .green .dropdown.dropend:focus > .dropdown-toggle::after, .green .dropdown.dropend.active > .dropdown-toggle::after {
    border-color: #3cac00;
}
.green .blog_single_social h6, .green .customer_care h3, .green .termite_content p span, .green .termite_welcome_content p span, .green h1 span, .green h2 span, .green h3 span, .green h4 span, .green h5 span, .green .testimonial_content p span, .green .latest_blog .hgroup p span, .green .blog-card a:hover .card-body h6, .green .blog-card a:focus .card-body h6, .green .footer_phone_content h6, .green p.copyright span, .green .footer_links h6, .green .footer_links ul li a:hover, .green .footer_links ul li a:focus{
    color: #3cac00;
}
.green #scroll:before{
    border-top: 2px solid #3cac00;
    border-left: 2px solid #3cac00;
}

.green a.banner_phone svg path, .green .protect_call_icon svg path, .green a.contact-phone svg path{
    fill: #3cac00;
}
.green .termite_protect_info h3{
    border-left-color: #3cac00;
}
.green .video_btn:before{
    background-color: #3cac00;
}
.green .video_btn{
    background-color: rgba(60, 172, 0, 0.28);
}
.green .termite_welcome_content li:before{
    background: url(../images/check_green.png) no-repeat;
    background-position: center;
}
.green .testimonial_slider:before{
    background:url(../images/quote-green.png) no-repeat;
    background-position: center;
}
.green .footer{
    background: #f1f0f0 url('../images/footer_bg_green.jpg') no-repeat;
    background-position: right top;
}

.green .contact-form, .green .banner_contact_head, .green .img_br_top, .green .img_br_bottom, .green .slick-dots li.slick-active button, .green .footer_phone{
    background-color: #3cac00;   
}

.green .custom_pagination span.current{
    background-color: #3cac00;
    border-color: #3cac00;
}

.green .inner_banner h1 span{
    color: #fff;
}

.green ::selection {
  background-color: #edf8ec;
}

.green ::-webkit-selection {
  background-color: #edf8ec;
}

.green ::-moz-selection {
  background-color: #edf8ec;
}

.green ::-ms-selection {
  background-color: #edf8ec;
}

.green ::-o-selection {
  background-color: #edf8ec;
}
