body{
	background-color: #f6f6f8;
	font-family: 'Roboto', sans-serif;
}

header img {
    max-width: 300px;
}
header{
	padding: 50px 0;
}

a{
	text-decoration: none;
}

.container{
	max-width: 992px;
}
.top-nav{
	background-color: #efefef;
}

.top-nav .nav-tabs{
	border-bottom: 0;
	display: flex;
}

.top-nav .nav-tabs button{
	width: 33.33%;
	color: #000;
	font-weight: 500;
	border: none;
}

.top-nav .nav-tabs .nav-item.show .nav-link, .top-nav .nav-tabs .nav-link.active {
    color: #000;
    background-color: #dfdfdf;
    border: none;
    border-radius: 0 !important;
}

.top-nav .nav-tabs .nav-link:focus, .top-nav .nav-tabs .nav-link:hover{
	border: none;
}

.single-item{
	position: relative;
	background-color: #000;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 30%)
}

.single-item .div-inner{
	overflow: hidden;
	border-radius: 15px;
}

.tab-content .col-md-4{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

.single-item .div-inner img{
	width: 100%;
}

.top-nav{
	margin-bottom: 60px;
}

.tab-pane .row {
	padding-left: 60px;
	padding-right: 60px;
}

.top-icon-div{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
    background-color: #000;
}

.top-icon-div img{
	width: 100%;
}

/*.content-box h5{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.content-box button{
    width: 100%;
    height: 50px;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    background-color: #000;
    margin-top: 30px;
    border: none;
    transition: all 0.5s ease-in-out;
}

.content-box button:hover, .content-box button:focus{
	opacity: 0.7;
}

.pink-color, .pink-color .top-icon-div{
	background: linear-gradient(to right, #ed5d92 , #ae4971);
}
.red-color, .red-color .top-icon-div{
	background: linear-gradient(to right, #f03e3c , #c1363b);
}

.blue-color, .blue-color .top-icon-div{
	background: linear-gradient(to right, #356caf , #336cb3);
}

.instra-color, .instra-color .top-icon-div{
	background: linear-gradient(to right, #F58529 , #FEDA77, #DD2A7B, #8134AF, #515BD4);
}

.twitter-color, .twitter-color .top-icon-div{
	background: linear-gradient(to right, #439ed7 , #3182ba);
}

.pin-color, .pin-color .top-icon-div{
	background: linear-gradient(to right, #eb3240 , #b03339);
}

.telegram-color, .telegram-color .top-icon-div{
	background: linear-gradient(to right, #2977a5 , #2678a8);
}
.whatsapp-color, .whatsapp-color .top-icon-div{
	background: linear-gradient(to right, #22b253 , #2f7445);
}
.brown-color, .brown-color .top-icon-div{
	background: #fff;
}
.yellow-color, .yellow-color .top-icon-div{
	background: #cc9600;
}

.content-box.pink-content button{
	background: linear-gradient(to right, #ed5d92 , #ae4971);
}

.content-box.red-content button{
	background: linear-gradient(to right, #f03e3c , #c1363b);
}

.content-box.blue-content button{
	background: linear-gradient(to right, #356caf , #336cb3);
}

.content-box.instra-content button{
	background: linear-gradient(to right, #F58529 , #FEDA77, #DD2A7B, #8134AF, #515BD4);
}
.content-box.twitter-content button{
	background: linear-gradient(to right, #439ed7 , #3182ba);
}
.content-box.pin-content button{
	background: linear-gradient(to right, #eb3240 , #b03339);
}

.content-box.telegram-content button{
	background: linear-gradient(to right, #2977a5 , #2678a8);
}
.content-box.whatsapp-content button{
	background: linear-gradient(to right, #22b253 , #2f7445);
}
.content-box.brown-content button{
	background: #a0531d;
}
.content-box.yellow-content button{
	background: #cc9600;
}

.top-icon-div i{
	font-size: 35px;
	line-height: 70px;
	text-align: center;
	width: 100%;
	color: #fff
}
iframe {
    width: 100%;
    height: 230px;
    display: block;
}

.razorpay a{
	width:300px;
    height: 50px;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 46px;
    background-color: #b6041e;
    border: none;
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border:2px solid #b6041e;
}
.razorpay a:hover {
    color: #b6041e;
    background-color: transparent;
}
.razorpay h6{
	color: #808080;
	text-align: right;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;

}
.razorpay hr{
	height: 3px;
	background-color: #cccccc;
	opacity: 1;
	margin-top: 10px;
}

.logo-simple img{
	height: 64px;
	width: auto;
	border-radius: 10px !important;
    overflow: hidden;
    padding: 0;
}

.logo-simple{
    padding: 30px 70px;
    justify-content: space-between;
}

.logo-simple-down img {
    width: auto;
    height: 60px;
}

.logo-simple-down{
	justify-content: center;
	margin-top: 30px;
}

.logo-simple-down .col-md-4{
	margin-bottom: 30px;
}

.footer .row{
    align-items: end;
    padding-right:0;
}

.footer h6{
	color: #808080;
	text-align: left;
	border-bottom: 2px solid #808080;
	padding-bottom: 10px;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
}

.footer img{
	width: 100%
}
.footer .col-md-4{
	margin-bottom: 0;
	    padding-left: 0;
    padding-right: 0;
}
.footer {
    margin-top: -70px;
}

#nav-brochure, #nav-map{
	padding: 0 0;
	margin-top: -20PX;
}

#nav-brochure img{
	margin-bottom: 20px;
}
.logo-simple a {
    height: 64px;
    width: auto;
}

@media(max-width:991px){
.tab-content .col-md-4 {
    width: 50% !important;
}
.logo-simple-down.text-center .col-md-4 , .footer .col-md-4 {
    width: 33% !important;
        padding: 0;
}
.footer {
    margin-top: 0 !important;
}
.logo-simple-down img{
    height:45px;
}
.container{
    padding-left: 0;
    padding-right: 0;
}
.tab-pane .row{
    padding-left: 30px;
    padding-right: 30px;
}
.logo-simple{
    padding: 30px 20px;
}
header {
    padding: 30px 0;
}
.footer .row {
    align-items: center;
}
.tab-content .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.top-icon-div {
    width: 40px;
    height:40px;
    top: -15px;
    left: -15px;
}
.top-icon-div i {
    font-size: 20px;
    line-height: 40px;
}
.single-item{
    padding:5px;
}
.top-nav .nav-tabs button{
padding-left:5px;
padding-right:5px;
    font-size: 14px;
}
}


@media(max-width:767px){
    .footer .col-md-4 {
    width: 35% !important;
}
.logo-simple-down.text-center .col-md-4, .footer .col-md-4{
        display: flex;
    align-items: center;
}
.logo-simple-down img{
    height: auto;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.footer .col-md-8 {
    width: 65%;
}
.footer h6{
    font-size:13px;
}
#nav-social-media > .row{
width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.tab-pane .row {
    padding-left: 10px;
    padding-right: 10px;
}
.content-box button{
    margin-top:15px;
}
.logo-simple, .logo-simple-down, .footer .row{
    margin-right: 0;
    margin-left: 0;
}
.footer , .footer .col-md-8 , .footer .col-md-4{
    padding-left: 0;
    padding-right: 0;
}
.logo-simple {
    padding: 20px 0;
}
.logo-simple-down{
    padding-left:0;
    padding-right:0;
}
}

@media(max-width:560px){
.logo-simple-down .col-md-4 {
    margin-bottom: 20px;
}
.logo-simple {
    padding: 20px 0;
}
.logo-simple img , .logo-simple a {
    height: 48px;
}
.logo-simple a {
    padding: 5px 0 5px 0;
}
.razorpay a {
    width: 100%;
}
.logo-simple-down {
    margin-top: 0;
}
.footer .row {
    padding:0 !important;
}
.row.logo-simple {
    padding-left:20px;
    padding-right: 20px;
}

.logo-simple-down{
    margin-top:20px;
}
}

@media(max-width:400px){
    .content-box button{
    font-size:12px;
}
.footer .row {
    align-items: end;
}
.content-box button {
    height: 40px;
    line-height: 40px;
}
}