/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.hero_in.tours_detail.csmc_bg:before {
    background: url(../img/manali_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.tours_detail.csskkclmc_bg:before {
    background: url(../img/sangla_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.tours_detail.dcscd_bg:before {
    background: url(../img/shimla_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.tours_detail.csmdda_bg:before {
    background: url(../img/dharamshala_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.tours:before {
    background: url(../img/tours_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.general:before {
    background: url(../img/about_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_in.contacts:before {
    background: url(../img/contact_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.follow_us ul li a img{
    fill: #fff;
    height: 50px;
    width: 50px;
}

.box_1 h1{
    color: #fff;
    font-size: 1.75rem;
}