@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3{
  line-height: 1.1 !important;
  font-weight: 600 !important;
  font-family: "Poppins", serif !important;
}

h1{
  font-size: 38px !important;
}
h2{
  font-size: 30px !important;
}
h3{
  font-size: 25px !important;
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", serif !important;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*html {    scroll-behavior: smooth}*/
::-moz-selection {
  background: #2d3247;
  color: #fff
}

::selection {
  background: #2d3247;
  color: #fff
}

a {
  text-decoration: none !important
}

p {
  font-size: 16px !important;
 
}

.bg-primary {
  background-color: #2d3247 !important
}

.bg-success {
  background-color: #EE1C14 !important
}

.text-primary {
  color: #2d3247 !important
}

.text-success {
  color: #EE1C14 !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: .8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 700;
  border-radius: 10px
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important
}

.with-gradient {
  position: relative;
  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: linear-gradient(rgb(22 22 22), #525252a3) !important;
  transform: translateZ(0)
}


.navbar-nav li a {
  padding: 0 15px;
  color: #000000;
 }




.bug-fix {
  transform: translateZ(0px);
  z-index: 1;
}

.faq-container .question {
  font-size: 20px
}

.faq-content .card .faq .card-header {
  padding-right: 40px !important;
  cursor: pointer;
}

.faq-content .card .faq .card-header.card-header-2 {
  border-bottom: 0
}

#faqs img {
  width: 100%
}

.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: #2d3247;
  -webkit-transition: all .5s;
  transition: all .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: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
  background-color: #fff;
  color: #3c4858;
  -webkit-transition: all .5s;
  transition: all .5s
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
  top: 20px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.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: #2d3247;
  color: #fff !important;
  border-color: #2d3247 !important;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.nav-pills a .skill-container .title {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer
}

.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 .5s ease;
  transition: all .5s ease
}

.login-form .form-group .form-control.active,.login-form .form-group .form-control:focus {
  border-color: #2d3247
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2d3247;
  background-color: #2d3247
}

.custom-control-input:focus ~ .custom-control-label::before,.login-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #2d3247
}

/***************************CALCULATOR***************************/
.order-form {
  padding: 0px 25px 15px 25px;
}

.calculate_order {
  background-color: #d6d9e3;
  border-radius: 5px;
  padding-top: 25px;
  overflow: hidden;
}

.calculate_order h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

span#discount-text {
  color: #EE1C14;
}

.form-title {
  color: #000000;
}

.calculate_order select {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 0px 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 .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: nowrap;
  width: 100%;
  padding: 7px 10px;
}

.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;
}

.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: 0px 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: #2d3247;
  color: white;
  line-height: 34px;
}

.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: 0px 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: #2d3247;
  color: white;
  line-height: 34px;
}

.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: 36px;
  outline: medium none !important;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .075);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .075);
  border: 1px solid #e9ecef;
}

#pages {
  padding: 0;
  border-radius: 20px;
}

#calculate_order #pages::-webkit-outer-spin-button,#calculate_order #pages::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#calculate_order #pages[type=number] {
  -moz-appearance: textfield;
}

.cc-floating.cc-theme-classic {
  background-color: rgba(46, 202, 139, 1);
  padding: 10px !important;
  margin: 0;
  max-width: 315px !important;
}

.cc-floating.cc-theme-classic a {
  outline: none !important;
}

.cc-floating .cc-message {
  font-size: 15px !important;
  line-height: 1.2 !important;
  color: #fff !important;
  margin-bottom: 5px !important;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  background-color: white;
  border: 0px !important;
  color: rgba(46, 202, 139, 0.8);
  transition: all 500ms ease;
  min-width: 95px;
  padding: 11px;
  line-height: 1;
  margin: 0px !important;
  box-shadow: 0px 0px 8px 1px #ddd
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover,.cc-floating.cc-type-info.cc-theme-classic .cc-btn:focus {
  box-shadow: 0px 0px 2px 1px #fff;
  border: 0px !important;
  outline: 0px !important
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover {
  background-color: transparent;
  color: white;
}

.cc-floating.cc-theme-classic .cc-link {
  color: #fff;
  opacity: 1 !important
}

.cc-floating.cc-theme-classic .cc-link:hover,.cc-floating.cc-theme-classic .cc-link:focus {
  color: #fff !important;
  border: 0px !important;
  outline: 0px !important
}

.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 {
  color: #2d3247;
  line-height: 1;
}

.stand_prices p span {
  color: #969696;
  font-weight: 700;
  text-decoration: line-through;
  font-size: 20px;
  display: inline-block;
}

.disc_prices p {
  color: #EE1C14;
  font-size: 20px;
  line-height: 1;
}

.disc_prices p span {
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
}

.disc_description {
  font-size: 14px;
  color: #828282;
  line-height: 1.2;
  margin-bottom: 0px;
}

.total_prices {
  background-color: #000000;
  padding: 15px 25px;
}

.total_prices p {
  margin-bottom: 0px;
  color: white;
  font-size: 20px;
  line-height: 1;
}

.total_prices p span {
  font-size: 24px;
  font-weight: 700;
  color: white;
  display: inline-block;
}

.btn-submit {
  width: 100%;
  background-color: aqua;
  text-align: center;
  border: none;
  padding: 18px 0px;
  font-size: 24px;
  color: white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 700;
  background-color: #EE1C14;
  transition: all 500ms ease;
  outline: none !important
}

.btn-submit:hover {
  background-color: #EE1C14;
}

/**************************STATS**************************/
.stats {
  padding: 70px 0
}

h1.main-title.stats-title {
  font-size: 30px
}

h1.main-title.stats-title span {
  color: #EE1C14
}

.stats-rate {
  padding: 12px 5px;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin: 0px 2px;
  min-height: 56px;
}

.stats-rate .img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  background: url('../images/rating-sprites.webp');
}

.stats-rate .img1 {
  background-position: -10px -10px;
}

.stats-rate .img2 {
  background-position: -60px -10px;
}

.stats-rate .img3 {
  background-position: -10px -60px;
}

.stats-rate p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 12px
}

.stats-rate h4 {
  margin-bottom: 0;
  line-height: 1;
  margin-left: 10px;
  font-weight: 300;
  color: #EE1C14
}

.stats-star {
  display: inline-block;
  line-height: 1
}

.stats-star i {
  font-size: 8px;
  color: #ffd10c
}

.stats-main {
  position: relative;
}

.stats-left-main {
  position: sticky;
  top: 90px;
}

.skills {
  border: 1px solid #dee2e6;
  padding: 20px 15px 30px 15px;
  border-radius: 5px;
}

.progress-set {
  margin-bottom: 20px;
  margin-top: 20px
}

.progress-set h4 {
  color: #8492a6;
  font-size: 16px;
  margin-bottom: 20px
}

.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: #EE1C14;
  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;
  overflow: hidden;
  max-height: 450px;
}

.subject-form-set label {
  color: #8492a6;
  font-size: 14px
}

.subject-form-set button {
  padding: 0 10px;
  width: 120px;
  height: 56px;
  margin-left: 5px;
  border-radius: 5px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  background-color: #EE1C14;
  border: 1px solid #EE1C14;
  transition: all .5s ease;
  display: inline-block;
  outline: none !important
}

.subject-form-set button:hover {
  color: #EE1C14;
  background-color: #fff
}

.subject-select {
  padding: 0 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  width: 230px;
  height: 56px;
  line-height: 56px;
  position: relative
}

.subject-select .list {
  max-height: 280px;
  overflow-y: scroll
}

div.hide_first {
  display: none
}

div.hide_second {
  display: none
}

.listblock {
  visibility: visible !important
}

.Level-text {
  display: block;
  width: 236px;
  height: 38px;
  position: relative;
  padding: 0 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  font-size: 13px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.available.new {
  position: relative;
}

.review-owl {
  position: relative
}

.Level-text .last_hour {
  color: #EE1C14
}

.Level-text .online {
  padding: 3px 5px;
  background-color: #EE1C14;
  color: #fff;
  border-radius: 15px;
  font-size: 10px;
  animation: blinking-2 2s linear infinite;
  border: 1px solid #EE1C14;
  position: relative;
  top: -2px
}

@keyframes blinking-2 {
  0% {
      color: #EE1C14;
      background-color: #fff
  }

  49% {
      color: #EE1C14;
      background-color: #fff
  }

  50% {
      color: #fff;
      background-color: #ff7819
  }

  100% {
      color: #fff;
      background-color: #EE1C14
  }
}

#owl-10,#owl-11,#owl-12,#owl-13,#owl-14,#owl-15,#owl-16,#owl-17,#owl-18,#owl-19,#owl-20,#owl-21,#owl-22,#owl-23,#owl-24,#owl-25,#owl-26,#owl-27,#owl-6,#owl-7,#owl-8,#owl-9 {
  margin-top: 60px
}

.recent-review {
  padding: 7px 10px 8px 65px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}

.recent-review .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #2d3e54;
  font-size: 30px;
  text-align: center;
  border: 1px solid #dee2e6;
  position: absolute;
  left: 10px;
  top: 15px;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-size: contain;
  background: url('../images/avatar-sprites.webp') -0px -50px;
}

.recent-review .avatar.male {
  background-position: -0px -50px;
}

.recent-review .avatar.female {
  background-position: -0px -0px;
}

.recent-review-left h4 {
  line-height: 1;
  font-size: 18px
}

.recent-review-left p {
  color: #2d3247;
  font-size: 14px;
  line-height: 1
}

.recent-review-left span {
  font-size: 13px;
  line-height: 1
}

.recent-review-left span i {
  color: #8492a6
}

.recent-review-right {
  text-align: right
}

.recent-review-right .review-star i {
  color: #EE1C14;
  font-size: 14px
}

.recent-review-right .review-star i.last-star {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #EE1C14 70%, rgba(241, 116, 37, .5)70%)
}

.recent-review-right .review-star i.last-star-45 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f17425 40%, rgba(241, 116, 37, .5)40%)
}

.recent-review-right .review-star i.last-star-47 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #EE1C14 70%, rgba(241, 116, 37, .5)70%)
}

.recent-review-right .review-star i.last-star-49 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #EE1C14 80%, rgba(241, 116, 37, .5)80%)
}

.stats-star i.last-star-44 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, .4)60%)
}

.stats-star i.last-star-45 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 50%, rgba(255, 209, 12, .4)50%)
}

.stats-star i.last-star-46 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, .4)60%)
}

.stats-star i.last-star-47 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 70%, rgba(255, 209, 12, .4)70%)
}

.stats-star i.last-star-48 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffd10c 75%, rgba(255, 209, 12, .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: right
}

.owl-carousel {
  touch-action: manipulation
}

/***************************CALCULATOR***************************/
.section {
  padding: 60px 0;
  position: relative
}

.section-two {
  padding: 60px 0;
  position: relative
}

.title-heading {
  line-height: 26px;
  padding-top: 32px;
  color: #fff;
}

.assignment-order-tp {
  margin-top: 60px;
}

ul.assignment-banner-ul li img {
  width: 40px;
  vertical-align: middle;
}

.assignment-banner-ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
}

.assignment-banner-ul {
  padding: 0;
  color: #fff;
}

.title-heading .heading {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 0px;
  font-weight: 700;
}

.title-heading .para-desc {
  font-size: 18px
}

.section-title {
  position: relative
}


span.main-title {
  color: rgb(0, 0, 0);
  font-size: 30px;
}

.section-title .title {
  font-size: 30px
}

.section-title span{
  font-size: 25px;
  font-weight: 600;
}


.mt-100 {
  margin-top: 100px
}

.mb-60 {
  margin-bottom: 60px
}

.home-shape-bottom {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -46px;
  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% !important;
  max-width: 100% !important;
  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 .navbar-toggler-icon {
  filter: brightness(0);
}

.navbar img {
    width: 230px;
    height: 85px;
}
#topnav {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffff        ;
  border: 0;
  padding: 10px 0;
  box-shadow: 0 0 3px rgb(0 0 0 / 15%);
  z-index: 999;
  /*    transform: translateZ(99999999px);*/
}


#topnav .navbar {
  position: relative;
}

#topnav .navbar .navbar-brand {
  outline: none !important;
}

#topnav .navbar .navbar-brand img {
  max-width: 100%
}

#topnav .navigation-menu > li > a {
  padding-left: 0px !important;
  padding-right: 0px !important
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  display: inline-block;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0
}

#topnav .navbar-toggle.open span {
  position: absolute
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
  background-color: #EE1C14
}

#topnav .navbar-toggle .navigation-menu > li > a:hover,#topnav .navbar-toggle:focus,#topnav .navbar-toggle:hover {
  background-color: transparent
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

#topnav .navigation-menu > li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #f6f6f6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-left: 7px;
  padding-right: 7px;
  outline: none !important;
  cursor: pointer !important;
}

#topnav .menu-extras {
  float: right
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

#topnav .navbar_btns {
  list-style: none;
  margin: 0;
  font-size: 0;
  padding-right: 0px !important;
  display: flex;
  gap: 10px;
}

#topnav .navbar_btns li {
  padding: 4px 0px;
}

#topnav .navbar_btns li a {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  padding: 14px !important;
  width: 180px;
  color: #fff;
  text-align: center;
  background: #EE1C14;
  border: none !important;
  border-radius: 5px;
  transition: all .3s linear;
  box-sizing: border-box;
}

#topnav .navbar_btns li a:hover {
  color:#EE1C14;
  background: #fff;
  border: none;

}

#topnav .navbar_btns li a.btn_tel {
  display: block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  padding: 14px !important;
  width: 180px;
  color: #ffffff;
  text-align: center;
  background: #000000;
  border: none !important;
  border-radius: 5px;
  transition: all .3s linear;
  box-sizing: border-box;
}

#topnav .navbar_btns li a.btn_tel i {
  transform: rotate(92deg);
  margin-right: 2px;
}

#topnav .navbar_btns li a.btn_tel:hover {
  color: #fff;
  background: #EE1C14;
  border: none !important;
}

#topnav .btns_xs {
  position: relative;
  margin: 0 8px 0 auto;
}

#topnav .btn_user_mbile {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  padding: 10px;
  min-width: 95px;
  color: #fff;
  text-align: center;
  background: #EE1C14;
  border: 2px solid #EE1C14;
  border-radius: 10px;
  transition: all .3s linear;
  box-sizing: border-box;
}

#topnav .btn_user_mbile:hover {
  color: #EE1C14;
  background: transparent;
}

#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: #EE1C14;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0px;
  text-align: center;
  background: #fff;
  border: 2px solid #EE1C14;
  border-radius: 50%;
  transition: all .3s linear;
  box-sizing: border-box;
  position: relative;
}

#topnav .navbar-toggler {
  padding: 0;
  font-size: 40px;
  line-height: 1;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  font-weight: 400;
  cursor: pointer;
  margin: 0px 5px 0px 0px;
  color: #EE1C14;
}

/* #topnav .dropdown-toggle::after {
  display: none;
} */

.navbar-nav li {
  position: relative;
}

.navbar-nav ul.rs-dropdown {
  position: absolute;
  min-width: 250px;
  list-style: none;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #5782cf;
  top: 100%; /* Align directly below the parent */
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.navbar-nav li:hover > ul.rs-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

ul li ul.rs-dropdown a {
  padding: 8px 10px;
  text-transform: capitalize;
  color: #000;
  font-size: .95em;
  display: flex;
  align-items: center;
  gap: 8px;
}


#topnav .dropdown-toggle > i {
  transition: transform .3s linear;
}

#topnav .dropdown-toggle:hover > i {
  transform: rotate(180deg);
}

#topnav .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
 pointer-events: none;
}

#topnav .dropdown-menu {
  padding: 5px 0;
  min-width: 150px;
  margin-top: 0px;
  border-radius: 6px;
  background-color: #fff;
  border: 0px;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav .dropdown-menu .dropdown-item {
  display: block;
  color: #3c4858;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 15px 10px;
  margin-bottom: 5px;
  outline: none !important;
}

#topnav .dropdown-menu .dropdown-item:hover {
  color: #EE1C14 !important;
}

#topnav .dropdown-menu .dropdown-item:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px
}

.home-center {
  display: table;
  width: 100%;
  height: 100%
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle
}

.home-desc-center img {
  width: auto;
  max-width: 100%
}

.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;
  font-weight: 600;
}

.key-feature {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block
}

.key-feature .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #edf0fb;
  margin: 0 auto;
  background-image: url(../images/areas.webp);
  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%
}

.key-feature .icon i {
  font-size: 60px
}

.key-feature:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #EE1C14 !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%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .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 {
  -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: .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: .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.html) 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: #EE1C14
}

#carousel1 .carousel-control-next,#carousel1 .carousel-control-prev,#carousel2 .carousel-control-next,#carousel2 .carousel-control-prev {
  color: #EE1C14;
  font-size: 36px;
  cursor: pointer;
}

#carousel1 .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 40%;
  transition: all .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: #EE1C14 !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, .15);
  box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, .15)
}

.customer-testi.text-center p {
  line-height: 30px;
  font-size: 18px;
  color: #31364b !important;
}

#customer-testi .customer-testi,#customer-testi .customer-testi img {
  transition: transform .5s ease, border .5s ease;
  background: white;
}

#customer-testi .customer-testi:hover {
  border: 1px solid #EE1C14 !important
}

#customer-testi .customer-testi img {
  width: 150px;
  height: 80px
}

#customer-testi .customer-testi img:hover {
  transform: scale(1.05)
}

.customer-testi {
  background: #e1e3eb;
  border-radius: 30px;
  padding: 30px;
  margin: 0px 10px 0px 0px;
}

.customer-testi p.h6 {
  font-size: 16px;
  color: #31364b !important;
  font-weight: 100;
  line-height: 28px;
}

.pill-set {
  color: #EE1C14;
  font-size: 12px;
  margin-top: 20px
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 2px;
  background: 0 0;
  border: 2px solid #EE1C14;
  -webkit-transition: all .5s ease;
  transition: all .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: #EE1C14;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.pricing-rates {
  position: relative;
  z-index: 1;
  /*    border-bottom: 3px solid #adb5bd;*/
  padding: 50px 30px;
  border: 1px solid #EE1C14;
  margin-bottom: 20px
}

.pricing-rates.left-wala {
  transition: all .5s ease;
  border: 1px solid #EE1C14;
  /*	border-bottom: 3px solid #adb5bd;*/
  padding: 15px 10px !important;
  transform: translatex(1px)
}

.pricing-rates .title {
  font-size: 22px;
  font-weight: 700;
  color: #EE1C14;
  transition: color .5s ease
}

.pricing-rates.left-wala span {
  transition: color .5s ease
}

.pricing-rates.left-wala:hover {
  background-color: #EE1C14;
  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 .5s ease
}

.pricing-rates ul li span {
  float: right
}

.pricing-rates .feature .feature-list {
  margin: auto auto 15px;
  font-size: 14px;
  position: relative
}

.pricing-rates.business-rate {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.pricing-rates.business-rate:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 2;
  border-color: #EE1C14
}

.pricing-rates.business-rate:hover .title {
  color: #EE1C14
}

.pricing-rates.starter-plan {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2
}

.pricing-rates.best-plan {
  -webkit-transition: all .5s ease;
  transition: all .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;
  max-width: 340px;
  margin: 0 0 30px ;
}

#free_plan.pricing-rates .title {
  font-size: 20px;
  text-align: center;
}

#free_plan.pricing-rates .title .heading_tag {
  padding: 2px;
  border: 1px solid #2d3247;
  border-radius: 30px;
  display: inline-block;
  min-width: 120px;
  position: relative;
}

#free_plan.pricing-rates .title .heading_tag span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  font-weight: 600;
}

#free_plan.pricing-rates .title .heading_tag span.t_price::after {
  content: '';
  display: block;
  background: #2d3247;
  height: 2px;
  width: 33px;
  position: absolute;
  top: 10px;
  left: -1px;
}

#free_plan.pricing-rates ul li {
  margin-bottom: 20px;
}

#free_plan.pricing-rates ul li .price_tag {
  padding: 4px;
  border: 1px solid #2d3247;
  border-radius: 30px;
  display: inline-block;
  min-width: 95px;
  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: #2d3247;
  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: #2d3247;
  height: 1px;
  width: 25px;
  position: absolute;
  top: 9px;
  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 .5s ease;
  transition: all .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 .25px #2d3247;
  box-shadow: 0 0 2px .25px #2d3247
}

.event-schedule .date .month {
  font-size: 13px
}

.event-schedule .content .title {
  font-size: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.event-schedule .content .title:hover {
  color: #2d3247 !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, .15);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  border-color: #2d3247 !important;
  background: #f8f9fc !important
}

.team img {
  height: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.team .name:hover {
  color: #2d3247 !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 .5s ease;
  transition: all .5s ease
}

.team:hover img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  opacity: .2
}

.team:hover .overlay-team {
  opacity: .6
}

.team:hover .team-icon {
  opacity: 1
}

.footer {
  background: #ffffff !important;
  padding: 30px 0;
  position: relative;
  color: #fff;
}

.footer img {
  width: 250px;
  height: 80px;
}

.footer .logo-footer {
  color: #f8f9fc;
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px
}

.footer .footer-head {
  font-size: 20px;
  letter-spacing: 1px;
  color: black !important;
  font-weight: 500
}

.footer .text-foot {
  color: #000000
}

.footer .footer-list {
  margin-bottom: 0
}

.footer .footer-list li {
  margin-bottom: 10px
}

.footer .footer-list li a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer .footer-list li a:hover {
  color: #e6e8ea
}

.footer .footer-list li a.sm_link {
  display: inline-block;
  min-width: 40px;
  color: #adb5bd;
  border: 2px solid #adb5bd;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
}

.footer .footer-list li a.sm_link i {
  font-size: 22px;
  line-height: 36px;
  color: inherit;
}
.footer-list i {
  margin-right: 15px !important;
}

.footer .footer-list li a i.fas.fa-phone {
  transform: rotate(92deg)
}

.footer .footer-list li a.sm_link:hover {
  background: #2d3247 !important;
  border-color: #2d3247 !important;
  color: #fff !important
}

.footer .footer-list li:last-child {
  margin-bottom: 0
}

.footer.footer-bar {
  padding: 12px 0;
  background: #000000 !important
}
footer.footer.footer-bar p {
  font-size: 14px !important;
}
p.text-light.mt-2 {
  margin-bottom: 0;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 0;
  border-top: 1px solid #5794a1
}

.services {
  padding-bottom: 100px;
  background-color: #f8f9fc
}

.experience-area {
  position: relative;
  z-index: 1
}

.experience-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #31364b;
  font-weight: 500;
  margin-bottom: 10px
}

.experience-content h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700
}

.experience-content .features-list {
  width: 100%;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 5px;
  display: block;
  overflow: auto;
  padding: 0px;
}

.experience-content .features-list li {
  width: 31%;
  padding: 16px 10px;
  background: #e6e7eb;
  margin: 5px 5px;
  float: left;
}

.experience-content .features-list li span {
  display: block;
  color: #252525;
  position: relative;
  font-weight: 600;
  padding-left: 40px;
  padding-top: 5px
}

.experience-content .features-list li span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #31364b;
  z-index: 1;
  border-radius: 50%;
  font-size: 15px;
  -webkit-transition: .5s;
  transition: .5s
}

.experience-content .features-list li span i::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #EE1C14;
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  -webkit-transition: .5s;
  transition: .5s
}

.experience-content .features-list li span:hover i {
  background-color: #31364b;
  color: #31364b
}

.experience-content .features-list li span:hover i::after {
  background-color: #fff
}

.experience-content .default-btn {
  margin-top: 35px;
}

.experience-image {
  text-align: right;
  position: relative;
}

/************************************SIGN-UP************************************/
.sign-up-outer {
  border: 1px solid #dddddd;
  padding: 10px 15px;
  border-radius: 5px;
}

#signup_page_fbx {
  padding: 10px 20px;
}

#signup_page_fbx .sign-up-right {
  padding-top: 9px;
  padding-bottom: 18px;
}

.sign-up-outer .box_heading {
  margin: 10px auto;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  color: #161c2d;
}

.sign-up-right {
  padding: 6px 0px 12px 60px;
  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: 45%;
  left: 0px;
  transform: translateY(-50%);
  object-fit: cover;
}

.sign-up-right h5 {
  font-weight: 700;
  font-size: 16px;
  color: #2d3247;
  margin-top: 5px;
  margin-bottom: 0px;
}

.sign-up-right p {
  margin-bottom: 0px;
  font-size: 14px;
}

/*******************************PLACE ORDER*******************************/
/**********************PLACEORDER PAGE***************************/
.order {
  padding-top: 30px;
  padding-bottom: 60px;
  overflow: hidden;
}

.order-set h4 {
  color: #777777;
}

.order-set label {
  color: #161c2d;
}

.order-set .form-control:not(textarea) {
  height: auto !important;
  padding: 6px 10px;
}

.order-set .form-control.nice-select {
  height: calc(1.5em + .75rem + 5px);
}

#placeOrderForm .form-control {
  height: auto !important;
  padding: 5px 10px;
  border: 1px solid #e3dede;
  margin-bottom: 0 !important;
  resize: none
}

#placeOrderForm .form-control#txt_now {
  pointer-events: none !important
}

#placeOrderForm select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/dropdown-icon.webp');
  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;
  padding: 0 45px;
}

#placeOrderForm .form-group .input-group > .form-control {
  text-align: center !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 3px;
}

#placeOrderForm .form-group .input-group > .form-control::-webkit-outer-spin-button,#placeOrderForm .form-group .input-group > .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#placeOrderForm .form-group .input-group > .form-control[type=number] {
  -moz-appearance: textfield;
}

#placeOrderForm .form-group .input-group > span {
  display: inline-block;
  width: 40px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 0px;
  z-index: 11;
}

#placeOrderForm .form-group .input-group span.q_minus,#placeOrderForm .form-group .input-group span.q_minus_ref {
  left: 1px;
  text-align: left;
}

#placeOrderForm .form-group .input-group span.q_plus,#placeOrderForm .form-group .input-group span.q_plus_ref {
  right: 1px;
  text-align: right;
}

#placeOrderForm .form-group .input-group > span i {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #2d3247;
  border: 1px solid #2d3247;
  border-radius: 3px;
  position: relative;
  top: 0px;
  width: 40px;
  line-height: 34px;
  cursor: pointer;
}

#placeOrderForm .form-group .input-group > span i:hover {
  background: #fff;
  color: #2d3247 !important
}

.custom-check {
  border: 1px solid #e3dede;
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer !important;
}

.custom-check input {
  cursor: pointer !important
}

.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: #2d3247;
  border: 1px solid #2d3247;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 12px;
  text-align: center;
  position: relative;
  top: -4px;
  left: 5px;
}

.order-set label {
  position: relative;
  margin-bottom: 0 !important;
}

.order-set label.promo-tool {
  display: none !important;
}

.order-set .form-group {
  margin-bottom: 10px;
  align-items: center;
}

.tool {
  position: absolute;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 10px;
  background-color: #2d3247;
  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%;
  font-family: 'Roboto', sans-serif;
  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: #EE1C14;
  color: white;
  cursor: pointer;
}

.question:hover .tool {
  opacity: 1;
  z-index: 99;
}

.order-header {
  padding-top: 30px;
  text-align: center;
}

.order-header h2 {
  font-size: 36px;
}

.order-header img {
  margin: 0 auto;
}

.order-header.privacy-head {
  padding-top: 40px;
}

.border-order {
  border: 1px solid #e3dede;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.border-order h4 {
  font-size: 20px;
  margin-bottom: 5px !important;
}

#placeOrderForm .promo-tool {
  display: none;
}

#placeOrderForm #promo_code {
  margin: 10px auto 0 !important;
}

#placeOrderForm .btn_RedeemPromo {
  padding: 0;
  color: #EE1C14;
  font-weight: 700;
  border: 0;
  outline: none !important;
  text-decoration: underline !important;
  background: none !important;
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: 25px;
  text-align: center;
}

#placeOrderForm .btn_RedeemPromo:hover {
  color: #EE1C14;
}

#placeOrderForm #btn_OrderNow {
  color: #fff !important;
  width: 100%;
  box-shadow: 0 1px 5px 1px #EE1C14;
  -webkit-box-shadow: 0 1px 5px 1px #EE1C14;
  border: 0px;
  text-align: center;
  margin: 20px auto 0;
  display: block;
  outline: none !important;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

#placeOrderForm #btn_OrderNow .btn_text {
  font-weight: 600;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}

#placeOrderForm #btn_OrderNow .bg_default {
  background: #EE1C14;
  width: 100% !important;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#placeOrderForm #btn_OrderNow:hover {
  -webkit-box-shadow: 0 1px 5px 1px #EE1C14;
  box-shadow: 0 1px 5px 1px #EE1C14;
}

#placeOrderForm #btn_OrderNow:hover .bg_default {
  background: #EE1C14;
}

#placeOrderForm #btn_OrderNow .bg_loading {
  background: #EE1C14 !important;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes changescolor {
  from {
      color: #EE1C14;
  }

  to {
      color: #fff;
  }
}

@-webkit-keyframes changescolor {
  from {
      color: #EE1C14;
  }

  to {
      color: #fff;
  }
}

/*******************************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 2px;
  line-height: 23px;
  font-weight: 600;
}

.form_container .form-group {
  margin-bottom: 20px;
}

.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 {
  color: #5a5757 !important;
  font-style: italic !important;
  font-size: 14px;
}

.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_container .intl-tel-input.allow-dropdown .selected-flag {
  width: auto;
  min-width: 96px;
}

.form_container .intl-tel-input.allow-dropdown .selected-flag {
  width: auto;
  min-width: 96px;
}

.form_container .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 25px !important;
}

.form_container .form-control#phone {
  padding-left: 105px !important;
}

.form_wraper {
  padding: 0px 30px;
}

.cancel_area h4 .user_link {
  color: #EE1C14;
}

.cancel_area h4 .user_link:hover {
  color: #EE1C14 !important
}

.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;
}

.form_wraper .rset_sec {
  margin-top: -15px;
}

.form_wraper .rset_sec .reset_link {
  color: #EE1C14 !important;
  font-size: 15px;
  text-decoration: none !important;
}

.form_wraper .rset_sec .reset_link:hover {
  color: #EE1C14 !important
}

.btn_cmn {
  background: #EE1C14;
  color: #fff;
  display: inline-block;
  padding: 12px;
  border: 0;
  font-size: 17px;
  width: 190px;
  outline: none !important;
}

.btn_cmn:hover {
  background-color: #EE1C14;
}

.formBtm_btn {
  background: #EE1C14;
  color: #fff !important;
  display: block;
  padding: 12px;
  border: 0;
  font-size: 17px;
  width: 80%;
  margin: 0 auto;
}

header #order_btn {
  display: block;
  min-width: 111px;
}

#order_btn {
  display: block;
  width: 100%;
}

.formBtm_btn:hover {
  background-color: #EE1C14;
}

#orderDetails-wrape .order_details_tbl th {
  font-size: 17px;
  font-weight: 700;
  color: #EE1C14;
}

#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 #2d3247;
  border-bottom: 2px solid #2d3247;
  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;
}

/*******************************PLACE ORDER*******************************/
#home {
  padding: 120px 0 75px;
}

.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 .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: #2d3247;
  font-weight: 700;
}

.message_box {
  border: 3px solid #c0c0c0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.message_box p {
  padding: 10px 0px;
  margin: 0px;
  font-size: 14px;
  text-transform: capitalize;
}

.promo-error-container .message_box p.text-success {
  color: #2d3247 !important;
}

.hbox-2 .hbox-2-txt p span.big-money {
  text-decoration: line-through;
  font-size: 24px;
  color: #2d3247;
  font-weight: 700;
}

#owl-fade + .owl-nav button,#owl-fade + .owl-nav + .owl-dots button {
  display: none !important
}

.hot {
  font-size: 24px;
  color: #2d3247;
  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, .5);
  animation: blink 2s linear infinite;
  border: 5px solid #2d3247;
  display: inline-block;
  font-size: 24px !important;
  margin-left: 10px;
}

.seal {
  float: right;
  margin-top: 5px;
  padding-left: 0;
}

.seal a {
  color: #2d3247 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
}

.seal a.btn {
  width: 110px;
}

.features i {
  font-size: 48px;
  color: #EE1C14
}

.seal a.btn.phone {
  width: 170px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 20px !important;
}

.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, .8)
  }

  50% {
      box-shadow: 0 0 0 10px rgba(47, 85, 212, .3)
  }

  100% {
      box-shadow: 0 0 0 15px rgba(47, 85, 212, 0)
  }
}

.calculate-set {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.calculate-set h5 {
  margin: 0 0 5px;
}

.calculate-set i {
  float: left;
  font-size: 40px;
  color: #2d3247;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  line-height: 60px
}

.calculate-set p {
  padding-left: 57px;
  line-height: 1.6;
  color: gray
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 170px;
  perspective: 1000px;
  -webkit-perspective: 1000px
}

.flip-box.fbx1 {
  margin-top: 100px;
}

.flip-box .counter-box {
  text-align: center;
  padding: 30px 15px;
}

.flip-box .counter-head {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 800;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 170px;
  text-align: center;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d
}

.flip-box-back,.flip-box-front {
  position: absolute;
  width: 100%;
  height: 170px
}

.flip-box-front {
  color: #000;
  transition: transform .8s;
  visibility: visible;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: rotateY(0)
}

.flip-box-back {
  color: #fff;
  transform: rotateY(180deg);
  transition: transform .8s;
  visibility: visible;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden
}

.flip-box:hover .flip-box-inner .flip-box-front {
  transform: rotateY(180deg)
}

.flip-box:hover .flip-box-inner .flip-box-back {
  transform: rotateY(360deg)
}

.flip-box-back h5 {
  font-size: 16px
}

.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: #EE1C14;
  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 .5s linear
}

.how-2 {
  padding: 50px 0
}

.order2 {
  padding: 70px 0
}

.bg1 {
  height: 550px;
  width: 72%;
  background-size: contain;
  background-position: right;
  left: 110px;
  top: 13%;
  background-repeat: no-repeat
}

.bg2 {
  height: 550px;
  width: 72%;
  background-size: contain;
  left: 110px;
  background-position: right;
  top: 13%;
  background-repeat: no-repeat
}

.bg3 {
  height: 550px;
  width: 72%;
  background-size: contain;
  left: 110px;
  background-position: right;
  top: 13%;
  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
}

.custom-tab button {
  display: inline-block;
  border: none;
  width: 70%;
  background-color: transparent;
  position: relative;
  margin: 20px auto 20px auto;
  padding: 15px 0;
  border-radius: 35px;
  transition: all .5s linear;
  border: 1px dashed #EE1C14;
  font-size: 20px;
  outline: none !important
}

.custom-tab button i {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #EE1C14;
  border-radius: 50%;
  line-height: 30px;
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%)
}

.custom-tab button.active {
  background-color: #EE1C14;
  color: #fff
}

.features i {
  transition: color .5s ease;
  position: relative;
  line-height: 40px
}

.features i::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  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 .5s ease
}

.features:hover i {
  color: #fff
}

.features:hover i::after {
  background-color: #2d3247
}

#calculate {
  padding: 100px 0
}

a.btn {
  min-width: 255px;
  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: #2d3247 !important;
  background-color: transparent !important;
  transition: all .5s ease
}

a.btn.btn-success {
  color: #EE1C14 !important;
  background-color: transparent !important;
  transition: all .5s ease
}

a.btn.btn-primary.black-btn2,.redeem,#order_btn {
  color: #fff !important;
  background-color: #077189 !important;
  border: 2px solid #077189;
}

.btn_cmn.redeem.w-100 {
  border-radius: 3.5px;
}

.btn_cmn.redeem.w-100:hover {
  background-color: #fff !important;
  color: #2d3247 !important;
}

.preview-set a.redeem {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 7px 12px;
}

.preview-set a.redeem.reverse {
  background-color: transparent !important;
  color: #2d3247 !important;
}

.preview-set a.redeem.reverse:hover {
  background-color: #2d3247 !important;
  color: white !important;
}

.pb-30 {
  padding-bottom: 30px;
}

a.btn.btn-success.black-btn2 {
  color: #fff !important;
  background-color: #EE1C14 !important;
  border: 2px solid #EE1C14;
  width: 180px;
}

a.btn.btn-success.black-btn {
  color: #fff !important;
  background-color: #EE1C14 !important;
  transition: all .5s ease;
  border: 2px solid transparent
}

#topnav .sm_link {
  display: inline-block;
  min-width: 40px;
  color: #2d3247 !important;
  border: 2px solid #2d3247;
  border-radius: 8px;
  text-align: center;
  margin: 0;
  padding: 0 !important;
  outline: none aliceblue;
  position: relative;
  top: 5px;
}

#topnav .sm_link:hover {
  color: #fff !important;
  background: #2d3247;
}

#topnav .sm_link i {
  color: inherit;
  font-size: 22px;
  ; line-height: 36px;
  font-weight: 400 !important;
}

a.btn.btn-primary.black-btn {
  color: #fff !important;
  background-color: #2d3247 !important;
  transition: all .5s ease;
  border: 2px solid transparent
}

a.btn.btn-primary.black-btn:hover {
  color: #EE1C14 !important;
  background-color: transparent !important;
  border: 2px solid #EE1C14;
}

a.btn.btn-success.black-btn:hover {
  color: #fff !important;
  background-color: #EE1C14 !important;
  border: 2px solid #EE1C14;
}

a.btn.btn-primary.black-btn2:hover,.redeem:hover,#order_btn:hover {
  color: #2d3247 !important;
  background-color: transparent !important
}

a.btn.btn-success.black-btn2:hover {
  color: #EE1C14 !important;
  background: #fff !important;
  border: 2px solid #fff;
  border: none;
}
.redeem {
  transition: all 500ms ease;
}

a.btn.btn-primary.black-btn2-2 {
  border: 2px solid #2d3247;
}

a.btn.btn-primary.black-btn2-2:hover {
  color: white !important;
  background-color: #2d3247 !important;
}

a.btn.btn-success.black-btn2-2:hover {
  color: #EE1C14 !important;
  background-color: transparent !important
}

section.section.pb-0.uni-section h3, section.section.pb-0.uni-section p {
  color: #000000 !important;
}

#pop-up {
  padding-top: 25vh
}

.modal_closed {
  padding-right: 0 !important;
  overflow-x: hidden !important;
}

.modal-backdrop {
  display: none
}

.pop-up {
  background-color: rgba(0, 0, 0, .8)
}

.payment {
  width: 115%
}

#pop-up .pop-up-modal {
  max-width: 767px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.pop-up-set img {
  width: 100%;
  height: 410px;
  object-fit: contain;
  background-color: #000;
  border-radius: 10px 0px 0px 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: #2d3247;
  border-radius: 5px;
  padding: 5px 5px
}

#pop-up .count-down li p,.email-landing .count-down li p {
  margin-bottom: 0
}

#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: 48px
}

.email-landing .count-down li {
  width: 100px;
  margin-right: 10px;
  width: 80px;
  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: 235px;
  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: #2d3247;
  position: absolute;
  right: -40px;
  top: -15px;
  color: #fff
}

.hide_discountmodal {
  cursor: pointer !important
}

.pop-close:hover {
  cursor: pointer
}

.pop-close-2 {
  color: grey
}

.modal-button {
  position: absolute;
  z-index: -9999;
  background-color: transparent;
  border: none
}

.privacy {
  padding: 0 0
}

.privacy-title {
  background-image: linear-gradient(rgba(47, 85, 212, 1), rgba(0, 0, 0, .5)), url(../images/cta-2.webp);
  padding: 150px 0 50px;
  background-size: cover;
  background-position: center;
}

.privacy-title .page-next-level .title {
  font-size: 48px
}

.thank {
  padding-bottom: 0;
  padding-top: 50px
}

.thank-bg {
  background-image: url(../images/cta-2.webp);
  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 #2d3247;
  margin: 20px auto;
  background-color: #f3f3f3
}

.email-land-set td {
  padding: 30px 20px
}

#signup_content_area {
  padding: 100px 0 60px;
}

#preview_page_content {
  padding: 105px 0 60px;
}

.preview .form_headline,.order .form_heading {
  color: #525252;
  font-size: 22.3px;
  line-height: 1.2;
  margin: 0 0 25px;
  text-align: left
}

.preview {
  padding: 30px 0px 60px 0px;
}

.order_sidebar {
  max-width: 400px;
  margin: 0 0 0 auto;
}

#placeorder_sidebar.order_sidebar .pricing_detail_bx {
  text-align: center;
}

.order_sidebar .pricing_detail_bx .box_title {
  font-size: 18px;
  font-weight: 700;
  color: #161c2d;
  text-transform: uppercase;
}

.preview-table {
  text-align: left;
  border-top: 2px solid #2d3247;
  margin-bottom: 0px;
}

.preview-table tr td {
  padding: 10px;
  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.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: #EE1C14;
}

.preview-table tr:nth-child(odd) {
  background-color: #f2f2f2
}

/*Order price box*/
.pricing_detail_bx {
  padding: 20px 40px;
  /*    box-shadow: 0 0 1px 0px #ddd;*/
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.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;
  /*    border-bottom: 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;
}

.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(0, 0, 0, .15);
  padding: 15px;
  border-radius: 10px;
  position: relative;
  color: #EE1C14;
  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: #EE1C14;
}

.pricing_detail_bx .price_box .btn_proceed {
  color: #fff !important;
  background: #2d3247;
  padding: 10px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 1px 5px 1px #2d3247;
  border: 2px #2d3247;
  border-radius: 30px;
  outline: none !important
}

.pricing_detail_bx .price_box .btn_proceed:hover {
  background: #EE1C14;
  box-shadow: 0 1px 5px 1px #EE1C14;
}

#userarea_counter h4 {
  font-size: 18px;
  font-weight: 700;
  color: #161c2d;
}

#userarea_counter .count-down li span {
  font-size: 32px;
  line-height: 1.3;
}

.preview-set ul li h3 {
  font-size: 26px;
  color: #fff;
  background-color: #2d3247;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 10px
}

.preview-set ul li {
  transition: all .5s ease
}

.preview-set ul li:hover {
  background-color: #2d3247
}

.preview-set ul li:hover a {
  color: #fff !important
}

.preview-set ul li a {
  padding: 20px 20px;
  display: block;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  transition: all .5s ease;
}

.preview-set ul li a i {
  font-size: 20px
}

.preview-set ul {
  list-style: none;
  padding-left: 0;
}

.return {
  padding: 65px 0
}

.anchor {
  display: block;
  position: relative;
 color: red;
}

.expert {
  width: 50%
}

.bounce-effect {
  animation: bouncing 2s linear infinite
}

.btn-effect {
  width: 268px;
  animation: blinking 1.2s linear infinite;
  background-color: #2d3247;
  border: 2px solid #2d3247
}

.cc-window {
  z-index: 9999999999
}

@keyframes blinking {
  0% {
      color: #2d3247;
      background-color: #fff
  }

  49% {
      color: #2d3247;
      background-color: #fff
  }

  50% {
      color: #fff;
      background-color: #2d3247
  }

  100% {
      color: #fff;
      background-color: #2d3247
  }
}

.btn-effect:hover {
  animation-play-state: paused;
  background-color: #fff !important;
  color: #2d3247 !important
}

@keyframes bouncing {
  0%, 10%, 26%, 40%, 50% {
      -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(.215, .61, .355, 1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }

  20%, 21% {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      -webkit-transform: translate3d(0, -16px, 0);
      transform: translate3d(0, -16px, 0)
  }

  35% {
      -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
      animation-timing-function: cubic-bezier(.755, .05, .855, .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
}

.choose_section .main-title span.static_text {
  display: block;
}

.sample {
  padding: 50px 0px;
}

#owl-sample {
  display: block;
}

#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: #EE1C14;
  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: #2d3247;
  text-transform: uppercase;
  color: white;
  width: 150px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
}

/*** 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;
}

/*Tablet and Desktop query*/
@media screen and (max-width: 768px) {

  h1{
    font-size: 32px !important;
  }
  h2{
    font-size: 25px !important;
  }
  h3{
    font-size: 22px !important;
  }
  p{
    font-size: 14px !important;
  }
  li{
    font-size: 14px !important;
  }
  a{
    font-size: 14px !important;
  }
  input{
    font-size: 14px !important;
  }
  button{
    font-size: 20px !important;
  }

  .form-group input {
    font-size: 14px !important;
}
.form-group select {
  font-size: 14px !important;
}
.total_prices p span {
  font-size: 20px !important;

}

/* header */


#topnav .offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
        background: #ffffff;
}
.navbar-nav .nav-link{
  color: black !important;
}
#topnav .navbar_btns {
  text-align: -webkit-center;
}

  #topnav .dropdown:hover > .dropdown-menu {
      display: block;
      transition: all .5s;
  }

  .navbar img {
    width: 200px;
    height: 60px;
}

#topnav .navbar_btns {

  display: block;
}
/* hero sec */
.hbox-2 {
  display: flex;
  align-items: center;
}

/* service sec */
.features-box-head span {
  font-size: 25px;
}
.features-box img {
  height: 90px;
  width: 100px;
}

/* why */
section.why-section {
  padding: 50px 0px !important;
}

/* content sec */
.features img {
  width: 70px !important;
}
.features .title-2 {
  font-size: 17px;
}


/* cta hire */
.cta-writer-heading span {
  font-size: 22px !important;
}
.form-two button {
  padding: 8px 10px !important;
  font-size: 14px !important;
}


/* testinomial */
.testinomail-head span {
  font-size: 25px !important;

}

/* last cta */
.cta-ft-heading span {
  font-size: 22px !important;
}

.cta-ft-buttons.text-right {
  display: flex;
}
a.btn-style-one.cta-ft-btn-2 {
  padding: 10px 15px !important;
}

/* faq */
.faq-ban {
  padding: 40px 0;
  text-align: center;
}
.hh-faq-sec .according-qh {
  font-size: 16px !important;
}

section.aboutus.bg-light {
  padding: 50px 0 !important;
}
.section-title span{
  font-size: 22px;
}
.why-top span{
  font-size: 25px;
 }
 .service_box_contents span{
   font-size: 22px;
  }
 

  .contact-box span {
    font-size: 22px !important;
}

.hh-form span {
  font-size: 22px !important;
}

.hh-form {
  margin-top: 50px !important;
}
  .faqs-section {
      padding: 30px;
  }

  .calculate_order h2 {
      font-size: 18px;
  }

  .welocome-img img {
      display: none;
  }

  .navbar-toggle {
      display: block
  }

  .mobile_service {
      display: none !important;
  }

  .btns_xs {
      display: none;
  }

  .hidden-md {
      display: none
  }

  .sidebar_sticky {
      background: #fff;
      position: fixed;
      max-width: 400px;
      top: 80px;
      z-index: 11;
      margin-left: 33px;
  }

  .sidebar_sticky_abs {
      background: #fff;
      position: absolute;
      max-width: 400px;
      margin-left: 33px;
      top: 426px;
      z-index: 11;
  }

  .sidebar_sticky_abs_error {
      background: #fff;
      position: absolute;
      max-width: 400px;
      margin-left: 33px;
      top: 354px;
      z-index: 11;
  }



  .section-title .main-title {
    font-size:20px;
    margin-left: 5px;
}



.features-box span {
    font-size: 22px
}

.faq-container {
    padding: 10px;
}

h3.main-title.mb-4 {
    padding: 0px 25px;
}

.question-container {
    font-size: 12px;
}

.answer {
    font-size: 12px
}

.faqs-section {
    padding: 30px;
}

.welocome-img img {
    display: none;
}

.calculate_order h2 {
    font-size: 18px;
}

.testi-img-big {
    display: none !important;
}

.experience-content .features-list li {
    width: 47%;
    padding: 16px 10px;
    background: #e6e7eb;
    margin: 5px 5px;
    float: left;
}

.list-1 img {
    overflow: hidden;
    float: right !important ;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 10px;
}

.text-images {
    float: none !important;
}

.padding-space-0 {
    padding: 10px !important;
}

.slider-feature-column {
    display: none;
    position: relative;
    margin-bottom: 20px;
}

.form-two input.form-control, .form-two select.form-control {
    border-radius: 5px !important;
}

.form-two button {
    width: 100% !important;
    border-radius: 5px !important;
}







.home-shape-bottom {
    display: none !important;
}

.advertisement {
    font-size: 16px !important;
    padding: 4px 15px 20px 15px !important;
}



.features p {
    padding: 5px 20px !important;
}

#topnav .dropdown-menu {
    position: relative;
    float: none !important;
}

#topnav .btn_user_mbile i.fas.fa-phone {
    transform: rotate(98deg);
    margin-right: 2px;
}

.title-heading {
    padding-top: 0px;
    margin-top: 10px !important;
}

.calculate_order {
    padding-top: 15px;
}

.calculate_order select {
    margin-top: 10px !important;
}

.calculate_order .two_selectbox {
    margin: 10px auto 0px !important;
}

.calculate_order select#days {
    margin-top: 0 !important
}

.calculate_order .stand_prices > p {
    margin: 10px auto 0px !important;
}

.calculate_order .disc_prices p {
    font-size: 18px;
    margin: 10px 0 0 !important;
}

.calculate_order .disc_prices p span {
    font-size: 22px;
}



#home .col-lg-4.col-md-6.mt-4.pt-2.mt-sm-0.pt-sm-0.order-2.order-md-1 {
    margin: 0 !important;
    padding-top: 0px !important;
}



.pricing_detail_bx {
    margin-top: 40px;
    padding: 20px 10px;
}

.pricing_detail_bx #free_plan.pricing-rates {
    padding: 0;
    margin-top: 15px !important;
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag {
    top: -5px;
}

#preview_data_row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.preview-table tr td {
  
    font-size: 13px;
    padding: 8px 5px;
}



.order_sidebar {
    margin: 0 auto;
    max-width: 380px;
}

.order_sidebar img {
    max-width: 100%;
}

.pricing_detail_bx .price_box h4 {
    font-size: 16px;
}

#placeOrderForm .btn_RedeemPromo {
    top: 5px;
}

#pop-up {
    display: none !important;
}

.hidden-xs {
    display: none !important;
}

#topnav .navbar .navbar-brand {
    margin: 0;
}

#topnav .navigation-menu {
    padding-top: 5px !important;
}



#topnav .navigation-menu > li {
    display: block;
    margin: 0;
}

.flip-box.fbx1 {
    margin: 0;
}

.pop-up-modal {
    max-width: 360px
}

#home {
    padding-top: 100px;
    padding-bottom: 35px;
    background-image: none
}

.bg-half-170 {
    padding: 150px 0;
    height: auto
}

.navigation-menu li a.btn {
    width: auto;
    min-width: 120px;
}

.navigation-menu li a#btn_tel.btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.hot {
    display: none;
}





.stats {
    padding: 50px 0;
}

.footer {
    text-align: left;
}

.section {
    padding: 60px 0
}

.title-heading .para-desc {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 8px;
}

.section-title .main-title {
    font-size: 24px
}

.section-title .title {
    font-size: 24px
}

.mt-60 {
    margin-top: 60px
}


.secure-seal2 {
    width: inherit;
    margin: 0 auto
}

.custom-tab button {
    font-size: 20px
}

.btn-set3 {
    display: inherit
}

.btn-set3 a.btn {
    width: 220px
}

a.btn {
    width: 225px;
    padding: 8px 4px;
    font-size: 14px;
    margin-bottom: 10px;
}



a.btn.sign-up {
    width: 160px;
}

.btn-set2 a.btn {
    width: 260px
}

.tab-set .section-title {
    text-align: center
}

#calculate {
    padding: 40px 0
}



.calculate-set i {
    float: none
}

.calculate-set p {
    padding: 0px 20px !important;
}

.customer-testi p {
    padding: 0px 30px;
}

#pop-up .count-down {
    margin-bottom: 30px
}

.bg1, .bg2, .bg3, .bg4 {
    opacity: 0 !important
}

.seal {
    margin-top: 0px;
}

#navigation {
    border-top: none;
}

.custom-check .tool-wrap .tool {
    transform: translate(5%, -75%);
}

.order-header h2 {
    font-size: 26px;
}

.seal {
    margin-right: 0;
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}



.Level-text {
    transform: translate(-50%, -100%);
}

.cc-window.cc-floating.cc-theme-classic {
    max-width: 240px !important;
    background-color: rgba(46, 202, 139, 0.8) !important;
    padding: 5px 8px !important;
    margin-left: 10px;
    margin-bottom: 12px;
    left: 0;
    bottom: 0;
}

.cc-floating .cc-message {
    font-size: 14px !important;
    line-height: 1.1 !important;
    margin-bottom: 0 !important
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none !important;
    width: 20px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    background-color: transparent;
    border: 0px !important;
    font-size: 0px !important;
    color: #fff;
    transition: all 500ms ease;
    max-width: 0;
    width: 0;
    min-width: 0;
    padding: 0;
    line-height: 1;
    box-shadow: none !important;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn::before {
    content: 'X';
    color: #fff;
    font-size: 18px;
    position: relative;
    left: -5px;
}

.cc-floating.cc-theme-classic .cc-link {
    color: #fff !important;
}

.cc-floating.cc-theme-classic .cc-link:hover, .cc-floating.cc-theme-classic .cc-link:focus {
    color: #fff !important;
}

.pricing-rates.starter-plan {
    transform: unset !important;
    z-index: 0;
    margin: 0 auto !important;
}

#free_plan.pricing-rates .title .heading_tag span.t_price::after {
    top: 8px;
}

.order .form_heading, .preview .form_headline {
    margin: 0 auto 20px;
    line-height: 1.2;
}

.row.mx-0.form_area_row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#placeOrderForm .border-order {
    padding: 10px !important;
    border-color: #aaa;
    border-radius: 5px
}

#placeOrderForm .form-group .input-group {
    position: relative;
    text-align: center;
    padding: 0 47px;
}

#Sample_Modal .modal-dialog {
    width: 100%;
    max-width: 92% !important;
    margin: 75px auto 0px !important;
}

#Sample_Modal .responsive-wrapper-padding-bottom-90pct {
    padding-bottom: 140%;
}

#Sample_Modal .close {
    right: -12px !important;
    top: -15px !important;
}

.form_wraper {
    padding: 0px 15px !important;
}

.cancel_area h4 .user_link {
    display: block;
    margin-top: 2px;
}

/*    .preview-table tr td .guideline_content::-webkit-scrollbar {        -webkit-appearance: none;    }*/
.preview-table tr td .guideline_content {
    height: 65px;
}

.preview-table tr td .guideline_content::-webkit-scrollbar {
    width: 4px;
}

.preview-table tr td .guideline_content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.stats-rate p {
    font-size: 15px;
    line-height: 1;
}

.stats-star i {
    font-size: 13px
}
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  #topnav .navbar_btns {
      padding: 0 !important;
  }

  #topnav .navbar_btns li a {
      font-size: 12px;
   
  }


  /* hero sec */
  .title-heading {
      padding-top: 0;
      margin-top: 0 !important;
  }



.hbox-2 i {
  font-size: 25px;
  float: none;
}

  .recent-review {
      padding: 6px 10px 7px 64px;
  }

  .recent-review .avatar {
      left: 5px;
  }

  .stats-rate {
      padding: 5px 10px;
      margin: 0 5px 15px !important;
      text-align: left;
      display: flex !important
  }

  .stats-rate h4 {
      margin-left: 15px !important;
  }

  .skills.desktop.d-sm-block.d-none.mt-4 {
      margin-top: 5px !important;
  }

  .subject-select {
      width: 170px;
      height: 45px;
      line-height: 45px;
  }

  .stats-star {
      text-align: left;
  }

  .subject-form-set button {
      height: 45px;
      line-height: 45px;
  }

  .recent-review-left p {
      font-size: 12px;
  }

  .recent-review-left span {
      font-size: 11px;
  }

  #placeOrderForm .btn_RedeemPromo {
      font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  #topnav .navigation-menu > li:hover > .menu-arrow {
      border-color: #2d3247
  }

  #topnav .navigation-menu > li.active > a, #topnav .navigation-menu > li:hover {
      color: #2d3247 !important
  }

  #topnav .navbar-toggle {
      display: none
  }

  #topnav #navigation {
      display: block !important
  }

  #topnav.scroll {
      top: 0
  }
}

@media only screen and (min-width: 1200px) {
  .btn-set3 {
      display: flex;
      justify-content: space-around
  }
}

@media only screen and (max-width: 1199px) {
  .sample-set {
      max-height: inherit;
  }

  .sample-set .sample-right a {
      margin-top: 10px;
  }

  .btn-set3 a.btn {
      padding: 8px
  }

  .seal a {
      margin-left: 0px;
  }

  .seal a.btn {
      width: 95px;
  }

  .seal a.btn.phone {
      width: 170px;
  }

  .logo img {
      width: 200px;
  }

  .hot {
      display: none;
  }

  .home-shape-bottom2, .home-shape-bottom3 {
      display: none
  }

  .border-order h4 {
      font-size: 18px;
  }

  .stats-rate {
      text-align: center;
      display: inherit;
      margin: 0 5px;
  }

  .stats-rate h4 {
      margin-left: 0px;
  }

  .stats-rate img {
      margin-right: 0px;
      display: block;
      margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  #topnav {
           background-color: #ffffff;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
      box-shadow: 0 0 3px rgba(0, 0, 0, .15);
      min-height: 60px;
      padding: 9px 0;
  }

  .seal a.btn {
      width: 130px;
  }

  .hot {
      display: inline-block;
  }

  #topnav .navigation-menu > li > a {
      color: #3c4858;
      padding: 8px 15px !important;
  }

  #topnav .sm_link {
      min-width: 45px
  }

  #topnav .sm_link i {
      line-height: 42px;
  }

  #topnav .menu-extras .menu-item {
      border-color: #8492a6
  }

  #navigation {
      position: absolute;
      top: 90px;
      left: 0;
      width: 100%;
      display: none;
      height: auto;
      padding-bottom: 0;
      overflow: auto;
      border-top: 1px solid #f1f3f9;
      border-bottom: 1px solid #f1f3f9;
      background-color: #fff
  }

  #navigation.open {
      display: block;
      overflow-y: auto
  }

  .hbox-2.border-right {
      border-right: 0 !important
  }

  #topnav #nav_responsive {
      position: relative;
      top: 10px;
      background-color: #f0f8ff;
      padding: 0;
      margin: 0px;
  }

  #topnav #nav_responsive.navbar-collapse.collapse.show {
      transition: all 0.3s linear;
  }

  #topnav .navbar_btns {
      padding: 0 0 10px 15px;
  }

 

 

  .custom-tab button {
      font-size: 16px
  }

  .footer .footer-head {
      margin-top: 20px
  }

  .secure-seal img {
      width: 50%
  }

  .hbox-2 .hbox-2-txt p {
      padding-top: 0;
      margin-bottom: 0;
  }

  .hbox-2 i {
      margin-top: 1px
  }

  @keyframes bouncing {
      0%, 100%, 20%, 53%, 80% {
          -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
          animation-timing-function: cubic-bezier(.215, .61, .355, 1);
          -webkit-transform: translateZ(0);
          transform: translateZ(0)
      }

      40%, 43% {
          -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
          animation-timing-function: cubic-bezier(.755, .05, .855, .06);
          -webkit-transform: translate3d(0, -16px, 0);
          transform: translate3d(0, -16px, 0)
      }

      70% {
          -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
          animation-timing-function: cubic-bezier(.755, .05, .855, .06);
          -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0)
      }

      90% {
          -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0)
      }
  }

  #navigation {
      padding-bottom: 25px;
  }

  .subject-set {
      margin-top: 30px;
  }

  .Level-text {
      transform: translate(-50%, -100%);
      left: 51%;
  }

  #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, #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 {
      text-align: center;
  }

  .sign-up-outer {
      margin-top: 20px
  }

  .row.mt-4.mx-0.pl-3.pr-4 {
      padding: 0 !important;
      margin-left: -15px !important;
      margin-right: -15px !important;
  }
}



@media screen and (max-width: 568px) {

  #topnav {
 
    padding: 15px 20px !important;
}

  #home {
    padding-top: 150px;
}

.cta-ft-heading {
  margin-bottom: 20px !important;
}

  .experience-content .features-list li {
      width: 100%;
      padding: 16px 10px;
      background: #e6e7eb;
      margin: 5px 0px;
      float: left;
  }

  .modal-main-div-inner-2 .discount-btn {
      width: 100% !important;
  }

  .feature-list li {
      position: relative;
      padding: 5px 0px 5px 25px;
  }

  .skills {
      margin-top: 30px
  }

  .recent-review {
      padding: 20px 20px 20px 20px;
      text-align: center
  }

  .recent-review img.person {
      position: inherit;
      top: inherit;
      left: inherit;
      margin-bottom: 15px
  }

  .recent-review-left {
      text-align: center
  }

  .recent-review-right {
      text-align: center
  }

  #owl-6, #owl-7, #owl-8, #owl-9, #owl-10, #owl-11, #owl-12, #owl-13, #owl-14, #owl-15, #owl-16, #owl-17, #owl-18, #owl-19, #owl-20, #owl-21, #owl-22, #owl-23, #owl-24, #owl-25, #owl-26, #owl-27 {
      margin-top: 160px
  }

  .custom-input-subject {
      display: inherit;
      text-align: center
  }

  .subject-select {
      width: 100%;
      margin-bottom: 15px;
      margin-top: 15px
  }

  .subject-form-set button {
      line-height: 45px;
      height: 45px;
      margin-left: 15px
  }

  .stats-rate {
      padding: 5px 10px;
      margin: 15px auto 0 auto
  }

  .subject-select .list {
      width: 100%
  }

  .subject-set {
      margin-top: 20px
  }

  .subject-form-set {
      display: inherit;
      text-align: center
  }

  .Level-text {
      top: -30px
  }

  .stats-rate {
      display: flex;
      padding: 10px 10px;
      justify-content: center;
  }

  .stats-rate img {
      margin: 0 5px 0 0;
  }

  .stats-rate h4 {
      margin-left: 10px;
  }

  .stats-star {
      text-align: center;
  }

  .progress-set h4 {
      text-align: left;
  }

  .login-btn {
      padding: 0 10px;
      width: 100%;
      height: 56px;
      border-radius: 5px;
      color: #fff;
      line-height: 56px;
      text-align: center;
      background-color: #2d3247;
      border: 1px solid #2d3247;
      transition: all .5s ease;
      margin: 20px auto 0 auto;
  }

  .login-btn:hover {
      background-color: white;
  }

  .payment {
      width: 100%
  }

  .custom-form .number-style {
      width: 100%
  }

  .btn-set3 a.btn {
      width: 180px
  }

  .secure-seal img {
      width: 80%
  }

  .custom-form .form-group {
      padding-left: 30px
  }

  .custom-form .label {
      padding-left: 0
  }

  .custom-check .tool-wrap .tool {
      transform: translate(-50%, -75%);
  }

  .hbox-2 i {
      float: none;
      margin-bottom: 20px;
  }

  .sign-up-right {
      text-align: center;
      padding: 15px 0
  }

  .sign-up-right img {
      position: inherit;
      transform: translateY(0);
  }
}

@media only screen and (max-width: 479px) {
  .experience-content .features-list li {
      width: 100%;
      padding: 16px 10px;
      background: #e6e7eb;
      margin: 5px 0px;
      float: left;
  }

  .login_page {
      padding: 20px 5px
  }

  .logo img {
      width: 150px;
  }

  #orderDetails-wrape .order_details_tbl th {
      font-size: 14px;
  }

  #orderDetails-wrape .table td, #orderDetails-wrape .table th {
      padding: 10px 0px;
  }

  .formBtm_btn {
      padding: 12px 5px;
      font-size: 15px;
      width: 100%;
      margin: 0 auto;
  }

  #navigation {
      top: 73px;
  }

  .hot {
      display: none
  }

  .watch-video {
      padding-top: 20px !important
  }

  .seal a {
      margin-top: -5px
  }

  #topnav .logo {
      float: none;
      display: block
  }

  #topnav .navbar-toggle .lines {
      margin: 7px 0px 0px 0px;
      ; }

  a.btn.sign-up {
      width: 100px;
      padding: 5px 5px;
      font-size: 13px;
  }

  .event-schedule .content .title {
      font-size: 15px
  }

  .seal a:not(.hot) {
      display: inline-block;
      text-align: center;
      font-size: 14px
  }

  .seal a.btn {
      width: 140px
  }

  .secure-seal2 div img {
      width: 90%
  }

  .custom-tab button {
      font-size: 16px
  }

  .secure-seal img {
      width: 95%;
      padding-left: 10px
  }

  .submit a {
      padding: 8px 18px
  }

  .btn-set3 {
      text-align: center
  }

  .btn-set3 a.btn {
      width: 240px
  }

  .pop-close {
      right: -20px
  }

  .privacy-title {
      padding: 110px 0 50px
  }

  .privacy-title .page-next-level .title {
      font-size: 32px;
      line-height: 1.3;
      font-weight: 800;
      margin: 0;
  }

  .thank div h2 {
      font-size: 27px
  }

  .btn-set4 a.btn {
      width: 300px
  }

  .custom-check {
      font-size: 14px;
  }

  .custom-check .tool-wrap .tool {
      transform: translate(-50%, -75%);
  }

  .question {
      left: 4px;
  }

  .tool {
      left: 135px;
      transform: translate(-50%, -100%);
  }

  .order-header img {
      width: 100%;
  }

  #topnav .navbar-toggle .lines {
      margin-right: 0 !important
  }
}

@media only screen and (max-width: 360px) {
  #topnav .btn_user_mbile {
      padding: 8px 5px;
      min-width: 85px;
  }

  #topnav .navbar_btns li a {
      font-size: 13px;
   
  }

  .welcome-img img {
      display: none;
  }
}

.features {
  background: #dadada4f;
  padding: 25px;
  border-radius: 5px;
}

.form-input-css {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 8%);
  box-sizing: border-box;
}

/********************************************/
.uni-section {
  padding: 50px 0 !important;
  background: #ffffff;
}

p.para-desc {
  color: #000000 !important;
}

.float {
  font-weight: 600;
  vertical-align: middle;
  padding: 8px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #023838;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  color: #1ccf38 !important;
}

.my-float {
  color: #21e639;
  margin-right: 3px;
  vertical-align: middle;
  font-size: 30px;
}

.quote-modal {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.modal-header.text-center.qoute-header {
  color: #fff;
  background: #2d3247;
  font-weight: 900;
  font-size: 20px;
  border-bottom: none;
}

button.quote-btn {
  text-transform: uppercase;
  color: #fff;
  padding: 5px;
  width: 100%;
  background: #EE1C14;
  border: 2px solid #EE1C14;
  border-radius: 2px;
  font-size: 22px;
  transition: all .3s linear;
  font-weight: 800;
  border-radius: 5px;
}

.quote-right-col {
  position: absolute;
  bottom: -16px;
}

.qoute-form input, .qoute-form select {
  background: #2d3247;
  border: 1px solid #2d3247;
  color: #f8f9fa;
  border-radius: 5px;
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: .9;
  z-index: 999;
}

.modal {
  background: #00000085;
}

span.thanks-quote {
  margin-bottom: 10px;
  background: #2d3247;
  font-size: 42px;
  font-weight: 900;
  padding: 18px 10px;
  color: #fff;
  display: inline-block;
  line-height: normal;
}

.thanks-quote-p {
  font-size: 24px;
}

.discount-header {
  color: #fff;
  background: #EE1C14;
  font-weight: 900;
  font-size: 20px;
  border-bottom: none;
}

button.discount-btn {
  text-transform: uppercase;
  color: #fff;
  padding: 3px;
  width: 100%;
  background: #EE1C14;
  border: 2px solid #EE1C14;
  border-radius: 2px;
  font-size: 20px;
  transition: all .3s linear;
  font-weight: 800;
}

.discount-form input, .discount-form select {
  background: #83879b;
  border: 1px solid #2b3746;
  color: #f8f9fa;
  border-radius: 5px;
}

.modal-content.discount-modal {
  background: #2d3247;
  border: none;
}

img.discount-img {
  margin-bottom: 10px;
}

.advertisement {
  position: fixed;
  bottom: 50%;
  right: -62px;
  background-color: #EE1C14;
  color: #FFF !important;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 0px 4px #EE1C14;
  z-index: 100;
  padding: 8px 20px;
  transform: rotate(-90deg);
  transition: all 1s;
}

.hides {
  opacity: 0;
}

.shows {
  opacity: 1;
}

.katb_test_box_basic {
  padding: 20px 75px;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
  background: #ee1c14;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  width: 95%;
  position: relative;
  margin-bottom: 40px;
  margin-top: 10px;
  margin-right: 30px;
  /* float: left; */
  /* clear: none; */
}

.katb_test_box_basic:after {
  content: '';
  height: 0px;
  width: 0px;
  border: 12px solid transparent;
  position: absolute;
  right: 0px;
  bottom: -24px;
}

.katb_test_box_basic:after {
  border-top-color: #dddddd;
  border-left-color: #dddddd;
}

.katb_test_box_basic:after {
  border-top-color: #000000;
  border-left-color: #000000;
}

.katb_testimonial_wrap {
  position: relative;
}

.katb_testimonial_wrap:before {
  content: ' ';
  width: 56px;
  height: 46px;
  display: block;
  background: url('../images/quote_left.webp');
  position: absolute;
  left: -62px;
  top: -5px;
}

.katb_testimonial_wrap:before {
  width: 42px;
  height: 35px;
  background-size: cover;
}

.katb_meta_bottom:after {
  content: ' ';
  width: 56px;
  height: 46px;
  display: block;
  background: url('../images/quote_right.webp');
  position: absolute;
  bottom: 20px;
  right: 15px;
}

.katb_meta_bottom:after {
  width: 42px;
  height: 35px;
  background-size: cover;
}

.katb_test_text_basic p {
  color: #fff;
}

span.katb_author {
  color: #fff;
  font-weight: 600;
}

.what_say__item_user-stars i {
  color: #ffc107;
}

/******* Auto Pop Discount**********/
.close-pop {
  cursor: pointer;
  padding: 0px 4px;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  z-index: 999;
  color: #1a222c !important;
}

.modal-main-div-inner-2 input {
  height: 55px;
}

.modal-main-div-inner-2 .discount-btn {
  text-align: center;
  display: inline-block !important;
  width: 50%;
  height: 55px;
  background: #EE1C14;
  border: none;
  margin: 0 auto;
}

.modal-main-div-inner-2 .col-md-12.col-xs-12 .form-group {
  text-align: center;
}

.discount-tp-content {
  margin-bottom: 20px;
}

.modal-main-div-inner-2 label {
  font-weight: 700;
  color: #2d3247;
}

/***************** Slider Css********************/
/***************** Slider Css********************/
.slider-feature-column {
  position: relative;
  margin-bottom: 20px;
}

.slider-feature-column .slider-feature-inner {
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  color: rgba(12,13,36,0.80);
  text-align: left;
}

.slider-feature-column .slider-feature-inner .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1em;
}

.slider-feature-column .slider-feature-inner strong {
  position: relative;
  display: inline-block;
  color: #f8f9fa;
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
  margin-bottom: 0px;
  margin-top: 8px;
}

.slider-feature-inner .icon img {
  width: 45px;
}

section.feature-sections {
  padding: 55px 0px 55px;
  background: #ededed;
}

.features-box h3 {
  margin: 10px 0px;
  color: #2f3449;
}

.features-box p {
  color: #2f3449;
}

.features-box img {
  background-color: #EE1C14 !important;
  height: 110px;
  width: 110px;
  border-radius: 5px;
  padding: 20px;
}

.features-box {
  text-align: center;
  padding: 26px;
  box-shadow: 0 -6px 11px rgba(30, 23, 157, 0.15);
}

.features img {
  width: 90px;
}
section.aboutus.bg-light {
  padding: 70px 0;
}

#customer-testi-2 .customer-testi-2 img {
  width: 140px;
  height: 70px;
}

#customer-testi-2 .customer-testi-2 {
  background: #fff;
}

/* ====================================================================	Why People Choosing Us? Section==================================================================== */
section.why-section {
background: #e9e9e9;
  padding: 70px 0px;
}

.heading-why h2 {
  text-align: center;
  font-weight: bold;
  color: #022c5c;
}
.why-top span{
 font-size: 30px;
 font-weight: 600;
}
.service_box_contents span{
  font-size: 24px;
  font-weight: 600;
 }

.why-section .slick-dots li button:before {
  margin-top: 10px;
  font-size: 16px !important;
  color: #c1dbe1 !important; 

}

li.list-1 {
  overflow: hidden;
  background: #ffffff5c;
  border-radius: 10px;
}

.list-1 img {
  width: 25%;
  float: left;
  /* border: 1px solid white; */
  border-radius: 15px 0px 0px 15px;
}

.three-images ul {
  padding: 0;
}

.three-images h4 {
  color: #2d3247;
  font-weight: bold;
}

.three-images h4:hover {
  color: #ff7819;
}

.text-images p {
  font-size: 14px;
  color: #2d3247;
}

.text-images {
  width: 70%;
  float: left;
  margin: 20px 10px 20px 10px;
}

.btn-ordernow {
  background: #ff7819;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  box-sizing: border-box;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px 5px 20px;
}

.btn-ordernow:hover {
  background: white;
  color: #fdac10;
  border: 1px solid #fdac10;
}

.button-ordernow {
  text-align: center;
}

.free-feature-box {
  background: #2d3248;
  box-shadow: 0px 0px 28px 8px rgb(217 217 217);
  border-radius: 10px;
  padding: 24px 30px;
  position: relative;
  min-height: 506px;
}

.free-feature-box span {
  color: #ff7819;
  font-size: 35px;
  font-weight: 700;
  margin-right: 60px;
}

li.icon-check {
  color: #ffffff;
  font-weight: bold;
  margin: 15px;
  font-size: 18px;
}

li.icon-check img {
  margin-right: 20px;
}

.free-feature-box ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}

.writer-avatar-img {
  width: 55px!important;
  height: 55px;
  margin-right: 10px;
  border-radius: 100px;
  float: left
}

.writer-name {
  float: left
}

.writer-customer {
  color: #0a2b37;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500
}

.writer-star-writer ul li {
  display: inline-block;
  color: #ffb33a;
  font-size: 14px
}

.asr-writer-box {
  border: 1px solid #0a2b3724;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  background: #2e33480f;
  min-height: 300px;
}

.writer-tp-info {
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9edf2;
  overflow: hidden
}

.writer-bt-info img {
  width: 65px!important
}

.writer-bt-info p {
  font-size: 12px!important;
  padding: 0!important;
  margin-bottom: 10px!important
}

.writer-bt-info h4 {
  font-size: 12px;
  font-weight: 600;
  color: #0a2b37
}

.writer-rating-number span.pull-left {
  display: block;
  text-align: left;
  float: left;
  font-size: 12px;
  font-weight: 500;
}

.writer-rating-number span.pull-right {
  display: block;
  text-align: left;
  float: right;
  font-size: 12px;
  font-weight: 500;
}

.writer-rating-number span strong {
  color: #ff7819
}

.hire-btns {
  width: auto !important;
  background: linear-gradient(to bottom, #ff5e00 0, #ff7819 100%)!important;
  border-color: #ffb33a!important;
  font-weight: 600!important;
  color: #000!important;
  margin-top: 10px!important;
  padding: 5px 12px !important;
  min-width: auto !important;
  font-size: 14px;
  border-radius: 2px;
}

.writer-bt-info {
  margin: 10px 0;
  border-bottom: 1px dashed #bec4cc;
  padding: 5px 0
}

.writer-bt-info ul li {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px dashed #ff7819;
  margin: 5px
}

.writer-section {
  padding: 50px 0 50px
}

.writer-section .col-md-6 {
  margin: 20px 0
}

.request-hire-btn {
  background: linear-gradient(to bottom, #ffc810 0, #ffa80a 100%)!important;
  border-color: #ffb33a!important;
  font-weight: 600!important;
  color: #000!important;
  margin-top: 10px!important
}

.writer-form h6 {
  font-size: 19px
}

.writer-form h6 span {
  color: #ffa836
}

.writer-pop-body {
  background: url(../images/writer-pop-bg.webp);
  background-size: cover;
  background-repeat: no-repeat
}

.writer-modal-size {
  max-width: 580px!important;
  margin: 1.75rem auto;
  color: #0a2b37
}

.writer-pop-left h2 strong {
  color: #ffab31
}

.writer-pop-left h2 {
  font-weight: 800;
  line-height: 38px
}

.writer-form input,.writer-form select {
  display: block;
  width: 100%;
  color: #0a2b37!important;
  background-clip: padding-box;
  border: 1px solid #a2c6cd!important;
  background-color: aliceblue!important
}

.writer-pop-left ul li {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px dashed #ffb33a;
  margin: 5px
}

section.reviews-section .asr-reviews-box {
  margin-bottom: 30px
}

.review-tp-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.customer-avatar-img {
  width: 40px!important;
  height: 40px;
  margin-right: 10px;
  border-radius: 100px;
  margin-top: -20px
}

.writer-star-writer.trustpilot-stars ul {
  padding: 0;
  margin: 0;
}

.writer-bt-info ul {
  padding: 0;
  margin: 0;
}

.writer-hire {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

/***********************/
section.cta-writer-section {
  padding: 30px 0;
  background: url(../images/footer_bg.webp) black;
}

.cta-writer-heading span {
  font-weight: 600;
  font-size: 25px;
  color: #fff;
}

.form-two select.form-control {
  height: 42px !important;
  margin-top: 0;
}

.form-two input.form-control,.form-two select.form-control {
  box-shadow: none;
  border-radius: 0rem;
  height: 42px !important;
  color: #495057 !important;
  font-size: 14px;
  border: 1px solid #ffe4d1;
  background-color: #fff;
  padding: 0.5625rem 0.75rem !important;
}

.form-two button {
  border-color: #EE1C14;
  background: #EE1C14;
  border-radius: 5px;
  padding: 8px 24px;
}



.space {
  padding-top: 50px;
  padding-bottom: 50px;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
}

::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
}

.form-two .btn:hover {
  background: #51596e;
  color: #ffffff;
}

.banner-form-btn:hover{
  /* background: #fff !important; */
  color: black !important;
}

.form-group input {
  border-radius: 5px !important;
}
.form-group select {
  border-radius: 5px !important;
}
.padding-space-0 {
  padding: 0;
}

section.cta-footer-section {
  padding: 40px;
  background: url(../images/footer_bg.webp) black;
}

.cta-ft-heading {
  color: #fff;
}

a.btn-style-one.cta-ft-btn-2 {
  background: #EE1C14;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  margin: 0;
  border-radius: 10px 0px 0px 10px;
}

a.btn-style-one.cta-ft-btn-1 {
  background: #ffffff;
  color: #272b3d;
  padding: 10px 30px;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  border-radius: 0 10px 10px 0px;
}

.features-box-head.text-center h3 {
  color: #2d3247;
  font-size: 48px;
}

section.services-area {
  padding: 49px 0px;
}

.service-class {
  padding: 10px 0;
  display: block;
  font-size: 25px;
  font-weight: 600;
}

.features-box-head span {
  font-size: 30px;
  font-weight: 600;
}

.cta-ft-heading span {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

svg {
  filter: invert(100%);
  color: #100303;
}

span.test-title {
  color: black;
  font-weight: bold;
  font-size: 25px;
}

span.faq-title {
  color: black;
  font-weight: bold;
  font-size: 25px;
}

.form-title {
  text-align: center;
  margin-bottom: 10px;
}

.form-title span {
  font-size: 22px;
  font-weight: bold;
}

.question-container h3 {
  font-size: 16px;
}

/* contct form */
section.contact-form-sec {
  padding: 70px 0;
  background-color: #f8f9fa;
}

.contact-box {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 7px;
  transition: box-shadow 0.25s ease 0s;
  width: 100%;
  border-radius: 10px;
  padding: 45px;
  background: #dadada4f;
  color: #000;
  box-shadow: -10px 0 34px 0 #8a15380f;
}

.contact-box span {
  font-weight: 600;
  font-size: 28px;
}

.mh-footer-list ul {
  padding: 0px;
  list-style: none;
}

.mh-footer-list ul li {
  font-size: 15px;
  margin: 8px 0px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.mh-footer-list ul li a {
  text-decoration: none;
  color: #000;
  gap: 20px;
  display: flex;
  font-size: 16px;
  transition: 0.3s ease all;
  align-items: center;
}

.mh-footer-list svg {
  width: 20px;
  fill: #fff;
}

.hh-form {
  position: relative;
  z-index: 1;
  background: #dadada4f;
  padding: 30px;
  border-radius: 10px;
}

.hh-form span {
  font-weight: 600;
  font-size: 28px;
}

.first-form .form-control, .first-form .form-select {
  border-radius: 10px;
  display: block;
  background-color: #fff;
  color: black;
  border: 2px solid #fff;
  width: 100%;
  padding: 12px 0px 12px 20px;
  font-size: 14px;
}

.first-form .form-control, .first-form input {
  border-radius: 10px;
  display: block;
  background-color: #fff;
  color: black !important;
  border: 2px solid #fff;
  width: 100%;
  padding: 20px 0px 25px 20px;
  font-size: 14px;
}

.first-form .form-control::placeholder, .first-form input::placeholder {
  color: black !important;
  /* Change to your desired placeholder color */
  font-size: 14px;
  /* Optional: Adjust the font size */
  opacity: 1;
  /* Optional: Ensure full opacity */
}

.first-form .form-control:focus {
  background-color: none !important;
  outline: none !important;
  box-shadow: none;
}

.form-select option {
  color: #000;
}

.first-form .form-control::placeholder {
  color: #fff;
}

.first-form .banner-form-btn {
  /* background-color:#063550; */
  background: #EE1C14;
  /* width: 50%; */
  color: #fff !important;
  border: none !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 10px;
  transition: 0.5s ease all;
}

.first-form .form-inner {
  margin-top: 35px;
}

.first-form .form-group {
  margin-bottom: 30px;
}

/* why choose us */
.why-top {
  text-align: center;
  color: #fff;
}

.service-box-about {
  min-height: 310px;
  background: #eff0f1;
  padding: 35px 20px 0;
  min-height: 340px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-box-icon {
  padding: 15px;
  background: #eff0f1;
  border-radius: 1px;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}


.service_box_contents {
  text-align: center;
  padding: 15px;
}


.service_box_contents h3 {
  text-transform: capitalize;
  font-size: 23px !important;
}

.service_box_contents p {
  text-align: center;
  margin-top: 10px;
}

/* FAQ */
.hh-faq-sec {
  padding: 70px 0;
}



.hh-faq-sec .according-qh {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.hh-faq-sec .accordion-button {
  
  padding: 15px !important;
}
.hh-faq-title span {
  font-size: 30px;
  font-weight: 600;
  color: black;
}

.hh-faq-title h2 span {
  margin-bottom: 40px;
  color: #f9282b;
}



.hh-faq-sec .accordion-item {
  border: none;
  margin: 0px 0px 22px 0px !important;
}

.hh-faq-sec .accordion-button {
  font-weight: 700;
  border-radius: 10px !important;
  background-color: transparent;
  border: 1px solid #EE1C14;
}

.hh-faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z' fill='%230a1954'/%3E%3C/svg%3E") !important;
  transition: all 0.5s;
}

.hh-faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23f2bc0d' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E") !important;
}

.hh-faq-sec .accordion-button:not(.collapsed) {
  color: #EE1C14 !important;
    background: transparent;
}

.hh-faq-sec .accordion-button:focus {
  box-shadow: none !important;
}

/* testinomial sec */
.sec-testionmial {
  padding: 70px 0 70px 0;
  background-color: #ededed;
}

.testinomail-head {
  text-align: center;
}

.testinomail-head span {
  font-size: 30px;
  font-weight: 600;
  color: black;
}

.testinmial-info {
  box-shadow: 5px 5px 20px 3px #311a1a1a;
  padding: 30px;
  min-height: 360px;
  margin: 30px 0%;
  border-radius: 10px;
}

.test-prof p {
  margin: 0;
  padding: 12px 0;
}

.test-main {
  align-items: center;
  display: flex;
}


.test-prof svg {
  fill: #8a1538;
  width: 60px;
  margin-top: -90%;
}

.test-prof img {
  padding-left: 20px;
  width: 100px;
  height: 80px;
 
}

.test-con {
  padding-left: 30px;
  text-align: left;
  max-width: 360px;
}

.test-prof-id-name span {
  color: #E9262A;
}

.test-prof-id-desc {
  display: grid;
}

.test-prof-id-desc svg {
  width: 60px;
  fill: #8a1538;
}

.sec-testionmial .slick-dots li button:before {
  font-size: 16px !important;
  color: #EE1C14 !important;
}

/*services-links*/
.services-link {
  padding: 40px;
  background: #427f8d;
}

.services-link span {
  font-size: 25px;
  font-weight: bold;
  margin-left: 35px;
  color: white;
}

.links-list {
  list-style: none;
  line-height: 2;
}

.links-list li a {
  color: #fff;
  font-size: 14px;
}

.social-icons {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.social-icons a {
  color: white;
  margin: 7px;
}

.social-icons a:hover {
  color: #212534;
  margin: 7px;
}

svg.bi.bi-facebook:hover {
  color: #212534;
}

svg.bi.bi-twitter:hover {
  color: #212534;
}

svg.bi.bi-instagram:hover {
  color: #212534;
}

ul.domy-list {
  list-style: inside;
  margin-left: -35px;
}

ol.domy-list {
  list-style: inside;
  margin-left: -35px;
}


/*Form Error*/




 .error-message {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 5px;
}

input.error, select.error, textarea.error {
    border-color: #dc3545 !important;
}

/*Form Error*/


.subject-favourites .highlight {
  color: #015bbd;
}

.subject-favourites .subject-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* No shadow initially */
  cursor: pointer;
}

.subject-favourites .subject-box img {
  max-width: 60px;
  margin-bottom: 10px;
}

.subject-favourites .subject-box p {
  margin: 0;
  font-weight: 500;
  color: #111;
}

.subject-favourites .subject-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}



/* /*  * */

.main-section {
    padding: 60px 0
}


.subjects h2 {
    display: block;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 30px;
    background: url(images/unberline.png) no-repeat center bottom
}

.subjects>.container>ul {
    text-align: center
}

.subjects>.container>ul>li {
    display: inline-block;
    font-size: 13px;
    color: #474747;
    border: 1px solid #ebebeb;
    padding: 14px 12px 8px 45px;
    position: relative;
    margin: 0 10px 10px;
    width: 160px;
    vertical-align: top;
    min-height: 65px;
    text-align: left;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out
}

.subjects>.container>ul>li:hover {
    background: #d20732;
    color: #fff
}

.subjects>.container>ul>li:hover a,.subjects>.container>ul>li:hover i {
    color: #fff
}
/* services */
.our-services {
    background: url(../images/service-background.webp);
}

h3.heading-services {
    font-size: 2.1rem;
    font-weight: 600;
}
h3.heading-services span {
    color: #015bbd;
}
p.description-services {
    font-weight: 600;
}
.service-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px 15px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0px 0px 10px #00000011;
}

.service-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.card-service-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}
.row.card-row {
    row-gap: 20px;
}
.service-box {
    background-color: #fff;
    padding: 28px;
    text-align: left;
    min-height: 290px;
    margin-top: 32px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 18px 40px rgba(30, 23, 157, 0.15);
}
.service-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}
.service-box i {
    background: url(../images/icons-sprite.webp) no-repeat;
    text-align: left;
    display: inline-block;
}

a.anchor {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.service-box i.icon-1 {
    background-position: -74px -179px;
    width: 42px;
    height: 55px;
    display: block;
}

.service-box i.icon-2 {
    background-position: -74px -179px;
    width: 42px;
    height: 55px;
    display: block;
}

.service-box i.icon-3 {
    background-position: -122px -179px;
    width: 48px;
    height: 55px;
    display: block;
}

.service-box i.icon-4 {
    background-position: -184px -178px;
    width: 42px;
    height: 56px;
    display: block;
}

.service-box i.icon-5 {
    background-position: -235px -181px;
    width: 68px;
    height: 55px;
    display: block;
}

.service-box i.icon-6 {
    background-position: -317px -182px;
    width: 44px;
    height: 57px;
    display: block;
}

.service-box h5 {
    margin-top: 15px;
}

.subjects ul li i {
    position: absolute;
    top: 14px;
    left: 13px;
    text-align: center;
    padding: 7px 0 0;
    font-size: 18px;
    color: #a9a9a9
}

.cta-bg-color {
  background: linear-gradient(
    to right,
    #d20732 0,
    #d20732 50%,
    #fff 40%,
    #fff 100%
  );
  height: 100%;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
}
.cta-bg-color .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}
.cta-img-1 {
  margin-top: -128px;
  padding-bottom: 76px;
}

       section.main-section.subject-sec h2{
font-size: 36px !important;
    }

           section.main-section.subject-sec h3{
font-size: 18px !important;
    }



@media (max-width: 991px) {
    .subject-sec {
        position: relative;
        margin-top: 0;
    }
    .cta-bg-color {
        position: relative;
        background: linear-gradient(to right, #d20732 0, #d20732 50%);
        height: 100%;
    }
    .cta-img-1{
      display: none;
    }
    section.main-section.subject-sec{
      margin-top: 0 !important;
    }
        section.main-section.subject-sec h2{
font-size: 28px !important;
text-align: center !important; 
    }
              section.main-section.subject-sec h3{
font-size: 14px !important;
text-align: center !important; 
    }
    .subjects>.container>ul {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    padding: 0;
}.why-top span {
    font-size: 23px;
    font-weight: 600;
}

}


