.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 600;
}
body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
}

.calculator_wrapper em {
  font-style: normal !important;
}

::-moz-selection {
  background: #4466d8;
  color: #fff;
}

::selection {
  background: #4466d8;
  color: #fff;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

p {
  line-height: 1.6;
}

.bg-primary {
  background-color: #C8102E !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.text-primary {
  color: #C8102E !important;
}

.text-success {
  color: #2eca8b !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.btn {
  padding: 8px 20px;
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  border-radius: 10px;
  outline: none !important;
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.with-gradient {
  position: relative;
  background-image: url("../images/banner-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.with-gradient:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgb(10, 42, 127) 0%, rgb(33, 65, 150) 0%, rgba(10, 42, 127, 0.48) 63%);
  transform: translateZ(0);
}
.with-gradient.home_ser{
    -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
} 
.with-gradient.home_ser .container{
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
}

.with-gradient.home_ser::before {
    background-image: radial-gradient(circle, rgb(10, 42, 127) 0%, rgb(33, 65, 150) 0%, rgba(10, 42, 127, 0.75) 63%);
}
.bug-fix {
  transform: translateZ(5px);
}

.faqs {
  background-color: #f8f9fa;
  padding-bottom: 60px;
  padding-top: 60px;
}

.faq-container .question {
  font-size: 20px;
}

.faq-content .card .faq .card-header {
  padding-right: 40px !important;
}

.faq-content .card .faq .card-header.card-header-2 {
  border-bottom: 0;
}

#faqs img {
  width: 98%;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
  font-size: 18px;
}

.faq-content .card a.faq[data-toggle='collapse'] {
  background-color: #fff;
  color: #C8102E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle='collapse']:before {
  content: '\f078';
  display: block;
  font-family: 'Font Awesome 5 FREE';
  font-weight: 900;
  font-size: 18px;
  color: #3c4858;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
    -webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.faq-content .card a.faq[data-toggle='collapse'].collapsed {
  background-color: #fff;
  color: #3c4858;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle='collapse'].collapsed:before {
  top: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-content .card .title {
  font-size: 18px;
}

.nav-pills .nav-link {
  color: #3c4858 !important;
  margin: auto 15px;
  border: 1px solid #dee2e6;
  padding: 5px;
}

.nav-pills .nav-link.active {
  background-color: #C8102E;
  color: #fff !important;
  border-color: #C8102E !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.nav-pills a .skill-container .title {
  font-size: 18px;
  font-weight: 700;
}

/***********SAMPLE*************/

.sample {
  padding: 50px 0px;
}

#owl-sample .owl-wrapper-outer {
  padding: 30px 0px;
}

.sample-set {
  box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  background-color: #f3f3f3;
  padding: 35px 10px 35px 25px;
  margin: 0px 18px;
  max-height: 160px;
}

.sample-left h4 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  line-height: 50px;
  height: 50px;
}

.sample-left h4 span {
  line-height: 24px;
  display: inline-block;
}

.sample-left h4 img {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sample-left p {
  line-height: 1;
  margin-bottom: 0;
}

.sample-right {
  margin-top: 5px;
}

.sample-right p {
  line-height: 18px;
  margin-bottom: 0;
}

.sample-right a:nth-of-type(1) {
  display: inline-block;
  padding: 6px 0px;
  background-color: #2eca8b;
  text-transform: uppercase;
  color: white;
  width: 115px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
}

.sample-right a:nth-of-type(2) {
  display: inline-block;
  padding: 6px 0px;
  background-color: #C8102E;
  text-transform: uppercase;
  color: white;
  width: 150px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
}

/***********LOGIN*************/

.login-form .form-group {
  margin-bottom: 15px;
}

.login-form .form-group label {
  font-size: 14px;
  font-weight: 700;
}

.login-form .form-group i {
  position: absolute;
  left: 0;
  top: 60%;
}

.login-form .form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 42px;
  font-size: 13px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-form .form-group .form-control.active,
.login-form .form-group .form-control:focus {
  border-color: #C8102E;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #C8102E;
  background-color: #C8102E;
}

.custom-control-input:focus ~ .custom-control-label::before,
.login-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #C8102E;
}

/***************************CALCULATOR***************************/

.order-form {
  padding: 0px 0 0px 25px;
}

.calculate_order {
  background-color: #f6f6f6;
  border-radius: 25px;
  padding-top: 25px;
  overflow: hidden;
}

.calculate_order h3 {
font-size: 18px;
font-weight: 800;
color: #3c4858;
text-align: left;
line-height: 5px;
}
.calculate_order select {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/dropdown-icon-green.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-color: #fff;
  border: 1px solid #C8102E;
  border-radius: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  outline: 0;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: 100%;
  padding: 7px 10px;
    color: #161c2d;
}

.calculate_order select::-ms-expand {
  display: none;
}

.calculate_order .two_selectbox {
  margin: 0 auto;
}

.calculate_order span.pages {
  text-align: center;
  display: inline-block;
  color: #858484;
  font-size: 13px;
  font-weight: 300;
  padding: 0;
  position: relative;
  left: -12px;
  top: 10px;
}

.calculate_order .pages_number {
  padding: 0;
}

.calculate_order .quantity-right-plus {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 0px auto 0px;
  padding: 6.8px 10px;
  font-size: 13px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  text-decoration: none;
  outline: medium none;
  background-color: #C8102E;
  color: white;
  height: 36px;
  width: 34px;
  padding: unset;
}

.calculate_order .quantity-left-minus {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 0px auto 0px;
  padding: 6.8px 10px;
  font-size: 13px;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  outline: medium none;
  text-align: center;
  background-color: #C8102E;
  color: white;
  height: 36px;
  width: 34px;
  padding: unset;
  z-index: 222;
  position: relative;
}
.calculate_order select#pagesDropdown {
  width: 80%;
  border-radius: 0px;
  margin: 0 0 0 30px;
  padding: 0 0 0 10px;
  background-position: 98% 50%;
  text-transform: capitalize;
}

.calculate_order input.pages {
  padding: 5px;
  font-size: 14px;
  line-height: 1.2;
  color: #858484;
  border-radius: 0;
  text-align: center;
  font-weight: 500;
  height: 36.5px;
  outline: medium none !important;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.075);
  border: 1px solid #e9ecef;
}

#pages {
  padding: 0;
  border-radius: 20px;
}

.cc-floating.cc-theme-classic {
  background-color: #e9ecef;
  padding: 15px 100px 15px 10px;
  max-width: 320px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    background-color: white;
    border: 2px solid #e9ecef;
    color: #C8102E;
    transition: all 500ms ease;
    padding: 5px 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    min-width: 75px;
    outline: none !important;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover {
background-color: transparent;
    color: #C8102E;
    border: 2px solid #C8102E;
}

.cc-floating .cc-message {
  color: #000;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 17px;
}

.cc-link {
  color: #C8102E;
  opacity: 1;
  outline: none;
  padding: 0;
}

.cc-link:hover {
  color: rgba(255, 255, 255, 1);
}

.pages_number {
  position: relative;
}

.pages_number .input-group-btn {
  position: absolute;
}

.pages_number .input-group-btn:nth-of-type(1) {
  left: 0;
}

.pages_number .input-group-btn:nth-of-type(2) {
  right: 0;
  top: 0;
}

.stand_prices p {
  font-size: 14px;
  color: #214196;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 0 !important;
}

.stand_prices p span:nth-child(4) {
  float: right;
  font-weight: 800;
  font-size: 14px;
  position: relative;
  margin-top: 0;
  color: #969696;
}

.disc_prices p {
  color: #214196;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px !important;
  font-weight: 600;
  margin-top: 0 !important;
}

.disc_prices p span {
  font-size: 26px;
  display: inline-block;
  font-weight: 900;
}

.disc_description {
  font-size: 14px;
  color: #828282;
  line-height: 1.2;
  margin-bottom: 0px;
}

.total_prices {
  background-color: #444445;
  padding: 5px 15px;
}

.total_prices p {
  margin-bottom: 0px;
  color: white;
  font-size: 14px;
  line-height: 1;
}
.comparison_media {
  padding: 10px 25px;
}
.total_prices p span {
  font-size: 36.38px;
  font-weight: 900;
  color: white;
  display: inline-block;
  position: relative;
}

.btn-submit {
  width: 100%;
  background-color: aqua;
  text-align: center;
  border: none;
  padding: 15px 0px;
  font-size: 24px;
  color: white;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 700;
  background-color: #2eca8b ;
  transition: all 500ms ease;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    transition: all .5s ease;
}
.btn-submit:hover{
    background-color: #2eca8b !important;
}
_::-webkit-full-page-media,
_:future,
:root .panel {
  background-color: #fff;
}
.btn-submit:focus {
  outline: none;
}

.btn-submit:hover {
  background-color: #C8102E;
}

.stats {
  padding: 30px 0px 30px 0px;
}

h1.main-title.stats-title {
  font-size: 30px;
  margin-bottom: 0.5rem;
}

h1.main-title.stats-title span {
  color: #fff;
  font-weight: 900;
}

.stats-rate {
  padding: 12px 7px;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.stats-rate img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.stats-rate p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
}

.stats-rate h4 {
  margin-bottom: 0;
  line-height: 1;
  margin-left: 10px;
  font-weight: 300;
  color: #C8102E;
}

.stats-star {
  display: inline-block;
  line-height: 1;
}

.stats-star i {
  font-size: 8px;
  color: #ffd10c;
}

.skills {
  border: 1px solid #dee2e6;
  padding: 20px 15px 30px 15px;
  border-radius: 5px;
  margin-top: 0 !important;
  background-color: #fff;
}

.progress-set {
  margin-bottom: 31.5px;
  margin-top: 20px;
}

.progress-set h4 {
  color: #8492a6;
  font-size: 16px;
  margin-bottom: 22.8px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e9ecef;
  position: relative;
  border-radius: 8px;
}

.progress-bar > span {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
  background-color: #C8102E;
  background-size: 16px 15px;
  animation: progress 30s linear infinite;
  overflow: visible !important;
}

.progress-bar > span > span.progress-in {
  position: absolute;
  color: #8492a6;
  right: -15px;
  top: -20px;
  font-size: 14px;
}

.progress-bar > span > span.progress-in::after {
  content: '%';
}

@keyframes progress {
  0% {
    background-position: -100% 0;
  }

  50% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.custom-input-subject {
  display: inherit;
}

.custom-input-subject label {
  color: #8492a6;
  font-size: 14px;
  margin-bottom: 10px;
}

.subject-form-set button {
  padding: 0 10px;
  width: 170px;
  height: 43px;
  border-radius: 5px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  background-color: #C8102E;
  border: 1px solid #C8102E;
  transition: all 0.5s ease;
  display: inline-block;
  outline: none !important;
}

.subject-form-set button:hover {
  color: #C8102E;
  background-color: #fff;
}

.subject-select {
  padding: 0 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  width: 360px;
  height: 43px;
  line-height: 44px;
  position: relative;
}

.subject-select .list {
  max-height: 220px;
  overflow-y: scroll;
  width: 100%;
}

div.hide_first,
div.hide_second {
  display: none;
}

.listblock {
  visibility: visible !important;
}

.Level-text {
  display: block;
  width: 236px;
  height: 30px;
  position: relative;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.review-owl {
  position: relative;
}

.Level-text .last_hour {
  color: #C8102E;
}

.Level-text .online {
  padding: 3px 5px;
  background-color: #2eca8b;
  color: #fff;
  border-radius: 15px;
  font-size: 10px;
  animation: blinking-2 2s linear infinite;
  border: 1px solid #2eca8b;
  position: relative;
  top: -2px;
}

@keyframes blinking-2 {
  0% {
    color: #2eca8b;
    background-color: #fff;
  }

  49% {
    color: #2eca8b;
    background-color: #fff;
  }

  50% {
    color: #fff;
    background-color: #2eca8b;
  }

  100% {
    color: #fff;
    background-color: #2eca8b;
  }
}

#review_area {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  margin-top: 10px !important;
}

.recent-review {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
  background-color: #fff;
  max-width: 530px;
  margin: 0 auto;
  padding: 0px 0 15px 0;
}

.recent-review .avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  line-height: 50px;
  color: #2d3e54;
  font-size: 30px;
  text-align: center;
  border: 1px solid #dee2e6;
  background-color: #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/team_sprite.png');
}

.recent-review .avatar.male {
  background-position: 0;
}
.recent-review .avatar.male1 {
  background-position: -90px 0;
}
.recent-review .avatar.male2 {
  background-position: -180px 0;
}
.recent-review .avatar.male3 {
  background-position: -270px 0;
}
.recent-review .avatar.male4 {
  background-position: -360px 0;
}

.recent-review .avatar.female {
  background-position: 0px 0px;
}

.recent-review-left h4 {
line-height: 5px;
font-size: 18px;
}

.recent-review-left p {
  color: #C8102E;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

.recent-review-left span {
  font-size: 13px;
  line-height: 1;
}

.recent-review-left span i {
  color: #8492a6;
}

.recent-review-right span:nth-child(2) {
  text-align: center;
}
.recent-review-right span:nth-child(1) {
  display: none;
}

.recent-review-right .review-star i {
  color: #f17425;
  font-size: 14px;
}
.recent-review-left .review-star span {
  color: #6c757d !important;
  display: inline-block;
  padding: 2px 6px 2px 0px;
  border-right: 2px solid #ccc;
}
.recent-review-left .review-star i {
  color: #f17425;
  font-size: 13px;
  position: relative;
}
.recent-review-right .review-star i.last-star {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f17425 70%, rgba(241, 116, 37, 0.5) 70%);
}

.recent-review-right .review-star i.last-star-45 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f17425 50%, rgba(241, 116, 37, 0.5) 50%);
}

.recent-review-right .review-star i.last-star-46 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f17425 60%, rgba(241, 116, 37, 0.5) 60%);
}

.recent-review-right .review-star i.last-star-47 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f17425 70%, rgba(241, 116, 37, 0.5) 70%);
}

.recent-review-right .review-star i.last-star-48 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f17425 80%, rgba(241, 116, 37, 0.5) 80%);
}

.recent-review-right .review-star i.last-star-49 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f17425 85%, rgba(241, 116, 37, 0.5) 85%);
}

.stats-star i.last-star-44 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 40%, rgba(255, 209, 12, 0.4) 40%);
}

.stats-star i.last-star-45 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 50%, rgba(255, 209, 12, 0.4) 50%);
}

.stats-star i.last-star-46 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, 0.4) 60%);
}

.stats-star i.last-star-47 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 70%, rgba(255, 209, 12, 0.4) 70%);
}

.stats-star i.last-star-48 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 75%, rgba(255, 209, 12, 0.4) 75%);
}

.recent-review-right h5 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 7px;
  font-size: 14px;
  margin-top: 10px;
}

.recent-review-right h5 i {
  color: #8492a6;
  font-size: 12px;
}

.recent-review-right span {
  font-size: 13px;
}

.recent-review-right span i {
  color: #8492a6;
}

#owl-10.owl-theme .owl-controls .owl-page span,
#owl-11.owl-theme .owl-controls .owl-page span,
#owl-12.owl-theme .owl-controls .owl-page span,
#owl-13.owl-theme .owl-controls .owl-page span,
#owl-14.owl-theme .owl-controls .owl-page span,
#owl-15.owl-theme .owl-controls .owl-page span,
#owl-16.owl-theme .owl-controls .owl-page span,
#owl-17.owl-theme .owl-controls .owl-page span,
#owl-18.owl-theme .owl-controls .owl-page span,
#owl-19.owl-theme .owl-controls .owl-page span,
#owl-20.owl-theme .owl-controls .owl-page span,
#owl-21.owl-theme .owl-controls .owl-page span,
#owl-22.owl-theme .owl-controls .owl-page span,
#owl-23.owl-theme .owl-controls .owl-page span,
#owl-24.owl-theme .owl-controls .owl-page span,
#owl-25.owl-theme .owl-controls .owl-page span,
#owl-26.owl-theme .owl-controls .owl-page span,
#owl-27.owl-theme .owl-controls .owl-page span,
#owl-6.owl-theme .owl-controls .owl-page span,
#owl-7.owl-theme .owl-controls .owl-page span,
#owl-8.owl-theme .owl-controls .owl-page span,
#owl-9.owl-theme .owl-controls .owl-page span {
  background-color: #3e61d7 !important;
  border: 2px solid #3e61d7 !important;
}

#owl-10.owl-theme .owl-controls .owl-pagination,
#owl-11.owl-theme .owl-controls .owl-pagination,
#owl-12.owl-theme .owl-controls .owl-pagination,
#owl-13.owl-theme .owl-controls .owl-pagination,
#owl-14.owl-theme .owl-controls .owl-pagination,
#owl-15.owl-theme .owl-controls .owl-pagination,
#owl-16.owl-theme .owl-controls .owl-pagination,
#owl-17.owl-theme .owl-controls .owl-pagination,
#owl-18.owl-theme .owl-controls .owl-pagination,
#owl-19.owl-theme .owl-controls .owl-pagination,
#owl-20.owl-theme .owl-controls .owl-pagination,
#owl-21.owl-theme .owl-controls .owl-pagination,
#owl-22.owl-theme .owl-controls .owl-pagination,
#owl-23.owl-theme .owl-controls .owl-pagination,
#owl-24.owl-theme .owl-controls .owl-pagination,
#owl-25.owl-theme .owl-controls .owl-pagination,
#owl-26.owl-theme .owl-controls .owl-pagination,
#owl-27.owl-theme .owl-controls .owl-pagination,
#owl-6.owl-theme .owl-controls .owl-pagination,
#owl-7.owl-theme .owl-controls .owl-pagination,
#owl-8.owl-theme .owl-controls .owl-pagination,
#owl-9.owl-theme .owl-controls .owl-pagination {
  text-align: left;
}

.owl-carousel {
  touch-action: manipulation;
}

.iti {
  position: relative;
  display: block !important;
}

/***************************CALCULATOR***************************/

.section {
  padding: 100px 0;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.title-heading {
  line-height: 26px;
  padding-top: 0;
  margin-top: 0 !important;
}

.title-heading .heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 700;
}

.title-heading .para-desc {
  font-size: 17px;
  margin-bottom: 0;
}

.section-title {
  position: relative;
}

.section-title .main-title {
  font-size: 38px;
  letter-spacing: 0.8px;
  text-align: center;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}

.para-desc {
  max-width: 600px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-lg-60 {
  margin-bottom: 60px;
}

.mt-lg-32 {
  margin-top: 32px;
}

.h-300 {
  min-height: 300px;
}

.home-shape-bottom {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}

.home-shape-bottom2 {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -52px;
  left: 0;
  z-index: 99;
}

.home-shape-bottom img {
  width: 100%;
  height: auto;
}

.home-shape-bottom2 img {
  transform: rotate(180deg);
}

.home-shape-bottom3 img {
  transform: rotateZ(180deg) rotateY(180deg);
}

.home-shape-arrow {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -38px;
  z-index: 1;
  left: 0;
}

.home-shape-arrow2 {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 1;
  left: 0;
}

.home-shape-arrow3 {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: -1px;
  z-index: 1;
  left: 0;
}

.home-shape-arrow2 img {
  height: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-shape-arrow3 img {
  height: auto;
  width: 100%;
  object-fit: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-shape-arrow img {
  height: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-shape-arrow .arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.login_page {
  padding: 20px 25px;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transform: translateZ(6px);
}

#topnav .navigation-menu > li > a {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

#topnav .logo {
  float: left;
  color: #3c4858 !important;
}

#topnav .navbar-toggler {
  padding: 0;
  font-size: 28px;
  line-height: 1;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 0px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #161c2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 7px;
  padding-right: 7px;
}

#topnav .navigation-menu > li > a:active,
#topnav .navigation-menu > li > a:hover {
  color: #C8102E;
}

#topnav .menu-extras {
  float: right;
}

#topnav.nav-sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: fixed;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
  max-width: 100%;
}

#topnav .btn_user_mbile {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  padding: 10px;
  min-width: 100px;
  color: #fff;
  text-align: center;
  background: #2dc98a;
  border: 2px solid #2dc98a;
  border-radius: 10px;
  transition: all 0.3s linear;
  box-sizing: border-box;
  outline: none !important;
}

#topnav .btn_user_mbile.btn_animated {
  display: inline-block;
  margin-left: 5px;
  min-width: unset;
  width: 50px;
  height: 50px;
  padding: 7px;
  background-color: #e9edfb;
  border: 0;
  border-radius: 50%;
  animation: fade 0.7s forwards infinite;
  text-align: center;
}

@keyframes fade {
  from {
    background-color: rgba(233, 237, 251, 1);
  }

  to {
    background-color: rgba(233, 237, 251, 0.5);
  }
}

#topnav .btn_user_mbile.btn_animated i {
  font-size: 16px;
  line-height: 30px;
  color: #C8102E;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0px;
  text-align: center;
  background: #fff;
  border: 2px solid #C8102E;
  border-radius: 50%;
  transition: all 0.3s linear;
  box-sizing: border-box;
  position: relative;
}

#topnav .navbar_btns {
  list-style: none;
  margin: 0;
  font-size: 0;
  padding: 0;
}

#topnav .navbar_btns li {
  display: inline-block;
  padding: 0;
  margin-left: 15px;
}

#topnav .navbar_btns li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 6px 10px;
  min-width: 100px;
  text-align: center;
  color: #fff;
  background-color: #C8102E;
  border: 2px solid #2dc98a;
  border-radius: 10px;
  transition: all 0.3s linear;
  box-sizing: border-box;
}

.feedback_btn {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 10px;
  display: inline-block;
  min-width: 100px;
  color: #fff;
  text-align: center;
  background: #C8102E;
  border: 2px solid #C8102E;
  border-radius: 10px;
  transition: all 0.3s linear;
  box-sizing: border-box;
  outline: none !important;
  margin-top: 15px;
}
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  margin-bottom: 0;
}
.rating-stars ul > li.star {
  display: inline-block;
}
.rating-stars ul > li.star > i.fa {
  font-size: 1.5em;
  color: #ccc;

}
#photoContainer {
  border: 1px solid #333;
}

#msg {
  width: 250px;
  margin: 0 0 0 30px;
}
.rating-stars ul > li.star.hover > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ffcc36 50%, #ffcc36 51%);
  color: transparent;
}

.rating-stars ul > li.star.hover-half > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ffcc36 50%, #cccccc 51%);
  color: transparent;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 50%, #ff912c 51%);
  color: transparent;
}

.rating-stars ul > li.star.selected-half > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 50%, #cccccc 51%);
  color: transparent;
}

.rating-stars ul > li.star.hover-half-alter > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 50%, #ffcc36 51%);
  color: transparent;
}

.rating-stars ul > li.star.selected_1 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 10%, #cccccc 11%);
  color: transparent;
}

.rating-stars ul > li.star.selected_2 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 20%, #cccccc 21%);
  color: transparent;
}

.rating-stars ul > li.star.selected_3 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 30%, #cccccc 31%);
  color: transparent;
}

.rating-stars ul > li.star.selected_4 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 40%, #cccccc 41%);
  color: transparent;
}

.rating-stars ul > li.star.selected_5 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 50%, #cccccc 51%);
  color: transparent;
}

.rating-stars ul > li.star.selected_6 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 60%, #cccccc 61%);
  color: transparent;
}

.rating-stars ul > li.star.selected_7 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 70%, #cccccc 71%);
  color: transparent;
}

.rating-stars ul > li.star.selected_8 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 80%, #cccccc 81%);
  color: transparent;
}

.rating-stars ul > li.star.selected_9 > i.fa {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background: linear-gradient(90deg, #ff912c 90%, #cccccc 91%);
  color: transparent;
}

.rating-widget {
  position: relative;
}

.default-hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.col-td-3 {
  max-width: 21%;
  width: 100%;
}

.col-td-4 {
  max-width: 33%;
  width: 100%;
}

.col-td-4 td,
.col-td-3 td {
  font-size: 14px;
}

.preview-table .col-td-4 td,
.preview-table .col-td-3 td {
  padding: 2.5px 2px;
  font-size: 14px;
}

.table-rating-detail,
.table-review-detail {
  border-top: none !important;
}

.single-row .preview-table.table-rating-detail tr:nth-child(1),
.single-row .preview-table.table-review-detail tr:nth-child(1) {
  background-color: white;
}

#review_details {
  display: none;
}

.col-td-6 {
  max-width: 50%;
  width: 100%;
}

.single-row .preview-table tr.no_background {
  background-color: transparent !important;
}

.success-box {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  color: white;
  background-color: grey;
  font-size: 14px;
  padding: 3px 5px;
  border-radius: 2.5px;
  width: 80px;
  text-align: center;
}

.feedback_btn:hover {
  background-color: white;
  color: #C8102E;
}

#topnav .navbar_btns li a:hover {
  color: #C8102E;
  background: transparent;
}

#topnav .navbar_btns li a.btn_tel {
  height: 50px !important;
  position: relative;
  top: 0;
  padding: 8px 10px !important;
  line-height: 30px !important;
  display: none;
}

#topnav .navbar_btns li a.btn_tel:hover {
  background: #fff;
  color: #C8102E !important;
}

#topnav .navbar_btns li a.btn_tel i {
  transform: rotate(92deg);
  margin-right: 2px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

li.feature-list {
  margin-bottom: 5px;
  font-size: 15px;
  position: relative;
}

.features .icon {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #edf0fb;
  text-align: center;
}

.features .image img {
  height: 60px;
}

.features .title-2 {
  font-size: 20px;
}

.key-feature {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 50px 15px;
  width: 100%;
}

.key-feature .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #edf0fb;
  margin: 0 auto;
  background-image: url(../images/areas.png);
  background-size: 500%;
  background-repeat: no-repeat;
}

.icon-1 {
  background-position: -1% -4%;
}

.icon-2 {
  background-position: 31% -4%;
}

.icon-3 {
  background-position: 66% -3%;
}

.icon-4 {
  background-position: 104% -1%;
}

.icon-5 {
  background-position: -1% 31%;
}

.icon-6 {
  background-position: 31% 33%;
}

.icon-7 {
  background-position: 67% 34%;
}

.icon-8 {
  background-position: 104% 32%;
}

.icon-9 {
  background-position: -4% 69%;
}

.icon-10 {
  background-position: 30% 68%;
}

.icon-11 {
  background-position: 65% 69%;
}

.icon-12 {
  background-position: 102% 69%;
}

.icon-13 {
  background-position: -4% 102%;
}

.icon-14 {
  background-position: 30% 104%;
}

.icon-15 {
  background-position: 65% 103%;
}

.icon-16 {
  background-position: 103% 104%;
}

.icon-17 {
  background-position: -1% -4%;
}

.icon-18 {
  background-position: 31% -4%;
}

.icon-19 {
  background-position: 66% -3%;
}

.icon-20 {
  background-position: 104% -1%;
}

.icon-21 {
  background-position: -1% 31%;
}

.icon-22 {
  background-position: 31% 33%;
}

.icon-23 {
  background-position: 67% 34%;
}

.icon-24 {
  background-position: 104% 32%;
}

.icon-25 {
  background-position: -4% 69%;
}

.icon-26 {
  background-position: 30% 68%;
}

.icon-27 {
  background-position: 65% 69%;
}

.icon-28 {
  background-position: 102% 69%;
}

.icon-29 {
  background-position: -4% 102%;
}

.icon-30 {
  background-position: 30% 104%;
}

.key-feature .icon i {
  font-size: 60px;
}

.key-feature:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #C8102E !important;
}

.owl-carousel .owl-wrapper:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

#carousel1 .carousel-inner,
#carousel2 .carousel-inner {
  padding: 20px 50px;
}

#carousel1 .carousel-indicators,
#carousel2 .carousel-indicators {
  bottom: -65px;
}

#carousel1 .carousel-indicators li,
#carousel2 .carousel-indicators li {
  background-color: #C8102E;
}

#carousel1 .carousel-control-next,
#carousel1 .carousel-control-prev,
#carousel2 .carousel-control-next,
#carousel2 .carousel-control-prev {
  color: #C8102E;
  font-size: 36px;
}

#carousel1 .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 40%;
  transition: all 0.5s ease;
}

#carousel1 .carousel-indicators li.active {
  transform: rotate(45deg);
}

#carousel1 .carousel-control-prev {
  left: -45px;
}

#carousel2 .carousel-control-prev {
  left: 0;
}

#carousel1 .carousel-control-next {
  right: -50px;
}

#carousel2 .carousel-control-next {
  right: 0;
}

.key-feature:hover h4.title {
  color: #fff;
}

.features .title,
.key-feature .content .title {
  font-size: 18px;
}

.owl-theme .owl-controls .owl-page span {
  background: #C8102E !important;
}

.customer-testi .content:before {
  content: '';
  position: absolute;
  top: 30px;
  margin-left: -3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #495057;
  border-color: transparent #fff #fff transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
}

#customer-testi .customer-testi,
#customer-testi .customer-testi img {
  transition: transform 0.5s ease, border 0.5s ease;
}

#customer-testi .customer-testi:hover {
  border: 1px solid #C8102E !important;
}

#customer-testi .customer-testi img {
  width: 150px;
  height: 80px;
}

#customer-testi .customer-testi img:hover {
  transform: scale(1.05);
}

.pill-set {
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 2px;
  background: 0 0;
  border: 2px solid #C8102E;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#customer-testi.owl-theme .owl-controls .owl-page {
  display: none !important;
}

#customer-testi .owl-wrapper-outer {
  padding-bottom: 20px;
}

.alignment {
  margin-top: -5px;
  height: 85px !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #2eca8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pricing-rates {
  padding: 50px 30px;
  margin-bottom: 20px;
  border: 1px solid #4466d8;
  position: relative;
  z-index: 1;
}

.pricing-rates.left-wala {
  transition: all 0.5s ease;
  border: 1px solid #4466d8;
  padding: 15px 10px !important;
  transform: translatex(1px);
}

.pricing-rates .title {
  color: #C8102E;
}

.pricing-rates.left-wala span {
  transition: color 0.5s ease;
}

.pricing-rates.left-wala:hover {
  background-color: #C8102E;
  cursor: pointer;
}

.pricing-rates.left-wala:hover .title,
.pricing-rates.left-wala:hover span,
.pricing-rates.left-wala:hover ul li {
  color: #fff !important;
}

.pricing-rates ul li {
  text-align: left;
  transition: color 0.5s ease;
}

.pricing-rates ul li span {
  float: right;
}

.pricing-rates .title {
  font-weight: 700;
  font-size: 22px;
}

.pricing-rates .feature .feature-list {
  margin: auto auto 15px;
  font-size: 14px;
  position: relative;
}

.pricing-rates.business-rate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 2;
  border-color: #C8102E;
}

.pricing-rates.business-rate:hover .title {
  color: #C8102E;
}

.pricing-rates.starter-plan {
  z-index: 2;
}

.pricing-rates.best-plan {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-rates.best-plan .lable {
  width: 200px;
  position: absolute;
  top: 15px;
  right: -65px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.pricing-rates.best-plan .lable h6 {
  font-size: 12px;
}

.pricing-rates.best-plan:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

#FREE_plan.pricing-rates {
  padding: 15px 10px;
  margin-top: 35px;
}

#FREE_plan.pricing-rates .title {
font-size: 19px;
color: #fff;
position: absolute;
left: 33px;
top: 8px;
}

#FREE_plan.pricing-rates .title .heading_tag {
  padding: 2px;
  border: 1px solid #4466d8;
  border-radius: 30px;
  /* display: inline-block; */
  min-width: 120px;
  position: relative;
  float: right;
}

#FREE_plan.pricing-rates .title .heading_tag span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #4466d8;
}

#FREE_plan.pricing-rates .title .heading_tag span.t_price::after {
  content: '';
  display: block;
  background: #4466d8;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 8px;
  left: -1px;
}

#FREE_plan.pricing-rates ul li {
  margin-bottom: 19px;
}

#FREE_plan.pricing-rates ul li .price_tag {
  padding: 4px;
  border: 1px solid #4466d8;
  border-radius: 30px;
  display: inline-block;
  min-width: 115px;
  text-align: center !important;
  position: absolute;
  right: 0;
  top: -5px;
}

#FREE_plan.pricing-rates ul li .price_tag span {
  font-size: 13px;
  line-height: normal;
  color: #C8102E;
  font-weight: 600;
  display: inline-block;
  float: none !important;
  clear: both;
  position: relative;
}

#FREE_plan.pricing-rates ul li .price_tag span.single_price::after {
  content: '';
  display: block;
  background: #C8102E;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0px;
}

#FREE_plan.pricing-rates ul li .price_tag .FREE {
  padding: 2px;
  border-radius: 30px;
  min-width: 50px;
}

.boundry {
  border: 1px solid grey;
  padding: 50px 15px;
  display: inline-block;
}

.bg-cta {
  padding: 50px 0;
}

.page-title {
  font-size: 20px;
}

.event-schedule {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.event-schedule .date .day {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #e9edfa;
  line-height: 48px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 2px 0.25px #4466d8;
  box-shadow: 0 0 2px 0.25px #4466d8;
}

.event-schedule .date .month {
  font-size: 13px;
}

.event-schedule .content {
  width: 100%;
}

.event-schedule .content .title {
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
}

.event-schedule .content .title .star-set {
  display: inline-block;
  margin-left: auto;
}

.event-schedule .content .title .star-set i {
  font-size: 15px;
  color: #ffe400;
  letter-spacing: -3px;
}

/*

.event-schedule .content {
	min-width: 430px
}
*/

.event-schedule .content .title:hover {
  color: #C8102E !important;
}

.event-schedule .content .location-time {
  font-size: 14px;
}

.event-schedule:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-color: #C8102E !important;
  background: #f8f9fc !important;
}

.team img {
  height: 200px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .name:hover {
  color: #C8102E !important;
}

.team .team-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team:hover img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  opacity: 0.2;
}

.team:hover .overlay-team {
  opacity: 0.6;
}

.team:hover .team-icon {
  opacity: 1;
}

#loading_animation {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999999999999999999;
  display: none;
}

#animated {
  width: 250px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: calc(50% - 125px);
  left: calc(50% - 125px);
}

.footer {
  background: #202942;
  padding: 35px 0 60px;
  position: relative;
  color: #adb5bd;
}

.footer .logo-footer {
  color: #f8f9fc;
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
}

.footer .footer-head {
font-size: 16px;
letter-spacing: 1px;
font-weight: 500;
color: #fff;
white-space: pre;
}
.footer .footer-media .footer-head{
    position: relative;
top: 20px;
left: 15px;
}
.footer .text-foot {
  color: #adb5bd;
}

.footer .footer-list {
  margin-bottom: 0;
 
}

.footer .footer-list li {
  margin-bottom: 10px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  color: #e6e8ea;
}

.footer .footer-list li:last-child {
  margin-bottom: 0;
}

.footer.footer-bar {
  padding: 30px 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #333744;
}

.services {
  padding-bottom: 100px;
  background-color: #f8f9fc;
  padding-top: 50px;
}

.payment-method {
  max-width: 255px;
}

/**********************PLACEORDER PAGE***************************/

.order {
  padding-bottom: 60px;
  overflow: hidden !important;
}

.order-set h4 {
  font-size: 20px;
  margin-bottom: 5px !important;
}

.order-set h4,
.order-set label {
  color: #777777;
}

.order-set label {
  position: relative;
  margin-bottom: 0 !important;
  color: #161c2d;
}

#placeOrderForm .form-control {
  height: auto;
  padding: 5px 10px;
  border: 1px solid #e3dede;
  margin-bottom: 0 !important;
  resize: none;
}

#placeOrderForm select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/dropdown-icon.png');
  background-repeat: no-repeat;
  background-position: 99% 50%;
}

#placeOrderForm select.form-control::-ms-expand {
  display: none;
}

#placeOrderForm .form-control::placeholder {
  color: #a1a7ad !important;
  font-style: italic !important;
  font-size: 1rem;
  line-height: 1.5;
}

#placeOrderForm .form-control:focus::placeholder {
  opacity: 0 !important;
}

#placeOrderForm .form-control:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

#placeOrderForm .form-control:focus:-moz-placeholder {
  opacity: 0 !important;
}

#placeOrderForm .form-control:focus::-moz-placeholder {
  opacity: 0 !important;
}

#placeOrderForm .form-control:focus:-ms-input-placeholder {
  opacity: 0 !important;
}

#placeOrderForm .form-group .input-group {
  position: relative;
  text-align: center;
}

#placeOrderForm .form-group .input-group {
  position: relative;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

#placeOrderForm .form-group .input-group > .form-control {
  text-align: center !important;
}

#placeOrderForm .form-group .input-group > span {
  display: inline-block;
  text-align: center;
  color: #C8102E;
  background: white;
  width: 35px;
  height: 38px;
  position: relative;
  border-radius: 5px !important;
  top: 0px;
  z-index: 9;
  line-height: 36px;
  cursor: pointer;
  border: 1px solid #C8102E;
}

#placeOrderForm .form-group .input-group #txt_nop,
#placeOrderForm .form-group .input-group #txt_nor {
  border-radius: 5px;
}

#placeOrderForm .form-group .input-group > span {
  background: #C8102E;
  color: #fff !important;
  transition: all 500ms ease;
}

#placeOrderForm .form-group .input-group > span:hover {
  background: #fff;
  color: #C8102E !important;
}

#placeOrderForm .form-group .input-group span.q_minus,
#placeOrderForm .form-group .input-group span.q_minus_ref {
  left: 1px;
  margin-right: 5px;
}

#placeOrderForm .form-group .input-group span.q_plus,
#placeOrderForm .form-group .input-group span.q_plus_ref {
  right: 1px;
  margin-left: 5px;
}

#placeOrderForm .form-group .input-group > span i {
  font-size: 17px;
  text-align: center;
  position: relative;
  top: 2px;
}

.custom-check {
  border: 1px solid #e3dede;
  display: block;
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
  line-height: 22px;
}

.order-table {
  width: 100%;
  margin-bottom: 10px;
}

.order-table tr {
  border-bottom: 1px solid #e3dede;
}

.order-table tr td {
  padding: 5px 6px;
  color: #777777;
}

.order-set .nice-select {
  float: none;
  line-height: 28px;
  border: 1px solid #e3dede;
}

.order-set .nice-select .list {
  width: 100%;
  max-height: 160px;
  overflow-y: auto;
}

.question {
  font-size: 8px;
  color: #C8102E;
  border: 1px solid #C8102E;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 12px;
  text-align: center;
  position: relative;
  top: -2px;
  left: 5px;
}

.order-set label {
  position: relative;
  cursor: pointer;
}

.order-set .form-group {
  margin-bottom: 10px;
  align-items: center;
}

.tool {
  position: absolute;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 10px;
  background-color: #4466d8;
  width: 280px;
  white-space: normal;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 16px;
  transition: all 500ms ease;
  top: -10px;
  z-index: -1;
  transform: translate(0%, -100%);
  left: 50%;
  color: white;
  font-weight: 300;
  opacity: 0;
  text-align: center;
}

.fw-700 {
  font-weight: 700;
}

.custom-check .tool-wrap .tool {
  left: 50%;
  bottom: inherit;
  top: 0%;
  transform: translate(-100%, -105%);
}

.promo-tool .tool-wrap .tool {
  transform: translate(-50%, -105%);
}

.question:hover {
  background-color: #C8102E;
  color: white;
  cursor: pointer;
}

.question:hover .tool {
  opacity: 1;
  z-index: 99;
}

.order-header {
  padding-top: 35px;
  text-align: center;
}

.order-header h2 {
  font-size: 36px;
}

.order-header img {
  margin: 0 auto;
}

.order-header.privacy-head {
  padding-top: 40px;
}

.order-header.privacy-head.signup-head {
  padding-top: 15px;
}

.border-order {
  border: 1px solid #e3dede;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.check-out.nav-sticky.nav-sticky-bottom.move_up {
  top: 1000px !important;
}

.guide-line {
  text-align: center;
  background-color: #f3f3f3;
  padding: 8px 5px;
  margin-bottom: 15px;
  border-radius: 0.25rem;
  display: inline-block;
  width: 100%;
}

.guide-line span {
  display: inline-block;
  margin-bottom: 0px;
  line-height: 1;
}

.guide-line span:nth-of-type(1) {
  color: #3a3a34;
}

.guide-line span:nth-of-type(2) {
  color: #C8102E;
  transition: all 500ms ease;
}

.guide-line span:nth-of-type(2):hover {
  color: #2eca8b;
}

#topnav.nav-sticky.place-nav {
  position: inherit;
}

.place-bar {
  padding: 10px 15px 10px 15px;
  background-color: #f2f2f2;
  display: none;
  width: 100%;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0;
}

.place-bar p {
  margin-bottom: 0px;
  line-height: 1;
}

.place-bar button {
  display: inline-block;
  padding: 10px 0px;
  width: 90px;
  color: white;
  background-color: #2eca8b;
  text-align: center;
  border-radius: 10px;
  border: none;
  margin-left: 15px;
}

.place-bar p span:nth-of-type(1) {
  font-size: 16px;
  font-weight: 700;
  color: grey;
  display: inline-block;
  margin-bottom: 5px;
}

.place-bar p span:nth-of-type(2) {
  font-size: 24px;
  color: #C8102E;
  display: inline-block;
  font-weight: 700;
}

.place-bar p span:nth-of-type(3) {
  text-decoration: line-through;
}

/*******************************PLACE ORDER*******************************/

.pages_number.inner-number .pages-number {
  border-radius: 0.25rem;
  text-align: center;
}

.pages_number.inner-number .btn {
  background-color: #e9ecef;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  outline: none !important;
}

/*******************************PLACE ORDER*******************************/
/*login form*/
.form_container {
  border: 1px solid #ddd;
  padding: 30px 0px 0px;
  border-radius: 4px;
}

.form_container label {
  color: #161c2d;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  margin: 0 auto 5px;
  line-height: 23px;
}

.form_container .form-control {
  padding: 10px !important;
  margin-bottom: 20px !important;
  color: #5a5757;
  font-size: 15px !important;
  line-height: normal !important;
  height: auto !important;
  border-radius: 3px !important;
  border: 1px solid rgba(119, 119, 119, 0.53);
}

.form_container input.form-control::placeholder {
  font-size: 15px;
  color: #5a5757 !important;
  font-style: italic !important;
}

.form_container input.form-control:focus::placeholder {
  opacity: 0 !important;
}

.form_container input.form-control:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

.form_container input.form-control:focus:-moz-placeholder {
  opacity: 0 !important;
}

.form_container input.form-control:focus::-moz-placeholder {
  opacity: 0 !important;
}

.form_container input.form-control:focus:-ms-input-placeholder {
  opacity: 0 !important;
}

.form_wraper {
  padding: 0px 30px;
}

.form_wraper form label {
  font-weight: 700;
}

.cancel_area {
  background: #f5f5f5;
  padding: 20px 0px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

.cancel_area h4 {
  margin: 0 auto 10px;
  font-size: 18px;
  text-transform: none !important;
  line-height: 20px;
  color: #333;
  font-weight: 500;
}

.reset_link {
  color: #C8102E;
  font-size: 15px;
  text-decoration: none !important;
  float: right;
  transition: all 500ms ease;
}

.reset_link:hover {
  color: #2eca8b;
}

.btn_cmn {
  background: #C8102E;
  color: #fff;
  display: inline-block;
  padding: 12px;
  border: 0;
  font-size: 17px;
  width: 190px;
  outline: none !important;
}

.btn_cmn:hover {
  background-color: #C8102E;
}

.formBtm_btn {
  background: #C8102E;
  color: #fff !important;
  display: block;
  padding: 12px;
  border: 0;
  font-size: 17px;
  width: 80%;
  margin: 0 auto;
  outline: none !important;
}

header #order_btn {
  display: block;
  min-width: 111px;
  outline: none !important;
}

#order_btn {
  display: block;
  width: 100%;
}

.formBtm_btn:hover {
  background-color: #C8102E;
}

#orderDetails-wrape .order_details_tbl th {
  font-size: 17px;
  font-weight: 700;
  color: #C8102E;
}

#orderDetails-wrape {
  box-shadow: 0px 0px 4px 0px #212121;
  -webkit-box-shadow: 0px 0px 4px 0px #212121;
}

#orderDetails-wrape .order_details_tbl {
  border-top: 2px solid #C8102E;
  border-bottom: 2px solid #C8102E;
  margin-bottom: 0;
}

#orderDetails-wrape .order_details_tbl td {
  color: #575757;
  font-size: 15px;
}

#orderDetails-wrape .order_details_tbl td .status {
  display: block;
  margin-bottom: 5px;
}

form[name='ChangePassword-form'] .message_box p,
form[name='ResetPassword-form'] + .message_box p {
  text-transform: none !important;
}

/*******************************PLACE ORDER*******************************/

#home {
  padding: 70px 0 130px;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.feature-set {
  margin-top: 20px;
}

.hbox-2 {
  display: inline-block;
  margin-bottom: 20px;
}

.hbox-2 i {
  font-size: 36px;
  color: #fff;
  float: left;
  transition: transform 0.5s ease;
  margin-right: 10px;
  margin-top: 25px;
}

.hbox-2:hover i {
  transform: rotate(360deg);
}

.hbox-2 .hbox-2-txt p {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  padding-top: 30px;
  text-align: left;
}

.login_page span.big-money {
  font-size: 22px;
  color: #4466d8;
  font-weight: 700;
}

.message_box {
  border: 3px solid #c0c0c0;
  text-align: left;
  margin: 10px auto;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.message_box p.text-danger,
.message_box p.text-success {
  padding: 0px !important;
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
}

.message_box p.text-danger {
  color: #ff0000 !important;
}

.message_box p.text-success {
  color: #C8102E !important;
}

.message_box p {
  margin-bottom: 10px;
  margin: 0px;
  font-size: 14px;
  line-height: 1.4;
  color: #9ba2ab;
}

#lbl_gtotal_m {
  text-decoration: line-through;
}

.message_box p:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.promo-error-container .message_box {
  text-align: left;
}

.promo-error-container .message_box p:nth-of-type(1) {
  text-transform: uppercase !important;
}

.promo-error-container .message_box p:nth-of-type(2) {
  text-transform: none !important;
}

.hbox-2 .hbox-2-txt p span.big-money {
  text-decoration: line-through;
  font-size: 24px;
  color: #4466d8;
  font-weight: 700;
}

#owl-fade + .owl-nav button,
#owl-fade + .owl-nav + .owl-dots button {
  display: none !important;
}

.hot {
  font-size: 24px;
  color: #C8102E;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  box-shadow: 0 0 0 0 rgba(47, 85, 212, 0.5);
  animation: blink 2s linear infinite;
  border: 5px solid #C8102E;
  display: inline-block;
  font-size: 24px !important;
  margin-left: 10px;
}

.seal {
  float: right;
  margin-top: 5px;
}

.seal a {
  color: #C8102E !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}

.seal a.btn {
  width: 110px;
}

.features i {
  font-size: 24px;
  color: #C8102E;
}

.seal a.btn.phone {
  width: 170px;
}

#phone {
  padding-left: 90px !important;
    margin-bottom: .5rem !important;
}

.login-form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 16px;
}

.login-form .intl-tel-input .selected-flag .iti-arrow {
  right: 5px;
}

#how-to img {
  width: 100%;
}

#how-to .feature-list li i {
  float: left;
  line-height: 24px;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 3px rgba(47, 85, 212, 0.8);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(47, 85, 212, 0.3);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(47, 85, 212, 0);
  }
}

.calculate-set {
  margin-bottom: 30px;
}

.calculate-set i {
  float: left;
  font-size: 40px;
  color: #C8102E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  line-height: 60px;
}

.calculate-set p {
  padding-left: 57px;
  color: gray;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  margin-top: 30px;
}

.flip-box h5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}

.flip-box p {
  font-size: 17px;
}

.flip-box .counter-box {
  padding: 30px 10px;
}

.location-time {
  margin-bottom: 0 !important;
}

.location-time i {
  color: #ffe400;
}

.flags {
  padding: 6px 0;
  border: 1px solid #ced4da;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.flags a {
  color: #6c757d;
  font-size: 13px;
}

.flags .dropdown-toggle::after {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: 3px;
  margin-right: 5px;
}

.flags .dropdown-toggle img {
  width: 25px;
  height: 12px;
  padding-left: 6px;
}

#counter .counter-box i {
  color: #C8102E;
  font-size: 48px;
}

.counter {
  padding: 70px 0;
}

.how-2 .feature-list li {
  margin-bottom: 50px;
}

.how-2 .feature-list li i {
  position: relative;
}

.how-2 .feature-list li i::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #0ff;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.secure-seal {
  margin: 0 auto;
  margin-top: 10px;
}

.secure-seal img {
  width: 100%;
  transform: translateX(-10px);
}

.secure-seal2 {
  width: 90%;
  margin: 0 auto;
}

.tabcontent {
  position: absolute;
  transition: opacity 0.5s linear;
}

.how-2 {
  padding-bottom: 50px;
  padding-top: 40px;
}

.order2 {
  padding: 70px 0;
}

.bg1 {
  height: 550px;
  width: 72%;
  background-size: contain;
  background-position: right;
  left: 110px;
  top: 5%;
  background-repeat: no-repeat;
}

.bg2 {
  height: 550px;
  width: 72%;
  background-size: contain;
  left: 110px;
  background-position: right;
  top: 5%;
  background-repeat: no-repeat;
}

.bg3 {
  height: 550px;
  width: 72%;
  background-size: contain;
  left: 110px;
  background-position: right;
  top: 5%;
  background-repeat: no-repeat;
}

.bg4 {
  height: 550px;
  width: 72%;
  background-size: contain;
  left: 110px;
  background-position: right;
  top: 13%;
  background-repeat: no-repeat;
}

.tab-set {
  position: relative;
}

#animated {
  width: 250px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: calc(50% - 125px);
  left: calc(50% - 125px);
}

.animated-loader-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999999;
  display: none;
}

.custom-tab button {
  display: inline-block;
  border: none;
  outline: none !important;
  width: 100%;
  background-color: transparent;
  position: relative;
  margin: 20px auto 20px auto;
  padding: 15px 20px;
  border-radius: 15px;
  transition: all 0.5s linear;
  font-size: 20px;
  text-align: left;
}

.custom-tab button h4 {
  transition: all 0.5s linear;
}

.custom-tab button p {
  font-size: 18px;
  color: grey;
  transition: all 0.5s linear;
  line-height: 30px;
  margin-bottom: 0px;
}

.custom-tab button:focus {
  outline: none;
}

.custom-tab button.active {
  background-color: #2eca8b;
}

.custom-tab button.active p,
.custom-tab button.active h4 {
  color: #fff;
}

.features i {
  transition: color 0.5s ease;
  position: relative;
  line-height: 32px;
}

.features i::after,
.features span::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  -webkit-transform: rotate(22deg) translateX(-50%);
  transform: rotate(22deg) translateX(-50%);
  background-color: #f1f4fc;
  z-index: -1;
  left: 50%;
  transition: background-color 0.5s ease;
}
.features span::after {
  left: 28px;
}

.features:hover i {
  color: #fff;
}

.features:hover i::after {
  background-color: #C8102E;
}
.feature_top span img {
  width: 8%;
}
.features:hover span::after {
  background-color: #C8102E;
}
.features:hover img {
  filter: brightness(0) invert(1);
}
#calculate {
  padding: 100px 0;
}

a.btn {
  width: 243px;
  padding: 8px 4px;
}

.btn-set2 a.btn {
  width: 268px;
}

.btn-set3 a.btn {
  width: auto;
  padding: 8px 15px;
}

.btn-set4 a.btn {
  width: 333px;
}

a.btn.btn-primary {
  color: #C8102E !important;
  background-color: transparent !important;
  transition: all 0.5s ease;
}

a.btn.btn-success {
  color: #2eca8b !important;
  background-color: transparent !important;
  transition: all 0.5s ease;
  outline: none !important;
}

a.btn.btn-primary.black-btn2,
.redeem,
#order_btn {
  color: #fff !important;
  background-color: #C8102E !important;
  border: 2px solid #C8102E;
}

#placeOrderForm .redeem2 {
  background-color: transparent;
  font-size: 14px !important;
  color: #C8102E;
  border: none;
  border-bottom: 2px solid #C8102E;
  border-radius: 0;
  padding: 0;
  width: 100px;
  height: 24px;
}

.preview-set a.redeem {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 7px 12px;
}

.pricing-rates ul li span.many-more {
  color: #C8102E;
  transition: all 250ms ease;
  float: none;
}

.pricing-rates ul li span.many-more:hover {
  color: #2eca8b;
  cursor: pointer;
}

.preview-set a.redeem.reverse {
  background-color: transparent !important;
  color: #C8102E !important;
}

.preview-set a.redeem.reverse:hover {
  background-color: #C8102E !important;
  color: white !important;
}

.pb-30 {
  padding-bottom: 30px;
}

a.btn.btn-success.black-btn2 {
  color: #fff !important;
  background-color: #2eca8b !important;
  border: 2px solid #2eca8b;
}

a.btn.btn-success.black-btn {
  color: #fff !important;
  background-color: #2eca8b !important;
  transition: all 0.5s ease;
  border: 2px solid transparent;
}

a.btn.btn-primary.black-btn {
  color: #fff !important;
  background-color: #C8102E !important;
  transition: all 0.5s ease;
  border: 2px solid transparent;
}

a.btn.btn-primary.black-btn:hover {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
}

a.btn.btn-success.black-btn:hover {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
}

a.btn.btn-primary.black-btn2:hover,
.redeem:hover,
#order_btn:hover {
  color: #C8102E !important;
  background-color: transparent !important;
}

a.btn.btn-success.black-btn2:hover {
  color: #2eca8b !important;
  background-color: transparent !important;
}

.redeem {
  transition: all 500ms ease;
}

a.btn.btn-primary.black-btn2-2 {
  border: 2px solid #C8102E;
}

a.btn.btn-primary.black-btn2-2:hover {
  color: white !important;
  background-color: #C8102E !important;
}

a.btn.btn-success.black-btn2-2:hover {
  color: #2eca8b !important;
  background-color: transparent !important;
}

#pop-up {
  padding-top: 25vh;
}

.modal-backdrop {
  display: none;
}

.pop-up {
  background-color: rgba(0, 0, 0, 0.8);
}

.payment {
  width: 115%;
}

.pop-up-modal {
  max-width: 767px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.pop-up-set img {
  width: 100%;
  height: 525px;
  object-fit: contain;
  background-color: #000;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

#pop-up .count-down,
.email-landing .count-down {
  padding-left: 0;
  margin-bottom: 0;
}

#pop-up .count-down li,
.email-landing .count-down li {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  background-color: #C8102E;
  border-radius: 5px;
  padding: 15px 5px;
  margin-right: 5px;
  margin-left: 5px;
  width: 90px;
}

#pop-up .count-down li p,
.email-landing .count-down li p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 20px;
}

#pop-up .count-down li span {
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #212121;
  border-radius: 5px;
  display: inline-block;
  line-height: 40px;
}

.email-landing .count-down li span {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}

.email-landing .count-down li {
  box-shadow: 3px 3px 5px 2px grey;
}

.counter3 .count-down {
  display: flex;
}

#pop-up .pop-up-set h1 {
  background-color: #fff;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
}

#pop-up .pop-up-set hr {
  width: 55%;
  border-top: 1px solid grey;
}

#pop-up .pop-up-set h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

#pop-up .pop-up-set h2 {
  font-size: 18px;
}

.pop-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #C8102E;
  position: absolute;
  right: -40px;
  top: -15px;
  color: #fff;
}

.pop-close:hover {
  cursor: pointer;
}

.pop-close-2 {
  color: grey;
  cursor: pointer !important;
}

.modal-button {
  position: absolute;
  z-index: -9999;
  background-color: transparent;
  border: none;
}

.privacy {
  padding: 0 0;
}

#home.privacy-title {
  background-image: linear-gradient(rgba(47, 85, 212, 1), rgba(0, 0, 0, 0.5)), url(../images/cta-2.png);
  padding: 180px 0 90px;
  background-size: cover;
  background-position: center;
}

.privacy-title .page-next-level .title {
  font-size: 48px;
}

.privacy-title.signup-title {
  padding: 150px 0 40px;
}

.thank {
  padding-bottom: 0;
  padding-top: 50px;
}

.thank-bg {
  background-image: url(../images/modern01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 60px;
  background-attachment: fixed;
  margin-top: 50px;
}

.thank-bg h2 {
  font-size: 48px;
  color: #fff;
}

.thank-feature {
  padding: 50px 0;
}

.email-landing {
  margin-bottom: 20px;
}

.email-land-set {
  border: 1px solid #C8102E;
  margin: 20px auto;
  background-color: #f3f3f3;
}

.email-land-set td {
  padding: 30px 20px;
}

.banner_small {
  margin-top: 82px;
  padding: 25px 0 25px 0;
}

.banner_small .page_tagline {
  color: #525252;
  font-size: 22.3px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 5px;
}

.btn-w100 {
  width: 100%;
  margin-top: 10px;
}

.reset_link {
  color: #C8102E;
}

.preview {
  padding: 20px 0 60px 0;
}

.preview-table {
  text-align: left;
  border-top: 2px solid #C8102E;
}

.preview-table tr td {
  padding: 10px 15px;
}

.preview-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.mobile-details.preview-table tr:nth-child(odd) {
  background-color: #ffffff;
}

.mobile-details.preview-table tr:nth-child(2n) {
  background-color: #f2f2f2;
}

.table-hover.mobile-details tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.preview-set ul li h3 {
  font-size: 26px;
  color: #fff;
  background-color: #C8102E;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 10px;
}

.preview-set ul li {
  transition: all 0.5s ease;
}

.preview-set ul li:hover {
  background-color: #C8102E;
}

.preview-set ul li:hover a {
  color: #fff;
}

.preview-set ul li a {
  padding: 20px 20px;
  display: inline-block;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}

.preview-set ul li a i {
  font-size: 20px;
}

.preview-set ul {
  list-style: none;
  padding-left: 0;
}

.editOrder {
  color: #C8102E;
}

.orderAmount {
  color: #2eca8b;
  font-size: 20px;
  font-weight: 700;
}

.custom-pagination {
  justify-content: center;
  margin-top: 20px;
}

.custom-pagination li a {
  background-color: #2eca8b;
  padding: 10px 15px;
  margin: 0 5px;
  display: inline-block;
  color: white;
}

.custom-pagination .page-item a {
  border: 1px solid transparent;
}

.custom-pagination .page-item:nth-of-type(2n + 1) a {
  background-color: #C8102E;
}

.custom-pagination .page-item:last-of-type a {
  background-color: #f2f2f2;
  color: #C8102E;
}

.custom-pagination .page-item:hover a {
  background-color: inherit;
  color: #C8102E;
  border: 1px solid grey;
}

/*** SAMPLE MODAL ***/

#Sample_Modal {
  background: rgba(0, 0, 0, 0.9);
}

#Sample_Modal .modal-dialog {
  width: 100%;
  max-width: 70%;
  margin: 50px auto auto;
}

#Sample_Modal .responsive-wrapper-padding-bottom-90pct {
  padding-bottom: 90%;
  position: relative;
}

#Sample_Modal .modal-dialog iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

#Sample_Modal .modal-dialog .modal-body {
  padding: 0.25rem;
}

#Sample_Modal .close {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 99;
  width: 35px;
  height: 35px;
  color: white;
  background-color: #20b57b;
  border-radius: 50%;
  text-align: center;
  opacity: 1;
  line-height: 35px;
}

#Sample_Modal .set-border-cicis-menu-to-go {
  border: 3px solid grey;
}

/************************************SIGN-UP************************************/

.sign-up-outer {
  border: 1px solid #dddddd;
  padding: 15px 15px 0px 15px;
  border-radius: 5px;
  position: relative;
}

.sign-up-outer h4 {
  font-size: 22px;
  font-weight: 800;
  background-color: white;
}

.sign-up-right {
  padding: 10px 15px 9px 65px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(68, 102, 216, 0.4);
}

.sign-up-right img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  object-fit: cover;
}

.sign-up-right h5 {
  font-weight: 700;
  font-size: 16px;
  color: #C8102E;
  margin-top: 5px;
  margin-bottom: 0px;
}

.sign-up-right p {
  margin-bottom: 0px;
  font-size: 16px;
}

.signup-form button.btn_cmn {
  display: block;
  width: 100%;
  border-radius: 3.5px;
}

button.login-btn.btn_cmn {
  border-radius: 3.5px;
}

.side-word {
  color: #C8102E;
  transition: all 500ms ease;
}

.side-word:hover {
  color: #2eca8b;
}

/************************************SIGN-UP************************************/

.return {
  padding: 65px 0;
}

p.start-over {
  font-size: 18px;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.expert {
  width: 50%;
}

.bounce-effect {
  animation: bouncing 2s linear infinite;
}

.btn-effect {
  width: 268px;
  animation: blinking 1.2s linear infinite;
  background-color: #C8102E;
  border: 2px solid #C8102E;
}

.cc-window {
  z-index: 9999999999;
}

.signup-form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 20px !important;
}

.signup-form .intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
  width: 84px !important;
  padding: 0 0 0 5px;
}

@keyframes blinking {
  0% {
    color: #C8102E;
    background-color: #fff;
  }

  49% {
    color: #C8102E;
    background-color: #fff;
  }

  50% {
    color: #fff;
    background-color: #C8102E;
  }

  100% {
    color: #fff;
    background-color: #C8102E;
  }
}

.btn-effect:hover {
  animation-play-state: paused;
  background-color: #fff !important;
  color: #C8102E !important;
}

@keyframes bouncing {
  0%,
  10%,
  26%,
  40%,
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  20%,
  21% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0);
  }

  35% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }

  45% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce-effect:hover {
  animation-play-state: paused;
}

.order_sidebar {
  max-width: 400px;
  margin: 0 0 0 auto;
  width: 100%;
}

#placeorder_sidebar.order_sidebar .pricing_detail_bx {
  text-align: center;
}

.order_sidebar .pricing_detail_bx .box_title,
.order_sidebar .features_heading {
  font-size: 18px;
  font-weight: 700;
  color: #161c2d;
  text-transform: uppercase;
}

.order_sidebar .features_heading {
  margin: 20px auto !important;
}

.preview-table {
  text-align: left;
  border-top: 2px solid #C8102E;
  margin-bottom: 0px;
}

.preview-table tr td {
  padding: 9.5px 8px;
  font-size: 15px;
  line-height: 1.4;
}

.preview-table tr td .guideline_content {
  height: 75px;
  overflow-y: scroll;
  word-wrap: anywhere;
}

.preview-table tr td.label {
  font-weight: 700;
  color: #212121;
}

.preview-table tr td.border_label {
  font-weight: 400;
}

.preview-table tr td.tbl_head {
  color: #007bff !important;
}

.preview-table tr td.label.lbl_guideline {
  vertical-align: top;
}

.preview-table tr td .order_amount {
  font-weight: 700;
  font-size: 22px;
  color: #2eca8b;
}

.preview-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.single-row .preview-table td.border_label {
  border: 1px solid #c0c0c0;
}

.single-row .preview-table td.border_label span.w-50 {
  width: 50%;
  display: inline-block;
}

.single-row.table-rating .preview-table.table td,
.single-row.table-rating .preview-table.table th {
  border-top: none;
}

.single-row .preview-table tr:nth-child(2n + 1) {
  background-color: #ffffff;
}

.single-row .preview-table tr:nth-child(1) {
  background-color: #f2f2f2;
}

.single-row.table-rating .preview-table td i {
  font-size: 24px;
}

.single-row.table-rating .preview-table textarea.form-control {
  font-style: italic;
}

.table-responsive.single-row {
  overflow-x: visible;
}

/*sidebar price box*/
.pricing_detail_bx {
  padding: 20px 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.order_sidebar img {
  max-width: 100% !important;
}

.pricing_detail_bx .cost_checklist {
  padding: 15px 0;
  margin: 0 auto;
  text-align: left;
  list-style-type: none;
  position: relative;
  border-top: 2px dotted #ddd;
}

.pricing_detail_bx .cost_checklist li {
  font-size: 15px;
  line-height: 1;
  display: block;
  position: relative;
  padding: 5px 0;
  margin-bottom: 5px;
  color: #212529;
}

.pricing_detail_bx .cost_checklist li span {
  display: inline-block;
}

.pricing_detail_bx .cost_checklist li:nth-last-child(1) {
  margin-bottom: 0;
}

.pricing_detail_bx .cost_checklist li span.p_tag {
  position: absolute;
  right: 0;
}

.pricing_detail_bx #FREE_plan.pricing-rates {
  padding: 0 6px;
  border: 0;
  box-shadow: none !important;
  /*    margin: 30px auto 0;*/
}

.pricing_detail_bx .pricing-rates .feature .feature-list {
  line-height: 0.7;
}

.pricing_detail_bx #FREE_plan.pricing-rates ul li .price_tag {
  min-width: 85px;
  padding: 0;
  border: 0;
  top: 0px;
}

.pricing_detail_bx #FREE_plan.pricing-rates ul li .price_tag span.single_price::after {
  top: 8px;
}

.pricing_detail_bx #FREE_plan.pricing-rates ul li .price_tag .FREE {
  padding: 2px 2px 1px;
  border-radius: 30px;
  min-width: 50px;
  color: #C8102E !important;
  background-color: #2eca8b !important;
}

.pricing_detail_bx .price_box {
  padding-bottom: 25px;
  border-bottom: 2px dotted #ddd;
}

.pricing_detail_bx .price_box h4 {
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  background: #fff;
  box-shadow: 5px 5px 35px 10px rgba(59, 83, 204, 0.15);
  padding: 15px;
  border-radius: 10px;
  position: relative;
  color: #2eca8b;
  line-height: 1;
}

.pricing_detail_bx .price_box h4 span {
  display: inline-block;
}

.pricing_detail_bx .price_box h4 .order_price {
  position: absolute;
  right: 15px;
}

.pricing_detail_bx .price_box h4 .order_price .discounted_price {
  color: #666;
  position: relative;
  margin-right: 1px;
  padding: 0px 2px;
  font-size: 14px;
  display: none !important;
}

.pricing_detail_bx .price_box h4 .order_price .total_cost {
  font-size: 18px;
  font-weight: 700;
  color: #2eca8b;
}

.pricing_detail_bx .price_box .btn_proceed {
  color: #fff !important;
  background: #C8102E;
  padding: 10px;
  display: block;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 1px 5px 1px #C8102E;
  border: 2px #C8102E;
  border-radius: 30px;
  outline: none !important;
}

.pricing_detail_bx .price_box .btn_proceed:hover {
  background: #2eca8b;
  box-shadow: 0 1px 5px 1px #2eca8b;
}

#placeOrderForm .btn_RedeemPromo {
  padding: 0;
  color: #2eca8b;
  font-weight: 700;
  border: 0;
  outline: none !important;
  text-decoration: underline !important;
  background: none !important;
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: 15px;
  text-align: center;
  white-space: nowrap;
}

#placeOrderForm .btn_RedeemPromo:hover {
  color: #C8102E;
}
.banner_feature_wraper {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.banner_feature_wraper span {
  margin-right: 5px;
display: inline-block;
}
.bdr_l_r {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-right: 0;
}

#userarea_counter h4 {
  font-size: 18px;
  font-weight: 700;
  color: #161c2d;
}
.banner_feat_mtp {
  margin-top: 15px;
}
.feat_logo {
  background-image: url(../images/feature_logo_sprite.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 48px;
  width: 125px;
}
.feat_logo_1 {
  background-position: 0;
}
.feature_logo_sprite ul li {
  display: inline-block;
  margin-right: 5px;
    position: relative;
}
.feat_logo_2 {
  background-position: -135px 0;
}
.feature_logo_sprite {
  margin-top: 20px;
}
.feature_logo_sprite ul {
  list-style: none;
  padding: 0;
}
.review_seals_wrapper {
  padding: 0px 0px;
  margin: 0 auto;
  margin-top: 0px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.review_seals_wrapper .main-title.stats-title {
  font-size: 25px;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 205px;
  color: #fff;
  padding: 15px 0;
}
.review_seals_list {
  margin: 21px auto 0px;
  padding: 0;
  font-size: 0;
  position: relative;
}
.review_seals_list li {
  display: inline-block;
  width: 25%;
  padding: 0;
  margin: 5px 0 0;
  text-align: center;
  position: relative;
}
.review_seals_list li .rating_bx {
  position: relative;
  max-width: 165px;
  height: 65px;
  margin: 0 auto;
  text-align: left;
}
.review_seals_list li .rating_bx .star_ratings {
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: absolute;
  left: 1px;
}
.review_seals_list li .rating_bx .star_ratings i {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  color: #ffd10c;
  letter-spacing: -2px;
}
.review_seals_list li .rating_bx .star_ratings i.star-48 {
  background-image: linear-gradient(90deg, #ffd10c 80%, rgba(255, 209, 12, 0.4) 80%);
}
.review_seals_list li .rating_bx .star_ratings i.star-46,
.review_seals_list li .rating_bx .star_ratings i.star-47,
.review_seals_list li .rating_bx .star_ratings i.star-48,
.review_seals_list li .rating_bx .star_ratings i.star-49 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.review_seals_list li .rating_bx .star_ratings i.star-46 {
  background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, 0.4) 60%);
}
.review_seals_list li .rating_bx .star_ratings i.star-49 {
  background-image: linear-gradient(90deg, #ffd10c 90%, rgba(255, 209, 12, 0.4) 90%);
}
.review_seals_list li .rating_bx .star_ratings i.star-48 {
  background-image: linear-gradient(90deg, #ffd10c 80%, rgba(255, 209, 12, 0.4) 80%);
}
#reviews_area_main,
#benefits {
  padding-top: 80px !important;
  padding: 130px 0 53px;
  position: relative;
  z-index: 0;
}
#benefits.ben{
  padding: 60px 0 53px;  
}

.custom-tab button {
  display: inline-block;
  width: 75%;
  background-color: transparent;
  position: relative;
  margin: 25px auto;
  padding: 12px 15px;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 1px dashed #2eca8b;
  font-size: 20px;
  text-align: center;
  outline: none !important;
}
.custom-tab button h4 {
  color: #161c2d;
}
.custom-tab button p {
  font-size: 16px;
  transition: all 0.5s linear;
  line-height: 1.4;
  padding: 0 5px;
  margin-bottom: 0px;
  text-align: left;
  color: #6c757d;
}
.custom-tab button i {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #2eca8b;
  border-radius: 50%;
  line-height: 30px;
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.dark {
  display: none;
}
#topnav .navbar_btns li a:hover .light {
  display: none;
}
#topnav .navbar_btns li a:hover .dark {
  display: inline-block;
}
.btn_tel.btn_call {
  height: 42px;
  position: relative;
  top: 2px;
  padding-top: 9px !important;
}
.btn_tel.btn_call img {
  position: relative;
  top: -2px;
}
.cc-link:active,
.cc-link:visited {
  color: #fff;
}
.faqs .card-header:hover {
  cursor: pointer;
}

#topnav .navigation-menu > li:nth-child(4)::after {
  display: none;
}

#topnav .navbar_btns li:nth-last-child(1) a:hover {
  background-color: #fff;
}
.banner_feature_wraper span:nth-child(1) {
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  padding: 1px;
}
.banner_feature_wraper span .fas,
.banner_feature_wraper span .fa,
.banner_feature_wraper span .far {
  font-size: 20px;
  line-height: 28px;
}
.banner_feature_wraper span .fas,
.banner_feature_wraper span .fa,
.banner_feature_wraper span .far {
  color: #1f3b8c;
}
.banner_feature_wraper span .fas.fa-star {
  color: #ffc107;
}

.calculator_wrapper {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 40px;
  border: 1px solid #d5d5d5;
  position: absolute;
  width: 97.5%;
  top: 5px;
  padding-top: 0;
}
.calculator_left,
.calculator_right {
  padding: 20px 0 0 !important;
}
.cal_right_tp {
  padding: 0 15px;
}
.page_ser_mtp {
  margin-top: 15px;
}
.calculator_right {
  border-left: 1px solid #d5d5d5;
  border-radius: 24px;
}

.banner_right_adj {
position: absolute;
z-index: 4;
top: -52px;
display: none;
}

.review_left_bg {
  background-color: #214196;
}
.rating_bx .log {
  width: 100%;
  height: 35px;
}
#discount_price .dollor {
  font-size: 14px;
  font-weight: 800;
}
#standard_price .dollor {
  font-size: 14px;
  font-weight: 700;
}
.total_prices p .dollar {
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  left: -10px;
  top: 2px;
}
.stand_prices p .dollar {
  font-weight: 800;
}
.feature_top h4 {
  display: inline-block;
  position: absolute;
  top: 48px;
  left: 75px;
}
.feature_right_top {
  margin: 20px 0 60px;
  text-align: center;
}
.cta_common {
  background-color: #444446;
  padding: 60px 0;
}
.cta_common-left .media .fa {
  font-size: 50px;
}
.cta_common-left .media h5,
.cta_common-left .media {
  color: #fff;
}
.cta_common-left .media .media-body {
  margin-left: 10px;
}
.cta_common-left .media p {
  color: #82979f !important;
}
.cta_common-right a {
  padding: 6px 30px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.2s linear;
}

.cta_common-right a:nth-child(1) {
  background-color: #C8102E;

  color: #fff;
  margin-right: 5px;
}
.cta_common-right a:nth-child(2) {
  background-color: transparent;
  color: #fff;
  border: 2px solid #2eca8b;
}
.cta_common-right a:nth-child(2):hover {
  background-color: #2eca8b !important;
}
.cta_common-right ul {
  list-style: none;
}
.cta_common-right ul li {
  display: inline-block;
}
.cta_common-right a:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff;
}
.home_process .para-desc {
  max-width: 876px;
}
.home_process .tabcontent {
  margin-top: 60px;
}
.ready {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.ready_content p {
  color: #6c757d;
}
.ready_content p span {
  color: #C8102E;
}
.ready_content a {
  background-color: #C8102E;
  padding: 6px 15px;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #C8102E;
  margin-top: 5px !important;
  transition: all 0.4s linear;
  display: inline-block;
}
.ready_content a:hover {
  background-color: #fff;
  color: #C8102E;
}
.text-purple {
  color: #C8102E;
}
.comparison {
  padding: 60px 0 120px;
}
.comparison_wrapper {
  border: 1px solid #dee2e6;
}
.comparison_head h6 {
  font-weight: 600;
  margin-bottom: 0;
  padding: 25px 45px;
}
.comparison_media .media .fas,
.comparison_media .media .fa,.comparison_media .media img {
  color: #C8102E;
width: 15px;
}
.comparison_media.last_media .media .fa {
  color: #019800;
}
.comparison_media .media .media-body {
  position: relative;
  top: -5px;
  left: 5px;
}
.comparison_media.other_media .media .fas {
  color: #cd0001;
}
.comparison_media.last_media .media .fas {
  color: #019800;
}
.text-greeen {
  color: #019800;
}
.comparison_media.other_media .media span,
.comparison_media.last_media .media span {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  top: -5px;
  padding: 0px 4.5px;
}

.comparison_body {
  border-top: 1px solid #dee2e6;
}
.comparison_media .media-body p {
margin-bottom: 0;
margin-left: 5px;
}
.comparison_tbl .comparison_head {
  padding: 15px 0 15px 55px;
}
.comparison_tbl .comparison_head:nth-child(1){
  padding: 15px 0 15px 65px;
}
.comparison_tbl .table-bordered td,
.comparison_tbl .table-bordered th {
  border: unset;
}
.comparison_tbl {
  border: 1px solid #dee2e6;
}
.comparison_tbl .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}
.comparison_tbl .table th {
  border-top: 0;
}
.about {
  padding: 40px 0 60px;
  background-color: #fff;
}
.about_left p {
  color: #6c757d;
}
.about_left a {
  border: 1px solid #C8102E;
  padding: 8px 15px;
  color: #C8102E;
  border-radius: 4px;
  margin-top: 5px;
  display: inline-block;
  transition: all 0.5s linear;
}
.about_left a:hover {
  background-color: #C8102E;
  color: #fff;
}
.about_left a span {
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: 1px;
}
#owl-4 .owl-carousel .owl-item {
  width: 100%;
}
.about_right {
  text-align: right;
}
.about_left {
  margin-top: 35px;
}
#counter h2 {
  margin-top: 10px;
}
#counter h5 {
  margin-top: 10px;
  margin-bottom: 10px !important;
}
#counter {
  margin-top: 10px;
}
.comparison_tbl .table td {
  padding-bottom: 0;
}
.navigation-menu li p span .fa {
  transform: rotateY(160deg) !important;
  font-size: 30px;
  color: #2eca8b;
}
.navigation-menu.text-center {
  position: relative;
  top: 0px;
  margin-left: auto !important;
}
.navigation-menu li p {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: left;
}
#nav_responsive {
  position: relative;
}
#topnav .navbar_btns li:nth-child(2) a {
  background-color: #2dc98a;
  color: #fff;
}
#topnav .navbar_btns li:nth-child(2) a:hover {
background-color: #fff !important;
color: #2dc98a !important;
}
#topnav .navbar_btns li:nth-child(2) a:hover {
  background-color: #C8102E;
  color: #fff;
}
.cta_common-left h5 {
  color: #2eca8b;
  font-weight: 800;
  margin-bottom: 0;
}
.cta_common-left p {
  color: #fff;
  font-size: 19px;
  line-height: 22px;
}
.cta_common-right .media-body p {
  margin-bottom: 0;
  font-size: 14px;
}
.cta_common-right .media-body h5 {
  font-size: 16px;
}
.cta_common-right .media-body,
.ready_right .media-body {
  margin-left: 15px !important;
  color: #fff;
  position: relative;
  top: -10px;
}
.ready_right .media-body {
  color: #161c2d;
  margin-left: 20px !important;
}
.ready_right .media-body::before {
  content: '';
  background-color: #2eca8b;
  height: 48px;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: -14px;
  top: 2px;
}
.cta_common-right .media-body::before {
  content: '';
  background-color: #2eca8b;
  height: 48px;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: -14px;
  top: 2px;
}
.cta_common-right .media .fa,
.cta_common-right .media .fas {
  font-size: 32px;
  color: #2eca8b;
}
.ready_right .media .fa,
.ready_right .media .fas {
  font-size: 32px;
  color: #2e54d5;
}
.cta_common-right .media .fas.fa-headset {
  margin-right: 10px;
}
.cta_common-right .media .fa.fa-phone,
.ready_right .media .fa.fa-phone {
  transform: rotateZ(45deg);
}
.cta_cmn_btn {
  margin-top: 20px;
}
.cta_comn_img_wrapper img {
  position: absolute;
  left: -30px;
  top: -15px;
}
.ready {
  background-image: url('../images/ready-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ready_right p {
  margin-bottom: 0;
}
.ready_right h5 {
  color: #2e54d5;
  font-weight: 800;
  padding: 0 0 20px;
  max-width: 410px;
  text-transform: uppercase;
}
.ready_right .media-body h5 {
  color: #161c2d;
  font-weight: 600;
  font-size: 16px;
}
.ready_right .media-body.media-body-second::before {
  left: -10px;
}
.ready_right .cta_cmn_btn a:nth-child(1),
.testimonial_area .cta_cmn_btn a:nth-child(1),.services .cta_cmn_btn a:nth-child(1) {
  background-color: #2eca8b;
  color: #fff;
  margin-right: 0px;
}
.ready_right .cta_cmn_btn a:nth-child(2) {
  background-color: transparent;
  color: #C8102E;
  border: 2px solid #C8102E;
}
.ready_right a,
.testimonial_area .cta_cmn_btn a:nth-child(1),.services .cta_cmn_btn a:nth-child(1) {
  padding: 6px 25px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.2s linear;
}
    .cc-link {
  color: #C8102E !important;
    }
.ready_right .cta_cmn_btn a:nth-child(1):hover,
.testimonial_area .cta_cmn_btn a:nth-child(1):hover {
background-color: transparent;
border: 2px solid #2eca8b;
color: #2eca8b;
}
.ready_right .cta_cmn_btn a:nth-child(2):hover {
  background-color: #C8102E;
  color: #fff;
}
.testimonial_area {
  padding: 40px 0;
  /*background-image: radial-gradient(circle, rgba(10,42,127,1) 0%, rgba(33,65,150,1) 0%, rgba(10,42,127,1) 63%);*/
  background-color: #f8f9fa;
}
.customer-testi p {
  color: #6c757d !important;
  font-size: 16px;
  font-weight: 400;
}
.customer-testi img + p{
    font-weight: 800;
}
.customer-testi h5 {
  color: #343a40;
  font-weight: 400;
  font-size: 17px;
}
.customer-testi {
  background-color: #fff;
  padding: 10px 30px 20px;
  border-radius: 10px;
  margin: 0 20px;
}
.customer-testi span {
  display: none;
  color: #6c757d !important;
  font-weight: 600;
  position: relative;
}
.customer-testi span::before {
  content: '';
  background-color: #6c757d;
  height: 1px;
  width: 15px;
  position: absolute;
  left: -19px;
  top: 11px;
}
.customer-testi .testi_btm_details p {
  margin-bottom: 0;
  font-size: 16px;
}
.testi_btm_details {
  margin-top: 15px;
}
.testimonial_right h2,
.testimonial_right p {
  color: #6c757d;
}
.testimonial_area .cta_cmn_btn a > p,.services .cta_cmn_btn a > p {
  color: #161c2d !important;
}
.testimonial_right h2 {
font-weight: 600;
font-size: 34px;
color: #161c2d !important;
padding-bottom: 20px;
}
.testimonial_right {
  margin-top: 20px;
}
.tesimonial_seals {
  background-image: url('../images/testimonial_right_pic.png');
height: 45px;
width: 125px;
margin-right: 8px;
}
.tesimonial_seals1 {
  background-position: 0 0;
}
.tesimonial_seals2 {
background-position: -140px 0;
width: 103px;
}
.tesimonial_seals3 {
background-position: -266px 0;
width: 122px;
}
.tesimonial_seals4 {
background-position: -408px 0;
width: 170px !important;
left: -55px;
position: absolute;
display: none !important;
}
.testimonial_right_btm .tesimonial_seals {
  display: inline-block;
}
.cta_common.cta_common_second {
  padding: 0;
  background-image: url('../images/ready-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cta_common_second_right {
  padding: 40px 0 130px;
}
.cta_second-left img {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
}
.cta_common.cta_common_second.ready1.cta-pad-adj .cta_second-left img{
    width: 85%;
}
.cta_common.cta_common_second.ready1.cta-pad-adj .cta_second-left.cta_third-left img{
    width: 100%;
}
.about_card {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  border: 1px solid #d8dff6;
  margin-bottom: 25px;
  transition: all 0.3s linear;
  position: relative;
}
.about_card.about_card_mtp {
  margin-top: 50px;
}
.about_card:hover {
  box-shadow: 1px 1px 17px #ccc;
  cursor: pointer;
}
.about_card.about_card_mtp_1 {
  margin-top: -50px;
}
.about_btm {
  margin-top: 60px;
}
.about_left,
.about_left_tp {
  margin-top: 40px !important;
}
.about_left_tp h2 span {
  color: #C8102E;
  font-size: 24px;
}
.about_left_tp h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  color: #161c2d;
}
.recent-review-tp {
  padding: 20px 25px ;
}
.recent-reviews-btm ul {
padding: 0;
list-style: none;
margin-top: 10px;
}
.recent-reviews-btm ul li{
    margin-bottom: 3px;
}
.recent-reviews-btm {
  padding: 0 20px 0 55px;
}
.recent-reviews-btm ul li span:nth-child(1) .fa {
  color: #2eca8b;
}
.recent-reviews-btm ul li span:nth-child(2) {
  color: #C8102E;
}
.recent-reviews-btm ul li span:nth-child(2) .fas.fa-user {
  color: #8492a6;
  font-size: 12px;
}
.purple {
  color: #C8102E !important;
  font-style: normal;
}
#owl-4.owl-theme .owl-controls .owl-page span {
  border-radius: 2px;
  background: 0 0;
  border: 2px solid #C8102E;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #C8102E !important;
}
#owl-4.owl-theme .owl-controls {
  margin-top: 0;
}
.about-left-seal {

  background-repeat: no-repeat;
  height: 30px;
  width: 130px;
  display: inline-block;
}
.about-left-seal1 {
  background-position: 0px -12px;
}
.about-left-seal2 {
  background-position: -125px -12px;
  width: 115px;
}
.about-left-seal3 {
  background-position: -241px -12px;
  width: 109px;
}
.about-left-seal4 {
  background-position: -355px -12px;
}
/* Popup New */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 2s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 40px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 2;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup-new {
  width: 100%;
  margin: 0 auto;
}
.popup-new__header {
  background-color: #5c94c5 !important;

  padding: 15px 30px 40px 30px;
  border-radius: 99% / 0 0 99% 99%;
}

.popup-right-text h6 {
  font-size: 24px;
  font-weight: 900;
}
.popup-right-text h6 span {
  font-weight: 600;
}
.popup-right-text p {
  font-weight: 900;
  font-size: 14px;
}

.premium-quality {
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 143px;
}
.popup-new__body .first-section {
  padding-top: 30px;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 25px;
  padding-bottom: 12px;
}
.popup-new__body .fa-star {
  color: #ffd10c;
}
.clr-gray {
  color: #161c2d;
  font-weight: 500;
  font-size: 13px;
}
.first-section a {
  font-weight: 600;
}
.b-s {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}
.popup-new__body .secound-section {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 25px;
}
.popup-new__body .secound-section ul,
.popup-new__body .third-section ul,
.popup-new__body .eigth-section ul {
  list-style: none;
  margin-left: -40px;
  margin-bottom: 0;
}
.popup-new__body .secound-section ul li {
  padding: 5px 10px;
  background-color: #e5e5e5;
  border-radius: 30px;
  margin: 0 5px 5px 5px;
}
.popup-new__body .third-section,
.popup-new__body .forth-section,
.popup-new__body .fifth-section,
.popup-new__body .sixth-section,
.popup-new__body .seventh-section,
.popup-new__body .eigth-section {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 7px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 25px;
}
.popup-new__body .secound-section,
.popup-new__body .forth-section,
.popup-new__body .fifth-section,
.popup-new__body .sixth-section,
.popup-new__body .seventh-section,
.popup-new__body .eigth-section {
  padding-bottom: 6px;
}
.popup-new__body .third-section ul li,
.popup-new__body .eigth-section ul li {
  margin: 0 5px 5px 5px;
}
.popup-new__body .forth-section .cut {
  text-decoration: line-through;
}
.popup-new__body .forth-section p {
  margin-bottom: 0;
}
.popup-new__body .eigth-section ul li {
  width: 155px;
}
.surprise-btn {
  padding: 10px;
  border-radius: 30px;
  background-color: #C8102E;
  margin: 10px 0;
  border: 2px solid transparent;
}
.surprise-btn:hover {
  border: 2px solid #C8102E;
  background-color: #fff;
}
.surprise-btn:hover a {
  color: #C8102E !important;
}
.comparison_media.last_media .media span {
  padding: 0px 2px;
}
.popup-new .close {
  position: relative;
  z-index: 999;
}
#exampleModal .modal-body {
  padding: 0;
}
.feature_right_top button:focus,
.feature_right_top button:focus-within {
  outline: none !important;
}
#exampleModal.modal.fade.show {
  background-color: #000000c4;
}
#exampleModal .close {
z-index: 999999999999999999;
position: relative;
right: 10px;
top: 5px;
height: 20px;
width: 20px;
border: 2px solid #fff;
border-radius: 100%;
line-height: 0;
font-size: 16px;
}
#exampleModal .close span{
    color: #fff;
}
#exampleModal .modal-content {
  width: 90%;
  margin: 0 auto;
}
.popup-new-footer {
  display: none;
  background: #5c94c5;
  padding: 8px;
  font-size: 20px;
}

.ready .cta_cmn_btn {
  text-align: left;
  margin-top: 0px;
}
.cta_common.cta_common_second .cta_cmn_btn {
  margin-top: 0;
}
.cm_sp {
  position: relative;
  color: #969696;
  font-size: 14px;
  font-weight: 700;
}
.cm_sp::after {
  content: "";
  background-color: #969696;
  height: 1px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
}

.cmn-price-pattern p span:nth-child(2) {
  background-color: #C8102E;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  margin-left: 5px;
  min-width: unset;
  text-align: center;
}

.stand_prices p span:nth-child(4) .dollar {
  font-size: 14px;
}
.stand_prices.cmn-price-pattern {
  margin-bottom: 5px;
}
.cmn-price-pattern1.cmn-price-pattern p span:nth-child(2) {
  margin-left: 42px;
}
.alarm-detail .fas {
  color: #2eca8b;
}
.alarm-detail span {
  color: #2eca8b;
  margin-left: 0;
}
.alarm-detail span span {
  font-weight: 800;
}
.alarm-detail {
margin-bottom: 0px;
position: relative;
padding-left: 20px;
}
.alarm-detail svg {
margin-bottom: 0px;
position: relative;
padding-left: 20px;
}
.review_btm_seal {
  background-image: url('../images/review-seals.png');
  height: 121px;
  width: 278px;
  display: inline-block;
  margin-top: 45px;
}
.review_btm_seal1 {
  background-position: 0 0;
  margin-right: 20px;
}
.review_btm_seal2 {
  background-position: -305px 0;
}
.review_btm_seals {
  text-align: center;
}
.comparison_media.other_media .media span,
.comparison_media.last_media span {
  width: 25px;
  margin: 0 auto;
}
.header_tp_number {
  color: #2eca8b;
  font-weight: 600;
  position: absolute;
  right: -70px;
  bottom: -18px;
  width: 143px;
}
.content_left {
  position: relative;
  top: 0;
  right: -15px;
}
.content_right {
  left: -15px;
  position: relative;
  top: -2px;
}
.ready1 .ready_right .cta_cmn_btn a:nth-child(3) {
    background-color: unset;
    color: #161c2d !important;
    border: unset;
    padding: unset !important;
    margin-right: 8px;
    margin-left: 8px;
}
.ready1 .ready_right .cta_cmn_btn a:nth-child(4) {
  background-color: unset;
  color: #161c2d;
  border: unset;
  padding: unset !important;
}
.ready1 .ready_right .cta_cmn_btn a:nth-child(4) .fas,
.testimonial_area .cta_cmn_btn a:nth-child(4) .fas,.call-cta .fa-comment-dots {
  margin-right: 0px;
  color: #C8102E;
  font-size: 26px;
  margin-right: 5px;
}
.ready1 .ready_right .cta_cmn_btn a:nth-child(3) .fa,
.testimonial_area .cta_cmn_btn a:nth-child(3) .fa,.cta_cmn_btn .call-cta .fa.fa-phone {
  margin-right: 1px;
  color: #C8102E;
  transform: rotateZ(34dg);
  transform: rotateZ(43deg);
  font-size: 26px;
  position: relative;
  top: 2px;
}
.ready1 .ready_right .cta_cmn_btn a:nth-child(3),
.ready1 .ready_right .cta_cmn_btn a:nth-child(4),.call-cta .fa.fa-phone {
  position: relative;
  top: 2px;
}
.ready1 .ready_right .cta_cmn_btn a:hover span .fas,
.ready1 .ready_right .cta_cmn_btn a:hover span {
  color: #C8102E !important;
}
.ready1 .ready_right {
  margin-top: 20px;
}
.ready1 .ready_right h5 {
  padding: 0 0 30px;
}
.ready1.ready3 .ready_right {
  margin-top: 20px;
}
.last-star-49::after {
  content: '';
  background-color: #fff;
  height: 5px;
  width: 5px;
  position: relative;
  display: block;
  right: -2px;
  position: absolute;
  top: 4px;
}
.last-star-48::after {
  content: '';
  background-color: #fff;
  height: 10px;
  width: 5px;
  position: relative;
  display: block;
  right: -1px;
  position: absolute;
  top: 4px;
}
.small-enable {
  display: none;
}
.cal-countdown ul {
  list-style: none;
}
.cal-countdown ul li {
  margin-left: 3px;
  font-weight: 800;
}
.cal-countdown ul li:nth-child(1) {
  margin-left: 5px;
}
.counter3.cal-countdown {
  display: inline-block;
}
.counter3.cal-countdown ul {
  padding: 0;
}

.fold {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-width: 0;
  border-style: solid;
  background: #72cbd1;
  display: block;
  /*border-radius:3px 0 0 0;*/
  border-color: transparent #fff transparent #fff;
  -webkit-transition: border-width 0.2s ease-out;
  -moz-transition: border-width 0.2s ease-out;
  -ms-transition: border-width 0.2s ease-out;
  -o-transition: border-width 0.2s ease-out;
  transition: border-width 0.2s ease-out;
}
.about_card:hover,
.page2:hover {
  cursor: pointer;
}

.about_card:hover .fold {
  border-width: 0px 30px 30px 0px;
}
.about_card i {
  transition: all 0.3s linear;
}
.about_card:hover i {
  transform: scale(1.1);
}
.cta_tel {
  border: unset !important;
  padding: unset !important;
  border-radius: unset !important;
  color: #161c2d;
}
.cta_tel:hover {
  color: #161c2d;
}
.ready.ready1.ready3 .ready_left {
  position: relative;
}
.ready.ready1.ready3 .ready_left img {
  position: absolute;
  left: 0;
  top: -65px;
}
.recent-review-right {
  text-align: center;
}
.ready.ready1.ready3 .ready_left.ready_left1 img {
position: absolute;
left: 0;
top: -70px;
width: 100%;
}
.cta-pad-adj {
  padding: 90px 0 60px;
}
.btn_tel.btn_tel_head {
  background-color: #C8102E;
  height: 40px !important;
  width: 40px !important;
  display: inline-block;
  border-radius: 100%;
  /* line-height: ; */
  padding: 5px 0 !important;
  border: 2px solid #C8102E;
  text-align: center;
  position: absolute;
  left: -45px;
}
.btn_tel.btn_tel_head .darka {
  position: relative;
  left: 2px;
}
.darka {
  display: none;
}
.btn_tel.btn_tel_head:hover {
  background-color: #fff;
}
.btn_tel.btn_tel_head:hover .lighta {
  display: none;
}
.btn_tel.btn_tel_head:hover .darka {
  display: block !important;
}
.comparison_tbl .table thead th:nth-child(1),
.comparison_tbl .table td:nth-child(1) {
  width: 40%;
}
.comparison_tbl .table td {
  width: 20%;
}
.hide_large {
  display: none;
}
#header-fixed {
  position: fixed;
  top: 0px;
  display: none;
  background-color: white;
}
.navbar_btnsul li span {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #ec1c24;
  font-weight: 700;
  line-height: 1.2;
}
.navbar_btnsul li em {
  font-size: 14px;
  color: #212122;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.navbar_btnsul li a {
  text-align: left;
}
#topnav .navbar_btns li.header_tel_info a {
  border: unset;
  position: relative;
  top: 8px;
}
#topnav .navbar_btns li.header_tel_info a:hover {
  background-color: unset;
  color: unset;
}
.header_tel_info a span {
  display: block;
  margin-bottom: 0;
  line-height: 8px;
  font-size: 13px;
}
.header_tel_info a em {
  font-size: 14px;
  font-style: normal;
  color: #161c2d;
}
.header_tel_info a span .fas {
  transform: rotate(90deg);
}
.banner_feature_wraper span.disp {
  display: inline-block;
}
.lower {
  text-transform: lowercase;
}
.call-cta p {
  display: inline-block;
  font-size: 16px;
  padding-left: 8px;
  position: relative;
  top: 3px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.call-cta p::after {
  content: '';
  background-color: #C8102E;
  height: 30px;
  width: 1px;
  position: absolute;
  left: 0;
  top: -3px;
}
.call-cta p em {
  font-style: normal;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  line-height: 8px;
font-weight: 700;
}
.call-cta span i {
  font-size: 20px;
}
.call-cta p:hover {
  color: #C8102E;
}
.btm-icons-align {
  display: inline-block;
  margin: 0 auto;
}
.feature_top + .content.mt-4 {
  margin-top: -5px !important;
  padding-left: 60px;
}
.feature_top + .content p {
  line-height: 20px;
  font-size: 15px;
}

.work-process {
  transition: all 0.5s ease;
}
.process .icon,
.process.process-clean .icons i,
.process:hover .image::before {
  background-color: rgba(47, 85, 212, 0.1) !important;
}
.process.process-clean .icons i {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: rgba(47, 85, 212, 0.1);
  font-size: 28px;
display: block;
border-radius: 10px !important;
}
.process-clean::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 40px;
  top: 30px;
  left: 80%;
  background: url('../images/process.png') center center no-repeat;
  z-index: 1;
}
.process-clean.process-clean-last::after {
  display: none;
}
.process_number {
  border-radius: 50%;
  box-shadow: 0px 15px 25px 0px #e9edfb;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 38px;
  text-align: center;
  color: #C8102E;
  font-size: 21px;
  font-weight: 700;
  padding: 9px;
  margin: 0 auto 15px;
}
.about_left_btm p {
  margin-bottom: 10px;
  line-height: 24px;
  margin-top: 40px;
}
.ready1 .ready_right h5:nth-child(1) {
  padding: 0 0 0;
  max-width: 460px;
}
.ready1 .ready_right p:nth-child(2) {
  margin-bottom: 20px;
}

.seal {
  width: 273px;
  height: 138px;
  background-color: #838383;
  clip-path: polygon(12% 0, 88% 0, 100% 12%, 100% 88%, 88% 100%, 12% 100%, 0 88%, 0 12%);
  position: relative;
  border-radius: 15% / 30px;
}
.seal1 {
  width: 271px;
  height: 136px;
  background-color: #fff;
  clip-path: polygon(12% 0, 88% 0, 100% 12%, 100% 88%, 88% 100%, 12% 100%, 0 88%, 0 12%);
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 15% / 30px;
}

.seal-name p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #C8102E;
  margin: 6px 0;
}
.seal-wraper {
  position: relative;
}
aside {
  margin: 20px 0;
  line-height: 34px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
aside.ribbon {
  background-color: #C8102E;
  position: absolute;
  width: 104.4%;
  top: 21px;
  text-align: center;
  color: #fff;
  padding: 8px 0 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  left: 0px;
  height: 52px;
}
aside.ribbon::before {
  left: -29px;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 90% 50%);
}
aside.ribbon::before,
aside.ribbon::after {
  top: 8px;
  z-index: -10;
}
aside::before,
aside::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 25px;
  background-color: #C8102E;
}
aside.ribbon::after {
  clip-path: polygon(50% 0, 0 0, 0 100%, 50% 100%, 10% 50%);
  right: -29px;
}
aside {
  line-height: 34px;
  cursor: pointer;
}
.seal-wraper {
  width: 283px;
  height: 121px;
  display: inline-block;
  margin-top: 22px;
}
.ribbon p {
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
}
.ratings .fa {
  color: #fdb41a;
}
.ratings {
  position: absolute;
  bottom: 0px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}
.ratings p {
  color: #1b2131;
  margin-bottom: 2px;
  margin-top: -2px;
  line-height: 12px;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
}
.seal-wraper1 {
  margin-right: 65px;
}
.ready_right.cta_common_second_right {
  position: relative;
  top: 45px;
}
.testimonial_right p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px !important;
}
.btn_user.bordered_btn {
border: 2px solid #a6a6a63b !important;
background-color: #fff !important;
color: #161c2d !important;
}
.btn_user.bordered_btn:hover {
background-color: #2dc98a !important;
color: #fff !important;
}
.fa-star.fa-star-49 {
  position: relative;
}
.fa-star.fa-star-49::after {
  content: '';
  height: 11px;
  width: 5px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: -2px;
  top: 4px;
}
/* BizPROB */

aside.pb-ribbon {
  background-color: #C8102E;
  position: absolute;
  width: 104.4%;
  top: 28px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  left: -1px;
  height: 46px;
}
.pb-aside.pb-ribbon p {
  font-size: 14px;
}
.pb-ribbon p {
  margin-bottom: 0;
  line-height: 18px;
  font-weight: 600;
  font-size: 17px;
}
.pb-ratings {
  position: absolute;
  bottom: -2px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}
.pb-ratings .fa {
  color: #fdb41a;
}
.pb-ratings p {
  font-size: 10px;
  font-weight: 700;
  color: #3f6277;
  margin-bottom: -11px;
  margin-top: -3px;
}
.aside-pb::before,
.aside-pb::after {
  content: '';
  position: absolute;
  height: 48px;
  width: 25px;
  background-color: #C8102E;
}

.aside-pb.pb-ribbon::before {
  left: -29px;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 90% 50%);
}
.aside-pb.pb-ribbon::before,
aside.pb-ribbon::after {
  top: 4px;
  z-index: -10;
}
.aside-pb.pb-ribbon::after {
  clip-path: polygon(50% 0, 0 0, 0 100%, 50% 100%, 10% 50%);
  right: -29px;
}
.seal-logo-pb {
  width: 120px;
  margin: 2px auto 0;
}
.seal-logo-pb img {
  width: 120px;
  text-align: center;
}
.seal-logo-text {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #44667a;
}

#year {
  position: relative;
  font-size: 10px;
  width: fit-content;
  margin: 0 auto 2px auto;
  color: #4989bf;
  font-weight: 600;
}
#year::before {
  content: url('../images/year-img.png');
  position: absolute;
  height: 5px;
  width: 20px;
  top: 0px;
  left: -20px;
}
#year::after {
  content: url('../images/year-img.png');
  position: absolute;
  height: 5px;
  width: 20px;
  top: 0px;
  right: -20px;
}
#year {
  display: inline;
}
.footer .footer-list li a i.fas.fa-phone {
  transform: rotate(92deg);
}
.banner_feature_wraper span .fa.fa-clock-o {
  transform: rotateY(160deg);
}
.testimonial_area .cta_cmn_btn a {
  margin-right: 11px;
}
.navigation-menu li a span .fa,
.navigation-menu li a .fas {
  font-size: 26px;
  color: #C8102E;
}
.navigation-menu li a span .fa.fa-phone {
  transform: rotateZ(43deg);
}
.navigation-menu li:nth-child(2) {
  margin: 0 10px !important;
}

.header_tp_btm {
  display: none;
}
.features.feature-clean .icons i,.footer-media i {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: rgba(47, 85, 212, 0.1);
  margin-bottom: 25px !important;
    font-size: 24px;
  transition: all 0.2s linear;
}
.testimonial_right_btm {
  padding: 15px 0;
display: none;
}
.card:hover {
  cursor: pointer;
}
.footer_bdr {
  border-top: 1px solid #283353;
  margin-bottom: 50px;
  margin-top: 20px;
}
.banner_feature_wraper span img {
  width: unset;
}
.popup-new__body .eigth-section ul li:nth-child(10) {
  width: 180px;
}
.seventh-section img {
  width: 180px;
}
.plr-md {
  padding-left: 0;
  padding-right: 0;
}
.customer-testi img {
  width: 10%;
}
.customer-testi .list-unstyled {
  margin-top: 0px !important;
}
.active_sm {
  display: none;
}
.faqs .cta_cmn_btn a:nth-child(1) {
display: inline-block;
max-width: 180px;
text-align: center;
margin-bottom: 25px;
position: relative;
top: -4px;
}
.bizprobe_btn {
  background-color: unset;
  border: unset;
}
.bizprobe_btn:focus {
  outline: unset;
}
.seal-wraper.seal-wraper-bizprobe {
  margin-top: 20px !important;
}

.sitemap_content_area {
  padding: 60px 0;
}
.sitemap_content_area .link_list li a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #6c757d;
  transition: padding-left 0.3s linear;
}
.sitemap_content_area .link_list li {
  display: block;
}
.sitemap_content_area .link_list li a i {
  display: inline-block;
  margin-right: 10px;
  color: #C8102E;
}

@supports (-webkit-touch-callout: none) {
  body {
    font-size: 16px !important;
  }
  button,
  input,
  select,
  textarea,
  .form-control {
    font-size: 100% !important;
  }
}

.footer-items-center {
  text-align: center;
}
#calculate_order .calcProceedBtn {
  display: inline-block;
  width: 100%;
}
#calculate_order .calcProceedBtn:hover {
  color: #fff;
}

.ser_typ_mtp {
  margin-top: 17px;
}
.level-pad {
  padding: 10px 0;
}
.level-mtb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.spacing_wrap [type='radio']:checked,
.spacing_wrap [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.spacing_wrap [type='radio']:checked + label,
.spacing_wrap [type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #030303;
  top: 8px;
}
.spacing_wrap [type='radio']:checked + label:before,
.spacing_wrap [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #C8102E;
  border-radius: 100%;
  background: #fff;
}
.spacing_wrap [type='radio']:checked + label:after,
.spacing_wrap [type='radio']:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #C8102E;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.spacing_wrap [type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.spacing_wrap [type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.spacing_wrap p {
  display: inline-block;
  margin-right: 4px;
}
.spacing_wrap label span {
  position: relative;
  top: -2px;
}
.level-mtb {
    margin-top: 15px;
    margin-bottom: 15px;
}
.ser_typ_mtp {
    margin-top: 17px;
}

.tooltip {
  position: relative;
  display: inline-block;
    opacity: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 165px;
  background-color: #fff;
  color: #3c3c3c;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.cpy_txt_btn{
background-color: transparent;
border: none;
color: #adb5bd;
font-size: 16px;
outline: none;
margin-left: -3px;
margin-bottom: 5px;
}
button.cpy_txt_btn:focus {
    outline: unset;
}
#myInput {
    visibility: hidden;
    height: 0;
}
.footer-head.footer-head-last{
    margin-bottom: 0;
}
.tooltip + .list-unstyled.footer-list{
    margin-top: 0 !important;
}
.tooltip + .list-unstyled.footer-list li:nth-child(1){
    display: none;
}
.is-copied {
    background: yellow;
}

/* copy mail */
.mail-text {
    font-size: 15px;
    text-decoration: none !important;
background-color: transparent;
-webkit-text-decoration-skip: objects;
font-size: 15px;
font-weight: 300;
margin: 0 0 7px;
outline: 0;
display: inline-block;
line-height: 25px;
}

[tooltip]{
position: relative;
}

[tooltip]::before {
content: "";
position: absolute;
top: -6px;
left: 50%;
transform: translateX(-10%);
border-width: 4px 6px 0 6px;
border-style: solid;
border-color: #fff transparent transparent transparent;
z-index: 100;
opacity: 0;
transition: all 250ms ease;
}

[tooltip]::after {
content: attr(tooltip);
position: absolute;
left: 50%;
top: -6px;
transform: translateX(-50%) translateY(-100%);
background: #fff;
text-align: center;
color: #C8102E !important;
padding: 4px 4px;
font-size: 14px;
width: 160px;
border-radius: 4px;
pointer-events: none;
opacity: 0;
transition: all 250ms ease;
}

[tooltip-position ='bottom']::before {
    top: 0px;
    margin-top: -3px;
    transform: translateX(-68%) translatey(0) rotate(0deg);
}

[tooltip-position='bottom']::after {
top: 0;
margin-top: -36px;
transform: translateX(-50%) translateY(0);
}

[tooltip]:hover::after,
[tooltip]:hover::before {
opacity: 1;
}
.email{
    pointer-events: none;
}
.contact_wrapper {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    border: 1px solid #C8102E;
    position: absolute;
    width: 97%;
    top: 5px;
    padding: 5px 0 25px;
}
.calculate_order_form .contact_left,.calculate_order_form .contact_right {
    padding: 20px 0 0 !important;
}
.calculate_order.calculate_order_form h3 {
font-size: 20px;
font-weight: 800;
color: #1d3d92;
text-align: center;
margin-bottom: 17px;
}
.calculate_order.calculate_order_form input, .calculate_order.calculate_order_form textarea {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #dee2e6;

    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .075);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    outline: 0;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    width: 100%;
    padding: 7px 10px 7px 40px;
    font-style: italic;
}
.calculate_order_form .btn-submit {
    width: 90%;
    background-color: aqua;
    text-align: center;
    border: none;
    padding: 5px 0px;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    font-weight: 600;
    background-color: #C8102E;
    background-color: rgba(47,85,212,0.9);
    transition: all 500ms ease;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 60px;
}
.iti__country-list{
    max-width: 250px;
}
.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* form_design css */
.order-form i {
position: absolute;
left: 0;
top: 4px;
z-index: 1;
}

.order-form input::placeholder {
  font-size: 13px !important;
  color: #5a5757 !important;
  /* font-style: italic !important; */
}

.order-form input:focus::placeholder {
  opacity: 0 !important
}

.order-form input:focus::-webkit-input-placeholder {
  opacity: 0 !important
}

.order-form input:focus:-moz-placeholder {
  opacity: 0 !important
}

.order-form input:focus::-moz-placeholder {
  opacity: 0 !important
}

.order-form input:focus:-ms-input-placeholder {
  opacity: 0 !important
}

.calculate_order.calculate_order_form input:focus {
  border: 1px solid #1b3b90b0;
}
.title-heading .heading.form-banner-heading{
    font-size: 38px;
margin-bottom: 10px !important;
max-width: 600px;
}
.contact_wrapper.calculate_order.calculate_order_form {
    margin-top: 25px;
    padding: 5px 0 15px;
}
#benefits.benefit_form {
    padding: 40px 0 53px;
}
.fa.fa-book.ml-3.icons {
    font-size: 18px;
}
.lower{
text-transform: lowercase;
display: inline-block !important;
font-weight: 400 !important;
}
.lower::before{
    display: none;
}
.pad_middle{
    padding: 0;
}
.calculate_order_form .order-form{
    padding: 0px 25px 0px 25px;
}
.calculate_order_form .order-form i {
    position: absolute;
    left: 14px;
    top: 41px;
    z-index: 1;
}
#auto-response {
	 padding: 10px 15px;
	 margin: 5px 0 10px;
	 text-align: center;
	 border-radius: 3px;
	 -webkit-border-radius: 3px;
	 display: none;
	 line-height: 20px;
	 width: 85%;
	 margin-left: auto;
    margin-right: auto;
}

#auto-response p {
	 margin: 0;
	 color: red;
	 font-size: 15px;
    
}
#f_submit {
    background-color: #19398e;
    border: 1px solid #19398e;
}
.modal {
    transform: translateZ(8px);
}
.sub_mtp{
    margin-top: 10px;
}
.order-form .contact_left .row .col-md-12:nth-child(4) i{
    top: 40px;
}
 .plr {
        padding-left: 0;
        padding-right: 0;
    }
.para-desc.text-light.para-desc-main.para-desc-main-research {
    max-width: 650px;
}
.coupan_details {
    position: absolute;
    top: 10px;
    left: 15px;
}
.coupan_details h4 {
color: #fff;
font-size: 16px;
margin-bottom: 0;
margin-left: 0;
position: relative;
left: -8px;
top: 3px;
}
.coupan_details p {
    color: #c7c2c2;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}
.coupon-wrapper {
    position: relative;
}
.coupan_square {
    background-color: #19398e;
    height: 63px;
    width: 62px;
    border-radius: 94%/55% 55% 55% 55%;
    position: absolute;
    right: 2px;
    top: 2px;
}
.coupan_square p {
    color: #fff;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 52px;
}
#auto-response {
padding: 10px 15px;
margin: 5px 25px 10px;
  margin-left: 0px;
text-align: center;
border-radius: 3px;
-webkit-border-radius: 3px;
display: none;
line-height: 20px;
width: 100%;
margin-left: auto;
background-color: #f4c7c3;
}
#auto-response p {
margin: 0;
color: #f41100;
font-size: 13px;
font-weight: 600;
}
#f_submit {
    background-color: #2eca8b;
    border: 1px solid #2eca8b;
    width: 100%;
    transition: all 0.2s linear;
      position: relative;
  top: -3px;

}

/**** odometer css ****/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    text-align: center
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.banner_feature_wraper.banner_feature_wraper_line::after {
    content: "";
    background-image: url(../images/feature_line.png);
    position: absolute;
    width: 100%;
    height: 16px;
    left: 52px;
    bottom: -8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: initial;
    max-width: 224px;
}
.get_credit_worth_wrapper {
    margin-top: 20px;
    position: relative;
    width: 40%;
}
.gcw {
color: #19398e;
position: absolute;
top: 29px;
font-size: 16px;
font-weight: 700;
left: 19px;
top: 35px;
transform: rotate(-6deg);
}
.gcw span {
    display: block;
    position: relative;
    top: -9px;
    left: 2px;
}
.get_credit_worth_wrapper p {
font-size: 32px;
font-weight: 800;
color: #2dc98a;
position: absolute;
top: 38px;
right: 20px;
transform: rotate(-3deg);
}
.banner_ratings {
    margin-top: 15px;
}
.home_ser .banner_ratings ul {
    margin-bottom: 10px;
}
.banner_ratings ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.banner_ratings ul li .fa {
    color: #ffc107;
}
.banner_ratings li:nth-child(2) {
    height: 20px;
    width: 20px;
    background-color: #2eca8b;
    border-radius: 100%;
    line-height: 20px;
    padding: 1px;
    margin: auto 2px;
}
.banner_ratings li:nth-child(2) .fa {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 2px;
}
.banner_ratings ul li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.feat_logo_form {
    background-image: url(../images/section-rating-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;
    width: 145px;
}
.feat_logo_1a {
    background-position: 0 0;
}
.feat_logo_2a {
    background-position: -145px 0;
}
.feat_logo_3a {
   background-position: -290px 0;
display: none;
}
.banner_ratings ul {
    list-style: none;
    padding: 0;
}
.banner_feature_wraper span:nth-child(2) {
position: relative;
display: inline-block;
text-decoration: line-through;
font-size: 15px !important;
}
.banner_feature_wraper span:nth-child(3), .bld {
    font-size: 16px;
    font-weight: 800;
}
.banner_feature_wraper span:nth-child(4) {
display: inline-block;
background-color: #2dc98a;
padding: 3px 10px;
border-radius: 4px;
position: absolute;
top: -3px;
width: 83px;
}
.banner_feature_wraper span:nth-child(4) p {
    margin-bottom: 0;
    font-weight: 800;
}
.bld {
    text-decoration: unset !important;
}

#home.home_ser {
  padding: 70px 0 60px;
}
.navigation-menu li:nth-child(1) span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 2px;
}
.features i.fa-user-edit::before {
  position: relative;
  left: 5px;
}
.cta_cmn_btn .call-cta p:hover{
    color: #C8102E !important;
}
[href^='tel']{
    pointer-events: none;
    cursor: auto;
}
.title-heading .para-desc.para-desc-res{
    max-width: 650px;
}
.mobile-enabled{
    display: none;
}
.calc-heading span{
    color: #C8102E;
font-size: 20px;
}
.popup-right-image {
  margin-right: 25px !important;
}
.third-section .clr-gray img{
 width: 8%;
position: relative;
top: -2px;
}
.featture_top{
background-image: url("../images/features-bg.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 350.6px;
height: 70px;
position: absolute;
top: 0px;
left: 0;
}
.feature.list-unstyled{
 margin-top: 90px;
}
.featture_top h2:nth-child(2){
    position: absolute;
    right: 44px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    top: 10px;
}
.featture_top h2:nth-child(2) span:nth-child(2){
display: block;
color: #2eca8b !important;
font-weight: 600;
top: -5px !important;
position: relative;
left: 1px;
}
.featture_top h2:nth-child(2) span:nth-child(1){
    position: relative;
}
.featture_top h2:nth-child(2) span:nth-child(1)::after{
content: "";
background-color: #fff;
position: absolute;
width: 100%;
height: 2px;
left: 0;
top: 12px;
}
.home_process .container .row:nth-child(2) div:nth-child(4){
    margin-top: 75px !important;
}
.cta_second-left.cta_third-left img{
    position: unset;
margin-top: 25px;
}
.twnty{
    font-weight: 700;
}
.four-seven {
  display: inline-block;
  position: relative;
  left: 7px;
}
.testimonial_right p span{
    text-transform: lowercase;
}
.testi_btm_details p span{
    display: inline-block !important;
    font-weight: 800;
}
.testi_btm_details p span::before{
    display: none !important;
}
.faqs .card-header .lower{
    font-weight: 600 !important;
}
.icon-active::before{
    color: #C8102E !important;
}
.icon-active.collapsed::before{
    color: #3c4858 !important;
}
.recent-review-left {
  margin-top: 10px;
}
.recent-reviews-btm a{
background-color: #2eca8b;
color: #fff;
border: 2px solid #2eca8b;
padding: 5px 15px;
border-radius: 10px;
transition: all 0.2s linear;
}
.recent-reviews-btm a:hover{
    background-color: #fff;
    border: 2px solid #2eca8b;
    color:#2eca8b; 
}

.footer-one-cell{
  margin-left: 60px;    
}
.footer-media:hover i{
    color: #fff;
}
.chose-para-adg{
    max-width: 385px;
}
.pad-25{
    padding: 0 25px; 
}
.thank .ready_right p{
    padding-bottom: 15px;
}
#benefits.thanks_benefit{
    padding: 45px 0 75px;
}
.gf {
  text-decoration: none !important;
  top: -4px;
}
.ripple_yellow {
background: rgba(248, 208, 95, 0.9);
display: inline-block;
padding: 5px;
animation: blinker1 2s linear infinite !important;
width: 100%;
padding: 0px 10px;
border-radius: 10px;
    height: 52px;
}

/*Ripple yellow*/

.ripple_yellow {
    background: rgb(46 202 139 / 90%);
    display: inline-block;
    padding: 5px;
    animation: blinker1 2s linear infinite !important;
    width: 100%;
    padding: 0px 5px;
}

@keyframes blinker1 {
    50% {
        background: rgba(46 202 139 / 20%);
    }
}

-webkit- @keyframes blinker1 {
    50% {
        background: rgba(46 202 139 / 20%);
    }
}

/*****Banner Area *****/
.banner {
    padding: 30px 0px 50px;
}

/*header*/
header {
    border-bottom: 1px solid #90bed8;
}

.sticky_header {
    background: #015498;
    padding: 20px 0px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 0px 5px 0px #575757;
    border: none !important
}

.sticky_header .top_header {
    display: none !important;
}

header .navbar {
    padding: 0;
}

.top_header {
    border-bottom: 1px solid #90bed8;
    padding: 10px 0px;
}

.top_header li {
    display: inline-block;
    padding: 0px 3px;
}

.top_header li:first-child {
    padding-left: 0;
}

.top_header li:last-child {
    padding-right: 0;
}

.headedr_btn {
    font-weight: 900;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    min-width: 100px;
    text-decoration: none !important;
    border: 1px solid #fff;
}

.headedr_btn:hover {
    background: #015498 !important;
    color: #fff !important
}

#user_btn:hover {
    background: #fff !important;
    color: #015498 !important
}

/*Top Header ripple*/
.top_header .ripple_yellow {
    animation: blinker2 2.5s linear infinite !important;
    background: rgba(248, 208, 95, 0.9);
    display: inline-block;
    padding: 8px 15px;
    text-align: center !important;
    z-index: 10;
    border-radius: 10px;
}

.top_header .ripple_yellow a {
    margin: 0px auto;
    font-size: 14px;
    position: relative;
    z-index: 11;
    display: inline-block;
    font-family: sans-serif;
    font-weight: 700;
}

.top_header .ripple_yellow a:hover {
    text-decoration: none;
}

@keyframes blinker2 {
    50% {
        background: rgba(248, 208, 95, 0.4);
    }
}

-webkit- @keyframes blinker2 {
    50% {
        background: rgba(248, 208, 95, 0.4);
    }
}

.top_header .ripple_yellow::before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(248, 208, 95, 0.7);
    border-radius: 10px;
    border: 1px solid #ddd;
    animation: blinker2 1s linear infinite !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.top_header .ripple_yellow::after {
    content: '';
    height: 50px;
    width: 185px;
    background: rgba(248, 208, 95, 0.5);
    border-radius: 10px;
    animation: blinker3 1s linear infinite !important;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

@keyframes blinker3 {
    50% {
        background: rgba(248, 208, 95, 0.1);
    }
}

-webkit- @keyframes blinker2 {
    50% {
        background: rgba(248, 208, 95, 0.1);
    }
}
.form_btm span img{
    width: unset !important;
}
.form_btm {
text-align: center;
padding: 10px 0 0;
color: #7f7f7f;
font-size: 14px;
font-weight: 600;
}
#process {
  background-color: #f8f9fa;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 15px;
}
.ripple_yellow.ripple_yellow_calc{
    border-radius: 0 0 10px 20px;
    height: 70px;
}
.testimonial_area .cta_cmn_btn {
  margin-top: 30px;
}
/* Services */
section.services {
    padding: 70px 0 50px;
    /* margin: 0 0 50px; */
    background-color: #f5f5f5;
}
section.services .heading_area {
    margin: 0;
}
.text-medium {
    font-weight: 500;
}
.small_title {
    font-size: 24px;
    margin: 0;
    vertical-align: middle;
}
.txt_medblack {
    color: #444445 !important;
}
.txt_uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center!important;
}
.small_title span {
    margin: 0;
    margin: 5px 0 0;
    display: block;
}

.text-bold {
    font-weight: 700;
}
.medium_title {
    font-size: 30px;
    margin: 0;
    vertical-align: middle;
}
.txt_blue {
    color: #0044a5 !important;
}
services .heading_area hgroup:after {
    content: '';
    border-bottom: 5px solid #ccc;
    width: 90px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
}
.heading_area .main_paragraph {
    text-align: center;
    color: #4d4d4d;
    font-size: 17px;
    margin: 15px auto 0;
    display: block;
    vertical-align: middle;
    text-transform: none;
    line-height: 25px;
    font-weight: 500;
}
.write-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.text_box {
    background-image: url("../images/text-box-bg.png");
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 20px;
    border-radius: 45% 65% 22% 40%;
    min-height: 293px;
    overflow: hidden;
    transition: transform 0.4s !important;
    position: relative;
    margin-left: 8px;
}
.max-w-230 {
    max-width: 230px;
    position: absolute;
}
.text_box .max-w-230 i {
    /* position: absolute;
    top: 30px; */
    font-size: 45px;
    line-height: normal;
    width: 100%;
   text-align: center;
   /* display: flex;
   justify-content: center; */
}

.text-yellow {
    color: #f8d05f;
}
.text_box .max-w-230 .b_head {
    font-size: 17px;
    margin-top: 15px;
    text-align: center;
}
.text_box .max-w-230 p{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.text_box:hover {
    background-image: url("../images/text-box-bg-hover.png");
    color: #fff !important;
    transform: scale(1.01);
}
.text_box:hover .max-w-230 .b_head {
    color: #fff !important;
}

.fw_600 {
    font-weight: 600;
}
.text-blue {
    color: #015498;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.text_box .max-w-230 .btm_design {
    height: 3px;
    margin: 5px auto 15px;
    max-width: 100px;
}
.bg_yellow {
    background: #f8d05f;
}
.owl-theme .owl-nav {
    display: none;
}
 .services-list {
    max-width: 480px;
}
.services-list a {
padding: 0 15px;
line-height: 33px;
border: 1px solid #C8102E;
color: #C8102E;
border-radius: 8px;
font-weight: 600;
pointer-events: none;
margin-right: 15px;
margin-bottom: 15px !important;
display: inline-block;
}
/* Slide Section css */
.service-categories {
    padding: 30px 0 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.auto_slideshow {
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.service-categories .auto_slideshow > div {
    width: 3000px;
}
.service-categories .col-md-3 {
    max-width: 6%;
    text-align: center;
    display: inline-block;
    flex: none;
    margin: 0;
    padding: 0 10px;
}
.service-categories .card {
text-align: center;
padding: 20px 15px 10px;
margin: 3px 0 10px;
height: 115px;
overflow: hidden;
}
.service-card {
    background: transparent;
}
.service-categories .subjects_icon.icon1 {
	 background-position: -20px -20px;
}

.service-categories .subjects_icon.icon2 {
	 background-position: -93px -20px;
}

.service-categories .subjects_icon.icon3 {
	 background-position: -162px -150px;
}

.service-categories .subjects_icon.icon4 {
	 background-position: -231px -20px;
}

.service-categories .subjects_icon.icon5 {
	 background-position: -300px -20px;
}

.service-categories .subjects_icon.icon6 {
	 background-position: -369px -20px;
}

.service-categories .subjects_icon.icon7 {
	 background-position: -422px 0;
}

.service-categories .subjects_icon.icon8 {
	 background-position: -490px 0px;
}

.service-categories .subjects_icon.icon9 {
	 background-position: -560px 0px;
}

.service-categories .subjects_icon.icon10 {
	 background-position: -628px 0px;
}

.service-categories .subjects_icon.icon11 {
	 background-position: 0 -67px;
}

.service-categories .subjects_icon.icon12 {
	 background-position: -70px -67px;
}

.service-categories .subjects_icon.icon13 {
	 background-position: -140px -67px;
}

.service-categories .subjects_icon.icon14 {
	 background-position: -210px -67px;
}

.service-categories .subjects_icon.icon15 {
	 background-position: -140px -196px;
}

.service-categories .subjects_icon.icon16 {
	 background-position: -210px -197px;
}

.service-categories .subjects_icon.icon17 {
	 background-position: -20px -74px;
}

.service-categories .subjects_icon.icon18 {
	 background-position: -91px -74px;
}

.service-categories .subjects_icon.icon19 {
	 background-position: -162px -74px;
}

.service-categories .subjects_icon.icon20 {
	 background-position: -228px -74px;
}

.service-categories .subjects_icon.icon21 {
	 background-position: -301px -74px;
}

.service-categories .subjects_icon.icon22 {
	 background-position: -366px -74px;
}

.service-categories .subjects_icon.icon23 {
	 background-position: -91px -74px;
}
.service-categories .subjects_icon {
    background: url("../images/subjects_sprites_icons.png");
    width: 35px;
    height: 35px;
    margin: 0 auto 0;
    display: inline-block;
    /* animation: bounce 3s linear; */
    position: relative;
    transition: transform .5s, visibility .5s ease-in;
}
.service-card:hover {
    border-right: 5px solid #C8102E;
    border-left: 5px solid #C8102E;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.01);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.01);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.01);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}
.service-categories .card-title {
    padding-top: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.exsmall_title {
    font-size: 20px;
    margin: 0;
    vertical-align: middle;
}
.txt_medblack {
    color: #444445 !important;
}
#testimonials .customer-testi img {
  width: 10%;
}
#owl-carousel1 .owl-pagination{
    display: none;
}
#owl-carousel1.owl-carousel .owl-item{
    padding: 0 15px 0 0;
}
.service_btm ul{
    list-style: none;
padding: 0;
}
.service_btm ul li{
display: inline-block;
width: 6%;
margin-right: 15px;
}
.service-card{
 border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 20px 0 10px;
    text-align: center;
}
.service_btm.service-categories.service_btm_2 {
  padding: 0;
}
.main {
width: 100%;
min-height: 380px;
text-align: center;
position: relative;
cursor: pointer;
}

.service {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
width: 80px;
height: 80px;
border-radius: 50%;
margin: -70px auto 0;
background: #fff;
border: 6px solid #C8102E;
display: flex;
justify-content: center;
align-items: center;
}

/* Membuat border title */
.service h4 {
height: 35px;
width: 91%;
margin: 15px auto 25px;
background: #fff;
position: relative;
font-size: 18px;
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
 position: absolute;
 z-index: -1;
}

.service h4::after {
background: linear-gradient(to right, #fff, #C8102E);
right: -5px;
top: -5px;
}

.service h4::before {
background: linear-gradient(to right, #C8102E, #fff);
left: -5px;
bottom: -5px;
}


/* membuat shadow untuk service */
/*
.main::after {
content: '';
height: 200px;
width: 80%;
background: green;
position: absolute;
border-radius: 10px;
bottom: 0;
left: 10%;
z-index: -1;
box-shadow: 0 0 20px -15px #030380;
transition: transform .8s;
}
*/
/*
.main::before {
content: '';
height: 200px;
width: 64%;
background: red;
position: absolute;
border-radius: 10px;
bottom: 0;
left: 18%;
z-index: -2;
}
*/

.main:hover .service {
  transform: translateY(-20px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}
.services_section .service p{
    color: #444445 !important;
}
.service-logo i{
color: #C8102E;
font-size: 38px;
}
.service-logo .fas.fa-user-edit{
    position: relative;
    left: 4px;
}
.service.service_1 h4{
padding: 7px 0;
}
.last-service-item {
border: unset !important;
color: #2fc98b !important;
padding: 0 !important;
pointer-events: unset !important;
}
.watch-video.mt-4.pt-2.d-md-block {
  margin-top: 10px !important;
}
.banner_ratings-sm{
    display: none;
}
.home_ser .banner_feature_wraper span:nth-child(4) p{
    display: none;
}
.home_ser .banner_feature_wraper span:nth-child(4){
    background-color: unset;
}
/*Infintite slow scroll move slider*/
.our_services .auto_slideshow {
	max-width: 1070px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.our_services .auto_slideshow > div {
	width: 3000px;
}

.our_services .auto_slideshow .moving_slowly {
	animation: moveSlideshow 90s linear infinite;
}

.our_services .auto_slideshow .moving_slowly:hover {
	animation-play-state: paused;

}

@keyframes moveSlideshow {
	100% {
		transform: translateX(-66.6666%);
	}
}
#process .mb-60{
    margin-bottom: 15px;
}
#testimonials .cta_cmn_btn a:nth-child(1),.services .cta_cmn_btn a:nth-child(1) {
    position: relative;
top: -4px;
}
.services .cta_cmn_btn {
  margin-top: 30px;
}
#table-1 th p{
    margin-bottom: 0;
    line-height: 34px;
}
#table-1{
    margin-bottom: 1px;
}
.last-service-item{
    cursor: context-menu;
}
.services-list a.mb-0{
    margin-bottom: 0 !important;
}







/************* Banner Start *****************/




.h_m_banner {
  width:  100%;
  background: url(../images/3.jpg) no-repeat top center;
  background-size: cover;
  padding: 120px 0;
}

.h_m_banner h1 {
text-transform:uppercase;
     font-size: 40px;
     color: #ffb600;
     line-height: 61px;
   padding-top: 70px;
}

.h_m_banner p {
      font-size: 17px;
      color:  #fff;
      line-height:  2;
      margin: 17px 0;
}






.h_m_banner1 {
width:  100%;
background: url(../images/1.jpg) no-repeat top center;
background-size: cover;
padding: 120px 0;
}

.h_m_banner1 h1 {
text-transform:uppercase;
   font-size: 40px;
   color: #ffb600;
   line-height: 61px;
 padding-top: 70px;
}

.h_m_banner1 p {
    font-size: 17px;
    color:  #fff;
    line-height:  2;
    margin: 17px 0;
}




.h_m_banner2 {
width:  100%;
background: url(../images/2.jpg) no-repeat top center;
background-size: cover;
padding: 120px 0;
}

.h_m_banner2 h1 {
text-transform:uppercase;
   font-size: 40px;
   color: #ffb600;
   line-height: 61px;
 padding-top: 70px;
}

.h_m_banner2 p {
    font-size: 17px;
    color:  #fff;
    line-height:  2;
    margin: 17px 0;
}






.h_m_banner3 {
width:  100%;
background: url(../images/4.jpg) no-repeat top center;
background-size: cover;
padding: 120px 0;
}

.h_m_banner3 h1 {
text-transform:uppercase;
   font-size: 40px;
   color: #ffb600;
   line-height: 61px;
 padding-top: 70px;
}

.h_m_banner3 p {
    font-size: 17px;
    color:  #fff;
    line-height:  2;
    margin: 17px 0;
}


.h_m_banner4 {
width:  100%;
background: url(../images/banner-background.jpg) no-repeat top center;
background-size: cover;
padding: 120px 0;
}

.h_m_banner4 h1 {
text-transform:uppercase;
   font-size: 40px;
   color: #ffb600;
   line-height: 61px;
 padding-top: 70px;
}

.h_m_banner4 p {
    font-size: 17px;
    color:  #fff;
    line-height:  2;
    margin: 17px 0;
}










button.h_b_btn:hover {
  background: #4587d9;
  transition: .3s all;
}

.bnn_right {
  width: 100%;
  color: #fff;
}

.bnn_right ul {
  column-count: 2;
}

.bnn_right h3 {
  margin: 0 0 30px;
}

.bnn_right h1 span {
  color: #ffb600;
  font-size: 50px;
}

.banner_form {
  width: 100%;
  overflow: hidden;
}
.banner_form .form-control {
  width: 100%;
  height: 55px;
  box-shadow: none;
  border-radius: 0;
}
.banner_form .rd {
  border-radius: 5px 0 0px 5px;
}
.banner_form .form-group {
  margin: 0;
}
button.ban_btn {
  width: 100%;
  height: 55px;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  border-radius: 0 5px 5px 0;
}

.bnn_right ul li {
  color: #ffff;
  list-style: none;
  padding: 0 0 8px;
  font-size: 15px;
}

.bnn_right ul li i {
  padding: 0 10px 0 0;
  color: #4587d9;
}

.h_banner_form {
  width: 100%;
}

.bnn_left {width: 100%;padding: 40px 20px;border-radius: 4px;position: relative;background: #00000030;box-shadow: 4px 4px 15px 0 #000;}

.bnn_left h4 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 700;
  color: #4587d9;
}

.h_banner_form .form-control {
  background: #fff;
  box-shadow: none;
  border: none;
  color: #000;
  padding: 24px 18px;
  resize: none;
  border-radius: 0;
}

button.h_b_btn {
  width: 100%;
  padding: 9px 0px;
  border: none;
  background: #ffb600;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 20px;
}


.h_m_banner a {
  background: #4587d9;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px 30px;
  transition: 0.5s;
  margin: 30px 0 0;
  display: inline-block;
}

.h_m_banner a:hover {
  background-color: #ffb600;
  color: #ffffff;
  animation-delay: 2.2s !important;
}


.h_m_banner1 a {
  background: #4587d9;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px 30px;
  transition: 0.5s;
  margin: 30px 0 0;
  display: inline-block;
}

.h_m_banner1 a:hover {
  background-color: #ffb600;
  color: #ffffff;
  animation-delay: 2.2s !important;
}


.h_m_banner2 a {
  background: #4587d9;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px 30px;
  transition: 0.5s;
  margin: 30px 0 0;
  display: inline-block;
}

.h_m_banner2 a:hover {
  background-color: #ffb600;
  color: #ffffff;
  animation-delay: 2.2s !important;
}


.h_m_banner3 a {
  background: #4587d9;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px 30px;
  transition: 0.5s;
  margin: 30px 0 0;
  display: inline-block;
}

.h_m_banner3 a:hover {
  background-color: #ffb600;
  color: #ffffff;
  animation-delay: 2.2s !important;
}

.h_m_banner4 a {
  background: #4587d9;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px 30px;
  transition: 0.5s;
  margin: 30px 0 0;
  display: inline-block;
}

.h_m_banner4 a:hover {
  background-color: #ffb600;
  color: #ffffff;
  animation-delay: 2.2s !important;
}

.not_found {
  width: 100%;
  text-align: center;
  padding: 90px 0;
}

.not_found h1 {
  font-size: 200px;
}

.not_found p {
  font-size: 30px;
  font-weight: 700;
}

/************* Banner end *****************/

/*******right button**********/




.Rightbutton {
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s;
position: fixed;
right: -370px;
top: 25%;
font-size: 0;
width: 420px;
z-index: 999
}

.btns_wrap {
position: fixed;
right: -6px;
}

.btns_wrap a:hover {
text-decoration: none!important;
right: 0
}

.btns_wrap a {
background: #ffb600;
display: block;
position: absolute;
right: -225px;
width: 280px;
padding: 11px 0;
top: 5px;
border-radius: 10px 0 0 10px;
overflow: hidden;
box-shadow: 0 0 40px #00000026!important;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border-radius: 3px 0 0 3px;
z-index: 9999;
}

.btns_wrap .call_wrap {
width: 280px;
position: absolute;
right: -225px;
top: 64px;
border-radius: 3px 0 0 3px;
overflow: hidden;
box-shadow: 0 0 40px #00000026!important;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
z-index: 9999
}

.btns_wrap .call_wrap span {
color: #fff;
font-size: 20px;
vertical-align: middle;
padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
color: #fff;
background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
font-size: 18px;
padding: 15px 20px;
border-right: 1px solid #ded9d9;
vertical-align: middle;
display: inline-block;
border-radius: 10px 0 0 10px
}

.btns_wrap .chat_wrap span {
color: #fff;
font-size: 20px;
vertical-align: middle;
padding: 15px 30px 15px 15px;
}


.Rightbutton.active {
right: 0;
z-index: 9;
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s
}

.Rightbutton {
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s;
position: fixed;
right: -370px;
top: 20%;
font-size: 0;
width: 420px;
z-index: 999
}

.Rightbutton .clickbutton {
background: #ffb600;
width: 50px;
z-index: 999;
height: 200px;
cursor: pointer;
box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
border-radius: 3px 0 0 3px;
display: inline-block;
padding-top: 0;
vertical-align: top;
margin-top: 125px;
color: #fff;
font-size: 18px;
font-weight: 600;
position: relative;
font-family: 'Poppins', sans-serif;
box-shadow: 0 0 40px #00000026;
-webkit-box-shadow: 0 0 40px #00000026;
-ms-box-shadow: 0 0 40px #00000026;
-o-box-shadow: 0 0 40px #00000026
}

.Rightbutton .clickbutton .crossplus:before {
content: "";
display: none;
position: absolute;
width: 20px;
height: 2px;
right: 0;
background: #fbb334;
z-index: 99;
top: 0;
left: 0;
bottom: 0;
margin: auto
}

.Rightbutton .clickbutton .crossplus:after {
content: "";
display: none;
position: absolute;
width: 2px;
height: 20px;
right: 0;
background: #fab334;
z-index: 99;
top: 0;
left: 0;
bottom: 0;
margin: auto
}

.Rightbutton .clickbutton .crossplus {
position: absolute;
display: block;
transform: rotate(-90deg);
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s;
left: -48px;
white-space: pre;
bottom: 87px
}

.Rightbutton .clickbutton .crossplus.rotate {
transform: rotate(45deg);
-webkit-transition: .4s;
-moz-transition: .4s;
-o-transition: .4s;
transition: .4s
}

.Rightbutton .clickbutton .crossplus i {
font-size: 18px;
color: #fff;
margin: 17px 0 0 15px
}

.banner-form {
background: #fff;
padding: 30px;
position: relative;
z-index: 9!important;
border-radius: 5px;
margin: 0;
width: 370px;
display: inline-block;
box-shadow: 0 0 30px #0000001f
}

.ban-form input {
width: 27%;
margin: 0;
border: 1px solid #333333;
background: white;
padding: 10px 15px;
color: gray;
font-size: 14px;
border-radius: 3px;
height: 50px;
font-weight: 400;
outline: none!important;
margin: 0 0 15px 0
}

.ban-form select {
width: 27%;
margin: 0;
border: 1px solid #333333;
background: white;
padding: 10px 15px;
color: gray;
font-size: 14px;
border-radius: 3px;
height: 50px;
font-weight: 400;
outline: none!important;
margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
width: 100%
}

.banner-form h3 {
color: #141315;
font-size: 24px;
margin-bottom: 5px;
font-weight: 700
}

.banner-form h3 strong {
font: 24px/24px "Poppins", sans-serif;
font-weight: 600
}

.ban-form input[type="submit"] {
color: #0e0e0e;
font-weight: 600;
border-radius: 3px;
text-align: center;
padding: 10px 15px;
margin: 20px 0 0;
border: 3px solid #ffb600;
cursor: pointer;
font-size: 16px;
font-weight: 500
}

.ban-form textarea {
width: 27%;
border: 1px solid #333333;
background: white;
padding: 10px 15px;
color: gray;
font-size: 14px;
border-radius: 3px;
font-weight: 400;
height: 90px;
outline: none!important;
resize: none
}

.ban-form .form-group.inpchecbx label {
display: inline-block;
margin: 0;
line-height: 1.4;
color: #676767;
font-size: 13px
}

.ban-form .form-group.inpchecbx input {
display: inline-block;
width: auto;
height: auto;
margin: 0
}



input.slid-inp {
  padding: 5px 15px;
}

.slid-btn {
  padding: 7px 30px;
  border: none;
  background: #d9383a;
  color: #fff;
}

input.hidden {
  display: none;
}

input.slid-inp:focus-visible {
  outline: 0;
}



.swiper-wrapper {
  padding: 40px 0;
}

.testimonial .testimonial-item {
  background: #f7aaab66;
  padding: 10px;
  min-height: 340px;
  border-radius: 16px;
}



.slid-inp {
  width: 110%;
  height: 55px;
}







/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
overflow: hidden;
}

.section-bg {
background-color: #faf0f0;
}

.section-title {
padding-bottom: 40px;
}
.section-title h2 {
font-size: 29px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 5px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #d9383a;
font-family: "Poppins", sans-serif;
}
.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #000;
margin: 4px 10px;
}
.section-title p {
margin: 0;
margin: 0;
font-size: 18px;
font-weight: 700;
/* text-transform: uppercase; */
color: #000;
}




.anim-img{
position: absolute;
width: 90%;
animation: mymove 5s infinite;
}

@keyframes mymove {
0%   {top: 0px;}
50%  {top: 20px; }
100%  {top: 00px;}

}



.count-box {
  background: #fff;
  padding-top: 13px;
}

.count-box{
padding-bottom:  13px
}


.ht {
  min-height: 380px;
}

/*--------------------------------------------------------------


# F.A.Q

/* Style the buttons that are used to open and close the faq-page body */

.faq-heading{
border-bottom: #777;
padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;

}
.hr-line{
width: 60%;
margin: auto;
}


.faq-page {
/* background-color: #eee; */
color: #444;
cursor: pointer;
padding: 30px 20px;
width: 60%;
border: none;
outline: none;
transition: 0.4s;
margin: auto;

}
.faq-body{
margin: auto;
/* text-align: center; */
width: 60%; 
padding: auto;

}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
/* background-color: #F9F9F9; */
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
padding: 15px 18px;
background-color: white;
display: none;
overflow: hidden;
}

.faq-page:after {
content: '\02795';
/* Unicode character for "plus" sign (+) */
font-size: 13px;
color: #777;
float: right;
margin-left: 5px;
}

.active:after {
content: "\2796";
/* Unicode character for "minus" sign (-) */
}

/*--------------------------------------------------------------


# F.A.Q*/


/*
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
background: url("../img/hero-bg.webp");
position: relative;
padding: 120px 0 0 0;
background-size: 100%;
}

.hero2{
  background: url("../img/hero-bg2.webp") !important;
  
  background-size:cover !important;
}



.hero3{
  background: url("../img/hero-bg3.webp") !important;
  background-size:cover !important;
}



.hero4{
  background: url("../img/hero-bg4.web") !important;
  background-size:cover !important;
}



.hero5{
  background: url("../img/hero-bg5.webp") !important;
  background-size:cover !important;
}


#hero:before {
content: "";
background: rgba(0, 0, 0, 0.7);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#hero h1 {
margin: 0 0 20px 0;
font-size: 48px;
font-weight: 700;
line-height: 56px;
color: rgba(255, 255, 255, 0.8);
}
#hero h1 span {
color: #fff;
border-bottom: 4px solid #d9383a;
}
#hero h2 {
color: rgba(255, 255, 255, 0.8);
margin-bottom: 40px;
font-size: 18px;
font-weight: 100;
line-height: 32px;
}
#hero .btn-get-started {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 30px;
border-radius: 50px;
transition: 0.5s;
color: #fff;
background: #d9383a;
}
#hero .btn-get-started:hover {
background: #17b57d;
}
#hero .animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 1024px) {
#hero {
  background-attachment: fixed;
}
}
@media (max-width: 991px) {
#hero {
  padding-top: 80px;
}
#hero .animated {
  -webkit-animation: none;
  animation: none;
}
#hero .hero-img {
  text-align: center;
}
#hero .hero-img img {
  max-width: 50%;
}
#hero h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}
#hero h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
}
@media (max-width: 575px) {
#hero .hero-img img {
  width: 80%;
}
}

@-webkit-keyframes up-down {
0% {
  transform: translateY(10px);
}
100% {
  transform: translateY(-10px);
}
}

@keyframes up-down {
0% {
  transform: translateY(10px);
}
100% {
  transform: translateY(-10px);
}
}
.hero-waves {
display: block;
margin-top: 60px;
width: 100%;
height: 60px;
z-index: 5;
position: absolute;
}

.wave1 use {
-webkit-animation: move-forever1 10s linear infinite;
animation: move-forever1 10s linear infinite;
-webkit-animation-delay: -2s;
animation-delay: -2s;
}

.wave2 use {
-webkit-animation: move-forever2 8s linear infinite;
animation: move-forever2 8s linear infinite;
-webkit-animation-delay: -2s;
animation-delay: -2s;
}

.wave3 use {
-webkit-animation: move-forever3 6s linear infinite;
animation: move-forever3 6s linear infinite;
-webkit-animation-delay: -2s;
animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
0% {
  transform: translate(85px, 0%);
}
100% {
  transform: translate(-90px, 0%);
}
}

@keyframes move-forever1 {
0% {
  transform: translate(85px, 0%);
}
100% {
  transform: translate(-90px, 0%);
}
}
@-webkit-keyframes move-forever2 {
0% {
  transform: translate(-90px, 0%);
}
100% {
  transform: translate(85px, 0%);
}
}
@keyframes move-forever2 {
0% {
  transform: translate(-90px, 0%);
}
100% {
  transform: translate(85px, 0%);
}
}
@-webkit-keyframes move-forever3 {
0% {
  transform: translate(-90px, 0%);
}
100% {
  transform: translate(85px, 0%);
}
}
@keyframes move-forever3 {
0% {
  transform: translate(-90px, 0%);
}
100% {
  transform: translate(85px, 0%);
}
}
/*******right button ENDS**********/

/************************** Contact Form ************************************/

.terms_section {
  width: 100%;
  padding: 40px 0;
  }
  
  .terms_section h5 {
  margin: 20px 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: rgb(33, 35, 49);
  }
  
  .terms_section p {
  margin: 0 0 15px;
  color: #666;
  font-size: 16px;
  }
  
  .terms_section ul li:before {
  content: "";
  position: absolute;
  left: -23px;
  background: #ff7315;
  width: 1%;
  height: 4px;
  border-radius: 50px;
  top: 10px;
  }
  
  .terms_section ul li {
  list-style: none;
  font-size: 16px;
  margin: 0 0 20px;
  position: relative;
  color: #666;
  }
  
  .terms_section ul li a {
  color: #102a45;
  }
  
  .terms_section .form-control {
  resize: none;
  border-radius: 10px;
  border: 2px solid rgb(33, 35, 49);
  }
  
  .terms_section_form {
      margin-left: 6px;
  width: 100%;
  }
  
  .terms_section_form h5 {
  color: #000 !important;
  font-size: 22px;
  margin: 0 0 30px;
  }
  
  .terms_s_left {
  width: 100%;
  padding: 90px 0;
  }
  
  .terms_s_left h3 {
  font-size: 29px;
  margin: 0 0 30px;
  line-height: 37px;
  }
  
  .terms_s_left p {
  font-size: 20px;
  font-weight: 500;
  color: #666;
  }
  
  .capbox0 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  }
  
  #CaptchaDiv0 {
  width: 20%;
  background: #fff;
  padding: 9px 12px;
  margin: 0 0 15px;
  border-radius: 10px;
  float: left;
  border: 2px solid #555555;
  }
  
  .capbox-inner0 {
  padding: 3px 13px;
  width: 76%;
  float: left;
  border-radius: 10px;
  margin: 0 0 0 20px;
  border: 2px solid #555555;
  }
  
  #CaptchaInput0 {
  margin: 1px 0px 1px 30px;
  width: 130px;
  border-radius: 10px;
  padding: 4px;
  border: 2px solid #555555;
  }
  
  button.cont_but {
  font-size: 18px;
  margin-top: 10px;
  background: #202942;
  color: #fff;
  border-radius: 10px;
  padding: 9px 0;
  box-shadow: 0px 5px 15px #00083987;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  border: none;
  }
  
  /************************** Contact Form  ************************************/
  
  
  


.thank_sec1 {
    width: 100%;
    padding: 130px 0 60px;
}

.thnk_box {
    background: #ffffff;
    padding: 60px 200px 30px 200px;
    text-align: center;
    margin-top: -70px;
    -webkit-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
}

.thnk_box p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
}

.thnk_box h4 {
    margin: 0 0 12px;
    font-weight: 700;
}
