body {
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/blue_bg_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}

::-webkit-scrollbar {
    width: 8px;
    padding: 2.5px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.6);
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border: solid 4px rgb(136 168 196);
}

 ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.6);
}

.heading_h1_2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 84px;
    color: #35035C;
}

.headertext_wrapper_2 p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #35035C;
}

.headertext_wrapper_2 {
    background-image: url(../images/img.png);
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: top;
}

.post_paragrph {
    padding: 70px 0 100px;
}

.request_form label,
.display_content {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19.4012px;
    line-height: 23px;
    color: #000000;
    padding-left: 8px;
}

.post_form .bg-white {
    text-align: left;
    padding: 100px 50px;
    border-radius: 2px;
    margin-bottom: 90px;
}
.bg_filed{
	 background-image: url(../images/transparent.png);
	 background-repeat:no-repeat;
	 background-size: cover;
}

.request_form .form-control {
    border: 0.538922px solid #92B7DA;
    box-sizing: border-box;
    border-radius: 5.38922px;
    height: 53px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15.0898px;
    line-height: 18px;
    color: #C4C4C4;
    padding: 0 18px;
}

.request_form textarea.form-control {
    height: 135px;
    resize: none;
    padding: 18px;
}

.request_form .form-control::placeholder {
    color: #C4C4C4;
}

.request_form .form-group {
    padding-bottom: 8px;
}

.submit_btn .btn {
    background: #DA0000;
    border-radius: 2.69461px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19.4012px;
    line-height: 23px;
    padding: 8px 24px;
}

.profile_item {
    display: flex;
}

.profiles_section {
    overflow: scroll;
    overflow-x: hidden;
    height: 600px;
}

.profile_content h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15.6287px;
    line-height: 18px;
    color: #000000;
}

.profile_content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #7D7D7D;
    text-align: left;
}

.profile_img img {
    max-width: 53px;
    height: 53px;
    border-radius: 100%;
    object-fit: cover;
}

.profile_img {
    margin: 0px 20px 0 15px;
}

.footer_link li a {
    margin-right: 15px;
    margin-left: 15px;
    color: #35035C;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
}

.footer_link {
    justify-content: center;
}

.footer_paragrph p,
.copyright p {
    color: #35035C;
    font-size: 14px;
    text-align: center;
}


/*********thank-you**********/

.thank_you p, .thank_you ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #7D7D7D;
    text-align: left;
    margin-bottom: 25
px
;
}


/*********thank-you**********/

@media (max-width:1200px) {
    .headertext_wrapper_2 {
        background-size: 100%;
        background-position: top;
    }
}

@media (max-width:991px) {
    .post_form .bg-white {
        text-align: left;
        padding: 60px 25px;
        border-radius: 2px;
        margin-bottom: 90px;
    }
}

@media (max-width:767px) {
    .btn_mobile_view {
        display: block;
        text-align: center;
        background: white;
        padding: 15px;
        box-shadow: -3px -2px 11px 2px #b5b1b1;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0px;
        right: 0;
        margin: 0 auto;
    }
    .post_request {
        display: none;
        position: fixed;
        left: 0;
        z-index: 999;
        right: 0;
        top: 0;
        width: 95%;
        margin: 0 auto;
        background: #e7f0fa;
        border: 2px solid #000;
        padding: 30px;
    }
    .close_btn {
        position: absolute;
        right: 20px;
        top: 3px;
        text-decoration: none;
        color: #4093e1;
        font-size: 30px;
    }
    .request_form .form-control {
        height: 40px;
    }
    .request_form textarea.form-control {
        height: 125px;
    }
    .heading_h1_2 {
        font-size: 35px;
    }
    body {
        padding-top: 50px;
        background-size: auto;
    }
    .headertext_wrapper_2 p {
        font-size: 27px;
        line-height: 34px;
    }
    .headertext_wrapper_2 {
        background-image: none;
    }
    .post_paragrph {
        padding: 45px 0 60px;
    }
    .profile_content p {
        font-size: 12px !important;
    }
    .profile_content p {
        font-size: 14px !important;
        line-height: 19px;
    }
}

@media (max-width:575px) {
    .headertext_wrapper_2 p {
        font-size: 18px;
        line-height: 25px;
    }
    .footer_link li a {
        margin-right: 8px;
        margin-left: 8px;
    }
	.bg_filed {
    background-image: none;
	}
	.footer_paragrph  {
    margin-bottom: 43px;
}
}