@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cookie', cursive;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}

img {
    max-width: 100%;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #6d6d6d;
}

.style_none {
    list-style: none;
    margin-bottom: 0;
}

.clearfix {
    clear: both;
}

.style_none {
    list-style: none;
}

.mt30 {
    margin-top: 30px;
}

ul.tick {
    list-style: none;
    padding: 0;
}

ul.tick li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    color: #7c7e84;
}

ul.tick li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f0a9';
    position: absolute;
    top: 0;
    left: 0;
    color: #76ad97;
}

.btn-site {
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    background: rgb(1, 138, 1);
    background: -moz-linear-gradient(90deg, rgba(1, 138, 1, 1) 0%, rgba(0, 170, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(1, 138, 1, 1) 0%, rgba(0, 170, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(1, 138, 1, 1) 0%, rgba(0, 170, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#018a01", endColorstr="#00aa00", GradientType=1);
}

.btn-site:hover {
    background: #000;
    color: #fff;
}


.formbtn {
    text-decoration: none;
    color: #fff;
    border-radius: 36px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    border: none;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    background: #76ad97;
    transition: all 0.3s;
}
.formbtn:disabled {
    opacity: 0.7;
}
.formbtn:not([disabled]):hover {
    background: #5a8473;
    color: #fff;
}
.formbtn:not([disabled]):active {
    background: #48695c;
    color: #fff;
    box-shadow: 0px 5px 7px rgb(0 0 0 / 20%);
    ;
    transform: scale(0.99);
}




.title {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.title h3 {
    font-size: 72px;
    color: #000;
    font-weight: 400;
    line-height: 72px;
}

.title h3 span {
    display: block;
    color: #76ad97;
}

.title h3 strong {
    display: block;
    font-weight: 400;
    color: #c48a9a;
}

.title p {
    color: #7687ad;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}





.tagline {
    color: #387fb1;
    font-size: 20px;
    font-weight: bold;
}

.container {
    max-width: 1170px;
}






/*************************************
		Header Start
*************************************/
.header-wrap {
    position: relative;
    padding: 10px 0;
}


.header-info {
    position: relative;
    z-index: 3;
}

.header-wrap .navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-item {
    padding: 0 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

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

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #018a01;
    border-bottom-color: #018a01;
}

.navbar-light .navbar-toggler {
    display: none;
}

.header-wrap .col-lg-2 {
    padding-left: 0;
}

.account-btn {
    float: right;
    margin-left: 40px;
    margin-top: 20px;
}

.close-toggler {
    display: none;
}


.header-wrap .conInfo {
    padding-left: 52px;
    position: relative;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;

}

.header-wrap .social_media {
    float: right;
    margin-right: 25px;
}

.header-wrap .social_media a {
    color: #000;
    font-size: 30px;
}

.header-wrap .social_media a:hover {
    color: #018a01;
}


.header-wrap .phonewrp {
    padding-left: 68px;
}

.header-wrap .phonewrp:before {
    content: "";
    background: url(../images/phone_icon.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    left: 0;
}

.emailInfo:before {
    content: "";
    background: url(../images/email.png) no-repeat !important;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    left: 0;
}

.header-wrap .conInfo span {
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: 600;
}

.header-wrap .phonewrp a {
    font-size: 28px;
    color: #000;
    text-decoration: none;
}

.header-wrap .phonewrp a:hover {
    color: #ea0000;
}

.header-wrap .phonewrp {
    border-right: 1px solid #d9d9d9;
    padding-right: 30px;
    margin-left: 30px;
}

.header-wrap .phonewrp+.phonewrp {
    border: none;
    padding-right: 0;
}

.emailInfo a {
    font-size: 18px !important;
}

.header-wrap .social_media li {
    display: inline-block;
    padding: 0 2px;
}

.header-wrap .social_media li a {
    text-decoration: none;
    background: #fff;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
}

.header-wrap .social_media li a {
    background: #171a21;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

/*********** Banner *********/
.top-banner {
    background: url(../images/top-banner.jpg) no-repeat top;
    background-size: cover;
    height: 700px;
    position: relative;
}

.banner_hover {
    max-width: 385px;
    text-align: center;
    position: absolute;
    top: 190px;
    left: 275px;
}

.banner_hover h3 {
    font-size: 74px;
    color: #7687ad;
    display: block;
    line-height: 58px;
}

.banner_hover h3 span {
    font-size: 74px;
    color: #7687ad;
    display: block;
}

.banner_hover h3 strong {
    font-weight: normal;
    color: #c48a9a;
}

.banner_hover p {
    font-size: 36px;
    color: #000;
    font-family: 'Cookie', cursive;
    margin-top: 15px;
    line-height: 38px;
}

.banner_hover p span {
    display: block;
}

.banner_img {
    position: relative;
    margin-left: 150px;
    padding-top: 100px;
}


/*********** how it work *********/
.howitwork {
    padding: 70px 0
}

.howitwork .title h3 {
    font-size: 60px;
    color: #7687ad;
}

.howitwork .title p {
    color: #76ad97;
}


.howitwork ul li h3 {
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.howitwork ul li {
    position: relative;
}

.howitwork ul li:after {
    content: "";
    width: 115px;
    height: 45px;
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    right: -73px;
    top: 30px;
}

.howitwork ul li:nth-child(2):after {
    display: none;
}

.howitwork ul li:nth-child(3):after {
    background: url(../images/arrow2.png) no-repeat;
    right: auto;
    left: -70px;
    top: 50px;
}

.howitwork ul li:nth-child(2) {
    margin-top: 70px;
}

.howitwork ul li p {
    color: #aaa;
}




/*********** About *********/
.about-wrap {
    padding: 60px 0;
}

.about_left {
    padding-left: 40px;
}

.about_left .title {
    text-align: left;
    margin-top: 60px;
}

.about-wrap p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 30px;
    color: #6e6e6e;
}

.aboutimg {
    position: relative;
    z-index: 2;
}

.badgesbox {
    text-align: center;
    padding-top: 40px;
}


/*************************************
        Estimate-wrap Start
*************************************/
.estimate-wrap {
    padding: 90px;
    background: #76ad97;
    text-align: center;
}

.estimate-wrap h3 {
    font-size: 72px;
    color: #fff;
}

.estimate-wrap p {
    font-size: 24px;
    color: #fff;
    max-width: 630px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 50px;
}

.estimate-wrap a {
    display: inline-block;
    background-color: #fff;
    color: #76ad97;
    padding: 20px 40px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.estimate-wrap a i {
    margin-left: 10px;
}










/*++++++++++++++++++++++
    Testimonials
++++++++++++++++++++++++*/
.testimonial_wrap {
    padding: 60px 0;
    background-color: #f3faf7;
}

.testimonial_wrap .title h3 {
    color: #7687ad;
}

.testimonial_wrap .title p {
    color: #76ad97;
}


.testimonial_sec {
    background: #fff;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.testimonial_sec p {
    color: #5e6567;
    font-style: italic;
    font-size: 17px;
}

.rating {
    margin-top: 20px;
}

.rating span {
    color: #ff9900;
    font-size: 16px;
}

.client_box {
    position: relative;
    padding-left: 80px;
    margin-top: 0;
    min-height: 70px;
}

.clientImg {
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    left: 0;
}

.clientImg img {
    border-radius: 100%;
}

.client_box p {
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
    margin-top: 12px;
}

.client_box h3 {
    font-size: 18px;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}

.client_desig {
    color: #6e6e6e;
}

.testimonial_wrap .owl-nav {
    display: none;
}

.testimonial_wrap .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.testimonial_wrap .owl-dots button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #cfcfcf;
    border: none;
    margin: 0 5px;
}

.testimonial_wrap .owl-dots button.active {
    background: #76ad97;
}

.quoteImg {
    position: absolute;
    top: -20px;
    right: -10px;
}

.owl-stage-outer {
    padding: 15px;
}







/*++++++++++++++++++++++
    Contact Us
++++++++++++++++++++++++*/
.contactwrap {
    padding: 50px 0;
}

.form-control {
    background-color: #f4f4f4;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    height: auto;
    padding: 12px 15px;
    appearance: auto;
}

.formhome label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.formhome label span {
    color: #f60;
}

.seenin {
    background: #0560ae;
    padding: 30px;
    margin-top: 2.5rem;
}

.seenin h3 {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
}

.seenin ul {
    margin-bottom: 0;
}

.seenin ul li {
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 600;
}

.seenin ul li i {
    margin-right: 5px;
}

.badges {
    margin-top: 4rem;
    text-align: center;
}



/*++++++++++++++++++++++
footer
++++++++++++++++++++++++*/
.footer {
    background: #626771;
    padding: 40px 0;
}

.footer-logo {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.social_media_footer {
    list-style: none;
    display: block;
    margin: 20px 0 10px 0;
    text-align: center;
}

.social_media_footer li {
    display: inline-block;
    padding: 0 10px;
}

.social_media_footer li a {
    font-size: 24px;
    color: #fff;
}

.social_media_footer li a:hover {
    color: #fff;
}

.footer_nav {
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.footer_nav li {
    display: inline-block;
    padding: 0 25px;
}

.footer_nav li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.footer_nav li a:hover {
    color: #76ad97;
    text-decoration: none;
}

.copyright {
    color: #b9b9b9;
    font-size: 14px;
}

.credits {
    color: #b9b9b9;
    font-size: 14px;
}

.credits a {
    color: #b9b9b9;
    text-decoration: none;
}

.credits a:hover {
    color: #76ad97;
}





/*********************************************
        Page Title css
*********************************************/
.innerpagewrap {
    padding: 50px 0;
}

.innerpagewrap .title h1 {
    font-size: 40px;
    line-height: 40px;
}


.banner__breadcrub {
    background-size: cover;
    padding: 100px 0 50px 0;
    background: #ccc;
    margin-top: -65px;
    position: relative;
}


.banner__breadcrub h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 45px;
    padding: 0;

    font-weight: 700;
    text-transform: capitalize;
}

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

.banner__breadcrub ul li {
    display: inline-block;
    padding-right: 20px;
    color: #00a900;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    position: relative;
}

.banner__breadcrub ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.banner__breadcrub ul li a {
    color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.banner__breadcrub ul li a:hover {
    text-decoration: underline;
    color: #000;
}

.banner__breadcrub ul li::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "/";
    color: #555;
}

.banner__breadcrub ul li:last-child::after {
    display: none;
}

.innerpagewrap h3 {
    font-weight: 700;
    font-size: 24px;
    color: #008e3b;
}

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

.innerpagewrap p strong {
    color: #333;
}

.getquoteBx {
    background: #008e3b;
    padding: 40px 20px;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
}

.getquoteBx h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}

.phonecall {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.getquoteBx img {
    max-width: 120px;
    margin-bottom: 15px;
}

.getquoteBx p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.getquoteBx .qtbtn {
    display: inline-block;
    color: #008e3b;
    background: #fff;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
}

.getquoteBx .qtbtn:hover {
    background: #ffd200;
    color: #fff;
}

.getquoteBx .orcall {
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 10px 0;
}

.getquoteBx .callbtn {
    text-decoration: none;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.getquoteBx .callbtn i {
    font-size: 30px;
}

.getquoteBx .callbtn:hover {
    color: #ffd200;
}


.gmap {
    position: relative;
    border: 5px solid #eee;
}

.gmap iframe {
    display: block;
}


.callbox {
    position: absolute;
    background: #0560ae;
    bottom: 40px;
    right: 0;
    display: flex;
}

.callbox a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    line-height: 30px;
}

.callbox a:hover {
    color: #fff;
    text-decoration: underline;
}

.phonicon {
    background: #00a900;
    padding: 18px;
}

.phonelink {
    padding: 15px;
}

.pricebox {
    background: #00a900;
    padding: 25px;
    color: #fff;
}

.pricebox strong {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.pricebox h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.pricingpara {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.pricingpara a {
    font-weight: 700;
    color: #008e3b;
    text-decoration: none;
}

.pricingpara p {
    margin-bottom: 0;
    padding: 25px;
}

.greybg {
    background: #555;
}

.darkbg {
    background: #0c5e96;
}


.guardbox {
    margin-bottom: 30px;
}

.guardbox p {
    padding: 30px;
}

.gutterinf0 {
    background: #eee;
    padding: 40px;
    margin-bottom: 30px;
}

.gutterinfobox {
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    min-height: 620px;
}

.gutterinfobox h3 {
    margin-top: 20px;
    font-size: 18px;
}

.gutterinfobox ul li {
    margin-top: 8px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
}

.gutterinfobox ul li:before {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #999;
}



/**************************
    Contact Us
***************************/
.contact-form h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #b96d2a;
    font-weight: bold;
}

.contactWrp .form-control {
    height: 55px;
    color: #f68820;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
}

.contactWrp .form-group .form-control {
    background-color: #f9fbfe;
}

.contactWrp .form-group {
    margin-bottom: 30px;
}

.contact-info .top-title {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.contact-info .address {
    padding: 0;
}

.contact-info .address .location span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.contact-info .address li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.contact-info .address li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.contact-info .address li {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
}

.contact-info h2 {
    font-weight: bold;
    color: #fff;
}

.contact-info {
    margin-left: 50px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    background: #b96d2a;
    padding: 48px;
    border-radius: 5px;
}


.submit_btn {
    border: none;
    text-decoration: none;
    color: #fff;
    background: #b96d2a;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 20px 38px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;

}

.contactinfo ul li a {
    color: #000;
    text-decoration: none;
}

.submit_btn:hover {
    background: #000;
}

textarea.form-control {
    height: 160px !important;
}

.innerContent {
    padding: 60px 0;
}

.contactinfo ul li {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    padding-left: 50px;
}

.contactinfo ul li i {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 24px;
    color: #76ad97;
}



.pagetitle_wrap {
    background: url(../images/page_title-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
}

.pagetitle_wrap h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 60px;
    color: #fff;
}

/*********************************************
        FAQS css
*********************************************/
.page_content {
    position: relative;
    padding: 70px 0px;
}

.faq-accordion {
    margin: auto;
    position: relative;
    z-index: 1;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 60px 19px 30px;
    color: #000;
    text-decoration: none;
    position: relative;
    line-height: 26px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background-color: #f4f4f4;
    border-radius: 5px;
    z-index: 1;
}

.faq-accordion .accordion .accordion-title:hover {
    background-color: #76ad97;
    color: #fff;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 30px;
    top: 22px;
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.faq-accordion .accordion .accordion-title:focus {
    outline: none;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\f068";
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -6px;
    padding: 30px;
    background-color: #f4f4f4;
    border-radius: 0 0 5px 5px;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-accordion .accordion .accordion-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
}

.faq-accordion .accordion .accordion-title.active {
    border-radius: 5px 5px 0 0;
    background-color: #76ad97;
    color: #fff;
    border-bottom: 1px solid #76ad97;
}


.price_percopy {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.estimate_form {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 22px rgb(0 0 0 / 9%);
}








/*********************************************
        Media Screen css
*********************************************/


@media screen and (max-width: 1440px) {
    .banner_img {
        margin-left: 65px;
    }
}

@media screen and (max-width: 1200px) {
    .banner_img img {
        width: 700px;
    }

    .banner_hover {
        top: 180px;
        left: 236px;
    }

    .banner_hover h3 {
        font-size: 60px;
    }

    .banner_hover p {
        line-height: 32px;
    }

    .banner_hover h3 span {
        font-size: 60px;
    }

    .banner_hover p {
        font-size: 30px;
    }
}


@media screen and (max-width: 990px) {
    .banner_hover {
        top: 148px;
        left: 177px;
    }

    .banner_img {
        margin-left: 15px;
    }

    .banner_img img {
        width: 530px;
    }

    .banner_hover h3 {
        font-size: 45px;
        line-height: 38px;
    }

    .howitwork ul li:nth-child(2) {
        margin-top: 0;
    }

    .howitwork ul li:after {
        display: none;
    }

    .top-banner {
        height: 500px;
    }

    .banner_hover h3 span {
        font-size: 45px;
    }

    .banner_hover p {
        font-size: 24px;
    }

    .logo {
        position: static;
    }

    .logo img {
        width: 210px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 100%;
        width: 60%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 10000;
        box-shadow: -12px 0px 30px rgb(0 0 0 / 30%);
    }

    .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .navbar-light .navbar-toggler {
        display: block;
        position: absolute;
        top: 37px;
        right: 20px;
        background: #fff;
    }

    .close-toggler {
        background: none;
        color: #000;
        padding: 5px;
        border: none;
        margin-top: 10px;
        font-size: 24px;
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
    }

    .navbar-nav>li {
        display: block;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav {
        padding-top: 70px;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        background: #fff;
        color: #018a01;
    }

    .navbar-nav li {
        padding: 0;
    }

    .gmap {
        margin-top: 30px;
    }

    .missionwrp {
        padding: 30px;
    }

    .missioncontent {
        padding: 30px 0 0 0;
    }

    .contactwrap {
        padding: 40px 30px;
    }

    .readText {
        position: relative;
    }

    .aboutimg {
        text-align: center;
    }

    .homebanner {
        margin-top: 0;
    }

    .header-wrap {
        padding: 15px 0;
    }

    .phoneWrp {
        margin-right: 15px;
    }

    .estimate-wrap {
        margin: 0 30px;
    }

    .services-wrap {
        padding: 30px;
    }

    .finance .d-flex {
        display: block !important;
    }

    .tp-banner-container {
        margin-top: 0;
    }

    .account-btn {
        margin-left: 20px;
        margin-right: 80px;
    }

    .btn-site {
        font-size: 16px;
        padding: 10px 20px;
    }

    .phoneWrp a {
        font-size: 24px;
    }

    .phoneWrp span {
        font-size: 14px;
    }

    .finance h3 {
        padding-top: 0;
        margin-right: 0;
    }

    .formbtn {
        /* margin-bottom: 40px; */
    }

}


@media screen and (max-width: 767px) {
    .copy-right {
        text-align: center;
    }

    .homebanner {
        height: 600px;
    }

    .bannertext {
        padding: 100px 30px 0 30px;
    }

    .bannertext h4 {
        font-size: 50px;
    }

    .phoneWrp {
        margin: 0 auto;
        float: none;
    }

    .account-btn {
        margin-right: 0;
        margin-top: 5px;
    }

    .missioncontent .title h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .whychoosecontent .title h1,
    .title h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .service_img {
        background: #fff;
        text-align: center;
    }

    .categories-filter li {
        margin-bottom: 10px;
    }

    .owl-stage-outer {
        padding: 0;
    }

    .howitwork ul li:nth-child(2) {
        margin: 15px 0;
    }

    .about_left {
        padding-left: 0;
    }

    .estimate-wrap {
        padding: 60px 0px;
    }

    .estimate-wrap h3 {
        font-size: 60px;
    }

    .estimate-wrap p {
        font-size: 20px;
    }

}


@media screen and (max-width: 480px) {
    .estimate-wrap {
        margin: 0;
    }

    .navbar-collapse {
        width: 80%;
    }

    .callbox a {
        font-size: 20px;
    }

    .estimate-wrap h3 {
        font-size: 50px;
    }

    .estimate_form {
        padding: 15px;
    }

    .estimate-wrap p {
        font-size: 18px;
    }

    .title h3 {
        font-size: 50px;
        line-height: 45px;
    }

    .top-banner {
        height: 400px;
    }

    .estimate-wrap a {
        font-size: 14px;
    }

    .banner_img {
        padding-top: 60px;
    }

    .banner_hover h3 {
        padding-top: 46px;
    }

    .footer_nav li {
        display: block;
    }

    .footer_nav li a {
        display: block;
        border-bottom: 1px solid #fff;
        padding: 7px 0;
    }

    .footer_nav li:first-child a {
        border-top: 1px solid #fff;
    }

    .footer_nav {
        text-align: left !important;
    }

    .pagetitle_wrap h1 {
        font-size: 42px;
    }

    .banner_img {
        margin-left: 0;
    }

    .banner_hover {
        top: 68px;
        left: 158px;
    }

    .banner_hover h3 {
        font-size: 32px;
        line-height: 26px;
    }

    .banner_hover h3 span {
        font-size: 32px;
    }

    .banner_hover p {
        font-size: 20px;
        line-height: 22px;
    }


}

@media screen and (max-width: 425px) {
    .banner_hover {
        top: 56px;
        left: 137px;
    }
}


@media screen and (max-width: 375px) {
    .account-btn {
        float: none;
        margin-left: 20px;
    }

    .phoneWrp {
        margin-left: 20px;
        margin-top: 15px;
    }

    .slidertext2 {
        line-height: 8px !important;
    }


    .banner_hover {
        top: 46px;
        left: 119px;
    }

    .banner_hover h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .banner_hover h3 span {
        font-size: 26px;
    }

    .banner_hover p {
        font-size: 18px;
        margin-top: 0;
        line-height: 17px;
    }

    .top-banner {
        height: 340px;
    }

}

@media screen and (max-width: 320px) {
    .formbtn {
        font-size: 14px;
        padding: 15px 24px;
    }

    .top-banner {
        height: 290px;
    }

    .banner_hover {
        top: 41px;
        left: 99px;
    }

    .banner_hover h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .banner_hover h3 span {
        font-size: 26px;
    }

    .banner_hover p {
        font-size: 16px;
        margin-top: 0;
        line-height: 16px;
    }

}