button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0 }
:focus { outline: 0;}
a, button, .btn { outline: none; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none; }

@font-face{
  font-family:'Poppins-Light';
  src:url('../fonts/Poppins-Light.ttf')
}
@font-face{
	font-family:'Poppins-Regular';
	src:url('../fonts/Poppins-Regular.ttf')
}
@font-face{
	font-family:'Poppins-SemiBold';
	src:url('../fonts/Poppins-SemiBold.ttf')
}
@font-face{
	font-family:'DancingScript-Regular';
	src:url('../fonts/DancingScript-Regular.ttf')
}
body{
	width:100%;
	height:100%;
	font-family:'Poppins-Regular';
	color:#111;
	font-size:16px;
	line-height:30px;
	background-color:#fff;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
button:focus {
    outline: 0px dotted;
}
p {
	font-family:'Poppins-Light';
    font-size:15px;
	color:#333;
	line-height:28px;
}
b{
	font-family:'Poppins-Regular';
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	width:100%;
	margin-top:0;
	margin-bottom:20px;
}
h1{
	font-family:'DancingScript-Regular';
	font-size:35px;
	color:#000;
	line-height:43px;
	margin-bottom:30px;
}
h2{
	font-family:'Poppins-Light';
	font-size:31px;
	color:#d02825;
	line-height:44px;
	margin-bottom:30px;
}
h3{
	font-size:24px;
	color:#000;
	line-height:32px;
}
h3.title{
	font-family:'Poppins-Light';
}
h4{
	font-size:18px;
	color:#eb0009;
	line-height:30px;
}
section, footer, .row-box{
	width:100%;
	clear:both;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.error {
    font-size: 14px;
    color: red;
}
.padding{
	padding:60px 0;
}
.padding-sm{
	padding:45px 0;
}
.padd-t{
	padding-top:60px;
}
.navbar{
	padding-top:0;
}
.navbar .container{
	position: relative;
}
.navbar-toggler{
	border:0;
}
.navbar-toggler span {
    width: 25px;
    height: 3px;
    background:#111;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform: rotate(-45deg) translate(5px,-5px);
	-ms-transform: rotate(-45deg) translate(5px,-5px);
	transform: rotate(-45deg) translate(5px,-5px);
}
.navbar-brand{
	width:160px;
	background-color:#fff;
	border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
	padding: 8px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
.navbar-brand img{
	width:100%;
}
.navbar-dark .navbar-nav .nav-link{
	font-size:15px;
	color: #fff;
	padding:1.4rem 1.3rem;
	position: relative;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link {
    color: rgb(208, 40, 37);
}
.navbar .btn-white{
	margin-left:8px;
}
.nav-right{
	margin-left: 15px;
}
.alert-admin {
    color: rgb(255, 255, 255);
    background-color: #000;
    border: 0;
    margin: 0;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
    line-height: 25px;
}

    .alert-admin span {
        font-family: Poppins-SemiBold;
    }

.dropdown-toggle .fa-caret-down {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 12px;
    position: relative;
    top: 2px;
    color:#f88816;
    left: 2px;
}
.dropdown-menu{
	min-width: 16rem;
	margin-top: 0;
	box-shadow:0 14px 14px 0 rgba(0, 0, 0, 0.08);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-radius: 0;
	border: 0;
}
.dropdown-menu .dropdown-item {
    padding:.36rem 1.5rem;
    font-weight: normal;
    font-size:15px;
    border: 0;
	color: #666;
	line-height: 26px;
	white-space: normal;
}
.dropdown-static{
	display:none;
	position:absolute;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	top: 76px;
	z-index:7;
	box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
.dropdown-static li {
    display: inline-block;
}
.dropdown-static .dropdown-item {
    padding: .9rem 1.5rem;
    color: #333;
    border-bottom: 2px solid transparent;
	font-weight: normal;
	font-size: 15px;
	line-height: 26px;
}
.dropdown-static .dropdown-item.active, .dropdown-static .dropdown-item:hover {
    border-color: #eb0009;
    color: #eb0009;
    background-color: transparent;
}
.navbar ul li.dropdown:hover > a{color:#d02825;}
.navbar ul.dropdown-menu li:hover > a{color:#d02825;}
.dropdown-item:hover{background:transparent; color:#d02825;}
@media only screen and (min-width:991px) {
.ver-dropdown .dropdown-menu.show {
    display: none;
}
.dropdown-static{
	display:block;
}	
.navbar ul li:hover> ul{display:block}
.navbar ul li:hover> ul.dropdown-menu.show{display:block}
.navbar ul ul{position:absolute;top:100%;left:0;min-width:330px;display:none;margin:0;}
.navbar ul ul li:hover> ul{display:block}
.navbar ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
.navbar ul ul ul li:hover ul{display:block}
.navbar ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
}
.top-none .navbar-brand{
	width: 105px;
	padding: 4px;
}
.top-none .navbar{
	background-color: #fff;
-webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
-moz-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
}
.top-none .navbar-nav .nav-link {
    padding:1rem 1.3rem;
	color: #000;
}
.top-none .navbar .btn-br {
    color: #d02825;
    border-color: #d02825;
}
.top-none .navbar .btn-br:hover{
	background-color:#d02825;
}
.top-none .navbar .btn-white{
	background-color: #d02825;
	border-color: #d02825;
	color: #fff;
}
/*---- slider ----*/
.m-top{
	margin-top:74px;
}
#banner{
background-color: #000;
height: 100%;
height: 100vh;
position: relative;
overflow: hidden;
}
#banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
#banner .carousel-item, #banner .carousel-inner {
	height: 100vh;
    height: 100%;
}
#banner .carousel-caption h1{
	color:#fff;
	border: none;
	padding: 0;
	margin: 0;
    text-align: left;
	font-size:48px;
	line-height:57px;
}
#banner .carousel-caption h1 p {
color: #fff;
border: none;
padding: 0;
margin: 0;
text-align: left;
font-size: 48px;
line-height: 57px;
font-family: 'DancingScript-Regular';
}
#banner .carousel-caption{
	max-width:620px;
    bottom:20px;
    left:0px;
}
.carousel-caption h1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#banner .carousel-item img{
	width: 100%;
}
#banner .carousel-indicators {
    bottom: 30px;
	left: auto;
	right: 0;
	margin-right: 5%;
}
#banner .carousel-indicators li{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #fff;
	margin-right: 8px;
    margin-left: 8px;
}
#banner .carousel-indicators .active{
	background-color:#fff;
}
#banner .carousel-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 410px;
    content: '';
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0,0,0,0) 66%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0,0,0,0) 66%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0,0,0,0) 66%);
}
#banner .carousel-item::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 410px;
    content: '';
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0) 100%);
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
	background-color:#000;
	padding:7px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
}
.carousel-control-next, .carousel-control-prev{
	width:60px;
	z-index: 11;
}
.carousel-control-next .fa, .carousel-control-prev .fa{
	font-size:25px;
}
/*---- slider close ----*/
.btn{
    color: #fff;
    font-size:15px;
	border-color:#eb0009;
	padding:0.6rem 1.5rem 0.6rem 1.5rem;
	line-height: 23px;
	border-radius:50px;
    background-color:#eb0009;
}
.btn:hover{
	color:#d02825;
	border-color:#d02825;
	background-color:transparent;
}
.btn-white{
	background-color:#fff;
	border-color:#fff;
	color:#000;
}
.btn-white:hover{
	color:#fff;
	border-color:#fff;
	background-color:transparent;
}
.btn-br{
	color:#fff;
	border-color:#fff;
	background-color:transparent;
}
.btn-br:hover{
	color:#000;
	border-color:#fff;
	background-color:#fff;
}
.btn-arrow{
	position:relative;
}
.btn-arrow:before{
	position: absolute;
    right: 22px;
	top: 14px;
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}
.gray-bg{
	background-color:#f8f8f8;
}
.list2 {
    padding-left: 0;
    list-style-type: none;
}
.list2 li {
	font-size: 16px;
	position: relative;
	padding-left: 15px;
	line-height:30px;
	padding-bottom:10px;
	text-align: left;
	vertical-align: top;
}
.list2 li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color:#d02825;
    top:12px;
    left: 0;
}
.list2 li a{
	color:#222;
}
.list2 li a:hover{
	color:#00adf0;
}
.lg-toolbar .lg-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.lg-actions .lg-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.lg-toolbar #lg-zoom-in:after {
    content: "\f00e";
}

.lg-toolbar #lg-zoom-out:after {
    content: "\f010";
}

.lg-toolbar .lg-close:after {
    content: "\f00d" !important;
}

.lg-toolbar .lg-download {
    display: none;
}

.lg-toolbar #lg-actual-size {
    display: none;
}

.lg-actions .lg-prev:after {
    content: "\f060" !important;
}

.lg-actions .lg-next:before {
    content: "\f061" !important;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.gal_img_box, .portfolio .wow{
	overflow:hidden;
}
.portfolio .wow{
	margin-bottom:0;
}
.form-control {
    height:48px;
    color: #222;
    border: 1px solid #c8c8c8;
    border-radius: .15rem;
    font-size: 15px;
	padding: .375rem .95rem;
}
.select-box {
    background-image: url('../images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    font-size: 14px;
    font-family: arial;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
}
.form-group {
    margin-bottom:1rem;
}
.text-j{
	text-align:justify;
}
.owl-nav{
	position: absolute;
	top:38%;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	clear: both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.owl-nav .fa{
	font-size:20px;
}
.owl-nav .owl-prev{
	margin-left: -24px;
}
.owl-nav .owl-next{
	margin-left:auto;
	margin-right: -24px;
}
.list {
	width:100%;
    padding-left: 0;
    list-style-type: none;
}
.list li {
    font-size:16px;
    position: relative;
    padding-left: 15px;
    line-height:28px;
    padding-bottom:16px;
}
.list-link li{
	padding-bottom:22px;
}
.list li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed3237;
    top: 10px;
    left: 0;
}
.list li a{
	color:#222;
}
.list li a:hover{
	color:#ed3237;
}
.br-r-8{
	border-radius:8px;
}
footer p, footer li a, footer a{
	color:#fff;
}
footer {
    background-color:#1d1d1d;
	position:relative;
}
footer h3{
	font-size:21px;
	color: #fff;
	border-bottom: 1px solid #ffffff78;
	padding-bottom: 40px;
	margin-bottom: 36px;
	font-family:Poppins-SemiBold;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer ul li a {
    width: 100%;
	display: block;
	padding-bottom:10px;
	color: #fff;
	line-height: 26px;
	font-size:15px;
	font-family: 'Poppins-Light';
}
footer ul li a .fa{
	width:21px;
}
footer ul li a:hover{
	color:#bdbdbd;
}
footer .fa {
    color: #fff;
    font-size: 16px;
}
footer .fa-envelope {
    font-size: 14px;
}
footer h5{
	color: #fff;
	margin-bottom:15px;
}
footer p, footer p a{
	 color: #fff;
	line-height: 26px;
	font-size:15px;
	font-family: 'Poppins-Light';
}
footer p a:hover{
	color:#bdbdbd;
}
.foot-bottom {
    padding-top: 19px;
	padding-bottom: 15px;
	border-top: 1px solid #727272;
	margin-top: 12px;
}
.foot-bottom p, .foot-bottom p a {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 15px;
}
.foot-bottom .right {
    margin-left: auto;
}
.foot-bottom .social-icon{
	margin:0 auto;
}
.follo-icon {
    display: inline-block;
	margin: 0 auto; 
}
.follo-icon a {
	background-color: #424141;
	padding: 7px;
	border-radius: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 0 4px;
}
.follo-icon a.facebook:hover{
	background-color: #3b5998;
}
.follo-icon a.youtube:hover{
	background-color: #e3191b;
}
.follo-icon a.instagram:hover{
	background-color: #e4405f;
}
.follo-icon a .fa {
    font-size:17px;
	color: #fff;
}
.about-sec{
	position:relative;
}
.about-sec:after{
	content: '';
	background-image: url('../images/left-flower.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: 40%;
	position: absolute;
	bottom:20%;
	left: 0;
	height: 253px;
	background-size: 150px;
}
.about-sec:before{
	content: '';
	background-image: url('../images/right-flower.png');
	background-repeat: no-repeat;
	background-position:right center;
	width: 40%;
	position: absolute;
	bottom:0px;
	right: 0;
	height:170px;
	background-size: 130px;
}
.about-text{
	max-height:250px;
	overflow-y: auto;
}
.text1{
	color:#000;
}
.how-what{
	text-align:center;
	background-image:url('../images/how-bg.jpg');
	background-size:100%;
	background-position: center;
}
.how-what p{
	color:#000;
}
.padd{
	padding:0 50px;
}
.br-r{
	border-right:1px solid rgba(0, 0, 0, 0.5);
}
.ex-pro-box {
    position: relative;
    margin: 15px 0;
}
.ex-pro-box h1 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
	color:#fff;
	text-align:center;
}
.img-box {
    border-radius:10px;
    overflow: hidden;
    position: relative;
    background-color: #000000;
}
.img-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%);
}
.img-zoom {
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.img-zoom:hover, .ex-pro-box:hover .img-zoom{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.section2{
	position:relative;
}
.section2 .container{
	position:absolute;
	top:auto;
	left:0;
	right:0;
	align-self: center;
}
.section2 h1{
	color:#fff;
	max-width:500px;
	margin-bottom:0;
}
.story-img-box{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background-color: #ddd;
	width: 100%;
    height: 400px;
}
.story .story-img-box img{
	width: auto;
	height: 100%;
	max-width: none;
}
.story h3{
	text-align: center;
	margin-bottom: 0;
	margin-top: 23px;
}
.bundles{
	text-align:center;
	background-image:url('../images/bundles-bg.jpg');
	background-size:100%;
	position:relative;
	z-index: 1;
}
.bundles:before{
	position:absolute;
	background-color:rgba(0, 0, 0, 0.44);
	content:'';
	left:0;
	right:0;
	width:100%;
	height:100%;
	top:0;
	z-index: -1;
}
.bundles h1{
	color:#fff;
}
.bundles-box{
	text-align:center;
	border:1px solid rgba(255, 255, 255, 0.44);
	padding:25px 15px;
	border-radius:10px;
}
.bundles-box h3{
	color:#fff;
	margin-bottom: 15px;
}
.bundles-box p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	margin-bottom: 0;
}
.bundles-box:hover{
	border:1px solid rgba(255, 255, 255, 1);
	background-color:rgba(0, 0, 0, 0.33);
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    padding-right: 20px;
	margin-bottom: 8px;
    margin-top: 8px;
	font-family: 'Poppins-Light';
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background:#d02825;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:checked + label:before {
    border-color: #e53325;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    padding-left:27px;
    padding-right: 20px;
    line-height: 19px;
    margin-bottom: 8px;
    margin-top: 8px;
	font-family: 'Poppins-Light';
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border:1px solid #b5b5b5;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    content: "\f00c";
    color:#d02825;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 13px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:checked + label:before {
    border-color: #e53325;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.chek-label{
	margin: 0;
	color: #666666;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-right: 20px;
}
label{
	font-family: 'Poppins-Light';
	font-size:14px;
	color:#333;
	line-height: 18px;
}
/***** login *****/
.box-screen{
	background-image: url(../images/fix-bg.png);
	background-color: #f0f0f0;
	background-size:100%;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	min-height: 100vh;
}
.box-head{
	text-align:center;
}
.padd-box{
	padding:40px 50px;

}
.drop-box{
	position:relative;
	background-color: #fff;
	-webkit-box-shadow:0px 0px 22px 0px rgba(54, 54, 54, 0.17);
	-moz-box-shadow:0px 0px 22px 0px rgba(54, 54, 54, 0.17);
	box-shadow:0px 0px 22px 0px rgba(54, 54, 54, 0.17);
}
.red-link{
	font-size:14px;
	color:#eb0009;
	font-family: 'Poppins-Light';
}
.red-link:hover{
	color:#222;
}
.right-a{
	text-align:right;
}
.border-line{
	width:100%;
	position: relative;
	text-align: center;
}
.border-line::before {
    background: #e9e9e9 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top:16px;
    width: 100%;
}
.border-line span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 18px;
	color:#ababab;
	font-size:12px;
	position: relative
}
.btn-border{
	color: #d02825;
	border-color: #d02825;
	background-color: transparent;
}
.btn-border:hover{
	color: #fff;
border-color: #eb0009;
background-color: #eb0009;
}
.btn-fb{
	background-color:#3a5997;
	border-color: #3a5997;
}
.btn-gpluse{
	background-color:#0076fe;
	border-color: #0076fe;
}
.btn-green{
	background-color:#00a74d;
	border-color: #00a74d;
}
.btn-green:hover{
    color: #00a74d;
	border-color: #00a74d;
	background-color: #fff;
}
.box-screen .container{
	align-self: center;
}
.text1{
	font-size:14px;
	color:#666666;
	font-family: 'Poppins-Light';
}
.bs-img{
	overflow:hidden;
	position:relative;
}
.bs-img img{
    position: absolute;
    top: 0;
    left: 0;
}
.c-num{
	min-width: 85px;
}
.step-div{
	margin-top:30px;
}
.step-div .progress{
	height: 2px;
}
.step{
	position: absolute;
	top: -14px;
	left: 0;
	width: 29px;
	height: 29px;
	background-color: #eb0009;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background:#eb0009; top:20px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;color:#fff;} 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height:2px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background:#eb0009;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e9ecef;color: #555;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.date-icon {
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.box-only .container {
    max-width: 800px;
}
.fix-bg{
	background-image: url(../images/fix-bg.png);
    background-color:#f0f0f0;
	background-size:100%;
    background-position:center;
	background-attachment: fixed;
	padding-top: 100px;
}
.box-only .chek-label{
	color:#333;
}
.nav-red{
	background-color: #eb0009;
    padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.nav-red .navbar-brand, .top-none .nav-red .navbar-brand {
    width: auto;
    background-color: transparent;
    position: relative;
	padding:8px;
}
.nav-red .navbar-nav .nav-link{
	color:#fee2e2;
	font-size:16px;
	padding: 1.4rem 1.3rem;
}
.nav-red .navbar-nav .nav-link:focus, .nav-red .navbar-nav .nav-link:hover, .nav-red .navbar-nav .active > .nav-link {
    color:#fff;
}
.nav-red .container {
    position:initial;
}
.ver-dropdown{
	position:initial;
}
.nav-red .dropdown-menu{
	width:100%;
	text-align: center;
	padding:0;
}

.nav-red .dropdown-menu li{
	display:inline-block;
}
.nav-red .dropdown-menu .dropdown-item{
	padding: .9rem 1.5rem;
	color: #333;
	border-bottom: 2px solid transparent;
}
.nav-red .dropdown-menu .dropdown-item:hover, .nav-red .dropdown-menu .dropdown-item.active{
	border-color:#eb0009;
	color:#eb0009;
	background-color: transparent;
}
.nav-red .dropdown-toggle::after{
	content:none;
}
.nav-red ul li.dropdown:hover > a{color:#fff;}
.nav-red ul li.dropdown:hover > a::before {
	content: "";
	border-bottom: .5em solid #fff;
	border-right: .5em solid transparent;
	border-top: 0;
	border-left: .5em solid transparent;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16px;
}
.nav-right .user{
	display:inline-block;
	margin-left:15px;
}
.user .u-photo{
	border-radius:50%;
	width:40px;
	height:40px;
	overflow:hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right:8px;
}
.user .u-photo img{
	width:100%;
}
.u-name{
	display:inline-block;
	color:#fff;
	font-size:15px;
}
.nav-right .btn-br img{
	margin-right:6px;
}
.nav-right .btn-br:hover{
	background-color:rgba(255,255,255,0.3);
	color:#fff;
}
.nav-red .user .dropdown-menu{
	right:0;
	left:auto;
	text-align: left;
}
.nav-red .user .dropdown-menu .dropdown-item {
    padding: .5rem 1.5rem;
}
.nav-red .user .dropdown-toggle{
	padding: 18px 0;
    display: block;
}
.nav-red .user.show > .dropdown-toggle::before {
	content: "";
	border-bottom: .5em solid #fff;
	border-right: .5em solid transparent;
	border-top: 0;
	border-left: .5em solid transparent;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16px;
}
.drop-s{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(54, 54, 54, 0.17);
	-moz-box-shadow: 0px 0px 16px 0px rgba(54, 54, 54, 0.17);
	box-shadow: 0px 0px 16px 0px rgba(54, 54, 54, 0.17);
}
.max-800{
	max-width:800px;
	margin:0 auto;
}
.custom-file {
    height: auto;
    margin-bottom:26px;
    text-align: center;
}
.custom-file  .custom-file-input{
	position: absolute;
	z-index: 9;
	width: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 77px;
	cursor: pointer;
}
.custom-file-label{
	position: relative;
	height:135px;
	min-width:480px;
	padding-top: 24px;
}
.custom-file-label::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom:30px;
    z-index: 3;
    display: block;
	height: auto;
	padding: .6rem .75rem;
    color: #fff;
    content: "Browse Photo";
    background-color: #eb0009;
    border-left:0;
    border-radius:50px;
    left: 0;
    max-width: 150px;
    margin: 0 auto;
}
.max-photo{
	max-width:100%;
	margin:0 auto;
}
.max-photo p{
	font-size:14px;
}
.max-photo img{
	width:100%;
}
.not-ac{
	display:flex;
	background-color:#000;
	width:100%;
	position:relative;
}
.not-ac img{
	width:100%;
	opacity:0.6;
}
.not-ac span{
	position:absolute;
	left:0;
	right:0;
	color:#fff;
	align-self:center;
	font-size:14px;
	line-height: 24px;
}
.ph-guidelines p{
	font-size:14px;
	color:#666666;
}
.ph-g-title{
	color:#222;
	font-size:14px;
	font-family: 'Poppins-Light';
}
.ph-g-title .fa-check-square{
	color:#299303;
	margin-right: 6px;
}
.ph-g-title .fa-times-circle{
	color:#ff0000;
	margin-right: 6px;
}
.choices:before{
	content: 'Select';
	position: absolute;
	font-size: 14px;
	left: 22px;
	z-index: 0;
	top: 8px;
	font-family: 'Poppins-Light';
	color:#222;
}
.choices__inner{
	background-color: #fff;
	padding:5px 24px 5px 3.75px;
	border: 1px solid #ccc;
	background-image: url('../images/down-arrow.png');
background-repeat: no-repeat;
background-position: center right;
}
.choices__input{
	height:32px;
	background-color: #fff;
	width: 75px;
}
.choices__list--multiple .choices__item{
	border: 0px solid #00a5bb;
	color: #000;
	line-height: 15px;
	background-color: #fff;
	margin-right: 4.75px;
}
.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button{
	border-left: 0px solid #008fa1;
	margin: 0;
	padding: 3px;
	background-size: 6px;
	width: 12px;
	line-height: 1;
	opacity: .75;
	border-radius: 50%;
	background-color: #999;
	height: 12px;
	top: 4px;
	left: 5px;
}
.choices__list--multiple .choices__item{
	font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins-Light';
	color:#666;
}
.choices__list--dropdown .choices__item {
    padding: 7px 10px;
}
.choices__list.choices__list--dropdown {
    position: absolute;
}
.choices__list {
    position: relative;
}
.d-mobile{
	display:none;
}
.mach-left h5{
	font-size:17px;
	background-color:#f7f7f7;
	text-align:center;
	padding:12px 8px;
	margin-bottom: 0;
}
.pref-sec{
	width: 100%;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.mach-left .pref-sec:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.pref-sec p{
	font-family: 'Poppins-Regular';
	margin-bottom: 6px;
}
.pref-sec label{
	padding: 4px 6px;
	background-color: #f7f7f7;
	border-radius: 3px;
	color: #666666;
	font-size: 13px;
	font-family: 'Poppins-Light';
	line-height: 13px;
	margin-right: 4px;
}
.mach-box{
	margin-bottom:30px;
}
.mach-box-img{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	overflow: hidden;
	position: relative;
	min-height: 200px;
	display: grid;
	align-content: center;
	background-color: #f4f4f4;
}
.mach-box-img img{
    margin: 0 auto;
}
.mach-box-img .no-photo{
	position: absolute;
	top: 30%;
	left: 15px;
	right: 15px;
	background-color:rgba(255, 255, 255, 0.8);
	padding:20px 25px;
	text-align: center;
	border-radius: 5px;
}
.mach-box-img .no-photo p{
	margin-bottom:0;
	color:#000;
}
.mach-box-cont{
	-ms-flex: 0 0 75%;
    flex: 0 0 75%;
	max-width:75%;
	padding:20px;
}
.mach-head h4{
	width:auto;
	margin: 0;
	color:#000;
}
.mach-head h4 a{
	color:#000;
}
.mach-head h4 a:hover{
	color:#eb0009;
}
.mach-head .dropdown{
	margin-left:auto;
}
.mach-head .dropdown .dropdown-toggle{
	opacity:0.5;
}
.mach-head .dropdown .dropdown-toggle:hover{
	opacity:1;
}
.mach-head .dropdown .dropdown-toggle::after{
	content: none;
}
.mach-head .dropdown-menu {
    border-radius: 4px;
    border: 1px solid #ddd;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.11);
}
.pack{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px 10px;
	font-family: 'Poppins-Light';
	font-size: 14px;
	line-height: 20px;
	margin-left: 50px;
}
.pack img{
	margin-right:5px;
}
.mach-list{
	list-style-type: none;
	width: 100%;
	padding-left: 0;
	display: block;
	margin-top: 20px;
}
.mach-list li{
	width:49%;
	display:inline-block;
	font-size:15px;
	font-family: 'Poppins-Light';
	color:#555555;
	padding-bottom: 5px;
}
.mach-box-cont .pro-t{
	color:#555555;
	margin-bottom:0;
	line-height: 24px;
	position:relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mach-right{
	display:flex;
	border-left: 1px solid #cfcfcf;
	text-align:center;
}
.h100{
	height:100%;
}
.conn-box{
	align-self:center;
	margin: 0 auto;
}
.conn-box .fa{
	font-size: 44px;
    margin: 15px 0; 
}
.text-14{
	font-size:14px;
	font-family: 'Poppins-Light';
	color:#333333;
}
.text-12{
	font-size:12px;
	font-family: 'Poppins-Light';
	color:#888888;
}
.t-16{
	font-family: 'Poppins-Regular';
	color:#333333;
	font-size:16px;
}
.fa-green{
	color:#00a74d;
}
.in-fg .form-group{
	width: 44%;
    display: inline-block;
}
.in-fg p{
	display: inline-block;
    padding: 0 5px;
}
.divider{
	width: 100%;
	height: 2px;
	position: relative;
	display: block;
	margin: 20px 0;
}
.divider:before{
	content:'';
	position:absolute;
	top:0;
	left:-50px;
	right:-50px;
	background-color:#ddd;
	height:1px;
}
.pr-photo{
	position: relative;
	height: 208px;
	overflow: hidden;
	margin-bottom: 30px;
	display: grid;
	align-content: center;
	justify-content: center;
	background-color: #ddd;
}
.max-photo .pr-photo img{
    max-width: 100%;
}
.pr-radio{
	position: absolute;
	bottom: 0;
	padding:4px 8px;
	width: 100%;
	text-align: left;
	background-color:rgba(0, 0, 0, 0.6);
}
.pr-radio [type="radio"]:checked + label, .pr-radio [type="radio"]:not(:checked) + label{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}

.pr-radio [type="radio"]:not(:checked) + label::before {
    border: 1px solid #fff;
    border-radius: 100%;
    background:rgba(0, 0, 0, 0.5);
}
.pr-radio [type="radio"]:checked + label::after, .pr-radio [type="radio"]:not(:checked) + label::after{
	background:#299303;
}
.pr-radio [type="radio"]:checked + label::before {
    border-color:#299303;
}
.dl-ph{
	display:none;
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 13px;
	background-color: #fff;
	padding: 4px;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	cursor:pointer;
	text-align: center;
}
.pr-photo:hover .dl-ph{
	display:block;
}
.pr-radio label{
	color: #fff;
	text-align: center;
}
.profile .mach-box .mach-box-img{
	margin-top:-18px;
	margin-bottom:-18px;
	border-radius: 6px;
}
.list3 li{
	width: 32%;
}
.list-b{
    padding-left: 0;
    list-style-type: none;
}
.list-b li{
	width: 32%;
	font-size:15px;
	position: relative;
	padding-left: 15px;
	line-height: 30px;
	padding-bottom:5px;
	text-align: left;
	display: inline-block;
	color:#555;
}
.list-b li::after {
    position: absolute;
    content: '';
    width:4px;
    height:4px;
    border-radius: 50%;
    background-color: #eb0009;
    top:13px;
    left: 0;
	
}
.list-b li a{
	font-size:15px;
	color:#555;
	font-family: 'Poppins-Light';
}
.list-b li a:hover{
	color:#eb0009;
}
.red-color{
	color:#eb0009;
}
.pro-details{
	margin-top: 50px;
}
.pro-d-head{
	border-bottom: 1px solid #d8d8d8;
	padding: 0 30px;
}
.pro-d-head ul{
	padding-left: 0;
    list-style-type: none;
	margin: 0;
}
.pro-d-head ul li{
	display: inline-block;
}
.pro-d-head ul li a{
	font-size: 15px;
	color: #555;
	font-family: 'Poppins-Light';
	padding: 15px;
	display: block;
	position:relative;
}
.pro-d-head ul li a:hover, .pro-d-head ul li a.active{
	color: #eb0009;
}
.pro-d-head ul li a:hover:before, .pro-d-head ul li a.active:before{
	content:'';
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
	width:100%;
	height:1px;
	background-color: #eb0009;
}
.pro-content{
	position:relative;
	padding: 0 50px 0 68px;
	margin:30px 0;
}
.pro-content:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:45px;
	width:1px;
	height:100%;
	background-color: #d0d0d0;
}
.pro-title{
	position:relative;
	margin-bottom:15px;
	margin-top: 15px;
	
}
.pro-title:before{
	content:'';
	position: absolute;
	top: 10px;
	bottom: 0;
	left: -29px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #eb0009;
	border: 3px solid #fff;
}
.con-d .fa{
	color:#eb0009;
}
.con-d h6{
	color:#666666;
	font-size:14px;
	margin-bottom: 1px;
}
.con-d a{
	color:#000000;
	font-size: 15px;
}
.con-d .fa-envelope{
	font-size: 12px;
}
.con-det p{
	margin-bottom: 8px;
	color: #000;
	font-family: 'Poppins-Regular';
	line-height: 21px;
}
.con-det h6{
	font-size:14px;
	color:#666666;
	margin-bottom:0;
}
.con-det h6 a{
	font-size: 14px;
	color: #666666;
	width: 100%;
	display: block;
	margin-bottom: 3px;
}
.m-title .pro-title{
	width:auto;
}
.edit-btn{
	margin-left: auto;
	align-self: center;
	color: #eb0009;
	font-size: 14px;
	font-family: 'Poppins-Light';
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 4px 8px;
	line-height: 16px;
}
.edit-btn .fa{
	margin-left:2px;
}
.edit-btn:hover{
	border-color:#eb0009;
	color:#eb0009;
}
.my-doc .form-control-file{
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.my-doc label{
	font-size:16px;
	color:#000;
}
.my-doc .note{
	font-size: 14px;
    color: #666;
}
.inner-banner{
	position:relative;
	background-color: #000;
}
.inner-banner::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index:0;
    width: 100%;
    height:270px;
    content: '';
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.inner-banner img{
	opacity:0.7;
}
.inner-banner h1{
	color: #fff;
	position: absolute;
	text-align: center;
	top: 59%;
	z-index: 1;
}
.package{
	height:100%;
}
.package h4{
	font-size:21px;
}
.package .btn{
	margin-top:20px;
	padding: 0.6rem 2.5rem 0.6rem 2.5rem;
}
.price{
	font-size:31px;
	color:#222;
	font-family:'Poppins-SemiBold';
	margin-top:15px;
	margin-bottom:5px;
}
.pack-top{
	display:block;
	width:100%;
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
.check-list{
	list-style-type:none;
	padding-left:0;
}
.check-list li {
	font-family: 'Poppins-Light';
    font-size: 14px;
    position: relative;
    padding-left:21px;
    line-height:26px;
    padding-bottom:7px;
    text-align: left;
    display:block;
    color: #212121;
}
.check-list li::after {
    position: absolute;
    content: "\f00c";
	color: #d02825;
	font: normal normal normal 13px/1 FontAwesome;
	top: 6px;
	left: 0;
}
.cart-page .container {
    max-width: 485px;
}
.pack-box{
	border-radius:4px;
	border:1px solid #666;
	padding:15px 20px;
	margin-bottom:30px;
}
.n-pack{
	color:#eb0009;
}
.pack-right{
	margin-left:auto;
}
.pack-left p{
	margin-bottom:0;
}
.pack-right h4{
	color:#000;
}
.input-group > .input-group-append > .btn{
	border-radius:5px;
}
.pr-box{
	margin:15px 0;
}
.pr-box p{
	margin-bottom:0;
	font-family: 'Poppins-Regular';
	font-size:16px;
}
.r-auto{
	margin-left:auto;
}
.tot-am label{
	font-family: 'Poppins-Light';
	font-size:16px;
}
.total-pr{
	font-size:20px;
	color: #222;
	font-family: 'Poppins-SemiBold';
	margin-left:auto;
}
.green{
	color:#25ab13;
}
.fa-red {
    color: #eb0009;
}
.red {
    color: #eb0009;
}

.res-box h3{
	font-size:28px;
}
.res-box p{
	font-size:18px;
	font-family: 'Poppins-Light';
	margin-bottom: 0;
}
.res-box .fa{
	font-size:49px;
	margin-right: 18px;
}
.res-list{
	margin:10px 0;
}
.res-list p{
	color:#444;
	margin-bottom: 0;
}
.res-list span{
	color:#000;
	font-family: 'Poppins-Regular';
}
.conn-box .btn{
	margin:8px 0;
}
.page-link {
    color: #eb0009;
	font-family: 'Poppins-Light';
	font-size:14px;
}
.conn-box .fa.round{
	font-size: 26px;
	margin:10px 0;
	background-color:#a4a4a4;
	color: #fff;
	padding: 10px 9px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}
.pre-img{
	border-radius:50%;
	width:70px;
	height:70px;
	overflow:hidden;
	margin: 0 auto;
	border:2px solid #f1f1f1;
}
.pre-left{
	margin-right:auto;
}
.pre-right{
	margin-left:auto;
}
.h-per{
    font-size: 15px;
    color: #000000;
    background-color: #f1f1f1;
    border-radius: 50px;
    position: relative;
    height: 35px;
    line-height: 34px;
    padding: 0 28px;
	margin:0 auto;
	align-self: center;
	z-index: 2;
	}
.h-per:before{
	position: absolute;
	content: '';
	height: 1px;
	background-color: #f1f1f1;
	left: -120px;
	right: -120px;
	top: 17px;
	z-index: -1;
}
.text-13{
	font-size: 13px;
	font-family: 'Poppins-Light';
	color: #eb0009;
}
.br-box{
	border: 1px solid #ddd;
	padding:6px 25px;
	border-radius: 6px;
	line-height:26px;
	margin-top: 10px;
}
.br-box .fa{
	margin-left: auto;
	background-color: #fff3f3;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	padding: 7px;
	color:#eb0009;
	align-self: center;
}
.br-box .check-gray{
	background-color: #ececec;
	color: #b0b0b0;
}	
.verified{
	font-size: 13px;
	color: #333333;
	position: absolute;
	right: 16px;
	top: -10px;
}
.sub-box{
	border:1px solid #888;
	padding:20px 25px;
	border-radius:6px;
}
.br-left{
	border-left: 1px solid #ccc;
    padding-left: 30px;
}
.sub-right .price {
    font-size: 16px;
    margin-top: 0;
    line-height: 20px;
}
.sub-right{
	margin-left:auto;
}
.sub-left h4{
	font-size:22px;
}
.sub-left h4 span{
color: #333;
font-size: 17px;
padding-left: 15px;
border-left: 1px solid #bfbfbf;
margin-left: 15px;
}
.t-18{
	font-size:18px;
}
.sub-list b{
	display:block;
	width:100%
}
.ex-date{
	background-color: #fff6f6;
	width: 100%;
	max-width: 225px;
	border: solid #fd9999 1px;
	color: #e20606;
	border-radius: 4px;
	padding:4px 14px;
	box-shadow: 0px 2px 3px -2px #b3b3b3;
	font-size:14px;
	margin-bottom:10px;
}
.ex-date b{
	font-size:16px;
	margin-bottom:0;
	line-height:15px;
}
.ex-date p{
	margin-bottom: 3px;
    font-size: 14px;
}
.st-act{
	font-size: 15px;
	line-height: 22px;
	margin-top: 8px;
}
.page_pagination {
    display: inline-block;
    width: 100%;
}
.pagination {
    float: right;
    margin-top:20px;
    margin-bottom: 0px;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    padding: 6px 12px;
    line-height: 1.42857143;
    color:#eb0009;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    font-size:14px;
    margin-left: -1px;
	font-family: 'Poppins-Light';
}
.PagerOtherPageCells {
    float: left;
}
/*Pravin CSS Start*/
.pagination .GoToLabel {
    position: relative;
    float: left;
    padding: 5px 12px;
    line-height: 1.42857143;
    color: #eb0009;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -2px;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    font-family: 'Poppins-Light';
}

.pagination .GoToArrow {
    display: none;
    margin-left: 5px;
}

.pagination .GoToSelect {
    margin-left: 5px;
    width: 60px;
    height: 35px;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-top: -1px;
    font-family: 'Poppins-Light';
}
/*Pravin CSS End*/
.pagination li a {
    color: #333;
    cursor: pointer;
}

.pagination li a:hover {
    color:#eb0009;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a,
.pagination > .active > a:focus {
    background-color:#eb0009;
    border-color:#eb0009;
    color: #fff;
}

.error .fa{
	color: #666;
}
.error h3{
	color: #666;
}
.error p{
	color: #888;
}
.w-box{
    background-color: #fff;
	padding:30px;
	margin:15px 0;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 0px 16px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 0px 16px 0px rgba(54, 54, 54, 0.17);
}
.w-box h3{
	margin-bottom:8px;
}
.b-date{
	font-size:14px;
	color:#666666;
	font-family: 'Poppins-Light';
}
.w-box img{
	margin-right:4px;
}
.w-box .btn{
	margin-top:5px;
}
.w-box p{
	color:#555;
}
.w-box-img{
	width:100%;
	height:250px;
	overflow:hidden;
	margin:15px 0;
	text-align: center;
}
.blog-details .w-box img{
	margin-right:0;
}
.blog-img{
	border-radius:4px;
}
.blog-details h3{
	width:auto;
}
.blog-details .w-box-img{
	height:auto;
}
.blog-details p{
	text-align:justify;
}
.blog-details p:last-child{
	margin-bottom:0;
}
.m-photo{
	width:65px;
	height:65px;
	overflow:hidden;
	border-radius:50%;
	margin-right: 18px;
}
.m-photo img{
	width:100%;
}
.mess-title{
	line-height: 15px;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom:1px solid #ddd;
}
.mess-title h6{
	width:auto;
	margin-bottom:0;
}
.mess-title .m-date{
	margin-left:auto;
}
.mess-page p{
	text-align:justify;
}
.mess-page .media{
	margin:30px 0;
}
.mess-popup .modal-body{
	padding: 2rem;
}
.mess-popup .modal-body .close{
	position: absolute;
	right: 20px;
	top: 20px;
}
.mess-page{
	position:relative;
}
.mess-page .padd-box .red-link{
	position: absolute;
	top: 10px;
	right: 34px;
}
.top-none .nav-red{
	background-color: #eb0009;
    padding: 0;
}
.top-none .nav-red .btn-br {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.top-none .nav-red .btn-br:hover {
    background-color:rgba(255,255,255,0.3);
}

.gallery-link{
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	color: #fff;
	background-color:rgba(0, 0, 0, 0.7);
	line-height: 19px;
	border-radius: 5px;
	border:1px solid rgba(255, 255, 255, 0.63);
}
.gallery-link:hover{
	color: #fff;
	background-color:rgba(0, 0, 0, 1);
}
.mfp-container figcaption {
    display: block;
}
.mfp-counter {
    top: 8px;
    color: #000;
}
.noti-n{
	font-size:18px;
	color:#eb0009;
	padding-right: 7px;
}
.notif .m-date{
	margin-left:auto;
	font-size:13px;
	color:#666;
}
.notif p{
	margin-bottom:0;
}
.notif .m-photo {
    width: 55px;
    height: 55px;
}
.notif .media{
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #ddd;
}
.faqs-page .card-header{
	background-color: transparent;
	border:0;
	padding: .75rem 0;
}
.faqs-page .card-header a{
	display:block;
	width:100%;
	cursor: pointer;
	position:relative;
	color: #999;
}
.faqs-page .card-header a.collapsed {
    color: #222;
}
.faqs-page .card-header a.collapsed::before {
    content: "\f105";
}
.faqs-page .card-header a::before {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    right: 20px;
    top:3px;
    color: #999;
}
.faqs-page .card-header h5{
	font-size: 17px;
}
.faqs-page .card-body p{
	margin-bottom:0;
	padding-left:2px;
}
.faqs-page .card-body{
	padding-top:8px;
}
.faqs-page .card{
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top:0;
	padding: 8px 0;
}
.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    margin-right: 15px;
    text-align: center;
    padding-top: 5px;
    font-size: 20px;
}
.icon-text {
    -ms-flex: 1;
    flex: 1;
}
.icon .fa {
    color:#d02825;
}
.icon .fa-envelope {
    font-size: 14px;
	margin-top: 7px;
	display: block;
}
.icon-text p a{
	color:#222;
}
.term-links{
	margin:0 auto;
}
.term-links a{
	font-size:15px;
	padding:0 10px;
	font-family: 'Poppins-Light';
}
.term-links a:hover {
    color: #bdbdbd;
}

/*************************************** RESPONSIVE STYLE START ***********************************/
@media (min-width:300px) and (max-width:575px) {
 .navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 1.3rem;
 }
.navbar-brand {
    width:90px;
	padding: 4px;
	z-index: -1;
}
.navbar {
    padding:0 15px;
}
.navbar-collapse {
    padding-top: 10px;
    background-color: #fff;
}
    table.form-group tr td {
        display: block;
    }
h1 {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 18px;
}
#banner .carousel-indicators {
    bottom:3px;
	left: 0;
}
#banner .carousel-caption h1{
font-size: 28px;
line-height: 34px;
text-align: center;
}
.padding {
    padding: 40px 0;
}
.owl-nav .owl-prev {
    margin-left:10px;
}
.owl-nav .owl-next {
    margin-right:10px;
}
.owl-nav{
	z-index: 1;
}
#banner {
    height: 360px;
}
#banner .carousel-caption {
    bottom:40px;
    left: 15px;
    right: 15px;
}
#banner .carousel-item img {
    width: auto;
    height: 100%;
}
.nav-right {
    margin-left: 15px;
    position: absolute;
    right:37px;
    top:8px;
}
.navbar-dark .navbar-toggler {
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0;
}
.navbar-toggler span {
    background: #fff;
}
.nav-right .btn {
    font-size: 14px;
    padding: 0.5rem 0.8rem;
    line-height: 16px;
	margin-left: 2px;
}
.top-none .navbar-toggler span {
    background: #111;
}
.top-none .navbar-brand {
    width: 46px;
    padding: 2px;
}
.navbar-dark .navbar-nav .nav-link {
    padding:0.3rem 0.8rem;
	color:#111;
}
.top-none .nav-red .navbar-toggler span{
	background: #fff;
}
.top-none .nav-red .navbar-nav .nav-link {
    padding:0.3rem 0.8rem;
}
.top-none .nav-red{
	padding: 0 15px;
}
.about-text {
    max-height: none;
}
.about-sec img{
	margin-bottom:20px;
}
.about-sec::after {
    content:none;
}
.about-sec::before{
	height: 80px;
    background-size: 90px;
}
.padd {
    padding: 0;
}
.how-what{
	background-size: cover;
}
.br-r {
    border-right:0px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding-top:20px;
	margin-bottom:20px;
}
.section2 img{
	min-height: 184px;
	max-width: none;
	height: 100%;
}
.section2 h1 {
    max-width: 290px;
}
.bundles{
	background-size: cover;
}
.bundles-box{
	margin: 10px 0;
}
.f-logo{
	margin-bottom:20px;
}
.section2 {
    height: 190px;
	overflow:hidden;
}
.bs-img img{
	display:none;
}
.padd-box {
    padding: 20px;
}
.right-a {
    text-align: left;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}
.bs-wizard > .bs-wizard-step {
    width: 33%;
}
.custom-file-label {
    min-width: 100%;
}
.u-name{
	display:none;
}
.nav-red .navbar-brand, .top-none .nav-red .navbar-brand {
    width: 160px;
    z-index: 0;
}
.d-des{
	display:none;
}
.d-mobile {
    display: block;
}
.user .u-photo {
    width: 35px;
    height: 35px;
}
.nav-red .user .dropdown-toggle {
    padding: 0;
}
.nav-right .user {
    margin-right: 12px;
}
.nav-red .navbar-collapse {
    margin-bottom:10px;
	background-color: transparent;
	padding-top: 5px;
}
.nav-red .navbar-nav .nav-link {
    color: #fff;
}
.nav-red ul li.dropdown:hover > a::before {
    content: none;
}
.nav-red .nav-item{
	display:inline-block;
}
.fix-bg{
	background-image: url(../images/fix-bg-res.png);
}
.mach-box {
    display: block;
	padding-top: 20px;
}
.mach-box-img {
    max-width: 210px;
    margin: 0 auto;
	border-radius: 6px;
}
.mach-box-cont {
    max-width: 100%;
    padding:15px;
}
.mach-head h4{
	width: 100%;
	text-align: center;
	margin-bottom: 18px;
}
.pack{
	margin-left: 0;
}
.mach-list li {
    width: 100%;
}
.conn-box{
	display:block;
	width: 100%;
}
.conn-box p{
	align-self:center;
}
.conn-box .fa {
    margin:5px 15px;
}
.mach-right {
    border-left: 0px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    margin-top: 20px;
}
.mach-left{
	margin-bottom:20px;
}
.in-fg .form-group {
    width: 43%;
}
.divider::before {
    left: -20px;
    right: -20px;
}
.pr-photo {
	height: 243px;
	margin-bottom: 18px;
	width: 249px;
	margin-left: auto;
	margin-right: auto;
}
.profile .mach-box .mach-box-img {
    margin-top: 0;
    margin-bottom: 0;
}
.list-b li {
    width: 100%;
}
.pro-d-head {
    padding: 0 15px;
}
.pro-d-head ul li a{
	padding:9px 10px;
	line-height: 13px;
}
.pro-content {
    padding: 0 20px 0 50px;
    margin: 25px 0;
}
.pro-content::before{
	left: 27px;
}
.profile .mach-box{
	padding-bottom:15px;
	padding-top: 21px;
}
.package{
	height:auto;
	margin:10px 0;
}
.inner-banner {
    overflow: hidden;
    height: 174px;
}
.inner-banner img {
    opacity: 0.7;
	max-width: none;
    height: 100%;
}
.inner-banner h1 {
    top:65%;
}
.form-group .input-group{
	display:block;
}
.input-group > .input-group-append > .btn {
    width: 100%;
    margin-top: 10px;
}
.conn-box .btn{
	margin:8px 0;
}
.pref {
	display: block;
    width: 100%;
	text-align: center;
}
.h-per {
    font-size: 13px;
    height: auto;
    line-height: 17px;
    padding: 5px 28px;
    width:100%;
    text-align: center;
	margin:20px auto;
}
.h-per::before{
	left: -10px;
	right: -10px;
	top: 50%;
}
.br-box{
	text-align:center;
}
.br-box .fa{
	margin: 0 auto;
}
.per-con .text-14{
	margin:8px 0;
}
.per-con{
	width:100%;
	display:block;
}
.verified {
    font-size: 13px;
    right: 0;
    top: auto;
    bottom:-26px;
    left: 0;
}
.subs-head{
	text-align:center;
}
.subs-head img{
	margin-bottom:15px;
}
.sub-right {
    margin-left: 0;
    display: block;
    width: 100%;
	margin-top: 12px;
}
.sub-right .price{
	display: inline-block;
}
.sub-right .text-14 {
    display: inline-block;
}
.subscribe .br-left {
    border-left: 0px solid #ccc;
    padding-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 10px;
}
.pagination{
	display: block;
	margin-top:10px;
}
.pagination > li {
    display: inline-block;
    margin: 2px;
}
.w-box {
    padding: 20px;
}
.mess-page .media {
    display: block;
}
.m-photo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.mess-title h6 {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.mess-title .m-date {
    margin-left: auto;
    margin-right: auto;
}
.mess-page .padd-box .red-link {
    position: relative;
    top: -9px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.story-img-box {
    background-color: #fff;
    height: 300px;
}
.story .story-img-box img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.noti-n {
    padding-right:0px;
    display: block;
    width: 100%;
    text-align: center;
}
.notif .media{
	display:block;
}
.notif p {
    margin-bottom: 0;
    text-align: center;
	width: 100%;
}
.notif .m-date {
    margin-left: 0;
    width: 100%;
    text-align: center;
}
#banner .carousel-caption h1 p {
    font-size: 28px;
    line-height: 33px;
}
.pre-m{
	display:none;
}
.pre-active .pre-m{
	display:block;
}
.pre-head{
	cursor:pointer;
}
.pre-head::after {
    content:"\f105";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	margin-left: 40px;
}
.pre-active .pre-head::after {
    content:"\f107";
}
.nav-red .navbar-nav .nav-link {
	font-size: 15px;
	line-height: 26px;
	padding: 0.3rem 0.8rem;
}
.nav-red .dropdown-menu .dropdown-item {
    padding: .4rem 1.5rem;
    font-size: 14px;
    line-height: 21px;
}
.nav-red .dropdown-menu li {
    display: block;
}
.m-top {
    margin-top: 48px;
}
.get-touch{
	margin-top:30px;
}

  
}

@media (min-width:576px) and (max-width:767px) {
.navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 1.3rem;
 }
.navbar-brand {
    width:90px;
	padding: 4px;
	z-index: -1;
}
.navbar {
    padding:0 15px;
}
.navbar-collapse {
    padding-top: 10px;
    background-color: #fff;
}
    table.form-group tr td {
        display: block;
    }
.top-none .nav-red .navbar-toggler span{
	background: #fff;
}
.top-none .nav-red .navbar-nav .nav-link {
    padding:0.3rem 0.8rem;
}
.top-none .nav-red{
	padding: 0 15px;
}
h1 {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 18px;
}
#banner .carousel-indicators {
    bottom:3px;
	left: 0;
}
#banner .carousel-caption h1{
font-size: 28px;
line-height: 34px;
text-align: center;
}
.padding {
    padding: 40px 0;
}
.owl-nav .owl-prev {
    margin-left:10px;
}
.owl-nav .owl-next {
    margin-right:10px;
}
.owl-nav{
	z-index: 1;
}
#banner {
    height: 360px;
}
#banner .carousel-caption {
    bottom:40px;
    left: 15px;
    right: 15px;
}
#banner .carousel-item img {
    width: auto;
    height: 100%;
}
.nav-right {
    margin-left: 15px;
    position: absolute;
    right:37px;
    top:8px;
}
.navbar-dark .navbar-toggler {
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0;
}
.navbar-toggler span {
    background: #fff;
}
.nav-right .btn {
    font-size: 14px;
    padding: 0.5rem 0.8rem;
    line-height: 16px;
	margin-left: 2px;
}
.top-none .navbar-toggler span {
    background: #111;
}
.top-none .navbar-brand {
    width: 46px;
    padding: 2px;
}
.navbar-dark .navbar-nav .nav-link {
    padding:0.3rem 0.8rem;
	color:#111;
}
.about-text {
    max-height: none;
}
.about-sec img{
	margin-bottom:20px;
}
.about-sec::after {
    content:none;
}
.about-sec::before{
	height: 80px;
    background-size: 90px;
}
.padd {
    padding: 0;
}
.how-what{
	background-size: cover;
}
.br-r {
    border-right:0px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding-top:20px;
	margin-bottom:20px;
}
.section2 img{
	min-height: 114px;
}
.section2 h1 {
    max-width: 290px;
}
.bundles{
	background-size: cover;
}
.bundles-box{
	margin: 10px 0;
}
.f-logo{
	margin-bottom:20px;
}
.foot-bottom p, .foot-bottom p a{
	font-size:14px;
}
.bs-img img{
	display:none;
}
.bs-wizard > .bs-wizard-step {
    width: 33%;
}
.custom-file-label {
    min-width: 100%;
}
.u-name{
	display:none;
}
.nav-red .navbar-brand, .top-none .nav-red .navbar-brand {
    width: 160px;
    z-index: 0;
}

.user .u-photo {
    width: 35px;
    height: 35px;
}
.nav-red .user .dropdown-toggle {
    padding: 0;
}
.nav-right .user {
    margin-right: 12px;
}
.nav-red .navbar-collapse {
    margin-bottom: 15px;
	background-color: transparent;
}
.nav-red .navbar-nav .nav-link {
    color: #fff;
	font-size: 15px;
    line-height: 26px;
    padding: 0.3rem 0.8rem;
}
.nav-red ul li.dropdown:hover > a::before {
    content: none;
}
.nav-red .container {
    position: relative;
}
.mach-box {
    display: block;
	padding-top: 20px;
}
.mach-box-img {
    max-width: 210px;
    margin: 0 auto;
	border-radius: 6px;
}
.mach-box-cont {
    max-width: 100%;
    padding:15px;
}
.conn-box{
	display:flex;
	width: 100%;
}
.conn-box p{
	align-self:center;
}
.conn-box .fa {
    margin: 15px;
}
.mach-right {
    border-left: 0px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    margin-top: 20px;
}
.mach-left{
	margin-bottom:20px;
}
.pr-photo {
	height: 243px;
	margin-bottom: 18px;
	width: 249px;
	margin-left: auto;
	margin-right: auto;
}
.list-b li {
    width:49%;
}
.pro-d-head {
    padding: 0 15px;
}
.pro-d-head ul li a{
	padding:9px 10px;
	line-height: 13px;
}
.pro-content {
    padding: 0 20px 0 50px;
    margin: 25px 0;
}
.pro-content::before{
	left: 27px;
}
.profile .mach-box{
	padding-top: 21px;
}
.profile .mach-box .mach-box-img {
    margin-top: 0;
    margin-bottom: 0;
}
.inner-banner::after{
	height: 150px;
}
.package{
	height:auto;
	margin:10px 0;
}
.conn-box .btn{
	margin:8px;
}
.h-per {
    font-size: 13px;
    height: auto;
    line-height: 17px;
    padding: 5px 28px;
    width: 150px;
    text-align: center;
}
.h-per::before{
	left: -10px;
	right: -10px;
	top: 50%;
}
.verified {
    top: 24px;
}
.subscribe .br-left {
    border-left: 0px solid #ccc;
    padding-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 10px;
}
.w-box-img {
    height: auto;
}
.w-box {
    padding: 15px;
}
.story-img-box {
    height: 242px;
}
.story .story-img-box img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.noti-n {
    padding-right:0px;
    display: block;
    width: 100%;
    text-align: center;
}
.notif .media{
	display:block;
}
.notif p {
    margin-bottom: 0;
    text-align: center;
	width: 100%;
}
.notif .m-date {
    margin-left: 0;
    width: 100%;
    text-align: center;
}
.notif .m-photo {
    margin: 0 auto;
}
#banner .carousel-caption h1 p {
	font-size: 36px;
	line-height: 44px;
}
.pre-m{
	display:none;
}
.pre-active .pre-m{
	display:block;
}
.pre-head{
	cursor:pointer;
}
.pre-head::after {
    content:"\f105";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	margin-left: 40px;
}
.pre-active .pre-head::after {
    content:"\f107";
}
.m-top {
    margin-top: 48px;
}
.nav-red .dropdown-menu .dropdown-item {
    padding: .6rem 1.5rem;
}
  
}

@media (min-width:768px) and (max-width:991px) {
.navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 1.3rem;
 }
.navbar-brand {
    width:90px;
	padding: 4px;
	z-index: -1;
}
.navbar {
    padding:0 15px;
}
.navbar-collapse {
    padding-top: 10px;
    background-color: #fff;
}
.nav-right {
    margin-left: 15px;
    position: absolute;
    right:60px;
    top:3px;
}
.nav-red .nav-right .btn{
	padding: 0.4rem 1.5rem 0.4rem 1.5rem;
	margin-top: 4px;
}
.navbar-dark .navbar-toggler {
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 0;
}
.navbar-toggler span {
    background: #fff;
}
    table.form-group tr td {
        display: block;
    }
.top-none .navbar-toggler span {
    background: #111;
}
.top-none .nav-red .navbar-toggler span {
    background: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    padding:0.3rem 0.8rem;
	color:#111;
}
#banner {
    height: 432px;
}
#banner .carousel-caption h1{
	font-size: 34px;
   line-height: 46px;
}
h1 {
    font-size: 28px;
    line-height:33px;
    margin-bottom: 18px;
}
.about-text {
    max-height: 200px;
	padding-right: 10px;
}
.padding {
    padding: 40px 0;
}
.how-what{
	background-size: cover;
}
.padd {
    padding:0px;
}
.bundles-box h3 {
    margin-bottom: 6px;
    font-size: 19px;
}
.bundles{
	background-size: cover;
}
.about-sec::after{
	background-size: 120px;
}
.bs-img img{
	display:none;
}
.user .u-photo {
    width: 35px;
    height: 35px;
}
.nav-red .user .dropdown-toggle {
    padding: 0;
}
.nav-right .user {
    margin-right: 12px;
}
.nav-red .navbar-collapse {
    margin-bottom: 15px;
	background-color: transparent;
}
.nav-red .navbar-nav .nav-link {
    color: #fff;
}
.nav-red ul li.dropdown:hover > a::before {
    content: none;
}
.nav-red .container {
    position: relative;
}
.nav-red .navbar-brand, .top-none .nav-red .navbar-brand{
	z-index:0;
	width: 197px;
	padding: 4px;
}
.mach-box {
    display: block;
}
.mach-box-img {
    max-width: 210px;
    margin: 0 auto;
}
.mach-box-cont {
    max-width: 100%;
    padding:15px;
}
.conn-box{
	display:flex;
	width: 100%;
}
.conn-box p{
	align-self:center;
}
.conn-box .fa {
    margin: 15px;
}

.mach-right {
    border-left: 0px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    margin-top: 20px;
}
.mach-left{
	margin-bottom:20px;
}
.pr-radio [type="radio"]:checked + label, .pr-radio [type="radio"]:not(:checked) + label{
	font-size: 12px;
	padding-left: 25px;
	padding-right: 16px;
}
.pr-photo {
    height: 172px;
}
.profile .mach-box .mach-box-img {
    margin-top: 0;
    margin-bottom: 0;
}
.profile .mach-box {
    padding-top: 21px;
}
.inner-banner::after{
	height: 150px;
}
.max-580{
	max-width:580px;
}
.conn-box .btn{
	margin: 8px;
	width: auto !important;
	height: 47px;
}
.max-680{
	max-width:680px;
}
.h-per::before {
    left: -20px;
    right: -20px;
}
.pro-d-head ul li a {
    padding: 4px 15px;
}
.verified {
    top: 24px;
}
.story-img-box {
    height:300px;
}
.story .story-img-box img {
    width: auto;
    height: auto;
    max-width: 100%;
}
#banner .carousel-caption h1 p {
	font-size: 36px;
	line-height: 44px;
}
.m-top {
    margin-top:50px;
}

}

@media (min-width:992px) and (max-width:1199px) {
.navbar-brand{
	width: 120px;
	padding: 4px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    padding:1rem 0.6rem;
}
.nav-right{
	margin-left: 12px;
}
.nav-right .btn{
	font-size: 15px;
	padding: 0.4rem 0.9rem 0.4rem 0.9rem;
}
.top-none .navbar{
	padding-bottom: 0;
}
.about-sec::after{
	background-size: 60px;
}
.about-sec::before{
	background-size: 80px;
}
.padd-box {
    padding: 20px 40px;
}
.nav-red .navbar-nav .nav-link {
    padding: 1.5rem 0.6rem;
}
.nav-red .dropdown-menu .dropdown-item {
    padding: .9rem 0.8rem;
}
.nav-red .navbar-brand, .top-none .nav-red .navbar-brand{
    width:210px;
}
.mach-list li {
    width: 49%;
    font-size: 14px;
    padding-bottom: 0px;
}
.mach-list{
	margin-top: 10px;
}
.mach-box-cont .pro-t{
	font-size:13px;
	line-height:20px;
}
.mach-box-cont{
	padding: 15px;
}
.text-14 {
    font-size: 12px;
}
.max-580{
	max-width:580px;
}
.max-680{
	max-width:680px;
}
.max-800{
	max-width:800px;
}
.story-img-box {
    height:290px;
}
#banner {
    height: auto;
}
#banner .carousel-item, #banner .carousel-inner {
    height: auto;
}
.conn-box .btn{
	padding: 0.5rem 0.8rem 0.5rem 0.8rem;
}
.dropdown-static .dropdown-item {
    padding: .9rem 0.8rem;
}
 
}
@media (min-width:1200px) and (max-width:1299px) {
.navbar-dark .navbar-nav .nav-link{
	padding: 1.4rem 0.8rem;
}
.navbar {
    padding-bottom: 0;
}
#banner {
    height: auto;
}
.box-screen .container{
	max-width:1136px;
}
.max-580{
	max-width:580px;
}
.max-680{
	max-width:680px;
}
.max-800{
	max-width:800px;
}
.story-img-box {
    height:330px;
}

}

@media (min-width:1300px) and (max-width:1599px) {
.container{
		max-width: 1280px;
	}
.about-sec .container {
    max-width: 1050px;
}
.box-screen .container{
	max-width:1136px;
}
.max-1200{
	max-width:1200px;
}
.max-980{
	max-width:980px;
}
.max-580{
	max-width:580px;
}
.max-680{
	max-width:680px;
}
.max-800{
	max-width:800px;
}

}
@media (min-width:1600px){
	.container{
		max-width:1400px;
	}
    .navbar-light .navbar-nav .nav-link {
        padding: 1.4rem 1.6rem;
    }
	.about-sec .container {
    max-width: 1050px;
}
.padd {
    padding: 0 80px;
}
.nav-right {
    margin-left: 35px;
}

.box-screen .container{
	max-width:1136px;
}
.box-screen::after{
	left: 30px;
	background-size: auto;
}
.bs-img {
    min-height: 500px;
}
.max-1200{
	max-width:1200px;
}
.max-980{
	max-width:980px;
}
.max-580{
	max-width:580px;
}
.max-680{
	max-width:680px;
}
.max-800{
	max-width:800px;
}
.inner-banner img {
    width: 100%;
}

}
