/* -----------------
::: BASIC CSS
----------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

p {
    color: #838383;
    font-size: 15px;
    line-height: 1.7;
}

a {
    text-decoration: none;
    outline: 0 solid transparent;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 solid transparent;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    max-width: 100%;
}
.form-control{
    padding: 1.400rem 1.75rem;
}

.btn {
    font-size: 14px;
    color: rgb(254 254 254);
    text-transform: uppercase;
    background: rgb(0 175 240);
    display: inline-block;
    width: 100%;
    padding: 14px 40px 14px 40px;
    border-radius: 29px;
    border: none;
    transition: .5s;
}

.btn:hover {
    background: #0091ea;
    color: #fff;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.form-group {
    position: relative;
}

.form-group input {
    border-color: 8a96a3;
}

.form-group input:focus {
    box-shadow: none;
    border-color: #00aff0;
    ;
}

.form-group input:focus~label,
.form-group input:valid~label {
    top: 0;
    color: #00aff0;
    font-size: 13px;
    background: #fff;
}

.form-group label {
    font-size: 16px;
    color: #8a96a3;
    position: absolute;
    top: 25px;
    left: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all, .3s;
}

.form-group span {
    font-size: 16px;
    color: #8a96a3;
    position: absolute;
    top: 25px;
    right: 15px;
    transform: translateY(-50%);
    transition: all, .3s;
}


/* -----------------
::: CSS
----------------- */

.phones_call {
    width: 440px;
    height: 720px;
    position: relative;
}

.phone_slider {
    position: absolute;
    width: 308px;
    height: 548px;
    top: 78px;
    left: 112px;
    overflow: hidden;
}

.login_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

.login_wrapper {
    padding-bottom: 30px;
}

.login_box {
    max-width: 350px;
    text-align: center;
}

.social_auth_links {
    margin-bottom: 35px;
}

.social_auth_links h6 {
    color: #8a96a3;
    margin-bottom: 15px;
}

.social_auth_links a.twitter-btn {
    margin-bottom: 15px;
}

.social_auth_links a.twitter-btn:hover {
    background: #0091ea;
}

.social_auth_links a.google-btn {
    background: rgb(66 133 244);
    position: relative;
}

.social_auth_links a.google-btn:hover {
    background: #3367d6;
}

.social_auth_links a.google-btn img {
    width: 25px;
    position: absolute;
    left: 10px;
    z-index: 3
}

.social_auth_links a.google-btn:after {
    position: absolute;
    content: '';
    height: 45px;
    width: 46px;
    background: #fff;
    left: 3px;
    border-radius: 50% 2px 2px 50%;
}

.social_auth_links a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_auth_links a i {
    position: absolute;
    left: 18px;
    font-size: 22px;
}

.or_break {
    color: #8a96a3;
    position: relative;
    display: block;
    margin-top: 30px;
}

.or_break:after,
.or_break:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 46%;
    background: rgb(138 150 163 / 20%);
    bottom: 12px;
    left: 0;
}

.or_break:before {
    left: auto;
    right: 0;
}

.form-group a {
    text-align: left;
    font-size: 14px;
    color: rgb(0 175 240);
    display: block;
    margin-left: 15px;
}

.login_form_issue {
    padding: 22px 0;
    margin: 0 30px;
    border-bottom: 1px solid rgb(138 150 163 / 25%);
}

.login_form_issue p {
    font-size: 12px;
    color: #8a96a3;
    margin-bottom: 0;
}

.login_box h5 {
    margin-top: 20px;
    font-size: 15px;
    color: inherit;
}

.signup {
    font-size: 14px;
    display: block;
    margin-top: 12px;
    color: #00aff0;
}

.signup:hover {
    color: #0091ea;
}


/* -----------------
::: FOOTER CSS
----------------- */

.footer_wrapper {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.footer_right_menu {
    margin-left: 44px;
    text-align: right;
}

.footer_right_menu a,
.footer_left_menu>a {
    position: relative;
    font-size: 14px;
    color: #8a96a3;
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 6px;
    transition: all, .3s;
}

.dropdown-toggle {
    font-size: 14px;
    color: #8a96a3;
}

.footer_left_menu a i {
    font-size: 19px;
}

.footer_left_menu a:hover,
.footer_right_menu a:hover {
    color: #0091ea;
}

.footer_left_menu a:first-child,
.footer_right_menu a:first-child {
    margin-left: 0;
}

.footer_right_menu a:after,
.footer_left_menu>a:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 4px;
    background: #000;
    bottom: 9px;
    right: -13px;
}

.footer_right_menu a:nth-child(8):after,
.footer_right_menu a:nth-child(12):after,
.footer_left_menu a:nth-child(6):after,
.footer_right_menu a:last-child:after,
.footer_left_menu a.dropdown-toggle:after {
    display: none
}

.dropdown-menu {
    background: #fff;
    width: 100%;
    max-width: 216px;
    min-width: 200px;
    top: -7px !important;
    left: -117px !important;
    padding: 5px 0;
}

.dropdown_icon {
    background: #fff;
    display: block;
    height: 10px;
    position: absolute;
    left: 19px;
    top: 15px;
    width: 10px;
    border-radius: 50%;
}

.dropdown-menu a .dropdown_icon:after {
    content: '';
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all, .3s;
}

.dropdown-menu a.active .dropdown_icon:after {
    border: 2px solid #00aff0;
}

.dropdown-menu a.active .dropdown_icon {
    background: #00aff0;
}

.dropdown-menu a {
    font-size: 16px;
    color: #000;
    display: block;
    position: relative;
    padding: 8px 18px 8px 48px;
    transition: all, .3s;
}

.dropdown-menu a:hover {
    color: #000;
}

.dropdown-menu a:hover .dropdown_icon:after {
    border: 2px solid #00aff0;
}


/* -----------------
::: Responsive CSS
----------------- */

@media (max-width: 1199px) {
    .footer_wrapper .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_right_menu {
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
    }
    .language {
        float: right;
    }
}

@media (max-width: 991px) {
    .login_box {
        max-width: 424px;
        flex: 1;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        left: -233px !important;
    }
    .footer_left_menu {
        text-align: center;
    }
    .language {
        float: none;
    }
}
