* {
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
body {
    font-family: 'Roboto';
    font-size: 16px;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
}
h4 {
    font-size: 38px;
}
section {
    float: left;
    width: 100%;
}
.img-responsive {
    width: 100%;
}
.p-left-right {
    padding-right: 0;
    padding-left: 0;
}
/* HERE STARTS THE MAGIC */
/*sticky header position*/
.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;    /*width: 100%;*/
    background: #fff;
    box-shadow: 0 0px 9px #c6c6c6;
}
.top-contact {
    background: rgba(253, 186, 0, 0.9);
    padding: 22px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.top-contact .row > div > a > i {
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #fff;
}
.top-contact .row > div {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.circul-col{
    height: 54px;
    width: 54px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    border: #fd0000 solid 2px;
}
.map-icon{
    background: url(../images/map.png) no-repeat 7px 7px;
    background-size: 35px;
}
.phone-icon{
    background: url(../images/call-phone-icon.png) no-repeat 7px 7px;
    background-size: 35px;
}
.mail-icon{
    background: url(../images/mail-icon.png) no-repeat 7px 7px;
    background-size: 35px;
}
.top-contact-list {
    width: 100%;
    float: left;
}
.top-contact-list ul li {
    list-style: none;
    float: left;
    width: 35%;
}
.top-contact-list ul li:last-child {
    width: 30%;
}
.top-contact-list ul li p, .top-contact-list ul li p a {
    float: left;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}
.top-contact-list ul li:nth-child(2) p, .top-contact-list ul li:nth-child(3) p a {
    line-height: 50px;
}
header {
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
}
/* HERE ENDS THE MAGIC */
.remove-pad {
    padding-left: 0;
    padding-right: 0;
}
header img {
    display: block;
    margin: 0 auto 0px;
    width: 100%;
}
header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
.navbar-expand-lg .navbar-nav.side-nav {
    flex-direction: column;
}
.cust-nav {
    padding-left: 0;
    padding-right: 0;
}
#wrapper {
    padding: 0;
}
#wrapper {
    background: none;
    position: relative;
    top: 0;
    bottom: auto;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 99;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);    /*left: 50%;*/
}
.navbar-nav.side-nav.open {
    left: 0;
}
.navbar-nav.side-nav {
    background: #585f66;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .1);
    position: fixed;
    top: 56px;
    flex-direction: column !important;
    left: -220px;
    width: 200px;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px
}
}
.navbar-dark .navbar-brand img {
color: #fff;
padding: 20px 0 0 50px !important;
}
.dropdown:hover>.dropdown-menu {
display: block;
}
.navbar-nav li.dropdown .dropdown-menu a {
border-right: navajowhite;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
border-radius: 0;
border: none;
padding: 0;
}
.navbar-dark .navbar-toggler {
color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .1);
}
.navbar-toggler-icon i {
font-size: 30px;
}
.top-nav-fix {
top: 0 !important;
background: #000;
box-shadow: 1px 1px 8px #000;
}
.cust-nav a img {
width: 280px;
}
.cust-nav.fixed-top {
top: 40px;
background: #091a27;
}
.search-box-bar {
margin: 5px 0 0 10px;
}
.search-box-bar input {
background: #727272;
border: none;
padding: 1px 5px;
color: #fff;
border-radius: 5px;
font-family: Helvetica-Neue-Light;
font-size: 24px;
}
.cust-nav ul.navbar-nav a {
/* border-right: 1px solid #f59521;*/
}
.cust-nav ul.navbar-nav li:last-child a {
border-right: none;
}
.navbar-dark .navbar-nav .nav-link {
color: #000;
font-size: 16px;
margin: 0;
padding: 0 10px;
text-transform: uppercase;
height: 50px;
line-height: 50px;
-moz-transition: color 0.2s;
-o-transition: color 0.2s;
-webkit-transition: color 0.2s;
font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: #fdba00;
background: #fff;
border-bottom: 2px solid #fdba00;
border-top: 2px solid #fdba00;
}
.nav-link.active {
color: #fdba00 !important;
border-bottom: 2px solid #fdba00;
border-top: 2px solid #fdba00;
background: #fff;
}
.nav-link {
border-bottom: 2px solid #fff;
border-top: 2px solid #fff;
}
.navbar-dark .navbar-nav .nav-item {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
margin: 0 5px;
}
.navigation-main {
float: left;
width: 100%;
background: #ffffff;
padding: 0;
position: absolute;
border-top: 1px solid #ffffff;
top: 0;
z-index: 100;
}
.navbar-nav {
display: block;
width: 100%;
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, .5);
border-color: rgba(0, 0, 0, .1);
}
.fix-sc.sticky {
    width: 100%;
}
.banner {
width: 100%;
position: relative;
background-image: url(../images/banner.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.banner:before {
content: '';
width: 100%;
height: 100%;
display: inline-block;
background: rgba(0, 0, 0, 0.2);
position: absolute;
top: 0;
left: 0;
}
.banner-content.banner-c2 {
    position: absolute;
    top: 0;
    max-width: 900px;
    margin: auto;
    left: 0;
    right: 0;
    width: 80%;
    background: none;
    bottom: 0;
    height: 270px;
}

.banner-content.banner-c2 h2{
font-size: 40px;
font-family: 'Roboto';
text-shadow: 1px 1px 5px #000;
color: #fff;
padding:18px 8px;
}

.banner-content.banner-c2t p {
font-size: 30px;
font-family: 'Roboto';
/*text-shadow: 1px 1px 5px #000;*/
padding-bottom: 20px;
 color:#fff !important;
}
.banner-content.banner-c2 a {
width: 200px;
height: 60px;
display: inline-block;
background: #fd0000;
color: #fff;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
text-transform: uppercase;
line-height: 60px;
font-size: 24px;
font-weight: 700;
}

.pignose_tint {
    display: none!important;
}

.banner-content{  /*background:#fff;*/
  filter: alpha(opacity=50);
  margin-top: 24%;
}

.banner-content h2 {
font-size: 40px;
font-family: 'Roboto';
/*text-shadow: 1px 1px 5px #000;*/
color: #fff;
padding:18px 8px;
}
.banner-content p {
font-size: 30px;
font-family: 'Roboto';
/*text-shadow: 1px 1px 5px #000;*/
padding-bottom: 20px;
 color:#fdba00 !important;
}
.banner-content a {
width: 200px;
height: 60px;
display: inline-block;
background: #fd0000;
color: #fff;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
text-transform: uppercase;
line-height: 60px;
font-size: 24px;
font-weight: 700;
}
/* About Us start here */
#about {
float: left;
padding: 60px 0;
background:#c0b9b1;
/*background: url(../images/about-section-bg.jpg) no-repeat 0 0;*/
background-size: cover;
background-attachment: fixed;
position: relative;
text-align: left;
}
.about-wrapper{
    background: #fff;
    width: 100%;
    float: left;
    padding: 20px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.title-text{
    color: #fd0000;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 20px 0 30px;
}
.about-section-button{
    width: 100%;
    text-align: center;
    padding: 20px 0; 
}
.about-section-button a{
    text-align: center;
    font-size: 24px;
    color: #fdba00;
    font-weight: 700;
    text-transform: uppercase;
    border: #fdba00 solid 2px;
    width: 240px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
}
.about-section-button a:hover{
   background: #fdba00;
   color: #fff;
   -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s; 
}
/* About Us end here */
/* Services section start here */
#services{
    float: left;
    padding: 60px 0 0;
    background: #fff;
}
.services-gallery-section{
    width: 100%;
    background: #fdba00;
    padding: 120px 0 60px;
    float: left;
    position: relative;
}
.services-gallery-section:before {
  width: 0; 
  height: 0; 
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #fff;
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}
.tabs-left {
  border-bottom: none;
  background: #fed256;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 10px 5px;
}
.tabs-left>li {
    float: none;
    margin: 0px 0 10px 0;
    width: 100%;
    background: #ffbb00;
    border-radius: 5px;
}
.tabs-left>li>a{
  width: 100%;
  display: inline-block;
  padding: 0 8px;
  color: #000;
  border-radius: 5px;
  text-align: left;
  height: 45px;
  line-height: 45px;
    font-size: 14px;
}
.tabs-left>li>a i{
    width: 24px;
    height:24px;
    display: inline-block;
    border-radius: 50%;
    background: #fae2a2;
    color: #fd0000;
    line-height: 24px;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
}
.tabs-left>li>a.active {
  background:#fd0000; 
  color: #fff; 
}
.tabs-left>li>a.active i{
    background: #fff;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#fd0000;
  border:none;
  border-radius:5px;
  margin:0px;
  color: #fff;
}
.tab-left-gallery{
    display: block;
    margin-top: 50px;
}
.gallery-img-col{
    width: 100%;
    height: 170px;
    display: inline-block;
    overflow: hidden;
    border:#fff solid 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    line-height: 160px;
}
.gallery-img-col img{max-width: 100%;}
/* Services section end here */
/* Living without section start here */
#living-without-wrapper {
    float: left;
    padding: 60px 0;
    background: #fff;
}
.living-without-col-wrap{
    margin-top: 20px;
}
.living-without-col{
    width: 100%;
    min-height: 390px;
    display: inline-block;
    border: #e3e3e3 solid 3px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px; 
}
.living-without-col:hover{
    border-color: #fae2a2;
}
.living-without-col h3{
    font-size: 20px;
}
.living-without-col p{
    color: #606060;
}
.living-without-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.living-without-icon span {
    width: 120px;
    height: 120px;
    display: flex;
    background: #fae2a2;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.living-without-icon span i {
    background: url(../images/right-tick-icon.png) no-repeat;
    width: 60px;
    height: 45px;
    display: inline-block;
    background-size: 60px;
}
/* Living without section end here */
/* Contact section start here */
.kontakt-wrapper {
padding: 5% 0;
position: relative;
background: url(../images/contact-bg.jpg) 0 0 no-repeat;
background-size: cover;
}
#kontakt:before {
width: 100%;
height: 100%;
content: '';
display: inline-block;
background: rgba(253, 186, 0, 0.5);
position: absolute;
top: 0;
left: 0;
}
.kfz-servics-main .row > div {
text-align: center;
}
.kontact-sec .circle1 {
width: 62px;
height: 62px;
border-radius: 50%;
background: #fff;
position: relative;
margin: 0 20px 0 0;
text-align: center;
display: block;
line-height: 62px;
float: left;
}
.kontact-sec .circle1 img{
    height: 50px;
}
.paddtopp {
margin-top: 30px;
}
.kontact-sec ul {
margin-top: 33px;
margin: 0px !important;
padding: 0px !important;
}
.kontact-sec ul li {
list-style: none;
margin: 0px auto;
text-align: left;
line-height: 26px;
font-size: 18px;
color: #fff;
}
.kontact-sec ul li a {
color: #fff;
}
.contact-pages-link{padding-top: 20px;}
/* Contact section end here */

/* Impressum section start here */
.impressum, .datenschutz-section{
    text-align: left;
    margin-top: 60px;
}
.impressum p {
    color: #000;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}
.impressum p span {
    margin: 0;
    display: block;
    color: #000;
}
.imp-text b {
    color: #fd0000;
    font-size: 20px;
}
.sub-sub-heading {
    color: #fd0000;
    font-size: 24px;
    text-transform: inherit;
    margin: 0;
    line-height: 30px;
    font-weight: 700;
}
.sub-heading {
    color: #000;
    font-size: 20px;
    text-transform: inherit;
    margin: 0;
    font-weight: 700;
}
.impressum p span:nth-child(4), .impressum p span:nth-child(6) {
    margin-bottom: 15px;
}
.impressum-text{
    color: #000;
}
.impressum-text:hover{color: #000;}
/* Impressum section end here */

/* Datenschutz section start here */
.datenschutz-section ol > li {
    margin: 15px 0;
    color: #171715;
}
.datenschutz-section ol li {
    list-style-position: inside;
}
.datenschutz-section ol li > ul {
    margin: 10px 0 0 0px;
    font-weight: normal;
}
.datenschutz-section ol li > ul > li {
    margin: 0px 0 0 20px;
    font-weight: normal;
    line-height: 23px;
}
.datenschutz-section ol.cookies li {
    list-style-position: outside;
    margin-left: 45px;
    color: #000;
}
/* Datenschutz section end here */

.popup-dialog {
    max-width: 860px;
    text-align: center;
}

.popup-dialog .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}

.banner-content a , .banner-content p{
    color: #fff;
}

.pignose-popup {
    display: none;
    position: absolute;
    top:0!important;
    left: 0!important;
    max-width: inherit;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    height: 100%;
    /*background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);*/
    background: url(../images/banner11.jpg) no-repeat;
    background-size: cover;
    outline: 1px solid #ddd;
    outline-offset: -20px;
    background-position: center top!important;
}

/** Media start **/
@media
only screen and (-webkit-min-device-pixel-ratio:2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:2) {
}
@media (max-width:1750px) {
}
@media (max-width:1500px) {
}
@media (max-width:1440px) {
	figure.effect-chico p {
      line-height: 14px;
}
}
@media (max-width:1366px) {
    figure.effect-chico figcaption {
    padding: 2.5em 20px;
    }
    figure.effect-chico h2{font-size: 18px;}
    figure.effect-chico:hover p{font-size: 12px;}
}
@media (max-width:1200px) {
.navbar-dark .navbar-nav .nav-item {
    margin: 0px 4px;
}
.navbar-dark .navbar-nav .nav-link{
    font-size: 14px;
}
.banner-content h2{
    font-size: 40px;
}
.footer-link{
    width: 305px;
}
.footer-link ul li{
    padding: 0 25px;
}
.footer-link ul li a{
    font-size: 16px;
}
.al-fo-bxss{height: 400px;}
figure.effect-chico h2{font-size: 14px;}
.cust-nav a img {width: 220px;}
.kontact-sec div {
    float: left;
    width: 78%;
}
.kontact-sec .circle1{
    width: 40px;
    height: 40px;
    margin: 0 5px 0 0;
    line-height: 38px;
}
.kontact-sec .circle1 img {
    height: 25px;
}
.kontact-sec ul li{font-size: 16px; line-height: 22px;}
.contact-pages-link {padding-top: 9px;}
.living-without-col{min-height: 440px;}

}
@media (max-width:1100px) {
}
@media (min-width:1025px) {
.navbar-nav li::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #7399a9;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: none;
}
.navbar-nav li:hover::before,
.navbar-nav li:focus::before,
.navbar-nav li:active::before {
    left: 0;
    right: 0;
}
.navbar-nav li::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 51%;
    right: 51%;
    top: 0;
    background: #7399a9;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: none;
}
.navbar-nav li:hover::after,
.navbar-nav li:focus::after,
.navbar-nav li:active::after {
    left: 0;
    right: 0;
}
}
@media (max-width:1024px) {
.banner-content {
    margin-top: 27%;
}    
.navigation-main{
    height: 100px!important;
}
.navbar {
    padding: 1rem;
    position: relative;
}
.banner {
    background: url(../images/banner-tablet.jpg) 0 0 no-repeat!important;
}
.banner {
    /*height: calc(100vh - 139px)!important;*/
}
.grid figure{max-height: 200px;}
figure.effect-chico h2{margin-top: 20px;}
}
@media (max-width:991px) {
.cust-nav a img {
    width: 170px;
}
.navbar-nav {
    margin-top: 20px;
    background: #fff;
}
.navbar-dark .navbar-nav .nav-item {
    display: block;
}
.navbar {
    position: relative;
}
.navbar button.navbar-toggler {
    position: absolute;
    top: 30px;
    right: 15px;
}
.navbar .top-social-icon{
    position: absolute;
    top: 55px;
    right: 15px;
}
.ld-img-dt img{
    height: auto;
    margin-bottom: 20px;
}
.gallery-img-col{height: auto;}
.circul-col {
    height: 40px;
    width: 40px;
    margin-right: 5px;
}
.top-contact-list ul li p, .top-contact-list ul li p a{
    font-size: 16px;
}
.map-icon, .phone-icon, .mail-icon{
    background-position: 5px 5px;
    background-size: 25px;
}
.footer-link{
    width: 250px;
}
.footer-link ul li{
    padding: 0 15px;
}
.footer-link ul li a{
    font-size: 14px;
}
.banner-content h2{
    font-size: 32px;
}
.banner-content p{
    font-size: 18px;
}
.ldy_icondtls li{
    width: 38%;
}
.al-fo-bxss{
    height: 600px;
}
.images-frame{
    min-height: auto;
}
.kontact-sec ul li{font-size: 13px; line-height: 18px;}
.contact-pages-link {padding-top: 13px;}
.con_list ul li{font-size: 14px;}
.kundan{margin-left: 0; margin-right: 0;}
.grid figure{max-height: 180px;}
.living-without-col{padding: 20px 10px; min-height: 510px;}
}

@media (max-width:823px) {
.banner-content.banner-c2 {
    height: 218px;
}
.banner-content.banner-c2 h2 {
    font-size: 25px;
    }
.banner-content {
    margin-top: 18%;
}
}


@media (max-width:812px) {
    .banner-content {
    margin-top: 14%;
}
}



@media (max-width:800px) {
    .banner {
    background-size: 100% 100%;
    background-position-y: 40%!important;
}
.top-contact-list ul li {
    padding: 26px 0;
}
}
@media (max-width:778px) {
.banner .banner-logo img {
    width: 80%;
}
.banner-content {
    margin-top: 54%;
} 
}
@media (max-width:767px) {
.add-map {
    text-align: center;
}
.banner-content h2{
    font-size: 28px;
}
.banner-content p{
    font-size: 16px;
}
.banner-content a{
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.cust-nav a img {
    width: 150px;
}
.navbar .top-social-icon{
    top: 30px;
}
.navbar button.navbar-toggler{
    top: 23px;
}
#einzugsgebiet, #activities, #ref-sec, #customer{
    padding: 40px 10px;
}
.al-fo-bxss{
    height: auto;
    margin-bottom: 60px;
}
figure.effect-chico h2{
    font-size: 16px;
}
.top-contact{padding: 10px 0 5px;}
.top-contact-list ul li{
    width: 100%;
    margin-bottom: 5px;
}
.top-contact-list ul li:last-child{
    width: 100%;
    margin-bottom: 0;
}
.tab-content {
    margin-top: 50px;
}
.gallery-img-col{height: auto;}
.living-without-col{
    margin-bottom: 20px;
    min-height: 100px;
}
.kontact-sec {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.kontact-sec div{width: auto;}
.kontact-sec .paddtopp{
    margin-top: 10px;
}
.contact-pages-link{padding-top: 8px;}
#einzugsgebiet .al_dis_dtl p.einzugsgebiet-subtitle {
    margin-bottom: 80px;
}
.bx_dt_info {
    margin-top: 0;
}
.al-fo-last{
    margin-bottom: 0;
}
figure.effect-chico figcaption{
    padding: 2.5em 20px;
}
figure.effect-chico:hover p{
    font-size: 12px;
}
.con_list{padding: 20px; margin-bottom: 20px; min-height: 195px;}
.kontact-sec ul li{font-size: 16px;line-height: 26px;}
.ldy_icondtls li {width: 21%;}
.kundan {
    margin-left: 20px;
    margin-right: 20px;
}
}

@media (max-width:736px) {

.banner-content {
    margin-top: 20%;
}

}

@media (max-width:640px) {
.top-contact {
    position: relative;
    }
    .banner-content.banner-c2 {
    height: 130px;
}
}

@media (max-width:600px) {
.top-contact > div > .row {
    margin-left: 0;
    margin-right: 0;
}
.navbar-nav li:first-child {
    margin: 10px 0px 0 0;
}
.cust-nav {
    padding-left: 1rem;
    padding-right: 1rem;
}
.navbar {
    padding: 0.5rem 1rem;
}
.tick-circul-icon{
    background-size: 30px;
    width: 30px;
    height: 30px;
}
.top-contact .row > div a{
    line-height: 30px;
}
}
@media (max-width:575px) {
    .con_list{min-height: auto;}
}
@media (max-width:568px) {
}
@media (max-width:480px) {
.banner-content{
    width: 100%;
}
.banner-content {
    margin-top: 94%;
}
.banner-content h2 {
    font-size: 18px;
}
.banner-content p {
    font-size: 14px;
}
.top-contact{
    padding: 15px 0 5px;
}
.top-contact-list ul li, .top-contact-list ul li:last-child{
    width: 100%;
}
.ldy_icondtls li {
    width: 48%;
    margin-right: 1%;
}
figure.effect-chico:hover p{
    font-size: 11px;
}
.top-contact-list ul li p{font-size: 16px;}
.about-section-button a{width: 180px;}
}
@media (max-width:414px) {
.banner-content.banner-c2 {
    height: 540px;
}
.banner-content {
    margin-top: 80%;
}
}

@media (max-width:411px) {
.banner-content.banner-c2 {
    height: 390px;
}

.top-contact {
    position: absolute;
}

}

@media (max-width:375px) {
.cust-nav {
    padding-left: 10px;
    padding-right: 10px;
}

.banner-content.banner-c2 {
    height: 470px;
}
.banner-content.banner-c2 h2 {
    font-size: 30px;
    }
}
@media (max-width:360px) {
.banner-content.banner-c2 {
    height: 300px;
}
}
@media (max-width:320px) {
    .banner-content.banner-c2 {
    height: 235px;
}
.banner-content.banner-c2 h2 {
    font-size: 20px;
}
.banner-content {
    margin-top: 61%;
}
}