@charset "utf-8";
html, body {
    margin: 0;
    height: 100%;
}
.header_landing{ background: #fff;}
header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: #f3f3f3;
}
.header_topSec {
    transition: all ease 0.5s;
}
.header_topSec .rad_logo {
    margin: 6px 0;
    transition: all ease 0.5s;
}
.header_phoneSec {
    position: relative;
    float: right;
    display: inline-block;
}
.phone_wrapper {
    margin-top: 35px;
}
.phone_wrapper span {
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    float: left;
    margin: -6px 6px 0 0;
    color: #207638;
}
.phone_wrapper i {
    color: #207638;
    display: inline-block;
    transform: rotatey(-180deg);
    font-size: 1.5rem;
    float: left;
}
.phone_wrapper .phone_above {
    display: inline-block;
    margin-left: 0px;
}
.phone_wrapper .phoneNumber {
    margin-left: 8px;
    font-weight: 700;
    font-size: 1.5rem;
    display: inline-block;
    line-height: 1.5rem;
    float: right;
}
.phone_wrapper .phoneNumber a {
    color: #000000;
    text-decoration: none;
}
.phone_righttext_arrow {
    position: absolute;
    right: 10px;
    top: -4px;
    transform: translateX(100%);
}
.phone_righttext_arrow img {
}
.header_navSec {
    width: 100%;
    float: left;
    margin: 1.5rem 0 0;
    padding: 0px 0;
    background: #f3f3f3;
}
.header_navSec ul li {
    position: relative;
    margin-right: 20px;
}
.header_navSec ul li a.nav-link {
    font-size: 19px;
    font-weight: 600;
    color: #000000 !important;
    padding: 10px 10px !important;
}
.header_navSec ul li:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 3px;
    background: #207638;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
}
.header_navSec ul li:hover:after {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
.header_navSec ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 3px;
    background: #207638;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
}
.header_navSec ul li:hover:before {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
.header_navSec ul li a:hover {
    color: #207638 !important;
}
.nav_repairit {
    background: #207638;
    color: #fff;
    float: right;
    padding: 2px 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
    line-height: 30px;
    height: 40px;
    margin-top: 4px;
    transition: 0.5s;
    border: 2px solid #207638;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    transition: all ease-in 0.5s;
}
.nav_repairit:hover {
    background: transparent;
    text-decoration: none;
    color: #207638;
    border: 2px solid #207638;
    transition: 0.5s;
}
.header_navSec nav > div a.nav-item.nav-link, .header_navSec nav > div a.nav-item.nav-link .active {
    border: none;
    padding: 6px 20px;
    color: #000 !important;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
}
.header_navSec .navbar {
    padding: 0;
    background: transparent !important;
}
.header_navSec nav > div a.nav-item.nav-link.active:after {
    border: none;
}
nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #fff;
    border-radius: 0;
    margin-top: 50px;
}
nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link .active {
    border: none;
    padding: 30px 25px;
    color: #000;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 -4px 5px #e4e4e4;
    font-size: 22px;
}
nav > div a {
}
nav > div a span {
    font-size: 15px;
    display: flex;
    justify-content: center;
}
.repair_sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #076bee;
    border-color: #dee2e6 #dee2e6 #fff;
    padding: 21px 0 0px;
    font-size: 25px;
}
nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -51px;
    left: 0%;
    border: 15px solid transparent;
    border-top-color: #076bee;
    z-index: 999;
}
.navbar-nav .nav-item>.nav-link.active {
    /*    color: #ff0152 !important;*/
}
/*.navbar-nav .nav-item>.nav-link.active:after{ position: absolute; background: #000; width: 50px; height: 5px; content: ''; bottom: 0;}*/
.what_covered_tabSec .tab-content {
    /*
        background: #ffffff;
        line-height: 25px;
        border: 1px solid #ddd;
        border-top: 5px solid #000;
        border-bottom: 5px solid #000;
        padding: 0px 25px;
    */
}
nav > div a.nav-item.nav-link:hover /*nav > div a.nav-item.nav-link:focus*/ {
    border: none;
    background: #f5f5f5;
    color: #000;
    border-radius: 0;
    transition: background 0.20s linear;
}
.header_navSec .dropdown-menu {
    /*	width: 230px;*/
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: -0.01rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #0052a1;
    background-clip: padding-box;
    /* border: 1px solid rgb(0, 82, 161); */
    border-radius: 0;
    /* border-top: 5px solid #0052a1; */
    transition: all ease-in 0.5s;
}
.header_navSec .dropdown-menu .dropdown-item {
    padding: .5rem 1.5rem;
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    color: #fff;
    font-weight: 500;
}
.header_navSec .dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #207638;
}
.dropdown-toggle::after {
    vertical-align: 0.15em;
}
.pad_bannerSec {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/pad_banner.jpg") no-repeat scroll 0 0;
    background-size: cover;
}
.pad_bannerSec a {
    color: #fff;
    padding: .5rem 1.5rem;
    display: inline-block;
    border-radius: 4px;
    margin: 2.5rem .5rem 0 0;
    font-size: 1.2rem;
    background: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all ease 0.5s;
}
.pad_bannerSec a:hover {
    border: 2px solid #0052a1;
    background: #0052a1;
    color: #fff;
}
.pad_bannerSec a.monthly_anchor {
    background: #207638;
    border: 2px solid #207638;
}
.pad_bannerSec a.yearly_anchor {
    background: #000;
    border: 2px solid #000;
}
.pad_bannerSec a.monthly_anchor:hover {
    border-color: #207638;
    color: #207638;
    background: transparent;
    transition: all ease 0.5s;
}
.pad_bannerSec a.yearly_anchor:hover {
    border-color: #000;
    color: #000;
    background: transparent;
    transition: all ease 0.5s;
}
.pad_bannerSec h1 {
    margin: 0;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 5.5rem;
    position: relative;
    z-index: 1;
    color: #000;
}
/*
.pad_bannerSec h1:after {
    position: absolute;
    background: #3f8954;
    z-index: -1;
    height: 87px;
    width: 67%;
    content: '';
    top: 46px;
    left: 0;
}
*/
.banner_dwnSec {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 2rem 0;
}
.banner_dwnSec h2 {
    margin: 0 0 3rem;
}
.banner_dwnSec_inner span {
    margin-top: 0;
    font-weight: 600;
}
.banner_dwnSec_inner {
    box-shadow: 0.5rem 0.5rem 0.7rem #eaeaea;
    padding: 20px;
    position: relative;
    transition: all ease 0.5s;
}
.banner_dwnSec_inner a {
    color: #000;
}
.banner_dwnSec_inner:after {
    border-bottom: 2px solid #207639;
    border-left: 2px solid #207639;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
.banner_dwnSec_inner:hover:after {
    opacity: 1;
    transition: 0.4s;
    width: 100%;
    height: 100%;
}
.banner_dwnSec_inner:hover {
    /*    box-shadow: 0.5rem 0.5rem 0.7rem #80bb91;*/
    box-shadow: unset;
    transition: all ease 0.5s;
}
.what_covered_sec {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 2px 6px #eaeaea;
    margin: 0;
    padding: 2.5rem 0;
    background: url(../images/what-we-CoverBG.jpg) no-repeat scroll top center;
    background-size: cover;
}
.what_covered_sec_landingpage_banner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 2px 6px #eaeaea;
    margin: 0;
    padding: 2.5rem 0;
    background: url(../images/What-we-cover-landingpage.jpg) no-repeat scroll top center;
    background-size: cover;
}
.what_covered_sec_landingpage_banner h2 span{ color: #0052a1 !important;}
.what_covered_Inner {
    /*background: #ffffff;*/
    padding: 0rem 2rem;
    color: #000000;
    height: 100%;/*    box-shadow: 0 0 44px #f3f3f3;*/
}
.what_covered_Inner img {
    width: 50px;
}
.what_covered_Inner h2 {
    font-size: 2.5rem;
}
.what_covered_Inner h2 span {
    color: #207639;
}
.what_covered_Inner p {
    margin: 0rem 0 0;
    font-size: 1rem;
}
.what_covered_tabSec {
}
.what_covered_tabSec ul {
}
.what_covered_tabSec ul li {
}
.what_covered_tabSec ul li a {
}
.what_covered_tabSec ul li a.active {
    background: #207639 !important;
}
.what_covered_tabSec ul li a.active p {
    color: #fff;
}
.what_covered_tabSec ul li a i {
    background: #207639;
    color: #fff;
    padding: 0.6rem 0.5rem;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.what_covered_tabSec ul li a p {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    margin: 10px 0;
}
.getA_quoteSec {
    margin: 50px 0 0;
}
.main_headingALL {
    font-size: 2.5rem;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 2rem;
    line-height: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.main_headingALL strong {
    color: #207639;
}
.main_headingALL:after {
    position: absolute;
    width: 200px;
    height: 3px;
    background: #207639;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease 0.5s;
}
.main_headingALL:hover:after {
    width: 100%;
    transition: all ease 0.5s;
}
.getA_quoteSec_innerFull {
    background: #f1f1f1;
    padding: 1rem 0;
    margin-top: 2rem;
}
.getaquote_serviceSec {
    padding: 1rem 0;
    background: #207639;
    color: #fff;
}
.getaquote_serviceSec .CTA_left strong {
    color: #fff;
}
.getaquote_serviceSec .CTA_left p {
    color: #fff;
}
.getaquote_serviceSec .CTA_right p {
    color: #fff;
}
.getaquote_serviceSec .CTA_left h4 {
    font-size: 2.2rem;
}
.getaquote_serviceSec .CTA_right p a {
    color: #e8e8e8;
}
.getaquote_serviceSec .CTA_right p a:hover {
    color: #fff;
}
.getaquote_serviceSec .CTA_right a.get_quoteAnchor {
    background: #fff;
    color: #207639;
    border: 2px solid #fff;
}
.getaquote_serviceSec .CTA_right a.get_quoteAnchor:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #FFFFFF;
}
.get_aquote_landingpage .CTA_right a.get_quoteAnchor {
    background: #0052a1;
    color: #ffffff;
    border: 2px solid #0052a1;
}
.get_aquote_landingpage .CTA_right a.get_quoteAnchor:hover {
    background: transparent;
    color: #0052a1;
    border: 2px solid #0052a1;
}
.get_aquote_landingpage .CTA_left a.get_quoteAnchor:hover {
    background: transparent;
    color: #0052a1;
    border: 2px solid #0052a1;
}

.CTA_left h4 {
    font-size: 2rem;
    font-weight: 400;
}
.CTA_left strong {
    color: #000000;
    font-weight: 500;
}
.CTA_left p {
    margin: 0;
    color: #000;
}
.CTA_left {
    padding: 1rem 1.5rem;
    border-right: 3px solid #d0d0d0;
}
.CTA_right {
    /*
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    */
    padding: 1rem 1.5rem;
}
.CTA_right h4 {
    font-size: 2rem;
    font-weight: 400;
}
.CTA_right strong {
    color: #207639;
    font-weight: 500;
}
.CTA_right p {
    margin: 0px;
    color: #207639;
    font-size: 1.8rem;
    font-weight: 500;
}
.CTA_right p a {
    color: #000;
    font-size: 1.9rem;
    background: transparent;
    padding: 0;
}
.CTA_right p a:hover {
    color: #0052a1;
    background: transparent;
    border: none;
}
.CTA_right a.get_quoteAnchor {
    background: #207639;
    color: #fff;
    padding: 0px 15px;
    font-size: 1.3rem;
    transition: all ease 0.5s;
    height: 37px;
    margin-top: 1rem;
    position: relative;
    border-radius: 25px;
    border: 2px solid #207639;
    cursor: pointer;
    display: inline-block;
}
.CTA_right a.get_quoteAnchor:hover {
    background: #fff;
    color: #207639;
    border: 2px solid #207639;
}
.CTA_left a.get_quoteAnchor {
    background: #000;
    color: #fff;
    padding: 0px 15px;
    font-size: 1.3rem;
    transition: all ease 0.5s;
    height: 37px;
    margin-top: 1rem;
    position: relative;
    border-radius: 25px;
    border: 2px solid #000;
    cursor: pointer;
    display: inline-block;
}
.CTA_left a.get_quoteAnchor:hover {
    background: #fff;
    color: #207639;
    border: 2px solid #207639;
}
/*
.CTA_right a.get_quoteAnchor:after{ position: absolute; content: ''; left: 0; bottom: 0; width: 0px; height: 0px; border-left: 2px solid #207639; border-bottom: 2px solid #207639; opacity: 0; transition:all ease 0.5s; border-radius: 25px;}
.CTA_right a.get_quoteAnchor:hover:after{ opacity: 1; width: 100%; height: 100%; transition:all ease 0.5s;}

.CTA_right a.get_quoteAnchor:before{ position: absolute; content: ''; right: 0; top: 0; width: 0px; height: 0px; border-right: 2px solid #207639; border-top: 2px solid #207639; opacity: 0; transition:all ease 0.5s; border-radius: 25px;}
.CTA_right a.get_quoteAnchor:hover:before{ opacity: 1; width: 100%; height: 100%; transition:all ease 0.5s;}
*/

/*
.CTA_right a.get_quoteAnchor span:after{ position: absolute; content: ''; right: 0; top: 0; width: 50px; height: 10px; border: 2px solid #207639; opacity: 0; transition:all ease 0.5s; border-radius: 25px;}
.CTA_right a.get_quoteAnchor span:hover:after{ opacity: 1; width: 100%; transition:all ease 0.5s;}
*/


.why_choose_sec {
    width: 100%;
    background: url("../images/why-choose-us-img.jpg") no-repeat scroll top center;
    background-size: cover;
    height: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.why_choose_usInfo {
    color: #000000;
}
.why_choose_usInfo span {
    color: #207638;
}
.why_choose_usInfo h3 {
    font-size: 2.5rem;
}
.why_choose_usInfo_InnerALL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
}
.why_choose_usInfo_InnerALL img {
    width: 70px;
}
.why_choose_usInfo_InnerALL p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 1rem;
    transition: all ease 0.5s;
}
.why_choose_usInfo_InnerALL:hover p {
    margin-left: 5px;
    transition: all ease 0.5s;
}
.howDoes_itworkSec {
    width: 100%;    
    padding: 70px 0 50px;
    align-items: center;
    float: left;
    position: relative;
    display: flex;
}
.how_doesitwork_inner {
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
}
.how_doesitwork_inner img {
}
.how_doesitwork_inner h4 {
    margin: 1rem 0;
    font-size: 1.4rem;
}
.how_doesitwork_inner p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 0 1rem 1rem;
}
.how_doesitwork_inner a {
    background: #207638;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 1.2rem;
    border-radius: 23px;
    text-decoration: none;
    border: 2px solid #207638;
    transition: all ease 0.5s;
}
.how_doesitwork_inner a:hover {
    background: #fff;
    border: 2px solid #207638;
    color: #207638;
    transition: all ease 0.5s;
}
.how_doesitwork_inner:after {
    position: absolute;
    width: 100px;
    height: 100px;
    border-bottom: 2px solid #207638;
    border-left: 2px solid #207638;
    content: '';
    transition: all ease 0.4s;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.how_doesitwork_inner:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    z-index: -1;
}
.howdoesit_work_sec_landingpage_page .how_doesitwork_inner:after {   
    border-bottom: 2px solid #0052a1 !important;
    border-left: 2px solid #0052a1 !important;
    content: '' !important;
    transition: all ease 0.4s !important;
    left: 0 !important;
    bottom: 0 !important;
    opacity: 0 !important;
}
.howdoesit_work_sec_landingpage_page .how_doesitwork_inner:hover:after {
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    transition: all ease 0.4s !important;
    z-index: -1 !important;
}


footer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0 30px;
    background: #000;
    text-align: center;
}
footer ul.footer_topnav {
    margin: 0;
    padding: 0;
    display: inline-flex;
}
footer ul.footer_topnav li {
    margin-right: 20px;
}
footer ul.footer_topnav li a {
    color: #dcdcdc;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}
footer ul.footer_topnav li a:hover {
    color: #0052a1;
}
.foot_socialIcons {
    margin: 20px 0;
}
.foot_socialIcons a {
    color: #dcdcdc;
    font-size: 40px;
    margin-right: 20px;
}
.foot_socialIcons a i {
    transition: 0.5s;
}
.foot_socialIcons a i:hover {
    transform: scale(1.3);
    transition: 0.5s;
}
.foot_socialIcons a.fb_color:hover {
    color: #3b569d;
}
.foot_socialIcons a.twitt_color:hover {
    color: #28aae1;
}
.foot_socialIcons a.linkedin_color:hover {
    color: #007bb5;
}
.foot_socialIcons a.insta_color:hover {
    color: #b131b9;
}
.footer_phoneNumber {
    color: #dcdcdc;
    font-size: 30px;
}
.footer_phoneNumber i {
    transform: rotateY(180deg);
    margin-right: 5px;
    font-size: 20px;
}
.footer_phoneNumber a {
    font-weight: 700;
    color: #207638;
}
.footer_phoneNumber a:hover {
    color: #0052a1;
}
.footer_phoneNumber span {
    margin-right: 20px;
}
.foot_addressSec {
    color: #dcdcdc;
    text-align: left;
    display: flex;
    margin: 30px 0 0;
}
.foot_addressSec i {
    font-size: 30px;
    margin: 10px 8px 0 0;
    color: #207638;
}
.foot_addressSec p {
    margin: 0;
}
.foot_addressSec a {
    margin-top: 10px;
    color: #207638;
    text-decoration: underline;
}
.foot_addressSec a:hover {
    color: #0052a1;
}
.copy_rightSec {
    margin: 25px 0 0;
}
.copy_rightSec p {
    margin: 0px;
    color: #dcdcdc;
}
.footer_landingpages{ padding: 15px 0;}
.footer_landingpages .footer_phoneNumber{     
    font-size: 22px;
    margin: 2.3rem 0 0;}
.footer_landingpages .foot_socialIcons{margin: 0 0 20px;}
.footer_landingpages .copy_rightSec{    
    border: 1px solid #191919;
    padding: 7px 0;}
.footer_landingpages .foot_addressSec a{color: #0052a1;}
.footer_landingpages .foot_addressSec i{color: #0052a1;}
.footer_landingpages .footer_phoneNumber a{color: #0052a1;}
.header_landing .phone_wrapper span{color: #0052a1;}
.header_landing .phone_wrapper i{color: #0052a1;}


.landing_page_banner{}
.landing_page_banner h1{ font-size: 2.3rem !important; line-height: 2.8rem !important; text-transform: inherit !important;}
.landing_page_banner h1 span{}
.landing_page_banner p{
    font-weight: 500;
    margin: 1.8rem 0 0px !important;}
.landing_page_banner p span{    
    font-weight: 400;
    color: #000;
    font-size: 1.3rem;
    display: block;
    margin-top: .5rem;}
.landing_page_banner a{   
    padding: 6px 15px;
    color: #000000;
    font-weight: 600;
    font-size: 1.5rem;
    border: 1px solid #000;}
.landing_page_banner a:hover{
    background: transparent; border: 1px solid #0052a1; color: #0052a1;
}
.main_headingALL_landingPages{    
    left: 0;
    transform: none;
    display: inline-block;}
.landing_page_banner a i{ transform: rotateY(-180deg);}
.getA_quoteSec_landingpages a i{ transform: rotateY(-180deg);}
.getA_quoteSec_landingpages a:hover{ color: #ccc !important;}
.main_headingALL_landingPages strong{color:#0052a1 !important;}

.main_headingALL_landingPages:after {
    position: absolute;
    width: 200px;
    height: 3px;
    background: #0052a1 ;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease 0.5s;
}



.tnc_privacy {
    display: block;
}
.tnc_privacy ul {
    margin: 0;
    padding: 0;
}
.tnc_privacy ul li {
}
.tnc_privacy ul li span {
    color: #dcdcdc;
    padding: 0 8px;
}
.tnc_privacy ul li a {
    color: #dcdcdc;
    text-decoration: underline;
}
.tnc_privacy ul li a:hover {
    color: #0052a1;
}
.contact_bannerSEc {
    width: 100%;
    height: 50%;
    background: url("../images/contact_us.jpg") no-repeat scroll top center;
    background-size: cover;
}
.camera_BG {
    background: url("../images/CAMERA-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.computerBG {
    background: url("../images/Computer-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.hp_landing_pageBanner {
    background: url("../images/hp-desktop-laptop.jpg") no-repeat scroll top center;
    background-size: cover;
}
.contactBG {
    background: url("../images/Contact-US.jpg") no-repeat scroll top center;
    background-size: cover;
}
.droneBG {
    background: url("../images/Drone-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.electronicsBg {
    background: url("../images/electronics-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.exercise_BG {
    background: url("../images/exercise-equipment-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.faqsBG {
    background: url("../images/faq.jpg") no-repeat scroll top center;
    background-size: cover;
}
.furnitureBG {
    background: url("../images/furniture-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.lensBg {
    background: url("../images/Lens-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.major_applianceBG {
    background: url("../images/major-appliances.jpg") no-repeat scroll top center;
    background-size: cover;
}
.patioBg {
    background: url("../images/patio-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.privacyBG {
    background: url("../images/Private-P.jpg") no-repeat scroll top center;
    background-size: cover;
}
.smartphoneBg {
    background: url("../images/smartphone_min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.smartwatch_bg {
    background: url("../images/Smart-W-copy-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.tabletBg {
    background: url("../images/Tablet-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.televisionBg {
    background: url("../images/Broken-T-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.termsconditions_BG {
    background: url("../images/Terms-conditions.jpg") no-repeat scroll top center;
    background-size: cover;
}
.videogame_Bg {
    background: url("../images/video-game-system-min.jpg") no-repeat scroll top center;
    background-size: cover;
}
.aboutBG {
    background: url("../images/about-us.jpg") no-repeat scroll top center;
    background-size: cover;
}
.claimBG {
    background: url("../images/Claim.jpg") no-repeat scroll top center;
    background-size: cover;
}
.contact_bannerSEc h1 {
    margin: 0;
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 2.5rem;
    position: relative;
    z-index: 1;
    color: #000;
}
.contact_bannerSEc p {
    margin: .5rem 0 0;
    font-size: 1.5rem;
    color: #0052a1;
}
/*
.contact_bannerSEc h1:after{position: absolute;
    background: #3f8954;
    z-index: -1;
    height: 63px;
    width: 67%;
    content: '';
    top: 46px;
    left: 0;}
*/
.contact_formSec {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4rem 0;
}
.contact_form_inner {
    box-shadow: 0px 0.4rem 0.5rem #e4e4e4;
    position: relative;
    transition: 0.5s;
}
.contact_form_inner:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    border-bottom: 2px solid #207638;
    border-left: 2px solid #207638;
    opacity: 0;
    transition: 0.5s;
}
.contact_form_inner:hover:after {
    width: 50%;
    height: 100%;
    transition: 0.5s;
    opacity: 1;
    z-index: -1;
}
.contact_form_inner:hover {
    box-shadow: unset;
    transition: 0.5s;
}
.contact_form_inner form {
    padding: 3rem 0;
}
.contact_form_inner form p {
    margin: .6rem 0 0 !important;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px;
}
.contact_form_inner form label {
    font-size: .91rem;
    font-weight: 700;
    color: #000;
}
.contact_form_inner form input {
    background: #ececec;
    border-radius: 30px;
}
.contact_form_inner form input.check_boxContact {
    margin: .9rem 0 0;
    padding: 0px;
    height: 18px;
    float: right;
    outline: none;
    width: 30px;
}
.contact_form_inner form input.check_boxContact:focus {
    box-shadow: none;
    border: none;
}
.contact_form_inner form textarea {
    background: #ececec;
    border-radius: 30px;
    height: 6rem;
}
.contact_form_inner form button {
    background: #207638;
    color: #fff;
    border-radius: 23px;
    padding: .2rem 2rem;
    border: 2px solid #207638;
    font-size: 1.2rem;
    transition: all ease 0.5s;
}
.contact_form_inner form button:hover {
    background: transparent;
    border: 2px solid #207638;
    color: #207638;
    transition: all ease 0.5s;
}
.contact_form_inner form input:placeholder {
    font-size: .9rem;
    color: #a9a9a9;
}
.contact_form_inner form input::placeholder {
    font-size: .9rem;
    color: #a9a9a9;
}
.contact_form_inner form textarea:placeholder {
    font-size: .9rem;
    color: #a9a9a9;
}
.contact_form_inner form textarea::placeholder {
    font-size: .9rem;
    color: #a9a9a9;
}
.contact_addressSec {
    background: #fbfbfb;
    padding: 50px 0;
}
.adrss_phoneALL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.adrss_phoneALL h2 {
    margin: 0px;
    font-weight: 800;
    color: #207638;
    font-size: 2.2rem;
}
.adrss_phoneALL p {
    margin: 0px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #545454;
}
.adrss_phoneALL a {
    margin: 0px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #545454;
}
.adrss_phoneALL a:hover {
}
.certified_experts {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0;
    background: #f1f1f1;
}
.partners_description {
}
.partners_description p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
.hp_logo {
    width: 100px;
    margin-top: 30px;
}
.apple_logo {
    width: 116px;
    margin-top: 17px;
}
.whowe_areSec {
    width: 100%;
    padding: 80px 0;
}
.whowe_areSec_info {
    margin-left: 30px;
}
.whowe_areSec_info p {
    margin: 0;
}
.heading_leftALL {
    font-size: 2.5rem;
    margin: 0 0 3rem;
    font-weight: 700;
    position: relative;
    line-height: 2rem;
    display: inline-block;
}
.heading_leftALL:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: #207638;
    left: 0;
    bottom: -20px;
    transition: all ease 0.5s;
}
.heading_leftALL:hover:after {
    width: 100%;
    transition: all ease 0.5s;
}
.wecan_fixitSec {
    width: 100%;
    display: flex;
    background: #207638;
    padding: 2rem 0;
}
.wecan_fixit_info h2 {
    margin-bottom: 2rem;
}
.wecan_fixit_info p {
    margin: 0;
    font-size: 1.1rem;
}
.testimonial_sec {
    width: 100%;
    padding: 3rem 0;
    background: #f9f9f9;
}
.protect_device {
    background: url("../images/protect_bg.jpg") no-repeat scroll top center;
    background-size: cover;
    height: 70%;
    display: flex;
    align-items: center;
}
.protect_device h2 {
    line-height: 3rem;
    color: #fff;
}
.protect_device p {
    color: #797979;
    margin: 0;
}
.protect_device a {
    background: #207638;
    color: #fff;
    transition: all ease 0.5s;
    border: 2px solid #207638;
    border-radius: 25px;
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
    display: inline-block;
    margin-top: 1.5rem;
}
.protect_device a:hover {
    border: 2px solid #207638;
    color: #207638;
    transition: all ease 0.5s;
    background: transparent;
}
/*.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link:hover{ color: #207638 !important; background: #000;}*/

/*
a.hero-boxed-btn {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 42px;
    position: relative;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 1px;
}

a.hero-boxed-btn:hover {
    color: #fff;
    background-color: #25d06f;
}

a.hero-boxed-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: 100%;
    right: 100%;
    border-top: 2px solid #0a3041;
    border-left: 2px solid #0a3041;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

a.hero-boxed-btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    top: 100%;
    left: 100%;
    border-right: 2px solid #0a3041;
    border-bottom: 2px solid #0a3041;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

a.hero-boxed-btn:hover::before {
    visibility: visible;
    bottom: 0px;
    right: 0px;
}

a.hero-boxed-btn:hover::after {
    visibility: visible;
    top: -2px;
    left: -2px;
}
*/
.test_innerALL {
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 25px;
    background: #f3f3f3;
    margin-top: 50px;
    position: relative;
    transition: 0.5s;
}
.test_innerALL:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 30px;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #207638;
    border-left: 2px solid #207638;
    opacity: 0;
    transition: 0.5s;
}
.test_innerALL:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
/*
.test_innerALL:before{ position: absolute; content: ''; width: 100px; height: 30px; right: 0; top: 0; border-top: 2px solid #207638; border-right: 2px solid #207638; opacity: 0; transition: 0.5s;}
.test_innerALL:hover:before{ opacity: 1; width: 100%; height: 100%; transition: 0.5s;}
*/


.client_img {
    width: 40%;
}
.client_img img {
    border-radius: 50%;
}
.client_info {
}
.client_info p {
    margin: 0 0 1rem;
    font-size: 1.2rem;
}
.client_info span {
    color: #207638;
    text-transform: uppercase;
    font-weight: 500;
}
.pad_termsInfo {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pad_terms_inner {
}
.pad_terms_inner p {
    line-height: 1.9rem;
    text-align: justify;
}
.pad_terms_inner strong {
    color: #207638;
    font-size: 1.2rem;
    display: block;
}
.pad_terms_inner b {
    color: #464646;
}
.CTASec {
    background: #f7f7f7;
    padding: 2rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.CTA_leftContent {
}
.CTA_leftContent h3 {
    margin: 0px;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
}
.CTA_leftContent h3 strong {
    font-size: 2rem;
    color: #207638;
}
.CTA_leftContent h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 68px;
    height: 3px;
    background: #207638;
}
.CTA_rightPhone {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.CTA_rightPhone p {
    margin: 0 0 .3rem;
    color: #207638;
}
.CTA_rightPhone p i {
    transform: rotateY(180deg);
    margin-right: .2rem;
    font-size: 1.4rem;
}
.CTA_rightPhone p a {
    color: #207638;
    font-size: 1.7rem;
    font-weight: 600;
    background: transparent;
    padding: 0;
    text-decoration: none;
    border: none;
}
.CTA_rightPhone p a:hover {
    border: none;
    color: #0052a1;
}
.CTA_rightPhone p:hover i {
    color: #0052a1;
}
.CTA_rightPhone a {
    background: #207638;
    color: #fff;
    padding: 2px 20px;
    font-size: 1.1rem;
    border-radius: 25px;
    height: 35px;
    border: 2px solid #207638;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
}
.CTA_rightPhone a:hover {
    background: transparent;
    border: 2px solid #207638;
    color: #207638;
    transition: 0.5s;
}
.inner_page_descSec {
    width: 100%;
    padding: 3rem 0;
}
.inner_page_descSec h2 {
    margin: 0 0 1.5rem;
}
.inner_page_descSec p {
    margin: 0;
}
.inner_page_descSec p strong {
    font-weight: 500;
    margin-top: 0.5rem;
    display: flex;
}
.Inner_plans_Sec {
    padding: 4rem 0;
}
.plan_innerALL {
    box-shadow: 0 10px 44px #eaeaea;
    padding: 3rem 0rem;
    border-radius: 0rem 0rem 1rem 1rem;
    margin-top: 3rem;
    transition: all ease 0.5s;
}
.plan_innerALL:hover {
    box-shadow: 0 7px 10px #ccc;
    transition: all ease 0.5s;
}
.plan_innerALL i {
    color: #207639;
    border: 2px solid #207639;
    width: 70px;
    height: 70px;
    font-size: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan_innerALL h4 {
    margin: 1rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
}
.plan_innerALL ul {
    margin: 1.2rem 0;
    list-style: none;
}
.plan_innerALL ul li {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    color: #207639;
}
.plan_innerALL ul li i {
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    font-size: 1rem;
    margin-right: .3rem;
}
.plan_innerALL ul li span {
    color: #4c4c4c;
}
.plan_innerALL a {
    background: #207639;
    color: #fff;
    padding: .4rem 1rem;
    font-size: 1.2rem;
    border-radius: 23px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #207639;
    transition: all ease 0.5s;
}
.plan_innerALL a:hover {
    background: transparent;
    color: #207639;
    transition: all ease 0.5s;
}
/*
.plan_innerALL:after{ position: absolute; content: ''; width: 100px; height: 30px; left: 0; bottom: 0; border-bottom: 2px solid #207638; border-left: 2px solid #207638; opacity: 0; transition: 0.5s;}
.plan_innerALL:hover:after{ opacity: 1; width: 100%; height: 100%; transition: 0.5s;}
*/
.faq_sec {
    width: 100%;
    padding: 3.5rem 0;
    background: url("../images/faqsBG.jpg") no-repeat scroll top center;
    background-size: cover;
}
.faq_sec button {
    font-size: 1.2rem;
    color: #0052a1;
    transition: all ease 0.5s;
}
.faq_sec button:hover {
    text-decoration: none;
    color: #000;
    margin-left: 1rem;
    transition: all ease 0.5s;
}
.faq_sec .card-body {
    line-height: 1.7rem;
}
#accordion-style-1 h1, #accordion-style-1 a {
    color: #007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    padding-left: 25px;
}
#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}
#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none;
}
#accordion-style-1 .card-header .btn .fa.main {
    background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
}
.claim_stepsSec {
    width: 100%;
    display: flex;
    margin-bottom: 3rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
    border-color: #495057 #495057 #fff;
}
.nav-tabs {
    border-bottom-color: #495057;
    margin-bottom: 1.5rem;
}
.nav-tabs .nav-link:hover {
    border-color: #ccc #ccc #495057;
    background-color: #eee;
}
.nav-tabs .nav-link.active:hover {
    background-color: transparent;
}
.nav-tabs .nav-link {
    margin-right: 4px;
}
.claim_heading {
    color: #207639;
    margin: 0 !important;
}
.claim_stepsSec .nav-tabs .nav-item {
    margin-bottom: 0 !important;
}
.claim_stepsSec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .claim_stepsSec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus {
    border-bottom: 2px solid #207639;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #207639 !important;
}
.claim_stepsSec .nav-tabs .nav-link:hover {
    background: transparent;
    border: none;
}
.claim_stepsSec .nav-tabs .nav-link {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}
.stepsWrap_all {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.iconsSec {
    margin-right: 1rem;
}
.iconsSec i {
    font-size: 1.4rem;
    color: #207639;
    border: 2px solid #207639;
    padding: 0.5rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps_desc {
}
.steps_desc strong {
    color: #207639;
}
.steps_desc p {
    margin: 0px;
}
.home_banner h1 {
    margin: -8rem 0 0;
    font-size: 3.5rem;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 4rem;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}
.home_banner h1 span {
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
}
.home_banner h1 span span {
    font-weight: 700;
}
.home_banner p {
    margin: 2rem 0 0;
    font-size: 2rem;
    line-height: 2.3rem;
    color: #ececec;
}
.Inner_banner h1 {
    margin: 0;
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 3.5rem;
    position: relative;
    z-index: 1;
    color: #000000;
}
.Inner_banner h1 span {
    color: #0052a1;
    font-weight: 400;
}
.Inner_banner h1 span span {
    font-weight: 700;
}
.Inner_banner p {
    margin: 2rem 0 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.why_chooseInfo {
    margin: 0;
    font-size: 1rem;
    width: 650px;
}
.fineprint {
    margin: 0;
    font-size: 0.8rem;
}
.common_btn {
    background: #207638;
    border: 2px solid #207638;
    color: #fff;
    padding: .4rem 1.5rem;
    display: inline-block;
    border-radius: 4px;
    margin: 2rem 0rem 0 0;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all ease 0.5s;
    font-weight: 500;
}
.common_btn:hover {
    border-color: #207638;
    color: #207638;
    background: transparent;
    transition: all ease 0.5s;
    text-decoration: none;
}
.common_btn i {
    margin-left: 0.5rem;
}
.protection_planSec {
    width: 100%;
    float: left;
    margin: 4rem 0 2rem;
    padding: 0;
}
.protection_planSec h1 {
    margin: 0;
}
.protection_planInnerAll {
    text-align: center;
    transition: all ease 0.5s;
    box-shadow: 0px 1px 7px #e6e6e6;
    padding: 15px 0;
}
.protection_planInnerAll a {
    color: #0052a1;
    font-weight: 500;
}
.protection_planInnerAll a img {
    transition: all ease 0.5s;
}
.protection_planInnerAll a p {
    margin: 0px 0 0;
    font-size: 1rem;
}
.protection_planInnerAll a:hover {
    color: #207639;
    text-decoration: none;
}
.protection_planInnerAll:hover {
    transform: scale(1.1);
    transition: all ease 0.5s;
}
.sprite {
    background: url("../images/all_devices_sprite.jpg") 0 0/165px no-repeat;
    height: 110px;
    /*    width: 165px;*/
    margin: 0 auto 10px;
}
.sprite_1 {
    background-position: center 0;
}
.sprite_2 {
    background-position: center -230px;
}
.sprite_3 {
    background-position: center -350px;
}
.sprite_4 {
    background-position: center -830px;
}
.sprite_5 {
    background-position: center -471px;
}
.sprite_6 {
    background-position: center -1429px;
}
.sprite_7 {
    background-position: center -950px;
}
.sprite_8 {
    background-position: center -1190px;
}
.sprite_9 {
    background-position: center -1068px;
}
.sprite_10 {
    background-position: center -1307px;
}
.sprite_11 {
    background-position: center -711px;
}
.sprite_12 {
    background-position: center -115px;
}
.sprite_13 {
    background-position: center -592px;
}
.sprite_14 {
    background-position: center -2150px;
}
.faqs_wrap_body {
    background: transparent;
}
.faqs_wrapper {
    background: #0052a1;
    padding: 1rem;
}
.faqs_catg_heading {
    color: #fff;
    font-size: 1.5rem;
    display: block;
    margin: 0 0 10px;
}
.faqs_wrapper h5.mb-0 > a {
    display: block;
    position: relative;
}
.faqs_wrapper h5.mb-0 > a:after {
    content: "\f077"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    margin: -25px 0 0;
    color: #fff;
}
.faqs_wrapper h5.mb-0 > a[aria-expanded="true"]:after {
    content: "\f078"; /* fa-chevron-up */
    margin: -25px 0 0;
    color: #fff;
}
.inside_faqs_head {
}
.inside_faqs_head .faqs_catg_heading {
    margin: 20px 0 0;
}
.card_header_pad {
    background-color: #0052a1;
    border-color: #0052a1;
    border-bottom: 1px solid #003c75;
    padding: 0px 0 15px;
}
/* Slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide a {
    color: #0052a1;
}
.slick-slide a:hover {
    color: #207639 !important;
    text-decoration: none;
}
.slick-slide a:focus {
    outline: none;
}
/*.slick-slide span{ color:#0052a1;}*/
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.f-header {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    transition: all ease 0.5s;
    box-shadow: 0px 2px 28px #4e6975;
}
.f-header .rad_logo {
    width: 150px;
    margin: 5px 0;
    transition: all ease 0.5s;
}
.f-header .header_navSec {
    margin: 0.5rem 0;
    transition: all ease 0.5s;
}
.f-header .phone_wrapper {
    margin-top: 25px;
    transition: all ease 0.5s;
}
.wrapper_404 {
    text-align: center;
    padding: 2rem 0 3rem;
}
.wrapper_404 img {
}
.content_404 {
}
.content_404 p {
    font-size: 2.5rem;
}
.content_404 p strong {
}
.content_404 a {
    margin: 0;
}
.content_404 a:hover {
}
.check_Box_Error {
    position: relative;
}
.check_Box_Error label.error {
    position: absolute;
    top: 40px;
    left: 61px;
}
.contact_form_inner form label.error {
    color: red;
    font-size: 13px;
}
.successBlock {
    text-align: center;
    margin-top: -50px;
}
#successTxt {
    color: #28a745 !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.getA_quoteSec_landingpages{ background: #0052a1 !important; color: #fff !important; margin: 0;}
.getA_quoteSec_landingpages h4{    
    font-weight: 600;
    font-size: 1.5rem;}
.getA_quoteSec_landingpages a{    
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 1px 25px !important;
    height: 40px !important;}
.getA_quoteSec_landingpages a:hover{background: #fff; background: #0052a1;}




/* mobile responsive CSS */
@media screen and (max-width: 575px) {
    .adrss_phoneALL {
        text-align: center;
    }
    .adrss_phoneALL .text-sm-left {
        text-align: center !important;
        margin: 1rem 0;
    }
}

@media screen and (min-width: 320px) and ( max-width: 767px ) {
    footer ul.footer_topnav {
        display: inline-block;
    }
    .header_phoneSec {
        width: 100%;
        text-align: center;
        margin: 5px 0 10px;
    }
    .phone_wrapper {
        margin: 0 auto;
        display: inline-block;
    }
    .phone_wrapper span {
        float: none;
    }
    .phone_wrapper i {
        float: none;
    }
    .phone_wrapper .phoneNumber {
        float: none;
    }
    .f-header .phone_wrapper {
        margin: 0 auto;
        display: inline-block;
        float: left;
    }
    .pad_bannerSec {
        background: #207638;
        padding: 2rem 0;
        height: auto;
    }
    .home_banner h1 {
        margin: 0;
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .home_banner p {
        margin: 1rem 0 0;
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .navbar-light .navbar-toggler {
        float: right;
        display: inline-block;
        margin: -90px 0 0 289px;
    }
    .navbar-collapse {
        background: rgb(0, 82, 161);
    }
    .header_navSec ul li a.nav-link {
        color: #fff !important;
        padding: 10px 20px !important;
    }
    .header_navSec {
        margin: .5rem 0;
        border-top: 1px solid #0052a1;
    }
    .main_headingALL {
        font-size: 2rem;
    }
    .why_choose_sec {
        padding: 1rem 0;
        height: auto;
    }
    .CTA_right {
        text-align: center !important;
    }
    .CTA_left {
        text-align: center !important;
    }
    .getA_quoteSec_innerFull {
        margin-top: 0.5rem;
    }
    .Inner_banner h1 {
        color: #fff;
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .Inner_banner h1 span {
        color: rgba(255, 255, 255, .8);
    }
    .Inner_banner p {
        margin: 1rem 0 0;
        font-size: 1.5rem;
        line-height: 2rem;
        color: #ececec;
    }
    .pad_bannerSec a.monthly_anchor {
        border: 2px solid #fff;
        font-weight: 600;
    }
    .header_navSec .dropdown-menu {
        font-size: .87rem;
    }
    .how_doesitwork_inner {
        margin: 1rem 0 0;
    }
    .contact_bannerSEc h1 {
        font-size: 2rem;
        color: #fff;
    }
    .contact_bannerSEc p {
        color: rgba(255, 255, 255, .8);
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .card-header {
        padding: 0.5rem;
    }
    .faq_sec button i {
        margin-right: 0.5rem !important;
    }
    .heading_leftALL {
        font-size: 2rem;
    }
    .adrss_phoneALL {
        display: block;
    }
    .contact_formSec {
        padding: 0;
    }
    .contact_form_inner form .form-group {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media screen and (min-width: 768px) and ( max-width: 992px) {
    .navbar-collapse {
        background: rgb(0, 82, 161);
    }
    .header_navSec ul li a.nav-link {
        color: #fff !important;
        padding: 10px 20px !important;
    }
    .navbar-light .navbar-toggler {
        float: right;
        display: inline-block;
        margin: -132px 0 0 92%;
    }
    .header_navSec .dropdown-menu {
        width: 100%;
    }
    .pad_bannerSec {
        height: auto;
        padding: 2rem 0;
    }
    .what_covered_sec {
        background: #f1f1f1;
        padding: 1.5rem 0;
    }
    .why_choose_sec {
        height: auto;
        padding: 1.5rem 0;
        background: #f1f1f1;
    }
    .home_banner h1 {
        margin: 0;
        font-size: 2.8rem;
        line-height: 3rem;
    }
    .home_banner p {
        margin: 1rem 0 0;
        font-size: 1.5rem;
    }
    .pad_bannerSec a {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .contact_bannerSEc {
        padding: 3rem 0;
    }
    .whowe_areSec {
        padding: 0 0 40px;
    }
    .contact_bannerSEc h1 {
        font-size: 2.5rem;
    }
    .adrss_phoneALL {
        display: block;
    }
    .adrss_phoneALL p {
        font-size: 1.3rem;
    }
    .adrss_phoneALL a {
        font-size: 1.3rem;
    }
    .contact_form_inner form {
        padding: 1rem 0;
    }
    .main_headingALL {
        line-height: 2.5rem;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
}
