@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('../js/vendor/bootstrap/css/bootstrap.min.css');
@import url('../js/vendor/fontawesome/css/all.min.css');
*{
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
a, button{
    cursor: pointer;
}
a:hover, button:hover, a:focus, button:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
#goTpButton {
    display: inline-block;
    background-color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 65px;
    right: -3px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}
#goTpButton::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#goTpButton.show {
    opacity: .5;
    visibility: visible;
}
#goTpButton:hover {
    cursor: pointer;
    background-color: #3957B7;
    opacity: 1;
}
#goTpButton:active {
    background-color: #3957B7;
    opacity: 1;
}
.hmpg-welcome-div-1{
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hmpg-welcome-div-1 .head-1{
    font-size: 50px;
    line-height: 70px;
    font-weight: 500;
    color: #3957B7;
    margin-bottom: 20%;
}
.cs-global-btn-1{
    display: inline-flex;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 20px;
    border: 0;
    background-color: #3957B7;
    height: 45px;
    width: 100%;
    max-width: 450px;
    align-items: center;
    justify-content: center;
}
.cs-global-btn-1:hover{
    background-color: #4768d4;
    color: #FFFFFF;
}
.cs-content-d-1{
    padding: 80px 0px;
}
.all-login-switch-div{
    display: flex;
	overflow: hidden;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    min-height: 50px;
    align-items: center;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(69,69,69,0.08);
    -moz-box-shadow: 0px 3px 6px 0px rgba(69,69,69,0.08);
    box-shadow: 0px 3px 6px 0px rgba(69,69,69,0.08);
    border: 1px solid #F5F5F5;
}
.all-login-switch-div .custom-input-1{
    width: 50%;
}
.custom-input-1 input{
    cursor: pointer;
    display: none;
}
.custom-input-1 label {
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .1px;
    color: #3957B7;
    margin: 0;
    border-radius: 10px;
    min-height: 50px;
    transition: all 0.1s ease-in-out;
    padding: 15px 10px;
}
.custom-input-1 input:checked + label{
    color: #FFFFFF;
    background: #3957B7;
}
#corporateGlobalDiv{
    display: none;
}
.cs-head-div-1{
    padding: 35px 0px 35px;
}
.cs-head-div-1 .chead-1{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin: 0;
}
.cs-form-row-1{
    max-width: 440px;
}
.cs-form-1 .form-group{
    margin-bottom: 30px;
    padding-top: 15px;
}
.cs-form-1 label{
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #151515;
    margin-bottom: 0;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 35px;
    padding: 2px 10px;
    z-index: 2;
}
.cs-form-1 input:not([type="submit"]), .cs-form-1 select{
    border-radius: 10px;
    height: 60px;
    border: 1px solid #EAEAEA;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #868688;
    padding: 15px 15px 10px;
}
.cs-form-1 textarea{
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #868688;
    padding: 15px 15px 10px;
    resize: none;
}
.cs-form-1 input:not([type="submit"]):focus, .cs-form-1 select:focus, .cs-form-1 textarea:focus{
    outline: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(69,69,69,0.08);
    -moz-box-shadow: 0px 3px 6px 0px rgba(69,69,69,0.08);
    box-shadow: 0px 3px 6px 0px rgba(69,69,69,0.08);
    border-color: #bbbbbb;
}
.cs-global-head-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .1px;
    color: #3957B7;
    margin-bottom: 30px;
}
.cs-global-head-1 span{
    border-bottom: 1px solid #3957B7;
    padding-bottom: 5px;
}

.custom-input-3 input{
    cursor: pointer;
    display: none;
}
.custom-input-3 label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #151515 !important;
    margin: 0;
    cursor: pointer;
    top: 0 !important;
    left: 0 !important;
}
.custom-input-3 input:checked + label,
.custom-input-3 input:not(:checked) + label {
    position: relative;
    padding-left: 50px;
    padding-right: 0;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    padding-top: 8px;
}
.custom-input-3 input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 35px;
    height: 35px;
    border: 1px solid #EAEAEA;
    background: #fff;
    border-radius: 10px;
}
.custom-input-3 input:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 35px;
    height: 35px;
    border: 1px solid #EAEAEA;
    background: #fff;
    border-radius: 10px;
}
.custom-input-3 input:checked + label:after{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    left: 8px;
    top: 8px;
    color: #1DC321;
    font-size: 20px;
}
.custom-input-3 label a{
    color: #1DC321;
    text-decoration: underline;
}
.cs-form-btn-m-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-form-btn-m-1 li{
    line-height: 1;
    padding: 0px 15px;
    max-width: 160px;
    width: 100%;
}
.cs-global-btn-2{
    display: inline-flex;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 15px;
    border: 0;
    background-color: #3957B7;
    height: 45px;
    width: 100%;
    max-width: 450px;
    align-items: center;
    justify-content: center;
}
.cs-global-btn-2:hover{
    background-color: #4768d4;
    color: #FFFFFF;
}
.cs-global-btn-3{
    display: inline-flex;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #8C8E90;
    border-radius: 15px;
    border: 2px solid #EAEAEA;
    background-color: transparent;
    height: 45px;
    width: 100%;
    max-width: 450px;
    align-items: center;
    justify-content: center;
}
.cs-global-btn-3:hover{
    background-color: #EAEAEA;
    color: #8C8E90;
}
.cs-modal-1 .modal-content{
    border: 0;
    border-radius: 10px;
}
.cs-modal-1 .close{
    font-size: 22px;
    line-height: 1;
    opacity: 1;
    color: #131314;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 15px;
}
.cs-modal-1 .modal-body{
    padding: 35px 25px;
}
.cs-modal-1 .content-div-1{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.cs-modal-1 .content-div-1 .image-1{
    max-height: 65px;
    margin-bottom: 25px;
}
.cs-modal-1 .content-div-1 .head-1{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .2px;
    font-weight: 700;
    color: #2D2D2F;
    margin-bottom: 20px;
}
.cs-modal-1 .content-div-1 .desc-1{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    font-weight: 400;
    color: #868688;
    margin-bottom: 15px;
}