@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
        font-family: 'Montserrat';
    font-weight: normal;
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background:#fff;
       font-family: 'Montserrat';
    font-weight: normal;
     font-size:16px;
     color:#000;
}
html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.p0{
    padding:0!important
}
.p3{
    padding:3px!important
}
.p4{
    padding:4px;
}
.m0{
    margin:0!important
}
.fl{
    float:left
}
.fr{
    float:right
}
b{
    padding:10px 0
}
li{
    list-style:none;
    text-decoration:none
}
p{
    font-style: normal;
    font-display: swap;
    height: auto;
    font-size: 1em;
    color:#2c2c2c;
    line-height: 1.7;  
    font-family: 'Montserrat';
    font-weight: normal;
}
li{
    font-size:16px;
     font-weight: normal;
}

 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     transform: rotate(90deg);
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Light.eot');
    src: local('../fonts/Acrom Light'), local('Acrom-Light'),
        url('../fonts/Acrom-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Light.woff2') format('woff2'),
        url('../fonts/Acrom-Light.woff') format('woff'),
        url('../fonts/Acrom-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Medium.eot');
    src: local('../fonts/Acrom Medium'), local('Acrom-Medium'),
        url('../fonts/Acrom-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Medium.woff2') format('woff2'),
        url('../fonts/Acrom-Medium.woff') format('woff'),
        url('../fonts/Acrom-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Regular.eot');
    src: local('../fonts/Acrom'), local('Acrom-Regular'),
        url('../fonts/Acrom-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Regular.woff2') format('woff2'),
        url('../fonts/Acrom-Regular.woff') format('woff'),
        url('../fonts/Acrom-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterTight';
    src: url('../fonts/InterTight-Regular.eot');
    src: url('../fonts/InterTight-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-Regular.woff2') format('woff2'),
        url('../fonts/InterTight-Regular.woff') format('woff'),
        url('../fonts/InterTight-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.wh-img{ margin-right: 10px; }

.wh-top {
    display: flex;
    align-items: center;
    position: relative;
}
.wh-top a {
    color: #000000; 
    transition: all .4s ease-in-out; letter-spacing: 1px;
   font-size: 1.125em; line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 500; padding: 3px 13px;
    position: relative;display: flex;
    align-items: center;
}
.wh-top a i{ margin-right:5px}
.header-contact {
    display: flex;
    align-items: center;    justify-content: space-between;

}
header.is-fixed {
    background: rgba(255, 255, 255, 0.9);
    transform: translate3d(0, -100%, 0);
}
header.can-animate {
    transition: transform 0.3s ease, visibility 0s 0.3s linear;
}
 .top-wraper{
     width:100%;
     height: auto;    position: fixed;
    z-index: 9;
}
 .top-container{
     width:100%;
     padding-left: 6%;
     padding-right: 6%;
}
.nav-menu {
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.nav-menu2{border:0 !important;}
.nav-menu2>li>a {
    margin: 20px 30px;
}
.center{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav-brand img {
    width: 100%; margin-top: 20px;
    mix-blend-mode: lighten;
}
.resp-show{
  display: none !important;
}
.nav-menu>li>a:hover{
 color: #35ae49
}

.sexy-menu.detached .nav-menu > li > a {
    margin: 30px 18px ; color: #393939;
}
.sexy-menu.detached  .nav-menu{ border-top:0; }
.sexy-menu.detached .header-phone{
margin: 28px 18px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
#button i{color: #fff}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*popup*/

#popUp,#popUp2 {
    position: fixed;
    width: 400px;
    height: auto;
    background: #1e2332;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:9999;
    padding:2% 2% 2%;
    right:0; opacity: 0
  }

  #popUp .close , #popUp2 .close {
    position: absolute;
    top: -40px;opacity: 1;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
  }
  #plus  {
    position: fixed;
    color: #fff;
    bottom: 70%;
    font-size: 1em;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 999;
    width: 100%;
    right:0;
  }
    #plus2 {
    position: fixed;
    color: #fff;
    bottom: 47%;
    font-size: 1em;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 999;
    width: 100%;
    right:0;
  }
  .side-btn2 {
       position: absolute;
   background: #e3e3e3;
    color: #1e2332;
      font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 17px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 15px 16px;
    transition: all 1.25s ease;
    right: -80px;  
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.side-btn {
       position: absolute;
    background: #1e2332;
    color: #fffefe;
      font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 17px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 15px 16px;
    transition: all 1.25s ease;
    right: -64px;  
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.side-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
     font-family: 'Montserrat';
    font-weight: 500;
}
.mob-icon {
    display: none;
}
  #plus::after ,#plus2::after {
    display: block;
    display: relative;
  }
  .mob-txt{ display: block; text-transform: capitalize; font-style:normal;font-family: 'Montserrat';
  font-weight: 500;}

.side-form .form-group{margin-bottom: 12px;}

.side-form input[type="text"],
.side-form textarea
{
    background: #fff;
    color: #3f3f3f;
    width: 100%;
    padding: 15px 20px; font-family: 'Montserrat';
    font-weight: normal;
}

.side-form-title {
    font-size: 1.333em;
        color: #fff;
    text-transform: uppercase;
    line-height: 30px;
        font-weight: normal;
    font-family: 'Acrom';
    font-style: normal;
    text-align: center;margin-bottom: 20px;
}
.home-img-landsc {
    display: none !important;
}

/**/

 .clear {
     clear: both 
}
 audio, ::selection{
     background: #3ec03b!important;
     color: #fff !important;   
}
span::selection {   -webkit-background-clip: unset!important;
    -webkit-text-fill-color: #fff !important; background: #3ec03b !important; }
::-moz-selection {
   color: #fff !important;
}

 .grecaptcha-badge{
     display:none !important;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}

 .logo1{
     display:none 
}
 .banner-wraper{
     width:100%;
     height:auto;
     position:relative;
}
.sexy-menu.detached .navigation{
  top: 0
}

 .footer-container{
     width:100%;
     height:auto;
     padding-top:2em;
     padding-bottom:2em;
}
.footer-top-for{ display: flex; align-items: center;}
.footer-top-for img{ max-width: 35px; margin-left: 10px;}

.header-social-links {
    float: left;
}
 .tophead{
     width:100%;
     position:relative;
         padding: 0em;
    background: #6a446e;
        display: flex;
    justify-content: space-between;
}

.img-design{
position: absolute;bottom: 0;
    right: 0;
}

/**/
.icon-container {
    padding: 100px 0;
}
.form-group {
    margin-bottom: 18px;
}
.enq-lft2{height: 100%}
.enq-lft {
    padding-left: 60px;
}
.enq-container{position: relative;    padding: 60px 0;  
    margin-top: -250px;
    z-index: 9; }
   
.en-head2{
      font-size: 2.13em;  
    line-height: 40px; color: #124dc6;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: 'PalatinoLinotype';
    font-style: normal;
}
.enq-txt {
    margin-bottom: 30px;
}
.enq-txt span{
color: #211e1e; font-style: italic; 
       font-family: 'PalatinoLinotype'; line-height: 30px;
    font-weight: normal; font-size: 1.97em;
}
 
 .contact-container2{position: relative; padding: 70px 0;}

/*
*/



/**/
a.view-det {
        background: #146472;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875em;
    display: inline-block;
    padding: 10px 15px; letter-spacing: 2px;
}
.btn-flex {
    display: flex;
}
a.view-det:hover{
    background: #299d77 ;
    color: #fff;
}
.p1{
  padding: 1px !important
}

.project-container{
 overflow: hidden;padding-top: 60px;
position: relative;  z-index: 9;
}
.ser-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.dots {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}


.c-white{color: #fff !important}
/* Style the tab content */

/**/

/*section.contact-container*/
.mt-0{margin-top: 0px !important}
/**/
.eng-spans {
    display: flex; margin-top: 1em;
    align-items: center;
}
.view-btn1:after,.view-btn3:after{filter: brightness(0);}
.view-btn2{ text-align: center;    margin: 2em auto 0; }
.view-btn2:before{
  background: #ffe246;
  width: 100%;
    height: 10px;
    position: absolute;
    bottom: -8px; opacity: 28%;
    transform: translate(-50%, -50%); left: 50%;
    content: ""; z-index: -1;
}

.view-btn1:before,.view-btn3:before{
  background: #ffe246;
  width: 100%;
    height: 10px;
    position: absolute;
    bottom: -7px; 
    transform: translate(-50%, -50%); left: 50%;
    content: ""; z-index: -1;
}
.view-btn3:before{
background:  #99ddc8;
}
.view-btn3 {
    width: 100px !important;    padding-left: 10px;
}
.view-btn1{ font-size: 0.753em; }
.eng-span{
  font-family: 'InterTight'; font-weight: normal;margin-right: 5%;
  font-size: 0.875em; line-height: 20px; color: #000;
}
.gallery-container{position: relative; padding: 70px 0;}

.pro-container{
 position: relative; padding: 50px 0;
}
.product-top {
    display: flex;
    align-items: end;    margin-bottom: 5em;
    justify-content: center;
}

.prj-head{
  position: relative;
    font-size: 2.99em;  
    line-height: 45px;
    font-weight: 300;
    font-family: 'Acrom';
    font-style: normal;
}
.prj-head span{      
  font-weight: 300;
    font-family: 'Acrom'; 
    color: rgb(0 14 22 / 37%);
}
.title-right{
 position: relative; padding-left: 40px;
    font-size: 1.38em;  
    line-height: 30px;
    font-weight: normal;
    font-family: 'Montserrat';
    font-style: normal;
}
.icon-title{
 font-size: 1em;   color: #000000;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Montserrat';
    font-style: normal;
}
.icon-item{text-align: center;}
.iimg{
  border: 1px solid rgb(0 0 0 / 26%);
  border-radius: 100%; position: relative;
  height: 110px; width: 110px; line-height: 110px; text-align: center;
  display: flex;
    align-items: center;    margin: 0 auto;
    justify-content: center;
}
.icon-img {
    position: relative;
    width: fit-content;
    margin: 0 auto;background: #fff;
}
.num {
    position: absolute;
    right: -10px;
    top: 0;
    background: #000;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
    color: #fff;
}
.icon-btm {
    margin-top: 1.5em;
}
.prod-row{position: relative;}
.line1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: -1;
}
.bg2{
  background-image: url(../images/bg2.jpg); background-size: cover;
  border-radius: 15px; padding: 30px 50px; text-align: center;
      margin-top: 2em;
}
.bg2 p{ color: #fff }

.why-top {
    font-size: 1.12em;
    line-height: 30px;
    font-weight: 300;
    color: #000e16;
    font-family: 'Acrom';
}
.why-title {
    font-size: 2.36em;
    line-height: 40px;
    font-weight: normal;
    color: #000e16;
    font-family: 'Acrom';
    text-transform: uppercase;
}
.why-btm img{ border-radius: 15px; }
.why-ul li{
    font-size: 1em; position: relative;
    line-height: 40px;
    font-weight: normal;
    color: #000e16; padding-left: 45px;
    font-family: 'Montserrat';
}
.why-ul li:before{
  background-size: cover;
  background-image: url(../images/check.png);
  height: 24px; width: 24px;
  position: absolute;
  content: "";
  left: 0; top: 9px;
}
.why-ul {
    margin-top: 1.5em;margin-bottom: 2em;
}
.why-ul li b{ font-weight: 600; font-family: 'Montserrat';  }
.why-p{
  border-top: 1px solid rgb(0 0 0 / 18%); border-bottom: 1px solid rgb(0 0 0 / 18%);
  padding: 25px 0; 
}
.why-content {
    margin-top: 2em;
}
.why-detail {
    padding-bottom: 20px;
}

/**/
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 .logo{
     width:auto;
     height:auto;
     float:left;background: #7a9cb4
}

  a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
  }

.submit-btn1{
    border: none;
     cursor: pointer;
       color: #1e2332;
    cursor: pointer;
    background:  #fff;
    padding: 10px 20px;
    font-family: 'Montserrat';
    font-weight: normal; border-radius: 10px;
    font-size: 1em;
    text-transform: uppercase;
}
.submit-btn1:hover{
    background:#000 ; color: #fff;
}

.mt-1
{
    margin-top: 1em !important;
}
.mt-2
{
    margin-top: 2em !important;
}
.mt-5
{
    margin-top: 5em;
}
.mb-2
{
    margin-bottom: 2em;
}
.mb-5
{
    margin-bottom: 5em;
}


 .desk-view{
     display:block;
}
 .mob-view{
     display:none !important
}

/* Dropdown styles */

 
.footer-bottom-container {
    position: relative;  background: #fff; border-top: 1px solid rgb(0 0 0 / 11%); 
}

 .footer-wraper {
     width:100%;  background-image: url(../images/footer-bg.jpg);
     background-size: cover; padding: 35px 0;
     height:auto; position: relative;    z-index: 9;
}
.footer-bottom-wraper{
  width: 100%;
    height: 50px;
    background-color: #fff
}
.space{ justify-content: space-between; }
.micon {
    margin-right: 10px;
}
 .copy-right {
     width:auto;
     height:auto;
     float:left; letter-spacing: 1px;
      font-family:'InterTight';
     font-size:1em; color: #000000;
     font-weight:normal; 
     line-height: 60px 
}
 .copy-right span {
      font-family:'InterTight';
     font-weight: normal;  letter-spacing: 1px;
}
 .designed {
     width: auto;
     height: auto;
     float: right 
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     padding-top:15px;
     width: auto; 
}
 .designed p {
     width: auto;
     height: auto; 
     float: right;
      font-family:'InterTight';
     font-size:1em;
     font-weight: normal;    letter-spacing: 1px;
     line-height: 60px;
     margin: 0; color: #342861;
}
 .designed p a {
     text-decoration: none; 
      font-family:'InterTight';
     font-size:1em; color: #000000;
     font-weight:normal; 
}
 .designed p a:hover {
     text-decoration: none;
}
 .whats-app{
    position:fixed;
        bottom: 20vh;
    right:25px;
    width: 60px;
    z-index:99
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;    width: 100%;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    opacity:1;
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
 .mob-hide{display: block;}
  .mob-show{display: none;}
.address p  a{ 
color: #212121; }
.icon-f {
    display: flex;    padding-left: 30px;
    align-items: center;
}
.warranty-norms{
      font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 13px 20px; color: #1e2332;
      background: #f2f2f2;  
 }
.warranty-norms:hover{
   color: #f2f2f2;
      background: #1e2332; 
}
.btm-link {
    display: flex;
    align-items: center;
}
.btm-link:nth-child(1),
.btm-link:nth-child(2){
  border-right: 1px solid #afb0b0;    padding-right: 30px; margin-right: 30px;
}

.footer-address {
    width: 100%; display: flex; justify-content: center; align-items: center;
}

.btm-link p  {
    margin-bottom: 0;
    color: #fff; font-size: 1.22em;
    line-height: 27px;
    font-family: 'Acrom';
    font-weight: normal;
}
.btm-link p a{ color: #fff;   font-family: 'Acrom'; font-weight: normal;}


/**/

.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}

.p5{
    padding: 5px;
}

.d-flex {
    display: flex!important;
}
.mb-0{margin-bottom: 0 !important}



.eq-ht{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/**/

/*banner*/
.hero-text-area {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    transform: translateY(-40%);
        top: 50%; left: 6%; text-align: left;
}

.fet-span{
     font-size: 2.25em;  position: relative;
    font-style: normal;   letter-spacing: -2px;
  font-family: 'Acrom'; font-weight: 300;  
    line-height: 50px;    color: #ffffff;       
}

.featured-text {
   font-family: 'Acrom'; font-weight: 300; font-style: normal;
   font-size: 6.04em; line-height: 85px; color: #ffffff; 
    letter-spacing: -6px;     
}
.featured-text span{
     font-family: 'Acrom'; font-weight: 300; font-style: normal;
   font-size: 0.37em; line-height: 20px; color: #ffffff; 
    letter-spacing: -2px;     
}
.text-right {
    text-align: right;
}

/**/

.welcome-detail {
   position: relative;
  padding-left: 80px;  
}
.abt-container {
  padding: 80px 0;
    position: relative;
    z-index: 9;
}
.top-pos {
    position: relative;
    margin-top: 8em;
}
.abt-img {
    margin-right: -60px;
}
.bg1 {
    position: absolute;
    top: 0;
    z-index: -1;
}
.abt-img img{border-radius: 15px;}
.welcome-top{
        font-size: 1.493em; 
    line-height: 35px;  
    font-weight: 300; color: #fff;
    font-family: 'Acrom';
}
.welcome-title{
    font-size: 3.6em; 
    line-height: 60px;  
    font-weight: 300; color: #fff;
    font-family: 'Acrom'; text-transform: uppercase;
}
.welcome-top2{
        font-size: 1.493em; 
    line-height: 35px;  
    font-weight: 500; color: #fff;
    font-family: 'Acrom';letter-spacing: -1px;
}
.sp1{
    font-size: 2.36em; 
    line-height: 35px;  
    font-weight: 500; color: #fff;
    font-family: 'Acrom';letter-spacing: -2px;
}
.sp2{
    font-size: 1.66em; 
    line-height: 25px;  
    font-weight: 500; color: #fff;
    font-family: 'Acrom';letter-spacing: -2px;
}
.sp3{
    font-size: 1.64em; 
    line-height: 35px;  
    font-weight: 500; color: #fff;
    font-family: 'Acrom'; letter-spacing: -1px;
}
.abt2 p{
   font-size: 1.125em; letter-spacing: 1px;
    line-height: 30px;  
    font-weight: 300; color: #fff;
    font-family: 'Acrom';
     position: absolute;
    top: 45%;left: 3%;
    transform: translateY(-30%);
    background: rgb(0 14 22 / 19%);
    border-radius: 15px;
    padding: 30px 30px; backdrop-filter: blur(10px);
}
.abt2{position: relative;}

/**/
.luxury-container{position: relative;    z-index: 9;}
.ser-container{position: relative; 
  padding: 40px 0px 80px;overflow: hidden;
  z-index: 9;
}
 
.ser-title{
       font-size: 1.125em; margin-bottom: 6px;
    line-height: 23px; 
    font-weight: normal; color: #ffffff;
    font-family: 'Montserrat';
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    text-align: center;
}

.line2 {
    display: block;
    margin: 8px auto 0 ;
}

 .ser-item{
  position: relative;  transition: .4s; 
 }
.serve-row .col-md-3:nth-child(1) .ser-img img {
    border-top-left-radius: 10px;  border-bottom-left-radius: 10px;
}
.serve-row .col-md-3:nth-child(4) .ser-img img {
    border-top-right-radius: 10px;border-bottom-right-radius: 10px;
}
.product-top2 {
    margin-bottom: 2.5em;
    text-align: center;
}
.partner-img img,.warranty-img2 img{border-radius: 15px;}
.partner-p p{
  font-family: 'Acrom'; font-weight: 500;
  font-size: 1.25em; line-height: 30px;
}
.partner-p{
    border-top: 1px solid rgb(0 0 0 / 18%);
    padding-top: 20px;
    margin-top: 20px;
}
.partner-border {
    margin-top: 6em;
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 15px;
    padding: 50px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.partner-img {
    margin-right: -50px;
}
.partner-right{padding-left: 110px;}
.bg3{ position: relative; }
.wr-title{
  font-family: 'Acrom'; font-weight: 300;
  font-size: 2.99em; line-height: 50px;  color: rgb(255 255 255 / 73%);
  position: absolute; left: 50%; transform: translateX(-50%); top: 18%;
}
.products-h3{
    font-family: 'Acrom'; font-weight: normal;
  font-size: 2.05em; line-height: 33px; 
}
.product-p-content {
    width: 30%;
    float: right;
}
.product-content {
    display: flex;justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 9%; width: 80%;
}
.product-warranty {
    position: relative;    margin-bottom: 3em;
}
.product-p-head {
    position: relative;
    left: 13%;
}

.warranty-content {
    margin-top: 1.5em;
}
.prj-head2{
  position: relative;
    font-size: 2.05em;
    line-height: 45px;
    font-weight: normal;
    font-family: 'Acrom';
    font-style: normal;
}

.ul2{position: relative;}
.wul li {
    font-size: 1em; font-family: 'Montserrat';    position: relative;
    font-weight: normal; line-height: 27px; margin-bottom: 4em;
}
.warranty-right{padding-left: 30px;}
.wul {
    margin-top: 2em;
}
.line3 {
    position: absolute;
    left: 0; top: 25px;
}
.wul li:nth-child(1) {
    padding-left: 50px;
}
.wul li:nth-child(2) {
    padding-left: 115px;
}
.wul li:nth-child(3) {
    padding-left: 60px;
    padding-top: 30px;
}
.wul li:last-child{margin-bottom: 0}

.ex-item{
  padding: 40px 45px; border-radius: 15px; background-size: cover;
  position: relative;    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ex-item p{color: #fff}
.ex-bg1{
  background-image: url(../images/ex-bg1.jpg);
}
.ex-bg2{
  background-image: url(../images/ex-bg2.jpg);
}
.ex-bg3{
  background-image: url(../images/ex-bg3.jpg);
}
.ex-bg4{
  background-image: url(../images/ex-bg4.jpg);
}
.ex-icons {
    margin-top: 4em;    margin-bottom: 6em;
}
.ex-num {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    width: 70px;
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.ex-bg1 .ex-num {
      background: #515d81;
}
.ex-bg2 .ex-num {background: #373f5a;}
.ex-bg3 .ex-num {background: #1e2332;}
.ex-bg4 .ex-num {background: #00070f;}

.num1{
   color: #fff;    position: relative;
    top: -13px;
}
.ex-span{ font-family: 'Acrom'; font-weight: normal; font-size: 1.12em;    letter-spacing: -1px; }
.ex-top {
    text-align: center;
}
.exclusions-wrap {
    position: relative;
    padding: 100px 0 60px;
}
.claim-img img{
  border: 1px solid rgb(0 0 0 / 15%);
}
.procedure-img{
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 100%;
    height: 55px; width: 55px; line-height: 55px; text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.procedure-p p{
      font-size: 1em;
    font-family: 'Montserrat';
    position: relative;
    font-weight: normal;
    line-height: 27px;
}
.procedure-item {
    display: flex;  margin-bottom: 2em;
    align-items: center;
}
.procedure-lft {
    padding-right: 35px;  
}
.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.claim-right {
    padding-right: 30px;
}
.warranty-img2.claim-img {
    padding-left: 30px;
}
.commitment-bg{
  position: relative; border-radius: 15px;
}
.commitment-bg-img{width: 100%}
.commitment-content {
    position: absolute;
    top: 60%;
    transform: translate(0%, -50%);
    right: 5%;
    width: 53%;
}


/**/
.new-slider-wrp{
  position: relative; 
}

/**/
.lux-wrap .know-more{
  text-align: center;
    justify-content: center
}
.dark-bg .owl-nav {
    display: none;
}

.plr-0{
  padding-right: 0px !important;
  padding-left: 0px !important
}
.p6 {
    padding: 6px !important;
}

.mt-4{
  margin-top: 4em !important
}
.mt-3{
  margin-top: 3em !important
}
.mt-6
{
  margin-top: 6em !important;
}
.pr-0{padding-right: 0 !important}
.pl-0{padding-left: 0 !important}
/**/

/**/

.inner-box p{font-weight: 500; margin-bottom: 0}
.input-box {
    color: #3f3f3f;
    width: 100%; 
    height: 60px;  font-size: 1em;
    font-family: 'SegoeUI'; font-weight: normal;
    font-style: normal; border-radius: 8px;
    padding: 0 22px;  
}
.contact-form .col-md-6:nth-child(2n){padding-left:0;}
.contact-form textarea{
   height: unset;  padding: 20px 25px 0;
}
.submit-btn {
      border: none;
    color: #fff;
    cursor: pointer;
    background: #124dc6;
    padding: 10px 30px;
        font-family: 'SegoeUI';
    font-weight: normal;
    font-size: 1em;   letter-spacing: 1px;
     border-radius: 10px; margin-top: 20px;
}
.submit-btn:hover,.view-loc:hover{
  background :  #2045a2; color: #fff
}
.enq-box2 {
    padding-left: 35px;
}

.enq-box2 .input-box {
  border: 1px solid rgb(20 20 20 / 23%)
}

/**/


.text-center{
    text-align: center !important; 
}

.mb-3{
    margin-bottom: 3em
}

.d-flex{
    display: flex;
}


ul.slick-dots {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    justify-content: center;
}
.mar0{
    margin: 0
}
/*end*/
.facility-wraper {
    padding: 60px 0;
}


/************************************************** START CONTACT **************************************************/
.hide-menu{ display: none;}
 @media (min-width: 1023px) and (max-width: 1279px) {
 body,li {
     font-size:12px !important;
  }
  .d-container{
     width:100%;
     padding-left: 6%;
     padding-right: 6% 
  } 
 
  .nav-brand img {width: 70%; }

  .hero-text-area {
    font-size: 9px;
  }         
  .featured-text{ line-height: 50px; }
  .fet-span{     line-height: 30px; }
    .side-btn{ padding: 7px 12px; font-size: .8em; right: -40px;letter-spacing: 1px; }
  .side-btn2{   padding: 7px 12px; font-size: .8em; right: -47px;letter-spacing: 1px; }
  .whats-app{
    right: 10px;
    width: 50px;
  }
  .abt-container {
    padding: 35px 0;
  }
  .welcome-title{ line-height: 30px; font-size: 3.3em;}
  .top-pos {
           margin-top: 4em;
        margin-bottom: 1em;
  }
  .abt2 p{ font-size: 1em; line-height: 17px; padding: 15px 20px }
  .sp1 {
    font-size: 2em;
    line-height: 25px;
  } 
  .abt-img {
    margin-right: -45px;
  }
  .welcome-detail {
    padding-left: 55px;
  }
  .why-title{ line-height: 30px;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{     padding: 10px 0; }
  .prj-head,.wr-title{ font-size: 2.3em; line-height: 30px;}
  .partner-border{     padding: 25px }
  .partner-right {
      padding-left: 60px;
  }
  .partner-p p{ line-height: 22px; }
  .line3 {
    width: 70px;top: 10px;
  }
  .wul li{ margin-bottom: 3em;    line-height: 23px;}
  .ex-item{ padding: 25px 30px }
  .claim-right {
    padding-right: 0;
  }
  .procedure-p p{     line-height: 20px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;
  }

   .warranty-norms{ padding: 7px 15px;     font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
    .btm-link p{font-size: 1em}
    .top-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .micon {
    margin-right: 5px;
    width: 20px;
  }
  .icon-f {
    padding-left: 10px;
  }


}


 @media (min-width: 1280px) and (max-width: 1359px) {
  body,li {
         font-size:14px !important;
  }
  .d-container{
    width:100%;
    padding-left: 7%;
    padding-right: 7% 
  }

  .nav-brand img {width: 70%; }
    .hero-text-area {
    font-size: 11px;
  }         
  .featured-text{ line-height: 60px; }
  .fet-span{     line-height: 33px; }
    .side-btn{ padding: 10px 14px; font-size: .9em; right: -55px; }
  .side-btn2{   padding: 10px 14px; font-size: .9em; right: -67px; }
  #plus2 {
    bottom: 44%;
  }
  .whats-app{
    right: 10px;
    width: 50px;
  }
  .abt-container {
    padding: 45px 0;
  }
  .welcome-title{ line-height: 40px; font-size: 3.3em;}
  .top-pos {
           margin-top: 4em;
        margin-bottom: 1em;
  }
  .abt2 p{ font-size: 1em; line-height: 20px; padding: 15px 20px }
  .sp1 {
    font-size: 2em;
    line-height: 25px;
  } 
  .abt-img {
    margin-right: -45px;
  }
  .welcome-detail {
    padding-left: 55px;
  }
  .why-title{ line-height: 30px;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{     padding: 10px 0; }
  .prj-head,.wr-title{ font-size: 2.3em; line-height: 30px;}
  .partner-border{     padding: 25px }
  .partner-right {
      padding-left: 60px;
  }
  .partner-p p{ line-height: 22px; }
  .line3 {
    width: 70px;top: 10px;
  }
  .wul li{ margin-bottom: 3em;    line-height: 23px;}
  .ex-item{ padding: 25px 30px }
  .claim-right {
    padding-right: 0;
  }
  .procedure-p p{     line-height: 20px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
   .warranty-norms{ padding: 7px 15px;     font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
    .top-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .micon {
    margin-right: 5px;
    width: 20px;
  }
  .icon-f {
    padding-left: 10px;
  }

}

 @media (min-width: 1360px) and (max-width: 1399px) {
  body,li {
         font-size:14px !important;
    }
    .d-container{
         width:100%;
         padding-left: 8%;
         padding-right: 8% 
    }
  .nav-brand img {width: 80%; }
  .hero-text-area {
    font-size: 11px;
  }         
  .featured-text{ line-height: 60px; }
  .fet-span{     line-height: 33px; }
    .side-btn{ padding: 12px 14px; font-size: 1em; right: -64px; }
  .side-btn2{   padding: 12px 14px; font-size: 1em; right: -77px; }
  #plus2 {
    bottom: 44%;
  }
  .whats-app{
    right: 10px;
    width: 50px;
  }
  .abt-container {
    padding: 45px 0;
  }
  .welcome-title{ line-height: 40px; font-size: 3.3em;}
  .top-pos {
           margin-top: 5em;
  }
  .abt2 p{ font-size: 1em; line-height: 20px; padding: 15px 20px }
  .sp1 {
    font-size: 2em;
    line-height: 25px;
  } 
  .abt-img {
    margin-right: -45px;
  }
  .welcome-detail {
    padding-left: 55px;
  }
  .why-title{ line-height: 30px;}
  .why-ul li {   line-height: 35px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{     padding: 15px 0; }
  .prj-head,.wr-title{ font-size: 2.3em; line-height: 30px;}
  .partner-border{     padding: 35px }
  .partner-right {
      padding-left: 80px;
  }
  .partner-p p{ line-height: 22px; }
  .line3 {
    width: 70px;top: 10px;
  }
  .wul li{ margin-bottom: 3em;    line-height: 23px;}
  .ex-item{ padding: 25px 30px }
  .claim-right {
    padding-right: 0;
  }
  .procedure-p p{     line-height: 20px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  
.warranty-norms{ padding: 7px 15px;     font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
    .top-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .micon {
    width: 24px;
  }
  .icon-f {
    padding-left: 10px;
  }


}

 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}
   .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
 
 .nav-brand img {width: 80%; }

 .hero-text-area {
    font-size: 12px;
  }         
  .featured-text{ line-height: 65px; }
  .fet-span{     line-height: 33px; }
    .side-btn{ padding: 12px 14px; font-size: 1em; right: -64px; }
  .side-btn2{   padding: 12px 14px; font-size: 1em; right: -77px; }
  #plus2 {
    bottom: 44%;
  }
  .whats-app{
    right: 10px;
    width: 50px;
  }
  .abt-container {
    padding: 45px 0;
  }
  .welcome-title{ line-height: 45px; font-size: 3.3em;}
  .top-pos {
           margin-top: 5em;
  }
  .abt2 p{ font-size: 1em; line-height: 20px; padding: 15px 20px }
  .sp1 {
    font-size: 2em;
    line-height: 25px;
  } 
  .abt-img {
    margin-right: -45px;
  }
  .welcome-detail {
    padding-left: 55px;
  }
  .why-title{ line-height: 35px;}
  .why-ul li {   line-height: 35px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{     padding: 15px 0; }
  .prj-head,.wr-title{ font-size: 2.3em; line-height: 30px;}
  .partner-border{     padding: 35px }
  .partner-right {
      padding-left: 80px;
  }
  .partner-p p{ line-height: 22px; }
  .line3 {
    width: 70px;top: 10px;
  }
  .wul li{ margin-bottom: 3em;    line-height: 23px;}
  .ex-item{ padding: 25px 30px }
  .claim-right {
    padding-right: 0;
  }
  .procedure-p p{     line-height: 20px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .warranty-norms{ padding: 7px 15px;     font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
    .top-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .micon {
    width: 24px;
  }
  .icon-f {
    padding-left: 10px;
  }



}
 @media (min-width: 1441px) and (max-width: 1599px) {
   li,body{font-size:15px !important;}
 .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
 
 .nav-brand img {width: 80%; }
 .hero-text-area {
    font-size: 12px;
  }         
  .featured-text{ line-height: 65px; }
  .fet-span{     line-height: 33px; }
  .side-btn{ padding: 12px 14px; font-size: 1em; right: -64px; }
  .side-btn2{   padding: 12px 14px; font-size: 1em; right: -77px; }
  #plus2 {
    bottom: 44%;
  }
  .whats-app{
    width: 55px;
  }
  .abt-container {
    padding: 45px 0;
  }
  .welcome-title{ line-height: 45px; font-size: 3.3em;}
  .top-pos {
           margin-top: 5em;
  }
  .abt2 p{ font-size: 1em; line-height: 20px; padding: 15px 20px }
  .sp1 {
    font-size: 2em;
    line-height: 25px;
  } 
  .abt-img {
    margin-right: -45px;
  }
  .welcome-detail {
    padding-left: 55px;
  }
  .why-title{ line-height: 35px;}
  .why-ul li {   line-height: 35px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{     padding: 15px 0; }
  .prj-head,.wr-title{ font-size: 2.3em; line-height: 30px;}
  .partner-border{     padding: 35px }
  .partner-right {
      padding-left: 80px;
  }
  .partner-p p{ line-height: 22px; }
  .line3 {
    width: 80px;top: 20px;
  }
  .wul li{ margin-bottom: 3em;  }
  .ex-item{ padding: 25px 30px }
  .claim-right {
    padding-right: 0;
  }
  .procedure-p p{     line-height: 20px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;
  }

  .warranty-norms{ padding: 9px 15px;     font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
    .top-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .micon {
    width: 24px;
  }
  .icon-f {
    padding-left: 10px;
  }


}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}


 .whats-app{
    width: 60px
   }
  .d-container{
       width:100%;
       padding-left:8%;
       padding-right:8% 
  }

#button{
  height: 40px; width: 40px; line-height: 40px
}

  .abt2 p{ font-size: 1em; line-height: 20px; padding: 15px 20px }
  .sp1 {
    font-size: 2em;
    line-height: 25px;
  } 
  .abt-img {
    margin-right: -45px;
  }
  .welcome-detail {
    padding-left: 55px;
  }
}
 @media (min-width:1681px){
     body {
         font-size:16px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
}

}
 

 @media (max-width:420px) { 
    body,li {
       font-size:14px !important;
  }
  p{font-size: 1em; line-height: 1.7}
  .d-container { padding-left: 5%!important; padding-right: 5%!important; }

  .whats-app{width: 45px;right: 10px;}

    .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}
  
  .nav-brand img {width: 65%; }
  .footer-address{display: block;}
  .hero-text-area {
         text-align: center;
        font-size: 9px; left: 0;
        width: 100%;    top: 35%;
  }

  .featured-text span {
    letter-spacing: -1px;
  }         
  .featured-text{ line-height: 50px; letter-spacing: -3px; text-align: center;}
  .fet-span{    letter-spacing: -1px;line-height: 30px; }

  .abt-container {
    padding: 20px 0;
  }
  .welcome-top2,.welcome-top {
    font-size: 1.1em;
    line-height: 30px;
  }
  .abt-con1{display: block;        text-align: center;}
  .welcome-title{ line-height: 30px; font-size: 2.3em;}
  .top-pos {
              margin-top: 3em;
        margin-bottom: 0em;
  }
  .abt2 p{ font-size: 1em; line-height: 17px;  position: unset; transform: unset;
    padding: 15px 20px; 
    margin-top: 1em  }
    .abt2{
      background-image: url(../images/roof-bg.jpg); background-size: cover;
      border-radius: 15px;
    }
  .sp1 {
    font-size: 1.7em;
    line-height: 25px;
  } 
  .sp2 {
    font-size: 1.4em;
  }
  .sp3 {
    font-size: 1.4em;
  }
  .title-right{padding-left: 0;     font-size: 1.1em;
    line-height: 23px;}
  .product-top{display: block;margin-bottom: 2em;text-align: center;}
  .abt-img,.abt2 img {
   display: none;
  }
  .welcome-detail {
    padding-left: 0px;
  }
  .bg1 {
    height: 130px; object-fit: cover;
  }

  .pro-container {
    padding: 25px 0 30px;
  }
  .iimg{ width: 90px; height: 90px; line-height: 90px }
  .icon-item {
    margin-bottom: 3em;
  }
  .iimg img {
    width: 70px;
  }
  .icon-btm {
    margin-top: 0.5em
  }
  .line1{display: none;}
  .why-title{ line-height: 30px;     font-size: 1.8em;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{ text-align: center; padding: 10px 0; }
  .prj-head { font-size: 1.8em; line-height: 27px; margin-bottom: 6px;}
  .partner-border{     padding: 25px;  margin-top: 3em;}
  .partner-right {
      padding-left:  0px;   padding-top: 1em; text-align: center;
  }
  .partner-row {
    display: block;
  }
  .partner-img {
    margin-right: 0;
  }

  .wr-title{ font-size: 1.4em; line-height: 20px; width: 100%; text-align: center;}
  .partner-p p{ line-height: 22px;     font-size: 1.1em; }
  .line3 {
   display: none;
  }
  .wul li{
       margin-bottom: 1em;
        padding-left: 30px !important;
  }
  .wul li:nth-child(3) {
    padding-top: 0;
  }
  .wul li:before{
    position: absolute; content: ""; top: 10px;
    background: #cccccc; height: 10px; width: 10px; border-radius: 100%; left: 0; 
  }
  .wul {
      margin-top: 1em;
  }
  .exclusions-wrap {
      padding: 30px 0 30px;
  }
  .ex-icons{display: block;    margin-bottom: 2em;}
  .ex-icons .col-md-3:nth-child(4) .ex-item{margin-bottom: 0}
  .ex-item{ padding: 25px 30px; margin-bottom: 3em; text-align: center;}
  .claim-right {
    padding-right: 0;
  }
  .procedure-lft {
    padding-right: 15px;
  }
  .procedure-img{
    height: 45px;
    width: 45px;
    line-height: 45px;
  } 
  .procedure-img img {
    width: 35px;
  }
  .bg3 img {
    height: 50px;
  }
  .products-h3{
        font-size: 1.5em;
    line-height: 25px;
  }
  .warranty-right {
    padding-left: 0;
  }
  .prj-head2 {
    font-size: 1.7em; text-align: center;
    line-height: 35px;
  }
  .products-h3 br,.warranty-img2{display: none;}
  .product-p-content{width: 100%; float: none; text-align: center;}
  .pro-mob{display: block !important; width: 60%; margin: 0 auto;}
   .pro-desk{display: none !important;}
  .product-content{display: block; transform: unset;position: unset; width: 100%; margin-top: 2em;}
  .product-p-head{left: 0; text-align: center;}
  .procedure-p p{     line-height: 24px; }
  .footer-wraper{ padding: 15px 0 }
  #button{
    display: none;
  }
  .bg2{ padding: 20px 30px; }
  .why-img{display: none;}
  .why-detail{text-align: center;}
  .ser-container{ padding: 5px 0px 30px }
  .serve-row .col-md-3 {
    width: 50%;
    float: left;
  }
  .serve-row .col-md-3:nth-child(2) .ser-img img{
        border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .serve-row .col-md-3:nth-child(3) .ser-img img{
        border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .ser-title{ font-size: 1em;line-height: 19px; }
  .product-top2 {
    margin-bottom: 1.5em;
  }
  .commitment-content{
    background: #f4f4f4;  margin-top: 1em;      padding: 30px; text-align: center;
    position: unset; transform: unset;    width: 100%;}
  .procedure-item{     margin-bottom: 1em; }  
  .commitment-bg-img{ display: none; }
  .copy-right span{display: none;}
  .designed p,.copy-right{letter-spacing: .5px;}
  .btm-link {
        text-align: center;
        justify-content: center;
    }
  .btm-link:nth-child(1),.btm-link:nth-child(2) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .btm-link:nth-child(2) {
    display: block;
  }
  .warranty-norms{ padding: 7px 15px;   margin-top: 6px;   font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
  .icon-f {
    padding-left: 10px;
    justify-content: center;
  }
  .btm-link p{font-size: .9em}
  .micon {
    margin-right: 2px;
    width: 20px;
  }
  #popUp,#popUp2{
    width: 330px; padding: 4% 5% 4%
  }
  .submit-btn1{ padding: 7px 15px }
  .home-img{ object-position: bottom; }

  .side-btn2{   padding: 7px 12px; font-size: .75em; right: -48px;letter-spacing: .5px; }
  #plus2{ bottom: 53%; }
  .top-container {
    padding-left: 2%;
    padding-right: 2%;
  }
}
 @media (min-width:421px) and (max-width:460px){

    body,li {
       font-size:14px !important;
  }
  p{line-height: 1.8; font-size: 1em}
  .d-container { padding-left: 3%; padding-right: 3% }
   .top-container {
    padding-left: 2%;
    padding-right: 2%;
  }


  .whats-app{width: 40px;right: 10px;}

    .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}
  

  .nav-brand img {width: 75%; }
  .footer-address{display: block;}
  .hero-text-area {
         text-align: center;
        font-size: 7px; left: 0;
        width: 100%;    top: 35%;
  }

  .featured-text span {
    letter-spacing: -1px;
  }         
  .featured-text{ line-height: 40px; letter-spacing: -3px; text-align: center;}
  .fet-span{    letter-spacing: -1px;line-height: 30px; }

  .abt-container {
    padding: 20px 0;
  }
  .welcome-top2,.welcome-top {
    font-size: 1.1em;
    line-height: 30px;
  }
  .abt-con1{display: block;        text-align: center;}
  .welcome-title{ line-height: 30px; font-size: 2.3em;}
  .top-pos {
              margin-top: 3em;
        margin-bottom: 0em;
  }
  .abt2 p{ font-size: 1em; line-height: 17px;  position: unset; transform: unset;
    padding: 15px 20px; 
    margin-top: 1em  }
    .abt2{
      background-image: url(../images/roof-bg.jpg); background-size: cover;
      border-radius: 15px;
    }
  .sp1 {
    font-size: 1.7em;
    line-height: 25px;
  } 
  .sp2 {
    font-size: 1.4em;
  }
  .sp3 {
    font-size: 1.4em;
  }
  .title-right{padding-left: 0;     font-size: 1.1em;
    line-height: 23px;}
  .product-top{display: block;margin-bottom: 2em;text-align: center;}
  .abt-img,.abt2 img {
   display: none;
  }
  .welcome-detail {
    padding-left: 0px;
  }
  .bg1 {
    height: 130px; object-fit: cover;
  }

  .pro-container {
    padding: 25px 0 30px;
  }
  .iimg{ width: 90px; height: 90px; line-height: 90px }
  .icon-item {
    margin-bottom: 3em;
  }
  .iimg img {
    width: 70px;
  }
  .icon-btm {
    margin-top: 0.5em
  }
  .line1{display: none;}
  .why-title{ line-height: 30px;     font-size: 1.8em;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{ text-align: center; padding: 10px 0; }
  .prj-head { font-size: 1.8em; line-height: 27px; margin-bottom: 6px;}
  .partner-border{     padding: 25px;  margin-top: 3em;}
  .partner-right {
      padding-left:  0px;   padding-top: 1em; text-align: center;
  }
  .partner-row {
    display: block;
  }
  .partner-img {
    margin-right: 0;
  }

  .wr-title{ font-size: 1.4em; line-height: 20px; width: 100%; text-align: center;}
  .partner-p p{ line-height: 22px;     font-size: 1.1em; }
  .line3 {
   display: none;
  }
  .wul li{
       margin-bottom: 1em;
        padding-left: 30px !important;
  }
  .wul li:nth-child(3) {
    padding-top: 0;
  }
  .wul li:before{
    position: absolute; content: ""; top: 10px;
    background: #cccccc; height: 10px; width: 10px; border-radius: 100%; left: 0; 
  }
  .wul {
      margin-top: 1em;
  }
  .exclusions-wrap {
      padding: 30px 0 30px;
  }
  .ex-icons{display: block;    margin-bottom: 2em;}
  .ex-icons .col-md-3:nth-child(4) .ex-item{margin-bottom: 0}
  .ex-item{ padding: 25px 30px; margin-bottom: 3em; text-align: center;}
  .claim-right {
    padding-right: 0;
  }
  .procedure-lft {
    padding-right: 15px;
  }
  .procedure-img{
    height: 45px;
    width: 45px;
    line-height: 45px;
  } 
  .procedure-img img {
    width: 35px;
  }
  .bg3 img {
    height: 50px;
  }
  .products-h3{
        font-size: 1.5em;
    line-height: 25px;
  }
  .warranty-right {
    padding-left: 0;
  }
  .prj-head2 {
    font-size: 1.7em; text-align: center;
    line-height: 35px;
  }
  .products-h3 br,.warranty-img2{display: none;}
  .product-p-content{width: 100%; float: none; text-align: center;}
  .pro-mob{display: block !important; width: 60%; margin: 0 auto;}
   .pro-desk{display: none !important;}
  .product-content{display: block; transform: unset;position: unset; width: 100%; margin-top: 2em;}
  .product-p-head{left: 0; text-align: center;}
  .procedure-p p{     line-height: 24px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    display: none;
  }
  .bg2{ padding: 20px 30px; }
  .why-img{display: none;}
  .why-detail{text-align: center;}
  .ser-container{ padding: 5px 0px 30px }
  .serve-row .col-md-3 {
    width: 50%;
    float: left;
  }
  .serve-row .col-md-3:nth-child(2) .ser-img img{
        border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .serve-row .col-md-3:nth-child(3) .ser-img img{
        border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .ser-title{ font-size: 1em;line-height: 19px; }
  .product-top2 {
    margin-bottom: 1.5em;
  }
  .commitment-content{
    background: #f4f4f4;  margin-top: 1em;      padding: 30px; text-align: center;
    position: unset; transform: unset;    width: 100%;}
  .procedure-item{     margin-bottom: 1em; }  
  .commitment-bg-img{ display: none; }
  .copy-right span{display: none;}
  .designed p,.copy-right{letter-spacing: .5px;}
  .btm-link {
        text-align: center;
        justify-content: center;
    }
  .btm-link:nth-child(1),.btm-link:nth-child(2) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .btm-link:nth-child(2) {
    display: block;
  }
  .warranty-norms{ padding: 7px 15px;   margin-top: 6px;   font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
  .icon-f {
    padding-left: 10px;
    justify-content: center;
  }
  .btm-link p{font-size: 1em}
  .micon {
    margin-right: 2px;
    width: 20px;
  }
  #popUp,#popUp2{
    width: 330px; padding: 4% 5% 4%
  }
  .submit-btn1{ padding: 7px 15px }
  
    .side-btn2{   padding: 7px 12px; font-size: .75em; right:  -52px;letter-spacing: .5px; }
  #plus2{ bottom: 53%; }
} 
 @media (min-width:461px) and (max-width:560px){

    body,li {
       font-size:14px !important;
  }
  .d-container { padding-left: 3%; padding-right: 3% }
   p{line-height: 1.8; font-size: 1em}
    
  .whats-app{width: 40px;right: 10px;}

    .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    background: #124dc6;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}

  .nav-brand img {width: 75%; }
  .footer-address{display: block;}
  .hero-text-area {
         text-align: center;
        font-size: 8px; left: 0;
        width: 100%;    top: 35%;
  }

  .featured-text span {
    letter-spacing: -1px;
  }         
  .featured-text{ line-height: 45px; letter-spacing: -3px; text-align: center;}
  .fet-span{    letter-spacing: -1px;line-height: 30px; }

  .abt-container {
    padding: 20px 0;
  }
  .welcome-top2,.welcome-top {
    font-size: 1.1em;
    line-height: 30px;
  }
  .abt-con1{display: block;        text-align: center;}
  .welcome-title{ line-height: 30px; font-size: 2.3em;}
  .top-pos {
              margin-top: 3em;
        margin-bottom: 0em;
  }
  .abt2 p{ font-size: 1em; line-height: 17px;  position: unset; transform: unset;
    padding: 15px 20px; 
    margin-top: 1em  }
    .abt2{
      background-image: url(../images/roof-bg.jpg); background-size: cover;
      border-radius: 15px;
    }
  .sp1 {
    font-size: 1.7em;
    line-height: 25px;
  } 
  .sp2 {
    font-size: 1.4em;
  }
  .sp3 {
    font-size: 1.4em;
  }
  .title-right{padding-left: 0;     font-size: 1.1em;
    line-height: 23px;}
  .product-top{display: block;margin-bottom: 2em;text-align: center;}
  .abt-img,.abt2 img {
   display: none;
  }
  .welcome-detail {
    padding-left: 0px;
  }
  .bg1 {
    height: 130px; object-fit: cover;
  }

  .pro-container {
    padding: 25px 0 30px;
  }
  .iimg{ width: 90px; height: 90px; line-height: 90px }
  .icon-item {
    margin-bottom: 3em;
  }
  .iimg img {
    width: 70px;
  }
  .icon-btm {
    margin-top: 0.5em
  }
  .line1{display: none;}
  .why-title{ line-height: 30px;     font-size: 1.8em;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{ text-align: center; padding: 10px 0; }
  .prj-head { font-size: 1.8em; line-height: 27px; margin-bottom: 6px;}
  .partner-border{     padding: 25px;  margin-top: 3em;}
  .partner-right {
      padding-left:  0px;   padding-top: 1em; text-align: center;
  }
  .partner-row {
    display: block;
  }
  .partner-img {
    margin-right: 0;
  }

  .wr-title{ font-size: 1.4em; line-height: 20px; width: 100%; text-align: center;}
  .partner-p p{ line-height: 22px;     font-size: 1.1em; }
  .line3 {
   display: none;
  }
  .wul li{
       margin-bottom: 1em;
        padding-left: 30px !important;
  }
  .wul li:nth-child(3) {
    padding-top: 0;
  }
  .wul li:before{
    position: absolute; content: ""; top: 10px;
    background: #cccccc; height: 10px; width: 10px; border-radius: 100%; left: 0; 
  }
  .wul {
      margin-top: 1em;
  }
  .exclusions-wrap {
      padding: 30px 0 30px;
  }
  .ex-icons{display: block;    margin-bottom: 2em;}
  .ex-icons .col-md-3:nth-child(4) .ex-item{margin-bottom: 0}
  .ex-item{ padding: 25px 30px; margin-bottom: 3em; text-align: center;}
  .claim-right {
    padding-right: 0;
  }
  .procedure-lft {
    padding-right: 15px;
  }
  .procedure-img{
    height: 45px;
    width: 45px;
    line-height: 45px;
  } 
  .procedure-img img {
    width: 35px;
  }
  .bg3 img {
    height: 50px;
  }
  .products-h3{
        font-size: 1.5em;
    line-height: 25px;
  }
  .warranty-right {
    padding-left: 0;
  }
  .prj-head2 {
    font-size: 1.7em; text-align: center;
    line-height: 35px;
  }
  .products-h3 br,.warranty-img2{display: none;}
  .product-p-content{width: 100%; float: none; text-align: center;}
  .pro-mob{display: block !important; width: 60%; margin: 0 auto;}
   .pro-desk{display: none !important;}
  .product-content{display: block; transform: unset;position: unset; width: 100%; margin-top: 2em;}
  .product-p-head{left: 0; text-align: center;}
  .procedure-p p{     line-height: 24px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    display: none;
  }
  .bg2{ padding: 20px 30px; }
  .why-img{display: none;}
  .why-detail{text-align: center;}
  .ser-container{ padding: 5px 0px 30px }
  .serve-row .col-md-3 {
    width: 50%;
    float: left;
  }
  .serve-row .col-md-3:nth-child(2) .ser-img img{
        border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .serve-row .col-md-3:nth-child(3) .ser-img img{
        border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .ser-title{ font-size: 1em;line-height: 19px; }
  .product-top2 {
    margin-bottom: 1.5em;
  }
  .commitment-content{
    background: #f4f4f4;  margin-top: 1em;      padding: 30px; text-align: center;
    position: unset; transform: unset;    width: 100%;}
  .procedure-item{     margin-bottom: 1em; }  
  .commitment-bg-img{ display: none; }
  .copy-right span{display: none;}
  .designed p,.copy-right{letter-spacing: .5px;}
  .btm-link {
        text-align: center;
        justify-content: center;
    }
  .btm-link:nth-child(1),.btm-link:nth-child(2) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
 
  .warranty-norms{ padding: 7px 15px;   margin-top: 6px;   font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
  .icon-f {
    padding-left: 10px;
    justify-content: center;
  }
  .btm-link p{font-size: 1em}
  .micon {
    margin-right: 2px;
    width: 20px;
  }
  #popUp,#popUp2{
    width: 330px; padding: 4% 5% 4%
  }
  .submit-btn1{ padding: 7px 15px }
   .side-btn2{   padding: 7px 12px; font-size: .85em; right:  -52px;letter-spacing: .5px; }
  #plus2{ bottom: 53%; }

}
 @media (min-width:561px) and (max-width:680px){

   body,li {
       font-size:14px !important;
  }

   p{line-height: 1.8; font-size: 1em}
  .d-container { padding-left: 3%; padding-right: 3% }
    .whats-app{width: 40px;right: 10px;}

    .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}
  
  
  .nav-brand img {width: 75%; }
  .footer-address{display: block;}
  .hero-text-area {
         text-align: center;
        font-size: 8px; left: 0;
        width: 100%;    top: 35%;
  }

  .featured-text span {
    letter-spacing: -1px;
  }         
  .featured-text{ line-height: 45px; letter-spacing: -3px; text-align: center;}
  .fet-span{    letter-spacing: -1px;line-height: 30px; }

  .abt-container {
    padding: 20px 0;
  }
  .welcome-top2,.welcome-top {
    font-size: 1.1em;
    line-height: 30px;
  }
  .abt-con1{display: block;        text-align: center;}
  .welcome-title{ line-height: 30px; font-size: 2.3em;}
  .top-pos {
              margin-top: 3em;
        margin-bottom: 0em;
  }
  .abt2 p{ font-size: 1em; line-height: 17px;  position: unset; transform: unset;
    padding: 15px 20px; 
    margin-top: 1em  }
    .abt2{
      background-image: url(../images/roof-bg.jpg); background-size: cover;
      border-radius: 15px;
    }
  .sp1 {
    font-size: 1.7em;
    line-height: 25px;
  } 
  .sp2 {
    font-size: 1.4em;
  }
  .sp3 {
    font-size: 1.4em;
  }
  .title-right{padding-left: 0;     font-size: 1.1em;
    line-height: 23px;}
  .product-top{display: block;margin-bottom: 2em;text-align: center;}
  .abt-img,.abt2 img {
   display: none;
  }
  .welcome-detail {
    padding-left: 0px;
  }
  .bg1 {
    height: 130px; object-fit: cover;
  }

  .pro-container {
    padding: 25px 0 30px;
  }
  .iimg{ width: 90px; height: 90px; line-height: 90px }
  .icon-item {
    margin-bottom: 3em;
  }
  .iimg img {
    width: 70px;
  }
  .icon-btm {
    margin-top: 0.5em
  }
  .line1{display: none;}
  .why-title{ line-height: 30px;     font-size: 1.8em;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{ text-align: center; padding: 10px 0; }
  .prj-head { font-size: 1.8em; line-height: 27px; margin-bottom: 6px;}
  .partner-border{     padding: 25px;  margin-top: 3em;}
  .partner-right {
      padding-left:  0px;   padding-top: 1em; text-align: center;
  }
  .partner-row {
    display: block;
  }
  .partner-img {
    margin-right: 0;
  }

  .wr-title{ font-size: 1.4em; line-height: 20px; width: 100%; text-align: center;}
  .partner-p p{ line-height: 22px;     font-size: 1.1em; }
  .line3 {
   display: none;
  }
  .wul li{
       margin-bottom: 1em;
        padding-left: 30px !important;
  }
  .wul li:nth-child(3) {
    padding-top: 0;
  }
  .wul li:before{
    position: absolute; content: ""; top: 10px;
    background: #cccccc; height: 10px; width: 10px; border-radius: 100%; left: 0; 
  }
  .wul {
      margin-top: 1em;
  }
  .exclusions-wrap {
      padding: 30px 0 30px;
  }
  .ex-icons{ flex-wrap: wrap;   margin-bottom: 2em;}
  .ex-icons .col-md-3 {
    width: 50%;margin-bottom: 3em;
    float: left;
  }
  .ex-icons .col-md-3:nth-child(4) .ex-item{margin-bottom: 0}
  .ex-item{ padding: 25px 30px;  text-align: center;}
  .claim-right {
    padding-right: 0;
  }
  .procedure-lft {
    padding-right: 15px;
  }
  .procedure-img{
    height: 45px;
    width: 45px;
    line-height: 45px;
  } 
  .procedure-img img {
    width: 35px;
  }
  .bg3 img {
    height: 50px;
  }
  .products-h3{
        font-size: 1.5em;
    line-height: 25px;
  }
  .warranty-right {
    padding-left: 0;
  }
  .prj-head2 {
    font-size: 1.7em; text-align: center;
    line-height: 35px;
  }
  .products-h3 br,.warranty-img2{display: none;}
  .product-p-content{width: 100%; float: none; text-align: center;}
  .pro-mob{display: block !important; width: 50%; margin: 0 auto;}
   .pro-desk{display: none !important;}
  .product-content{display: block; transform: unset;position: unset; width: 100%; margin-top: 2em;}
  .product-p-head{left: 0; text-align: center;}
  .procedure-p p{     line-height: 24px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    display: none;
  }
  .bg2{ padding: 25px 35px }
  .why-img{display: none;}
  .why-detail{text-align: center;}
  .ser-container{ padding: 5px 0px 30px }
  .serve-row .col-md-3 {
    width: 50%;
    float: left;
  }
  .serve-row .col-md-3:nth-child(2) .ser-img img{
        border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .serve-row .col-md-3:nth-child(3) .ser-img img{
        border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .ser-title{ font-size: 1em;line-height: 19px; }
  .product-top2 {
    margin-bottom: 1.5em;
  }
  .commitment-content{
    background: #f4f4f4;  margin-top: 1em;      padding: 30px; text-align: center;
    position: unset; transform: unset;    width: 100%;}
  .procedure-item{     margin-bottom: 1em; }  
  .commitment-bg-img{ display: none; }
  .designed p,.copy-right{letter-spacing: .5px;}
  .btm-link {
        text-align: center;
        justify-content: center;
    }
  .btm-link:nth-child(1),.btm-link:nth-child(2) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
 
  .warranty-norms{ padding: 7px 15px;   margin-top: 10px;   font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
  .icon-f {
    padding-left: 10px;
    justify-content: center;
  }
  .micon {
    margin-right: 7px;
    width: 20px;
  }
   #popUp,#popUp2{
    width: 330px; padding: 4% 5% 4%
  }
  .submit-btn1{ padding: 7px 15px }
   .side-btn2{   padding: 8px 12px; font-size: .85em; right:  -52px;letter-spacing: .5px; }
  #plus2{ bottom: 53%; }
  .home-img {
      object-position: 100% 80%;
  }

  
}
 @media (min-width:681px) and (max-width: 768px){

    body,li {
       font-size:14px !important;
  }
   .d-container { padding-left: 3%; padding-right: 3% }
 
   p{line-height: 1.8; font-size: 1em}
  .whats-app{width: 40px;right: 10px;}
 .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}
  .side-btn2{   padding: 5px 10px; font-size: .75em; right:  -49px;letter-spacing: .5px; }
  #plus2{ bottom: 54%}
  .nav-brand img {width: 75%; }
  .footer-address{display: block;}
  .hero-text-area {
         text-align: center;
        font-size: 8px; left: 0;
        width: 100%;    top: 35%;
  }

  .featured-text span {
    letter-spacing: -1px;
  }         
  .featured-text{ line-height: 45px; letter-spacing: -3px; text-align: center;}
  .fet-span{    letter-spacing: -1px;line-height: 30px; }

  .abt-container {
    padding: 20px 0;
  }
  .welcome-top2,.welcome-top {
    font-size: 1.1em;
    line-height: 30px;
  }
  .abt-con1{display: block;        text-align: center;}
  .welcome-title{ line-height: 30px; font-size: 2.3em;}
  .top-pos {
              margin-top: 3em;
        margin-bottom: 0em;
  }
  .abt2 p{ font-size: 1em; line-height: 17px;  
    padding: 15px 20px; 
    margin-top: 1em  }
  .why-ul{
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sp1 {
    font-size: 1.7em;
    line-height: 25px;
  } 
  .sp2 {
    font-size: 1.4em;
  }
  .sp3 {
    font-size: 1.4em;
  }
  .title-right{padding-left: 0;     font-size: 1.1em;
    line-height: 23px;}
  .product-top{display: block;margin-bottom: 2em;text-align: center;}
  .abt-img  {
   display: none;
  }
  .welcome-detail {
    padding-left: 0px;
  }
  .bg1 {
    height: 130px; object-fit: cover;
  }

  .pro-container {
    padding: 25px 0 30px;
  }
  .iimg{ width: 90px; height: 90px; line-height: 90px }
  .icon-item {
    margin-bottom: 3em;
  }
  .iimg img {
    width: 70px;
  }
  .icon-btm {
    margin-top: 0.5em
  }
  .line1{display: none;}
  .why-title{ line-height: 30px;     font-size: 1.8em;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{ text-align: center; padding: 10px 0; }
  .prj-head { font-size: 1.8em; line-height: 27px; margin-bottom: 6px;}
  .partner-border{     padding: 25px;  margin-top: 3em;}
  .partner-right {
      padding-left:  0px;   padding-top: 1em; text-align: center;
  }
  .partner-row {
    display: block;
  }
  .partner-img {
    margin-right: 0;
  }

  .wr-title{ font-size: 1.4em; line-height: 20px; width: 100%; text-align: center;}
  .partner-p p{ line-height: 22px;     font-size: 1.1em; }
  .line3 {
   display: none;
  }
  .wul li{
       margin-bottom: 1em;
        padding-left: 30px !important;
  }
  .wul li:nth-child(3) {
    padding-top: 0;
  }
  .wul li:before{
    position: absolute; content: ""; top: 10px;
    background: #cccccc; height: 10px; width: 10px; border-radius: 100%; left: 0; 
  }
  .wul {
      margin-top: 1em;
  }
  .exclusions-wrap {
      padding: 30px 0 30px;
  }
  .ex-icons{ flex-wrap: wrap;   margin-bottom: 2em;}
  .ex-icons .col-md-3 {
    width: 50%;margin-bottom: 3em;
    float: left;
  }
  .ex-icons .col-md-3:nth-child(4) .ex-item{margin-bottom: 0}
  .ex-item{ padding: 25px 30px;  text-align: center;}
  .claim-right {
    padding-right: 0;
  }
  .procedure-lft {
    padding-right: 15px;
  }
  .procedure-img{
    height: 45px;
    width: 45px;
    line-height: 45px;
  } 
  .procedure-img img {
    width: 35px;
  }
 
  .products-h3{
        font-size: 1.5em;
  }
  .warranty-right {
    padding-left: 0;
  }
  .prj-head2 {
    font-size: 1.7em; text-align: center;
    line-height: 35px;
  }
  .products-h3 br,.warranty-img2{display: none;}
  .product-p-content{width: 100%; float: none; text-align: center;}
  .product-content{display: block; transform: unset;position: unset; width: 100%; margin-top: 2em;}
  .product-p-head{left: 0; text-align: center;}
  .procedure-p p{     line-height: 24px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    display: none;
  }
  .bg2{ padding: 25px 35px }
  .why-img{display: none;}
  .why-detail{text-align: center;}
  .ser-container{ padding: 5px 0px 30px }
  .serve-row .col-md-3 {
    width: 25%;
    float: left;
  }

  .ser-title{ font-size: 1em;line-height: 19px; }
  .product-top2 {
    margin-bottom: 1.5em;
  }
  .commitment-content{
    background: #f4f4f4;  margin-top: 1em;      padding: 30px; text-align: center;
    position: unset; transform: unset;    width: 100%;}
  .procedure-item{     margin-bottom: 1em; }  
  .commitment-bg-img{ display: none; }
  .designed p,.copy-right{letter-spacing: .5px;}
  .btm-link {
        text-align: center;
        justify-content: center;
    }
   .btm-link:nth-child(1),.btm-link:nth-child(2) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0; margin-bottom: 10px;
  }
 
  .warranty-norms{ padding: 7px 15px;     font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
  .icon-f {
    padding-left: 10px;
    justify-content: center;
  }
  .micon {
    margin-right: 7px;
    width: 20px;
  }
  #popUp{
    width: 330px; padding: 4% 5% 4%
  }
  .submit-btn1{ padding: 7px 15px }
  .home-img {
      object-position: 100% 80%;
  }

}

 @media  (max-width: 768px){ 
.header-contact {
    justify-content: center;
}
.logo{
      margin: 0 auto;   background: #adcedf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wh-top{display: none;}
.side-form-title { margin-bottom: 7px; }
img.wh-img.mob-vew{display: block !important;}

.bredcum-wraper{ padding-top: 10px }
  
  .sexy-menu.detached .header-phone {
    margin: 0 !important; }



.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
         font-weight: normal;
    font-family: 'InterTight'; text-transform: capitalize;
}
    .hide-menu a i {
        display: block;
        justify-content: center;
        background: linear-gradient(270deg, #d44798 0%, #7b3a62 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        margin: 0 auto 10px;
        font-size: 1.6em;
    }

 .desk-view{
       display: none !important 
  }
   .mob-view{
       display: block !important; width: 100% 
  }

  .nav-menu>li>a
  {
      color: #fff !important; 
  }

   .nav-toggle, .navigation-hidden .nav-header {display: block !important;}
    
.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block;
}
   
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px
}
.home-img {
    height: 100vh!important;
    width: 100%;
    object-fit: cover;
}

}



 @media (min-width:769px) and (max-width:991px){
      body,li {
       font-size:14px !important;
  }
   .d-container{
         width:100%;
         padding-left: 3%;
         padding-right: 3% 
    }

      .side-btn{ padding: 7px 12px; font-size: .8em; right: -42px;letter-spacing: .5px; }
  .side-btn2{   padding: 7px 12px; font-size: .8em; right:  -52px;letter-spacing: .5px; }
       .nav-brand img {width: 60%; }
  .footer-address{display: block;}
  .hero-text-area {
        font-size: 8px; 
  }

  .featured-text span {
    letter-spacing: -1px;
  }         
  .featured-text{ line-height: 45px; letter-spacing: -3px; text-align: center;}
  .fet-span{    letter-spacing: -1px;line-height: 30px; }

  .abt-container {
    padding: 20px 0;
  }
  .welcome-top2,.welcome-top {
    font-size: 1.1em;
    line-height: 30px;
  }
  .abt-con1{display: block;        text-align: center;}
  .welcome-title{ line-height: 30px; font-size: 2.3em;}
  .top-pos {
              margin-top: 3em;
        margin-bottom: 0em;
  }
  .abt2 p{ font-size: 1em; line-height: 17px;  
    padding: 15px 20px; 
    margin-top: 1em  }
  .why-ul{
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sp1 {
    font-size: 1.7em;
    line-height: 25px;
  } 
  .sp2 {
    font-size: 1.4em;
  }
  .sp3 {
    font-size: 1.4em;
  }
  .title-right{padding-left: 0;     font-size: 1.1em;
    line-height: 23px;}
  .product-top{display: block;margin-bottom: 2em;text-align: center;}
  .abt-img  {
   display: none;
  }
  .welcome-detail {
    padding-left: 0px;
  }
  .bg1 {
    height: 130px; object-fit: cover;
  }

  .pro-container {
    padding: 25px 0 30px;
  }
  .iimg{ width: 90px; height: 90px; line-height: 90px }
  .icon-item {
    margin-bottom: 3em;
  }
  .iimg img {
    width: 70px;
  }
  .icon-btm {
    margin-top: 0.5em
  }
  .line1{display: none;}
  .why-title{ line-height: 30px;     font-size: 1.8em;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{ text-align: center; padding: 10px 0; }
  .prj-head { font-size: 1.8em; line-height: 27px; margin-bottom: 6px;}
  .partner-border{     padding: 25px;  margin-top: 3em;}
  .partner-right {
      padding-left:  0px;   padding-top: 1em; text-align: center;
  }
  .partner-row {
    display: block;
  }
  .partner-img {
    margin-right: 0;
  }

  .wr-title{ font-size: 1.4em; line-height: 20px; width: 100%; text-align: center;}
  .partner-p p{ line-height: 22px;     font-size: 1.1em; }
  .line3 {
   display: none;
  }
  .wul li{
       margin-bottom: 1em;
        padding-left: 30px !important;
  }
  .wul li:nth-child(3) {
    padding-top: 0;
  }
  .wul li:before{
    position: absolute; content: ""; top: 10px;
    background: #cccccc; height: 10px; width: 10px; border-radius: 100%; left: 0; 
  }
  .wul {
      margin-top: 1em;
  }
  .exclusions-wrap {
      padding: 30px 0 30px;
  }
  .ex-icons{ flex-wrap: wrap;   margin-bottom: 2em;}
  .ex-icons .col-md-3 {
    width: 50%;margin-bottom: 3em;
    float: left;
  }
  .ex-icons .col-md-3:nth-child(4) .ex-item{margin-bottom: 0}
  .ex-item{ padding: 25px 30px;  text-align: center;}
  .claim-right {
    padding-right: 0;
  }
  .procedure-lft {
    padding-right: 15px;
  }
  .procedure-img{
    height: 45px;
    width: 45px;
    line-height: 45px;
  } 
  .procedure-img img {
    width: 35px;
  }
 
  .products-h3{
        font-size: 1.5em;
  }
  .warranty-right {
    padding-left: 0;
  }
  .prj-head2 {
    font-size: 1.7em; text-align: center;
    line-height: 35px;
  }
  .products-h3 br,.warranty-img2{display: none;}
  .product-p-content{width: 100%; float: none; text-align: center;}
  .product-content{display: block; transform: unset;position: unset; width: 100%; margin-top: 2em;}
  .product-p-head{left: 0; text-align: center;}
  .procedure-p p{     line-height: 24px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    display: none;
  }
  .bg2{ padding: 25px 35px }
  .why-img{display: none;}
  .why-detail{text-align: center;}
  .ser-container{ padding: 5px 0px 30px }
  .serve-row .col-md-3 {
    width: 25%;
    float: left;
  }

  .ser-title{ font-size: 1em;line-height: 19px; }
  .product-top2 {
    margin-bottom: 1.5em;
  }
  .commitment-content{
    background: #f4f4f4;  margin-top: 1em;      padding: 30px; text-align: center;
    position: unset; transform: unset;    width: 100%;}
  .procedure-item{     margin-bottom: 1em; }  
  .commitment-bg-img{ display: none; }
  .designed p,.copy-right{letter-spacing: .5px;}
  .btm-link {
        text-align: center;
        justify-content: center;
    }
 .btm-link:nth-child(1),.btm-link:nth-child(2) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0; margin-bottom: 6px;
  }
 
  .warranty-norms{ padding: 7px 15px;     font-size: 1em;
    line-height: 16px;    letter-spacing: 1px; }
  .icon-f {
    padding-left: 10px;
    justify-content: center;
  }
  .micon {
    margin-right: 7px;
    width: 20px;
  }
  #popUp{
    width: 330px; padding: 4% 5% 4%
  }
  .submit-btn1{ padding: 7px 15px }
 
}
 @media (min-width:992px) and (max-width:1022px){
   body,li {
       font-size:14px !important;
  }
   .d-container{
         width:100%;
         padding-left: 4%;
         padding-right: 4% 
    }
.nav-brand img {width: 70%; }
  .nav-brand img {width: 70%; }

  .hero-text-area {
    font-size: 9px;
  }         
  .featured-text{ line-height: 50px; }
  .fet-span{     line-height: 30px; }
      .side-btn{ padding: 7px 12px; font-size: .8em; right: -42px;letter-spacing: .5px; }
  .side-btn2{   padding: 7px 12px; font-size: .8em; right:  -52px;letter-spacing: .5px; }
  .whats-app{
    right: 10px;
    width: 50px;
  }
  .abt-container {
    padding: 35px 0;
  }
  .welcome-title{ line-height: 30px; font-size: 3.3em;}
  .top-pos {
           margin-top: 4em;
        margin-bottom: 1em;
  }
  .abt2 p{ font-size: 1em; line-height: 17px; padding: 15px 20px }
  .sp1 {
    font-size: 2em;
    line-height: 25px;
  } 
  .abt-img {
    margin-right: -45px;
  }
  .welcome-detail {
    padding-left: 55px;
  }
  .why-title{ line-height: 30px;}
  .why-ul li {   line-height: 30px;    padding-left: 35px;}
  .why-ul li:before{ height: 20px; width: 20px;     top: 5px;}
  .why-p{     padding: 10px 0; }
  .prj-head,.wr-title{ font-size: 2.3em; line-height: 30px;}
  .partner-border{     padding: 25px }
  .partner-right {
      padding-left: 60px;
  }
  .partner-p p{ line-height: 22px; }
  .line3 {
    width: 70px;top: 10px;
  }
  .wul li{ margin-bottom: 3em;    line-height: 23px;}
  .ex-item{ padding: 25px 30px }
  .claim-right {
    padding-right: 0;
  }
  .procedure-p p{     line-height: 20px; }
  .footer-wraper{ padding: 25px 0 }
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .btm-link:nth-child(1), .btm-link:nth-child(2) {
    padding-right: 15px;
    margin-right: 15px;
  }
   .warranty-norms{ padding: 7px 15px;     font-size: .9em;
    line-height: 16px;    letter-spacing: 1px; }
    .btm-link p{font-size: .9em}
    .top-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .micon {
    margin-right: 5px;
    width: 20px;
  }
  .icon-f {
    padding-left: 10px;
  }
}
@media (max-width:992px) {
#button{display: none;}
}


