/*
Author       	: theme_crazy
Template Name	: Cryptoma - Bitcoin & Cryptocurrency ICO Landing Page
Version      	: 1.0
*/

/****** Table Of Content ***************.pricing_image_area
=================================================
#1. Typography
#2. Pre Loader
#3. General Design
#4. Header Design
#5. Banner Design
#6. Features
#7. Road Map
#8. Team
#9. FAQs
#10. Contact Us
#11. Footer
#12. Responsive Design
=================================================
*/

/************* Typography ******************/
*{
	padding:0;
	margin:0;
}
:root {
    --blue: #F4F7FA;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none!important;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
	color:#fff;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline:none!important;
	box-shadow:none;
}
ul,
ol{
	margin:0;
	list-style-type:none;
}
body{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	position:relative;
	overflow-x:hidden;
   /*background: #f6f8fb url("img/body-top-bg.svg") no-repeat scroll center -150px / contain ; */
}

.main_headers {
    background: #29c56b !important;
    height: 120px;
}



h1,
h2,
h3,
h4,
h5,
h6{
	color:#333;
    font-family: 'Effra';
}
h1 {
    font-weight: 900;
	font-size:48px;
	line-height:56px;
	margin: 0 0 20px;
}
h2{
	font-weight:normal;
	font-size: 40px;
	margin:0 0 15px;
	line-height:40px;
}
h3{
	font-size:20px;
	font-weight:600;
	margin:0 0 15px;
}
h4{
	font-size:18px;
	font-weight:600;
	margin:0 0 10px;
}
h5{
	font-weight:400;
	margin:0 0 10px;
	font-size:14px;
	color:#777;
}
h6{
	font-weight:300;
	margin:0 0 10px;
	font-size:12px;
}
p {
    font-size: 18px;
    line-height: 28px;
    color: #73778F;
    margin: 0 0 25px;
}

 .full_wide{
    word-wrap: normal;white-space: nowrap;
  }

/*================================ Pre Loader ====================================*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	z-index:13000;
	height:100%;
}
.preloader_image{
	width:130px;
	height:130px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.sk-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto;
}
.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #4977e6;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out; 
}
.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s; 
}

@-webkit-keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

@keyframes sk-doubleBounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0); 
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1); 
	} 
}

/*======================================== General Design ========================================*/
.inverse-bg {
  background: #677fff none repeat scroll 0 0;
  color: #f5f4ff;
}

.section-title {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 70px;
}
.section-title p {
    display: block;
    margin: 0 auto;
    max-width: 580px;
    color: #73778F;
}
.btn{
	font-size:15px;
}
.btn.btn-default{
	line-height: 26px;
    border: 2px solid #cbdfff;
    border-radius: 27px;
    padding: 12px 30px;
    color: #3d3dce;
    font-weight: 500;
	text-transform:capitalize;
	box-shadow:none!important;
}
.btn.btn-primary{
	line-height: 26px;
    border: 2px solid #3d3dce;
    border-radius: 27px;
  /*  padding: 12px 30px;*/
    color: #fff;
    font-weight: 500;
	background:#3d3dce;
	text-transform:capitalize;
	opacity:1;
	box-shadow:none!important;
}
.btn-primary:hover{
	color:#3d3dce;
	border-color:#cbdfff;
	background:none;
}
.btn.btn-default:hover{
	background:#3d3dce;
	color:#fff;
	border-color:#3d3dce;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none; 
}
section{
	width:100%;
	float:left;
	height:auto;
}
.section-spacing{
	padding: 90px 0;
}
.no-spacing{
	padding:0;
}
.moveDown{
	animation: move 6.5s linear infinite; 
}
.moveDown3{
	animation: move 7s linear infinite; 
}
.mb-120{
	margin-bottom:120px;
}

.top-m{
    margin-top: 70px;    
}

.title-section {
    margin-top: 160px;
    text-align: center;
}

.p-r-off{
    padding-right: 0;
}

.p-l-off{
    padding-left: 0;
}

.no-pad{
    padding: 0
}

.df{
    display: flex;
}

/*======================================== Header Design ========================================*/

.fixed-top {
    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar .navbar-brand{
	padding:4px 0;
}
 .navbar .navbar-nav .nav-link{
	padding: 13px 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #697796;
    line-height: 24px;
    font-weight: 400;
}

.menu-bg .navbar-nav .nav-link,
.home-page .navbar-nav .nav-link{
    color: #fff;
}

nav.menu-bg {
  background: #29c56b;
    top: 0;
}
.navbar .navbar-nav .nav-item.btn-login .nav-link{
	background:#3d3dce;
	color:#fff;
	padding:13px 40px;
	border-radius:25px;
	text-transform:uppercase;
	-webkit-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	-ms-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	-moz-box-shadow:0 6px 27px rgba(0,91,234,0.3);
	box-shadow:0 6px 27px rgba(0,91,234,0.3);
}
.navbar .navbar-nav .nav-item.btn-login .nav-link.active{
	color:#fff;
}
.navbar .navbar-nav .nav-item.btn-login .nav-link:hover{
	background:#333333;
}
.navbar .navbar-nav .nav-item.btn-login{
	margin-left:20px;
}
.navbar .navbar-nav .nav-item{
	margin-left:15px;
}
.navbar .navbar-nav .nav-item:first-child{
	margin:0;
}
.home-page .navbar .navbar-nav .nav-item .nav-link.active,
.home-page .navbar .navbar-nav .nav-link:hover{
	color: #fff;
} 
.navbar-toggler{
	padding:0;
	outline:none;
	border:none;
}
.navbar-toggler-icon{
	display: inline-block;
    width: 40px;
    height: 3px;
    background: #000;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}
.navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon{
    background: rgba(0, 0, 0, 0);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0px;
}

.megamenu_area{
	width: 400px;
}
.mega_submenu{
	width: 50%;
	float: left;
	padding-left:5px;
	padding-right:5px;
	text-align: left;
	background: #fff;
                    	
}
.dropdown-item{
	font-size: 14px;
}
.princing_menu_a{
	color: #000;
	padding-left: 5px;
}

.status_page_title{
	margin-top: 100px !important;
}

/*======================================== Banner Design =============================*/
#home{
	background:url(img/banner/1_Home.png) no-repeat center bottom;
	-webkit-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position:relative;
    padding-bottom: 149px;
}
.banner-caption{
	width:100%;
	float:left;
	height:auto;
	padding:115px 0;
}
.hero-text{
	width:100%;
	float:left;
	height:auto;
}
.hero-text h1{
	color:#fff;
	animation-delay:0.2s;
    font-size: 55px;
    font-weight: normal;
}
.hero-text h1 span{
    display: block;
    font-family: 'Effra';
    font-weight: 300;
}
.hero-text p{
	color:rgba(255,255,255,0.6);
	margin:0 0 30px;
	animation-delay:0.4s;
    font-size: 18px;
    color: #F5F4FF;
}
.hero-text .btn.btn-primary, .hero-text .btn-primary:active:not(:disabled):not(.disabled) {
  background: #f68f00 none repeat scroll 0 0;
  border: 2px solid #f68f00;
  border-radius: 27px;
  color: #fff;
  font-weight: 600;
  line-height: 26px;
  padding: 12px 30px;
  text-transform: capitalize;
}
.hero-text .btn.btn-default{
	text-transform:capitalize;
	color:#fff;
	font-weight:600;
	line-height:26px;
	padding:12px 30px;
	border-radius:27px;
	border:2px solid #fff;
	min-width: 185px;
}
a + a{
	margin-left:20px;
}
.hero-text a{
	animation-delay:0.6s;
}
.hero-text .btn.btn-default:hover{
	background:#F68F00;
	border:2px solid #F68F00;
	color:#fff;
}
.hero-text .btn.btn-primary:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.hero-img{
	animation-delay:1s;
	animation: move 4.2s linear infinite; 
}
.circle1 {
	position: absolute;
	left: 40px;
	top: 40px;
	width:100px;
	height:100px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 2.5s linear infinite; 
}
.circle2{
	position: absolute;
	left: 30%;
	top: 60%;
	width:150px;
	height:150px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 3s linear infinite; 
}
.circle3 {
	position: absolute;
	right: 40px;
	top: 140px;
	width:130px;
	height:130px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 2.5s linear infinite; 
}
.circle4 {
	position: absolute;
	left: 45%;
	top: 50px;
	width:160px;
	height:160px;
	border-radius:50%;
	background:rgba(255,255,255,0.1);
	animation: move 3.5s linear infinite; 
}

@-webkit-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@-moz-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@-o-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	}  
}
.banner-caption .pre-sale{
	padding: 20px 30px 25px;
    background: rgba(255,255,255,0.2);
    max-width: 400px;
    border-radius: 5px;
}
.banner-caption .pre-sale h3{
	color:#fff;
}
.presale-counter{
	font-family:'Poppins', sans-serif;
}

/*======================================== Features =============================*/

.features-section {
    background: #f8fafd none repeat scroll 0 0;
    padding: 10px 0 110px;
    position: relative;
    top: -100px;
}
.features-item{
    text-align: center;
	width:100%;
	float:left;
	height:auto;
	padding:30px;
	margin:0 0 30px;
	-webkit-transition:all 0.8s ease-in-out;
	-ms-transition:all 0.8s ease-in-out;
	-moz-transition:all 0.8s ease-in-out;
	transition:all 0.8s ease-in-out;
}

.features-item p{
	margin:0;
}
.features-item h3 {
    color: #3d3f54;    
    margin-top: 35px;
}
.features-item i {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    background: #f0e9fc;
    color: #3d3dce;
    border-radius: 8px 8px 0 8px;
    margin: 0 0 20px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.features-item i::before{
	font-size:36px;
	line-height:60px;
}
.features-item:hover i{
	background:#3d3dce;
	color:#fff;
}
.text-block p:last-of-type {
    margin: 0;
}
.text-block img {
    left: -22px;
    position: relative;
}

.img-block img {
    left: -20px;
    min-width: 725px;
    position: relative;
    top: 25px;
}

#about-us {
    padding-bottom: 52px;
}

/*======================================== Table Section =============================*/

.table-section {
    background: #f8fafd;
    padding: 150px 0 135px;
}

.table-section th.first {
    color: #6b56ef;
    font-size: 22px;
    font-family: "Effra";
    font-weight: normal;    
    padding-left: 42px;
}

.table-section th.second {
    color: #F68E1E;
    font-size: 22px;    
    font-family: "Effra";
    font-weight: normal;
    padding-left: 42px;
}

.table-section th {
    font-weight: normal;
    position: relative;    
    padding-left: 70px;
}

.table-section th::before {
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 42px;
  position: absolute;
  top: 20px;
  width: 14px;
}

.table-section tbody tr:first-child th:before {
  background: #ef6f61 none repeat scroll 0 0;
}
    
.table-section tbody tr:nth-child(2) th:before {
  background: #B46ED0 none repeat scroll 0 0;
}
    
.table-section tbody tr:nth-child(3) th:before {
  background: #2FCC71 none repeat scroll 0 0;
}

.table-section tbody tr:nth-child(4) th:before {
  background: #F68E1E;
}
    
.table-section tbody tr:nth-child(5) th:before {
  background: #47B3FA;
}

.table-section tbody tr:nth-child(3) td:first-child{
    position: relative;
}

.table-section tbody tr:nth-child(3) td:nth-child(2),
.table-section tbody tr:nth-child(5) th,
.table-section tbody tr:nth-child(3) th {
  top: 12px;
}

/*======================================== Download Section =============================*/

#download {
    padding: 150px 0;
    background: url(img/download-bg.png) no-repeat scroll 0 0 / cover;
}

#download .text-block p{
    margin-bottom: 35px;
}

#download .text-block p,
#download .text-block h2 {
    color: #f5f4ff;
}

#download-bottom .btn,
#download .btn {
    color: #fff;
    height: 55px;
    line-height: 28px;
    width: 188px;
}

#download-bottom .btn.btn-primary,
#download .btn.btn-primary {
    background: #f68f00;
    border: 2px solid #f68f00;
}


#download-bottom .btn.btn-primary:hover,
#download .btn.btn-primary:hover{
    background-color: transparent;
    border: 2px solid #f68f00;
}

#download-bottom .btn.btn-primary:hover{
    color: #3D3F54
}
#download .btn.btn-default:hover {
    background: #f68f00 none repeat scroll 0 0;
    border: 2px solid #f68f00;
}

#download .img-block img {
    left: inherit;
    min-width: inherit;
    position: inherit;
    top: inherit;
}

#download .text-block.right-box {
  margin-left: 50px;
}

/*======================================== Download Bottom  =============================*/

#download-bottom .text-block {
    padding-left: 63px;
}

#download-bottom .btn.btn-primary {
    margin-top: 40px;
}

/*======================================== Customer Feedback Section Start =============================*/

.customer-feedback-section{
    background: #F8FAFD; 
    padding: 152px 0 140px;
}
.customer-feedback-section .section-title {
    margin-bottom: 92px;
}

.owl-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    border-bottom: 6px solid #7454ff;
    padding: 50px 30px 22px;    
}

.owl-item:nth-child(odd){
    border-bottom: 6px solid #FF6E10;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.customer-thumb img {
    float: left;
}

.customer-thumb {
    overflow: hidden;
}

.content-box {
    float: left;    
    margin-left: 20px;
}

.right-arrow {
    float: right;   
}

.content-box h4 {
    color: #3d3f54;
    font-size: 25px;
    margin: 0;
}
.content-box > p {
    margin-bottom: 8px;
}
.customer-desc p{
    font-family: 'Effra';
    font-weight: 300;
    font-style: italic;
}

.owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
    background: #FF6E10;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

/*======================================== FAQs =============================*/

.faqs-top-section {
    margin-top: 160px;
}
#faqs .card-header,
#faqs .card {
  background: transparent none repeat scroll 0 0;
}
.faqs-top h1 {
    color: #3d3f54;
    font-size: 48px;
    text-align: center;
}

.top-search > form{
    position: relative;
    width: 650px;
    box-shadow: 1px 7px 14px -1px #DEE2EA;
    border-radius: 33px;
    width: 650px;
    margin: 0 auto;
    height: 70px;
}

.ssubmit {
    background: #f68f00 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 33px;
    color: #fff;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 126px;
    cursor: pointer;
}

.search-control {
    background: rgba(0, 0, 0, 0) url("img/faq-search.png") no-repeat scroll 30px center;
    border: 0 none;
    border-radius: 33px;
    box-shadow: 0 19px 28px #dee2ea;
    color: #d8dbeb;
    height: 70px;
    padding: 10px 155px 10px 65px;
    width: 650px;
}

.faqs-title-box {
    background: #29c56b;
    padding: 40px 60px;
    border-radius: 5px;
}

.faqs-title-box h2{
    color: #ffffff;
    font-size: 40px;
}

.faqs-title-box p{
    color: #ffffff;
    font-size: 22px;
}

.card{
	border:none;
	background:#fff;
	border-bottom: 1px solid #E4E8EF !important;
	overflow:hidden;
}
.card + .card{
	margin-top:0px;
}
    .card-header{
        padding:0px;
        background:#fff;
        border:none;
    }
    .card-header h4{
        margin:0;
        font-weight: normal;
        padding: 30px 100px 30px 0;
        cursor:pointer;
        position:relative;
        color: #727481;
        font-size: 25px;
    }
    .card-body > p {
        color: #8c8ea1;    
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .card-header h4.collapsed::after{
        width:30px;
        height:30px;
        position:absolute;
        background: url(img/plus.png) no-repeat;
        top:50%;
        right:0;
        line-height:22px;
        content: "";
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        transform:translateY(-50%);
    }

.card-header h4::after{
	width:30px;
	height:30px;
	position:absolute;
    content: "";
	top:50%;
	right:0;
    background: url(img/minus.png) no-repeat scroll 0 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}
.card-body{
	padding:0 25px 25px 0;
}
.card-body p:last-child{
	margin:0;
}

.faqs-top-section .top-search > form {
    background: #fff none repeat scroll 0 0;
}




/*======================================== Road Map =============================*/
#roadmap{
	padding-bottom:93px;
}
.roadmap-outer{
    overflow: hidden;
    position: relative;
}
.roadmap-outer .roadmap{
    position: relative;
    margin-top: -79px;
}
.roadmap-outer .roadmap:first-child{ 
	margin-top: -27px; 
}
.roadmap-outer .roadmap:before,
.roadmap-outer .roadmap:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.roadmap-outer .roadmap:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.roadmap-outer .roadmap-icon{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #7a7bd7;
    border-right-color: #7a7bd7;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
}
.roadmap-outer .year{
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 40px rgba(165,165,165,0.2);
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    color: #7a7bd7;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}
.roadmap-outer .roadmap-content{
    width: 35%;
    float: right;
    background: #7a7bd7;
    padding: 20px 20px;
    margin: 50px 0 51px;
    z-index: 1;
    position: relative;
	border-radius:5px;
}
.roadmap-outer .roadmap-content:before{
    content: "";
    width: 20%;
    height: 15px;
    background: #7a7bd7;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}
.roadmap-outer h3{
    color: #fff;
}
.roadmap-outer p{
    color: rgba(255,255,255,0.7);
    margin: 0;
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon{ 
	transform: rotate(-135deg); 
}
.roadmap-outer .roadmap:nth-child(2n) .year{ 
	transform: rotate(135deg); 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content{ 
	float: left; 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{
    left: auto;
    right: -20%;
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon{
    border-top-color: #5c5cd3;
    border-right-color: #5c5cd3;
}
.roadmap-outer .roadmap:nth-child(2n) .year{ 
	color: #5c5cd3; 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{ 
	background: #5c5cd3; 
}
.roadmap-outer .roadmap:nth-child(3n) .roadmap-icon{
    border-top-color: #4646cf;
    border-right-color: #4646cf;
}
.roadmap-outer .roadmap:nth-child(3n) .year{ 
	color: #4646cf; 
}
.roadmap-outer .roadmap:nth-child(3n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(3n) .roadmap-content:before{ 
	background: #4646cf; 
}
.roadmap-outer .roadmap:nth-child(4n) .roadmap-icon{
    border-top-color: #3f3fce;
    border-right-color: #3f3fce;
}
.roadmap-outer .roadmap:nth-child(4n) .year{ 
	color: #3f3fce; 
}
.roadmap-outer .roadmap:nth-child(4n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(4n) .roadmap-content:before{ 
	background: #3f3fce; 
}

/*======================================== Contact Us =============================*/
.contact-info{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #dcdcdc;
	border-radius:5px;
	padding:30px 15px;
	margin:0 0 90px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.contact-info:hover{
	border-color:#3d3dce;
}
.contact-info .fa{
	font-size:30px;
	color:#3d3dce;
	margin:0 0 20px;
}
.contact-info p{
	margin:0;
	color:#999;
}
.contact-info p a{
	color:inherit;
}
.contact-info p a:hover{
	color:#3d3dce;
}
.form-control {
    height: 34px;
    box-shadow: none!important;
    padding: 0px;
    border: 1px solid #f5f5f5;
    color: #333;
    border-radius: 3px;
    font-size: 14px;
}

.form-control::-moz-placeholder{
	color:#999;
}
.form-control::-webkit-input-placeholder{
	color:#999;
}
.form-control::-ms-input-placeholder{
	color:#999;
}
.form-group {
    margin-bottom: 30px;
}
.help-block.with-errors ul {
    padding: 10px 0 0;
}

.fsubmit {
    border: 0 none;
    border-radius: 25px;
    height: 44px;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 105px;    
    cursor: pointer;
    background: url(img/submit-bg.png) no-repeat scroll center right;
}


/* ==========================================================================
   Footer section
   ========================================================================== */

#footer-Content {
    padding: 45px 0 28px;
  background: url(img/footer.png) no-repeat scroll 0 0 / cover; }
  #footer-Content .form-control:focus {
    outline: none;
    box-shadow: none;
    background: #e5fff3; }
  #footer-Content .widget p {
    color: #F0F1FF;
    font-size: 16px;
    line-height: 25px;
      margin-bottom: 15px; 
}
.footer-logo img {
    margin-bottom: 20px;
}
.widget h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 28px;
  margin-top: 30px;
}
.widget.widget-2 {
  margin-left: 75px;
}
  #footer-Content .widget .subscribe-area {
    position: relative;
    height: 40px;
    margin-top: 18px; }

#footer-Content .widget .subscribe-area input[type=email] {
    background: #fff;
    color: #8C929D;
    font-size: 18px;
    height: 50px;
    border-radius: 25px;
}

    #footer-Content .widget .subscribe-area span i {
      position: absolute;
      right: 0;
      width: 60px;
      height: 38px;
      color: #fff;
      top: 0;
      background: #f68f00;
      display: block;
      padding: 9px 20px;
      font-size: 18px;
      border-radius: 0px 4px 4px 0px; }

    #footer-Content h3.block-title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 35px;
    }

    #footer-Content ul.menu li a {
        color: #F0F1FF;
        font-size: 16px;
        font-weight: 400;
        line-height: 38px;
        transition: all 300ms ease 0s;
    }

    .social {
        margin-top: 18px;
    }

    #footer-Content ul.menu li a:hover {
      color: #f68f00;
    }
.menu a i {
  margin-right: 8px;
}
.fa.fa-mobile {
  font-size: 25px;
}
    .copyright{
        color: #A8AEFF;
        font-size: 16px;    
        margin-top: 95px;
    }


.social li {
    display: inline-block;
    text-align: center;
}
.social li a{
    background: #6169ff none repeat scroll 0 0;
    border-radius: 50%;
    height: 38px;
    margin-right: 10px;
    display: block;
    width: 38px;
}

.social li a:hover{
    background: #FF6E10;
}
.social li i {
    color: #e7e8ff;    
    font-size: 17px;
    line-height: 38px;
}
.widget.widget-4 {
    margin-left: 22px;
}
    .back-top a{
        background-color: transparent;
        bottom: 0;
        height: 50px;
        margin: 0;
        position: fixed;
        right: 10px;
        width: 85px;
        z-index: 10000;
    }
    .back-top .icon-bg {
        background-color: #3d3dce;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
        height: 60px;
        left: 0;
        position: absolute;
        top: -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: left bottom 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        width: 60px;
    }
.back-top .back-to-top-text {
    bottom: 5px;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: bottom 0.15s ease-out 0.2s;
    -moz-transition: bottom 0.15s ease-out 0.2s;
    -o-transition: bottom 0.15s ease-out 0.2s;
    -ms-transition: bottom 0.15s ease-out 0.2s;
    transition: bottom 0.15s ease-out 0.2s;
    width: 100%;
}
.back-top .fa {
    color: #fff;
    font-size: 28px;
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.back-top a:hover .back-to-top-text {
    bottom: -30px;
    -webkit-transition: bottom 0.15s ease-out 0s;
    -moz-transition: bottom 0.15s ease-out 0s;
    -o-transition: bottom 0.15s ease-out 0s;
    -ms-transition: bottom 0.15s ease-out 0s;
    transition: bottom 0.15s ease-out 0s;
}
.back-top a:hover .fa {
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out 0.15s;
    -moz-transition: all 0.2s ease-out 0.15s;
    -o-transition: all 0.2s ease-out 0.15s;
    -ms-transition: all 0.2s ease-out 0.15s;
    transition: all 0.2s ease-out 0.15s;
}

/*======================================== Responsive Design =============================*/
@media (max-width: 374px) {
.hero-text .btn.btn-default{
	width:100%;
	margin:20px 0 0!important;
}
.hero-text .btn.btn-primary{
	width:100%;
}
}

@media (max-width: 479px) {
.hero-text .btn.btn-primary, 
.hero-text .btn.btn-default, 
.btn.btn-primary, 
.btn.btn-default{
	min-width:unset!important;
	padding:12px 22px!important;
	font-size:14px;
}
a + a {
    margin: 0px 0 0 10px!important;
}
p{
	font-size:14px;
	line-height:26px;
}
.form-control{
	font-size:14px;
}

.banner-caption{
	padding:60px 0;
}

}
@media (max-width: 575.98px) {
.circle1 {
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
}
.circle2 {
    left: 50%;
    top: 70%;
    width: 70px;
    height: 70px;
}
.circle3 {
    right: 20px;
    top: 50px;
    width: 80px;
    height: 80px;
}
.circle4 {
    left: 45%;
    top: 20%;
    width: 60px;
    height: 60px;
}
.hero-text .btn.btn-primary,
.hero-text .btn.btn-default,
.btn.btn-primary,
.btn.btn-default{
	padding:12px 25px;
}
.input-group .btn.btn-primary {
    padding: 12px 15px;
    min-width: unset!important;
}
.form-control{
	padding:0px;
}
textarea.form-control {
    padding: 12px 20px;
}
#features .row .col-sm-6:nth-last-child(-n+1) .features-item {
    margin-bottom: 0;
}

}

@media (min-width: 576px) and (max-width: 767.98px) {
#features .row .col-sm-6:nth-last-child(-n+2) .features-item {
    margin-bottom: 0;
}
}

@media (max-width: 767.98px) {
.container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px!important;
}
body{
	padding-top:80px;
}

a + a {
    margin-left: 15px;
}
.section-spacing {
    padding: 60px 0;
}
.hero-text{
	padding:0px;
}
.footer{
	padding:60px 0;
}
h1{
	font-size:30px;
	line-height:40px;
}
h2{
	font-size:24px;
	line-height:35px;
}
.counter-info{
	margin:0 0 50px;
}
.section-title{
	margin:0 0 40px;
}

.img-block {
    margin: 0 0 40px;
}
.mb-120 {
    margin-bottom: 60px;
}
.text-block p:last-of-type{
	margin:0;
}

.download-img,
.faqs-img {
    margin: 0 0 40px;
}
.team-member{
	margin:0 0 40px;
}
#team .row .col-md-3:nth-last-child(-n+1) .team-member{
	margin:0;
}
.contact-info{
	margin:0 0 40px;
}
#contact .section-title h2{
	margin:0;
}
.form-group {
    margin-bottom: 20px;
}
#footer{
	padding:50px 0;
}
.features-item{
	text-align:center;
	margin:0 0 40px;
}
.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 50% !important;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
    margin-bottom:30px;
}

.order_tracking_title{
  margin-top:-150px !important;
  }

.status_page_title{
	margin-top:-200px !important;
}
.features-section {
    background: #f8fafd none repeat scroll 0 0;
    padding: 10px 0 110px;
    position: relative;
    top: -2px;
}

}

@media (max-width: 991.98px) {
.navbar .navbar-nav .nav-item {
    margin-left: 0;
}
.navbar .navbar-nav .nav-link{
	padding:8px 0px;
}
.navbar .navbar-nav .nav-item.btn-login {
    margin: 10px 0 0;
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.container {
    width: 768px;
    max-width: 100%;
    padding: 0 15px!important;
}
h1{
	font-size:36px;
	line-height:45px;
}
h2{
	font-size:26px;
	line-height:32px;
}
.hero-text{
	padding:120px 0 0;
}
a + a {
    margin-left: 15px;
}
.section-spacing {
    padding: 80px 0;
}
.roadmap-outer .roadmap{ 
	margin-top: -135px; 
}
.roadmap-outer .roadmap-content:before{ 
	left: -4%; 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{ 
	right: -4%; 
}
.banner-caption{
	padding:100px 0;
}
.hero-text{
	padding:0;
}
.hero-text h1{
	font-size:28px;
	line-height:34px;
}
.contact-info p{
	font-size:14px;
}
.hero-text .btn.btn-primary{
	padding:12px 25px;
	font-size:14px;
}
.hero-text .btn.btn-default{
	padding:12px 25px;
	min-width:unset;
	font-size:14px;
}
#features .row .col-sm-6:nth-last-child(-n+2) .features-item {
    margin-bottom: 0;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.navbar .navbar-nav .nav-item {
    margin-left: 0;
}
.navbar .navbar-nav .nav-item.btn-login {
    margin-left: 15px;
}
h2{
	font-size:28px;
}
h1{
	font-size:36px;
}
.banner-caption{
	padding:120px 0;
}
.roadmap-outer .roadmap{ 
	margin-top: -107px; 
}
.roadmap-outer .roadmap-content:before{ 
	left: -18%; 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{ 
	right: -18%; 
}
#features .row .col-sm-6:nth-last-child(-n+3) .features-item {
    margin-bottom: 0;
}

}

@media (min-width: 1200px) {
#features .row .col-sm-6:nth-last-child(-n+3) .features-item {
    margin-bottom: 0;
}
}



/*My Order page*/

.my-order {
    display: none;    
    margin-bottom: 150px;
}

.orders-wrapper .table-striped tbody  tr {
    background: transparent !important;
    border: 2px solid #EDF4FC;
}

.orders-wrapper .table td, .orders-wrapper .table th {
    border: 2px solid #dee2e6;
    color: #7a8291;
    font-size: 13.5px;
}

.site-content h2 {
    background: #657cfd none repeat scroll 0 0;
    border-bottom-width: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-size: 25px;
    margin-bottom: -1px;
    padding: 12px 38px 11px;
    position: relative;
    z-index: 1;
}

.site-content .table td, .site-content .table th {
  border-top: 1px solid #dee2e6;
  padding: 0.68em;
  vertical-align: top;
}

.site-content {
    margin-bottom: 135px;
}

.my-order.order-active{
    display: block !important;
}

.services, .pricing, .pickup{
    background: #ffffff none repeat scroll 0 0;
    padding: 50px 27px;
}

.order-title > h2 {
    font-size: 30px;
    margin-bottom: 22px;
}
.pickup-box:hover {
    background: #fff;    
    box-shadow: 0 4px 5px 0 #edeef3;
    
}
.section-title{
	margin-bottom: 40px;
}

.services-box, .pricing-box, .contact-box, .pickup-box {
  background-color: #f6f8fb;
  border-radius: 5px;
  padding: 40px 15px 30px;
  text-align: center;
    transition: all .77s ease 0s;
}

.pickup-box.pickup-date-box {
    cursor: pointer;
    line-height: 2;
    max-height: 100px;
    min-height: 100px;
    padding: 0px 15px 20px;
    width: 100%;
}
.pickup-box.pickup-time-box, .pickup-box.pickup-service-box, .pickup-box.pickup-delivery-box {
  cursor: pointer;
  height: 80px;
  padding: 24px 15px 10px;
  width: 100%;
}
.pickup-content > h6 {
  font-size: 22px !important;
}
.pickup-box.active,
.pickup-box.pickup-time-box:hover{
    position: relative;
    background: #FF6E10;
    transition: inherit;
}

.btn.pickup-date-box {
    position: relative;
}



.pickup-date-box.active::before,
.pickup-box.active::before {
    border-color: #FF6E10 transparent transparent;
    border-style: solid;
    border-width: 12px 11px 0;
    bottom: -11px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    z-index: 1;
}


.pickup-box.active .pickup-content h6,
.pickup-box.active .pickup-content h5, 
.pickup-box.active .pickup-content h3{
    color: #fff;
}
.pickup-box.active:hover .pickup-content h5,
.pickup-box.pickup-time-box:hover .pickup-content h6{
	color: #ffffff;
}

.pickup-service-options {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}


fieldset label {
    color: #5a5f68;
}

fieldset {
    padding: 8px 20px;
    border-radius: 2px;
}

fieldset {
    background: #F4F7FA;
}
.cash-checkbox {
    float: right;
}

.billing-section {
    background: #fff;
    padding: 40px 28px 60px
}
.pickup-hr.last-hr {
  margin-bottom: 15px;
  margin-top: 12px;
}
.billing-section{
    display: none;
}

.billing-section.billing-active{
    display: block;
}

.pickup-desc .form-control {
    height: 80px;
    margin-bottom: 35px;
}

.billing-section .btn-primary {
  width: 100%;
}

.pickup.pickup_date_box .pickup-content.hover-v > input {
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
    visibility: hidden;
}

.order-active .pickup_time_box,
.order-active .pickup_service_box,
.order-active .billing-section{
    display: block !important;
}


/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */


/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #FF6E10;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: white;
    border-image: none;
    border-style: solid;
    border-width: 0 3px 3px 0;
    height: 10px;
    left: 11px;
    top: 8px;
    transform: rotate(45deg);
    width: 5px;
}


/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-checkbox .checkmark {
    background-color: #ffffff;
    border: 2px solid #d8dee8;
    border-radius: 2px;
    height: 30px;
    left: 2px;
    position: absolute;
    top: 4px;
    width: 30px;
}

.select-style {
  background: #fff url("img/select-bg.svg") no-repeat scroll 95.5% 50%;
  border: 2px solid #d8dee8;
  border-radius: 3px;
  height: 80px;
  overflow: hidden;
  width: 100%;
  line-height: 80px;
}

.select-style select {
    padding: 0 15px;
    height: 80px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #5A5F68;
}

.select-style option {
    border: 1px solid #ebeef3;
    height: 50px;
    line-height: 50px;
    padding: 10px 20px;
}

.select-style select:focus {
    outline: none;
}


.pickup-service-options .section-title > h4 {
  color: #434c57;
  font-size: 30px;
  font-weight: normal;
}

.pickup_service_box,
.pickup_time_box{
    background: #fff;
    padding: 8px 25px;
}

.pickup_service_box hr {
    margin-bottom: 50px;
    margin-top: 45px;
}


.bg-gray {
    background-color: #f5f5f5;
}

.order-summary {
    padding: 80px 0 30px;
    margin-top: 30px;
}

.pickup-service-options .section-title {
    margin-bottom: 20px;
    float: left;
}
.services-box:hover .hover-h,
.pickup-box:hover .hover-h{
	opacity: 1;
	visibility: visible;
	display: inline-block;
}
.services-box .services-img{
	margin-bottom: 25px;
}
.services-box .services-content h4,
.pricing-box .pricing-content h4,
.pricing-box .pricing-content h5,
.pickup-box .pickup-content h4,
.pickup-box .pickup-content h5,
.pickup-box .pickup-content h6{
	font-weight: 500;  
    font-size: 22px;
}
.pricing-box .pricing-content h3,
.pickup-box .pickup-content h3,
.pickup-box .pickup-content.hover-h h5{
	color: #FF6E10;    
    font-size: 26px;
    margin: 0;
}
.pickup_date_box {
    padding-bottom: 40px;
}

.pickup-hr {
  border: 1px solid #ecf0f5;
  position: relative;
  top: 15px;
}

.pricing-box .pricing-content h5 span{
	color: #FF6E10;
}
.services-box .services-content a{
	text-transform: capitalize;
}

.pickup-service-options .row {
  float: left;
  width: 100%;
}

.pickup-service-options .section-title h4 {
  text-align: left;
}

/*table-section*/
.table-section td {
    padding-left: 40px;
    position: relative;
    width: 33.3333%;
}


/*Login page style*/

/*.login-form {
    padding-bottom: 170px;
}*/
.login-form {
    margin-bottom: 100px;
    background: #f6f8ff !important;
    border-radius: 0% 100% 0px 70%;
}

.txt1 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #999999;
}


/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.login100-more {
    background: #fff none repeat scroll 0 0;
    padding: 90px 28px;
}

.registration-section .login100-more{
    padding: 90px 28px 53px;
}

.container-login100 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}


.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

/*==================================================================




/*==================================================================
[ Form ]*/

.login100-form {
    width: 560px;
    display: block;
    background-color: #F6F8FF;
    padding: 70px;    
    margin-bottom: 0px;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #181B3A;
    font-family: 'Effra';
    margin-bottom: 50px;
}



/*------------------------------------------------------------------
[ Input ]*/


.label-input100 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  color: #999999;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 24px;
  left: 0;
  top: 30px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
    background: rgba(0, 0, 0, 0) url("img/mail-icon.svg") no-repeat scroll 378px center;
    border: 2px solid #d5d7e4;
    border-radius: 5px;
    color: #a4a6bd;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 0 42px 0 22px;
    width: 100%;
}
textarea.input100.contact-area {
  background: inherit !important;
  min-height: 125px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-top: 20px;
}
.input100.login{
    background: rgba(0, 0, 0, 0) url("img/lock-icon.svg") no-repeat scroll 378px center;
}


/*---------------------------------------------*/


.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


.has-val {
  height: 48px !important;
}


/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
    color: #657cfd;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 26px;
    position: relative;
    text-align: right;
}
.flex-sb-m.w-full.p-t-3.p-b-32 {
  margin-bottom: 15px;
}
.contact100-form-checkbox {
  display: flex;
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #6675df;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.registration .container-login100-form-btn{
    margin-bottom: 20px;    
}
.fname{
    background: none;
}
.login100-form-btn {
  align-items: center;
  background: #657cfd none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  box-shadow: 2px 4px 6px #c0c9ff;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0 20px;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.login100-form-btn:hover {
  background: #F68F00;
  box-shadow: 1px 1px 4px #f68f00;
}

.login100-form-btn.fb-login {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #657cfd;
  box-shadow: none;
  color: #657cfd;
}

.login100-form-btn.fb-login:hover {
  background: #657cfd;
    color: #fff;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 110;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.p-t-46.p-b-20 > p a,
.p-t-46.p-b-20 > p {
    color: #657cfd;   
    margin-top: 18px;
}











.switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider::before {
  background-color: white;
  bottom: 4px;
  content: "";
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all 0.4s ease 0s;
  width: 16px;
}

input:checked + .slider {
  background-color: #657CFD;
}

input:focus + .slider {
  box-shadow: none;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Order Tacking Page*/

.track-form .input100 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.yellow-bg,
.track-form .yellow-bg {
    background: #ff6e10 !important;
    border: 2px solid #ff6e10 !important;
    color: #fff !important;
	-webkit-transition:all 0.35s ease-in-out;
	-moz-transition:all 0.35s ease-in-out;
	-ms-transition:all 0.35s ease-in-out;
	-o-transition:all 0.35s ease-in-out;
	transition:all 0.35s ease-in-out;
    cursor: pointer;
}

.yellow-bg:hover,
.track-form .yellow-bg:hover{
    background-color: #677FFF !important;
    border: 2px solid #677FFF !important;
}

.track-form .input100 {
    border: 2px solid #ff6e10;
}

.box-shadow {
    box-shadow: 0px 4px 5px 0px #EDEEF3;
}
.track-form.top-m {
    padding-bottom: 160px;
}
.track-form .login100-more {
    padding: 85px 110px;
}
.track-form .login100-form.validate-form {
    padding-bottom: 197px;
}



/*Contact us page style*/

.contact-us-section {
    margin-bottom: 135px;
}

.contact-item i {
    color: #657cfd;
    float: left;
    font-size: 40px;
    position: relative;
    top: 2px;
}

.contact-desc {
    margin-left: 85px;
}

.login100-more img {
    margin-bottom: 60px;
}

.contact-item img {
    float: left;
    position: relative;
    top: 5px;
    margin: 0;
}

.contact-short-info{
    margin-left: 35px;
}

.contact-item {
    overflow: hidden;
}

.contact-us-section .login100-form{
    padding-bottom: 52px;
}

.contact-us-section .login100-more {
  padding-bottom: 162px;
}

/*my-order-page*/

.my-order-btn {
    margin: 70px 0 30px;
}

.my-order-btn .btn.btn-primary {
    background: #ff6e10 none repeat scroll 0 0;
    border: 2px solid #ff6e10;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 4px;
}

.my-order-btn .btn.btn-primary:hover{
    background: #4A53E1;
    border: 2px solid #4A53E1;
    color: #fff;    
}


.btn.pickup-date-box {
    margin: 0;
    padding: 0;
    margin-bottom:5px !important;
}
.pickup-time-box .pickup-content > input {
    visibility: hidden;
    width: 0;
}
.pickup-box.pickup-time-box {
    padding-top: 0;
}

.pickup-date-box.active .pickup-time-box {
    background: #ff6e10 none repeat scroll 0 0;
}

.pickup-date-box.active .pickup-time-box h6{
    color: #fff;
}

.pickup_time_box label.btn.pickup-date-box{
    width: 100%
}

/*my-account-page*/

.small-border-button  .btn-primary {
    border-radius: 4px;
}

.my-account .small-border-button.save .btn-primary  {
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    width: 155px;
}

.billing-section .pickup-content input,
.my-account .pickup-content input {
    border: 2px solid #ebeef3;
    color: #5a5f68;
    height: 50px;
    margin-bottom: 30px;
    padding: 10px 15px;
}

.pickup-content > input {
    width: 100%;
}

.my-account .row form {
    width: 100%;
}

.my-account-box{
    background: #fff;
}

.my-account-box {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 38px 30px;    
    margin-bottom: 30px;  
    border-radius: 4px;
}

.pickup-content > p {
    margin-bottom: 2px;
}

.pickup_date_box .pickup-content input {
    border: 2px solid #ebeef3;
    color: #5a5f68;
    height: 50px;
    margin-bottom: 30px;
    padding: 10px 15px;
}

.my-account {
    margin-top: 65px;
}

.my-account.second .btn-primary {
  width: 100% !important;
}

.my-account.second {
  margin: 0;
}

.thead-style th{
    background: #F5F7FD;
    color: #5A5F68;
    font-weight: normal;    
    border: 2px solid #e9ebf2;
}

table.thead-box {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}

table.thead-box tr th,
table.thead-box tr td {
    border-right: 2px solid #E9EBF2;
    border-bottom: 1px solid #E9EBF2;
    text-align: center;
    color: #747B89
}

table.thead-box tr th:first-child,
table.thead-box tr td:first-child {
  border-left: 2px solid #E9EBF2;
}

table.thead-box tr th {
    background: #F5F7FD;
    border-top: 2px solid #E9EBF2;
     text-align: center;
}

/* top-left border-radius */
table.thead-box tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

/* top-right border-radius */
table.thead-box tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

/* bottom-left border-radius */
table.thead-box tr:last-child td:first-child {
  border-bottom-left-radius: 2px;
}

/* bottom-right border-radius */
table.thead-box tr:last-child td:last-child {
  border-bottom-right-radius: 2px;
}

tr td:last-child:hover {
    color: #FF5456;
    cursor: pointer;
}

table.thead-box tr:last-child td {
  border-bottom: 2px solid #E9EBF2 !important;
}


table.thead-box .thead-style tr th {
  border-left: 0 solid #e9ebf2 !important;
  border-right: 2px solid #e9ebf2 !important;
}

table.thead-box tr:first-child th:first-child {
  border-left: 2px solid #e9ebf2 !important;
}

.billing-hr {
    border-bottom: 2px solid #e9ebf2;
    margin-bottom: 21px;
    padding-bottom: 38px;
}

.second .my-account-box.pickup_date_box {
    border-bottom: 0 none;
}

.my-account.second.password-section {
    margin-bottom: 115px;
}


/*Pricing Page Style*/

.delivery-car {
  margin-bottom: 150px;
}

.pricing-area {
    margin-top: 50px;
}
.pricing_image {
    width: 60px;
    height: 60px;
    border: 1px solid;
    padding: 1px;
    border-radius: 10px;
}
.pricing_label{
	float: left;
	width: 50%;
	font-size: 16px;
	text-align: left ;
}
.pricing_input{
	float: left;
	width: 10%;
	margin-top: 15px !important;
        height:30px;
}
.pricing_price{
	float: left;
	width: 13%;
	padding-left: 5px;
	font-size: 16px;
	text-align: center;
}
.pricing_image_area{
	float: left;
	width: 15%;
}
.pricing_image:hover{
	padding: 2px;
	cursor: pointer;
}
.btutton_area{
	float: left;
	width: 20%;
	text-align: right;
	margin-left:10px;
    height:30px;
}
.cart_qty{
         height:32px;
    }
    

.add_cart_button{
    margin-left:20px;
}

.pricing-item {
    background: #fff;
    overflow: hidden;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #29c56b;
    border-color: #29c56b;
}
.btn.btn-primary_update {
    line-height: 26px;
    border: none;
    border-radius: 27px;
    padding: 12px 10px;
    color: #fff;
    font-weight: 500;
    background: transparent;
    text-transform: capitalize;
    opacity: 1;
    box-shadow: none!important;
}

.pricing-left {
    float: left;
}
.pricing-price {
    float: right;
}
.pricing-text {
    float: left;
}
.pricing-img img{
    float: left;
}

.pricing-text p {
    color: #434c57;
    font-size: 25px;
    left: 20px;
    margin: 0;
    position: relative;
    top: 15px;
}

.pricing-price h3 {
    color: #ff6e10;
    font-size: 35px;
    position: relative;
    right: 12px;
    top: 7px;
}

.top-title img {
    margin: 25px 0 115px;
}

.button-section li {
    background: #6b56ef none repeat scroll 0 0;
    float: left;
    min-height: 150px;
    width: 100%;
    border-radius: 10px;
}

.button-section li:last-child{
    background: #FF6E10;
}
.removeRow{
	font-size: 12px;
}

.button-section h4 {
    color: #fff;
    font-family: lato;
    font-size: 16px;
    font-weight: 700;
    margin-top: 50px;
}

.button-section li:last-child {
    margin-left: 28px;
}
.button-section ul {
    display: flex;
}

.button-section {
    margin: 0 auto;
    width: 995px;
}

.button-section p {
    color: #fff;
    margin: 0;
}

.modal {
  top: 20%;
}

.modal-backdrop {
    background-color: #202225;
    opacity: 0.88 !important;
}

.love_heart{
	width: 60px;
	height: auto;
}
.navbar .navbar-nav .nav-link {
    /* padding: 13px 10px; */
    font-size: 14px;
    text-transform: uppercase;
    
}
textarea{
	margin-top: 0px;
    margin-bottom: 0px;
    height: 80px !important;
    border: 1px solid #ced4da !important;
}
input{
	border: 1px solid #ced4da !important;
}

.display_none{
	display: none;
}

#happay_client_box {
    background: url(img/banner/1_Home.png) no-repeat center bottom;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 150px;
	margin-top:60px;
}