@import url('theme.css');

/*
	========================
	Header
	========================
*/
.headerMain {
    background: #212c43;
    padding: 5px 20px;
}

    .headerMain .logo {
        padding-left: 0px;
        padding-top: 4px;
    }

        .headerMain .logo img {
            max-width: 150px;
            vertical-align: top;
        }

    .headerMain nav {
        padding: 2px 0px;
    }

        .headerMain nav ul li a {
            color: #fff !important;
            text-transform: uppercase;
            font-size: 14px;
            height: 55px;
            padding: 0px 15px !important;
            line-height: 55px;
            font-weight: 500;
            cursor: pointer;
        }

            .headerMain nav ul li a:hover,
            .headerMain nav ul li a.selected {
                color: #1abc9c !important;
            }

            .headerMain nav ul li a.register-link {
                background: #1abc9c;
                color: #fff;
                margin: 8px 0px;
                line-height: 37px;
                height: 37px;
            }

                .headerMain nav ul li a.register-link:hover {
                    background: #fff;
                    color: #000;
                }

.menuBarIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 70px;
    text-align: center;
    background: rgba(0,0,0,0.4);
}

    .menuBarIcon img {
        width: 25px;
    }
/*
	######################
	Sub Navigation Menu
	######################
*/
nav ul li:hover .dropdown-menu {
    transform: scale(1,1);
    display: block;
}

nav ul li .dropdown-menu {
    position: absolute;
    min-width: 310px !important;
    top: 50px !important;
    background: #ffffff;
    z-index: 1000;
    border-top: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -webkit-transition: -webkit-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
    transform: scale(1,0);
    transform-origin: top;
}

nav ul li .last a {
    border-bottom: none !important;
}

nav ul li .dropdown-menu a {
    display: block;
    color: #000 !important;
    padding: 3px 15px !important;
    height: auto !important;
    line-height: 20px !important;
    position: relative;
}

    nav ul li .dropdown-menu a:hover {
        color: #1abc9c !important;
        padding: 3px 15px !important;
        text-decoration: none;
    }

    nav ul li .dropdown-menu a i {
        font-size: 13px !important;
        color: #000000;
        position: absolute;
        top: 16px;
        right: 10px;
    }

nav .rightarrowclass {
    position: absolute;
    top: 18px;
    right: 10px;
}

/*
	========================
	Form banner
	========================
*/
.formBanner .bannerContent {
    background-image: url("../../Signup/img/b2b_bg.png");
    background-color: #1abc9c;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 9%;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

    .formBanner .bannerContent .logob2b img {
        max-width: 50%;
    }

    .formBanner .bannerContent p {
        color: #fff;
        margin-bottom: 15px;
    }

    .formBanner .bannerContent ul {
        margin-bottom: 25px;
        margin-left: 15px;
    }

        .formBanner .bannerContent ul li {
            list-style-type: disc;
            padding-bottom: 10px;
        }
/* ==== */
.formBanner .formWrapper {
    padding: 20px 30px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

    .formBanner .formWrapper h1 {
        color: #e1e1e1;
        font-size: 28px;
        margin-bottom: 35px;
    }

        .formBanner .formWrapper h1 span {
            color: #337ab7;
        }

        .formBanner .formWrapper h1 a {
            color: #337ab7;
            font-size: 20px;
        }

/* ==== */
.grid2 {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
}

.grid3 {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
}

/* ==== */
.form {
}

    .form li {
        margin-bottom: 20px;
    }

        .form li p strong:after {
            display: none;
        }

        .form li p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .form li button {
            background: #20d0b1;
            width: 100%;
        }

            .form li button:hover {
                background: #15b99c;
            }

    .form h4 {
        padding-bottom: 10px;
    }

.nopadding {
    padding: 12px !important;
}

/* ==== */
.links {
    padding: 10px;
    font-size: 14px;
}

    .links a {
        color: #007bff;
    }

        .links a:hover {
            text-decoration: underline;
        }

        .links a.forgot {
            float: left;
        }

        .links a.resend {
            float: right;
        }

/* ==== */
.socialLogin {
}

    .socialLogin h3 {
        text-align: center;
        color: #000;
        border-bottom: 5px solid #000;
        margin-bottom: 25px;
        font-size: 15px;
    }

        .socialLogin h3 span {
            background: #fff;
            padding: 0px 10px;
            bottom: -10px;
        }

    .socialLogin .buttonWrapper {
        display: grid;
        grid-template-columns: 50% 0% 0%;
        /*grid-gap: 2%;*/
        margin-left:33%;
    }

    .socialLogin button {
        background: #000;
        border-radius: 5px;
        color: #fff;
        padding: 13px 10px;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }

        .socialLogin button:hover {
            box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
        }

        .socialLogin button.fb {
            background: #4a6da7;
            display:none;
        }

        .socialLogin button.gp {
            background: #e66248;
        }

        .socialLogin button.li {
            background: #08649c;
            display:none;
        }

.promotion {
}

    .promotion div {
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

        .promotion div label {
            display: block;
        }


/*
	========================
	Logo Slider
	========================
*/
.logoSlider {
    padding: 50px 0px;
}


/*
	========================
	Footer
	========================
*/
footer {
    background: #1abc9c;
    padding: 25px 0px 0px;
    font-weight: 500;
    color: #000;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            text-decoration: underline;
        }

.footerRow {
}
/* ==== */
.row1 {
}

    .row1 li {
        padding: 3px 0px;
    }

        .row1 li h4 {
            padding-bottom: 12px;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
        }

        .row1 li a {
            color: #000;
            font-size: 14px;
        }

            .row1 li a:hover {
                text-decoration: underline;
            }
/* ==== */
.row2 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .row2 i {
        color: #000;
        font-size: 45px;
    }
/* ==== */
.row3 {
    background: #3d9379;
    padding: 25px;
}
/* ==== */
.row4 {
    font-size: 14px;
    padding: 10px 0px;
}

    .row4 p {
        float: left;
    }

    .row4 div {
        float: right;
    }

    .row4 a {
        color: #000;
        margin-left: 25px;
    }

        .row4 a:hover {
            text-decoration: underline;
        }

/* Custom */
.btn-submit {
    background-color: #70e6ce;
    color: white;
}

    .btn-submit:hover {
        border: 1px solid #70e6ce;
        color: #70e6ce !important;
        background: #fff !important;
    }

.modal-dialog .modal-content .modal-header {
    background-color: #1ABC9C;
    color: white;
}

.footer-slider div img {
    width: 100%;
    padding: 20px;
}

.row1 .social-links a i {
    font-size: 40px;
    color: #212c43;
    padding: 2%;
}
