@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: black;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffca30;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ed2e2e;
}

html,
body {
  background-color: #ffffff;
  font-size: 15px;
  color: black;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: "roboto", sans-serif;
  font-weight: 300;
}

/*==========================================
PRE LOADER 
==========================================*/

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
a,
button,
a span {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn.extra-width {
  padding: 13px 40px;
}
.btn:focus,
.btn:active {
  outline: inherit;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*    direction: rtl;*/
}
p {
  margin: 0 0 15px;
}
.clear {
  clear: both;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
img {
  max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  height: 45px;
}
.form-control:focus {
  border-color: #f56363;
}
h1,
h2,
h3 {
  font-family: "Lane", sans-serif;
  font-weight: 300;
  margin: 0;
}
h4,
h5 {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 2rem;
}
h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
}
h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 0.9rem;
}
h3 {
  font-weight: 300;
  margin-bottom: 0.9rem;
  font-size: 2.1rem;
  line-height: 2.5rem;
}
h4 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1.1rem;
}
h5 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
h6 {
  font-size: 1rem;
  margin-bottom: 0.9rem;
}
p {
  line-height: 1.5rem;
  font-size: 1rem;
}
p:last-child {
  margin-bottom: 0px;
}

hr {
  margin: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
  color: #ffffff;
  font-family: "roboto", sans-serif;
}
.text {
  color: #333333;
}
.colorstext {
  color: #f56363;
}
.coloricon i {
  color: #f56363;
}
.colorsbg {
  background: #f56363;
  color: #ffffff;
}
.colorsbg .separator2 {
  border: 2px solid;
}
.colorsbg .separator_wrap::after,
.colorsbg .separator_wrap::before {
  background-color: #ffffff;
}
.lightbg {
  background-color: #efefef;
}
.transition {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.hero-text li {
  font-size: 20px;
  font-weight: bold;
}

/*response model starts*/

/*response model open starts*/

.error-red {
  color: red;
  margin-top: 15px;
  line-height: 16px;
}
#what-kind-web,
#res-companyname,
#res-name,
#res-email,
#res-phone,
#note-error {
  display: none;
}
#response-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -61px;
}

#response-form button {
  padding: 5px 10px 5px 10px;
  border: 1px black;
  background-color: #ffca30 !important;
  font-size: 12px;
  color: black;
  border-radius: 6px;
  cursor: pointer;
}

.get-quot-ani {
  animation: myfirst 2s infinite;
  animation-direction: reverse;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
}

.get-quot-ani i {
  position: absolute;
  left: -35px;
  cursor: pointer;
  color: white;
  transform: rotate(45deg);
}

@keyframes myfirst {
  0% {
    left: 0px;
    top: 0px;
  }

  50% {
    left: 10px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

#response-form .blu#ed2e2e {
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  background-color: #ffca30;
}

#response-form .modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
  #response-form .modal {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.3);
  }
}
#response-form .modal__body {
  width: 80%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
#response-form .modal__head {
  padding: 0.6rem 2rem;
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  position: relative;
  display: flex;
  align-items: center;
}
#response-form .modal__content {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

#response-form .modal__left {
  width: 50%;
}

#response-form .modal__left img {
  width: 100%;
}

#response-form .modal__foot {
  padding: 0.6rem 2rem;
  display: flex;
  justify-content: flex-end;
}

@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
  #response-form .blu#ed2e2e {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#response-form .open {
  z-index: 999999 !important;
  animation: slide-in-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#response-form .close {
  animation: slide-out-bck-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
}

@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-out-bck-center {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-1100px);
    opacity: 0;
  }
}
/*response model open ends*/

/*––––––––––––––––––––––model inner starts–––––––––––––––––––––––––––– */

#response-form .modal__right {
  width: 50%;
  padding-top: 6% !important;
  background-color: #ffca30;
  padding: 30px;
  position: relative;
}
.two-thirds {
  padding: 30px;
}
.two-thirds h5 {
  margin-bottom: 0px;
}
.two-thirds input[type="text"] {
  padding-top: 20px;
}

.two-thirds input[type="text"],
.two-thirds input[type="email"],
.two-thirds input[type="tel"] {
  background: none;
  border: none;
  border-bottom: 2px solid black;
  border-radius: 5px;
}
.two-thirds input[type="submit"] {
  border-radius: 30px;
  background-color: black;
  color: #ffca30;
  padding: 5px 15px 5px 15px;
}

#progress_bar {
  background-color: #018fd0;
  width: 10%;
  height: 10px;
  transition: all 100ms ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}

.center {
  text-align: center;
}

.questions_box {
  text-align: left;
}

.questions_box .button {
  font-family: "Barclaycard Co Lt", Tahoma, sans-serif;
  position: absolute;
  right: 50px;
  bottom: 10px;
  cursor: pointer;
  border: none;
  padding: 10px 15px;
  border-radius: 3px;
  background: #075da8;
  color: white;
  text-decoration: none !important;
  /* display: inline-block; */
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.questions_box .button:hover {
  background-color: #059fdb !important;
  color: white;
}

#question-2,
#question-3,
#question-4,
#question-5,
#question-6,
#question-7,
#question-8 {
  display: none;
}
/*––––––––––––––––––––––model inner ends–––––––––––––––––––––––––––– */

/*response model ends*/

/*
Section
*/
.sections {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.footer {
  padding: 50px 0 35px 0;
}
section .subtitle h5 {
  margin-top: 10px;
  font-size: 1.3rem;
  font-family: "roboto", sans-serif;
}
.parallax-section {
  max-width: 100%;
  color: #ffffff;
}
section .title-half h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
  font-weight: 100;
  font-size: 17px;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}
*/
.fw-special-title-half {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 100;
  /*    margin-bottom: 10px;*/
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  min-height: 750px;
}
.overlay-fluid-block {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.home-overlay-fluid {
  background-color: rgba(41, 41, 41, 0.68);
  width: 80%;
  margin: auto;
}
.overlay-img {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #ffffff;
}
.no-padding {
  padding: 0 !important;
}
.fluid-blocks-col {
  padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
  padding: 70px 80px 0 40px;
}
/*

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #ffffff;
  background-color: black;
  transition: all 1s;
}
.btn {
  margin-right: 15px;
}

.our-history {
  color: #ffffff;
  background-color: black;
  height: 50px;
  width: 230px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-top: -30px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 10px;
}
.btn-default:active,
.btn-default:hover {
  background: transparent;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 30px;
  font-size: 1.8rem;
}
.btn-md,
btn-group-md > .btn {
  padding: 8px 20px;
  font-size: 1.2rem;
}

.btn-primary {
  color: #ffffff;
}
.btn-primary:active,
.btn-primary:hover {
  background: #ffffff;
}

.btn-default:before,
.btn-default:after {
  background-color: #ffffff;
}
.btn-default:focus {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-default:hover {
  border-color: #ffffff;

  background-color: #ffffff;
}
.btn-primary {
  background-color: #ed2e2e;
  color: #ffffff;
  border: 0;
  padding: 10px 20px 10px 35px;
  margin-top: 15px;
  font-size: 18px;
}
.btn-primary span i {
  padding-left: 7px;
}
.btn-primary:before,
.btn-primary:after {
  background-color: #ffffff;
}
.btn-primary:focus {
  background-color: #f56363;
  border-color: transparent;
}
.btn-primary:hover {
  background-color: #0b923e;
}
/*
Section Title Bar CSS
*/

.heading {
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.heading .title h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  background: black;
  color: #fff;
  padding: 10px 60px;
  display: inline;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.heading .title.arrow-right {
  margin-top: -130px;
}
.heading .title.arrow-right img {
  margin-top: 90px;
  margin-left: -10px;
}
.heading .title.arrow-left {
  margin-top: -130px;
}
.heading .title.arrow-left img {
  margin-top: 90px;
  margin-right: -10px;
}

/*
Extra height css
*/
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.padding-top-20 {
  padding-top: 1.33rem;
}
.padding-bottom-20 {
  padding-bottom: 1.33rem;
}
.padding-top-40 {
  padding-top: 2.66rem;
}
.padding-bottom-40 {
  padding-bottom: 2.66rem;
}
.padding-top-60 {
  padding-top: 5rem;
}
.padding-bottom-60 {
  padding-bottom: 5rem;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
/*padding*/
.padding-twenty {
  padding: 10px 0;
}
.padding-fourty {
  padding: 20px 0;
}
.padding-sixty {
  padding: 30px 0;
}
.padding-eighty {
  padding: 40px 0;
}
h1 span {
  color: #f56363;
  font-weight: 400;
}

.pl-15 {
  padding-left: 15px;
}
.pr-5 {
  padding-right: 5px;
}

/*for placeholder changes*/

/*input::-webkit-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}*/

/*for image bg*/

/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/

/*Menubar Style*/

#logo-white {
  display: none;
}

.navbar-default {
  background-color: transparent;
  border: transparent;
  padding-top: 30px;
}

.navbar {
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-nav {
  background: #ffca30;
}
.navbar-default .navbar-nav > .active a {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a > i {
  padding-right: 8px;
  color: #ffca30;
  display: none;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: black !important;
}

.navbar-default .navbar-toggle {
  border-color: black;
  background: #ffca30 !important;
  padding: 6px;
}

.contact-number {
  font-size: 12px;
  font-weight: 600;
  color: black;
  margin-right: 14px;
}

.navbar-brand img {
  width: 70%;
  padding-top: 10px !important;
}
.navbar-brand {
  padding-top: 0px !important;
}

.menu-bg {
  background: #ffca30 !important;
  padding: 4px 0;
  z-index: 999999;
}

/*Home Page Style*/

#home {
  background-color: #ffca30;
}
.homepage-style {
  padding-top: 50px;
}

.homepage-style .top-arrow img {
  margin-top: 20px;
}

.homepage-style .unique-apps h2 {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  background: black;
  border: 0;
}

.unique-apps .home-btn button {
  background: #ed2e2e;
  padding: 15px 20px 15px 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;

  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.unique-apps .home-btn button:hover {
  background: #0b923e;
  color: #fff;
}
.unique-apps .home-btn span i {
  position: absolute;
  left: -35px;
}

/*typing effects starts*/
.typing-text {
  background: url("../images/paint.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  filter: drop-shadow(-7px 4px 6px black);
}
.typing-text p {
  font-size: 25px;
  padding-top: 8px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  overflow: hidden;
}
.typing-text p span.typed-text {
  font-weight: bold;
  color: white;
}
.typing-text p span.cursor {
  display: inline-block;
  margin-left: 0.1rem;
  width: 3px;
  height: 30px;
  position: relative;
  top: -3px;
  animation: blink 1s infinite;
}
.typing-text p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0% {
    background-color: #ed2e2e;
  }
  49% {
    background-color: #ed2e2e;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ed2e2e;
  }
}
/*typing effects ends*/

/* Our Portfolio Section*/

.portfolio-wrap .portfolio {
  display: block;
  overflow: hidden;
}
.portfolio-wrap .portfolio:last-child {
  margin-bottom: 0px;
}

.portfolio {
  margin-bottom: 30px;
}
.portfolio img {
  width: 100%;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #252525;
}

/*technology used*/

.technology-used {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/*development process starts*/
#works-area {
  background: url(../images/main-bg.png) repeat scroll 0 0;
  width: 100%;
  overflow: hidden;
}
/*development process ends*/

/*counter starts*/

#counters .counter-align {
  display: flex;
  justify-content: center;
}
#counters .counter {
  margin: 40px 0px 40px 0px;
}

#counters .c-inner {
  text-align: center;
  font-weight: bold;
}
#counters .c-inner img {
  width: 90px;
  margin-bottom: 20px;
}
/*counter ends*/

/*our-solutions*/
.feature-wrapper-inner {
  display: flex;
  align-items: center;
}
.features-content {
  margin-bottom: 35px;
  text-align: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.features-content img {
  height: 80px;
  width: 80px;
  margin-bottom: 10px;
}

.features-content:hover {
  text-shadow: 3px 2px 6px black;
  cursor: pointer;
  transform: scale(1.1);
}
.features-content img:hover {
  transform: rotate(360deg);
}
/*Our Packages Area*/
#our_package * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#our_package .plans:hover,
#our_package .plans.hover {
  background-color: #1c1c1c;
}
#our_package .plans {
  color: white;
  box-shadow: 0px 0px 20px 3px rgb(24, 23, 23);
  padding-left: 27px;
}
#our_package .plans header {
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

#our_package .plans header i {
  font-size: 50px;
  margin-right: 17px;
  color: #ffca30;
  padding-top: 4px;
}

#our_package .plans:hover header i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transform: rotate(360deg);
}

#our_package .plans .plan-title {
  font-size: 25px;
  margin: 0px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#our_package .plans .plan-cost {
  font-size: 20px;
  opacity: 0.9;
  color: white;
}
#our_package .plans .plan-price i {
  font-size: 20px;
}

#our_package .plans .plan-features {
  text-align: center;
  list-style: outside none none;
  text-align: left;
}
#our_package .plans .plan-features li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 10px;
  opacity: 0.7;
  border-left: 4px solid #f39c12;
}
#our_package .plans .plan-select {
  margin-left: -27px;
  margin-right: -15px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 10px;
}

#our_package .plans .plan-select button {
  color: black;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 40px;
  border: none;
  margin: 20px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ffca30;
}

#our_package .plans .plan-select button:hover {
  color: white;
  background-color: #0b923e;
  transform: scale(1.05);
}

#our_package .website_plans {
  background: #262626fc;
}

#our_package .starter {
  background: #262626fc;
}

#our_package .standard {
  background: #262626fc;
}

#our_package .premium {
  background: #262626fc;
}

#our_package .classic {
  margin-top: -10px;
  background-color: #262626;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#our_package .classic .plan-select button {
  margin: 30px 20px;
}

#our_package .classic .plan-select {
  margin: 0px -16px 0px -28px;
}

.mobile_our_package {
  display: none;
}
/*Our Packages Area ends*/

body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/*our services*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

.service {
  text-align: center;
  padding: 25px 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  height: 350px;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}

.service img {
  height: 120px;
  width: 120px;
  margin-bottom: 25px;
}

.service h2 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 25px;
}

.service:hover {
  background: #ffca30;

  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}
/*services ends*/

/*Our stories starts*/

#our-stories p {
  margin: 0px !important;
}

#our-stories .our_inner h4 {
  margin: 7px !important;
  font-weight: bold;
  font-size: 18px;
}
#our-stories img {
  border-radius: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}
/*Our stories ends*/

/*testiniomal starts*/
/*** 

====================================================================
		Testimonial Section
====================================================================

***/
.large-container {
  position: static;
  max-width: 1580px;
  padding: 0px 30px;
  margin: 0 auto;
}

.testimonial-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.testimonial-section:before {
  position: absolute;
  left: -212px;
  top: 22%;
  background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 701px;
  height: 550px;
  content: "";
  -webkit-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.testimonial-section .sec-title {
  position: relative;
  margin-bottom: 115px;
}
.testimonial-section .sec-title .title {
  margin-bottom: 20px;
}
.testimonial-section .testimonial-carousel {
  position: relative;
  max-width: 1100px;
  margin: 0 -50px;
}

.testimonial-block {
  position: relative;
}
.testimonial-block .inner-box {
  padding: 80px 105px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #282331;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "Muli", sans-serif;
}
.testimonial-block .info-box {
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
}
.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  width: 82px;
}
.testimonial-block .info-box .thumb img {
  border: 2px solid black;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}
.sc {
  color: #007bff;
}
.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  font-family: "Niramit", sans-serif;
}
.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;

  font-weight: 400;
  font-family: "Muli", sans-serif;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 70px;
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 300ms ease;
  padding: 0px !important;
}
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  background-color: #00df97;
  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}

.tarrow-right,
.tarrow-left {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  background-image: url("../images/t-left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tarrow-right {
  background-image: url("../images/t-right.png");
}

.testimonial-section .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
}
.testimonial-section .thumb-layer .image {
  position: relative;
  margin-right: 0;
}
.testimonial-section .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*testiniomal ends*/

/*our clients*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

/*Our Guarantee*/

.our-text {
  background-color: #ffca30;
  padding: 50px 50px;
}

.our-text p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/*enquiery form starts*/
#contact-2 input[type="text"],
input[type="email"],
input[type="tel"] {
  background: none;
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0px;
  width: 100%;
  padding-bottom: 20px !important;
}

#contact-2 label {
  margin-left: 10px;
}

#contact-2 .pdtb {
  margin-top: 25px;
  margin-bottom: 20px;
}

#contact-2 textarea {
  padding-top: 25px;
  border: none;
  border-bottom: 2px solid black;
  height: 100px;
  width: 100%;
}

#contact-2 input[type="submit"] {
  background-color: #ed2e2e;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  margin: 30px 0px 30px 15px;
  color: white;
  padding: 5px 25px 5px 40px;
  /* animation: myfirst 2s infinite; */
  /* animation-direction: reverse; */
  /* position: relative; */
}

#contact-2 input[type="submit"]:hover {
  background: #0b923e;

  transition: all 1s;
}
#contact-2 .abc :hover i {
  color: white !important;
}

/*reviews*/
.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

/*FAQ starts*/

.faq {
  padding: 40px 0px 20px 0px;
}
.faq h5 {
  padding-top: 20px;
  text-align: center;
}
.pl_0 {
  padding-left: 0px;
}
.faq {
  padding: 40px 0px 20px 0px;
}

.faq ul {
  list-style-type: circle;
  padding-left: 17px;
}
details {
  margin: 14px 0px 10px 0px;
  padding: 14px;
  background: white;
  border-radius: 6px;
  border-left: 6px solid #ffca30;
  border-right: 6px solid #ffca30;
  box-shadow: 0px 0px 4px 0px black;
}
details summary {
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  padding-left: 20px;
  list-style: none;
}
.details-expanded {
  padding-left: 20px;
  padding-top: 10px;
  font-size: 14px;
}

details summary:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f138";
  color: black;
  padding-top: 10px;
  line-height: 0;
  font-size: 14px;
  transform-origin: center;
  transition: 200ms linear;
  position: absolute;
  left: 0;
  color: #ed2e2e;
}

details[open] summary::before {
  content: "\f13a";
  animation: open 1s linear;
  transition: all 2s linear;
}

details[open] summary {
  color: #ed2e2e;
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.55rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
  animation: open 1s linear;
  color: red;
}
details summary {
  outline: 0;
}
details[open] summary ~ * {
  animation: open 1s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}
/*FAQ ends*/

.reviews img {
  width: 120px;
}

.hide_google-review_logo {
  background: white;
  height: 43px;
  position: relative !important;
  width: 100%;
  bottom: 47px;
  z-index: 99999;
}
/*get the first15*/

.first15 {
  margin-top: 20px;
  background: #ed2e2e;
  position: relative;
}

.first15 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px 10px 0px;
  border-radius: 5px;
}
.first15 .inner img {
  width: 150px;
  height: fit-content;
}

.first15 .inner .join_img__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.first15 .inner button {
  height: 50px;
  padding: 0px 30px 0px 30px;
  border-radius: 8px;
  border: none;
  background: white;
  font-weight: bold;
  color: #ed2e2e;
}

.first15 .inner button:hover {
  transform: scale(1.01);
  background: #0b923e;

  color: rgb(10, 10, 10);
  transition: all 2s;
}

.first15 p {
  font-size: 28px;
  line-height: initial;
  color: white;
  margin: 0px;
}

/*Footer Area*/

#footer {
  background: #363636;
  color: #fff;
}

.socio-copyright .social {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.socio-copyright .social a i {
  border-radius: 2px;
  height: 35px;
  width: 35px;
  color: #ffca30;
  transition: 0.5s;
  padding-top: 11px;
}
.socio-copyright .social a:hover i {
  background: #ff931f;
  color: #333;
}
.socio-copyright p {
  color: #aab2bd;
  font-size: 15px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

/*Scroll Up*/

.scrollup {
  width: 40px;
  height: 40px;
  text-align: center;
  color: black;
  font-size: 30px;
  background: #ffca30;
  position: fixed;
  bottom: 30px;
  right: 50px;
  font-weight: bold;
  border-radius: 100%;
  transition: all 500ms 0.2s;
  cursor: pointer;
  z-index: 999999;
  box-shadow: inset 0px 0px 6px 0px black;
}
.scrollup:hover {
  background: #de9800;
  color: #fff;
  transform: scale(1.1);
}

/*fixed whats app icon*/
.whatsapp-icon {
  position: fixed;
  bottom: 90px;
  right: 45px;
  z-index: 99999;
}
.whatsapp-icon img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.whatsapp-icon img:hover {
  box-shadow: 0px 0px 20px 6px green;
  cursor: pointer;
  transform: scale(1.1);
}
/*fixed whats app icon*/

/*schedule call Modal closing time model starst*/
#myBtn {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 15px;
  opacity: 0;
  transition: all 2s;
}

/* The Modal (background) */
.close_form_modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 80px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.heading-form-close {
  padding: 20px;
  border-bottom: 1px solid black;
  background: #ffca30;
  border-radius: 6px;
}

.heading-form-close .close_intent:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f55a";
  font-size: 30px;
  color: #ed2e2e;
}

.heading-form-close h3 {
  margin: 0px;
  text-align: center;
}

/* Modal Content */
.close_form_modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  box-shadow: 0px 0px 20px 0px black;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close_form_modal .close {
  color: black;
  float: right;
  font-size: 28px;
  opacity: 1;
  font-weight: bold;
}

.close_form_modal .close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#contact-3 form {
  padding: 25px;
}

#contact-3 input[type="text"],
input[type="email"],
input[type="tel"] {
  background: none;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0px;
  width: 100%;
  padding-bottom: 0px;
  color: black;
  padding-top: 20px;
  padding-bottom: 0px !important;
}

#contact-3 label {
  margin-left: 10px;
}

#contact-3 select {
  margin-top: 25px;
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
  color: black;
}

#contact-3 input[type="submit"] {
  background-color: #ed2e2e;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  width: 100%;
  margin: 20px 0px 0px -7px;
  color: white;
  padding: 5px 25px 5px 25px;
  animation: myfirst 2s infinite;
  animation-direction: reverse;
  position: relative;
}

#contact-3 input[type="submit"]:hover {
  background: #0b923e;
  transform: scale(1.1);
  transition: all 1s;
}
/*schedule call Modal closing time model ends*/

/*proof notification starts*/
.proof-slick-slider {
  position: fixed !important;
  bottom: 0px;
  z-index: 999999;
  width: 380px;
}

.proof-slick-slider .element .proof-inner {
  box-shadow: 2px 2px 10px black;
  color: white;
  margin: 30px;
  display: flex;
  border-radius: 40px;
  background: white;
}

.proof-img img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 60%;
}

.proof-slick-slider .proof-inner .proof-text {
  margin-left: 8px;
  /* padding-top: 10px; */
  /* line-height: 0px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proof-slick-slider .proof-inner .proof-text p {
  line-height: normal;
}
/*proof notification ends*/

.google_review {
  overflow: hidden !important;
  padding-left: 10px;
  padding-right: 10px;
}
/*fixed side contact form*/

#sidebar .sidebar-contact {
  position: fixed;
  top: 40%;
  left: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 1s;
  z-index: 10;
}
#sidebar .sidebar-contact.active {
  left: 0;
  z-index: 999999;
}
#sidebar .sidebar-contact input,
#sidebar .sidebar-contact textarea {
  width: 100%;
  height: 36px;

  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
}
#sidebar .sidebar-contact h5 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}
#sidebar .sidebar-contact textarea {
  height: 60px;
  resize: none;
}
#sidebar .sidebar-contact input[type="submit"] {
  background: #ed2e2e;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

#sidebar .toggle {
  position: absolute;
  text-align: center;
  cursor: pointer;
  background: #ed2e2e;
  top: 26%;
  right: -114px;
  padding: 7px;
  padding-left: 36px;
  padding-right: 10px;
  border-radius: 10px 0px 10px 0px;
  transform: rotate(90deg);
}
#sidebar .toggle:before {
  content: "FREE WEBSITE AUDIT";

  font-size: 16px;
  color: #fff;
}

#sidebar .toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f717";
  position: absolute;
  padding: 7px;
  color: white;
  transform: rotate(90deg);
  animation: myfirst 2s infinite;
}

#sidebar .toggle.active::after {
  display: none;
}

#sidebar .toggle.active:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f55a";
  font-size: 39px;
  color: #ed2e2e;
}
#sidebar .toggle.active {
  position: absolute;
  text-align: center;
  cursor: pointer;
  background: none;
  top: -20px;
  right: -37px;
  padding: 7px;
  border-radius: 0px;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  #sidebar.sidebar-contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }

  #sidebar .sidebar-contact.active .toggle {
    top: -15px;
    right: -27px;
    transform: translateY(0);
  }
  #sidebar .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  #sidebar .content {
    padding: 50px 50px;
  }
}
/*fixed side contact form*/

/*************************************
delay popup in mobile starts
*************************************/
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=60);

  z-index: 999999;
  display: none;
}

/*   This is the Popup Window   */

.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  font-family: "Helvetica";
  /* max-width: 480px; */

  top: 20%;
  margin-left: 100px;
  /* padding-left: 133px; */
  margin-right: 100px;
  /* left: 50%; */
  /* margin-left: -260px; */
  /* margin-top: -100px; */
  background-color: white;
  border-radius: 5px;
  z-index: 999999;
  padding: 22px 22px;
}

.sidepop {
  position: absolute;
  text-align: end;
  right: -21px;
  top: -9px;
}

.sidepop ::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f55a";
  font-size: 30px;
  color: #ed2e2e;
  text-shadow: 0 1px 7px #0a0a0a;
}

/*   This is the closing button hover state  */

@media screen and (max-width: 600px) {
  .delayedPopupWindow h4 {
    font-size: 20px;
    line-height: 1.2;
    padding: 10px 0px 10px 5px !important;
  }
}

@media screen and (max-width: 480px) {
  .delayedPopupWindow {
    margin-left: 50px;
    /* padding-left: 133px; */
    margin-right: 50px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 380px) {
  .delayedPopupWindow {
    margin-left: 30px;
    /* padding-left: 133px; */
    margin-right: 30px;
  }

  .offer-valid {
    font-size: 14px !important;
    padding-left: 8px;
  }

  .delayedPopupWindow h4 {
    font-size: 18px;
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 330px) {
  .delayedPopupWindow h4 {
    font-size: 14px;
  }
}
/*************************************
delay popup in mobile ends
*************************************/

/*************************************
exit intent call schedule starts
*************************************/
.lightbox {
  display: none;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.offer-valid {
  font-size: 22px;
  color: #363636;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.delayedPopupWindow h4 {
  text-align: center;
}

.box {
  position: absolute;
  border-radius: 6px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: #fff;
  box-shadow: 0px 0px 20px 0px black;
}

.close_intent {
  position: absolute;
  right: -19px;
  top: -4px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 7px #0a0a0a;
}
/*************************************
exit intent call schedule starts
*************************************/

/*************************************
          cookies starts
*************************************/
.cookies {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cookies h4 {
  margin-bottom: 0px;
}

.cookies p {
  margin-bottom: 5px;
}
.cookie-alert {
  position: fixed;
  bottom: -2px;
  margin: 0 !important;
  z-index: 999999;
  background: #ffca30;
  padding: 15px 30px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.showed {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 100ms;
  border-radius: 10px;
}

/*************************************
          cookies ends
*************************************/

/*************************************
          counter clock starts
*************************************/

#clooook {
  position: fixed;
  bottom: 0;
  background: rgba(255, 202, 48, 0.8);
  width: 100%;
  z-index: 99999;
  padding: 20px 0px 5px 0px;
}
.clck-align{
  position: relative;
}

.flip-counter-close{
  position: absolute;
  right: 20%;
}
.flip-counter-close i{
color: red;
font-size: 22px ;
cursor: pointer;
}

.countdown.flip-clock-wrapper ul {
  height: 30px;
  padding: 10px;
  width: 1px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.countdown.flip-clock-wrapper ul li a div div.inn {
  background-color: black;
  color: white;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 2px #000;
}

.countdown.flip-clock-wrapper ul,
.countdown.flip-clock-wrapper ul li a div div.inn {
  border-radius: 5px;
}

.countdown.flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.countdown.flip-clock-wrapper ul li a div.up:after {
  top: 95%;
}

.countdown .flip-clock-dot.top {
  top: 10px;
}

.countdown .flip-clock-dot.bottom {
  top: 23px;
}

.countdown .flip-clock-dot {
  height: 7px;
  left: 7px;
  width: 7px;
  background: black;
}

.countdown .flip-clock-divider .flip-clock-label {
  color: black;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 15px;
}

.flip-clock-divider .flip-clock-label {
  /* position: absolute; */
  top: -11px !important;
  right: -52px !important;
  position: absolute;
  color: black;
  text-shadow: none;
}

.colock-align-counter-and-grab-now {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 1600px) {
  .clookmarginleft {
    margin-left: 23%;
  }

  .flip-counter-close{
    right: 8%;
  }
}

@media (max-width: 1200px) {
  #clooook {
    position: fixed;
    top: 60px !important;
    bottom: unset;
    padding: 20px 0px 10px 0px;

  }

  .clookmarginleft {
    margin-left: 0;
  }
}

@media (max-width: 925px) {

  .flip-counter-close{
    right: 4%;
  }
  .clck-align {
    padding-right: 25px;
   }
   
}


@media (max-width: 768px) {

  #clooook {
  
    padding: 0px 0px 10px 0px;
   
  }

  .flip-counter-close{
   top: 40px;
   right: 6%;
  }

  .clck-align {
    display: block !important;
    text-align: center;
    padding-right: 0px !important;
  }

  .clookmarginleft {
    text-align: center !important;
    padding: 10px 20px !important;
    padding-bottom: 15px !important;
  }

  .clock-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .colock-align-counter-and-grab-now {
    display: flex;
    justify-content:center;
    align-items: center;
  }
}


.grab-now-count a {
  color: black;
  padding: 8px 20px;
  background: #ed2e2e;
  font-weight: bold;
  border-radius: 10px;
}

/*************************************
          counter clock ends
*************************************/
