#loginForm{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-width: none;
    background: #121628;
    display: none
}
#loginForm.show{
    display: flex;
    align-items: center;
    justify-content: center;
}
#loginForm .fa-times, #loginForm .fa-arrow-left {
    font-size: 24px;
    position: absolute;
    top: 30px;
    left: 60px;
    color: black;
    z-index: 10;
}
#loginForm .fa-arrow-left{
    right: 60px; left: auto; transform: rotate(180deg)
}

.login-section {
    text-align: center;
    padding: 0 25px 10px 25px;
}

.service-item{
    border-radius: 25px;
    overflow: hidden;
    padding: 0
}

.service-item>div {    
    height: 100%;
    color: white;
    background-color: #F0F0F0;
    display: flex;
    width: 200%;
    transition: all .35s;
    margin-right: 0;
}

.service-item > div > div{
    width: 50%;
    padding-top: 90px;
    padding-bottom: 30px;
    position: relative;
}

.service-item.secondStep > div{
    margin-right: -100%;
}

.services-item div h4{
    display: flex;
    flex-wrap: wrap;
    color: #1c2840;
}


.disNone{display: none}
/*login form****************/

.wel-txt {
    color: #1c2840;
    margin-top: 20px;
}

.ph-input-txt {
    margin-top: 10px;
    font-size: 13px;
    color: #bcbbc0;
}

.login-form {
    text-align: center !important;
}

.ph-num {
    margin: 15px 35px 40px 35px;
    text-align: center;
}

.ph-num-field {
    color: #fff;
    margin-top: 15px;
    background-color: #1c2840;
    border-radius: 10px;
    padding: 12px 10px 12px 10px;
    max-width: 80%;
    font-size: 20px;
    direction: ltr;
}

.ph-num-field-submit {
    max-width: 80%;
    margin-top: 55px;
}

input::placeholder {
    color: white !important;
    text-align: center;
}


input[type=tel] {
    text-align: center;
    display: inline-block;
}

input[type=tel]:focus {
    border-color: #fa6d6d;
    box-shadow: none;
}

input[type=submit] {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    color: white;
}

.receiving-confirmation {
    display: inline-block;
    color: white;
    border-radius: 11px;
    background: rgb(119, 96, 252);
    background: linear-gradient(90deg, rgba(119, 96, 252, 1) 19%, rgba(208, 77, 204, 1) 70%);
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
}

.confirmation-section {
    text-align: center;
    margin-top: 125px;
    padding: 0 25px 10px 25px;
}