﻿body {
}

.bName{display:none;}

.navbar-toggler-icon {
    background-image: url('../img/menu.png') !important;
}

#nav-shrink {
    overflow: hidden;
    background-color: #000;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.master-body {
    margin-top:130px;
}

@media (min-width: 0px) and (max-width: 425px) {

    .master-body {
        margin-top: 100px;
    }
}


@media (min-width: 0px) and (max-width: 767px) {
    .text-right,
    .text-left {
        text-align: center !important;
    }
}

@media (min-width: 767px) and (max-width: 5000px) {

    .btn-get-started {
        width: 50%
    }
}


.form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 15px 5px 15px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}


.background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popup {
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .popup {
        width: 100%;
    }
}


.close, .close:hover, .close:active {
    margin-right: -92%;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    z-index: 10;
    position: absolute;
    right: 95%;
    top: -6px;
}

    .close .bx {
        padding: 4px;
    }

.file-upload {
    border: 1px dotted;
    padding: 28px;
    background: #ebebeb;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

a.btn.btn-primary, a.btn.btn-primary:active, a.btn.btn-primary:hover {
    background: #198754;
    border: 1px solid #198754;
    color: #fff;
}



.click-to-chat {
	position: fixed;
	z-index: 10000;
	bottom: 10px;
	right: 10px;
}

	.click-to-chat img {
		width: 150px;
	}

@media (min-width: 0px) and (max-width: 425px) {
	.click-to-chat img {
		width: 100px;
	}
}

@media (min-width: 0px) and (max-width: 425px) {

   footer .text-start, 
   footer .text-end
	{
		text-align: center !important;
	}
	
	.footer .footer-links ul li {
		display: inline;
	}
	
	footer	.d-flex {
		display: inline-flex !important;
	}
	
}