@font-face {
  font-family: 'Open Sans Light';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Light'), local('Open-Sans-Light'),
  url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Semibold';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Semibold'), local('Open-Sans-Bold'),
  url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}
.edu-fast{
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.edu-fast__form-wrapper{
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 60%;
    /*max-width: 500px;*/
    justify-content: space-around;
    align-content: space-between;
    align-items: baseline;
    position: relative;
    padding: 0 10px;
    /*border: 1px solid black;*/
    /*border-radius: 20px;*/
    z-index: 2;
    /*background-color: #0090ea;*/
}

.edu-fast__order-btn {
    position: relative;
    right: -7px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 1 1 39%;
    border-radius: 100px;
    /* background: #ff7d54; */
    font-family: "Open Sans SemiBold";
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
    /* border: 3px solid #ff7d54; */
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    color: #ffffff;
    padding-top: 4px;
    margin: 15px 5px 25px 76px;
    width: 128px;
	height: 44px;
	border-radius: 100px;
	background-color: #ff5158;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.edu-fast__order-btn:hover {
    /*color: #0090ea;
    background: #72dcfb;
    #0090ea    */
}

.edu-fast__sort-list {
    width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1;
    color: #a2d5ff;
    border: none;
    margin-top: 15px;
    outline: none;
    border-bottom: solid 1px #a2d5ff;
 }

.edu-fast__services::-webkit-scrollbar {
    width: 10px; }

.edu-fast__services::-webkit-scrollbar-track {
    background-color: #a2d5ff;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.46);
    border-radius: 100px; }

.edu-fast__services::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 100px;
    background-color: #fff;
    border: solid 2px #a2d5ff; }

.edu-fast__select-option {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    font-family: "Open Sans Semibold"
    color: #a2d5ff;
    width: 82%;
    padding: 5px 10px;
    cursor: pointer; }

.edu-fast__select-option:hover {
    color: #ffffff;
    background-color: #0090ea; }

.edu-fast__list-wrapper {
    background: #fff;
    position: absolute;
    padding: 9px 15px 15px 15px;
    border-radius: 0px 0px 20px 20px;
    left: 29px;
    top: 20px;
    z-index: 1;
    width: 202px;
}

.edu-fast__services {
    /*border: 1px solid #23ded5;*/
    overflow-y: auto;
    border-top: none;
    background: transparent;
    top: 39px;
    left: 17px;
    width: 100%;
    /*padding: 20px;*/
    overflow-x: hidden;
    max-height: 180px;
    /*border-radius: 0 0 20px 20px;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    list-style-type: none;
    padding: 0;
}

.edu-fast__current {
    padding: 6px 17px;
    color: #464548;
     background: #fff; 
    /* border-radius: 3px; */
    font-family: 'Open Sans Light';
    position: relative;
    top: 5px;
    flex: 1 1 auto;
    font-size: 14px;
    /*margin: 10px 5px;*/
    cursor: pointer;
    top: -2px;
    /* padding-left: 30px; */
    border: 1px solid #d9dcdf;
    border-radius: 24px;
    width: 207px;
    height: 34px;
}


.edu-fast__title {
    display: none;
    position: relative;
    top: 3px;
    left: 10px;
    flex: 0 0 190px;
    font-size: 18px;
    color: #0090ea;
}
.edu-fast__current::after {
    content: url(rectangle-copy-4.png);
    position: absolute;
    height: 34px;
    width: 41px;
    right: -1px;
    background: #224871;
    top: calc(25% - (12px * 1.62)/2);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    pointer-events: none;
    padding: 10px 10px;
    top: -1px;
}

.edu-fast__option{
    font-family: 'Open Sans Semibold';
    font-size: 14px;
    padding: 5px ;
    cursor: pointer;
}

.edu-fast__option:hover{
    background:  #224871;
    color: white;
}

/*@media only Screen and (max-width: 767px){
    .edu-fast__order-btn {

        right: -7px;

        flex: 1 1 23%;
        height: 44px;


        font-size: 13px;


        text-transform: uppercase;
        line-height: 19px;

        box-sizing: border-box;
        color: #ffffff;
        padding-top: 4px;
        margin: 5px;

    }
    .edu-fast__title {
        position: relative;
        top: 3px;
        left: 10px;
        flex: 0 0 39px;
        font-size: 16px;


    }
    .edu-fast__current{
        font-size: 14px;
	    line-height: 1.21;
	    color: #5e5c60;
        flex: 10 1 auto;
        margin-left: 14px;
        top: 4px;
        padding: 0;
        border-bottom: 2px dashed white;
        width: 100px;
        overflow: hidden;
    }
    .edu-fast__form-wrapper {

        flex: 1 1 68%;


        padding: 0 0 0 10px;

        z-index: 3;

    }
    .edu-fast__list-wrapper {


        left: 16px;
        top: 50px;

        max-height: 210px;
        width: 249px;
    }
    .edu-fast__current::after {

        right: 3px;}

}*/