#toTop{
  cursor: pointer;
  padding: 5px 3px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
}

#toTop .btn-secondary {
  color: #fff;
  background-color: #3e8cef;
  border-color: #3e8cef;
}

.btn-primary-blue {
  color: #fff;
  background-color: #58c8e5;
  border-color: #58c8e5;
}
.btn-primary-blue:hover {
  color: #fff;
  background-color: #3dafcc;
  border-color: #3dafcc;
}

.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

/* ---------  Dropdown menu  ---------  */
.dropdown:hover > .dropdown-list {
  display: block;
}

/* ---------  Nav Dropdown menu  ---------  */
.navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}

/* ---------  End dropdown menu  ---------  */

.input-search-icon {
  position: relative;
  z-index: 0;
}
.input-search-icon .input-group-append {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 10;
}
.input-search-icon .get-st-in {
  padding: 5px 20px 5px 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.input-search-icon button {
  margin: 0px;
  padding: 7px 0px 0px 10px;
  border: 0px;
  background-color: transparent;
}

hr {
  border-top-color: #d8dbdf;
  border-top-width: 2px;
}

.heading-desc {
  color: #111222;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.text-blue {
  color: #4192f7;
}
.section-padding {
  padding: 100px 0px;
}

.section-padding-top.section-padding {
  padding-top: 180px;
}

/* ---------  Dropdown Submenu  ---------  */

.dropdown-submenu {
  position: relative;
  padding: 0px 15px;
}
.dropdown-submenu > .dropdown-menu {
  padding: 10px;
  top: 0;
  border: 0px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0.5rem 0.8rem rgba(0, 0, 0, 0.1) !important;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 6px;
  height: 11px;
  border-color: transparent;
  border: 0px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: 0px;
  background-image: url('../svg/nav-right.svg');
  background-repeat: no-repeat;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #000;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu-row {
  width: 750px;
}
.dropdown-menu-row ul {
  padding: 0px;
  margin: 0px;
}
.dropdown-menu-row ul li {
}
.dropdown-submenu .dropdown-item {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.31px;
  line-height: 20px;
  padding: 10px 13px;
  border-radius: 5px;
}

/* ---------  Other  ---------  */

.left-menu-pan {
  padding: 15px 0px;
  background-color: #fff;
}

.heading-13 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 24px;
  padding: 10px 30px;
}
.heading-32 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.67px;
  line-height: 36px;
  margin-bottom: 30px;
}
.heading-20 {
  color: #141026;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.42px;
  line-height: 28px;
}

.heading-48 {
  color: #111222;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 55px;
}

.heading-24 {
  color: #141026;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 31px;
}

.job-post {
  background-color: #f7f9f9;
  box-shadow: 0 0rem 10px rgba(0, 0, 0, 0.03) !important;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.job-post:hover {
  box-shadow: 0 0rem 15px rgba(0, 0, 0, 0.15) !important;
}

.job-post h3 {
  color: #141026;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 36px;
  padding: 20px 25px;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.job-post h3 small {
  color: #97a1a7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-weight: 300;
}
.job-post .job-template-img {
  padding: 35px;
  text-align: center;
}

.job-post-heading-center {
  color: #343434;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 31px;
  text-align: center;
}
.job-template-img2 img {
  max-height: 320px;
  margin: 0px auto;
}

.job-post .btn-hide {
  transition: all 0.3s ease-out 0s;
  margin: 0px auto;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
}

.job-post:hover .btn-hide {
  bottom: 70px;
}

.job-post.shadow-none {
  box-shadow: none !important;
}

.accordion .card {
  border: 0px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}
.card-header {
  padding: 20px 25px;
  margin-bottom: 0;
  background-color: #f7f7f7;
  border-bottom: 0px;
  cursor: pointer;
}
.card-header h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
}
.card-header h2 span {
  color: #5891f0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  padding: 0px 15px 0px 0px;
  margin-right: 20px;
  border-right: 1px solid #ebeff4;
}

.blog-date {
  color: #97a1a7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 25px;
}

.blog-header {
  color: #141026;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.67px;
  line-height: 36px;
}
.blog-details {
  color: #111222;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.blog-sm-block {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.blog-sm-block:last-child {
  margin-bottom: 0px;
}
.blog-sm-date {
  color: #97a1a7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}
.blog-sm-heading {
  color: #141026;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.42px;
  line-height: 23px;
  margin-bottom: 0;
}
.blog-sm-link {
  color: #5891f0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}
.blog-sm-link:hover,
.blog-sm-link:focus,
.blog-sm-link:active {
  color: #47d7bd;
}

.blog-category {
  color: #4192f7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
  text-transform: uppercase;
}

.block-footer {
  color: #97a1a7;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 17px;
}

.job-type-example-bg {
  background-image: url('../images/bg-round.png');
  background-position: 117% 110px;
  background-repeat: no-repeat;
  background-color: #f2f5f6;
  overflow: hidden;
  padding-bottom: 0px;
}

.job-type-example-bg .img-cv {
  margin-bottom: -60px;
}

.cv-rating-block {
  background-color: #fff;
  padding: 15px;
  display: inline-block;
  margin: 50px 0px 0px 0px;
}

.cv-rating-number {
  background-color: #eaeef5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.cv-rating-title {
  color: #141026;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.42px;
  line-height: 28px;
  margin-bottom: 20px;
}
.cv-rating-title small {
  display: block;
  color: #111222;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}

.cv-rating-stars {
  color: #ebeff6;
}

.img-cv-button {
  margin-top: -150px;
  margin-bottom: 80px;
}

.search-section {
  background-image: url('../images/search-bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 110px 0px;
}

.search-section-small {
  background-image: url('../images/search-bg-2.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 90px 0px;
  min-height: 283px;
  background-size: contain;
}

.input-group-seach-icon {
  position: relative;
  z-index: 0;
}
.input-group-seach-icon .get-st-in {
  padding: 5px 60px 5px 30px;
}

.input-group-seach-icon .btn-arrrow-right {
  z-index: 10;
  top: 7px;
  right: 7px;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #47d7bd;
  border: 0px;
  text-align: center;
  border-radius: 50px;
}

.button-group > div {
  padding: 0px 15px;
  width: 170px;
}
.button-group > div > a {
  display: block;
}

.blog-list-img {
  margin-right: 30px;
  width: 100px;
  display: inline-table;
}

.blog-list-img > img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.blog-detail-header {
  position: relative;
}
.blog-detail-header:before {
  height: 180px;
  width: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
}

.img-user {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.heading-block {
  padding: 250px 0px 150px;
}

.heading-block-terms.heading-block {
  padding: 200px 0px 100px;
}

.card.cv-faq-card {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ebeff4 !important;
  overflow: visible;
}

.card.cv-faq-card .card-header {
  padding: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.card.cv-faq-card .card-header h2 {
  line-height: 25px;
}
.card-header .card-header-arrow {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #5891f0;
  color: #fff;
  border-radius: 50%;
  float: right;
  transform: rotate(180deg);
  transition: all 0.3s ease-out 0s;
  margin-left: 15px;
}

.card-header .collapsed .card-header-arrow {
  background-color: #f2f2f2;
  color: #171717;
  transform: rotate(0deg);
}

.card.cv-faq-card .card-body {
  padding: 35px 0px 0px 0px;
  font-size: 16px;
  font-weight: 300;
}

.list-disc-style li {
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
  font-weight: lighter;
}
.list-disc-style li:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #4192f7;
  display: inline-block;
}

.container-new {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 15px;
}

.own-nav-bar {
  position: relative;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -27px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 100px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 100px;
}

.owl-radio {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.owl-radio > input[type='radio'] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  left: 0;
  top: 0;
}
.owl-radio > label {
  cursor: pointer;
  padding: 5px;
  background-color: transparent;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.owl-radio input[type='radio']:checked + label {
  background-color: #59ce8a;
  transition: all 0.3s ease-out 0s;
}
.example-carousel .owl-radio input[type='radio']:checked + label {
  background-color: #5891F0;
  transition: all 0.3s ease-out 0s;
}

.owl-radio > label:after {
  position: absolute;
  top: 0px;
  right: 0px;
  content: '';
  height: 100px;
  width: 100px;
  background-image: url('../svg/green-check.svg');
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.example-carousel .owl-radio > label:after {
  position: absolute;
  top: 0px;
  right: 0px;
  content: '';
  height: 100px;
  width: 100px;
  background-image: url('../svg/blue-check.svg');
  background-repeat: no-repeat;
  background-position: top right;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.owl-radio input[type='radio']:checked + label:after {
  opacity: 1;
}

.signup-bg-2 .heading-block {
  padding: 200px 0px 90px;
}

.signup-bg-2 {
  background-image: url('../images/signup-bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}

.signup-input {
  padding: 40px;
  margin-bottom: -100px;
}

.text-underline {
  text-decoration: underline;
}

.signup-bg-2.contact-us {
  padding-top: 120px;
  background-image: url('../images/contact-us-bg.png');
  background-position: right bottom;
}
.contact-info-section {
  overflow: hidden;
}

.bg-contact-info {
  background-color: #f7f7fb;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}
.contact-info {
  margin: 200px 0px;
  display: inline-block;
}

.contact-map {
  overflow: visible;
  position: relative;
}

.contact-map img {
  height: 100%;
  width: auto;
}

@media (max-width: 992px) {
  .contact-map img {
    height: auto;
    width: 100%;
  }
  .contact-info {
    margin: 20px auto 90px auto;
  }
}

@media (max-width: 768px) {

  .heading-block {
    padding: 120px 0px 80px;
  }

  .signup-bg-2.contact-us {
    padding-top: 0;
  }

  .signup-bg-2 .heading-block {
    padding: 120px 0px 90px;
  }
}

.about-block {
  padding: 125px 0px 100px;
}
.img-about {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.number-text {
  text-align: left;
}
.number-text span {
  color: #4192f7;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
}

.number-text div {
  color: #111222;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}

.our-mission-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.our-mission-section:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  content: '';
  display: inline-block;
  background-color: #f2f5f6;
  top: 0;
}

.div-jobblock {
  padding: 50px;
  background-color: #fff;
}

.heading-job {
  padding-bottom: 30px;
}
.border-bottom {
  border-bottom: 1px solid #ebeff4;
}

a.text-blue:hover {
  color: #000;
}

@media (min-width: 992px) {
  .img-pricing-web:before {
    height: 440px;
    width: 610px;
    position: absolute;
    top: 140px;
    left: 0px;
    content: '';
    background-image: url('../svg/pricing-cv-sample.svg');
    background-repeat: no-repeat;
  }
}

.price-header {
  height: 200px;
  width: 100%;
  margin-bottom: 40px;
}
.price-block .price-header {
  background-image: url('../svg/bg-green.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  border-radius: 10px;
}
.price-block._bg-blue .price-header {
  background-image: url('../svg/bg-blue.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  border-radius: 10px;
}
.price-header h4 {
  padding: 50px 0 0 100px;
  color: #ffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 40px;
}

.price-details .border-bottom {
  border-bottom-width: 2px !important;
}

.price-info {
  font-size: 14px;
  line-height: 20px;
}
.price-question {
  margin-bottom: 24px;
}
.price-logos {
  display: flex;
}
.pay-form {
  width: 100%;
  margin: 0 10px;
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 7px;
}
.pay-form .pay-form-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 28px;
}
.pay-form .pay-form-currency {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
}

.h-w-20 {
  height: 20px;
  width: 20px;
}

.text-blue-light {
  color: #4e5a6d;
}

.payment-info {
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.more-que-section {
  background-image: ;
}
.steps{
  padding-top: 120px;
}
.steps + .heading-block{
  padding-top: 70px;
}
.btn-start-main{
  margin-top: 100px;
}

.btn-round {
  border: 1px solid transparent;
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30px;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
@media(max-width: 700px){
  .steps + .heading-block{
    padding-top: 150px;
  }
  .btn-start-main{
    margin-top: 50px;
  }
}
.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #dde3f0;
  margin: 0px 8px;
  color: #dde3f0;
}
.step:last-child::after {
  display: none;
}
.step__number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #dde3f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #98a1b3;
  font-weight: 600;
  margin-right: 12px;
  -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}
.step.active .step__number {
  color: #ffffff;
  background-color: #47D7BD;
}

.more-que-section {
  padding: 100px 0px;
  background-image: url('../images/signup-bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.logo-mobile {
  font-size: 28px;
  color: #111222 !important;
  font-weight: 600;
  margin: 0px auto;
}
.top-deskto-logo {
  /*position: absolute;*/
  max-width: 120px;
  left: 50%;
  top: 0px;
  margin-left: -150px;
  margin-right: 0px;
  padding: 0px;
}
.desktop-menu {
  position: relative;
}
.desktop-logo {
  z-index: 1;
  position: absolute;
  display: flex !important;
  justify-content: center;
  width: 100%;
}
@media (min-width: 990px) and (max-width:1460px) {
  .desktop-menu {
    flex-wrap: wrap;
  }
  .desktop-logo {
    position: initial;
  }
}
/*@media(max-width: 1200px){*/
/*  .desctop-logo{*/
/*    display: none!important;*/
/*  }*/
/*}*/
/*###########################################*/
/*###########################################*/
/*###########################################*/
.display-none {
  display: none;
}
.menu-wrap {
  background-color: #262c35;
  position: fixed;
  top: 0;
  height: 100%;
  width: 210px;
  margin-left: -280px;
  font-size: 1em;
  font-weight: 700;
  overflow: auto;
  transition: 0.25s;
  z-index: 1040;
}
.menu-show {
  margin-left: 0;
  box-shadow: 4px 2px 15px 1px rgba(0, 0, 0, 0.3);
}
.menu-sidebar {
  margin: 0px 0 20px 10px;
  position: relative;
  top: 70px;
}
.menu-sidebar li {
  padding: 18px 22px 0;
}
.menu-sidebar li > a {
  color: #f3f3f3;
  font-size: 1.18em;
  position: relative;
}
.menu-sidebar li > a::after {
  content: '';
  display: block;
  height: 0.15em;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(to right, transparent 50.3%, #47d7bd 50.3%);
  transition: background-position 0.2s 0.1s ease-out;
  background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
  background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
  position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
  display: none;
}
.sidebar-menu-arrow::after {
  content: '\f107';
  font-family: 'FontAwesome';
  padding: 10px;
  color: #fffa3b;
  position: relative;
}
.sidebar-menu-arrow:hover::after {
  cursor: pointer;
  color: #fff;
}
.sidebar-menu-arrow:active::after {
  top: 2px;
}

/*Hamburger Button*/
.toggle-button {
  position: fixed;
  width: 44px;
  height: 40px;
  top: 18px;
  left: 15px;
  padding: 4px;
  transition: 0.25s;
  z-index: 15;
  z-index: 1050;
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: 0.5s;
}
.toggle-button .menu-bar-top {
  border: 4px solid #555;
  border-bottom: none;
  top: 0;
}
.toggle-button .menu-bar-middle {
  height: 4px;
  background-color: #555;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 4px;
}
.toggle-button .menu-bar-bottom {
  border: 4px solid #555;
  border-top: none;
  top: 22px;
}
.button-open {
  left: 25px;
}
.button-open .menu-bar-top {
  border-color: #fff;
  transform: rotate(45deg) translate(8px, 8px);
  transition: 0.5s;
}
.button-open .menu-bar-middle {
  background-color: #fff;
  transform: translate(230px);
  transition: 0.1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  border-color: #fff;
  transform: rotate(-45deg) translate(7px, -7px);
  transition: 0.5s;
}

.pagination .disabled {
  display: none;
}

.price-height-block {
  display: block;
}

/*###########################################*/
/*###########################################*/
/*###########################################*/

@media (min-width: 1280px) {
  .top-deskto-navbar .nav-link {
    margin-right: 40px;
  }
}
@media (max-width: 1280px) {
  .top-deskto-navbar .nav-link {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .toggle-button {
    display: none;
  }
  .price-height-block {
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .slid-cont {
    margin-top: 160px;
  }
  .slid-cont h1 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .slid-cont {
    margin-top: 200px;
  }
  .pt-88 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .slid-cont {
    margin-top: 110px;
  }
  .slid-cont h1 {
    font-size: 40px;
    line-height: 1em;
  }
  .pt-88 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cv-one {
    padding: 100px 0 50px;
  }
  .ct-sld .owl-nav {
    position: relative;
    top: 0;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    /*position: relative;*/
    /*top: 0;*/
    /*margin-top: 0px;*/
    position: absolute;
    top: 100%;
    margin-top: 0px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .img-cv-button {
    margin-top: -80px;
    margin-bottom: 00px;
  }
  .cv-es {
    padding: 100px 0px 50px 0px;
  }
  .heading-48 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .block-footer {
    margin-bottom: 30px;
  }
  .section-padding-top.section-padding {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .blog-detail-header .pt-4.pl-5 {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
  .blog-detail-info.section-padding {
    padding-top: 00px;
  }
  .faq-block .heading-block {
    padding: 100px 0px 50px;
  }
  .about-block {
    padding: 150px 0px 50px;
  }
  .faq-block img {
    margin-bottom: 30px;
  }
  .section-padding {
    padding: 60px 0px;
  }
  .number-text {
    margin-bottom: 30px;
  }
  .our-mission-section:before {
    display: none;
  }
  .price-block.bg-green {
    margin-bottom: 50px;
  }
}

.btn-menu-header a {
  margin-right: 5px;
  margin-top: 10px;
}
