/* Global Start */
* {
  font-family: "Poppins", sans-serif;
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
  line-height: 1.4;
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f69400;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(246, 148, 0, 0.8);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.btn {
  padding: 12px 35px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
}
.btn-primary {
  background-color: #f69400;
  border-color: #f69400;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #222;
  border-color: #222;
  box-shadow: none;
}
.btn-secondary {
  background-color: #fff0;
  border-color: #f69400;
  color: #f69400;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #f69400;
  border-color: #f69400;
  box-shadow: none;
}
ul li {
  list-style: none;
}
ul li i {
  color: #46dfc1;
  margin-right: 5px;
}
a {
  text-decoration: none;
}
/* Global Start */

/* Header Start */
.header {
  background-color: #254459;
}
.header .logo {
  width: 336px;
  height: 57px;
  object-fit: contain;
}
.btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: invert(1);
}
/* Header End */

/* Testimonials Start */
.testimonialBox {
  margin-left: 4rem;
  width: 960px;
}
.testimonialBox:nth-child(even) {
  margin-left: auto;
}
.testimonialImg {
  margin-left: -4rem;
}
.testimonialImg {
  background-color: #254459;
}
.testimonialImg,
.testimonialImg img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.testimonialContent img {
  width: 120px;
  height: 36px;
  object-fit: contain;
}
/* Testimonials End */

/* CTA Box Start */
.ctaBox ul {
  width: 40%;
}
.ctaBox .listNumber {
  background-color: #f69400;
  color: #fff;
  width: 40px;
  height: 40px;
}
/* CTA Box End */

/*================BLINK-POPUP-START===============*/
.main-heading {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
}
.book-call-ys-layer {
  display: none;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.book-call-ys-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.81);
  z-index: 9999;
}
.inp-dsleb {
  position: relative;
}
.inp-dsleb:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  height: 100%;
  border-radius: 6px;
}
.book-call-ys-container.visible,
.book-call-ys-layer.visible {
  display: block;
}
.book-call-ys-box {
  background-color: #fff;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px 20px 20px 20px;
  transition: height 0.2s ease-in-out;
}
.crossbtn {
  float: right;
  font-size: 30px;
  border: 2px solid #000;
  padding: 2px 7px;
  border-radius: 3px;
  color: #212529;
}
.crossbtn:hover {
  color: #212529;
}
.book-call-ys-popup-close {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  display: block;
  right: 10px;
  top: 10px;
  font-weight: 700;
  padding: 3px 9px;
  line-height: initial;
  border-radius: 100%;
}
.book-call-ys-container.finished .book-call-ys-popup-close {
  width: 30px;
  height: 30px;
  text-indent: 0;
}
.book-call-ys-popup-content {
  display: none;
}
.book-call-ys-container.finished .book-call-ys-popup-content {
  display: block;
}
.book-call-ys-popup-close:hover {
  text-decoration: none;
  color: #000019;
}
.book-call-ys-box {
  height: auto;
  width: 700px !important;
  background: #fff;
  padding: 0;
  background-size: cover;
  padding: 40px 40px;
  background-image: url(../images/backgrond.png);
  background-repeat: no-repeat;
  height: 505px;
  width: 100%;
  background-position: center;
}
.book-call-ys-box .mainbann {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.book-call-ys-box .main-heading {
  color: #000;
}
.book-call-popupform h2 span {
  padding: 0 0 5px 0;
}
.book-call-popupform p {
  color: #000;
  padding: 15px 0 0px 0;
  font-size: 16px;
}
.book-call-popupform p strong {
  color: #000;
}
.book-call-popupform form p {
  color: #000019;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
}
.book-call-popupform form p span {
  color: #0c71f4;
}
p.small {
  font-size: 14px;
  color: #000;
  text-align: center;
  display: block;
}
.book-call-popupform form {
  font-size: 0;
  padding-top: 15px;
}
.book-call-popupform form .fldst {
  margin: 0 0 20px;
  display: block;
  width: 100%;
}
.book-call-popupform form .fldst.sndus {
  margin: 0 0 0px 0px;
}
.book-call-popupform span.heading {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  display: block;
}
.book-call-popupform figure {
  -webkit-animation: ripple 0.9s linear infinite;
  animation: ripple 0.9s linear infinite;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: -40px auto 30px;
  border: solid 1px #ededed;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.book-call-popupform form .fldst .intl-tel-input {
  margin-bottom: 0px;
}
.book-call-popupform form .fldst.btnattach button {
  position: relative;
  bottom: 0;
  border: 0;
  display: block;
  right: 0;
  background: #59bad3;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.book-call-popupform form .callus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3db6+0,1169cd+100 */
  background: #2a3db6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2a3db6 0%, #1169cd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #2a3db6 0%, #1169cd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #2a3db6 0%, #1169cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: 55px;
  border-top: 3px solid transparent;
  font-size: 20px;
  color: #fff;
  line-height: 33px;
  padding: 8px 25px;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
  display: block;
  text-align: center;
}
.book-call-popupform form .callus i {
  margin: 0 0 0 15px;
}
.book-call-popupform form .lst-p {
  text-align: center;
  padding: 0px 0px 15px;
}
.book-call-popupform form .lst-p a {
  font-weight: 700;
  color: #283fb7;
}
.book-call-popupform form .lst-p a:hover {
  color: #000019;
}
.book-call-popupform form input,
.popup_textare textarea {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #cbcbcb;
  background: white;
  padding: 10px 15px;
  color: #535353;
  font-size: 16px;
  border-radius: 10px;
  height: 50px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 0px 0;
}
.popup_textare textarea {
  height: 110px;
  resize: none;
  margin-bottom: 20px;
}
.book-call-popupform form .newbtn {
  background: #101111;
  height: 50px;
  width: 100%;
  color: #fff;
  display: inline-block;
  /* vertical-align: top; */
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  border-left: 0;
  font-size: 16px;
  font-weight: bold;
  border-right: 0;
  outline: none;
}
.book-call-popupform #phone-coun {
  border-radius: 10px;
}
.fldst-two {
  width: 100%;
  display: block;
  padding: 0px 0px 0px 0px;
}
.fldst-two.last {
  padding: 0px 0px 0px 0px;
  margin: 15px 0;
}
.flagimg-exit {
  width: 20px;
  margin-left: 10px;
  margin-right: 2px;
}
/*================BLINK-POPUP-END===============*/
