.header 
{
    position: relative;
    z-index: 100;
    padding: 15px 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.header-controls .header-search 
{
    position: relative;
    top: 23px;
    float: right;
}

/*.g-recaptcha {*/
/*    overflow: hidden;*/
/*    height: 63px;*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*    max-width: 82%;*/
/*    margin-bottom: 9px;*/
/*    left: 10%;*/
/*}*/

.learning-elements-wrap .circle-container .learning-item p {
    margin-bottom: 0;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #3B4757;
    text-align: center;
}



.quickLinks-wrap.mobile {
    position: relative;
    z-index: 950;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.selectpicker option
{
        border: none;
        background-color: white;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance : none;
        color: #14B1B2;
        font-weight: bold;
        font-size: 30px;
        margin: 0;
        padding-left: 0;
        margin-top: -20px;
        background: none;
    }









input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CEDDE0;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #777;
}



.select-form {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 14px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CEDDE0;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #777;
}

.quickLinks-wrap .quickLinks-desc 
{
    top: 50px!important;
    width: 450px!important;
}

textarea {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 20px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CEDDE0;
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #777;
    resize: none;
    overflow-y: hidden;
}



.order-list-2 li .list-description::before {
    content: none;
    counter-increment: myCounter;
    position: absolute;
    top: 25px;
    left: 20px;
    display: inline-block;
    margin: 5px 10px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #46AADC;
}


.order-list-2 li .list-description {
    position: relative;
    padding: 30px 30px 30px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 14px 22px rgba(42,135,158,0.14);
    box-shadow: 0px 14px 22px rgba(42,135,158,0.14);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 250px;
}

@media (max-width: 350px)
{
    .square-icon {
        width: 91px;
        min-height: 80px;
    }
}

@media (max-width: 480px){
    .square-icon {
        width: 97px;
        min-height: 80px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 991px){
    .square-icon {
        width: 100px;
        min-height: 86px;
    }
}
@media (max-width: 1440px)
{
    .quickLinks-wrap 
    {
        top: 50%;
    }
}


@media (max-width: 1199px)
{
    .header-controls .hamburger 
    {
        display: block;
        margin-left:0px;
        margin-top: 10px;
        padding:5px;
    }

    .header-controls .header-search 
    {
        position: relative;
        top: 15px;
        float: right;
        padding:5px;
    }
    
    .soc-link-wrap 
    {
    display: none;
    }
}