/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}
/*html { font-size: 1em; line-height: 1.4; }*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:focus {
  outline: none;
}
a {
  outline: 0 !important;
  color: #000000;
}

/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
}
a img {
  border: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.FL {
  float: left;
}
.FR {
  float: right;
}
.CL {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.CL1 {
  clear: both;
}
.CTR {
  text-align: center;
}
.TAR {
  text-align: right;
}
.uline {
  text-decoration: underline;
}
.UC {
  text-transform: uppercase;
}
.FL {
  float: left;
}
.FR {
  float: right;
}
.FN {
  float: none;
}
.CL {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.CL1 {
  clear: both;
}
:focus {
  outline: 0;
}
.PR {
  position: relative;
}
.checkBox {
  height: 13px;
  width: 13px;
  vertical-align: middle;
}
.no_brd {
  border: 0 !important;
}
.dsno {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  box-sizing: border-box;
}
@font-face {
  font-family: "futuralight";
  src: url("/fonts/futura_light_bt-webfont.woff2") format("woff2"),
    url("/fonts/futura_light_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futuramedium";
  src: url("/fonts/futura_medium_bt-webfont.woff2") format("woff2"),
    url("/fonts/futura_medium_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

header {
  background: #034f9c;
  height: 53px;
  position: relative;
}
.mobmenu {
  display: none;
}
.deskmenu {
  display: flex;
}
.headin {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headin ul li a {
  display: inline-block;
  margin: 0px 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 0px;
}
.custom {
  width: 100%;
}
.custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-nav.disabled {
  display: none;
}
.counter {
  width: 580px;
  margin: -75px auto 0px;
  background: #fff;
  box-shadow: 0px 0px 242.1px -30px #00000040;
  color: #00509e;
  padding: 33px 0px;
  border-radius: 8px;
  position: relative;
  z-index: 9;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.counting {
  margin: 0px;
  display: inline-block;
}
.counterdesc {
  font-size: 14px;
  font-family: "futuralight";
}
.cnt {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}
.mainconte {
  position: relative;
  height: 300px;
}
.dividerwarli {
  text-align: center;
  width: 100%;
  margin-top: -90px;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  overflow: hidden;
  font-family: "gothamblack";
  font-size: 35px;
  line-height: 40px;
  color: #00509e;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 100px;
  padding: 0 40px;
}
.content__container:before {
  content: "";
  left: 0;
}
.content__container:after {
  content: "";
  position: absolute;
  right: 0;
}
.content__container:after,
.content__container:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
  padding-right: 10px;
  line-height: 45px;
}
.content__container__list {
  margin-top: 0;
  padding-left: 110px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 100px;
  margin: 0;
  display: flex;
}

.content__container__list__item span {
  width: 200px;
  height: 83px;
  border-radius: 20%;
  margin-left: 10px;
}
.content__container__list__item span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20%;
}

@-webkit-keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%,
  12.66%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%,
  29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%,
  45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%,
  62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%,
  79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%,
  95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@font-face {
  font-family: "futuralight";
  src: url("../fonts/futura_light_bt-webfont.woff2") format("woff2"),
    url("../fonts/futura_light_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futuramedium";
  src: url("../fonts/futura_medium_bt-webfont.woff2") format("woff2"),
    url("../fonts/futura_medium_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamblack";
  src: url("../fonts/gotham-black-webfont.woff2") format("woff2"),
    url("../fonts/gotham-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.homeslider2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whatdo {
  height: 452px;
  background: #034f9c;
}
.abtusn {
  height: 300px;
  background: #034f9c;
}
.whatdocen {
  width: 580px;
  margin: 0px auto;
  padding-top: 80px;
  text-align: center;
}

.dividerwhatdo {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.whatdocen h2 {
  font-family: "futuralight";
  font-size: 32px;
  color: #fff;
}
.whatdocen h2 span {
  font-family: "futuramedium";
}
.whatdodesc {
  font-family: "futuramedium";
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding-top: 22px;
}
.benifitssec {
  width: 900px;
  margin: 0 auto;
  font-family: "futuralight";
}
.benftitle {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}
.benftitle span {
  font-weight: 800;
  font-family: "futuramedium";
}
.newstitle {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  font-family: "futuralight";
}
.newstitle span {
  font-weight: 800;
  font-family: "futuramedium";
}
.panind {
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
  font-family: "futuralight";
}
.dividerwarlisec {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.dividerwarlisec1 {
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: -20px;
}
.bengrid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.benfbox {
  background: #2d2d2d;
  border-radius: 10px;
  padding: 4px;
}
.benimg {
  width: 100%;
}
.benimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px 4px 0px 0px;
}
.bendesc {
  padding: 15px 12px;
  font-family: "futuralight";
}
.bendesc h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding-bottom: 5px;
  color: #ffffff;
}
.bendesc p {
  color: #d9d9d9;
  font-size: 12px;
  margin: 0px;
}
.hotsellsld {
  margin-top: 40px;
}
.hotsellsld .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  
}

.lighths {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.lb-details {
  display: none;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.newssec {
  width: 1010px;
  margin: 0 auto;
  font-family: "futuralight";
}
.testitop {
  height: 340px;
  background: #000;
  padding-top: 58px;
  text-align: center;
  font-family: "futuralight";
}
.testitop h2 {
  font-size: 32px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}
.testitop h2 span {
  font-weight: 900;
  font-family: "futuramedium";
}
.testitop p {
  padding: 8px 0px 0px 0px;
  margin: 0px;
  font-size: 14px;
  color: #fff;
  font-family: "futuralight";
}
.testibox {
  width: 712px;
  height: 370px;
  box-sizing: border-box;
  border: 2px solid #e8128c;
  padding: 30px;
  margin: -260px auto 0 auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 125.8px 13px #00000040;
}
.testbxs {
  display: flex;
  justify-content: space-between;
}
.deanname {
  font-weight: 600;
  font-family: "futuramedium";
  font-size: 16px;
  padding-top: 20px;
}
.denborder {
  width: 90px;
  height: 1px;
  border-top: 2px solid #000;
  margin-top: 30px;
}
.testbxsleft {
  width: 237px;
  height: 300px;
}
.testbxsleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.testbxsright {
  width: 390px;
  font-family: "futuralight";
  padding-top: 40px;
}
.cityname {
  font-size: 20px;
  font-weight: 400;
}
.pername {
  font-family: "Reem Kufi", sans-serif;
  font-size: 24px;
  color: #00509e;
  font-weight: 700;
}
.testdesc {
  font-size: 16px;
  font-weight: 400;
}
/* Wrapper for the form */
.fillform {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto;
  background: #034f9c;
  border-radius: 10px;
  padding: 42px;
  color: white;
  box-sizing: border-box;
}

/* Container */
.formssec {
  width: 100%;
}


/*.panind {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}*/

/* Row styling */
.firstrow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

/* Column definitions */
.firstrowcol1,
.firstrowcol2,
.firstrowcol3,
.firstrowcol4,
.firstrowcol5 {
  box-sizing: border-box;
}

/* Adjust column widths with responsiveness */
.firstrowcol1 {
  flex: 1 1 calc(25% - 20px);
  min-width: 200px;
}

.firstrowcol2 {
  flex: 1 1 calc(50% - 20px);
  min-width: 300px;
}

.firstrowcol3 {
  flex: 1 1 100%;
  min-width: 300px;
}

.firstrowcol4 {
  flex: 1 1 100%;
}

.firstrowcol5 {
  flex: 1 1 calc(50% - 20px);
  min-width: 250px;
}

/* Input styling */
.formssec input,
.formssec textarea,
.formssec select {
  width: 100%;
  height: 58px;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  padding: 0px 20px;
  box-sizing: border-box;
}

/* Textarea height */
.formssec textarea {
  height: 120px;
  resize: vertical;
  padding: 15px 20px;
}

/* Captcha */
.firstrowcol2 .captcha {
  display: flex;
  align-items: center;
}

/* Button */
.sendbtn {
  background-color: #d03000;
  color: #ffffff;
  font-weight: bold;
  border: none;
  padding: 16px 32px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.sendbtn:hover {
  background-color: #d03000;
}

.TAR {
  text-align: right;
  margin-top: 20px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .firstrow {
    flex-direction: column;
  }
}

.location {
  width: 18px;
  height: 24px;
  position: absolute;
  z-index: 1;
  background: url(../images/location.png) no-repeat;
  background-size: 100%;
  top: 15px;
  right: 12px;
}
.footer {
  background: #151515;
  padding-top: 70px;
  color: #fff;
  padding-bottom: 20px;
  font-family: "futuralight";
}
.footerwrap {
  margin: 0 auto;
  width: 95%;
}
.footerbtm {
  border-top: 1px solid #fff;
  padding-top: 14px;
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
}
.footColm1 {
  width: 35%;
  float: left;
}
.footColm2 {
  width: 21%;
  float: left;
}
.footColm3 {
  width: 21%;
  float: left;
}
.footColm4 {
  width: 23%;
  float: left;
}
.crePer {
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 2;
}
.crePer span {
  color: #00509e;
}
.ckartfLogo {
  width: 148px;
  height: 55px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  display: block;
}
.otherLink {
  color: #fff;
  font-size: 14px;
}
.otherList {
  padding-top: 30px;
}
.otherList li {
  padding-bottom: 8px;
}
.otherList li a {
  color: #8a8a8a;
  font-family: "futuralight", sans-serif;
  font-size: 14px;
}
.footColm3 .otherList li a {
  font-weight: 800;
}
.otherList li a span {
  margin-right: 5px;
}
.googlemap {
  margin-top: 35px;
}
.googlemap img {
  width: 100%;
  height: auto;
  display: block;
}
.adddesc {
  padding-top: 30px;
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  line-height: 1.5;
}
.pancake {
  display: none;
}
.learnwarli {
  display: block;
  margin-bottom: 20px;
}

.sl4529-container {
  width: 400px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.sl4529-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 35px;
  background-color: #ffffff;
  transition: transform 0.5s ease;
  gap: 10px;
}

.sl4529-slide:nth-child(odd) {
  background-color: #ffffff;
}

.sl4529-slide img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.aboutsec1 {
  width: 940px;
  margin: 60px auto 0px auto;
  display: flex;
  justify-content: space-between;
}
.abt1img {
  width: 224px;
  height: 306px;
  border-radius: 13px;
}
.abt1img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abtsec1lft {
  width: 640px;
}
.abtsec1lft h1 {
  font-family: "futuralight";
  font-size: 32px;
}
.abtsec1lft h1 span {
  font-family: "futuramedium";
  font-weight: 700;
}
.abt1desc {
  font-family: "futuralight";
  font-size: 18px;
  color: #000;
  padding-top: 35px;
}
.abt1desc span {
  font-family: "futuramedium";
  font-weight: 600;
}
.abtpartner {
  width: 920px;
  margin: 0 auto;
}
.whyabt1 {
  font-family: "futuralight";
  font-size: 32px;
  color: #000;
  margin-bottom: 45px;
  font-weight: 500;
}
.whyabt1 span {
  font-family: "futuramedium";
  font-weight: 900;
}
.whyabdesc {
  font-family: "futuralight";
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 90px;
}
.abtprod {
  margin-bottom: 90px;
}

@media screen and (max-width: 1800px) {
  .counter {
    margin: -155px auto 0px;
  }
}
@media screen and (max-width: 1600px) {
  .counter {
    margin: -75px auto 0px;
  }
}
@media screen and (max-width: 1536px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
  .content__container__list__item span {
    width: 168px;
    height: 70px;
  }
}
@media screen and (max-width: 580px) {
  .deskmenu {
    display: none;
  }
  .pancake {
    display: block;
    width: 20px;
    height: 14px;
    background: url(../images/pancakeimgact.png) no-repeat;
    margin-right: 10px;
  }
  .headin {
    width: 100%;
  }
  .counter {
    width: 80%;
    margin: -125px auto 0px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .content {
    position: absolute;
    width: 90%;
    font-size: 20px;
  }
  .content__container__list {
    padding-left: 70px;
  }
  .dividerwarli {
    width: 90%;
    margin: -90px auto 0px;
  }
  .dividerwhatdo {
    width: 90%;
    margin: 40px auto;
  }
  .dividerwarli img,
  .dividerwarlisec img,
  .dividerwarlisec1 img,
  .dividerwhatdo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mainconte {
    height: 210px;
  }
  .benifitssec {
    width: 90%;
  }
  .benftitle {
    font-size: 25px;
  }
  .bengrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dividerwarlisec,
  .dividerwarlisec1 {
    width: 90%;
    margin: 30px auto 25px;
  }
  .benftitle {
    padding-top: 0px;
    font-size: 25px;
  }
  .whatdocen {
    width: 94%;
    padding-top: 50px;
  }
  .testbxsright {
    padding-top: 10px;
  }
  .newssec {
    width: 90%;
  }
  .lighths {
    grid-template-columns: repeat(1, 1fr);
  }
  .lighths img {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
  .testitop {
    height: auto;
    padding: 30px 20px;
  }
  .testibox {
    width: 90%;
    height: auto;
    padding: 30px;
    margin: 20px auto 0px;
  }
  .testbxs {
    display: block;
  }
  .testbxsleft {
    width: 100%;
    height: 450px;
    margin-bottom: 15px;
  }
  .testbxsright {
    width: 100%;
  }
  .formssec {
    width: 90%;
    margin: 0 auto;
    font-family: "futuralight";
  }
  .newstitle {
    font-size: 25px;
  }
  .fillform {
    width: 100%;
    padding: 20px;
  }
  .firstrow {
    display: block;
  }
  .firstrowcol1,
  .firstrowcol5 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .firstrowcol2,
  .firstrowcol3 {
    width: 100%;
  }
  .sendbtn {
    width: 100%;
  }
  .footer {
    padding-top: 50px;
  }
  .footerwrap {
    width: 90%;
  }
  .footColm1 {
    width: 100%;
    float: none;
  }
  .footColm2,
  .footColm3,
  .footColm4 {
    width: 100%;
    float: none;
  }
  .content__container__list__item span {
    display: none;
  }
  .mobmenu {
    display: none;
    background: #034e9a;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 50px;
  }
}

@media screen and (max-width: 1025px) {
  .content {
    font-size: 20px;
    width: 540px;
    transform: translate(-41%, -50%);
  }
  .content__container__list {
    padding-left: 70px;
  }
}
@media screen and (max-width: 580px) {
  .content {
    width: 360px;
  }
  .content__container {
    padding: 0 10px;
  }
  .sl4529-container {
    width: 260px;
  }
  .sl4529-slide {
    font-size: 17px;
  }
  .content {
    transform: translate(-45%, -72%);
  }
  .otherList {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .abtusn .whatdocen {
    padding-top: 40px;
  }
  .abtusn {
    height: 230px;
  }
  .aboutsec1 {
    width: 90%;
    margin: 50px auto 0px auto;
    display: block;
  }
  .abtsec1lft {
    width: 100%;
    margin-bottom: 15px;
  }
  .abt1img {
    margin: 0 auto;
  }
  .abtpartner {
    width: 90%;
  }
  .whyabdesc {
    margin-bottom: 50px;
  }
}
