@charset "utf-8";

/*------------------------------|| fonts||----------------------------------*/
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.eot');
  src: url('../fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Thin.woff2') format('woff2'),
    url('../fonts/Inter-Thin.woff') format('woff'),
    url('../fonts/Inter-Thin.ttf') format('truetype'),
    url('../fonts/Inter-Thin.svg#Inter28pt-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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


/*------------------------------|| fonts end ||----------------------------------*/

/*
 */
body,
html {
  font-family: var(--sitefonts);
  color: var(--black);
  line-height: 24px;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 150px;
}

p a,
p span a,
ul li a,
ol li a {
  color: var(--themecolor);
  text-decoration: underline;
  display: inline-block;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--sitefonts);
}

p:last-child {
  margin-bottom: 0;
}


/* common ul li */
ul {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

ul.twocollist {
  column-count: 2;
}

main ul>li,
main ul.wp-block-list>li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0px;
  color: var(--site-font-family);
  list-style: none;
}

main ul>li>strong,
main ul>li>span,
main ul.wp-block-list>li>strong,
main ul.wp-block-list>li>span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}

main ul>li a {
  text-decoration: none;
  color: var(--themecolor);
}

main ul>li a:hover {
  text-decoration: underline;
  color: var(--themecolor);
}

main ul>li:after {
  content: "";
  background: transparent url(../images/icon/check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

p span {
  color: initial;
}

.row-reverse {
  flex-direction: row-reverse;
}

/*  select option */
::-ms-expand {
  display: none;
}

::-moz-selection {
  color: #fff;
  background: #515151;
}

::selection {
  color: #fff;
  background: #515151;
}

.field.field:after,
.field:hover.field:after {
  display: none;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--darkgrey);
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--site-font-family);
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--darkgrey);
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--site-font-family);
}

:-ms-input-placeholder,
textarea::placeholder {
  color: var(--darkgrey);
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--site-font-family);
}

/*  select option  */

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--site-font-family);
}

textarea {
  resize: none;
  min-height: 120px;
  overflow-y: auto;
  margin: 0;
  vertical-align: bottom;
  font-size: 16px;
}

.form-control,
input[type="text"],
input[type="email"],
select,
textarea,
input[type="number"],
input[type="tel"],
input[type="file"] {
  width: 100%;
  padding: 14px 15px;
  background: #fff;
  border: 1px solid transparent;
  color: #343434;
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--site-font-family);
  transition: all 0.5sease -in-out;
  -webkit-transition: all 0.5sease -in-out;
  min-height: 50px;
}

.inner-banner :is(.form-control,
  input[type="text"],
  input[type="email"],
  select,
  textarea,
  input[type="number"],
  input[type="tel"],
  input[type="file"]) {
  min-height: 42px;
  padding: 13px 20px 12px 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus {
  background: var(--white);
  color: #343434;
  border-color: var(--themecolor);
}

/* select {
    background: url('../assets/images/select-arrow.svg') no-repeat 0 0;
} */

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon/select-arrow-blue.svg) no-repeat right 19px center / 12px #fff !important;
  border-color: transparent;
  border-radius: 0;
}

select:focus {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/icon/select-arrow-blue.svg) no-repeat right 19px center / 12px #fff;
  border-color: var(--themecolor);
  border-radius: 0;
  padding-right: 2em;
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

input[type="submit"] {
  border: 0;
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--site-font-family);
  font-weight: bold;
  padding: 17px 20px;
  z-index: 1;
  cursor: pointer;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.form-group {
  padding: 0 10px;
  position: relative;
}

.form-group.form-group50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.form-group.form-group33 {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.form-group.form-group100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

form .form-group label {
  color: var(--darkgrey);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
  letter-spacing: 0.16px;
}

.checkbxdiv {
  display: flex;
  margin-top: 15px;
  line-height: 1.2;
  align-items: center;
}

.checkbxdiv input[type="checkbox"] {
  margin: 0 15px 0 0;
}

form .form-group .checkbxdiv label {
  margin-bottom: 0;
}


/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  background-color: var(--theme);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  width: 20px;
  opacity: 1;
}


/*-----BUTTONS-----*/
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
}

/* normal button style start */
/* normal button style start */
button,
.button,
button[type="submit"],
input[type="submit"] {
  font-size: 16px;
  padding: 15px 30px;
  position: relative;
  font-family: var(--site-font-family);
  font-weight: bold;
  letter-spacing: 0;
  background: transparent;
  color: var(--white);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin: 0;
  z-index: 1;
  line-height: 1.25;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  --border-offset: none;
  text-transform: math-auto;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  min-height: 50px;
  gap: 10px;
  border-radius: 0;

  & i {
    font-weight: 600;
  }

  &:hover {
    border-radius: 8px;
    gap: 20px;
    padding: 15px 24px;
  }
}

button.fancybox-button.fancybox-close-small {
  &:hover {
    border-radius: 50%;
    padding: 10px;
  }
}

.btn-theme {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
}

.btn-theme:hover {
  background-color: white;
  border-color: var(--black);
  color: var(--black);

  & img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(78%) saturate(7499%) hue-rotate(138deg) brightness(105%) contrast(99%);
  }
}

.btn-border {
  background-color: #fff;
  color: var(--darkgrey);
  border-color: var(--darkgrey);
}

.btn-border:hover {
  background-color: var(--darkgrey);
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--themecolor);
}

.btn-white:hover,
.btn-border-white:hover {
  background-color: var(--themecolor);
  border-color: var(--themecolor);
  color: #fff;

  &>img {
    filter: brightness(0) invert(1);
  }
}

.btn-white-border {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);

  &:hover {
    background: var(--themecolor);
    border-color: var(--themecolor);
  }
}

.btnlist a.button.wh-button {
  padding: 0 !important;
}

.btnlist a.button.wh-button:hover {
  border-radius: 0;
  gap: 10px;
  padding: 15px 30px;
}

.btnlist a.button.wh-button {
  position: relative
}

.btnlist a.button.wh-button:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: var(--white);
  right: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.btnlist a.button.wh-button:hover:before {
  width: calc(100% - 48px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.sm-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--themecolor);
  text-transform: none;
  line-height: 1;
  margin-bottom: 10px;
}

.btnlist {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.read_more {
  font-size: 16px;
  color: var(--themecolor);
  letter-spacing: 0;
  font-weight: 500;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-bottom: 0;
  text-transform: capitalize;
  line-height: 1.2;
  width: fit-content;
  text-decoration: none;
}

.read_more>i {
  filter: invert(32%) sepia(83%) saturate(1266%) hue-rotate(333deg) brightness(84%) contrast(88%);
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.read_more:hover {
  gap: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.read_more:hover>span>i,
.read_more:hover {
  color: var(--themecolor);
}

/* normal button style end */


/* contact form styles  */
.contactright .heading-34,
.contactright .heading-30 {
  color: var(--themeblue);
}

.contactright form {
  /* width: calc(100% + 20px); */
  /* margin: 0 -10px; */
}

.form-group.btnbox {
  margin-top: 35px;
}

.form-group.btnbox .btn_theme.submitbtn {
  background: url(../images/icon/arrow-right-white.svg) no-repeat right 22px top 20px var(--themecolor);
  border: 2px solid var(--themecolor);
  color: var(--white);
  font-size: 16px;
  padding: 15px 40px 15px 28px;
  position: relative;
  font-family: var(--site-font-family);
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}

.form-group.btnbox .btn_theme.submitbtn:hover {
  background: url(../images/icon/arrow-right.svg) no-repeat right 22px top 20px #fff;
  border: 2px solid var(--themecolor);
  color: var(--themecolor);
  border-radius: 8px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
}

a {
  text-decoration: none;
}

header nav ul {
  margin-left: 0;
  list-style-type: none;
}

p a:hover,
ul li a:hover,
ol li a:hover {
  color: var(--themecolor);
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--site-font-family);
  color: var(--black);
  line-height: 1.07;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}

.heading-60 {
  font-size: clamp(1.9375rem, 1.575rem + 1.8125vw, 3.75rem);
}

.heading-50 {
  font-size: clamp(1.8125rem, 1.55rem + 1.3125vw, 3.125rem);
}

.heading-44,
h3 {
  font-size: clamp(1.8125rem, 1.625rem + 0.9375vw, 2.75rem);
}

.heading-40 {
  font-size: clamp(30px, 30px + (40 - 30) * ((100vw - 575px) / (1920 - 575)), 40px);
}

.heading-34,
h2 {
  font-size: clamp(1.25rem, 1.075rem + 0.875vw, 2.125rem);
}

.heading-30 {
  font-size: clamp(18px, 18px + (30 - 18) * ((100vw - 375px) / (1920 - 375)), 30px);
}


.heading-28,
.img-content-sec h3 {
  font-size: clamp(22px, 22px + (28 - 22) * ((100vw - 375px) / (1920 - 375)), 28px);
  margin-bottom: 20px;
}

.heading-24 {
  font-size: clamp(18px, 18px + (24 - 18) * ((100vw - 375px) / (1920 - 375)), 24px);
  margin-bottom: 15px;
}

.heading-22 {
  font-size: 22px;
}

.heading-18 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

/* form message style  */

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #f5c812;
  width: 100%;
  display: block;
  color: inherit;
  padding: 11px 12px 11px 45px;
  text-align: left;
  line-height: 1;
  margin: 0 auto 20px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: url(../images/icon/Icon-validation.svg) no-repeat 15px center #fff9df;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/icon/validation-cross.svg) no-repeat 15px center #ffdfdf;
  font-size: 14px;
  padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/icon/validation-tick.svg) no-repeat 15px center #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  padding-left: 45px;
}

.wpcf7-not-valid {
  background-color: #ffdfdf !important;
  border: 1px solid #fe0000 !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0;
  position: relative;
  background: #fe0000;
  display: inline-block;
  color: var(--white);
  letter-spacing: .2px;
  padding: 4px;
  line-height: 100%;
  top: -14px;
  left: 0;
  float: left;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}

form.wpcf7-form .btnbox.width100 .btn_theme:disabled,
form.wpcf7-form .btnbox.width100 .btn_theme:disabled:hover {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  background: #f8a73f;
  color: #000;
  border: 1px solid #f8a73f;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed !important;
  right: 15px;
  bottom: 80px;
  opacity: 0;
  height: 40px;
  width: 40px;
  z-index: 10;
  text-align: center;
  font-size: 26px !important;
  color: var(--white) !important;
  background: var(--themered) !important;
  /* border: 2px solid var(--siteblue); */
  border-radius: 50%;
  padding: 10px 18px !important;
}

.scrollTop:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.scrolldown {
  cursor: pointer;
}

.container {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  display: none;
}

/*  select option  */

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--site-font-family);
  margin-bottom: 20px;
}

/* textarea {
  resize: none;
  min-height: 100px;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
  font-size: 18px;
} */

textarea.form-control {
  height: auto;
  min-height: 118px;
}

.inner-banner textarea.form-control {
  min-height: 80px;
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  background-color: var(--black);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  width: 20px;
  opacity: 1;
}

.slick-next:before,
.slick-prev:before {
  content: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
  color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
  filter: none;
}

/* slick slider arrows styles  */
.slick-prev,
.slick-next {
  right: 15px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  min-height: auto;
  padding: 0 !important;
  border: 1px solid #707070 !important;
  border-radius: 100% !important;
  cursor: pointer;
  outline: none;
  clip-path: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ffffff00;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/icon/arrow-right.svg) no-repeat center center;
  filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(693%) hue-rotate(185deg) brightness(88%) contrast(99%);
  transform: rotate(180deg);
  font-size: 0 !important;
  top: 0 !important;
  left: 0 !important;
}

.slick-next:before {
  transform: rotate(0deg);
  background-position: center left 55%;
}

/* .slick-prev:hover,
.slick-next:hover {
  border: 1px solid var(--themecolor);
  background: var(--themecolor);
} */

.slick-prev:hover:before,
.slick-next:hover:before {
  filter: brightness(0) invert(1) !important;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  border: 1px solid var(--themecolor) !important;
  outline: 0;
  background: var(--themecolor) !important;
  gap: unset !important;
}

a {
  text-decoration: none;
}

p a:hover,
ul li a:hover,
ol li a:hover {
  color: var(--sitetext);
}

/*  for ccs Model option - 2  */

#optiontwo {
  display: none;
  max-width: 919px;
  border-radius: 15px;
  cursor: auto;
  padding: 0;
}

.popup-body {
  display: flex;
  border-radius: 10px !important;
}

#optiontwo .pop-up-left {
  background: var(--themecolor);
}

#optiontwo .pop-up-left .heading-28 {
  color: white;
  margin-bottom: 30px;
  display: inline-block;
}

.modalmodaldlist li {
  padding-left: 25px;
}

.modaldlist {
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}

.modaldlist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  list-style-type: none;
  line-height: 20px;
  color: white;
  font-size: 16px;
}

.modaldlist li:last-child {
  margin-bottom: 0;
}

.modaldlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  object-fit: initial;
  background-image: url(../images/icon/check.svg);
  background-repeat: no-repeat;
  filter: brightness(0) invert(10);
  background-size: contain;
}

.award-box .award-icon img {
  border-radius: 50%;
}

.award-box .award-icon {
  display: inline-block;
}

.award-box {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  column-gap: 8px;
  margin-bottom: 25px;
}

#optiontwo .popup-body .pop-up-left {
  width: 415px;
  padding: 70px 50px 45px 50px;
}

#optiontwo .popup-body .pop-up-right {
  width: calc(100% - 415px);
  padding: 70px 50px 45px 50px;

  & .heading-34 {
    margin-bottom: 5px;
  }
}

#optiontwo .popup-body .pop-up-right .contact-form-box :is(.form-control, input[type="text"], input[type="email"], select, textarea, input[type="number"], input[type="tel"], input[type="file"]) {
  border: 1px solid #BFC1D3;
}

#optiontwo .popup-body .pop-up-right .contact-form-box .form-group.btnbox {
  margin-top: 20px;

  & .btn_theme.submitbtn {
    background: var(--themecolor);
    padding: 15px 35px 15px 35px;
    width: 100%;

    &:hover {
      background: var(--white);
    }
  }
}

.color-title {
  color: var(--themecolor);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

#optiontwo .popup-body .pop-up-left p {
  color: white;
  text-align: center;
}

#optiontwo .pop-up-right .head {
  margin-bottom: 25px;
}

#optiontwo .pop-up-right .head p {
  font-size: 14px;
  line-height: 1.4;
}

.fancybox-slide .fancybox-close-small {
  min-height: 30px;
  border-radius: 50%;
}

/* --------half-section -------------- */
.half-section {
  display: flex;
  justify-content: space-between;
}

.half-section .left-side,
.half-section .right-side {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.row-reverse {
  flex-direction: row-reverse;
}

.bg-dark {
  background-color: #131313;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-wrap img {
  object-fit: cover;
}

/* --------half-section -------------- */

.videos-wrap {
  display: inline-block;
  width: 100%;
  min-height: 560px;
  height: auto;
}


/* ********************COMMON SECTION END****************  */
main {
  margin: 0;
  position: relative;
  z-index: 1;
}

table tr td:not(:last-child),
table tr th:not(:last-child) {
  border-right: 1px solid hsl(0deg 0% 44% / 20%);
}

.table-wrapper table {
  width: 100%;
}

.inner-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

/* -----------------------form-section----------------------- */
.row>.form-group>label {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Inter";
  display: block;
  margin-bottom: 10px;
}

.contact-sec .white-form .row>.form-group>label {
  color: #0F2E1F;
}

.row {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.width100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  text-align: center;
}

.width50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.wid33 {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin: 0;
}

form.form-box {
  display: inline-block;
  width: 100%;
  line-height: 0.8;
  position: relative;
}

.form-box .row:last-child {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}

.form-group.width100.submit {
  margin-top: 32px;
  text-align: right;
}


form.form-box>p {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 0;
  margin-top: -78px;
  position: absolute;
  z-index: 1;
  display: inline-block;
  /* flex-wrap: wrap; */
  bottom: 0px;
  width: 100%;
  left: 0;
}

.slide-box {
  display: inline-block;
}

/* -----------------------Contact-Section----------------------- */

.img-content-sec {
  display: inline-block;
  width: 100%;
  line-height: 0.9;
  overflow-x: clip;
  overflow-y: visible;


  & .flex-container {
    justify-content: space-between;
    align-items: center;

    & .left-img-side {
      width: 765px;
      margin-bottom: 100px;

      & .img-wrap {
        position: relative;
      }
    }

    & .right-content-side {
      width: calc(100% - 765px);
      max-width: 630px;
      margin-bottom: 100px;
    }
  }
}

.right-content-side .heading-34 {
  color: var(--themecolor);
}

.intro-sec.img-content-sec {
  & .right-content-side {
    padding-right: 45px;
  }
}

.img-content-sec .row-reverse {
  & .right-content-side {
    padding-right: 0;
    padding-left: 60px;
  }
}

.thanks-error-sec .left-img-side .img-wrap {
  float: right;
}

.thanks-error-sec .right-content-side ul li>a {
  text-decoration: underline;
}

.img-content-sec.bgdark {
  padding: 100px 0;
  background-color: #F9F8FA;
}

.right-content-side .heading-30 {
  line-height: 1.2;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-wrap img {
  object-fit: cover;
}

.sm-title {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1.25;
  color: var(--themecolor);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-right-square {
  position: relative;
}

.section-right-square::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  width: 195px;
  height: 396px;
  background: url(../images/square-rht-design.svg) no-repeat;
  background-size: 100%;
}

.row-reverse .section-right-square::after {
  right: unset;
  left: -200px;
  transform: translateY(-50%) scale(-1);
}

img.sec-bg-design {
  position: absolute;
  right: 0;
  top: 50%;
  width: 195px;
  height: 396px;
  transform: translateY(-50%);
}

/* ------------------ HM-USP Section ------------------ */
.hm-usp-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;

  & li {
    width: 25%;
    padding-left: 40px;
    padding-right: 50px;
    border-left: 1px solid #E1E2E5;
    margin-bottom: 0;

    &:after {
      content: none;
    }
  }
}

.hm-usp-img-wrap {
  margin-bottom: 20px;
}

.hm-usp-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: var(--black);
  margin-bottom: 10px;
}

.hm-usp-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: var(--black);
}

.hm-usp-wrapper.slick-initialized {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.hm-usp-wrapper.slick-initialized:has(.slick-arrow) {
  padding-bottom: 50px;
}


.hm-usp-wrapper.slick-initialized .slick-arrow {
  top: 97%;
}

.hm-usp-wrapper.slick-initialized .slick-prev {
  left: calc(50% - 45px);
}

.hm-usp-wrapper.slick-initialized .slick-next {
  right: calc(50% - 45px);
}

.hm-usp-wrapper.slick-initialized .slick-slide {
  padding: 0 15px;
}

/* ------------------- Find Screen CSS ------------------- */
.ultrascreen_icon {
  position: relative;
}

.ultrascreen_icon:after {
  content: '';
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  background: url('../images/icon/urltrascreen-icon.svg') no-repeat;
}

.find_screen_sec.ultrascreen_icon {
  margin-top: 33px;
}

.find_screen_sec .intro-sec {
  margin-bottom: 45px;

  & .heading-50 {
    margin-bottom: 10px;
  }
}

.about-page .find_screen_sec .intro-sec {
  margin-bottom: 45px;

  & .heading-34 {
    margin-bottom: 15px;
    color: var(--themecolor);
  }
}

.find_screen_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 30px);
  margin: 0 -15px 0;
  row-gap: 30px;
}

.find_screen_wrapper.slick-initialized,
.find_screen_wrapper:has(+ .btnlist) {
  margin: 0 -15px 45px;
}

.find_screen_lisiting {
  width: 33.33%;
  padding: 0 15px;
}

.choosescreen-page .find_screen_wrapper,
.choosescreensize-page .find_screen_wrapper {
  width: calc(100% + 50px);
  margin: 0 -25px;
}

.choosescreen-page .find_screen_lisiting,
.choosescreensize-page .find_screen_lisiting {
  padding: 0 25px;
}

.find_screen_image_wrapper {
  position: relative;
  overflow: hidden;
}

.find_screen_lisiting .find_screen_image_wrapper img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.find_screen_lisiting:hover .find_screen_image_wrapper img {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.find_screen_heading_wrap {
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;

  & button {
    padding: 0;
    min-height: unset;
    background: transparent;
  }
}

.find_screen_lisiting .find_screen_title {
  font: normal normal bold 22px/54px Inter;
  letter-spacing: 0px;
  color: #000000;
}

.find_screen_lisiting:hover .find_screen_heading_wrap {
  padding: 0 10px;
}

.find_screen_lisiting:hover .btn-border:hover {
  border-color: transparent;
}

.find_screen_sec .btnlist {
  width: 100%;
  justify-content: center;
}

.find-screen-js .slick-arrow {
  top: calc(100% + 73px);
}

.find-screen-js .slick-prev {
  left: calc(50% - 180px);
}

.find-screen-js .slick-next {
  right: calc(50% - 180px);
}

/* ------------------- Find Screen CSS END ------------------- */

/* -------------------- Product Tab -------------------- */
ul.product-tab-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 0;

  & li {
    padding-left: 0;

    & a {
      padding: 15px;
      min-width: 153px;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      letter-spacing: 0px;
      color: var(--darkgrey);
      background-color: #F1F3F8;
      text-decoration: none;

      &:hover {
        text-decoration: none;
        color: var(--white);
        background-color: var(--themecolor);
      }
    }

    &::after {
      content: none;
    }
  }
}

ul.product-tab-list li:first-of-type a {
  text-decoration: none;
  color: var(--white);
  background-color: var(--themecolor);
}


/* ------------------- Why Choose CTA UltraScreen ------------------- */
.why-choose-cta-wrapper {
  & .btnlist {
    width: 100%;
    justify-content: center;
  }
}

.why-choose-cta:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.4;
  z-index: -1;
}

.why-choose-cta .intro-sec {

  & .heading-44 {
    color: var(--white);
    margin-bottom: 10px;
    text-align: center;
  }

  & p {
    line-height: 1.35;
    font-weight: 600;
    max-width: 610px;
    color: var(--white);
    text-align: center;
    margin: auto;
    margin-bottom: 45px;
  }
}

.why-choose-cta-slider li {
  padding-left: 0;
  margin-bottom: 0;

  &:after {
    content: none;
  }
}

.why-choose-cta-slider.slick-initialized {
  width: calc(100% + 36px);
  margin: 0 -18px;
  margin-bottom: 50px;
}

.why-choose-cta-slider .slick-prev,
.why-choose-cta-slider .slick-next {
  border-color: #fff;
}

.why-choose-cta-slider .slick-prev:before,
.why-choose-cta-slider .slick-next:before {
  filter: brightness(0) invert(10);
}

.why-choose-cta-slider.slick-initialized .slick-slide {
  padding: 0 16px;
}

.why-choose-cta-slider:not(.slick-initialized) {
  display: flex;
  gap: 36px;
  margin-bottom: 30px;
}

.why-choose-cta-slider:not(.slick-initialized) li {
  flex: 1;
  background: var(--white);
}

.wc-usp-box {
  background: var(--white);
  padding: 50px;
}

.wc-usp-img {
  margin-bottom: 20px;
}

.wc-usp-title {
  font: normal normal bold 18px / 21px Inter;
  letter-spacing: 0px;
  color: #2E2F30;
  margin-bottom: 10px;
}

/* -----------------------.testimonial-sec---------------------- */
.testimonial-sec {
  background: #F1F3F8;
  padding: 100px 0;
  text-align: center;
  max-width: 100%;
  overflow: hidden;

  & .heading-40 {
    margin-bottom: 40px;
  }
}

.testimonial-sec .sm-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--yellowcolor);
  gap: 10px;

  & .star {
    margin-top: -5px;
  }
}

.testimonial-slider {
  display: inline-block;
  width: calc(100% + 30px);
  margin: 0 -30px 40px;

  & .slide-box {
    line-height: 0;
    padding: 0 15px;
  }
}

.testimonial-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
}

.testimonial-box .heading-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  text-align: left;
  flex-wrap: nowrap;
  padding: 50px 50px 30px 50px;
  margin-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}

.author-nm {
  font: normal normal bold 18px / 21px Inter;
  letter-spacing: 0px;
  color: #2E2F30;
  margin-bottom: 5px;
}

.testimonial-box .heading-wrap>.img-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 100%;
  font-size: 24px;
  font-family: "Inter";
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  height: 56px;
  width: 56px;
  min-width: 48px;
  border-radius: 100%;
}

.testimonial-box .heading-wrap>.img-wrap span {
  text-transform: uppercase;
}

.img-wrap.ruby-pink {
  background: #C2185B;
}

.img-wrap.navy-blue {
  background: #01579B;
}

.img-wrap.purple {
  background: #512DA8;
}

.img-wrap.orange {
  background: #BF360C;
}

.testimonial-box .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Inter';
  letter-spacing: 0px;
  color: var(--darkgrey);
}

.testimonial-slider:not(.slick-initialized) {
  display: inline-flex;

  &>.slide-box {
    flex: 1;
  }

  &>.slide-box:not(:nth-child(-n + 3)) {
    display: none;
  }
}

.author_nm {
  font-size: 18px;
  font-weight: 800;
  color: #252B2B;
  line-height: 1;
  margin-bottom: 8px;
}

.testimonial-text {
  padding: 30px 50px 50px 50px;
  position: relative;
}

.testimonial-text>p {
  font: normal normal normal 16px/22px Inter;
  letter-spacing: 0px;
  color: var(--darkgrey);
  text-align: left;
}

.testimonial-text>p:last-child {
  margin-bottom: 0;
}

.rate_wrap {
  display: inline-flex;
  align-items: center;
  gap: 4.8px;
  margin-bottom: 7px;
}

.testimonial-slider.slick-initialized .slick-list {
  overflow: visible;
  visibility: visible;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  top: calc(100% + 75px);
}

.testimonial-slider .slick-prev {
  left: calc(50% - 180px);
}

.testimonial-slider .slick-next {
  right: calc(50% - 180px);
}

.testimonial-slider {
  width: calc(100% + 60px);
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  filter: brightness(0) invert(10);
}

/* Testimonial Pop Up */

.fancy-test-popup {
  padding: 0;
  /* border-radius: 10px; */
  max-width: 550px;
  z-index: 1;
}

.fancy-test-popup .testimonial-box {
  border: 1px solid #1f87c84f;
  /* border-radius: 10px; */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.fancy-test-popup .testimonial-box .heading-wrap {
  padding: 30px 30px 20px 30px;
}

.fancy-test-popup .testimonial-box .testimonial-text {
  padding: 20px 30px 30px 30px;
  min-height: 150px;
}

/* -----------------------.testimonial-sec---------------------- */

/* ------------------- Professional Intallation -------------------- */
.img-content-sec.professional-diy-sec {
  & .right-content-side {
    padding-left: 0;

    & .heading-34 {
      margin-bottom: 20px;
    }
  }
}

.solution-list li {
  padding-left: 0;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;

  &:after {
    content: none;
  }
}

.solution-list li:last-child {
  margin-bottom: 0;
}

.solution-img {
  width: 40px;
  min-width: 40px;
}

.solution-content {
  width: calc(100% - 55px);

  & .heading-18 {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 2;
  }
}

/* -------------------- Why Choose Us -------------------- */
.why-choose-wrapper {
  display: flex;
  justify-content: space-between;

  & .why-choose-left {
    width: 50%;
    max-width: 556px;
  }

  & .why-choose-right {
    width: 50%;
  }
}

.why-choose-title {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  color: var(--darkgrey);
  margin-bottom: 10px;
}

.why-usp-content p:last-child {
  margin-bottom: 0;
}

.why-choose-usp-wrapper {
  & li {
    padding-left: 0;
    margin-bottom: 0;

    &::after {
      content: none;
    }
  }
}

.why-choose-usp-box {
  padding: 40px 45px 40px 48px;
  background: var(--lightbg);
}

.why-choose-js.slick-initialized {
  width: calc(100% + 36px);
  margin: 0 -18px;
}

.why-choose-js.slick-initialized .slick-slide {
  padding: 0 18px;
}

.why-choose-usp-wrapper:not(.why-choose-js.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.why-choose-js:not(.slick-initialized) .why-usp-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  height: 115px;
}

.why-choose-js:not(.slick-initialized) li:not(:nth-child(-n + 4)) {
  display: none;
}

.why-choose-js .slick-prev {
  left: -35px;
}

.why-choose-js .slick-next {
  right: -35px;
}

/* --------------------- Why Choose Us End ------------------- */

/* ----------------- Home CTA Section ------------------ */
.hm-cta-sec:has(+.insta-sec) {
  margin-bottom: 0;
}

.hm-cta-sec:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.4;
  z-index: -1;
}

.hm-cta-content {
  padding: 165px 15px;
  text-align: center;
  max-width: 1022px;
  margin: 0 auto;

  & [class*="heading-"],
  h2,
  h3,
  h4,
  h5 {
    color: var(--white);
  }

  & p,
  span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--white);

  }
}

.hm-cta-content {
  p a {
    color: var(--white);
  }
}


/* ----------------- Home CTA Section END ------------------ */


.smk_accordion.faq_accordion {
  margin-top: 20px !important;
  display: inline-block;
  width: 100%;
}

.img-content-sec.faqs-sec>.container {
  border-bottom: 1px solid #DFE2DE;
}

/* -----------------------insta-sec---------------------- */
.insta-sec {
  display: inline-block;
  width: 100%;
  text-align: center;

  & .sm-title {
    display: inline-flex;
    gap: 8px;
    align-items: center;
  }
}

.insta-sec .sbi_photo_wrap::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  background: url(../images/instagram.svg) no-repeat #ffffff00;
  z-index: 2;
}


/* -----------------------insta-sec---------------------- */

/* ------------.slick-dotted -------------*/
/* .slick-dotted { 
    padding-bottom: 40px;
} */
.slick-dots {
  bottom: -25px;
}

.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
  width: 24px;
  height: 24px;
  min-height: auto;
  background-color: transparent;
}

.slick-slider .slick-dots li::after {
  display: none;
}

.slick-slider .slick-dots li button {
  padding: 12px;
}

.slick-slider .slick-dots li button:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 0px;
  background: rgb(255, 255, 255, 70%);
  opacity: 1;
  border: 0px solid transparent;
  border-radius: 100%;
  margin: auto;
}

.slick-slider .slick-dots li button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before,
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 0.2;
}

.slick-slider .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  opacity: 1;
}

.slick-slider .slick-dots li button:hover:before,
.slick-slider .slick-dots li button:focus:before {
  background-color: #fff;
  border: 0px solid transparent;
  opacity: 1;
}

.slick-slider .slick-dots li button:hover:after,
.slick-slider .slick-dots li.slick-active button:after {
  opacity: 1;
}

/* ------------.slick-dotted -------------*/

.mobile-btn {
  display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .sticky {
    position: sticky !important;
    top: 100px;
    align-self: flex-start;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Super large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }
}

/* Duper large devices (large desktops, 1600px and up) */
@media (min-width: 1921px) {}

@media (max-width: 1800px) {}

@media (max-width: 1599.98px) {

  /* -------------- Common Content Sec --------------- */
  .img-content-sec {
    & .flex-container {
      & .left-img-side {
        width: calc(50% - 20px);
        margin-bottom: 80px;
      }

      & .right-content-side {
        width: calc(50% - 20px);
        margin-bottom: 80px;
      }
    }
  }

  /* ------------------ HM-USP Section ------------------ */
  .hm-usp-wrapper {
    & li {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  /* -------------------- Why Choose Us -------------------- */
  .why-choose-js.slick-initialized {
    width: calc(100% + 28px);
    margin: 0 -14px;
  }

  .why-choose-js.slick-initialized .slick-slide {
    padding: 0 14px;
  }

  .why-choose-usp-box {
    padding: 35px 35px 35px 35px;
  }

  /* ------------------- Why Choose CTA UltraScreen ------------------- */
  .why-choose-cta-slider:not(.slick-initialized) {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
  }

  .why-choose-cta-slider:not(.slick-initialized) li:not(:nth-child(-n + 3)) {
    display: none;
  }

  /* ----------------- Home CTA Section ------------------ */
  .hm-cta-content {
    padding: 140px 15px;
  }
}

@media (max-width: 1439.98px) {

  /* -------------- Common Content Sec --------------- */
  .img-content-sec {
    & .flex-container {
      & .left-img-side {
        margin-bottom: 60px;
      }

      & .right-content-side {
        margin-bottom: 60px;
      }
    }
  }

  .head-sec {
    margin-bottom: 30px;
  }

  .testimonial-sec {
    padding: 60px 0;
  }

  .testimonial-slider {
    width: calc(100% + 20px);
    margin: 0 -10px 40px;
    padding: 0 0px;

    & .slide-box {
      line-height: 0;
      padding: 0 10px;
    }
  }

  /* ------------------ HM-USP Section ------------------ */
  .hm-usp-wrapper {
    & li {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  .hm-usp-wrapper:not(.slick-initialized)>li {
    width: 33.33%;
  }

  .hm-usp-wrapper:not(.slick-initialized)>li:not(:nth-child(-n + 3)) {
    display: none;
  }

  /* ------------------- Find Screen CSS ------------------- */
  .find_screen_wrapper.slick-initialized,
  .find_screen_wrapper:has(+ .btnlist) {
    margin: 0 -10px 35px;
  }

  .find_screen_wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px 35px;
    row-gap: 20px;
  }

  .find_screen_sec .intro-sec {
    margin-bottom: 35px;
  }

  .find_screen_lisiting {
    padding: 0 10px;
  }

  .find_screen_lisiting .find_screen_title {
    font-size: 20px;
    line-height: 45px;
  }

  .find-screen-js .slick-arrow {
    top: calc(100% + 63px);
  }

  .about-page .find_screen_sec .intro-sec {
    margin-bottom: 35px;
  }

  /* -----------------------.testimonial-sec---------------------- */
  .testimonial-slider {
    .testimonial-box .heading-wrap {
      padding: 40px 40px 30px 40px;
    }
  }

  .testimonial-text {
    padding: 30px 40px 40px 40px;
  }

  /* ------------------- Why Choose CTA UltraScreen ------------------- */
  .why-choose-cta .intro-sec {
    & p {
      margin-bottom: 35px;
    }
  }

  .why-choose-cta-slider .slick-arrow {
    top: unset;
    bottom: -68px;
  }

  .why-choose-cta-slider .slick-prev {
    left: calc(50% - 45px);
  }

  .why-choose-cta-slider .slick-next {
    right: calc(50% - 45px);
  }

  .why-choose-cta-slider.slick-initialized {
    margin-bottom: 70px;
  }

  /* -------------------- Why Choose Us -------------------- */
  .why-choose-usp-wrapper:not(.why-choose-js.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .why-choose-usp-wrapper:not(.why-choose-js.slick-initialized) li:not(:nth-child(-n + 3)) {
    display: none;
  }

  .why-choose-usp-box {
    padding: 30px;
  }

  /* ----------------- Home CTA Section ------------------ */
  .hm-cta-content {
    padding: 120px 15px;
  }
}

@media (max-width: 1199.98px) {

  /* -------------- Common Content Sec --------------- */
  .img-content-sec {
    & .flex-container {
      & .left-img-side {
        margin-bottom: 40px;
      }

      & .right-content-side {
        margin-bottom: 40px;
      }
    }
  }

  /* ------------------ HM-USP Section ------------------ */
  .hm-usp-wrapper {
    padding-top: 10px;

    & li {
      padding-left: 20px;
      padding-right: 0px;
    }
  }

  .hm-usp-wrapper:not(.slick-initialized)>li {
    padding-right: 20px;
  }

  .hm-usp-wrapper.slick-initialized:has(.slick-arrow) {
    margin-bottom: 65px;
  }

  /* ------------------- Find Screen CSS ------------------- */
  .find_screen_sec .intro-sec {
    padding-top: 10px;
  }

  .find_screen_sec .intro-sec {
    margin-bottom: 30px;
  }

  .find_screen_wrapper {
    margin: 0 -10px 30px;
  }

  .find-screen-js .slick-arrow {
    top: calc(100% + 59px);
  }

  .find_screen_lisiting .find_screen_title {
    font-size: 18px;
    line-height: 42px;
  }

  .about-page .find_screen_sec .intro-sec {
    margin-bottom: 25px;
  }

  /* ------------------- Why Choose CTA UltraScreen ------------------- */
  .why-choose-cta-slider.slick-initialized {
    width: calc(100% + 20px);
    margin: 0 -10px;
    margin-bottom: 70px;
  }

  .why-choose-cta-slider.slick-initialized .slick-slide {
    padding: 0 10px;
  }

  .wc-usp-box {
    padding: 25px;
  }

  /* -------------------- Why Choose Us -------------------- */
  .why-choose-usp-wrapper:not(.why-choose-js.slick-initialized) {
    gap: 25px;
  }

  .why-choose-usp-box {
    padding: 20px;
  }

  /* ------------------- Why Choose CTA UltraScreen ------------------- */
  .why-choose-cta-slider:not(.slick-initialized) {
    gap: 20px;
    margin-bottom: 30px;
  }

  .why-choose-cta-slider:not(.slick-initialized) li:not(:nth-child(-n + 2)) {
    display: none;
  }

  .why-choose-cta .intro-sec {
    & p {
      margin-bottom: 25px;
    }
  }

  /* -----------------------.testimonial-sec---------------------- */
  .testimonial-sec {
    padding: 40px 0;
  }

  .testimonial-slider {
    margin: 0 -10px 35px;

    &:not(.slick-initialized) {
      &>.slide-box:not(:nth-child(-n + 2)) {
        display: none;
      }
    }

    .testimonial-box .heading-wrap {
      padding: 30px;
    }
  }

  .testimonial-text {
    padding: 30px;
  }

  .testimonial-slider .slick-prev {
    left: calc(50% - 160px);
  }

  .testimonial-slider .slick-next {
    right: calc(50% - 160px);
  }

  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    top: calc(100% + 64px);
  }

  /* ----------------- Home CTA Section ------------------ */
  .hm-cta-content {
    padding: 100px 15px;
  }

  /* ---------------------------------------- */

  .smk_accordion.faq_accordion {
    margin-top: 0 !important;
  }

  .service-details {
    & .btnlist>a {
      font-size: 14px;
    }
  }
}

@media (max-width: 991.98px) {

  /*  for ccs Model option - 2  */
  .popup-body {
    flex-direction: column;
  }

  #optiontwo .popup-body .pop-up-left {
    display: none;
  }

  #optiontwo .popup-body .pop-up-right {
    width: 100%;
    padding: 50px;
  }

  #optiontwo {
    max-width: 95%;
  }

  /* Area Form Banner */
  .form-group.btnbox {
    margin-top: 30px;
  }

  /* -------------- Common Content Sec --------------- */

  .img-content-sec {
    & .flex-container {
      flex-wrap: wrap;
      gap: 0;

      & .left-img-side,
      & .right-content-side {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
      }
    }
  }

  .img-content-sec {
    & .flex-container.row-reverse {
      flex-direction: column-reverse;
    }
  }

  .section-right-square::after {
    right: -140px;
    width: 140px;
    height: 245px;
  }

  .row-reverse .section-right-square::after {
    left: -150px;
  }

  /* ------------------ HM-USP Section ------------------ */
  .hm-usp-wrapper.slick-initialized .slick-prev {
    left: calc(50% - 40px);
  }

  .hm-usp-wrapper.slick-initialized .slick-next {
    right: calc(50% - 40px);
  }

  .hm-usp-wrapper:not(.slick-initialized) {
    padding-bottom: 30px;
  }

  .hm-usp-wrapper:not(.slick-initialized)>li {
    width: 50%;
  }

  .hm-usp-wrapper:not(.slick-initialized)>li:not(:nth-child(-n + 2)) {
    display: none;
  }

  /* ------------------- Find Screen CSS ------------------- */
  .find_screen_wrapper.slick-initialized,
  .find_screen_wrapper:has(+ .btnlist) {
    margin: 0 -10px 30px;
  }

  .find-screen-js .slick-arrow {
    top: calc(100% + 58px);
  }

  .find-screen-js .slick-prev {
    left: calc(50% - 170px);
  }

  .find-screen-js .slick-next {
    right: calc(50% - 170px);
  }

  .find_screen_lisiting {
    width: 50%;
  }

  .homepg .find_screen_wrapper:not(.slick-initialized)>a:not(:nth-child(-n + 2)) {
    display: none;
  }

  /* ------------------- Why Choose CTA UltraScreen ------------------- */
  .why-choose-cta .intro-sec {
    & p {
      margin-bottom: 25px;
    }
  }

  /* -------------------- Why Choose Us -------------------- */
  .why-choose-wrapper {
    flex-wrap: wrap;

    & .why-choose-left {
      width: 100%;
      max-width: 100%;
    }

    & .why-choose-right {
      width: 100%;
    }
  }

  .why-choose-usp-wrapper:not(.why-choose-js.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .why-choose-usp-wrapper:not(.why-choose-js.slick-initialized) li:not(:nth-child(-n + 2)) {
    display: none;
  }

  .why-choose-left .heading-50 {
    margin-bottom: 20px;
  }

  .why-choose-left .logo-wrapper.mb-30 {
    margin-bottom: 20px;
  }

  /* ----------------- Home CTA Section ------------------ */
  .hm-cta-content {
    padding: 80px 15px;
  }

  /* -------------------- Product Tab -------------------- */
  ul.product-tab-list {
    gap: 10px;

    & li {
      margin-bottom: 0;

      & a {
        padding: 12px;
        min-width: 140px;
      }
    }
  }

  /* ------------------------------------------------------- */
  .service-details {
    transform: translate(0);
  }

  .cta-wrap {
    padding: 40px 60px;
    max-width: 90%;
  }

  .service-details {
    & .btnlist>a {
      font-size: 16px;
    }
  }

}

@media (max-width: 767.98px) {

  /* ------------------ Common button animation css ---------------- */
  button,
  .button,
  button[type="submit"],
  input[type="submit"] {
    padding: 9px;
    gap: 8px;
    border-radius: 0;

    &:hover {
      border-radius: 0;
      gap: 8px;
      padding: 9px;
    }
  }

  /*  for ccs Model option - 2  */
  #optiontwo .popup-body .pop-up-right {
    padding: 40px;
  }

  /* ------------------- Why Choose CTA UltraScreen ------------------- */
  .wc-usp-img {
    margin-bottom: 15px;
  }

  .wc-usp-img img {
    width: 60px;
  }

  .why-choose-cta-slider:not(.slick-initialized) li:not(:nth-child(-n + 1)) {
    display: none;
  }

  /* ------------------ HM-USP Section ------------------ */
  .hm-usp-wrapper {
    & li {
      padding-left: 20px;
    }
  }

  /* -----------------------.testimonial-sec---------------------- */

  .testimonial-sec .heading-44 {
    margin-bottom: 25px;
  }

  .testimonial-slider {
    width: calc(100% + 10px);
    margin: 0 -5px 30px;

    &:not(.slick-initialized) {
      &>.slide-box:not(:nth-child(-n + 1)) {
        display: none;
      }
    }

    & .slide-box {
      padding: 0 5px;
    }
  }

  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    top: calc(100% + 59px);
  }

  /* ----------------- Home CTA Section ------------------ */
  .hm-cta-content {
    padding: 60px 15px;
  }

  /* -------------------- Product Tab -------------------- */
  ul.product-tab-list {
    gap: 10px;
    overflow-x: auto;
    justify-content: unset;
  }
}

@media (max-width: 575.98px) {

  /* common-css */
  .btnlist {
    gap: 10px;
  }

  button,
  .button,
  button[type="submit"],
  input[type="submit"] {
    padding: 9px 9px 9px;
    gap: 8px;
    font-weight: 500;
  }

  [class*="heading-"],
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
    line-height: 1.1;
  }

  /* common-css */

  .heading_line_ark {
    & .heading-18 {
      font-size: 16px;
      padding: 0 15px;
      margin: 0 auto 28px;
    }
  }

  .head-sec {
    & .head-wrap {
      align-items: center;
      text-align: center;
    }
  }

  .mobile-btn {
    display: inline-flex;
  }

  /* ------------------ HM-USP Section ------------------ */
  .hm-usp-wrapper:not(.slick-initialized)>li {
    width: 100%;
  }

  .hm-usp-wrapper:not(.slick-initialized)>li:not(:nth-child(-n + 1)) {
    display: none;
  }

  /* -----------------------.testimonial-sec---------------------- */
  .testimonial-sec {
    padding: 30px 0;
  }

  .testimonial-sec .heading-44 {
    margin-bottom: 20px;
  }

  .author_nm {
    font-size: 16px;
  }

  .testimonial-slider {
    .testimonial-box .heading-wrap {
      padding: 20px;
    }

    & .img-wrap {
      height: 45px;
      width: 45px;

      & span {
        font-size: 18px;
      }
    }
  }

  .testimonial-text {
    padding: 20px;
  }

  .testimonial-slider {
    margin: 0 -5px 30px;
  }

  .testimonial-slider .slick-prev,
  .testimonial-slider .slick-next {
    top: calc(100% + 57px);
  }

  .testimonial-slider .slick-prev {
    left: calc(50% - 145px);
  }

  .testimonial-slider .slick-next {
    right: calc(50% - 145px);
  }

  .left-img-side.sec-info-wrap {
    & .img-wrap {
      position: relative;

      & img {
        height: 446px;
        max-width: 100%;
        object-position: right;
      }
    }
  }

  .cta-wrap {
    padding: 45px 20px;
    max-width: 90%;
    gap: 0;
    text-align: center;

    & .btnlist {
      justify-content: center;
      width: 100%;
    }

    & .heading-50 {
      font-size: 26px;
      line-height: 1.3;
      margin-bottom: 10px;
    }

    & .btnlist>a {
      min-width: 180px;
    }
  }

  .testimonial-sec .sm-title {
    font-size: 14px;
    letter-spacing: 1px;
  }

  /* ------------------- Find Screen CSS ------------------- */
  .find_screen_wrapper {
    width: calc(100% + 15px);
    margin: 0 -7.5px 30px;
    row-gap: 20px;
  }

  .find_screen_lisiting {
    padding: 0 7.5px;
  }

  .find_screen_lisiting .find_screen_title {
    font-size: 16px;
    line-height: 38px;
  }

  .find_screen_wrapper.slick-initialized,
  .find_screen_wrapper:has(+ .btnlist) {
    margin: 0 -10px 25px;
  }

  .find-screen-js .slick-arrow {
    top: calc(100% + 52px);
  }

  .find-screen-js .slick-next {
    right: calc(50% - 155px);
  }

  .find-screen-js .slick-prev {
    left: calc(50% - 155px);
  }

  .find_screen_lisiting {
    width: 100%;
  }

  .homepg .find_screen_wrapper:not(.slick-initialized)>a:not(:nth-child(-n + 1)) {
    display: none;
  }

  /* ------------------- Why Choose CTA UltraScreen ------------------- */
  .why-choose-cta .intro-sec {
    & p {
      margin-bottom: 20px;
    }
  }

  .wc-usp-box {
    padding: 20px;
  }


  /* ----------------- Home CTA Section ------------------ */
  .hm-cta-content {
    padding: 40px 15px;

    & p,
    span {
      font-size: 16px;
    }
  }

  /* -------------------------------- */

  .form-group.form-group50 {
    width: 100%;
  }

  .form-group.btnbox {
    margin-top: 20px;
  }


  /* -------------------- Why Choose Us -------------------- */
  .why-choose-usp-box {
    padding: 20px;
  }

  .why-choose-usp-wrapper:not(.why-choose-js.slick-initialized) {
    grid-template-columns: repeat(1, 1fr);
  }

  .why-choose-usp-wrapper:not(.why-choose-js.slick-initialized) li:not(:nth-child(-n + 1)) {
    display: none;
  }

  .why-choose-left .heading-50 {
    margin-bottom: 10px;
  }

  /* -----------------------insta-sec---------------------- */
  .insta-title {
    width: 100%;
    text-align: center;
  }

  .insta-intro.flex-container.justify-content-between {
    justify-content: center !important;
  }

}