@import url("https://fonts.googleapis.com/css2?family=Days+One&display=swap");

body {
     font-family: 'Days One', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Days One', sans-serif;
    color: #301A22;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

p {
    font-family: 'Days One', sans-serif;
    color: #301A22;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.6
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.ml-15 {
    margin-left: 15px
}

.pt-25 {
    padding-top: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.mt-10 {
    margin-top: 10px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

a,
.button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #635c5c;
    text-decoration: none
}

a:hover {
    color: #fff
}

a:focus,
a:hover {
    text-decoration: none
}

a,
button {
    color: #fff;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

.slider-area .hero-caption .subTxtsp p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}
.partner-with-us.manag-mar h2 {
    margin-bottom: 20px;
}
span.success_msg {
    color: green;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
span.show_msg {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

@keyframes bounce {
    0% {
        transform: translateY(-3px)
    }
    50% {
        transform: translateY(3px)
    }
    100% {
        transform: translateY(-3px)
    }
}



@media (max-width: 575px) {
    #back-top {
        right: 16px
    }
}

#back-top a i {
    display: block;
    line-height: 50px
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.slick-initialized .slick-slide {
    outline: 0
}

.running {
    animation: nudge 10s linear infinite alternate
}

@keyframes nudge {
    0%,
    100% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(-100px, 0);
        @media (max-width: 575px) {
            transform:translate(-50px, 0) !important
        }
    }
    80% {
        transform: translate(100px, 0);
        @media (max-width: 575px) {
            transform:translate(50px, 0) !important
        }
    }
}



.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.footer-padding {
    padding-top: 80px;
    padding-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

.section-tittle p {
    color: #6A6063;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle p br {
        display: none
    }
}

@media (max-width: 575px) {
    .section-tittle p br {
        display: none
    }
}

.section-tittle p a {
    text-decoration: underline
}

.section-tittle>span {
    color: #7EA0FF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.05em
}

@media (max-width: 575px) {
    .section-tittle>span {
        font-size: 14px;
        padding-left: 0px
    }
    .main-header .logo a{
        line-height: 57px !important;
    }
    .main-header .logo img.logoImgCl {
        width: 200px !important;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .section-tittle h2 {
        font-size: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 41px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle h2 {
        font-size: 43px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 31px
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 24px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 br {
        display: none
    }
}

@media (max-width: 575px) {
    .section-tittle h2 br {
        display: none
    }
}

.section-img-bg2 {
    background-size: cover !important;
    background-repeat: no-repeat !important
}



.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: #000;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.btn i {
    padding-right: 11px
}

.btn:hover {
    color: #fff !important
}

.btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}



.header-btn {
    color: #fff;
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0 3px
}

.header-btn i {
    padding-right: 6px;
    transform: rotate(0deg);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-weight: 600
}




@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-btn {
        padding: 28px 55px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-btn {
        padding: 25px 55px
    }
}

@media (max-width: 575px) {
    .hero-btn {
        padding: 25px 55px
    }
}

.submit-btn {
    width: 100%;
    background: #C30047;
    font-family: "Lora", serif;
    text-transform: inherit !important;
    padding: 25px 43px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 35px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden
}

.submit-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #301A22;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.submit-btn:hover {
    color: #fff !important
}

.submit-btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}

.submit-btn i {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.btn_1 {
    background-color: #C30047;
    border: 1px solid #C30047;
    color: #fff !important;
    display: inline-block;
    padding: 16px 41px;
    text-transform: capitalize;
    line-height: 16px;
    margin-top: 32px;
    font-size: 13px
}

.btn_1:hover {
    background-color: #fff;
    border: 1px solid #C30047;
    color: #C30047 !important
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}


.header-area .header-top {
    background: #C30047;
    padding: 8px 210px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-top {
        padding: 8px 50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-top {
        padding: 8px 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top {
        padding: 17px 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top {
        padding: 17px 20px
    }
}

.header-area .header-top .header-info-left ul li {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 15px
}

.header-area .header-top .header-info-left ul li:last-child {
    margin-right: 0px;
    padding-right: 0;
    border-right: 0
}

.header-area .header-top .header-info-left ul li i {
    margin-right: 12px;
    color: #fff
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top .header-info-left ul li {
        margin-right: 10px;
        font-size: 13px
    }
}

.header-area .header-top .header-info-right .header-social li {
    display: inline-block
}

.header-area .header-top .header-info-right .header-social li a {
    color: #fff;
    font-size: 16px;
    padding-left: 19px
}

.header-area .header-top .header-info-right .header-social li a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.header-area .header-top .header-info-right .header-social li a:hover i {
    color: #fff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-bottom {
        padding: 0px 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-bottom {
        padding: 15px 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        padding: 15px 20px
    }
}

@media (max-width: 575px) {
    .header-area .header-bottom {
        padding: 15px 0px
    }
}

.main-header .main-menu ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0px 10px
}

.main-header .main-menu ul>li:last-child {
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul>li {
        margin: 0px 12px
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul>li a {
        font-size: 18px
    }
}



.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-header .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block
}

.main-header .main-menu ul ul.submenu>li:last-child {
    margin: 0px 8px
}

.main-header .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 16px;
    color: #1D2547;
    font-weight: 700;
    text-transform: capitalize
}

.main-header .main-menu ul ul.submenu>li>a::after {
    position: unset
}

.main-header .main-menu ul ul.submenu>li>a:hover {
    color: #C30047;
    background: none
}

.main-header .logo {
    float: left
}
.main-header .logo a{
	color: #005192;
	font-family: Days One;
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 0;
	text-transform: capitalize;
}
.main-header .logo img.logoImgCl {
    width: 100%;
}
.main-header ul>li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-area .header-sticky.sticky-bar {
    background: #fff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-sticky.sticky-bar {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-sticky.sticky-bar {
        padding: 15px 20px
    }
}

@media (max-width: 575px) {
    .header-area .header-sticky.sticky-bar {
        padding: 15px 0px
    }
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}



.header-btn:hover {
    color: #f2f2f2 !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-btn:hover {
        background: #C30047 !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-btn:hover {
        background: #C30047 !important
    }
}

@media (max-width: 575px) {
    .header-btn:hover {
        background: #C30047 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right-btn {
        float: left;
        margin-left: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-right-btn {
        float: left;
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .header-right-btn {
        float: left;
        margin-left: 0
    }
}



.slider-height {
    min-height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        min-height: 680px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 600px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        min-height: 600px
    }
}

@media (max-width: 575px) {
    .slider-height {
        min-height: 450px
    }
}

.slider-height2 {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height2 {
        height: 350px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height2 {
        height: 250px
    }
}

@media (max-width: 575px) {
    .slider-height2 {
        height: 250px
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero-caption h1 {
        font-size: 60px;
        line-height: 1.2
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption h1 {
        font-size: 50px;
        line-height: 1.2
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption h1 {
        font-size: 35px;
        line-height: 1.2
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption h1 {
        font-size: 35px;
        line-height: 1.2
    }
}

.slider-area .hero-caption span {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 39px;
    color: #fff;
    margin-bottom: 37px;
    text-transform: uppercase;
    display: inline-block
}

@media (max-width: 575px) {
    .slider-area .hero-caption span {
        margin-bottom: 30px
    }
}

.slider-area .hero-caption p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption p br {
        display: none
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption p br {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption p {
        margin-bottom: 43px;
        font-size: 21px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption p {
        margin-bottom: 43px;
        font-size: 21px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption p {
        margin-bottom: 43px;
        font-size: 21px
    }
}

.slider-area .hero-caption.hero-caption2 h2 {
    color: #fff;
    font-size: 60px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        margin-bottom: 20px;
        font-size: 43px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        margin-bottom: 20px;
        font-size: 44px
    }
}

.slider-area .hero-caption.hero-caption2 p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6
}

@media (max-width: 575px) {
    .slider-area .hero-caption.hero-caption2 p {
        font-size: 18px
    }
}

.hero-overly {
    position: relative;
    z-index: 0
}

.hero-overly::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.hero-overly01 {
    position: relative;
    z-index: 0
}

.hero-overly01::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}








@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area1 .properties .wrap-wrapper .properties-caption h3 {
        font-size:16px
    }
}

.services-area1 .properties .wrap-wrapper .properties-caption h3 a:hover,.services-area1 .properties .wrap-wrapper .properties-caption h3 .properties-card {
    color: #ff5757
}

.services-area1 .properties .wrap-wrapper .properties-caption P {
    color: #6A6063
}

.services-area1 .properties .wrap-wrapper .properties-caption P span {
    color: #C30047;
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area1 .properties .wrap-wrapper .properties-caption P span {
        font-size:12px
    }
}



.services-area1 .properties .wrap-wrapper .properties-footer .class-day span {
    font-family: "Lora",serif;
    color: #C30047;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area1 .properties .wrap-wrapper .properties-footer .class-day span {
        font-size:12px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area1 .properties .wrap-wrapper .properties-footer .class-day span {
        font-size:15px
    }
}

@media (max-width: 575px) {
    .services-area1 .properties .wrap-wrapper .properties-footer .class-day span {
        font-size:15px
    }
}

.services-area1 .properties .wrap-wrapper .properties-footer .class-day p {
    margin: 0;
    font-size: 14px
}

.services-area1 .properties:hover .properties-card {
    box-shadow: 0px 8px 20px rgba(255,55,123,0.15)
}

.services-area1 .properties:hover .properties-caption h3 {
    color: #C30047
}

.services1-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    background: none
}

.services1-active button.slick-arrow i {
    font-size: 30px;
    color: rgba(32,69,112,0.3);
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.services1-active button.slick-arrow i:hover {
    color: #C30047
}

.services1-active button.slick-prev {
    left: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .services1-active button.slick-prev {
        left:-10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services1-active button.slick-prev {
        left:-10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services1-active button.slick-prev {
        left:-10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services1-active button.slick-prev {
        left:-10px
    }
}

.services1-active button.slick-next {
    right: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .services1-active button.slick-next {
        right:-10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services1-active button.slick-next {
        right:-10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services1-active button.slick-next {
        right:-10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services1-active button.slick-next {
        right:-10px
    }
}