body {

    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;

}
.head {
    margin: 0;
    padding: 0;
	    border-bottom: 3px solid red;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
}
.titlepic{ color:#fffcfc; }
/*massage close*/
/*banner css*/
@media handheld, only screen and (max-width: 1366px) { 
   
    .website_desktop_banner {
        display: block;
        width: 100%;
        margin: auto;
    }
    .website_mobile_banner {
        display: none;
    }
    
}
@media handheld, only screen and (max-width: 1200px) { 
    
    .website_desktop_banner {
        display: block;
        width: 100%;
        margin: auto;
    }
    .website_mobile_banner {
        display: none;
    }
    
}
@media handheld, only screen and (max-width: 991px) { 
    
    .website_desktop_banner {
        display: block;
        width: 100%;
        margin: auto;
    }
    .website_mobile_banner {
        display: none;
    }
    
}
@media handheld, only screen and (max-width: 768px) { 
    
    .website_desktop_banner {
        display: block;
        width: 100%;
        margin: auto;
    }
    .website_mobile_banner {
        display: none;
    }
    
}
@media handheld, only screen and (max-width: 640px) { 
    
    .website_mobile_banner {
        display: block;
        width: 100%;
        margin: auto;
    }
    .website_desktop_banner {
        display: none;
    }
    
}
@media handheld, only screen and (max-width: 480px) { 
    .website_mobile_banner {
        display: block;
        width: 100%;
        margin: auto;
    }
    .website_desktop_banner {
        display: none;
    }
   
    
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ae0325;
    border: 1px solid rgba(0,0,0,.125);
	color: white;
}
/*banner css end*/

.lovevashikaranindia_images{
    color: #f5f5f5;
	
}
footer{   

    background-color: #88001b;
	    margin-top: 21px;
		    border-top: 7px solid #d4032c;
			color:#fff;
 }

.lovevashikaranindia_images:hover {
    color:#ae0325;
 
}
.titlelink{ padding: 15px 0px 17px 13px;
    margin: 20px 0px 0px 0px;
	    border: 2px solid #d60c34;
    background-color: #ae0325;
	
color: aliceblue;}


a:hover {
    color: #007bff;
    text-decoration: underline;
}
a {
    color:#c62222;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.lovevashikaranindia_images {
    padding: 0;
    margin: 12px 0px 12px 0px;
    border: 2px solid;
    box-shadow: #000000ad 0 1px 10px;
}

.jumbotron {
    padding:0;
}
.jumbotron {
 
 
	margin-bottom: 0;
}


.header_top {
    background: #2f4f4f;
}
.header_top .header_top_inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    overflow: hidden;
}
.pull-left {
    float: left !important;
}
.header_top .header_top_inner .pull-left a {
   color: #ffffff;
    opacity: 1;
    text-decoration: none;
}
.header_top .header_top_inner .pull-left a i {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 44px;
}
.pull-right {
    float: right !important;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.header_social li {
    display: inline-block;
    margin-right: 16px;
}
.header_top .header_top_inner .pull-right .header_social li a {
    opacity: 1;
}
.header_social li a {
    line-height: 48px;
    font-size: 16px;
    color:#ffffff;
    opacity: .6;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #d4d4d4;
    background-color: #ae0325;
}


.nav-link {
    color: #ccc;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: darkslategray;
}
.footer_link{ color:#fff; }