<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
  font-family: Roboto; 
}
.loan_features {
    padding: 30px 0;
}
.loan_features_icon {
    border: none;
    box-shadow: 3px 3px 9px 3px #d9d6d6;
    padding-top: 30px;
    height: 319px;
    transition: .5s all;
}
.loan_features_icon:hover {
    margin-top: -10px;
}
.iconyellow:hover {
    border-bottom: 2px solid #f89101;
}
.iconyellow:hover .caption h3{
    color:#f89101;
}
.iconblue:hover {
    border-bottom: 2px solid #0082d7;
}
.iconblue:hover .caption h3{
    color:#0082d7;
}
.iconred:hover {
    border-bottom: 2px solid #ff3133;
}
.iconred:hover .caption h3{
    color:#ff3133;
}
.icongreen:hover {
    border-bottom: 2px solid #01a23c;
}
.icongreen:hover .caption h3{
    color:#01a23c;
}
.icon_hr {
    border-top: 2px solid #faaf16;
    width: 12%;
    margin: 0px auto;
    margin-bottom: 8px !important;
}
.loan_features_icon .caption {
    text-align: center;
}
.loan_features_icon .caption h3 {
    color: #616161;
    font-size: 18px;   
}
.loan_features_icon .caption p {
    color: #8c8c8c;
    font-family: Roboto light;
}

/*OTP DIV*/
#divInner{
    left: 0;
    position: sticky;
}
#divOuter {
    overflow: hidden;
    margin-top: 29%;
    margin-bottom: 20%;
}
.verify {
    margin-top: 64px;
    margin-left: 0%;
}
.select_course_name {
    text-align: center;
}
.btn_resend .btn-default {
    width: auto;
    margin-top: 6%;
}
.eg-form-control {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    width: 50px;
    text-align: center;
    padding: 5px;
    margin-left: 10px;
}
.eg-form-control::placeholder{
    color:gray;
}
.contact_otp {
    text-align: center;
}
/*END*/

.octopus_heading {
    color: #393939;
    font-size: 30px;
    text-align: center;
    font-weight: 900;
}
.octopus_heading span {
    color: #faaf15;
}
.heading_dashtwo_line {
    margin-bottom: 50px !important;
    width: 13%;
    margin: 0px auto;
}
.heading_dashtwo_line div {
    height: 1px;
    width: 14px;
    background-color: #898989;
    float: left;
    margin-right: 5px;
}
.contact_section{
  background: url('../../images/octopus/bg2.png') no-repeat;
    margin: 0;
    width: 100%;
    padding: 0px;
}
.contact_section_left {
    padding-top: 50px;
    float: left;
}
.contact_section_left h2{
color:#fff;
font-size: 39px; 
}
.contact_section_left h3 {
    font-family: Roboto light;
    font-size: 28px;
    color: #fff;
    margin-bottom: 112px;
    line-height: 45px;
}

.contact_section_left_line,.mobile_view_text_line {
    border-top: 2px solid #eee;
    width: 10%;
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
}
.cnct_us {
    float: left;
}
.heading_dashthree_line {
    margin: unset;
    width: 20%;
    padding-bottom: 50px;
}
.heading_dashthree_line div {
    height: 1px;
    width: 13px;
    background-color: #898989;
    float: left;
    margin-right: 5px;
}
.contact_addrss_detail .fa {
    color: #f8af15;
    font-size: 20px;
    margin-right: 15px;
}
.contact_addrss_detail p {
    color: #6b6b6b;
    font-size: 15px;
}
.contact_section_right {
    background-color: #f8f8f8;
    margin-top: 80px;
    padding: 7px 50px;
    box-shadow: 5px 5px 19px 0px #939393;
    height: 519px;
    overflow: hidden;
    float: right;
}
.contactForm .form-control {
    height: 39px;
    color: #616161;
    border: 1px solid #f2f0f0;
}
.contactForm .txtarea {
    color: #616161;
    border: 1px solid #f2f0f0;
    height: auto;
}
.contactForm .msgbtn, .loanformbtn {
    background-color: #2b2b2b !important;
    border: 1px solid #2b2b2b;
    font-size: 15px;
    padding: 9px 23px;
    margin-top: 36px;
    margin-bottom: 30px;
    transition: .5s all;
    color: #fff !important;
}
.contactForm .msgbtn:hover, .loanformbtn:hover {
    color: #2b2b2b !important;
    background: transparent !important;
    border: 1px solid #2b2b2b;
}
.contact_section_right h3,.contact_section_right p {
    font-family: Roboto light;
    text-align: center;
    font-size: 27px;
}
.contact_section_right p {
    font-size: 19px;
    margin-bottom: 23px;
}
.callLater {
    /*background: url('../../images/get-back-soon.png') no-repeat;*/
    margin-top: 65px;
}

.mobile_view_text{
    display: none;
}
.octopusSlider {
  position: relative;
}
.octopusSlider .MS-content {
  overflow: hidden;
  white-space: nowrap;
  color:#fff;
  overflow: hidden;
  background-image: url(../../images/octopus/octopus-compressed.png);
  background-repeat: no-repeat;
}
.octopusSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.octopusSlider .MS-content .item .slider-text {
  text-align: center;
  margin: 0px auto;
  width: 75%;
  padding: 307px 0 178px 0;
}
.octopusSlider .MS-content .item .slider-text img{
    margin:0px auto;
}
.octopusSlider .MS-content .item .slider-text h2{
    font-size: 43px;
    white-space: normal;
}
.octopusSlider .MS-content .item .slider-text h3 {
  font-family: Roboto light;
  font-size: 28px;
  white-space: normal;
}
.octopusSlider .MS-content .item .apply_now_btn {
    border: 1px solid #fff;
    color: #005b85;
    font-weight: 700;
    padding: 10px 33px;
    text-decoration: none;
    background-color: #fff;
}
.octopusSlider .MS-content .item .apply_now_btn:hover{
    background: transparent;
    border-color: #fff;
    color:#fff;
}
.octopusSlider .MS-content .item .heading_dash_line {
    width: 23%;
    margin: 0px auto;
    padding-top: 37px;
    margin-bottom: 50px !important;
}
.octopusSlider .MS-content .item .heading_dash_line div {
    height: 1px;
    width: 21px;
    background-color: #faaf18;
    float: left;
    margin-right: 11px;
}
.octopusSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  bottom: 44%;
  color: #fff;
}
.octopusSlider .MS-controls button:hover {
  cursor: pointer;
}
.octopusSlider .MS-controls .MS-left {
  left: 10px;
}
.octopusSlider .MS-controls .MS-right {
  right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .octopusSlider {
    border-color: transparent;
  }
  .octopusSlider .MS-content {
    margin: 0;
  }
.octopusSlider .MS-content .item .slider-text img {
  height: 42px;
}
.octopusSlider .MS-content .item .slider-text h3{
    font-size: 16px;
}
.octopusSlider .MS-content .item .slider-text h2 {
  font-size: 23px;
}
.octopusSlider .MS-content .item .heading_dash_line {
  width: 81%;
  padding-top: 15px;
}
.octopusSlider .MS-content .item .heading_dash_line div { 
  width: 17px;
}
.octopusSlider .MS-content .item .slider-text {
    padding: 195px 0 61px 0;
    width: 84%;
}
.octopusSlider .MS-content .item .apply_now_btn {
  padding: 3px 11px;
  margin-top: 21px !important;
}
.contact_section_left h2 {
    display: none;
}
.contact_section_left h3 {
    display: none;
}
.mobile_view_text h2{
font-size: 27px;
color:#fff;
margin-bottom: 0px;
}
.mobile_view_text h3{
    font-size: 21px;
    color:#fff;
}
.heading_dashtwo_line,.heading_dashthree_line {
    width: 40%;
}
.heading_dashthree_line {
    padding-bottom: 18px;
}
.octopusSlider .MS-controls .MS-right {
    right: -6px;
}
.octopusSlider .MS-controls .MS-left {
    left: -6px;
}
.octopusSlider .MS-controls button {
    bottom: 36%;
}
.contact_section {
    background: url('../../images/octopus/mob.png') no-repeat;
}
.contact_section_right {
    width: 90%;
    margin-right: 5%;
    margin-top: 15px;
}
.mobile_view_text{
    display: block;
    margin-left: 3%;
margin-right: 3%;
}
.contact_section_left_line {
    display: none;
}
.octopus_heading {
    margin-bottom: 15px;
}
.mobile_view_text_line{
    display: block;
    margin-bottom: 0px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .octopusSlider .MS-controls .MS-left {
    left: -2px;
  }
  .octopusSlider .MS-controls .MS-right {
    right: -2px;
  }
}

/*Hide number arrows*/
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*End*/

.contact-form-validate{
  color: red;
  font-size: 16px !important;
}</pre></body></html>