/*body.set_backgroundcolor {background-image: linear-gradient(#fff, #fdeca4);}*/
body.set_backgroundcolor {background: #fff;}
.menu_header{border-bottom: 3px solid #2d7dab;}
footer.footer_bottom{border-top: 3px solid #ee7713;padding:10px 0;}

.stepform{
    background-image: url(/assets/img/bgcolor.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0px;
}
.btn-outline-success {
    color: #ffffff;
    border-color: #2d82b3;
    width: 200px;
    background: #2d82b3;
    padding: 12px 20px;
}
.form-inline .form-control {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    height: 50px;
}
form.form-inline.my-2.my-lg-0 {
    text-align: center;
    display: block;
    padding-top: 5%;
    padding-bottom: 5%;
}
.bg-img {
    text-align: center;
}
.cf-menu {
    list-style: none;
    padding: 0;
}
.cf-menu li {
    display: inline-block;
}
.cf-menu li span {
    font-size: 14px;
    margin: 5px;
}
footer.footer_bottom a {
    color: #fff;
    font-size: 16px;
}
.grid-section .col-md-2 {
    max-width: 20%;
    flex: 0 0 20%;
}
.grid-section .col-md-2 img {
    width: 100%;

}
.grid-section .col-md-2 h5 {
    text-align: center;
    padding: 10px 5px;
}
.grid-section h2 {
    text-align: center;
    padding: 30px 10px;
}
.grid-section{
    padding-bottom: 50px;
}
.grid-section .row {
    padding: 20px 0px;
}
/* step-form css */

* {
    box-sizing: border-box;
  }
  #regForm {
    background-color: #ffffff;
    margin: 0 auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
  }
  
  input,
  textarea {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
  }
  .imagebox {
    border: 1px solid #aaa;
    padding: 10px 25px;
    margin: 10px auto;
}
  
  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
.stepform button {
    background-color: #fbba02;
    border: none;
    padding: 5px 30px;
    font-size: 24px;
    color: #000;
}
  
.stepform button:hover {
    opacity: 0.8;
  }
  
.stepform #prevBtn {
    background-color: #bbbbbb;
  }
  button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.display-flex {
    display: flex;
}
.display-flex .left-side,
.display-flex .right-side {
width: 100%;
    display: flex;
}
.preview-img {
    /*text-align: center;*/
}
.preview-img img {
    width: 100%;
    height: 400px;
    max-width: 600px;
}
.preview-img h6 {
    color: #1b9cdd;
    font-weight: 600;
}
.add-row .row {
    padding: 5px 0px;
}
.add-row .col-md-3 {
    padding: 15px 6px;
}
  /* Make circles that indicate the steps of the form: */
  .form-nav {
    width: 70%;
    min-width: 300px;
    margin: 15px auto;
    display: flex;
    background-image: url(/assets/img/bgnav.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
}
  .step {
    border: none;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;

}
.step.active {
    opacity: 1;
    background-image: url("/assets/img/active.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color:transparent;
  }
  #nextBtn::after {
    content: "\f138 ";
    font: normal normal normal 20px/1 FontAwesome;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.tab.middle-tab {
    height: 450px;
}

footer .footer_top {background: #efefea;padding: 50px 0;}
footer.footer_section {background: #1b9cde;height: 100px;}
footer .footer_top h3 {font-size: 20px;color: #181818;}
footer .footer_bottom {;padding: 10px 0;}
.copyright {
    width: 100%;
    text-align: center;
}.copyright p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.menu_link {
    margin: 0 auto;
}.menu_link ul li {
    float: left;
    list-style: none;
}
.menu_link ul li a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
    font-size: 14px;
}

/* nav login */
.nav-login .container{
    display: flex;
}
.sbt-btn {
    background: #fba603;
    border: none!important;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-weight: 600;
    height: 44px;
    position: relative;
    box-shadow: 0 0 15px #aaaaaa;
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.sbt-btn img {
    width: 100%;
    box-shadow: -2px -2px 8px 2px #eee;
    position: absolute;
    max-width: 46px;
    top: -1px;
    left: -44px;
    background: transparent;
    border-radius: 10px  0px 0px 10px;
}

.nav-login input {
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    margin: 0px 7px;
}
.forget-box .row{
    width: 100%;
}
.forget-box input{
    width: auto;
}
.forget-box .right {
    padding: 0;
    text-align: right;
}
.forget-box .left {
    padding-left: 30px;
    text-align: left;
}
.forget-box {
    padding: 10px 0px;
}
.forget-box .psw,
.forget-box .psw a {
    color: #f00;
    text-decoration: underline;
}
@media (min-width:992px) and (max-width:1024px) {
    .form_content.short_url input {width: 50%;}
    .form_content input {width: 75%;}
    .form_content select {width: 75%;}
}
@media (min-width:320px) and (max-width:766px) {
    section.profile_identity img {width: 100%;}
    .menu_header .header_right button {padding: 5px;font-size: 12px;}
    .header_left, .header_right {padding: 5px;}
    section.profile_identity {padding: 40px 0;}
    section.profile_identity ul {padding-left: 20px;}
    .contactform1 .frame1 {padding: 0 10px 20px;}
    .form_content p {font-size: 13px;line-height: 30px;}
    .form_content.form_content_birth select{margin-right: 7px;}
    .form-inline .form-control { width: 100%;} 
    .bg-img {height: 250px;}
    .show{
        z-index: 999;
        background:#fff;
    }
 .show .float-right {
        padding: 5px 0px;
        width: 100%;
        text-align: right;
    }
    .show .float-right li  .nav-link {
        color: #fff;
    }
.show .float-right .nav-item {
        border-bottom: 1px solid #fff;
        padding: 5px 15px;
    }
    .grid-section .col-md-2 img {
        height: auto;
    }
    .grid-section .col-md-2 {
        max-width: 100%;
        flex: 1 0 100%;
    }
    .grid-section h2 {
        padding: 30px 0px;
    }
    .nav-login::before {
        top: -33px;
        left: 0;
        right: 0;
        text-align: center;
        width: 160px;
        margin: auto;
    }
    .nav-login .container {
        display: block;
    }
    .nav-login input {
        margin: 8px 7px;
    }
    button.sbt-btn {
        margin: auto;
        text-align: center;
        display: block;
    }
    .forget-box .right {
        text-align: center;
    }
    .forget-box .left {
        padding-left: 0px;
        text-align: center;
    }
}
.fa {
    font-size: 25px !important;
}


/* Add Preview style */
.review-addbox {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}
.review-addbox-header {
	padding: 10px 15px;
}
.review-header-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.review-header-flex img.review-brand {
	max-width: 35px;
	height: unset;
	border: 1px solid #ddd;
	border-radius: 40px;
}
.review-header-flex h3 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
}
.review-header-desc {
	text-align: left;
	font-size: 13px;
}
.review-header-desc p {
	margin-bottom: 0;
}
.review-main-thumb img.review-banner {
	max-width: 100%;
	width: 100%;
/*	max-height: 270px;*/
    /*max-height: 415px;*/
	object-fit: cover;
	object-position: center bottom;
}
.review-addbox-footer {
	padding: 10px 15px;
}
.review-footer-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.review-footer-flex .review-footer-text {
	padding-right: 10px;
	flex: 1;
	overflow: hidden;
}
.review-footer-flex .review-footer-button {
	flex: 0 0 auto;
}
.review-footer-flex .review-footer-button .btn-grey {
	background-color: #eee;
	color: #202020;
	font-size: 13px;
	display: block;
	padding: 5px 14px;
	font-weight: 500;
}
.review-footer-flex .review-footer-button .btn-grey:hover, .review-footer-flex .review-footer-button .btn-grey:focus{
    background-color: #e1e1e1;
}
.review-footer-flex .review-footer-text > h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 4px;
}
.review-footer-flex .review-footer-text p {
	font-size: 13px;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.review-item {
	border: 2px solid #000;
	background-color:#fff;
	padding: 15px;
	width: 100%;
	max-width: 728px;
	height: 120px;
	overflow:hidden;
}
.rit-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.rit-brandname {
	font-size: 12px;
	margin-bottom: 4px;
}
.rit-brandname a{
    color:#000;
}
.rit-brandname a:hover, .rit-brandname a:focus{
    color: #61bae9;
}
.rit-desc {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 44px;
}

/*  Footer Design */

   footer{
	padding: 0px 0 0 0;
}
.conntect-flex {
	text-align: left;
}
.cf-title {
	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
	display: block;
}
.conntect-flex .cf-title a{
	font-size:inherit;
	color:inherit;
	text-decoration:none !important;
}
.conntect-flex ul.cf-menu {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.conntect-flex ul.cf-menu {
	display: flex;
	flex-wrap: wrap;
}
.conntect-flex ul.cf-menu li {
	margin: 0px 10px;
	position: relative;
	line-height: 1.2;
}
.conntect-flex ul.cf-menu li a{
	line-height:inherit;
}


.stepform button.sbt-btn {
	background: #fba603;
	border: none !important;
	border-radius: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-weight: 600;
	height: 44px;
	position: relative;
	box-shadow: 0 0 15px #aaaaaa;
	font-size: 14px;
	text-decoration: none;
	color: black;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#useradd_filter {
	text-align: right;
}
.form-control-sm{
    opacity:1;
}
@media (max-width:575px){
  .mg-blog-post-box .small.single {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn-signin {
    background-color: #ededed !important;
}
.hidedata {
	text-align: center;
	max-width: 230px;
	margin: 0 auto;
	margin-bottom: -26px;
	position: relative;
	z-index: 1;
}
.hidedata label > input {
	width: auto;
	margin-left: 6px;
}
.hidedata label {
	margin-bottom: 0;
}

.rit-title {
	border: none !important;
	padding: 0px !important;
}
