ul,li { 
    margin: 0;
}
header {
    box-shadow: 2px 4px 0px 0px #e5e5e5;
    margin-bottom: 3px;
}
.head-social ul {
    list-style: none;
}
.happy_cstm h5 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}


.slider-client .slick-next::before, .slider-client .slick-prev::before {
    color: #e35849;
}


.happy_cstm .happy-inner {
    margin-bottom: 37px;76
}
.slider-client .slick-slide.slick-center {
    transform: scale(1.1);
}

.slider-client .slick-slide {
    transform: scale(0.9);
}

.head-social>ul {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    padding-top: 7px;
}
.slick-slide {
    margin: 0 10px;
  }

.bnr-section .btn-about a {
    background: #e54938;
    color: #ffffff;
    padding: 12px 40px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    border: 1px solid #e54938;
    margin-right: 15px;
    font-weight: 500;
}

.bnr-section .btn-about a:nth-child(2) {
    background-color: transparent;
    color: #333333;
}

.bnr-section .btn-about {
    margin-top: 44px;
}

.abt-content h1 {
    font-size: 26px;
}
.head-social>ul>li>a {
    font-size: 20px;
    color: #e54938;
}
.bnr-section {
    background: #f6f4ff;
    border-top: 1px solid #dddddd;
}
.head-social>ul>li>i {
    font-size: 20px;
    color: #ffffff;
}

.head-social>ul>li {
    padding-left: 22px;
}

.top-header {
    background: #e54938;
    padding: 10px 0px;
}

.top-header .head-add p {
    margin-bottom: 0;
    color:#ffffff;
}
.header-b ul.navbar-nav {
    padding-left: 43px;
}
.head-mail-r {
    display: flex;
    justify-content: end;
}

.head-mail-r .time {
    display: flex;
    align-items: center;
    padding-right: 16px;
}

.head-mail-r .time-off h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.head-mail-r .time-off p {
    margin-bottom: 0;
}
.head-mail-r .time-off {
    padding-left: 16px;
}
header .header-b {
    padding: 18px 0px 8px 0px;
}
.header-b .navbar-brand img {
    max-width: 146px;
}

.header-b .navbar-nav a.nav-link {
    font-size: 17px;
    padding: 0px 17px;
}
.header-b .head-mail-r img {
    max-width: 30px;
}

.header-b .navbar {
    padding: 0;
}

.abt-content p {
    font-size: 18px;
    padding-right: 40px;
}

.client-review h5 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 29px;
}

.client-review {
    padding: 73px 0px;
    background: #f6f4ff;
    margin: 80px 0px;
}
.client-review .review-text h3 {
    font-size: 16px;
    background: #e35849;
    color: #ffffff;
    padding: 9px 0px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.client-review .review-text {
    margin-top: 20px;
    margin-bottom: 20px;
}


.group-img {
    position: relative;
}

.group-img a {
    display: block;
    outline: 1px solid #ffffff;
    outline-offset: -12px;
    border-radius: 10px;
    overflow: hidden;
}

.group-img p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    margin: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 600;
    color: #ffffff;
}

.group-img a:before {
    content: "";
    background: #00000054;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
}

.popular-holiday h4 {
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 30px;
}

footer .ftr-inr {
    background: #e54938;
    padding: 30px 0px;
    margin-top: 60px;
}

footer .cnt p {
    color: #ffffff;
}

footer .cnt p a {
    list-style: none;
    text-decoration: none;
    color: #ffffff;
}

footer .head-social>ul>li>a {
    color: #ffffff;
}

.copyright p {
    background: #333333;
    color: #ffffff;
    text-align: center;
    padding: 14px 0px;
    margin: 0;
}


@media (max-width:1200px) {
    .head-social {
    display: none;
}

.group-img {
    position: relative;
    margin-bottom: 13px;
}
    
    
}



@media (max-width:767px){
    
 .bnr-section .btn-about {
   display: flex;
}   

.bnr-section .btn-about a {
  
    font-size: 12px;
  }
    
    .header-b .navbar-nav li.nav-item {
    padding: 10px 0px;
}
.header-b ul.navbar-nav {
    padding-left:0px;
}

    
}