body {
    font-family: Arial, sans-serif;
}
/* Top bar */
.top-bar svg path {
    fill: #fff;
}
.top-bar svg {
    width: 17px;
}
.top-bar {background: #f14511;color: #fff;font-size: 14px;padding: 8px 0;}
.top-bar i {margin-right: 5px;color: #f9a825;}
.toprightInfo {
    padding-right: 20px;
}
.toprightInfo {
    font-size: 14px;
}

/* Navbar */
.navbar {background: #f5f5f5;}
#navbarNav .nav-item a {
    color: #333;
    font-weight: 500;
    margin: 0 10px;
    font-size: 14px;
    text-transform:uppercase;
}
#navbarNav .menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* header css start */
#navbarNav .nav-item{
	    border-right: 1px solid rgba(0,0,0,.05);
}
#navbarNav .nav-item:last-child{
	border:0;
}
#navbarNav .nav-item a:hover {color: #f14511;}
.dropdown-menu {border-radius: 0;}
/* Hover dropdown */
 .navbar #navbarNav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
#navbarNav ul.dropdown-menu li a {
    margin: 0;
}

/* Smooth effect */
.dropdown-menu {
    transition: all 0.3s ease;
}

/* header css end */
/* home page */
.BannerOverlay {
    text-align: center;
    color: #fff;
    padding: 70px;
	
}
.HomeBanner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	min-height:500px;
}
.HomeBanner.slick-slide{
	height:500px;
}
a.BannerContactUs {
    background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 23px;
    display: inline-block;
    margin-top: 14px;
    border-radius: 7px;
	transition: transform 0.5s ease;
}

.newsltajaxpopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1b1a1ae8;
    top: 0;
    z-index: 99999;
    display: none;
}
.inner-newl-img {
    width: 51px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.contactError {
    display: none;
    color: red;
    margin-bottom: 10px;
}
.footercontactError{
    display: none;
    color: red;
    margin-bottom: 10px;
}
input[type=button],input[type=submit]{
	transition: transform 0.5s ease;
}
input[type=button]:hover,input[type=submit]:hover{
transform: translateY(-6px);
}
a.BannerContactUs:hover{
	transform: translateY(-6px);
}
h2.bannerSubheading {
    color: #ffae54;
	
}
section.OurServices {
    padding: 35px 0;
}
h2.SectionHeading {
    text-transform: uppercase;
	margin-bottom: 30px;
}
.ServicesBox h3 {
    font-size: 22px;
}
.ServicesBox {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    padding: 25px;
    margin-bottom: 29px;
	position:relative;
	 
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ServicesBox a {
    background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 23px;
    display: inline-block;
    margin-top: 14px;
    border-radius: 7px;
	transition: transform 0.5s ease;
}
.ServicesBox a:hover{
	transform: translateY(-6px);
}
.serviceButton {
    text-align: right;
	transition: transform 0.5s ease;
	
}
.ServicesBox:hover {
    transform: rotate(0deg) scale(1.03);
}
.ServicesBox:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #f24c1a;
    border-left: 50px solid transparent;
}
span.growNumb {
    font-size: 72px;
    color: #fff;
}
span.growavg {
    color: #fff;
    font-size: 32px;
}
span.bGrowtext {
    color: #fbad18;
    text-transform: uppercase;
    font-size: 38px;
    display: block;
}
.Growdesc_wrapper {
    padding: 0 30px;
    border-right: 2px solid #fff;
    margin: 30px 0;
	text-align: center;
	  transform: scale(0.6) translateZ(-200px);
    /* opacity: 0; */
    transition: all 0.7s ease-out;
}
 .BusinessGrowth{
	perspective: 1000px;
}

.BusinessGrowth.show .Growdesc_wrapper {
     transform: scale(1) translateZ(0);
    opacity: 1;
} 
.OurBlogs{
padding:35px 0;
}
img{
	max-width:100%;
	object-fit:cover;
}
.blogBox {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
	position:relative;
	
}
.blogContent {
    margin-top: 15px;
	padding-bottom: 20px;
}
.blogContent h3 {
    font-size: 20px;
}
.blogboximg
{
	    overflow: hidden;
	 padding: 10px;
	    background: linear-gradient(90deg, #ff6a00, #ffcc00);
}
.blogboximg img{
 transition: transform 0.4s ease;
}
.blogboximg:hover img {
    transform: scale(1.1);
}
.blogContent {
    padding-left: 20px;
    padding-right: 20px;
}
.blogBox:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6a00, #ffcc00);
    border-radius: 10px;
}
.blogContent a {
    color: #14964c;
    text-decoration: none;
}

.AssociateSlider .slick-next, .AssociateSlider .slick-prev{
    right: -25px;
    background: linear-gradient(90deg, #ff6a00, #28a745);
}
.AssociateSlider .slick-prev, .AssociateSlider .slick-next{
	width:30px;
	height:30px;
}
.AssociateSlider .slick-prev:hover, .AssociateSlider .slick-next:hover{
	background: linear-gradient(90deg, #ff6a00, #28a745);
}
.OurAssociates {
    padding: 35px;
}
.logoassBoxImg{
	margin-right:30px;
}
.TestimoBox{
	margin-right:30px;
	 background: #fff;
  padding: 25px 20px 0px;
  border-radius: 20px;
  position: relative;
  margin: 40px 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  //overflow: hidden;
  
}
.TestimoBoxavatar {
  position: absolute;
  top: -35px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 5px;
  background: #fff;
 box-shadow: 0 5px 10px rgb(0 0 0 / 66%);
}

.TestimoBoxavatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
/* TEXT */
.TestimoBox h5 {
  margin-top: 10px;
  font-weight: 600;
}

.TestimoBox span {
  font-size: 13px;
  color: #777;
}

.TestimoBox p {
  font-size: 15px;
  margin: 10px 0 15px;
  line-height: 1.5;
}
.testimo_headingInfo-inner h3 {
    color: #f14511;
    font-weight: bold;
}

/* Bottom curved shape */
.TestimoBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
 height: 47px;
  border-top-right-radius: 60px;
  z-index: 0;
  border-bottom-left-radius: 20px;
}

.TestimonialSection {
    background: #dcddcd;
    padding-top: 35px;
}
/* Bottom content */
.TestimoBox .bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.TestimoBox .stars {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}

.TestimoBox .testquote {
  font-size: 32px;
  color: inherit;
}
.OurPortfolio {
    padding: 35px;
}
.PortFolioBox {
    margin-bottom: 20px;
}
.PortFolioBox img {
    border: 5px solid #000;
}
.OurPackages {
    background: #000;
    padding: 35px 0 63px;
}
.pr_footer a {
    background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
    color: #fff;
	    transition: transform 0.5s ease;
}
.pr_footer a:hover{
	color:#fff;
	transform: translateY(-6px);
}
.pr_footer {
    text-align: right;
}
.OurPackages .white_color{
	color:#fff;
}
.packageBox {
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 30px;
	margin:0 15px;
}
.PackagePriceArea h4 {
    font-size: 22px;
    color: #f14511;
}
.PackagePriceArea h4 a.changeColorahref {
    font-size: 22px;
    color: #f14511;
}
.price_tage {
    margin-bottom: 21px;
    border-bottom: 3px solid;
    padding-bottom: 16px;
    border-image: linear-gradient(90deg, #ff6a00, #ffcc00) 1;
}
.PackagePriceArea ul {
    padding: 0;
    list-style: none;
}
.PackagePriceArea ul li.yes:before {
    content: "\2714";
    color: green;
    font-weight: bold;
    margin-right: 8px;
}
.PackagePriceArea ul li.no:before {
   content: "\2716";
  color: red;
    font-weight: bold;
    margin-right: 8px;
}

.price_tage h2 {
    font-weight: bold;
       font-size: 24px;
}
.price_tage span {
    font-size: 18px;
    font-weight: normal;
}
.PackagePriceArea ul li {
    margin-bottom: 8px;
}
/* ========================= */
/* 🎯 3 COLOR ROTATION */
/* ========================= */

/* blue */
.TestimoBox:nth-child(3n+1)::after {
  background: #f4b100;
}
.TestimoBox:nth-child(3n+1) h5 {
  color: #f4b100;
}
.TestimoBox:nth-child(3n+1) .TestimoBoxavatar {
  border: 5px solid #f4b100;
}
.TestimoBox:nth-child(3n+1) .testquote {
  color: #f4b100;
}

/* PINK */
.TestimoBox:nth-child(3n+2)::after {
  background: #2095c9;
}
.TestimoBox:nth-child(3n+2) h5 {
  color: #2095c9;
}
.TestimoBox:nth-child(3n+2) .TestimoBoxavatar {
  border: 5px solid #2095c9;
}
.TestimoBox:nth-child(3n+2) .testquote {
  color: #2095c9;
}

/* YELLOW */
.TestimoBox:nth-child(3n+3)::after {
  background: #f14511;
}
.TestimoBox:nth-child(3n+3) h5 {
  color: #f14511;
}
.TestimoBox:nth-child(3n+3) .TestimoBoxavatar {
  border: 5px solid #f14511;
}
.TestimoBox:nth-child(3n+3) .testquote {
  color: #f14511;
}

.testimo_headingInfo {
    display: flex;
    height: 100%;
    margin-right: 30px;
    flex-direction: column;
    justify-content: center;
}
.AboutUsHomeTabs{
	padding-top:35px;
}
.About-DoubleImg{
	position:relative;	
}
.about_firstImg img{
	transition: transform 0.5s ease;
}
.scnImg{
	transition: transform 0.5s ease;
}
.About-DoubleImg:hover .firstImg {
  transform: translateY(-10px);
}

.About-DoubleImg:hover .scnImg {
  transform: translateY(10px);
}
.about_secondImg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 340px;
}
.about_firstImg {
    padding-top: 45px;
	max-width: 360px;

}

.AboutSectabs {
  max-width: 600px;
  
  font-family: sans-serif;
}

/* Buttons */
.AboutSectab-buttons {
    display: flex;
    background: #eeeeee;
}

.AboutSectab-btn {
  padding: 10px 20px;
  border: none;
  background: #eee;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #f47c2c;
}

.AboutSectab-btn.active {
  background: #f47c2c;
  color: #fff;
}
#AboutSectab1 h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ReadMoreBton{
    background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
    color: #fff;
}
.ReadMoreBton {
    background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
    color: #fff;
    padding: 10px 21px;
    display: inline-block;
    text-decoration: none;
	border-radius: 10px;
	transition: transform 0.5s ease;
}
.ReadMoreBton:hover{
	transform: translateY(-6px);
}
.ReadMoreMain {
    text-align: right;
}
/* Content */
.AboutSectab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  
  border-radius: 5px;
}

.AboutSectab-content.active {
  display: block;
}
/* end home page */
/* inner Pages start */
.TeamInner {
    padding: 35px 15px 10px;
    border: 10px solid transparent;
    border-radius: 15px;
    background: linear-gradient(#f8f2ed, #f8f2ed) padding-box, linear-gradient(to right, #ff6a00, #ffcc00) border-box;
}
.TeamBox {
    background: #fff;
        padding-bottom: 27px;
    margin-bottom: 28px;
	box-shadow: 0 0 8px rgb(0 0 0 / 30%);
	text-align: center;
}
.teamImg {
    border: 15px solid #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.teamImg img {
    object-fit: cover;
    transition: transform 0.4s ease;
    width: 100%;
    height: 100%;
}
.teamImg:hover img{
	transform: scale(1.2); 
}
.TeamBox h4 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}
.InnAboutContent a {
    color: #f14511;
    text-decoration: none;
}
.InnAboutContent h2 {
    font-size: 24px;
    color: #f14511;
}
.ContacInfoBox {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}
.ContactBoxsInner {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    padding: 15px;
    display: flex;
    height: 100%;
    
    flex-direction: column;
    justify-content: center;
}
.ContacInfoBox .InfoContent a {
    color: #f14511;
    text-decoration: none;
}
.MainSingle-contentsa h2 {
    color: #f14511;
    font-size: 24px;
}
.PackSingleContent.PackagePriceArea li h4 {
    font-size: 24px;
    color: #f14511;
}
.PackageSingleInner {
    position: relative;
}
.SinglePackFromMain .ContacPagFrom {
    padding-left: 30px;
}
.PackageSingleInner .PackageDetail > h2 {
    font-size: 26px;
    font-weight: 600;
    color: #f14511;
}
.SinglePackFromMain {
    position: sticky;
    top: 20px;
}
.PackageDetail {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    padding: 20px;
}
.ContacInfoBox .InfoIcon svg path {
    fill: #f14511;
}
.ContacInfoBox .InfoIcon svg {
    width: 30px;
}
.InnerBanner {
    background: #000;
}
.InnerSlideMain svg{
	height: 45px;
    width: 100%;
}
.mapSectionCon iframe{
	width:100%;
	height:500px;
}
input[type="button"],input[type="submit"]{
	background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
    color: #fff;
    border: none;
}
.contactPageLeftside h2 {
    color: #f14511;
    font-size: 45px;
    font-weight: 600;
}
.contactPageLeftside {
    padding-right: 35px;
    display: flex;
    height: 100%;
    margin-right: 30px;
    flex-direction: column;
    justify-content: center;
}
form.ContacPagFrom textarea{
	min-height:150px;
}
form.ContacPagFrom input, form.ContacPagFrom textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.ContactUsBtnInn{
    background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 23px;
    display: inline-block;
    margin-top: 14px;
    border-radius: 7px
	}
	.ServiceInnerside-box h3 {
    background: #f14511;
    text-align: center;
    padding: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    
}
.ServiceSideBar {
    padding: 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}
.ServiceInnerside-box {
    border: 1px solid #f14511;
    margin-bottom: 28px;
}
.ServiceInnerside-box ul {
    padding: 0;
    list-style: none;
}
.ServiceInnerside-box ul li {
    padding: 5px;
    margin: 10px 15px;
    border-bottom: 1px solid #00000024;
}
.ServiceInnerside-box ul li a {
    color: #000;
    text-decoration: none;
}
.ServiceInnerside-box ul li a:hover{
	color:#f14511
}
ul.sideInnerPackBox li h4 {
    font-size: 20px;
}
ul.sideInnerPackBox li a {
    color: #f14511;
}
ul.sideInnerPackBox li {
    margin: 25px 15px;
    
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #ff6a00, #ffcc00) 1;
	box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    padding: 11px;
}
ul.sideInnerPackBox h5 {
    font-size: 17px;
    font-weight: 700;
}
ul.sideInnerPackBox  .PackInnerSideBtn a {
   background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
	    border-radius: 7px
}
.PackInnerSideBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.sideInnerPackBox  .PackInnerSideBtn a:hover{
	color:#fff;
}
.MainSingle-contentsa {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    padding: 20px;
}
.MainSinglePageSection {
    position: relative;
}
.ServiceSideBar {
    padding: 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    position: sticky;
    top: 0;
}
.MainBloListBox .blogBox {
    margin-bottom: 30px;
}
.PackListCBoxInner .packageBox{
	margin-bottom:40px;
}
.PackageListSidebar {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    position: sticky;
    top: 10px;
}
.Packtab-content.pack-active {
    display: block;
}
.Packtab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    
}
.PackListCBoxInner {
    position: relative;
}
.PackTabHeading h2 {
    font-size: 22px;
    margin-bottom: 25px;
}
.PackageListSidebar h3 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    padding: 16px;
    margin: 0;
}
ul.PackageListServ-BoxSidMenu {
    padding: 0;
    list-style: none;
	margin: 0;
}

ul.PackageListServ-BoxSidMenu li a {
    text-decoration: none;
    color: #f14511;
	  padding: 10px 30px;
    border: 1px solid #f14511;
	display:block;
}
a.Packtabtab-link.pack-active {
    background: #f14511;
    color: #fff;
    border: 1px solid #ffff;
}
.SingleMain-blog {
    position: relative;
    padding-top: 35px;
}
.SingleBlog-img-heading h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
	
}

a{
	text-decoration:none;
}
.SingleBlog-meta-row {
    margin-bottom: 20px;
}
.SingleBlog-meta-row ul li a {
    color: #f14511;
    text-decoration: none;
}
.SingleBlog-content {
    margin-top: 20px;
}
.blogSingleSidebar {
    position: sticky;
    top: 10px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    margin-bottom: 19px;
}
.blogsingSidebox h3 {
    padding: 10px;
    background: #f14511;
    color: #fff;
    margin-bottom: 17px;
    text-align: center;
    border-radius: 10px;
    font-size: 21px;
}
.blogsingtop-posts-smoll-box {
    margin-bottom: 20px;
}
.blogsing-sidebarlatesttitle a {
    color: #f14511;
    text-transform: uppercase;
    text-align: justify;
}
.SingleBlog-meta-row ul li a:hover{
	color: #009640;
}
.blogsing-sidebarlatesttitle a:hover{
	 color: #009640;
}
.singletaglist a {
    border: 1px solid #e06346;
    padding: 7px 10px;
    display: inline-block;
    margin: 5px;
    font-size: 15px;
	color:#f14511;
	transition: transform 0.5s ease;
}
a.blogsingsidebarpostimg img{
	transition: transform 0.4s ease;
}
a.blogsingsidebarpostimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}
section.OurPortFoPge {
    padding: 0 35px;
}
a.blogsingsidebarpostimg:hover img {
    transform: scale(1.1);
}
.singletaglist a:hover{
transform: translateY(-6px);
}
.SingleBlog-content a {
    color: #f14511;
}
.SingleBlog-content p {
    text-align: justify;
}
/* inner Pages End */
/* footer css */
footer.footerMain {
    background: #3c3023;
    padding: 25px 0;
	color: #fff;
}
.quicklink-footer ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.footerMain ul li{
list-style:none;	
}
.footerMain ul{
	padding:0;
}
.footerMain .contact_text a{
	color: #fff;
}
footer.footerMain h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
}
.quicklink-footer li {
    padding-bottom: 4px;
}
.quicklink-footer h2,.contactUs-footer h2{
    margin-bottom: 26px;
    margin-top: 10px;
}
.contactForm-footer form{
 margin-top: 10px;
}
.About-footer img {
    margin-bottom: 15px;
}
input.ContactUsbutton {
    background: linear-gradient(to right, #ff9f54 0%,#ffd255 51%,#ff9f54);
	color:#fff;
	border: none;
}
.contactForm-footer input {
    padding: 9px;
    margin-bottom: 16px;
    width: 100%;
}
textarea{
	width:100%
}
.contactForm-footer textarea{
	padding: 9px;
    margin-bottom: 16px;
	min-height: 98px;
}
.bottom_footer a {
    color: #ffa754;
    text-decoration: none;
}
.bottom_footer ul li{
	display:inline-block;
	padding:0 10px;
	border-right: 1px solid;
}
.bottom_footer ul li:last-child{
	border:0;
}
ul#footernav {
    text-align: right;
}
footer ul.social_icons li {
    display: inline-block;
    padding-right: 10px;
}
.contactUs-footer .contact_text a {
    color: #ffa754;
	text-decoration:none;
}
footer ul.social_icons li svg {
    width: 24px;
}
footer ul.social_icons li svg path {
    fill: #fff;
}
.contactUs-footer svg path {
    fill: #ffa754;;
}
.contactUs-footer svg {
    width: 24px;
    margin-right: 6px;
}
.contactUs-footer ul li {
    margin-bottom: 13px;
}
.AssociateSlider .slick-prev {
    left: -25px;
}

@media (max-width: 480px) {
.toprightInfo {
    padding-right: 10px;
}
.toprightInfo {
    font-size: 12px;
}
.top-bar svg {
    width: 14px;
}
.About-DoubleImg {
    margin-bottom: 20px;
}
.blogBox {
    margin-bottom: 30px;
}

.PricePackageSlider .slick-prev{
    left: 0px;
}
.TestimonialSilder .slick-prev{
	left: -7px;
}
.logoassBoxImg {
    margin-right: 5px;
}
.TestimonialSilder .slick-next{
	right: -7px;
}
.AssociateSlider .slick-prev, .AssociateSlider .slick-next {
    width: 20px;
    height: 20px;
}
.AssociateSlider .slick-next{ 
    right: 0px;
	
}
.logoassBoxImg img {
    padding: 0 20px;
}
.AssociateSlider .slick-prev {
    left: -7px;
}
.PricePackageSlider .slick-next{
    right: 0px;
}
}
/* end footer css */

