/* navbar */
@media screen and (max-width: 1200px) {

  nav {
    position: fixed;
    z-index: 3;
    background: linear-gradient(180deg, #075A4F 0%, #014437 100%);

  }

  .nav-links {
    position: fixed;
    background: linear-gradient(180deg, #075A4F 0%, #014437 100%);
    height: 100%;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 100% 0%);
    -webkit-clip-path: circle(50px at 100% 0%);
    transition: all 1s ease-out;
    pointer-events: none;
  }

  .nav-links.open {
    clip-path: circle(1500px at 100% 0%);
    -webkit-clip-path: circle(1500px at 100% 0%);
    pointer-events: all;
  }

  .nav-links li {
    opacity: 0;
  }

  .nav-links.open li {
    opacity: 1;
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }

  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }

  li.fade {
    opacity: 1;
  }

  .nav-links {
    flex-direction: column;
    background: linear-gradient(180deg, #075A4F 0%, #014437 100%);
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    clip-path: circle(50px at 100% 0%);
    -webkit-clip-path: circle(50px at 100% 0%);
    pointer-events: none;
    transition: all 1s ease-out;
  }

  .desktop-buttons {
    display: none;
  }

  .mobile-buttons {
    display: flex;
  }

  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;

  }


  .nav-links {
    clip-path: circle(0 at 100% 0%);
    -webkit-clip-path: circle(0 at 100% 0%);
    pointer-events: none;
    position: fixed;
    background: linear-gradient(180deg, #075A4F 0%, #014437 100%);
    height: 100%;
    width: 100%;
    flex-direction: column;
    transition: all 1s ease-out;
    top: 0;
    right: 0;
    z-index: 1;
    padding-left: 0;
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li.fade {
    opacity: 1;
  }

  .nav-links.open .mobile-logo {
    display: block;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 1169px) {
  .nav-tabs {
    display: block;
  }

  .mega-dropdown-menu {
    width: 95%;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }

  .nav>li,
  .mega-dropdown,
  .dropdown {
    position: unset;
  }

  .pricing-green-shape-right,
  .pricing-green-shape-left {
    display: none;
  }
}

@media screen and (max-width: 1023px) {

  .ht-tab.col-md-2,
  .ht-tab.col-md-10 {
    float: left !important;
  }

  .ht-tab.col-md-2 {
    width: 20%;
  }

  .ht-tab.col-md-10 {
    width: 80%;
  }

  .ht-ul {
    float: left;
  }
}

/* input email-btn */
@media (max-width: 479px) { 
  .subscribe-btn {
    justify-content: center;
  }
 .integration-row { 
	display: none;
}
}
@media (min-width:480px) {
.subscribe-box p {
	padding: 10px 24px 10px;
	max-width: 434px;
	display: grid;
	grid-template-columns: 63% 37%;
	border-radius: 100px;
}
.subscribe-box p .wpcf7-spinner {
	position: absolute;
	right: -20px;
}
.subscribe-btn { 
	margin-top: 0;
}
.integration-wrapper {
	margin-left: auto;
	top: 0;
	height: 380px;
	position: relative;
	width: 615px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.intigration-image {
	display: none;
}
}
@media (max-width: 576px) {
  .mega-dropdown-menu .tab-content {
    position: relative;
    border-top: 1px solid #03eeb2;
    padding-top: 20px;
    margin-top: 10px;
  }

  .feature-card-btn.btn-explore {
    margin: 40px 0 15px;
  }

  .feature-card-btn.btn-explore {
    margin: 40px 0 15px;
  }

  .milestone .year-left,
  .milestone .year-right {
    font-size: 35px;
    position: static;
  }

  .title-card-righ {
    font-size: 16px;
    padding: 0 5px;
  }
}

/* heading responsive */

@media (max-width: 768px) {
  .hero-section {
    padding-top: 130px !important;
  }

  .fs-24 {
    font-size: 22px;
  }
}

/*Integrate IVR, SMS, & Meta Services section */
@media (max-width: 1199.98px) {
  .mega-dropdown-menu .tab-content:before {
    left: -10%;
  }

  .tempor {
    padding-bottom: 50px !important;
  }

  /* .tab-video {
    padding: 60px !important;
  } */

  .ivr-option {
    top: 9% !important;
    width: 40%;
  }

  .sales-and-support {
    width: 40%;
  }

  .support-team {
    top: 40% !important;
    left: 50%;
  }

  .support-ishita-patel {
    top: 60% !important;
    left: 50% !important;
  }

}

@media (max-width: 991.98px) {
  .card-style {
    height: 100% !important;
  }

  .book-a-demov-btn {
    width: 100% !important;
  }

  .card-style {
    max-width: 100% !important;
  }

  .support-team {
    position: initial !important;
  }

  .support-ishita-patel {
    position: initial !important;
  }

  .sales-and-support {
    position: initial !important;
  }

  .ivr-option {
    position: initial !important;
  }

  .card-style {
    margin-bottom: 25px !important;
  }

  .card-content {
    padding-top: 0 !important;
  }

  .dots-main {
    position: sticky !important;
    top: 20px !important;
    z-index: 1 !important;
    background-color: #00262B;
  }

  .card-content {
    position: relative !important;
  }

  .centralize-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .test-drive-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .centralize-row {
    padding: 40px 20px !important;
  }

  .toggle-container {
    margin-top: 20px;
  }
}

/* hero section */
@media(max-width:1399.98px) {
  .home-lead-dashbord img {
    width: 80%;
  }

  .home-lead-dashbord {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card {
    font-size: 10px !important;
  }

  .home-lead-logo {
    top: 0;
  }

  .dot {
    left: 30px;
    top: 110px;
  }

}

@media(max-width:1199.98px) {
  .home-lead-dashbord img {
    width: 70%;
  }

  .dot {
    right: 500px;
    top: 107px;
    width: 55px;
  }

  .home-lead-logo {
    right: -40px;
  }
}

@media(max-width:991.98px) {
  .home-lead-dashbord img {
    width: 100%;
  }

  .home-lead-logo {
    margin: 50px 0;
    right: inherit;
    display: flex;
    justify-content: center;
  }

  .dot {
    bottom: 0;
    transform: rotate(-90deg);
    left: 47%;
    top: 277px;
  }

  .live-chat-green-shape {
    left: 0 !important;
  }
}

@media(max-width:767.98px) {
  .dot {
    height: 200px;
    /* position: absolute; */
  }

  .dot svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -55%);
  }

  .tab-custom .nav-pills .nav-link {
    padding: 18px 18px;
    font-size: 15px;
  }

  .get-start-button {
    margin-bottom: 20px !important;
  }

  .faq .tab-content {
    padding: 0;
  }

  .faq .tab-content {
    border-left: none;
    border-top: 1px solid #103135;
    padding-top: 25px;
    margin-top: 20px;
  }

  .reply-box {
    margin-left: 0;
  }

  .property-data .main-section.ms-4 {
    margin-left: 0 !important;
  }

  footer .footer-social-block li {
    margin-right: 10px;
  }

  footer .footer-social-block li:nth-last-child(2) {
    padding-left: 0;
  }  
  .blog-intro {
    font-size: 24px;
  }
}

@media(max-width:525px) {
  .fs-24 {
    font-size: 20px;
  }

  .fs-24 {
    font-size: 20px;
  }

  .dot svg {
    width: 250px;
    transform: translate(26%, -55%);

  }

  .home-lead-logo {
    margin: 25px 0 70px;
  }
}

@media(max-width:426px) {
  .dot svg {
    width: 270px;
    transform: translate(32%, -60%);
  }


  .tab-custom .nav-pills .nav-link {
    padding: 12px 12px;
    font-size: 12px;
  }
}

@media(max-width:376.99px) {
  .dot svg {
    transform: translate(44%, -65%);
  }

}


@media(max-width:320px) {
  .dot svg {
    transform: translate(50%, -65%);
  }
}

/* Security Without Compromise */
@media(max-width:1399.50px) {
  .hcm {
    top: 2% !important;
  }

  .controls-mapped {
    top: 2% !important;
  }

  .requirements-ready {
    top: 20% !important;
    right: 3.8% !important;
  }

  .aws {
    right: 11% !important;
  }

  .test-driv-title {
    font-size: 36px;
  }

  .test-driv-title {
    font-size: 36px;
  }

}

@media(max-width:1199.98px) {
  .security-main-image svg {
    width: 100% !important;

  }

  .security-main-image {
    top: 40% !important;
  }

  .hcm {
    left: 3% !important;
    top: -5% !important;
  }

  .controls-mapped {
    right: -4% !important;
    top: -8% !important;
  }

  .requirements-ready {
    top: 10% !important;
    right: -8.2% !important;
  }

  .aws {
    right: 3% !important;
  }

  .security-main-image {
    width: 130% !important;
  }

  .dropdown-menu {
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
  }

  .test-driv-title {
    font-size: 30px;
  }
}

@media(max-width:991.98px) {

  .fs-40,
  .section-heading-h3 {
    font-size: 34px;
  }

  .security-main-image {
    width: 90% !important;
  }

  .hcm {
    left: 20% !important;
    top: -7% !important;
  }

  .controls-mapped {
    right: 10% !important;
    top: -10% !important;
  }

  .requirements-ready {
    top: 8% !important;
    right: 6.8% !important;
  }

  .aws {
    right: 19% !important;
  }

  span.profile-img {
    display: block;
    padding-top: 20px;
  }
}

@media(max-width:767.80px) {

  .fs-40,
  .section-heading-h3 {
    font-size: 30px;
  }

  .security-main-image {
    width: 100% !important;
  }

  .hcm {
    left: 9% !important;
    top: -1% !important;
  }

  .requirements-ready {
    top: 15% !important;
    right: -2.2% !important;
  }

  .controls-mapped {
    right: 1% !important;
    top: -3% !important;
  }

  .aws {
    right: 8% !important;
    bottom: -6.6% !important;
  }

  .test-driv-title {
    font-size: 28px;
  }

  .test-driv-title {
    font-size: 28px;
  }
}

@media(max-width:575.80px) {

  .fs-40,
  .section-heading-h3 {
    font-size: 26px;
  }

  .security-main-image {
    width: 90% !important;
    left: 50.5% !important;
    top: 40% !important;
  }

  .controls-mapped img {
    width: 70% !important;
  }

  .requirements-ready img {
    width: 70% !important;
  }

  .controls-mapped {
    right: 3% !important;
    top: 3% !important;
  }

  .requirements-ready {
    top: 16% !important;
    right: -0.2% !important;
  }

  .hcm img {
    width: 70% !important;
  }

  .aws img {
    width: 70% !important;
  }

  .hcm {
    left: 18% !important;
    top: 3.5% !important;
  }

  .aws {
    right: -2% !important;
    bottom: -4% !important;
  }

  .test-driv-title {
    font-size: 26px;
  }
}

@media(max-width:426.80px) {
  .requirements-ready img {
    width: 100% !important;
  }

  .requirements-ready {
    width: 40% !important;
    top: 18% !important;
    right: -2.2% !important;
  }

  .security-main-image {
    top: 35% !important;
  }

  .controls-mapped {
    width: 35% !important;
  }

  .controls-mapped img {
    width: 100% !important;
  }

  .hcm {
    left: 18% !important;
    top: 6.5% !important;
  }

  .aws {
    width: 50% !important;
    bottom: -5% !important;
  }

  .aws img {
    width: 100% !important;
  }

}

@media(max-width:376.80px) {
  .tab-custom .nav-pills .nav-link {
    padding: 12px 8px;
    font-size: 12px;
  }

  .hcm {
    left: 13% !important;
    top: 8.5% !important;
  }

  .requirements-ready {
    top: 21% !important;
    right: -3.2% !important;
  }

  .controls-mapped {
    right: 2% !important;
    top: 8% !important;
  }

  .aws {
    bottom: -1% !important;
  }
}

@media(max-width:326.80px) {
  .security-main-image {
    width: 97% !important;
  }

  .aws {
    bottom: 5.80% !important;
  }

  .requirements-ready {
    top: 23% !important;
    right: -3.2% !important;
  }

  .controls-mapped {
    right: 2% !important;
    top: 13% !important;
  }

  .hcm {
    left: 4% !important;
    top: 10.5% !important;
  }
}

/* For Builders/Promoters page start */

/* Features that Seamlessly Coalesce into One Property Management Software section */
@media (max-width:1399.98px) {
  .border-shadow {
    top: -140px !important;

  }

  .card-property-content {
    font-size: 22px;
  }

  .what-makes-us-different-tabs-link {
    padding: 10px !important;
  }

  .nav-pills .what-makes-us-different-tabs-link.active,
  .nav-pills .show>.what-makes-us-different-tabs-link {
    padding: 10px !important;
  }

}

@media (max-width:1199.98px) {
  .border-shadow {
    top: -126px !important;
  }
}

@media (max-width:991.98px) {
  .border-shadow {
    top: -107px !important;
  }

  .get-start-btn-main {
    margin: 30px 0 40px;
  }

  .crm-solution-column {
    text-align: center;
  }
}

@media (max-width:767.98px) {
  .border-shadow {
    top: -107px !important;
    width: 100% !important;
  }

  footer .footer-social-block li:nth-last-child(2) a,
  footer .footer-social-block li:last-child a {
    margin-top: 10px;
  }
}

/* Features that Seamlessly Coalesce into One Property Management Software */
/*HomeLead is Generally Available card button */
@media (max-width:439.98px) {
  .book-a-demov-btn {
    width: 100% !important;
  }
}

/* about page start */
/* Weâ€™re On Mission To Help Business Grow Faster Thanever. section */
@media (max-width:1199.98px) {
  .town-ship-image-main {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .card-property-content {
    font-size: 18px;
  }

  .feature-title {
    font-size: 24px !important;
  }

  .home-girl-image {
    top: -22% !important;
    right: -100px !important;
  }

  .dasbord-image {
    max-width: 80% !important;
  }

  .green-circle {
    max-width: 180px !important;
    height: 180px !important;
    top: 47% !important;
    left: 10px !important;
    z-index: -1;
  }

  .home-small-image {
    top: 50% !important;
    max-width: 130px !important;
    left: 30% !important;

  }

  .green-circle2 {
    max-width: 130px !important;
    right: -8% !important;
    top: 19% !important;

  }

  .shdow-shape {
    top: -166px;
  }
}

@media (max-width:991.98px) {
  .home-girl-image {
    top: -15% !important;
    height: 400px !important;

  }

  .not-crm-erp {
    margin-top: 20px;
  }

  .green-circle2 {
    right: -16% !important;
    top: 5% !important;
  }

  .home-small-image {
    top: 50% !important;
    max-width: 130px !important;
    left: 37% !important;
  }

  .section-box {
    background-color: #003A41;
    border-radius: 20px !important;
    padding: 52px 15px !important;

  }

  .shdow-shape {
    top: -130px;
  }

  .green-box-wrapper .tab-content {
    margin-top: 30px;
  }
}

@media (max-width:767px) {
  .shdow-shape {
    top: -90px;
  }

  .shdow-shape {
    top: -130px;
  }
}

@media (max-width:767px) {
  .shdow-shape {
    top: -90px;
  }
}

@media (max-width:575.98px) {
  .home-girl-image {
    top: 23% !important;
    height: 300px !important;
  }

  .border-shadow {
    display: none !important;
  }

  .tab-video {
    padding: 30px 10px 10px 10px !important;
  }


}


@media (max-width:426.98px) {
  .home-girl-image {
    top: 23% !important;
    height: 299px !important;
    right: -30px !important;
  }

  .green-circle2 {
    right: 0 !important;
    top: 0 !important;
  }

  .home-small-image {
    top: 75% !important;
    max-width: 130px !important;
    left: 30% !important;
  }

  .shdow-shape {
    display: none;
  }
}

@media (max-width:376.98px) {
  .home-girl-image {
    right: 15px !important;
  }

  .profile-img {
    display: block;
    margin-top: 20px;
  }

  .profile-img img {
    padding: 0;
  }

  .home-small-image {
    left: 50px !important;
  }

  .green-circle2 {
    right: 28px !important;
    top: 10px !important;
  }
}

@media (max-width:321.98px) {
  .home-girl-image {
    top: 14% !important;
  }

  .home-small-image {
    width: 35% !important;
  }
}

/* heading */

@media (max-width: 992px) {
  .section-heading-h1 {
    font-size: 48px !important;
  }

  .section-heading-h2 {
    font-size: 32px !important;
  }

  .bio-name {
    font-size: 28px !important;
  }

  .heading {
    font-size: 28px !important;
  }

  .blog-photo-tab-btn {
    gap: 10px;
  }

  .security-compromise-image {
    margin-top: 100px;
  }

  .test-drive-image {
    margin: 0 auto;
  }

  .live-chat-column {
    text-align: center;
  }

  .ai-enable {
    margin: 0 auto 14px;
  }

  .test-drive-head {
    text-align: center;
  }

  .testimonial-main-section .testimonial-swiper {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .section-heading-h1 {
    font-size: 32px !important;
  }

  .section-heading-h2 {
    font-size: 28px !important;
  }

  .bio-name {
    font-size: 24px !important;
  }

  .heading {
    font-size: 24px !important;
  }

  .blogs-bg:before {
    height: 430px;
  }

  .blogs-bg-section {
    height: 130px;
  }
}

@media(max-width: 767px) {
  .pricing-card {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .milestone .year {
    font-size: 36px;
    position: static;
    opacity: 0.2;
    margin-top: 10px;
  }

  .automated {
    margin: 24px 0 45px 0;
  }

  .copywrite-block {
    text-align: center;
  }

  .testimonial-form {
    padding: 40px 15px;
  }

  .property-card-content {
    position: inherit;
  }

  .property-card-content {
    padding: 2rem 0;
  }

  .property-card-title {
    font-size: 20px;
  }

  .profile-detaitls {
    padding: 0;
    width: 100%;
  }

  .easyinstant-block {
    text-align: center;
  }
}

/* testimonials */
@media (max-width: 1200px) {
  .swiper-horizontal {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .test-drive-image {
    margin-left: auto;
  }

  .third-party-text {
    margin: 24px 0 60px;
  }

  .green-box-wrapper {
    grid-template-columns: 334px auto;
  }

  .connect-manage {
    padding: 0 15px 50px;
  }

  .tab-video .nav-pills .nav-link {
    padding: 18px 15px;
  }

  .society-green-shape {
    right: 25px;
    bottom: 20px;
  }

  .tab-video .thumbnail-container img {
    border-radius: 15px 0 35px 0px;
  }

  .brokar-wrapper.green-box-wrapper .thumbnail-container {
    padding: 0 50px 0 0;
  }
  
}

@media (min-width: 1200px) {
  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: block;
  }

  .dropdown:hover .dropdown-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: block;
  }

  .dropdown:hover .dropdown-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }

  .dropdown,
  .dropdown-center,
  .dropend,
  .dropstart,
  .dropup,
  .dropup-center {
    position: unset !important;
  }

  .mega-dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }

  .not-crm-erp {
    padding-left: 100px;
  }

  .portfolio-filter-btn {
    margin-left: 45px;
    margin-bottom: 20px;
  }

  .portfolio-filter-btn:first-child {
    margin-left: 0;
  }

  .profile-detaitls-top {
    width: 75%;
  }

  .prevnextblock div:first-child {
    border-right: 1px solid #707070;
    width: 50%;
  }
}



@media (min-width: 991px) {
  .centralize-content h4 {
    font-size: 36px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-card h5 {
    margin: 20px 0 20px 0;
  }

  .pricing-card ul {
    margin-bottom: 15px;
  }

  .custom-workflow {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .live-chat-column {
    padding-left: 40px;
    max-width: 450px;
  }

  .green-box-wrapper {
    grid-template-columns: 435px auto;
  }

  .connect-manage {
    padding: 0 30px 50px;
  }

  .tab-video .nav-pills .nav-link {
    padding: 24px 30px;
    font-size: 18px;
  }

  .broker-heading.feature-title {
    font-size: 32px;
  }


}

@media (min-width: 1400px) {
  .feature-tab-col {
    margin-bottom: 40px !important;
  }

  .feature-tab-column {
    width: 291px;
    margin: 0 auto
  }

  .green-box-wrapper {
    grid-template-columns: 490px auto;
  }

  .connect-manage {
    padding: 0 50px 50px;
  }

  .tab-video .nav-pills .nav-link {
    padding: 25px 20px 24px 50px;
    font-size: 20px;
  }

  .get-notified-card .feature-title {
    font-size: 34px;
  }
 
  .login-button {
    padding: 16px 31px;
  }
}

/* -----Home page slider---------- */
@media (min-width: 1024px) and (max-width: 1200px) {

  .mainslider .slide-content-left,
  .mainslider .dot-nav {
    display: block;
  }
}

@media (max-width: 991px) {
  .mainslider .slide-content-left .slidertitle {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: normal;
  }

  .mainslider .slide-content-left p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: normal;
  }

  .mainslider .integrate-ivr-section {
    max-height: 280px;
  }

  .mainslider .slide-content-left {
    height: auto;
  }

  .mainslider .dot-nav {
    justify-content: flex-start;
  }

}

@media (max-width: 576px) {
  .mainslider {
    padding: 23px 0 0 0;
  }

  .mainslider .integrate-ivr-section {
    flex-direction: column;
    padding: 0 10px 0 10px;
    max-height: 380px;
    display: block;
  }

  .mainslider .dot-nav {
    flex-direction: row;
  }

  .mainslider .dot-item {
    display: inline-block;
    margin: 0 20px;
  }

  .mainslider .dot-item:not(:last-child)::after {
    left: 45px;
    top: 10px;
    width: 45px;
    height: 2px;
  }

  .mainslider .dot-item:first-child {
    margin-left: 0;
  }

  .mainslider .slide {
    display: inherit;
    padding: 10px 0 0 0;
  }
}