.center{text-align:center;}
.light{color:#fff;}
.bold{
    font-weight:bold;
}


.ptop-50{
    padding-top:50px !important;
}

.pbottom-50{
    padding-bottom:50px !important;
}
.logo2 {
        border-radius: 50%;
}
/*Header Section*/

.logo {
  height: 120px;
  border-radius:50%;
}
.pb-2{
  padding-bottom: 2rem;
}

.top-header{
    background:#1f3f9a;
    color:#fff;
    padding:10px;
}

.header-m{
  background:transparent;
  height: 78px;
  padding: 10px;
}

/*Menu Section*/


.nav-menu {
  margin-left: -55px;
}

ul{
  list-style-type: none;
  margin-left:0px;
  overflow: hidden;
}

 li {
  float: left;
}

li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #fff;
}


/*Button Free Quote*/

.free-quote-btn{
    margin-top:15px;
    float:right;
}

.btn-free-quote{
    
    border:1px solid #000;
    padding:10px;
    color:#000;
}
.btn-free-quote:hover{
color: #005cc1;
text-decoration: none;
border:1px solid #005cc1;
}

/*Banner Section*/

.banner{
  /*background-image: url('../images/banner.jpeg');*/
        background: linear-gradient(0deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url(../images/banner.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 545px;
        z-index: -1;
        position: relative;
}
.banner10{
  /*background-image: url('../images/banner.jpeg');*/
        background: linear-gradient(0deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url(../images/BANNED.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        z-index: -1;
        position: relative;
}
.bnrtxt {
  color: #fff;
  text-align:center;
  padding: 140px;
}

/*About Us Section*/

.about-us{
    
}

.abt-readmore{
    color:#fff;
    border:none;
     width: 30%;
     background-color: #005cc1;
        border-color: #005cc1;
        padding: 10px 10px;
        font-size: 18px;
        border-radius: 6px;
        margin-top: 4rem;
} 


/*trusted section*/

.trusted-section{
        background: #ebfff0;
        color: #fff;
        height: 300px;
        margin-bottom: -11pc;
        visibility: visible;
        display: grid;
}
.pt-4{
    padding:3rem;
}
.mt-5{
    margin-top:3rem;  
}
.martop {
  margin-top: -285px;
}
.clean-box {
  background: #fac100;
}
.heading{
   font-weight: 600;
   color: black;
   font-size: 50px;
}

.paragrap{
        font-size: 22px;
        margin-bottom: 5rem;
        color: #777777;
        font-weight: normal;
}
.tab-img{
    width:70%;
}


.tab {
    float: left;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    gap:15px;
    margin-bottom: 7rem;

}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background: none;
  color: black;
  border-radius: 6px;
  padding: 12px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
font-size: 16px;
 color: #005cc1;
border: 1px solid #005cc1;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 6px;
        background:#005cc1;
        border: 1px solid #005cc1;
        text-align: center;
}

/* Style the tab content */




.request-quote{
    background:#e1e1e1;
    
}

.appointment-bg{
    background-image:url('../images/2597051.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    
}

.abt-readmore-green{
    background:#0cb234;
    color:#fff;
    padding:8px;
    border:none;
     width: 60%;
}



.rqst-quote{
    background:#0cb234;
    color:#fff;
    font-weight:bold;
    padding:10px;
    text-align:center;
    font-size: 30px;
}

textarea {
 
  width: 100%;
    margin-top:12px !important;
    border: 1px solid #ced4da;
}


.form-control{
    margin-top:12px;
    
}

.submit{
    margin-top:12px;
    background:#0cb234;
    color:#fff;
    border:none;
    width:40%;
    padding:10px;
}

.pdng-all{
    padding:30px;
}

.order-list{
    font-size:28px;
    color:#cfcfcf;
    font-weight:bold;
    
}


.core-values{
     background-image: url('../images/core-values.jpg');
background-position:center;
background-size: cover;
background-repeat: no-repeat;
    
}

.lt-space{
    letter-spacing:4px;
    color:#0cb234;
    font-weight:600;
}


.servicing{
     background-image: url('../images/core-values-down.png');
background-position:center;
background-size: cover;
background-repeat: no-repeat;
    
    
}


.service-btn{
    
    background:transparent;
    color:#fff;
    border:1px solid #fff;
    padding:8px 25px 8px 25px;
}


.footer-top{
    background:#1f3f9a;
    
    
}

.footer-bottom{
    background:#0cb234;
    padding-top:10px;
    padding-bottom:10px;
}


.center-v {
  margin: auto;
  padding: 10px;
}
.float-right{
        float: right;
        border: 2px solid #fff;
        height: 40px;
        padding: 9px;
        font-size: 20px !important;
        width: 40px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
}





/*Media Query*/


@media (min-width:320px) and (max-width:767px) {
.bnrtxt h2{
    font-size:35px !important;
     line-height:45px !important;
}
.heading {
        font-size: 30px !important;
}
.d-flex{
 flex-direction: column;   
}
.banner{
  height: 363px;
}
li a{
padding: 14px 7px;
  font-size: 12px;
}

.logo {
  display: none;
}


.free-quote-btn {
  margin-top: 15px;
  float: right;
  display: none;
}

.bnrtxt {
  color: #fff;
  text-align: center;
  padding: 0px;

  padding-top: 100px;
}

img {
  width: 100%;
}

.abt-readmore {
  margin-bottom:4rem;
  width: 50%;
}
.text-green{
    padding-top:30px;
}

.footer-logo{
    width:auto;
}

.core-img{
    width:auto;
}

.tabcontent img{
width: 100% !important;
}

.tab-img{
    width:100%;
}

}
a#dLabel {
        color: black;
        margin-left: 20px;
}

.dropdown-menu li a{
        float: none;
        text-align: left;

}
.voter a{
    color: #1f3f9a !important;
    font-weight: bold !important;
    padding: 0px 15px;
}

.dropdown-menu li{
            float: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
            overflow: visible;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.top02left01{
        display:none;
}
.moresa{
        display:none ;
}   
@media (min-width:200px) and (max-width:900px) {
        .moresa{
        display:block;
    }
.w-70{
width: 100% !important;

}
    .trusted-section {
 height: 450px !important;
}
.tab {
                float: left;
                background-color: #fff;
                width: 30%;
                display: grid;
                font-size: 9px !important;
                height: auto;
                padding: 7px 0px;
                gap: 5px;
                margin-bottom: 0px;
}
.slick-slide{
   padding: 30px 30px !important;
}
.py-5{
padding-top: 0rem !important;
 padding-bottom: 0rem !important;
}
.tab button.active {
  font-size:14px;
}
.tab button {
  font-size:14px;
}
.tab button {
 padding: 4px 5px;
}
.paragrap{
        font-size:18px !important;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70% !important;
  height: auto;
}
.pb-5 {
 padding-bottom: 0rem !important;
}

}    

        .tabcontent img {
                float: left;
                padding: 0px 8px;
                width: 100%;
        }
.tabcontent {
        padding: 0px 12px;
        width: 80%;
        margin: auto;
}
hr {
        margin-top: 25px !important;
        border-top: 2px solid #0db133 !important;
}
@media (min-width:900px) and (max-width:2200px) {
    .display-boc{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .top02left01{
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 19px 0px;
    }
      .top02{
        display: flex;
        align-items: center;
    }


}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1f3f9a;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
        padding: 8px 8px 8px 9px;
        text-decoration: none;
        font-size: 12px;
        color: #818181;
        display: block;
        transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dical .slick-slide img{
  box-shadow:none;  
}
.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);
}
.p-0{
    padding:0px;
}
.m-0{
    margin:0px;
}
.d-flex{
display: flex;
}
.py-5{
    padding-top: 5rem;
padding-bottom: 5rem;
}


.slick-track
{
    position: relative;
    top:55px !important;
    left: 0;
    display: block;
    height:400px !important;
}
.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: 400px;
    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;
}


/*slider css start here*/

.slick-slide {
height: auto !important;
}

.slick-slide {
    text-align: left;
    color: black;
    background: white;
    margin: 0 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 6px;
    padding: 50px 30px;
}

.pb-5{
    padding-bottom: 8rem;
}
        .slick-prev, .slick-next {
            width: 40px;
            height: 40px;
            z-index: 1;
        }
        .slick-prev {
            left: 10px;
        }
        .slick-next {
            right: 10px;
        }
        .slick-prev:before, .slick-next:before {
            display: none; /* Hide default arrow */
        }
        .custom-arrow {
            width: 40px;
            height: 40px;
            background-size: contain;
        }
        .slick-prev .custom-arrow {
            background-image: url('/images/left.png');
         width: 19px;
        height: 32px;
        display: block;
        }
        .slick-next .custom-arrow {
            background-image: url('/images/right.png');
            width: 19px;
        height: 32px;
        display: block;
        }
        
.btn-prim {
        color: #005cc1;
        background-color:white;
        border: 1px solid #005cc1 !important;
        padding: 10px 10px !important;
        font-size: 18px !important;
}
.btn-prim:hover {
        color: #fff !important;
        background-color: #005cc1;
        border-color: #005cc1;
        padding: 10px 10px;
        font-size: 18px;
}
.w-70{
width: 70%;
        margin: auto;
        display: block;
}
.fw-bold{
    font-weight:500;
}
.text-dark{
 color: black;
}
.mt-0{margin-top: 0px;}
.text-green{
    color:#0db133;
            margin: 0px;
        font-size: 40px;
}