* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
    url('../fonts/Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



:root {
  --primary-color: #6a2875;
  --secondary-color: #82c341;
  --black-color: #000000;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  font-weight: 700;
}

p,
li,
a {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  color: #4b4b4b;
}

/*.container{*/
/*    width: 1270px ;*/
/*}*/

.form-control {
  border-radius: 2px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.sticky {
    position: fixed;
    top:0;
    left: 0;
    z-index: 99;
    animation: slidetop 1s ease-in-out backwards;
    background-color: #000;
}

@keyframes slidetop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.sticky .logo-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.sticky .navbar-links {
  width: 50%;
  margin-top: 0;
}

.sticky .navbar-social {
  margin-top: 0px;
}

.navbar-links ul {
  display: flex;
}

.navbar-links ul li a {
  margin-left: 37px;
  color: white;
  cursor: pointer;
}


.navbar-links ul li:hover {
  color: #eb4109;
}


.logo-img {
  width: 10%;
}

.navbar-links {
  /*width: 50%;*/
  margin-top: -50px;
}

.navbar-social {
  /*width: 40%;*/
  display: flex;
  justify-content: center;
  margin-top: -50px;
}

.navbar-social-phone {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: 30px;
  position: relative;
}

.ct-img2 a {
  position: relative;
}

.ct-img2 a:before {
  content: "→";
  /* background-image: url(../images/arrow_right.png); */
  /* background-repeat: no-repeat; */
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  position: absolute;
  right: 139px;
  top: -8px;
  color: #eb4109;
  font-weight: 900;
  display:none;
}

.ct-img2 i {
  margin-left: 12px;
  color: #fff;
  font-size: 15px;
  background-color: #eb4109;
  padding: 7px;
  margin-right: 10px;
  z-index: 999;
}

.ct-img2 span {
  font-size: 15px;
  font-weight: 600;
  margin-left: -7px;
  color: white;
}

.ct-img2 a {
  color: white;
  margin: 0;
  padding: 0;
}

header {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.header-sider-box {
  position: absolute;
  top: 30%;
}

.header-sider-img img {
  width: 100%;
  min-height: 100vh;
}

.header-sider-box h4 {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  /* justify-content: inherit; */
  align-items: center;
  /* padding-left: 34px; */
}

.header-sider-box h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    width: 610px;
}

.header-sider-btn a {
  background-color: #eb4109;
  padding: 8px 26px;
  color: white;
  font-weight: 500;
  font-size: 16px;
}

.header-sider-btn {
  margin-top: 40px;
}

.about-head h4 {
  font-size: 22px;
  color: #eb4109;
  text-transform: uppercase;
}

.about-head h2 {
  color: black;
  font-size: 40px;
  font-weight: 700;
}

.about-head {
  text-align: center;
  padding: 50px 0px;
}

.about-head {
  text-align: center;
  padding: 50px 0px;
  width: 500px;
  margin: auto;
}

.about-img img {
  width: 350px;
  height: 400px;
  background-color: rgb(0, 0, 0);
}

section.about-skylon {
  padding: 50px 0px;
}

.about-skylon-header h4 {
  color: #eb4109;
  font-size: 20px;
  text-transform: uppercase;

}

.about-skylon-header h2 {
  font-size: 40px;
  font-weight: 800;
}

section.why-call {
  background-image: url(../img/Untitled-2.jpg);
  padding: 90px 0px;
  margin-bottom: 60px;
  margin-top: 170px;
}

.why-choose-head h2 {
  font-size: 40px;
}

.why-back h4 {
  font-size: 24px;
  color: white;
  width: 432px;
  text-transform: capitalize;
  text-decoration: inherit;
  font-style: italic;
  line-height: 42px;
  word-spacing: 2px;
}

.why-back span a {
  font-size: 42px;
  color: white;
  font-weight: 700;
}

.why-back i {
  color: #eb4109;
  /* margin-left: 20px; */
  font-size: 40px;
  margin-right: 9px;
  transform: rotate(19deg);
}

.why-call-btn a {
  padding: 7px 26px;
  background: #eb4109;
  margin-right: 10px;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.why-call-btn {
  margin-top: 40px;
}

.about-head-2 {
  text-align: center;
}

.why-choose-head {
  text-align: center;
  padding-bottom: 40px;
}

.why-choose-img {
    margin: auto;
    text-align: center;
}

.why-choose-img img {
  width: 85%;
}

section.why-choose {
  margin: 50px 0px;
}

.why-choose-p {
  padding: 0px 0px;
}


.mask_box {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
}

.mask_box h4 {
  color: #fff;
  font-size: 15px;
  margin: 0;
      text-transform: capitalize;
  padding-top: 10px;
}

.gallery-item .auto:hover .mask_box {
  opacity: 1;
}

/* Basic styles, you can customize further */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.about-head-2 h4 {
  color: #eb4109;
}

.gallery-tab {
  margin: 0 auto;
  text-align: center;
}

.tab-buttons {
  margin-bottom: 20px;
}

.tab-button {
  background-color: #e4e0e0;
  color: #525252;
  border: none;
  padding: 5px 17px;
  cursor: pointer;
  margin-right: 5px;
  font-size: 13px;
}

.about-head-2 h2 {
  font-size: 40px;
}

.tab-button.active {
  background-color: #ea3d03;
  color: #ffffff;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-item {
  /*margin: 10px;*/
  position: relative;
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*justify-content: center;*/
}

.gal-flex {
  margin: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
justify-content: center;
}

.gallery-item .auto {
    /* display: flex; */
    position: relative;
    width: 27%;
    margin: 5px;
        overflow: hidden;
}

footer.fa-margin {
  background: black;
  margin-top: 60px;
  padding: 60px 0px;
}

.gallery-item img {
  height: auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 200px;
  transition: .4s ease;
}

.gallery-item img:hover {
    transform: scale(1.1);
}

/* =========jjjjjjj========  */
.about-skylon-header span {
  color: #eb4109;
  font-size: 29px;
  font-weight: 900;
  font-family: 'Poppins';
  text-shadow: 2px 0px #eb4109;
  line-height: 1;
}

.skylon-box {
  display: flex;
  /* align-items: center; */
}

.foot-nav h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: white;
}

.sky-img img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  background-color: #eb4109;
  border-radius: 100%;
  padding: 10px;
}

.sky-txt {
  padding-left: 20px;
  width: 300px;
}
button.slick-prev.slick-arrow{
    display:none;
}

.sky-main-img img {
  width: 100%;
  float: right;
  height: 340px;
  object-fit: contain;
}

.foot-nav ul li {
  color: white;
  /* font-size: 14px; */
  margin: 10px;
  position: relative;
}

.sky-main {
  display: flex;
  width: 180px;
}

.sky-btn a {
  color: white;
  background-color: black;
  padding: 8px 26px;
}

.sky-btn {
  margin-top: 20px;
}

.sky-main-txt {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #eb4109;
  padding: 14px 0px;
  /*position: relative;*/
  bottom: -46px;
  width: 75%;
  margin: auto;
  right: 24px;
  color: white;
  /* font-size: 19px; */
}

.form-slider img {
  width: 82%;
  position: absolute;
  right: 0;
  height: 600px;
}

.home-form {
  background-color: #eb4109;
  position: relative;
  width: 50%;
  left: 9%;
  padding: 40px 40px;
  top: 47px;
}

.form-control:focus {
  box-shadow: unset;
}

.h-form label {
  color: #fff;
  margin-bottom: 0;
  margin-top: 8px;
}

.h-form select {
  width: 94%;
  margin: 8px 0px;
  border: none;
}

.h-form-txt span {
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.h-form-txt p {
  font-size: 38px;
  color: white;
  line-height: 50px;
  font-weight: 900;
}

.h-flex {
  display: flex;
}

.h-form {
  width: 100%;
}

.h-form input {
  width: 94%;
  border: none;
  padding: 13px;
  margin: 10px 0px;
}

.h-form input[type="submit"] {
  width: 25%;
  background-color: #000;
  color: #fff;
  height: 44px;
  font-size: 21px;
  padding-top: 6px;
  transition: 0.2s ease-in;
}

.h-form textarea {
  width: 97%;
  border: none;
  padding: 20px;
  margin: 10px 0px;
}

.about-img {
  position: relative;
}

.About-sec-head {
  width: 320px;
  background: white;
  position: absolute;
  bottom: 10px;
  left: 30px;
  text-align: center;
  padding: 40px 10px 6px 10px;
  height: 160px;
}

.About-sec-icon {
    position: absolute;
    top: 42%;
    left: 37%;
    z-index: 9;
}

.About-sec-icon img {
  background: #ffffff;
  width: 100px;
  border-radius: 50%;
  padding: 7px;
  height: 100px;
}

.About-sec-head h4 {
  font-size: 20px;
}

.header-sider-box h4 span {
  color: #eb4109;
  font-weight: 900;
  font-size: 28px;
  /* padding-top: 54px; */
  padding-left: 12px;
}

.about-skylon-text {
  margin-top: 42px;
}

.sky-main span {
  font-size: 17px;
  font-family: 'Poppins';
  margin-left: 8px;
}

.about-skylon-header {
  margin-bottom: 20px;
}

.sky-main h3 {
  font-size: 42px;
  color: white;
}

.sky-main span {
  font-size: 18px;
  font-family: 'Poppins';
  margin-left: 8px;
}

.foot-logo p {
  color: white;
  margin-top: 20px;
  width: 253px;
}

.foot-nav ul li:before {
  content: "➤";
  position: absolute;
  left: -9px;
  color: #e93b00;
}

.foot-icon {
  text-align: left;
}

.foot-nav ul li a {
  color: #ffffff;
  margin-left: 14px;
  transition: 0.2s ease-in;
}

.foot-nav-2 h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: white;
}

.foot-nav-2 ul li i {
  font-size: 24px;
  color: #e93b00;
  margin-right: 15px;
}

.foot-nav-2 ul li a {
  color: white;
  transition: 0.2s ease-in;
}

.foot-nav-2 ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.foot-icon-2 a {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  margin: 4px;
}

.copy-right p {
  color: white;
  font-size: 16px;
  margin: 10px;
}

.copy-right {
  background: #e93b00;
  color: white;
  padding: 2px;
  text-align: center;
}

.border-br {
  border: 1px solid white;
  position: relative;
  width: 144px;
  margin-bottom: 24px;
}

.border-br::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -2px;
  background-color: #e93b00;
  display: block;
  height: 5px;
  width: 45px;
  z-index: 1;
}

.foot-nav {
  margin-left: 50px;
}

.foot-na.foot-nav-4 h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: white;
}

.foot-icon input {
  border: none;
  width: 82%;
  outline: none;
  padding: 4px 12px;
  margin: 10px 0px;
}

.whatap-icon {
  position: fixed;
  bottom: 10px;
  right: 15px;
}

.whatap-icon a {
    background-color: #25d366;
    color: #fff;
    padding: 0px 0px;
    border-radius: 50%;
    font-size: 40px;
    transition: 0.3s ease-in;
}
.whatap-icon a:hover {
  transform: scale(1.04);
}

.foot-icon-2 {
  margin-top: 40px;
}

input[type="submit"] {
    background: #e93b00;
    color: white;
    padding: 3px 12px;
}

.header-sider-btn a:hover {
  background-color: #000;

}

.sky-btn a:hover {
  background: #e93b00;
}

.why-call-btn a:hover {
  background-color: #000;
  border: 2px solid #ffffff;
}

.foot-icon-2 a:hover {
  background: #e93b00;
  border: 2px solid #e93b00;
}

.about-head-main:hover .About-sec-icon img {
  background: #e93b00;

}

.about-head-main:hover p {
  color: #ffffff;
}

.about-head-main:hover h4 {
  color: #ffffff;
}

.about-head-main:hover .About-sec-head {
  background: #e93b00;

}

.ct-img2:hover a:before {
  color: #e93b00;
}

.ct-img2:hover i {
  background-color: #e93b00;
}

.About-sec-icon .white-icon {
  display: none;
}

.foot-icon a:hover {
  border: 2px solid white;
  background: #000;
}

.about-head-main .About-sec-icon img,
.about-head-main .About-sec-icon img {
  transition: 0.4s ease-in;
}

.about-head-main:hover .About-sec-icon .original-icon {
  display: none;
}

.about-head-main:hover .About-sec-icon .white-icon {
  display: inline-block;
}

.skylon-box:hover .sky-img img {
  background-color: #000;
}

span.prev-btn.slick-arrow {
  position: absolute;
  bottom: 10%;
  left: 13%;
  background-color: white;
  padding: 6px 16px;
  font-size: 20px;
}

span.next-btn.slick-arrow {
  position: absolute;
  bottom: 10%;
  left: 9%;
  background-color: white;
  padding: 6px 16px;
  font-size: 20px;
  z-index: 9;
}

.h-form input[type="submit"]:hover {
  border: 2px solid #ffffff;
  background-color: #000000;
}

/* .sky-img {
  border-right: 1px dotted #363636;
} */
/* .sky-img:after {
  content: "";
  background-image: url(../img/Untitled-1433.png);
  position: absolute;
  left: 35px;
  z-index: -12;
  background-repeat: repeat-y;
  background-size: cover;
  width: 5px;
  height: 77px;
  transform: rotate(180deg);
} */
.foot-nav ul li a:hover {
  padding-left: 4px;
}

.foot-nav-2 ul li a:hover {
  padding-left: 4px;
}

.dot-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 21px;
}

.dot-wrapper .dot {
  width: 3px;
  height: 3px;
  background-color: red;
  border-radius: 50%;
}

.dfdfd .dot {
  width: 2px;
  height: 2px;
  background-color: white;
  border-radius: 50%;
  gap: 16px;
}

.dfdfd {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 21px;
}


section.Gallery {
  padding: 100px 0px 60px;
}
#container {
  position: relative;
  width: 100%;
}

#container #tabs {
  /* position: absolute; */
  top: -80px;
  width: 100%;
  margin: 23px auto;
}

#container #tabs ul {
  list-style: none;
  display: flex;
flex-wrap: wrap;
  justify-content: center;
}
#container #tabs ul li {
  display: inline-block;
    text-align: center;
    width: 12%;
    /* line-height: 36px; */
    background: #333;
    color: #fff;
    margin: 0px 2px;
    cursor: pointer;
    padding: 7px 5px;
    text-align: center;
    border-radius: 11px;
    margin-bottom: 10px;
    font-size: 14px;
}

#container #tabs ul li.active {
  background: #eb4109;
}

#container ul#content{list-style:none;height:200px;
 overflow:hidden;
  position:relative;
text-align: center;
}

  #container ul#content li[id^="tab"] {
    width: 100%;
    height: 200px;
    background: rgb(255 255 255);
    position: relative;
    display: none;
    line-height: 200px;
    border: 5px rgb(255, 255, 255) solid;
   }

#container ul#content li.active{display:block;}

#container ul#content li ul#slideshow{
  position: relative;
    list-style: none;
    height: 250px;
    display: block;
    width: 100%;
     /*margin-left: -200px;*/
}

#container ul#content li[id^="tab"] ul li {
  width: 20%;
    margin: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    float: left;
}

#container ul#content li[id^="tab"] ul li img {
 width: 98%;
    margin: auto;
    height: 200px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
}

#container ul#content li div#nex, div#prev {
    background: #e93b00;
    position: absolute;
    color: #fff;
    width: 46px;
    height: 50px;
    line-height: 51px;
    text-align: center;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    cursor: pointer;
    font-size: 50px;
}

#container ul#content li div#nex:hover,div#prev:hover{
  opacity:0.8;
}

#container ul#content li div#nex{
  right:0px;
}

#container ul#content li div#prev{
  left:0px;
}



@media only screen and (max-width: 1140px) {
  .navbar-links ul li a {
    margin-left: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
    background-color: rgb(0, 0, 0);
    overflow: hidden;
  }

  .About-sec-icon {
    top: 37%;
  }

  .About-sec-head {
    width: 80%;

    bottom: 10px;
    left: 30px;

  }

  .gallery-item img {
    width: 220px;
  }

  .tab-button {

    font-size: 10px;
    margin-bottom: 10px;
  }

  .About-sec-icon img {
    width: 100%;
    height: auto;
  }

  .sky-main-img img {
    width: 570px;
    height: 270px;
  }

  .h-form-txt p {
    font-size: 36px;
  }

  .why-back span {
    font-size: 38px;
  }

  .why-choose-head h2 {
    font-size: 36px;
  }

  .about-head-2 h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .ct-img2 i {
    margin-left: 3px;
  }

  .About-sec-head {
    height: 195px;
  }

  .About-sec-icon {
    top: 27%;
  }


}

@media only screen and (max-width: 1124px) {
  span.next-btn.slick-arrow {
    left: 7%;
  }
  #container #tabs ul li {
   
    width: 13%;
    font-size: 12px;
}

  .home-form {
    top: 40px;
  }

  .About-sec-head h4 {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .about-skylon-header h2 {
    font-size: 36px;
    font-weight: 800;
  }

  .about-head h2 {
    font-size: 36px;
    font-weight: 700;
  }

  .sky-main h3 {
    font-size: 40px;
  }

  .sky-main-txt {
    right: 18px;
    width: 95%;
  }

  .tab-button {
    margin-bottom: 10px;
  }

  .gallery-item img {
    width: 220px;
  }

}

@media only screen and (max-width: 991px) {
  span.prev-btn.slick-arrow {
    left: 22%;
  }
#container ul#content li[id^="tab"] ul li {
    width: 25%;
}
.logo-img a img {
    width: 60px;
    padding-top: 12px;
}
  span.next-btn.slick-arrow {
    left: 16%;
  }

  .why-choose-p {
    padding: 20px 0px 0px 0px;
  }

  section.why-choose {
    margin: 40px 0px;
  }

  .About-sec-icon {
    top: 40%;
}

  .sky-btn {
    margin-top: 0px;
  }

  .home-form {
    top: 51px;
  }

  .sky-txt {
    padding-left: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .dot-wrapper {
    display: none;
  }

  .sky-main-img img {
    width: 100%;
    height: 100%;
  }

  .sky-main-txt {
    right: 0px;
    width: 80%;
  }

  .home-form {
    width: 60%;
  }

  .why-choose-p {
    padding: 30px 0px;
  }

  .foot-nav {
    margin-bottom: 60px;
    margin-left: 0px;
  }

  .about-img img {
    margin-top: 20px;
  }

  .toggle {
    order: 3;
    visibility: visible;
    /*position: relative;*/
    /*top: 20px;*/
    /*right: 14px;*/
    z-index: 99999;
    transform: translateY(-50%);
    cursor: pointer;
    width: 40px;
    height: 40px;
    /*margin: 0 0 0 auto;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #fff;
    margin: 3px 0;
  }

  .toggle.navactive .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.navactive .line2 {
    opacity: 0;
  }

  .toggle.navactive .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navbar-links {
    display: none;
    position: absolute;
    width: 45%;
    background: #000;
    right: 0;
    top: 0px;
    margin-top: 0;
    padding: 20px 20px;
    height: 99vh;
    z-index: 9;
  }

  .navbar-links ul {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .navbar-links ul li {
    padding: 10px 0px;
  }

  .sticky .toggle {
    transform: translateY(0%);
  }


#container #tabs ul li {
    display: inline-block;
    text-align: center;
    width: 20%;
}


}

@media only screen and (max-width: 960px) {
  .about-head {
    text-align: center;
    padding: 40px 0px 20px 0px;
    width: 500px;
    margin: auto;
  }

  section.about-skylon {
    padding: 40px 0px;
  }

  section.why-call {

    margin-bottom: 40px;
    margin-top: 160px;
  }

  .form-slider img {
    width: 82%;
    position: absolute;
    right: 0;
    height: 600px;
    object-fit: cover;
  }

  .home-form {
    top: 27px;
  }

  span.prev-btn.slick-arrow {
    left: 23%;
  }

  span.next-btn.slick-arrow {
    left: 16%;
  }

}

@media only screen and (max-width: 840px) {
  .home-form {
    width: 70%;
  }

  section.why-choose {
    margin: 20px;
  }

  .home-form {
    top: 50px;
  }

  span.prev-btn.slick-arrow {
    left: 18%;
  }

  span.next-btn.slick-arrow {
    left: 10%;
  }
}

@media only screen and (max-width: 800px) {
  .home-form {
    width: 70%;
  }

  span.prev-btn.slick-arrow {
    left: 15%;
  }

  span.next-btn.slick-arrow {
    left: 8%;
  }

  .home-form {
    top: 52px;
  }
}


@media only screen and (max-width: 767px) {
  .ct-img2 a {
    display: none;
  }

  .logo-img {
    width: auto;
  }

  .logo-img img {
    width: 80%;
  }

  .header-sider-img img {
    width: 100%;
    height: 600px;
    min-height: auto;
    object-fit: cover;
  }

  .header-sider-box h2 {
    font-size: 38px;
    width: 90%;
}
.About-sec-head {
    padding: 55px 10px 10px 10px;
 
}

  span.prev-btn.slick-arrow {
    left: 28%;
  }

  span.next-btn.slick-arrow {
    left: 18%;
  }

  .about-head h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
  }

  .About-sec-icon {
    top: 66%;
    left: 44%;
  }

  .About-sec-head {
    width: 90%;
    bottom: 10px;
    left: 29px;
  }

  .h-form-txt p {
    font-size: 23px;
    line-height: normal;
  }

  .foot-nav {
    margin-bottom: 20px;
    margin-left: 0px;
  }
#container #tabs ul li {
    font-size: 10px;
}

}



@media only screen and (max-width: 734px) {
  .About-sec-icon {
    top: 57%;
}
#container ul#content li[id^="tab"] ul li {
    width: 50%;
}

  .About-sec-head {
    width: 88%;
    bottom: 10px;
    left: 30px;
  }

  span.prev-btn.slick-arrow {
    left: 24%;
  }

  span.next-btn.slick-arrow {
    left: 16%;
  }

  .About-sec-icon img {
    width: 100%;
    height: 100px;
  }

}

@media only screen and (max-width: 667px) {
  span.prev-btn.slick-arrow {
    left: 21%;
  }

  span.next-btn.slick-arrow {
    left: 12%;
  }

  .home-form {
    top: 50px;
  }

  .home-form {
    width: 80%;
  }

  .form-slider img {
    width: 75%;
  }

  section.about-skylon {
    padding: 40px 0px 50px;
  }
.about-head h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.sky-txt h3 {
    font-size: 24px;
}
}

@media only screen and (max-width: 600px) {
  .home-form {
    top: 25px;
  }
  .foot-logo img {
    width: 16%;
}

  span.prev-btn.slick-arrow {
    left: 18%;
  }

  span.next-btn.slick-arrow {
    left: 8%;
  }
  .why-back span a {
    font-size: 32px;
    color: white;
    font-weight: 700;
}
.thankyoucontent {
    background-color: #000;
    padding: 150px 30px 60px;
}
}



@media only screen and (max-width: 575px) {
  .gallery-item img {
    width: 99%;
  }

  .foot-icon input {
    width: 70%;
    display: block;
  }

  .foot-icon-2 {
    text-align: left;
    margin-top: 30px;
  }

  .about-head {
    width: auto;
    margin: auto;
  }

  .header-sider-box h2 {
    font-size: 42px;
    width: auto;
  }
   .header-sider-img img {
    height: 550px;
     }
     
     .sky-btn a {
       padding: 6px 12px;
}

.h-form input[type="submit"] {
   
    height: 38px;
    font-size: 17px;
    
}
.why-call-btn a {
    display: block;
    width: 42%;
    margin: 16px;
}
#container #tabs ul li {
    width: 32%;
}

}


@media only screen and (max-width: 480px) {
 .header-sider-box h2 {
    font-size: 32px;
    width: 95%;
}
  .why-call-btn a {
    padding: 6px 22px;
    font-size: 15px;
  
}
.btn-whatsapp-pulse {
    padding: 30px !important;
}
.whatap-icon a {
    font-size: 25px;
  
}

  .header-sider-btn {
    margin-top: 25px;
  }

.About-sec-head {
    width: 88%;
    bottom: 11px;
    left: 29px;
    height: 160px;
}
.sky-main-img img {
    width: 100%;
    height: 237px;
    margin: auto;
}
.about-skylon-header h4 {
    font-size: 16px;
  
}
.about-head h4 {
    font-size: 16px;
   }
   .header-sider-btn a {
    padding: 6px 12px;
}
 

  span.next-btn.slick-arrow ,span.prev-btn.slick-arrow {
    position: absolute;
    bottom: 12%;
    padding: 6px 13px;
    font-size: 16px;
  }

  .About-sec-icon {
    top: 58%;
}

  .about-skylon-header h2 {
    font-size: 26px;
    font-weight: 800;
  }

  .about-skylon-text {
    margin-top: 20px;
  }

  .sky-main-txt {
    right: 0px;
    width: 100%;
    position: revert;
  }

  .form-slider img {
    width: 75%;
    display: none;
  }

  .home-form {
    top: 25px;
    position: revert;
    width: 95%;
    margin: auto;
  }

  .h-form-txt p {
    font-size: 18px;
  }

  .h-flex {
    display: flex;
    flex-direction: column;
  }

  .h-form input {
    width: 100%;
  }

  .h-form select {
    width: 100%;
  }

  .h-form input[type="submit"] {
    width: 35%;
  }

  section.why-call {
    margin-bottom: 40px;
    margin-top: 45px;
    padding: 50px 0px;
  }

  .why-back h4 {
    font-size: 20px;
  }

  .why-back span {
    font-size: 27px;
  }

  .why-back i {
    color: #eb4109;
    /* margin-left: 20px; */
    font-size: 28px;
  }

  .why-choose-head {
    text-align: center;
    padding-bottom: 10px;
  }

  .why-choose-head h2 {
    font-size: 30px;
  }

  .about-head-2 h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .navbar-social {
    /* width: 40%; */
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    top: 236px;
    right: -28px;
    flex-direction: column;
  }

  .ct-img2 i {
    margin-left: 0px;
    color: #fff;
    font-size: 20px;
    background-color: #eb4109;
    padding: 7px;
    margin-right: 30px;
    z-index: 999;
    margin-top: 5px;
  }

  .why-back h4 {
    font-size: 20px;
    width: auto;
  }
  .logo-img a img {
    width: 50px;
    padding-top: 12px;
}
.sky-main-img img {
       margin-top: 30px;
}
.navbar {
    
    padding: 0.2rem 1rem;
}

.navbar-links {
   
    width: 70% !important;
    background: #eb4109;
}
.toggle {
    margin-top: 8px;
}


    .gallery-item .auto {
        width: 43%;
    }
    
    
    
}
@media only screen and (max-width: 442px) {
    .About-sec-icon {
    top: 55%;
}
.About-sec-head {
    width: 87%;
    bottom: 11px;
    left: 29px;
    height: 160px;
}
}
@media only screen and (max-width: 414px) {
  .About-sec-head {
    width: 86%;
    bottom: 11px;
    left: 29px;
    height: 160px;
}  
.About-sec-icon {
    top: 50%;
    left: 40%;
}
#container ul#content li[id^="tab"] ul li img {
    width: 98%;
    object-fit: contain;
    }
    #container #tabs ul li {
    width: 44%;
}
}

@media only screen and (max-width: 400px) {

  .About-sec-head {
    left: 24px;
  }

  .About-sec-icon {
    top: 47%;
    left: 37%;
}

  .about-head-main {
    position: relative;
  }

  .header-sider-box h4 span {
    display: none;
  }

  .header-sider-img img {
    width: 100%;
    height: 480px;
    min-height: auto;
    object-fit: cover;
  }

  .sky-main-boder.dfdfd {
    display: none;
  }

  .sky-main-txt {
    right: 0px;
    width: 100%;
    position: revert;
    flex-direction: column;
    align-items: flex-start;
  }

  .sky-main {
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 20px;
  }

  .sky-main-img img {
    width: 100%;
    height: 260px;
}

  .why-call-btn a {
    display: block;
    margin-top: 5px;
    width: 40%;
  }
}
@media only screen and (max-width: 384px)
.About-sec-icon {
    top: 46%;
    left: 37%;
}

@media only screen and (max-width: 375px) {

  .header-sider-box h2 {
    font-size: 26px;
  }
 span.prev-btn.slick-arrow {
    left: 20%;
}
.About-sec-icon {
    top: 45%;
    left: 37%;
}

  .logo-img img {
    width: 50%;
  }

  .toggle {
    transform: translateY(0%);
  }

  .header-sider-img img {
    width: 100%;
    height: 420px;
    min-height: auto;
    object-fit: cover;
  }

  .about-head h2 {
    font-size: 24px;
  }

  .home-form {
    width: 100%;
    padding: 25px;
  }
  #container ul#content li[id^="tab"] ul li {
    width: 100%;
}
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
