/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');*/

@font-face {
    font-family: 'Mont-Heavy';
    src: url('../Scripts/fonts/Mont-Heavy.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../Scripts/fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../Scripts/fonts/OpenSans-Semibold.ttf') format('truetype');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    background: #E5E5E5;
    box-shadow:none;
}



.navbar .navbar-toggler {
    padding: 0rem;
    
}
.navbar-light .navbar-toggler {
    border-color: white!important;
}
.navbar button:focus{
    outline:none;
}
.nav-item .nav-link {
    text-align: right;
}
.back-btn {
    padding-left: 30px;
    margin-top: 32px;
}

    .back-btn a {
        color: #575757;
        font-family: "OpenSans-Regular";
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
    }
    .back-btn i {
        color: #FF9900;
    }

#searchbond {
    width: 615px;
    margin-top: 32px;
}

.main-heading {
    text-align: center;
}

    .main-heading .page-title {
        font-family: Mont-Heavy ;
        font-style: normal;
        font-weight: 800 ;
        font-size: 43px;
        line-height: 56px;
        text-align: center ;
        color: #00B034 ;
    }

    .main-heading .page-content {
        text-align: justify;
        font-family: "OpenSans-Regular";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        color: #575757;
        margin-top: 16px;
    }


.group {
    position: relative;    
    margin-top: 82px;
    margin-left: 50px;
    
}

textarea {
    resize: none;
}

input, textarea {
    background: none;
    color: #333333;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 435.6px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}


    input:focus, textarea:focus {
        outline: none;
    }

        input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
            top: -14px;
            font-size: 12px;
            color: #4D4D4D; 
        }
            input:focus ~ .bar:before, textarea:focus ~ .bar:before {
                width: 435.6px;
            }

    input[type="password"] {
        letter-spacing: 0.3em;
    }
    

label {
    color: #767676;
    font-family: OpenSans-Regular;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    transition: 300ms ease all;
}

.bar {
    position: relative;
    display: block;
    width: 320px;
}

    .bar:before {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #2196f3;
        transition: 300ms ease all;
        left: 0%;
    }
/*end*/


.form-page .continue_btn{
    text-align:center;
}
.form-page .gradient-border-btn {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00b034), color-stop(45%, #23b9c4), to(#06c));
    background-image: linear-gradient(to bottom right, #00b034 0, #23b9c4 45%, #06c);
    border-radius: 2.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    font-family: OpenSans-Regular;
    line-height: 2rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    outline: none;
    width: 12.1875rem;
    height: 3.0625rem;
    margin: 0 auto;
    padding: .1875rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 65px;
}

    .form-page .gradient-border-btn span {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        background: #fff;
        border-radius: 2.5rem;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 100%;
        -webkit-transition: background .3s ease;
        transition: background .3s ease;
        width: 100%;
    }

    .form-page .gradient-border-btn:hover {
        background-image: none;
        background-color: #06c;
        color: #fff;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

        .form-page .gradient-border-btn:hover span {
            background: #06c;
            color: inherit;
        }

footer {
    
    margin-top:245px;
    margin-bottom:24px;
}

    footer .footer-span {
        display: inline-grid;
        justify-content: left;
        align-items:center;
        
    }
.footer-body {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}


.footer_div {
    text-align:right;
}

.footer-span1 {

    margin-right: 30px;
}
    .footer-span1 a {
        color: #4D4D4D;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

.footer-span2 a {
    margin: auto 10px;
}
@media (max-width:767px){
    .group {
        position: relative;
        margin-top: 82px;
        margin-left: 28px;
    }
    input, textarea {
        
        width: 400px;
        
    }
        input:focus ~ .bar:before, textarea:focus ~ .bar:before {
            width: 400px;
        }
    footer {
        margin-top: 200px;
        margin-bottom: 24px;
    }

        footer .footer-span {
            display: inline-grid;
            justify-content: left;
            align-items: center;
        }
    .footer-body {
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

    .footer_div {
        text-align: right;
        display:inline-grid
    }

    .footer-span1 {
        
        margin-right: 30px;
    }
    footer-span1 a {
        color: #4D4D4D;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

    .footer-span2 a {
        margin: auto 10px;
    }
}


@media (max-width:575px) {
    body {
        overflow-x: hidden;
    }



    .back-btn {
        position: absolute;        
        top: 860px;
        left: 190px;
        padding-left: 50px;
    }

        .back-btn a {
            color: #575757;
        }
        .back-btn i {
            color: #FF9900;
        }

    #searchbond {
        width: 427px;
        margin-top: 32px;
    }

    .main-heading {
        text-align: center;
    }

        .main-heading .page-title {
            font-family: Mont-Heavy;
            font-style: normal;
            font-weight: 800;
            font-size: 40px;
            line-height: 48px;
            text-align: center;
            color: #00B034;
        }

        .main-heading p {
            text-align: justify;
            font-family: OpenSans-Regular;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 28px;
            color: #575757;
        }
    .group {
        position: relative;
        margin-top: 82px;
        margin-left: 10px;
    }

    textarea {
        resize: none;
    }

    input, textarea {
        background: none;
        color: #c6c6c6;
        font-size: 18px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 327px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #c6c6c6;
    }

        input:focus, textarea:focus {
            outline: none;
        }

            input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
                top: -14px;
                font-size: 12px;
                color: #2196f3;
            }

            input:focus ~ .bar:before, textarea:focus ~ .bar:before {
                width: 327px;
            }

        input[type="password"] {
            letter-spacing: 0.3em;
        }

    label {
        color: #c6c6c6;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 10px;
        top: 10px;
        transition: 300ms ease all;
    }

    .bar {
        position: relative;
        display: block;
        width: 320px;
    }

        .bar:before {
            content: '';
            height: 2px;
            width: 0;
            bottom: 0px;
            position: absolute;
            background: #2196f3;
            transition: 300ms ease all;
            left: 0%;
        }

    .form-page .gradient-border-btn {
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00b034), color-stop(45%, #23b9c4), to(#06c));
        background-image: linear-gradient(to bottom right, #00b034 0, #23b9c4 45%, #06c);
        border-radius: 2.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: .0625rem;
        font-family: Open Sans;
        line-height: 2rem;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        outline: none;
        width: 12.1875rem;
        height: 3.0625rem;
        margin: 0 auto;
        padding: .1875rem;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-top: 65px;
    }

        .form-page .gradient-border-btn span {
            -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
            background: #fff;
            border-radius: 2.5rem;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
            height: 100%;
            -webkit-transition: background .3s ease;
            transition: background .3s ease;
            width: 100%;
        }

        .form-page .gradient-border-btn:hover {
            background-image: none;
            background-color: #06c;
            color: #fff;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }

            .form-page .gradient-border-btn:hover span {
                background: #06c;
                color: inherit;
            }
    footer {
        margin-top: 200px;
        text-align: center;
    }
    .footer {
        display: block !important;
    }

    .footer-div {
        display: inline-block;
        text-align:center;
    }

    footer span {
        display: block;
        margin-bottom: 10px;
    }

    footer .footer-span {
        margin-right: 0;
    }
    .footer-body {
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }


    .footer-span1 {
        margin-right: auto;
        
    }
    footer-span1 a {
        color: #4D4D4D;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

    .footer-span2 a {
        margin: auto auto;
    }
}
@media(max-width:375px){
    body {
        overflow-x: hidden;
    }



    .back-btn {
        position: absolute;
        padding-left: 50px;
        top: 800px;
        left: 110px;
        padding-left: 50px;
    }

        .back-btn a {
            color: #575757;
        }

        .back-btn i {
            color: #FF9900;
        }

    #searchbond {
        width: 327px;
        margin-top: 32px;
    }

    .main-heading {
        text-align: center;
    }

        .main-heading .page-title {
            font-family: Mont-Heavy;
            font-style: normal;
            font-weight: 800;
            font-size: 40px;
            line-height: 48px;
            text-align: center;
            color: #00B034;
        }

        .main-heading p {
            text-align: justify;
            font-family: OpenSans-Regular;
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 28px;
            color: #575757;
        }

    .group {
        position: relative;
        margin-top: 82px;
        margin-left: 0px;
    }

    textarea {
        resize: none;
    }

    input, textarea {
        background: none;
        color: #c6c6c6;
        font-size: 18px;
        padding: 10px 10px 10px 5px;
        display: block;
        width: 302px;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #c6c6c6;
    }

        input:focus, textarea:focus {
            outline: none;
        }

            input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
                top: -14px;
                font-size: 12px;
                color: #2196f3;
            }

            input:focus ~ .bar:before, textarea:focus ~ .bar:before {
                width: 302px;
            }

        input[type="password"] {
            letter-spacing: 0.3em;
        }

    label {
        color: #c6c6c6;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 10px;
        top: 10px;
        transition: 300ms ease all;
    }

    .bar {
        position: relative;
        display: block;
        width: 320px;
    }

        .bar:before {
            content: '';
            height: 2px;
            width: 0;
            bottom: 0px;
            position: absolute;
            background: #2196f3;
            transition: 300ms ease all;
            left: 0%;
        }

    .form-page .gradient-border-btn {
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00b034), color-stop(45%, #23b9c4), to(#06c));
        background-image: linear-gradient(to bottom right, #00b034 0, #23b9c4 45%, #06c);
        border-radius: 2.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: .0625rem;
        font-family: Open Sans;
        line-height: 2rem;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        outline: none;
        width: 12.1875rem;
        height: 3.0625rem;
        margin: 0 auto;
        padding: .1875rem;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-top: 65px;
    }

        .form-page .gradient-border-btn span {
            -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
            background: #fff;
            border-radius: 2.5rem;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
            height: 100%;
            -webkit-transition: background .3s ease;
            transition: background .3s ease;
            width: 100%;
        }

        .form-page .gradient-border-btn:hover {
            background-image: none;
            background-color: #06c;
            color: #fff;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }

            .form-page .gradient-border-btn:hover span {
                background: #06c;
                color: inherit;
            }

    footer {
        margin-top: 200px;
        text-align: center;
    }
    .footer {
        display: block !important;
    }

    .footer-div {
        display: inline-block;
        text-align: center;
        margin-left:20px!important;
    }

    footer span {
        display: block;
        margin-bottom: 10px;
    }

    footer .footer-span {
        margin-right: 0;
    }
    .footer-body {
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }


    .footer-span1 {
        margin-right: auto;
    }
    footer-span1 a {
        color: #4D4D4D;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

    .footer-span2 a {
        margin: auto auto;
    }
}
