:root {
  --theme-color: #0753b1;
  --theme-text: #fff;
  --btn-text: #fff;
}

body.device-mobile .pac-container {
  top: 340px !important;
}

input::placeholder {
  color: #aaa !important;
}

.floating-labels {
  position: relative;
  margin-bottom: 10px;
}

.floating-labels input {
  position: relative !important;
  z-index: 1 !important;
  height: 25px;
  padding: 18px 0 0 10px !important;
  box-sizing: content-box !important;
  width: 95% !important;
  background: rgba(255, 255, 255, 0) !important;
}

.floating-labels select {
  padding: 5px 0 5px 10px;
  box-sizing: content-box;
  width: 95%;
}

.floating-labels input::placeholder {
  opacity: 0;
}

.floating-labels label {
  font-size: 15px;
  font-family: montserrat, sans-serif;
  transition: all .2s;
  cursor: text;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  opacity: 0.6;
  font-weight: normal;
}

.floating-labels input:focus+label,
.floating-labels input:not(:placeholder-shown)+label {
  font-size: 12px;
  color: #3498db;
  top: 25%;
  z-index: 2;
}

.floating-labels select+label {
  display: none;
}

@supports (-ms-ime-align:auto) {
  .floating-labels label {
    display: none;
  }

  .floating-labels input {
    height: 43px;
    padding: 0 0 0 10px !important;
  }
}

.optout-link {
  display: none;
}

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  font-family: 'Barlow';
  font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

table,
tr,
td {
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a:hover {}

img {
  border: none;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.img-full {
  max-width: 100%;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.forMob,
.forTab {
  display: none !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*=========FONTS===========*/
@font-face {
  font-family: 'Barlow';
  src: url(../fonts/Barlow-Medium.woff2) format('woff2'),
    url(../fonts/Barlow-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url(../fonts/Barlow-Bold.woff2) format('woff2'),
    url(../fonts/Barlow-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url(../fonts/Barlow-Regular.woff2) format('woff2'),
    url(../fonts/Barlow-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url(../fonts/Barlow-SemiBold.woff2) format('woff2'),
    url(../fonts/Barlow-SemiBold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url(../fonts/Barlow-ExtraBold.woff2) format('woff2'),
    url(../fonts/Barlow-ExtraBold.woff) format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


/*==========sectionOne============*/
.sectionOne {
  float: left;
  width: 100%;
  padding: 40px 0 80px;
  position: relative;
  z-index: 9;
}

.s1-text1 {
  float: left;
  width: 100%;
  font-size: 63px;
  line-height: 65px;
  font-weight: bold;
  color: #000;
}

.s1-text2 {
  float: left;
  width: 100%;
  font-size: 160px;
  line-height: 140px;
  letter-spacing: 1px;
  font-weight: 800;
  color: var(--theme-color) !important;
  text-transform: uppercase;
}

.s1-row {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.s1-left {
  float: left;
  width: 51%;
}

.s1-text3 {
  float: left;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.s1-rght {
  float: right;
  width: 47%;
}

.button {
  display: block;
  margin: 40px auto auto auto;
  width: 450px;
  height: 60px;
  border-radius: 30px;
  line-height: 52px;
  font-weight: 700;
  font-size: 26px;
  color: var(--btn-text);
  background-color: var(--theme-color) !important;
  border: 2px solid #000;
}

.button:hover {
  background-color: #06489b !important;
}
/*==============Media=============*/


@media only screen and (max-width:1187px) {
  .container {
    width: 1004px;
  }

}

@media only screen and (max-width:1021px) {
  .container {
    width: 750px;
  }

  .forDesk {
    display: none;
  }

  .forTab {
    display: block;
  }

  .s1-text1 {
    font-size: 50px;
    line-height: 60px;
  }

  .s1-left {
    width: 45%;
  }

  .s1-text3 {
    font-size: 28px;
    line-height: 36px;
  }
}


@media only screen and (max-width:767px) {
  .container {
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
  }

  .forMob {
    display: block !important;
  }

  .hide-mob {
    display: none;
  }

  .s1-text1 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
  }

  .s1-text2 {
    font-size: 51px;
    line-height: 61px;
  }

  .s1-text3 {
    font-size: 21px;
    line-height: 28px;
    margin: 5px 0;
    letter-spacing: 0.5px;
  }

  .button {
    width: 280px;
    font-size: 22px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .timer-sec {
    margin-top: 10px !important;
  }
}

/*==========================*/

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;

  animation-duration: 2.0s;
  -webkit-animation-duration: 2.0s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

/*-----------------------
		Pulse
------------------------*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.85);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.85);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.85);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.85);
  }
}
