            .navbar {}
            
            .navbarcontent {
                background: #efe7e1;
            }
            
            .navbar-brand {
                font-size: 25px;
                font-weight: bold;
            }
            
            .nav-item {
                font-weight: 450;
                align-items: center;
                font-size: 18px;
                padding-left: 20px;
            }
            
            .navbar a:hover {
                background-color: transparent;
                background: none;
                color: black;
                /* font-weight: 400; */
            }
            
            .dropdown {
                display: inline-block;
                position: relative;
            }
            
            .profile-btn {
                border: none;
                background: none;
                font-size: 18px;
                cursor: pointer;
                color: #7c7878;
                padding-left: 38px;
                padding-right: 0px;
                padding-top: 9px;
                padding-bottom: 8px;
            }
            
            nav {
                position: -webkit-sticky;
                position: sticky;
                /* sticky or fixed are fine */
                position: fixed;
                top: 0;
                height: 69px;
                width: 100%;
                background: /* background when scroll is in the top */
                transition: background .5s;
                /* control how smooth the background changes */
            }
            
            nav.scrolled {
                background: #efe7e1;
                position: fixed;
                z-index: 1;
            }
            
            .sign-btn a {
                text-decoration: none;
                font-weight: 470;
                align-items: center;
                font-size: 16px;
                margin-left: 20px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 5px;
                padding-bottom: 7px;
                border-radius: 5px;
                color: white;
                background: #060606;
            }
            /*personal page start here*/
            
            .banner-section {
                background: #efe7e1;
                padding-bottom: 90px;
            }
            
            @media screen and (max-width: 768px) {
                .banner-section {
                    padding-bottom: 50px;
                }
            }
            
            .main-content {
                padding-top: 100px;
            }
            
            @media screen and (max-width: 768px) {
                .main-content {
                    padding-top: 20px;
                }
            }
            /* background-image: url(images/rupeeimg.png);
 position: relative;
  background-repeat: no-repeat;*/
            
            .main-content-heading h2 {
                font-size: 38px;
                font-family: 'M PLUS Rounded 1c', sans-serif;
                padding-top: 40px;
            }
            
            @media screen and (max-width: 768px) {
                .main-content-heading h2 {
                    font-size: 30px;
                    padding-bottom: 10px;
                }
            }
            /*.main-content-img{

  background-image: url(images/pattern-5.png);
  
  position: relative;
  -webkit-animation: sliderShape 5s linear infinite;


}*/
            
            .main-content-form .card {
                width: 70%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                border: none;
                outline: none;
                background: #e1e2e3;
            }
            
            @media screen and (max-width: 768px) {
                .main-content-img {
                    width: 100%;
                }
            }
            
            @media screen and (max-width: 768px) {
                .main-content-form .card {
                    width: 90%;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    margin-top: 20px;
                }
            }
            
            .main-content-form .card-title {
                text-align: center;
                padding-top: 3px;
                padding-bottom: 8px;
                font-size: 25px;
                font-weight: 500;
                color: #194219;
                margin-top: 30px;
            }
            
            @media screen and (max-width: 768px) {
                .main-content-form .card-title {
                    text-align: center;
                    padding-top: 0px;
                    padding-bottom: 8px;
                    font-size: 20px;
                }
            }
            
            .card-subtext {
                text-align: center;
            }
            
            @media screen and (max-width: 768px) {
                .card-subtext {
                    text-align: center;
                    font-size: 14px;
                }
            }
            
            .checkele .input1 {
                width: 80%;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
            
            @media screen and (max-width: 768px) {
                .phn {
                    width: 80%;
                    margin-left: 0px;
                    margin-right: 0px;
                    display: block;
                }
            }
            
            .input1 {}
            
            input[type="tel"] {
                background: #e1e2e3;
                border: 1px solid #ccc;
                width: 80%;
                border-radius: 3px;
            }
            
            [type=tel].form-control:focus {
                box-shadow: inset 0 -1px 0 white;
            }
            
            .proceed a {
                background: #19412e;
                color: white;
            }
            
            @media screen and (max-width: 767px) {
                .proceed a {
                    margin-bottom: 0px;
                }
            }
            
            .main-subtext {
                text-align: justify;
            }
            
            @media screen and (max-width: 768px) {
                .main-subtext {
                    font-size: 15px;
                    padding-bottom: 10px;
                }
            }
            
            .personal-banks {
                padding-bottom: 90px;
            }
            
            .sec-heading {
                padding-top: 60px;
                text-align: center;
                font-family: 'Raleway', sans-serif;
            }
            
            @media screen and (max-width: 575px) {
                .bank-all-details {
                    width: 95%;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }
            }
            
                       .personal-bank-row {
                box-shadow: inset 0 0em 0em rgb(231 231 231 / 0%), 0.1em 0.3em 0.5em rgb(211 211 211 / 20%);
                padding-top: 25px;
                padding-bottom: 25px;
                margin-top: 50px;
                border-radius: 14px;
                margin-bottom: 5px;
                background-color: white;
            }
            
            @media screen and (max-width: 575px) {
                .personal-bank-row {
                    padding-top: 25px;
                    padding-bottom: 25px;
                    margin-top: 50px;
                    margin-bottom: 5px;
                    background-color: white;
                }
            }
            
            .bank-del-col1 img {
                margin: 17px auto;
                display: block;
                width: auto;
                border-radius: 10px;
                height: 48px;
            }
            
            @media screen and (max-width: 575px) {
                .bank-del-col1 img {
                    margin: 0 auto;
                    display: block;
                    width: 100%;
                }
            }
            
            @media screen and(min-width:1024px) {
                .modal-content {
                    width: 150%;
                }
            }
            
            .bank-del-col2 {
                font-size: 17px;
                font-weight: 650;
                color: #36360d;
                padding-top: 12px;
            }
            
            @media screen and (max-width: 575px) {
                .bank-del-col2 {
                    font-size: 16px;
                    font-weight: 650;
                    color: #36360d;
                    padding-top: 7px;
                    text-align: center;
                }
            }
            
            .bank-del-col3 {
                font-size: 18px;
                font-weight: 650;
                color: #36360d;
                text-align: center;
                padding-top: 12px;
            }
            
            @media screen and (max-width: 575px) {
                .bank-del-col3 {
                    font-size: 16px;
                    font-weight: 650;
                    color: #36360d;
                    padding-top: 7px;
                    text-align: center;
                    padding-bottom: 20px;
                }
            }
            
            .bank-del-col4 {
                font-size: 18px;
                font-weight: 650;
                color: #36360d;
                text-align: center;
                padding-top: 12px;
            }
            
            @media screen and (max-width: 575px) {
                .bank-del-col4 {
                    font-size: 16px;
                    font-weight: 650;
                    color: #36360d;
                    padding-top: 7px;
                    text-align: center;
                    padding-bottom: 20px;
                }
            }
            
            .bank-del-col5 {
                font-size: 18px;
                font-weight: 650;
                color: #36360d;
                text-align: center;
                padding-top: 12px;
            }
            
            @media screen and (max-width: 575px) {
                .bank-del-col5 {
                    font-size: 16px;
                    font-weight: 650;
                    color: #36360d;
                    padding-top: 7px;
                    text-align: center;
                    padding-bottom: 20px;
                }
            }
            
            .bank-del-col6 button {
                margin-top: 15px;
            }
            
            .bank-del-subtext {
                font-size: 17px;
                font-weight: 550;
                color: gray;
            }
            
            .bank-view {
                font-size: 5px;
                padding-top: 25px;
                margin-top: 20px;
                margin-top: 10px;
            }
            
            .view-details {
                margin-left: 36px;
                font-size: 14px;
                font-weight: 550;
            }
            
            @media screen and (max-width: 676px) {
                .viewbtn {
                    text-align: center;
                    padding-top: 20px;
                }
            }
            
            .view-links-wrapper {
                margin: 0 auto;
                display: block;
                width: 90%;
            }
            
            @media screen and (max-width: 767px) {
                .view-links {
                    width: 100%;
                }
            }
            
            .view-links h6 {
                font-size: 19px;
                padding-left: 11px;
                padding-bottom: 6px;
            }
            
            @media screen and (max-width: 767px) {
                .view-links h6 {
                    font-size: 19px;
                    padding-left: 11px;
                    padding-bottom: 10x;
                    text-align: left;
                }
            }
            
            @media screen and (max-width: 767px) {
                .view-links ul {
                    text-align: left;
                    align-items: center;
                }
            }
            
            .view-more {
                justify-content: right;
                text-align: right;
                margin-top: 20px;
                margin-bottom: 20px;
            }
            
            .quick-links-sec {
                padding-top: 10px;
                padding-bottom: 50px;
                background: #f7f7f7;
            }
            
            .quick-links-details {
                padding-top: 50px;
                padding-bottom: 50px;
            }
            
            .quick-links-details {
                width: 80%;
                margin: 0 auto;
                display: block;
            }
            
            @media screen and (min-device-width: 768px) and (max-device-width: 1199px) {
                .quick-links-details {
                    width: 100%;
                    margin: 0 auto;
                    display: block;
                }
            }
            
            .card-img-top {
                width: 25%;
                margin: 0 auto;
                display: block;
            }
            
            .link-img3 {
                width: 20%;
                margin: 0 auto;
                display: block;
                padding-top: 10px;
            }
            
            .quick-linktext {
                margin-left: auto;
                margin-right: auto;
                display: block;
                padding-top: 8px;
                font-size: 18px;
                color: #090118;
                font-weight: 490px;
                font-weight: 500;
                text-align: center;
                text-decoration:none;
            }
            
            .quick-linktext3 {
                margin-left: auto;
                margin-right: auto;
                display: block;
                padding-top: 11px;
                font-size: 18px;
                color: #090118;
                font-weight: 490px;
                font-weight: 500;
                text-align: center;
                text-decoration:none;
            }
            
            .quick-links-details h3 {
                text-align: center;
                padding-bottom: 35px;
                font-family: 'Raleway', sans-serif;
                font-weight: 500;
                font-size: 31px;
            }
            
            @media screen and (max-width: 767px) {
                .quick-links-details h3 {
                    padding-bottom: 35px;
                    font-family: 'Raleway', sans-serif;
                    font-weight: 500;
                    font-size: 24px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .types-col {
                    width: 100%;
                    margin-bottom: 15px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .rate-col {
                    width: 100%;
                    margin-bottom: 15px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .cal-col {
                    width: 100%;
                    margin-bottom: 15px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .uses-col {
                    width: 100%;
                    margin-bottom: 15px;
                    padding-top: 0px;
                }
            }
            
            @media screen and (min-device-width: 992px) and (max-device-width: 1399px) {
                .usesimg {
                    padding-top: 12px;
                }
            }
            
            @media screen and (min-device-width: 992px) and (max-device-width: 1399px) {
                .uses {
                    padding-bottom: 15px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .apply-col {
                    width: 100%;
                    margin-bottom: 15px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .work-col {
                    width: 100%;
                    margin-bottom: 15px;
                }
            }
            
            .links-body {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            /*.personal-loan-q1{
  margin-top: 120px;
  margin-bottom:40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
  background-color: #ccc;


}
*/
            
            .personal-loan-content {
                padding-top: 110px;
            }
            
            .personal-loan-q1 {
                border: 1px solid #ccc;
                border-radius: 15px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 85%;
                margin-bottom: 25px;
            }
            
            .personal-loan-q2 {
                border-radius: 15px;
                border: 1px solid #ccc;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 85%;
                margin-bottom: 25px;
            }
            
            .personal-loan-q3 {
                border-radius: 15px;
                border: 1px solid #ccc;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 85%;
                margin-bottom: 25px;
            }
            
            .personal-loan-q4 {
                border-radius: 15px;
                border: 1px solid #ccc;
                border-radius: 20px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 85%;
                margin-bottom: 25px;
            }
            
            .personal-loan-q5 {
                border-radius: 15px;
                border: 1px solid #ccc;
                border-radius: 20px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 85%;
                margin-bottom: 25px;
            }
            
            .personal-loan-q6 {
                border-radius: 15px;
                border: 1px solid #ccc;
                border-radius: 20px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 85%;
                margin-bottom: 25px;
            }
            
            .personal-loan-q7 {
                border-radius: 15px;
                border: 1px solid #ccc;
                border-radius: 20px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 85%;
                margin-bottom: 25px !important;
            }
            
            .low-highlight {
                background: linear-gradient(178deg, transparent 50%, #ffdad5 60%);
            }
            /*.accordion {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-top:10px;
  
}

.active, .accordion:hover {
  background-color: white;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

*/
            
            .personal-loan-q1 h3 {
                margin: 0;
                font-size: 1.4em;
                line-height: 1.2;
                padding-bottom: 12px;
            }
            
            .personal-loan-q2 h3 {
                margin: 0;
                font-size: 1.4em;
                line-height: 1.2;
            }
            
            .personal-loan-q3 h3 {
                margin: 0;
                font-size: 1.4em;
                line-height: 1.2;
            }
            
            .personal-loan-q4 h3 {
                margin: 0;
                font-size: 1.4em;
                line-height: 1.2;
            }
            
            .personal-loan-q5 h3 {
                margin: 0;
                font-size: 1.4em;
                line-height: 1.2;
            }
            
            .personal-loan-q6 h3 {
                margin: 0;
                font-size: 1.4em;
                line-height: 1.2;
            }
            
            .personal-loan-q7 h3 {
                margin: 0;
                font-size: 1.4em;
                line-height: 1.2;
            }
            
            .loan-list {
                padding-bottom: 15px;
            }
            /*.container {
  max-width: 40em;
  position: relative;
  margin: 2em auto;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  box-shadow: rgba(#a5a5a5,.3) 0 0 77px;
}*/
            
            .personal-loan-q1 label {
                display: block;
                overflow: hidden;
            }
            
            .personal-loan-q2 label {
                display: block;
                overflow: hidden;
            }
            
            .personal-loan-q3 label {
                display: block;
                overflow: hidden;
            }
            
            .personal-loan-q4 label {
                display: block;
                overflow: hidden;
            }
            
            .personal-loan-q5 label {
                display: block;
                overflow: hidden;
            }
            
            .personal-loan-q6 label {
                display: block;
                overflow: hidden;
            }
            
            .personal-loan-q7 label {
                display: block;
                overflow: hidden;
            }
            
            .personal-loan-q1-heading {
                padding: 1em 2em;
                position: relative;
                z-index: 599;
            }
            
            &:hover {
                cursor: pointer;
                background: #f5f5f5;
            }
            
            .personal-content {
                position: relative;
                padding: 0;
                max-height: 0px;
                border-bottom: 1px solid #eee;
            }
            
            .personal-loan-subtext {
                position: relative;
                paddind-top: 1px;
                padding-left: 32px;
                padding-right: 25px;
                margin: 0;
                opacity: 0;
            }
            
            .personal-content h6 {
                position: relative;
                padding-left: 29px;
                padding-bottom: 17px;
                color: #4a4848;
            }
            
            .personal-loan-lists {
                width: 96%;
                margin: 0 auto;
                display: block;
            }
            
            .personal-loan-interest {
                width: 70%;
                margin: 0 auto;
                display: block;
                padding-top: 30px;
                padding-bottom: 30px;
            }
            
            .personal-loan-interest th {
                text-align: center;
            }
            
            .personal-loan-interest td {
                text-align: center;
            }
            
            input[type="checkbox"] {
                display: none;
            }
            /*input[type="checkbox"]:checked + .title {
  background: #c3f7ea;
}
*/
            
            input[type="checkbox"]:checked+.title+.content {
                max-height: 1608px;
            }
            
            input[type="checkbox"]:checked+.title+.content p {
                opacity: 1;
            }
            
            @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');
            /*
body{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 100vh;

    font-family: 'Raleway', sans-serif;
}
*/
            
            .emi-cal {
                width: 90%;
                background: #FFFFFF;
                padding: 20px 25px;
                border-radius: 10px;
                box-shadow: 0 0 60px rgba(1, 0, 5, 0.15);
                margin: 0 auto;
                display: block;
            }
            
            .emi-cal h2 {
                font-size: 28px;
                font-weight: 700;
                font-family: 'Raleway', sans-serif;
            }
            
            .emi-cal .div-bar {
                display: block;
                width: 120px;
                background: #961251;
                height: 6px;
                border-radius: 10px;
                margin: 10px 0px;
            }
            
            .emi-cal .calculator {
                position: relative;
                flex-direction: row;
                padding: 10px 0px;
            }
            
            .cal-res-right {
                background: #eefdf4;
            }
            
            .loan-amt-text {
                padding-bottom: 46px;
                padding-top: 50px;
                font-size: 20px;
                font-weight: 500;
                font-family: 'Raleway';
            }
            
            .loan-amt-text sub {
                color: #9ac59a;
                font-family: sans-serif;
            }
            
            .loan-tenure-text {
                padding-bottom: 46px;
                padding-top: 15px;
                font-size: 20px;
                font-weight: 500;
                font-family: 'Raleway';
            }
            
            .loan-tenure-text sub {
                color: #9ac59a;
                font-family: sans-serif;
            }
            
            .loan-interest-text {
                padding-bottom: 46px;
                padding-top: 15px;
                font-size: 20px;
                font-weight: 500;
                font-family: 'Raleway';
            }
            
            .slidecontainer .limit {
                text-decoration: inderline;
            }
            
            .calculator .calculator-input {
                position: relative;
                width: 40%;
                justify-content: space-around;
                padding: 5px 10px;
                display: block;
                margin: 0 auto;
            }
            
            .calculator .calculator-input input {
                width: 100%;
                height: 40px;
                padding: 20px 14px;
                font-family: "Raleway", sans-serif;
                font-weight: 400;
                font-size: 18px;
                border: 1px solid #7d7d7d;
                border-radius: 4px;
            }
            
            .calculator .calculator-input input:focus {
                outline: none;
                border: 1px solid #961251;
            }
            
            .calculator .calculator-input label {
                color: #961251;
                font-size: 16px;
                padding: 2px 4px;
                font-weight: 500;
            }
            
            .calculator .calculator-input button {
                width: 100%;
                padding: 14px 16px;
                margin-top: 20px;
                font-weight: 700;
                cursor: pointer;
                font-family: "Raleway", sans-serif;
                background: #961251;
                border: 0;
                color: #FFFFFF;
                font-size: 14px;
                text-transform: uppercase;
                border-radius: 4px;
            }
            /*chrome, safari, edge, opera*/
            
            input::-webkit-outer-spin-button,
            input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            /*Firefox*/
            
            input[type=number] {
                -moz-appearance: textfield;
            }
            
            .emi-cal .calculator-result {
                position: relative;
                display: block;
                padding: 10px;
                margin: 20px 0;
            }
            /*.emi-cal .calculator-result ul{
    width: 100%;

    padding: 10px 15px;
    border-radius: 5px;
}
*/
            
            .emi-cal .calculator-result li {
                list-style: none;
                line-height: 28px;
                font-weight: 500;
                font-size: 18px;
                text-align: center;
                display: block;
                margin: 0 auto;
                padding-top: 10px;
                padding-bottom: 10px;
            }
            
            .loan_emi {
                font-weight: 400;
                font-size: 35px;
                color: #ababab;
                text-align: center;
            }
            
            .loan_principle {
                font-weight: 400;
                font-size: 35px;
                color: #ababab;
                text-align: center;
            }
            
            .loan_interest_rate {
                font-weight: 400;
                font-size: 35px;
                color: #ababab;
                text-align: center;
            }
            
            .loan_total {
                font-weight: 400;
                font-size: 35px;
                color: #ababab;
                text-align: center;
            }
            
            .calculator-result .loan_principle,
            .calculator-result .loan_interest_rate,
            .calculator-result .loan_total {}
            
            .calculator-result canvas {
                padding: 20px;
            }
            
            .range-wrap {
                position: relative;
                margin: 0 auto 1.5rem;
            }
            
            .range {
                width: 90%;
            }
            
            input[type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                background: red;
                height: 20px;
                width: 20px;
            }
            
            .bubble {
                background: #9b2530;
                color: white;
                padding: 5px 10px;
                position: absolute;
                border-radius: 10px;
                left: 50%;
                margin-top: 20px;
                transform: translateX(-50%);
                z-index: 1;
                bottom: 26px;
            }
            
            .bubble::after {
                content: "";
                position: absolute;
                width: 2px;
                height: 2px;
                background: red;
                bottom: 50%;
                left: 50%;
            }
            
            .faq h3 {
                padding-left: 53px;
                padding-top: 90px;
                padding-bottom: 0px;
            }
            
            .left-fcqimg {
                padding-top: 115px;
            }
            
            @media screen and (max-width: 768px) {
                .left-fcqimg {
                    width: 100%;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }
            }
            
            @media screen and (max-width: 768px) {
                .right-fcqimg {
                    width: 100%;
                }
            }
            
            .fcqsec {
                background: #fdfffc;
                margin-top: 90px;
                margin-bottom: 60px;
            }
            /*personal page ends here*/
            
            .che-avilbility {
                padding-top: 140px;
            }
            
            .footer-top {
                background: #dfdfdf;
            }
            
            .footer-top .footer-logo-section {
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #bdbdbd;
                padding: 0 0 20px;
                margin: 0 0 20px;
            }
            
            .wrap-container {
                max-width: 1364px;
                margin: 0 auto;
                padding: 20px;
            }
            
            .social-icons i {
                font-size: 25px;
                color: black;
                padding-left: 5px;
            }
            
            .vr-center {
                border-right: 1px solid #ccc;
                height: 100px;
            }
            
            .ftr-sm-head {
                font-size: 1rem;
                color: #7b7b7b;
                font-weight: 500;
                margin: 0 0 5px;
            }
            
            .ftr-sm-head a {
                text-decoration: none;
                color: black;
            }
            
            .footer .footer-section {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            
            .footer {
                background: #fafafa;
                border-top: 1px solid #e2e2e5;
                padding: 20px 0;
            }
            
            .fotter-address-sec {
                text-align: center;
            }
            
            .fotter-address-sec a {
                text-decoration: none;
                color: #666565;
                padding-left: 35px;
                font-size: 17px;
            }
            
            @media screen and (max-width: 768px) {
                .fotter-address-sec a {
                    text-decoration: none;
                    color: #666565;
                    font-size: 17px;
                    padding-left: 10px;
                    text-align: center;
                }
            }
            
            .social-icons p {
                text-align: center;
            }
            
            .logo h4 {
                font-weight: bold;
                font-size: 27px;
            }
            /*personal loan ends here*/
            /*index page start here*/
            
            .left-img img {
                padding-top: 100px;
                opacity: 0.4;
                width: 70%;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
            
            @media screen and (max-width: 768px) {
                .left-img img {
                    display: none;
                }
            }
            
            @media screen and (min-device-width: 769px)and (max-device-width:1200px) {
                .left-img img {
                    width: 100%;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    padding-top: 100px;
                }
            }
            
            @media screen and (min-device-width: 1201px) {
                .left-img img {
                    padding-top: 60px;
                }
            }
            
            .left-img {
                position: relative;
                -webkit-animation: linear infinite;
                -webkit-animation-name: run;
                -webkit-animation-duration: 5s;
            }
            
            @-webkit-keyframes run {
                0% {
                    left: 0;
                }
                50% {
                    left: 2%;
                }
                100% {
                    left: 0;
                }
            }
            
            .right-img img {
                opacity: 0.5;
                padding-top: 140px;
            }
            
            @media screen and (max-width: 768px) {
                .right-img {
                    text-align: center;
                }
            }
            
            @media screen and (max-width: 768px) {
                .right-img img {
                    opacity: 0.5;
                    padding-top: 10px;
                }
            }
            
            @media screen and (min-device-width: 769px) and (max-device-width:1023px) {
                .right-img img {
                    opacity: 0.5;
                    padding-top: 100px;
                    width: 100%;
                    height: auto;
                }
            }
            
            @media screen and (min-width: 1024px) {
                .right-img img {
                    padding-top: 60px;
                }
            }
            
            .right-img {
                position: relative;
                -webkit-animation: linear infinite;
                -webkit-animation-name: run;
                -webkit-animation-duration: 5s;
            }
            
            @-webkit-keyframes run {
                0% {
                    left: 0;
                }
                50% {
                    left: 2%;
                }
                100% {
                    left: 0;
                }
            }
            
            .banner-heading h1 {
                padding-top: 90px;
                text-align: center;
                width: 90%;
                display: block;
                margin: 0 auto;
                font-size: 55px;
                font-weight: bold;
                font-family: 'Raleway', sans-serif;
            }
            
            @media screen and (max-width: 518px) {
                .banner-heading h1 {
                    padding-top: 70px;
                    text-align: center;
                    width: 100%;
                    display: block;
                    margin: 0 auto;
                    font-size: 32px;
                    width: 100%;
                }
            }
            
            @media screen and (min-device-width: 519px) and (max-device-width: 600px) {
                .banner-heading h1 {
                    padding-top: 70px;
                    text-align: center;
                    width: 100%;
                    display: block;
                    margin: 0 auto;
                    font-size: 35px;
                    width: 100%;
                }
            }
            
            @media screen and (min-device-width: 601px) and (max-device-width:767px) {
                .banner-heading h1 {
                    padding-top: 70px;
                    text-align: center;
                    width: 100%;
                    display: block;
                    margin: 0 auto;
                    font-size: 39px;
                    width: 100%;
                }
            }
            
            @media screen and (min-device-width: 769px)and (max-device-width:1200px) {
                .banner-heading h1 {
                    padding-top: 50px;
                    text-align: center;
                    width: 100%;
                    display: block;
                    margin: 0 auto;
                    font-size: 37px;
                }
            }
            
            @media screen and (min-device-width: 1201px)and (max-device-width:1400px) {
                .banner-heading h1 {
                    padding-top: 70px;
                    text-align: center;
                    width: 100%;
                    display: block;
                    margin: 0 auto;
                    font-size: 40px;
                }
            }
            
            @media screen and (max-width: 768px) {
                .banner-heading {
                    width: 100%;
                }
            }
            
            .banner-heading img {
                padding-left: 600px;
                width: 70%;
            }
            
            @media screen and (max-width: 406px) {
                .banner-heading img {
                    padding-left: 220px;
                    width: 93%;
                }
            }
            
            @media screen and (min-width: 406px),
            (min-width:443px) {
                .banner-heading img {
                    padding-left: 240px;
                    width: 92%;
                }
            }
            
            @media screen and (min-width: 443px),
            (min-width:520px) {
                .banner-heading img {
                    padding-left: 240px;
                    width: 85%;
                }
            }
            
            @media screen and (min-width: 520px),
            (min-width:767px) {
                .banner-heading img {
                    padding-left: 290px;
                    width: 81%;
                }
            }
            
            @media screen and (min-device-width: 768px)and(max-device-width:769px) {
                .banner-heading img {
                    padding-left: 310px;
                    width: 70%;
                }
            }
            
            .banner-heading p {
                text-align: center;
                width: 75%;
                display: block;
                margin: 0 auto;
                font-size: 23px;
                font-weight: 400;
                font-family: 'Didact Gothic', sans-serif;
            }
            
            @media screen and (max-width: 518px) {
                .banner-heading p {
                    width: 95%;
                    font-size: 18px;
                    font-weight: 400;
                }
            }
            
            @media screen and (min-width: 519px),
            (min-width:600px) {
                .banner-heading p {
                    width: 95%;
                    font-size: 18px;
                    font-weight: 400;
                }
            }
            
            @media screen and (min-width: 601px),
            (min-width:767px) {
                .banner-heading p {
                    width: 95%;
                    font-size: 20px;
                    font-weight: 400;
                }
            }
            
            @media screen and (min-device-width: 769px)and(max-device-width:1023px) {
                .banner-heading p {
                    width: 95%;
                    font-size: 18px;
                    font-weight: 400;
                }
            }
            
            .search {
                position: relative;
                width: 60%;
                margin: 0 auto;
                display: block;
                padding-top: 50px;
            }
            
            @media screen and (max-width: 1260px) {
                .search {
                    width: 95%;
                    margin: 0 auto;
                    display: block;
                    padding-top: 50px;
                }
            }
            
            .search input {
                height: 55px;
                text-indent: 25px;
                outline: none;
                border: none;
            }
            
            .search input:focus {
                box-shadow: none;
            }
            
            .search .fa-search {
                position: absolute;
                top: 20px;
                left: 26px;
                padding-top: 50px;
            }
            
            .search button {
                position: absolute;
                top: 1px;
                right: 15px;
                height: 53px;
                width: 100px;
                background: #023e42;
                margin-top: 50px;
            }
            
            .search button:focus {
                background: none;
            }
            
            .main-home-content {
                padding-top: 50px;
                text-align: center;
                padding-bottom: 80px;
            }
            
            hr.solid {
                border-top: 5px solid #023e42;
                width: 10%;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
            
            .text-lowercase {
                letter-spacing: 1px;
                font-size: 20px;
                font-family: 'Didact Gothic', sans-serif;
            }
            
            @media screen and (max-width: 767px) {
                .text-lowercase {
                    font-size: 20px;
                    font-weight: 500;
                    letter-spacing: 0px;
                }
            }
            
            .home-page-cards {
                margin-top: 80px;
            }
            
            .card {
                border: none;
                outline: none;
                padding-bottom: 25px;
                background: #f3f3f3;
                transition: 0.3s;
            }
            
            @media screen and (max-width: 767px) {
                .index-card1 {
                    width: 100%;
                    margin-bottom: 20px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .index-card2 {
                    width: 100%;
                    margin-bottom: 20px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .index-card3 {
                    width: 100%;
                }
            }
            
            @media screen and (max-width: 767px) {
                .index-card4 {
                    width: 100%;
                    margin-bottom: 20px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .index-card5 {
                    width: 100%;
                    margin-bottom: 20px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .index-card6 {
                    width: 100%;
                    margin-bottom: 20px;
                }
            }
            
            #card-2 {
                transition: 0.3s;
            }
            
            #card-2:hover {
                background-color: #e1fbff;
            }
            
            .card1 h4 {
                text-align: center;
            }
            
            .card1 p {
                text-align: left;
                padding-bottom: 10px;
            }
            
            @media screen and (min-device-width: 769px)and (max-device-width:991px) {
                .card1 p {
                    text-align: left;
                    padding-bottom: 35px;
                }
            }
            
            .card1 a {
                text-align: left;
            }
            
            .card1 a {
                text-align: left;
                text-decoration: none;
                color: #023e42;
                font-weight: 550;
                border: 1px solid #023e42;
                padding: 8px 12px;
            }
            
            .card2 h4 {
                text-align: center;
            }
            
            .card2 p {
                text-align: left;
                padding-bottom: 10px;
            }
            
            .card2 a {
                text-align: left;
            }
            
            .card2 a {
                text-align: left;
                text-decoration: none;
                color: #023e42;
                font-weight: 550;
                border: 1px solid #023e42;
                padding: 8px 12px;
            }
            
            .card3 h4 {
                text-align: center;
            }
            
            .card3 p {
                text-align: left;
                padding-bottom: 10px;
            }
            
            @media screen and (min-device-width: 769px)and (max-device-width:1200px) {
                .card3 p {
                    text-align: left;
                    padding-bottom: 32px;
                }
            }
            
            .card3 a {
                text-align: left;
            }
            
            .card3 a {
                text-align: left;
                text-decoration: none;
                color: #023e42;
                font-weight: 550;
                border: 1px solid #023e42;
                padding: 8px 12px;
            }
            
            .card4 h4 {
                text-align: center;
            }
            
            .card4 p {
                text-align: left;
                padding-bottom: 10px;
            }
            
            @media screen and (min-device-width: 769px)and (max-device-width:991px) {
                .card4 p {
                    text-align: left;
                    padding-top: 30px;
                    padding-bottom: 30px;
                }
            }
            
            .card4 a {
                text-align: left;
            }
            
            .card4 a {
                text-align: left;
                text-decoration: none;
                color: #023e42;
                font-weight: 550;
                border: 1px solid #023e42;
                padding: 8px 12px;
            }
            
            .card5 h4 {
                text-align: center;
            }
            
            .card5 p {
                text-align: left;
                padding-bottom: 10px;
            }
            
            @media screen and (min-device-width: 769px)and (max-device-width:991px) {
                .card5 p {
                    text-align: left;
                    padding-top: 30px;
                    padding-bottom: 30px;
                }
            }
            
            .card5 a {
                text-align: left;
            }
            
            .card5 a {
                text-align: left;
                text-decoration: none;
                color: #023e42;
                font-weight: 550;
                border: 1px solid #023e42;
                padding: 8px 12px;
            }
            
            .card6 h4 {
                text-align: center;
            }
            
            .card6 p {
                text-align: left;
                padding-bottom: 10px;
            }
            /*@media screen and (min-device-width: 769px)and  (max-device-width:1200px){

.card6 p{

text-align: left;
padding-bottom: 32px;


}


}*/
            
            .card6 a {
                text-align: left;
            }
            
            .card6 a {
                text-align: left;
                text-decoration: none;
                color: #023e42;
                font-weight: 550;
                border: 1px solid #023e42;
                padding: 8px 12px;
            }
            
            .card6 a {
                text-align: left;
                text-decoration: none;
                color: #023e42;
                font-weight: 550;
                border: 1px solid #023e42;
                padding: 8px 12px;
            }
            
            .cardimg {
                padding-top: 50px;
            }
            
            .card-6 {
                padding-bottom: 85px;
            }
            
            @media screen and (min-device-width: 769px)and (max-device-width:991px) {
                .card6 p {
                    text-align: left;
                    padding-bottom: 35px;
                }
            }
            /*.footer-top{
  background:#dfdfdf;
}


.footer-top .footer-logo-section{
      display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.wrap-container{
  max-width: 1364px;
    margin: 0 auto;
    padding: 20px;
}
.social-icons i{
  font-size: 25px;
  color: black;
  padding-left: 5px;
}

.vr-center{
  border-right: 1px solid #ccc;
  height: 100px;
}
.ftr-sm-head{
font-size: 1rem;
    color: #7b7b7b;
    font-weight: 500;
    margin: 0 0 5px;
  }
  .ftr-sm-head a{
    text-decoration: none;
    color: black;
  }

.footer .footer-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  
}

  .footer{
     background: #fafafa;
    border-top: 1px solid #e2e2e5;
    padding: 20px 0;
    
  }

.fotter-address-sec {

 
 text-align: center;
  
  
}
.fotter-address-sec a {

 
text-decoration: none;  
color:#666565;
padding-left: 35px;
font-size: 17px;
  
}


.social-icons p{


 text-align: center;

}*/
            
            .logo h4 {
                font-weight: bold;
                font-size: 27px;
            }
            /*index page ends here*/
            /*check-elegibility start here*/
            
            #regForm {
                background-color: #ffffff;
                /*margin: 80px auto;*/
                /*padding: 40px;*/
                width: 80%;
                min-width: 300px;
            }
            
            @media screen and (max-width: 767px) {
                #regForm {
                    margin: 10px auto;
                    padding: 10px;
                    width: 90%;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:1100px) {
                #regForm {
                    margin: 10px auto;
                    padding: 40px;
                    width: 100%;
                }
            }
            
            .left-side-elicontent h2 {
                text-align: center;
                padding-bottom: 25px;
                font-weight: bold;
                font-family: 'Asap', sans-serif;
            }
            
            @media screen and (max-width: 767px) {
                .left-side-elicontent h2 {
                    text-align: center;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    font-weight: bold;
                    font-size: 29px;
                }
            }
            
            .eli-details1 h4 {
                padding-bottom: 10px;
            }
            
            @media screen and (max-width: 767px) {
                .eli-details1 h4 {
                    padding-top: 20px;
                    padding-bottom: 16px;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:1100px) {
                .eli-details2 h4 {
                    padding-bottom: 10px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .eli-details2 h4 {
                    padding-top: 20px;
                    padding-bottom: 14px;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:1500px) {
                .eli-details2 h4 {
                    padding-top: 15px;
                    padding-bottom: 14px;
                }
            }
            
            .frow1 {
                margin-bottom: 15px;
            }
            
            @media screen and (max-width: 767px) {
                .frow1 {
                    margin-bottom: 0px;
                }
            }
            
            .tel-form {
                margin-top: 23px;
            }
            
            @media screen and (max-width: 550px) {
                .tel-form {
                    margin-top: 0px;
                }
            }
            
            .frow4 {
                margin-top: 15px;
            }
            
            .eli-details1 input {
                padding: 10px;
                width: 100%;
                font-size: 17px;
                border: 1px solid #ccc;
                border-radius: 8px;
            }
            
            @media screen and (max-width: 550px) {
                .fcol {
                    width: 100%;
                    margin-bottom: 15px;
                    margin-left: auto;
                    margin-right: auto;
                }
            }
            
            @media screen and (min-device-width: 551px)and (max-device-width:767px) {
                .fcol {
                    margin-bottom: 15px;
                }
            }
            
            @media screen and (max-width: 550px) {
                .select-bank {
                    margin-top: 5px;
                }
            }
            
            .eli-details2 input {
                padding: 10px;
                width: 100%;
                font-size: 17px;
                font-family: Raleway;
                border: 1px solid #aaaaaa;
            }
            
            .eli-details3 input {
                padding: 10px;
                width: 100%;
                font-size: 17px;
                font-family: Raleway;
                border: 1px solid;
                border-radius: 25px;
            }
            
            .invalid {
                background-color: #ccc;
            }
            
            .right-eli-criteria {
                background: #ffd18e;
            }
            
            .fname::placeholder {
                color: #7a7a7a;
                font-size: 16px;
            }
            
            .lname::placeholder {
                color: #7a7a7a;
                font-size: 16px;
            }
            
            .lamt::placeholder {
                color: #7a7a7a;
                font-size: 16px;
            }
            
            .phnno::placeholder {
                color: #7a7a7a;
                font-size: 16px;
            }
            
            .submit-btn {
                float: right;
                margin-top: 20px;
                background: #19412e;
                padding-left: 25px;
                padding-right: 25px;
                color: white;
                margin-bottom: 20px;
            }
            
            .right-eli-criteria h6 {
                padding-top: 90px;
                padding-left: 30px;
                font-family: sans-serif;
            }
            
            @media screen and (max-width: 767px) {
                .right-eli-criteria h6 {
                    padding-top: 35px;
                    padding-left: 25px;
                    font-family: sans-serif;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:1100px) {
                .right-eli-criteria h6 {
                    padding-top: 30px;
                    padding-left: 5px;
                    font-family: sans-serif;
                }
            }
            
            .right-eli-criteria h3 {
                padding-top: 5px;
                padding-left: 30px;
                font-weight: 600;
                font-family: 'Raleway', sans-serif;
                letter-spacing: 1px;
            }
            
            @media screen and (max-width: 767px) {
                .right-eli-criteria h3 {
                    padding-top: 4px;
                    padding-left: 25px;
                    font-weight: 600;
                    font-size: 23px;
                    font-family: 'Raleway', sans-serif;
                    letter-spacing: 1px;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:1100px) {
                .right-eli-criteria h3 {
                    padding-top: 4px;
                    padding-left: 5px;
                    font-weight: 600;
                    font-size: 21px;
                    font-family: 'Raleway', sans-serif;
                    letter-spacing: 1px;
                }
            }
            
            .eli-list {
                padding-left: 25px;
                padding-top: 17px;
                padding-right: 25px;
            }
            
            @media screen and (max-width: 767px) {
                .eli-list {
                    padding-left: 12px;
                    padding-top: 15px;
                    padding-right: 15px;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:1100px) {
                .eli-list {
                    padding-left: 0px;
                    padding-top: 20px;
                    padding-right: 10px;
                }
            }
            
            .eli-list li {
                padding-bottom: 10px;
                text-align: justify;
                display:block;
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:1100px) {
                .eli-list li {
                    font-size: 15px;
                    padding-left: 0px;
                }
            }
            
            @media screen and (max-width: 767px) {
                .right-eli-criteria {
                    width: 100%;
                    margin-right: auto;
                    display: block;
                }
            }
            /*.eli-details2{bottom: 150px;
  }*/
            /*eligibility cretiria*/
            /*contact form start here*/
            /*contact form start here*/
            
            .contact-sec {
                background: #efe7e1;
            }
            
            .contact-rightimg1 {
                padding-top: 90px;
            }
            
            @media screen and (min-device-width: 501px)and (max-device-width:767px) {
                .contact-sec {
                    padding-top: 20px;
                }
            }
            
            @media screen and(max-width:500px) {
                .left-side-contacttext {
                    padding-top: 30px;
                    margin-left: auto;
                    margin-right: auto;
                    width: 95%;
                    display: block;
                }
            }
            
            .left-side-contacttext h6 {
                padding-top: 10px;
            }
            
            .getin-touch-page {
                margin-top: 90px;
                margin-bottom: 50px;
            }
            
            .left-side-contact-form {}
            
            .left-side-contact-form form {
                width: 100%;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
            
            .contact-rightimg img {
                width: 100%;
            }
            
            @media screen and (max-width:500px) {
                .contact-rightimg {
                    width: 100%;
                    display: block;
                    margin-left: auto;
                    margin-left: auto;
                }
            }
            
            @media screen and (max-width:500px) {
                .contact-rightimg1 {
                    width: 100%;
                    display: block;
                    margin-left: auto;
                    margin-left: auto;
                    padding-top: 35px;
                }
            }
            
            @media screen and (min-device-width: 501px)and (max-device-width:767px) {
                .contact-rightimg1 {
                    padding-top: 25px;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:991px) {
                .contact-rightimg1 {
                    padding-top: 35px;
                }
            }
            
            @media screen and (max-width:500px) {
                .contact-rightimg1 h1 {
                    font-size: 22px;
                }
            }
            
            @media screen and (min-device-width: 501px)and (max-device-width:767px) {
                .contact-rightimg1 h1 {
                    font-size: 23px;
                }
            }
            
            @media screen and (min-device-width:768px)and (max-device-width:991px) {
                .contact-rightimg1 h1 {
                    font-size: 26px;
                }
            }
            
            @media screen and (min-device-width: 992px)and (max-device-width:1023px) {
                .contact-rightimg1 h1 {
                    font-size: 33px;
                }
            }
            
            @media screen and (max-width:500px) {
                .contact-rightimg1 h6 {
                    font-size: 15px;
                    padding-top: 8px;
                }
            }
            
            @media screen and (min-device-width: 501px)and (max-device-width:767px) {
                .contact-rightimg1 h6 {
                    font-size: 14px;
                    padding-top: 5px;
                    padding-bottom: 25px;
                }
            }
            
            .contact-info {
                text-align: center;
                padding-top: 60px;
                padding-bottom: 60px;
            }
            
            @media screen and (max-width:767px) {
                .contact-info {
                    padding-top: 50px;
                }
            }
            
            @media screen and (max-width:767px) {
                .contact-info h4 {
                    font-size: 21px;
                }
            }
            
            @media screen and (max-width:767px) {
                .contact-info p {
                    font-size: 14px;
                }
            }
            
            .contact-form {
                margin-top: 30px;
                width: 40%;
                margin-left: auto;
                margin-right: auto;
                display: block;
            }
            
            @media screen and (max-width:767px) {
                .contact-form {
                    margin-top: 30px;
                    width: 90%;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:991px) {
                .contact-form {
                    margin-top: 30px;
                    width: 65%;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }
            }
            
            @media screen and (max-width:500px) {
                .contact-left-input {
                    width: 90%;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }
            }
            
            @media screen and (max-width:500px) {
                .contact-right-input {
                    width: 90%;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }
            }
            
            .sendbtn {
                background: #023a3e;
                color: white;
                padding-left: 40px;
                padding-right: 40px;
                margin-top: 16px;
            }
            
            @media screen and (max-width:500px) {
                .sendbtn {
                    padding-left: 30px;
                    padding-right: 30px;
                    margin-top: 13px;
                }
            }
            
            .text-divider {
                --text-divider-gap: 1rem;
                display: flex;
                align-items: center;
                font-size: 0.9375rem;
                text-transform: uppercase;
                letter-spacing: 0.1em;
                /*width: 50%;  display: block;
    margin-left: auto;  margin-right: auto;*/
            }
            
            .text-div {
                width: 10%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                margin-top: 40px;
                margin-bottom: 30px;
            }
            
            @media screen and (max-width:767px) {
                .text-div {
                    width: 26%;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:991px) {
                .text-div {
                    width: 18%;
                }
            }
            
            @media screen and (min-device-width: 992px)and (max-device-width:1399px) {
                .text-div {
                    width: 13%;
                }
            }
            
            .text-divider::before,
            .text-divider::after {
                content: '';
                height: 1px;
                background-color: silver;
                flex-grow: 1;
            }
            
            .text-divider::before {
                margin-right: var(--text-divider-gap);
            }
            
            .text-divider::after {
                margin-left: var(--text-divider-gap);
            }
            
            .email-info h5 {}
            
            @media screen and (max-width:767px) {
                .email-info h5 {
                    font-size: 20px;
                }
            }
            
            .email-info span {
                color: #644603;
                padding-left: 3px;
                font-family: 'lora', sans-serif;
            }
            
            @media screen and (max-width:767px) {
                .email-info span {
                    font-size: 17px;
                }
            }
            
            .cont-info span {
                color: #644603;
                padding-left: 3px;
                font-family: 'lora', sans-serif;
            }
            
            @media screen and (max-width:767px) {
                .cont-info h5 {
                    font-size: 20px;
                }
            }
            
            .gmap_iframe {
                width: 600px;
                height: 300px;
            }
            
            @media screen and (max-width:767px) {
                .cont-info span {
                    font-size: 17px;
                }
            }
            
            iframe {
                width: 100%;
                height: 70%;
                display: block;
                margin-right: auto;
                margin-left: auto;
                margin-top: 50px;
            }
            
            .gmap_canvas {
                height: 510px;
            }
            
            .mapouter {
                position: relative;
                text-align: center;
                height: 400px;
                width: 90%;
                margin: 0 auto;
                display: block;
            }
            
            .email-info h5 {
                padding-bottom: 13px;
            }
            /* demo stuff */
            /*contact form ends here*/
            /*login start here*/
            
            @media screen and (max-width: 767px) {
                .login-sec {
                    background-size: cover;
                    padding-bottom: 140px;
                    padding-top: 60px;
                }
            }
            
            .login-page {
                background: white;
                width: 32%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                border-radius: 20px;
            }
            
            @media screen and (max-width: 500px) {
                .login-page {
                    width: 93%;
                    margin-right: auto;
                    display: block;
                }
            }
            
            @media screen and (min-device-width: 501px)and (max-device-width:767px) {
                .login-page {
                    width: 85%;
                    margin-right: auto;
                    display: block;
                }
            }
            
            @media screen and (min-device-width: 768px)and (max-device-width:991px) {
                .login-page {
                    width: 60%;
                    margin-right: auto;
                    display: block;
                }
            }
            
            @media screen and (min-device-width: 992px)and (max-device-width:1399px) {
                .login-page {
                    width: 40%;
                    margin-right: auto;
                    display: block;
                }
            }
            
            .login-frm h3 {
                font-weight: bold;
                text-align: center;
                padding-top: 20px;
            }
            
            .login-frm p {
                color: #7c7a7a;
                font-size: 15px;
                padding-top: 8px;
                padding-bottom: 8px;
            }
            
            .soc-icons {
                width: 80%;
                margin: 0 auto;
                display: block;
            }
            
            .soc-icons p {
                border: 1px solid #efefef;
                margin-left: 6px;
                margin-right: 5px;
                padding: 5px 12px;
                border-radius: 10px;
                margin-top: 13px;
            }
            
            .soc-icons .bi-google {
                color: black;
            }
            
            .sign-ach {
                text-decoration: none;
                color: #d76d04;
                font-size: 16px;
                font-weight: 500;
            }
            
            #email {
                width: 75%;
                display: block;
                margin-left: auto;
                margin-right: auto;
                outline: none;
                border-color: #e3e3e3;
                background: white;
            }
            
            #text {
                width: 75%;
                display: block;
                margin-left: auto;
                margin-right: auto;
                outline: none;
                border-color: #e3e3e3;
                background: white;
            }
            
            #tel {
                width: 75%;
                display: block;
                margin-left: auto;
                margin-right: auto;
                outline: none;
                border-color: #e3e3e3;
                background: white;
            }
            
            #pwd {
                width: 75%;
                display: block;
                margin-left: auto;
                margin-right: auto;
                outline: none;
                border-color: #e3e3e3;
                background: white;
            }
            
            #email::placeholder {
                color: #ccc;
            }
            
            #pwd::placeholder {
                color: #ccc;
            }
            
            #tel::placeholder {
                color: #ccc;
            }
            
            #text::placeholder {
                color: #ccc;
            }
            
            .sign-bg {
                background: #3bb794;
            }
            
            .login-btn {
                background: #023b3f;
                color: white;
                padding-left: 50px;
                padding-right: 50px;
                margin-bottom: 25px;
                margin-top: 20px;
            }
            
            .fgtpwd a {
                padding-left: 62px;
                color: black;
                text-decoration: none;
                font-weight: 480;
            }
            
            @media screen and (max-width: 476px) {
                .fgtpwd a {
                    padding-left: 45px;
                }
            }
            
            @media (max-width: 991px) {
                .navbar-expand-lg .navbar-collapse {
                    background: #fff;
                }
            }
            /*login ends here*/