
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/Ubuntu-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/Ubuntu-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/Ubuntu-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu/Ubuntu-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #40434F;
    background-image: url(../img/Registr/regBG.png);
  
    position: relative;
    height: 100%;
}
body::after {
  content: '';
  display: block;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

input,
textarea,
button {
    font-family: "Ubuntu";
    outline: none;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 0.2px;
}

input::-webkit-input-placeholder{
    font-family: "Ubuntu";
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    color: #A1A4B1;

}

input::-moz-placeholder{
    font-family: "Ubuntu";
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    color: #A1A4B1;
}

input::-ms-input-placeholder{
    font-family: "Ubuntu";
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    color: #A1A4B1;
}


h1, h2, h3, h4, h5, h6, p {
    font-family: Ubuntu;
    font-style: normal;
    margin: 0;
    color: #626569;
}
#wrapper {
    position: relative;
    min-height: 100%;
    /* background: radial-gradient(#b4e6ef, transparent); */
    /*z-index: 2;*/
}


/*.clear:after {
    content: '';
    display: block;
    clear: both;
}*/
a:hover{
    text-decoration: none;
}
/*#wrapper.open {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
section.open,
footer.open {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}*/
/*************BEGIN*******************/

header{
    background-color: #2a4b83;
    
}
.logo{
    height: 50px !important;
}
a.logo img{
    max-width: 100%;
    height: 45px;
}
a.logo img.mr-3{
    height: 50px;
}
a.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
header nav{
    width: 100%;
    justify-content: space-between !important;
}
header nav ul li a.nav-link{
    color: #fff;
    position: relative;
    padding: 8px 12px !important;
}

header nav ul li a:after{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
}
header nav ul li:hover a:after{
    width: 100%;
    transition: .3s;
    bottom: 10px;
}
header nav ul li:hover a{
    color: #fff;
}

header nav ul{
    display: flex;
}
.navbar-expand-sm .navbar-collapse{
    justify-content: flex-end;
}

header nav p{
    color: #fff;
    font-weight: 500;
}

.oformit-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.oformit-btn a{
    border: 1px solid #033393;
    border-radius: 5px;
    padding: 5px 15px;
    background: none;
    box-shadow: 0px 1px 2px #000;
    margin-bottom: 30px;
    color: #033393;
}
.oformit-btn a:hover{
    background: #033393;
    transition: .3s;
    color: #fff;
}
.oformit-btn p{
    font-size: 22px;
    color: #033393;
    font-weight: 500;
}
.in-main-index{
    display: grid;
    text-align: center;
}
.in-main-index span{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: #033393;
    border-radius: 4px;
    padding: 6px 8px;
    width: 60%;
    margin: 15px auto;
    box-shadow: 0 2px 5px #000;
}
.in-main-index i:before{
    color: #033393;
}
.in-main-index p{
    color: #033393;
    font-size: 20px;
}
footer{
    position: absolute;
    bottom: 0;
    /* height: 50px; */
    padding: 20px;
    left: 0;
    right: 0;
    background: #2a4b83;
}
footer .row{
    justify-content: center;
}
footer .icons a{
    font-size: 18px;
    color: #fff;

}
footer .icons span{
    color: #fff;
    margin-left: 20px;
}

footer .phone{
    display: flex;
    align-items: center;
    padding-top: 0.5em;
}
footer .phone span{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}


/*Steps-page **********************************/


/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 100px;
}
#msform-customer {
    /*text-align: center;*/
    position: relative;
    margin-top: 30px;
    /*margin-bottom: 100px;*/
}

#msform fieldset{
    background-color: rgba(255,255,255,.7);
    /* background: white;  kerak bo'lsa yoqamiz */
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.4);
    width: 100%;
    position: relative;
    padding: 65px 20px 20px 20px;
}
#msform-customer fieldset {
    background-color: rgba(255,255,255,.7);
    /* background: white;  kerak bo'lsa yoqamiz */
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.4);
    width: 100%;
    position: relative;
    padding: 65px 20px 20px 20px;
}

/*Hide all except first fieldset*/
/*#msform fieldset:not(:first-of-type) {
    display: none;
}*/

/*inputs*/
#msform input, #msform textarea {
    padding: 6px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #2C3E50;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #033393;
    font-weight: bold;
    color: white;
    border: 0 none;
    /* border-radius: 25px; */
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    /* box-shadow: 0 0 0 2px white, 0 0 0 3px #033393; */
    background: #2a4b83;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    /* border-radius: 25px; */
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title.sc-title{
    top: -40px;
    left: -20px;
    border-radius: 0;
    width: 83%;
} 
.fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    /* background: linear-gradient(to right, rgba(3,51,147,1), #17a2b8); */
    background: #2a4b83;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: left;
    padding: 10px 15px;
    /* border-top-right-radius: 4px; */
    border-top-left-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    /* right: 0; */
    width: 100%;
    overflow: hidden;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
    justify-content: center;
    
}
#progressbar ul li::before{
    display: none;
}

#progressbar li {
    list-style-type: none;
    color: #033393;
    text-transform: uppercase;
    font-size: 14px;
    width: 15%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    line-height: 26px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #033393;
    background: white;
    border-radius: 25px;
    border: 1px solid #033393;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: white;
    position: absolute;
    left: -50%;
    top: 12px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #033393;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
.error-form-field {
    border: 1px solid red !important;
}  
.valid{
    border: 1px solid green;
}

.first-img a{
    position: relative;
}
.first-img a:before{
    content: '';
    position: absolute;
    height: 4px;
    background: #033393;
    bottom: -63px;
    left: 0;
    right: 0;
    display: none;
}
.first-img a:hover:before{
    display: block;
}
.custom-phone-code select{
    padding: 8px 15px;
    border-radius: 5px 0 0 5px;
}
#ember19{
    width: 100%;
    border-radius: 0 5px 5px 0;
}
#ember19 input{
    border-radius: 0 5px 5px 0;
}
.status{
    position: relative;
}
.status .row label{
    font-size: 16px;
    color: #033393;
    text-align: right;
}

.status .custom-control-label::before{
    top: 12px;
}
.status .custom-control-label::after{
    top: 12px;
}
select.avto option{
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
select.avto{
    width: 100% !important;
    border-radius: 5px;
}
select.oblast{
    width: 100%;
    border-radius: 5px;
}

#upload input{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#upload strong{
    width: 130px;
    height: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 0 5px 5px 0;
    background: #fff;
    color: #033393;
    border:1px solid #033393;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
#upload span{
    width: 75%;
    min-height: 36px;
    font-weight: 500;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    font-size: 14px;
    color: #033393;
    padding: 2px 15px;
}
#upload label:hover{
    background: #fff;
}
#upload strong:hover{
    border: 1px solid #ccc;
}
#upload label{
    height: 38px;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
}
.hide{
    display: none;
}
.gj-datepicker [role=right-icon]{
    height: 38px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
}
.map-content{
    font-size: 13px;
    color: #ccc;
    text-align: left;
    line-height: 1px;
    height: 38px;
    display: flex;
    align-items: center;
}
#map{
    height:450px;
}
#map-bottom{
    height: 80px;
}
.tolov-sarlavha{
    font-size: 28px;
    color: #033393;
    font-weight: 500;
    margin: 20px 0 20px 0;
}

#finish_checkout {
    font-size: 15px !important;
    color: #033393;
    background: #fff;
    border: 1px solid #033393;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 4px;
    cursor: pointer;
}
#finish_checkout:hover {
    background: #033393;
    color: #fff;
}
#vodit h2{
    font-size: 28px;
    font-weight: 500;
    color: #033393;
    text-align: left;
    text-decoration: underline;
}

#vodit {
    border-top: 1px solid #ccc;
}

.main-title h2{
    font-size: 32px;
    font-weight: 500;
    color: #033393; 
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}
.main-title p{
    font-size: 16px;
    font-weight: 400;
    color: grey; 
    line-height: 30px;
    margin-bottom: 15px;
}
.main-title li{
    font-size: 16px;
    font-weight: 400;
    color: grey; 
}

.addres li i{
    color: #033393;
}
.addres li{
    color: grey;
    display: flex;
    align-items: center;
    margin-bottom: 20px;    
    font-size: 22px;
    justify-content: center;
}
.otzif{
    height: 100px !important;
    border-radius: 5px;
}
.info-h2 {
    color: #ff5f5f;
}

@media screen and (max-width: 767px) {
    .margin-bottom-search {
        margin-bottom: 10px;
    }
}

.panel-body {
    padding: 15px;
}
.panel-default {
    border-color: #ddd !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #5b5b5b;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.customer-main {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.close {
    font-size: 3em;
}
.modal-header {
    display: block;
}
.modal-h4 {
    font-size: 1.25rem;
}
.k-pager-wrap {
    margin-bottom: 35px;
}
/*-------------------- Statistics ----------------*/

.pa-0 {
    padding: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.block {
    display: block !important;
}

.txt-dark {
    color: #212121 !important;
}
.uppercase-font {
    text-transform: uppercase !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.font-13 {
    font-size: 13px !important;
}
.margin-2em {
    margin: 2em 0;
}
.mb-2em {
    margin-bottom: 2em;
}
.pt-15 {
    padding-top: 1.8rem;
}
.container-check {
    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;
}
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.container-check input:checked ~ .checkmark:after {
    display: block;
}

.container-check .checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-a {
    text-decoration: none;
}
.container-fluid {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.card {
    display: block;
    border-radius: 7px;
    border: 1px solid #deebfd;
    margin-bottom: 1.3rem;
    box-shadow: -8px 12px 18px 0 #dadee8;
}

.w-100 {
    width: 50% !important;
    padding-top: 1.25rem;
}
.EduStepHover:hover{
    transform: translateY(-15px);
    transition: all .35s ease;
}
.EduStepHover{
    transition: all .45s ease;
}

/*-----------------------Language --------------------*/
.navbar-nav .nav-item.language-dropdown .dropdown-menu .dropdown-item .flag-icon-holder {
    margin-right: 15px;
}
.navbar-nav .nav-item.language-dropdown .flag-icon-holder {
    height: 25px;
    width: 25px;
    /*border-radius: 100%;*/
    /*overflow: hidden;*/
}
.navbar-nav .nav-item.language-dropdown .flag-icon-holder i {
    font-size: 25px;
}

.navbar-nav .nav-item .nav-link i {
    font-size: 1.25rem;
    vertical-align: middle;
    margin-right: 0;
}

.flag-icon-uz {
    background-image: url(/Content/img/Svg/uz.svg);
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 5px 25px;
}

.dropdown-menu .dropdown-item {
    background: #fff;
    text-transform: capitalize !important;
    color: #212529;
}
.dropdown-menu .dropdown-item:hover {
    background: #e1e1e1;
}
.dropdown-toggle:after {
    position:fixed;
}
/*-----------------------END Language --------------------*/
.m-Height{
    min-height: 360px;
}
/* Mediquriy */


@media(max-width:1200px){
	.first-img a{
		width: 30% !important;
		margin-right: 5px !important;
	}
	.first-img{
	}
	.first-img a img{
		max-width: 100%;
	}
}

@media(max-width: 991px){
	header .navbar-expand-sm{
		padding-left: 0;
		padding-right: 0;
	}
	header nav ul li a.nav-link{
		font-size: 14px;
		padding: 8px !important;
	}
	header nav p{
		font-size: 14px;
	}
	.oformit-btn.pt-5{
		padding-top: 0 !important;
		margin-bottom: 25px;
	}
	.in-main-index span{
		width: 100%;
	}
	.in-main-index p{
		font-size: 17px;
	}

	.first-img a{
		margin-right: 25px !important;
	}
	.first-img a:last-child{
		margin-right: 0 !important;
		margin-top: 15px !important;
	}
	.status .row label{
		font-size: 14px;
	}

	.info{
		font-size: 20px;
	}
	#upload span{
		width: 65%;
	}
	.map-content{
		line-height: 20px;
	}
}

@media(max-width: 767px){
	header nav p{
		display: none;
	}
	.main-index.d-flex{
		display: grid !important;
		grid-template-columns: 2fr 2fr;
	}
	.main-index.d-flex .col-md-3{
		margin-bottom: 25px;
	}

	.first-img a{
		width: 100% !important;
		margin-bottom: 30px !important;
		display: block;
	}
	#litso{
		display: grid !important;
	}
	#progressbar li{
		width: 18%;
		font-size: 12px;
		line-height: 15px;
	}
	.fs-title.sc-title{
		width: 100%;
	}
	.info{
		font-size: 16px;
	}
	#upload span{
		width: 50%;
	}
	#tolovlar.mr-3{
		margin: 0;
	}
}

@media(max-width: 576px){
	.row{
		margin: 0;
	}
	.oformit-btn p{
		font-size: 18px;
	}
	footer .phone{
		display: none;
	}
	button span.white-text i{
		color: #fff;
	}

	#progressbar li{
		font-size: 0;
	}
	.col-md-12.col-md-offset-3{
		padding: 0;
	}
	.fs-title{
		width: 100%;
	}
	.card-body{
		padding-left: 0;
		padding-right: 0;
	}
	#msform fieldset{
		padding-left: 0;
		padding-right: 0;
	}
	.status .row label{
		text-align: left;
	}
	.fs-title.sc-title{
	    background: #033392;
	    left: 0;
	    font-size: 14px;
	}
	.fs-title{
		background: #033392;
		border-radius: 0;
	}
	#upload strong{
		border: none;
	}
	#upload span{
		width: 65%;
	}
}

@media(max-width: 400px){
	.main-index.d-flex {
    	grid-template-columns: unset;
	}
	.oformit-btn p{
		font-size: 20px;
		text-align: center;
	}
	footer .icons a{
		font-size: 14px;
	}
	.addres li{
		font-size: 20px;
	}
	.main-title h2{
		font-size: 24px;
	}
	.main-title li{
		font-size: 14px;
	}
	.main-title p{
		font-size: 14px;
	}
	.main-title p:last-child{
		margin-bottom: 30px;
	}

	.first-img a{
		padding: 0 15px 0 15px;
	}
	#upload span{
		width: 55%;
	}
	#tolovlar.mr-3 label{
		line-height: 20px;
	}
	.tolov-sarlavha{
		font-size: 22px;
	}
}
