@import url(reponsivef.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body.stop{
    overflow:hidden;
}

section {
    padding-block: 50px;
}

header {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

header div a{
    text-decoration:none;
}

header div a h2 {
    text-transform: uppercase;
    color:black;
}

header .first-column,
header .second-column {
    display: flex;
    align-items: center;
}

header .first-column h2 span {
    color: orange;
}

header .first-column .box2,
header .second-column .box2 {
    min-height: 70px;
}

header .first-column .box2 .header-box,
header .second-column .box2 .header-box {
    display: flex;
    align-items: center;
}

header .first-column .box2:hover,
header .second-column .box2:hover {
    color: orange;
    cursor: pointer;
    transition: all 0.3s;
}

header .first-column .box2::after,
header .second-column .box2::after {
    content: "";
    width: 0px;
    height: 2px;
    background-color: orange;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

header .first-column .box2:hover::after,
header .second-column .box2:hover::after {
    width: 100%;
}

header .first-column .box2 .pape,
header .second-column .box2 .pape {
    width: 2px;
    height: 8px;
    background-color: black;
    transition: all 0.3s;
}

header .first-column .box2:hover .pape,
header .second-column .box2:hover .pape {
    background-color: orange;
}

header .first-column .box2 .pape.papes1,
header .second-column .box2 .pape.papes1 {
    margin-bottom: 3px !important;
    transform: rotate(-50deg);
}

header .first-column .box2 .pape.papes2,
header .second-column .box2 .pape.papes2 {
    margin-left: 3px !important;
    transform: rotate(50deg);
}

header .first-column .box2 .content-box,
header .second-column .box2 .content-box {
    width:1000px;
    background-color:white;
    position: absolute;
    top: 70px;
    left:-150px;
    display: none;
    z-index:99;
}

header .second-column .box2 .content-box {
    left:-600px;
}

.city-search-wrapper a {
    display: block;
    color: #46576b;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.9;
    white-space: normal;
    overflow-wrap: break-word;
}

.city-search-wrapper a:hover {
    color: #dc3545;
}

.search-box {
    width: 260px;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #999;
}
.property-list{
  list-style:none;
  padding:0;
  margin:0;
}

.property-list li{
  margin-bottom:10px;
}

.property-list a{
  color:#46576b;
  text-decoration:none;
  font-size:14px;
  position:relative;
  padding-left:16px;
  display:inline-block;
}

.property-list a::before{
  content:"›";
  position:absolute;
  left:0;
  color:#ff4d2d;
  font-weight:bold;
}

.property-list a:hover{
  color:#ff4d2d;
}

.highlight{
  color:#ff4d2d !important;
}

.assist-card{
  background:#fff4e6;
  padding:15px;
  border-radius:8px;
}

.deal-card{
  background:#dff8fb;
  padding:15px;
  border-radius:10px;
}

.deal-icon{
  width:36px;
  height:36px;
  background:#00bcd4;
  border-radius:50%;
}

.offer-badge{
  background:#ffe9cc;
  color:#000;
  font-size:11px;
  padding:2px 6px;
  border-radius:10px;
  margin-left:6px;
}



header .second-column-btn-box .btn {
    border: 1px solid black;
    background-color: gray;
}

header .second-column-btn-box .btn:hover {
    color: black;
    background-color: white;
}

header .second-column-btn-box a {
    position: relative;
}

header .second-column-btn-box a span {
    font-size: 8px;
    background-color: orange;
    border-radius: 12px;
    padding: 3px 15px;
    position: absolute;
    /* top: 0; */
    z-index: 8888888888;
    transform: translate(-48px, -17px);
}

header .second-column .box4 div {
    border: 1px solid gray;
    padding: 3px 15px;
}
header .second-column .box4 div a{
    color:black;
}

header .second-column .box4 div:first-child {
    border-radius: 20px 0px 0px 20px;
    border-right: none;
    color: orange;
}

header .second-column .box4 div:last-child {
    border-radius: 0px 20px 20px 0px;
}

header .second-column .box4 div:hover {
    color: white;
    background-color: orange;
}


.banner {
    width: 100%;
    min-height: 400px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner h3 {
    color: orange;
}

.banner h3 span {
    color: #0000ff9e;
}

.banner .banner-function .header-box {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    overflow: auto;
    column-gap: 50px;
    row-gap: 20px;
    margin-top: 70px;
    padding-block: 20px;
}

.banner .banner-function .header-box a {
    text-decoration: none;
    color: black;
}

.banner .banner-function .header-box a small {
    color: orange;
    font-size: 10px;
}
.banner .banner-function .header-box .header-box-link{
    padding: 5px 18px;
    transition: all 0.5s ease;
}
.banner .banner-function .header-box .header-box-link.active {
    font-size: 20px;
    color: white;
    background-color: #46576b;
    border-radius: 8px;
    position: relative;
}

.banner .banner-function .header-box .header-box-link.active::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -7px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #46576b;
    transform: translate(-50%, 0);

}

.banner .banner-function .content-box form {
    min-height: 50px;
    background-color: white;
    border: 1px solid orange;
    border-radius: 30px;
    display: flex;
    column-gap: 16px;
    align-items: center;
    padding-inline: 20px 8px;
    margin-top: 10px;
}

.banner .banner-function .content-box form .form-item{
    width: 100%;
    position:relative;
}
.banner .banner-function .content-box form .form-item .search-header,
.banner .banner-function .content-box form .form-item .search-location{
    width: 100%;
    height:50px;
    display: flex;
    align-items: center;
}

.banner .banner-function .content-box form .form-item .search-header .down-angle{
    transition: all 0.3s;
}
.banner .banner-function .content-box form .form-item .search-header .down-angle.rotate{
    transform:rotate(180deg);
}

.banner .banner-function .content-box form .form-item .search-content{
    width:100%;
    max-height:0px;
    overflow:hidden;
    opacity:0;
    position:absolute;
    top:50px;
    transition: all 0.3s ease;
    background-color:white;
    border: 1px solid orange;
    border-top: 1px solid white;
    z-index:99;
    padding:15px;
}
.banner .banner-function .content-box form .form-item .search-content::-webkit-scrollbar{
    display:none;
}
.banner .banner-function .content-box form .form-item .search-content.show{
    max-height:300px;
    opacity:1;
    overflow:auto;
}
.banner .banner-function .content-box form .form-item .search-content .search-content-box2,
.banner .banner-function .content-box form .form-item .search-content .search-content-box3{
    display:none;
    flex-wrap:wrap;
    gap:10px;
}
.banner .banner-function .content-box form .form-item .search-content .search-content-box2.vible{
    display:flex;
}
.banner .banner-function .content-box form .form-item .search-content .search-content-box2.show,
.banner .banner-function .content-box form .form-item .search-content .search-content-box3.show{
    display:flex;
}
.banner .banner-function .content-box form .form-item .search-content .search-content-box2 small,
.banner .banner-function .content-box form .form-item .search-content .search-content-box3 small{
    padding:5px 10px;
    color:gray;
    border:1px solid gray;
    border-radius:30px;
    cursor:pointer;
}
.banner .banner-function .content-box form .form-button .btn {
    width: 100%;
    background-color: orange;
    white-space: nowrap;

}

.banner .banner-function .content-box form .form-item i {
    color: orange;
}

.banner .banner-function .content-box form .form-item input {
    border: none;
}

.banner .banner-function .content-box form .form-item input:focus{
    box-shadow: none;
}

.banner .banner-function .content-box form .border {
    width: 1px;
    min-height: 50px;
    background-color: #46576b;
}

.Properties-box .Properties-box-items {
    min-height: 150px;
    background-color: white;
    border: 1px solid rgb(189, 188, 188);
    text-align: center;
    align-content: center;
    border-radius: 5px;
    box-shadow: 0px 3px 7px 0px rgb(189, 188, 188);
}

.Properties-box .Properties-box-items h3 {
    color: orange;
}

.Properties-box .Properties-box-items p {
    color: #46576b;
    font-weight: 700;
}

.Properties-box .Properties-box-items.last {
    background-color: rgba(255, 166, 0, 0.315);
}

.Properties-box .Properties-box-items.last a {
    text-decoration: none;
    color: black;
    background-color: orange;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
}

.Properties-box .Properties-box-items:hover {
    box-shadow: none;
}

.Properties-box .slider .left-arrow i,
.Properties-box .slider .right-arrow i {
    width: 50px;
    height: 50px;
    background-color: #ffc10773;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.Properties-box .slider-wrapper{
    /*overflow-x: auto;*/
    /*overflow-y: visible;*/
    padding-bottom: 50px;
}
.Properties-box .slider-wrapper::-webkit-scrollbar {
    display: none;
}

.Properties-box .slider .slider-item {
    margin: 20px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.Properties-box .slider .slider-item .slider-item-image-box {
    overflow: hidden;
}

.Properties-box .slider .slider-item .slider-item-image-box img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.Properties-box .slider .slider-item:hover .slider-item-image-box img {
    transform: scale(1.1);
}

.Properties-box .slider .slider-item .slider-item-content-box {
    padding: 15px;
}

.Properties-box .slider .slider-item .slider-item-content-box h5:nth-child(1) {
    color: orange;
}

.Properties-box .slider .slider-item .slider-item-content-box small {
    color: gray;
}
.Properties-box .slider .slider-item .slider-item-content-box .slider-item-content-box-box2 .slider-item-content-box-boxx1{
 width:74%;   
}


.Properties-box .slider .slider-item .slider-item-content-box .slider-item-content-box-box2 .slider-item-content-box-boxx1 p {
    margin: 0;
}

.Properties-box .slider .slider-item .slider-item-content-box .slider-item-content-box-box2 .slider-item-content-box-boxx1 p:nth-child(1) {
    color: black;

}

.Properties-box .slider .slider-item .slider-item-content-box .slider-item-content-box-box2 .slider-item-content-box-boxx2 a {
    text-decoration: none;
    color: orange;
    border: 1px solid orange;
    padding: 5px 15px;
    border-radius: 1rem;
    transition: all 0.3s;
}

.Properties-box .slider .slider-item:hover .slider-item-content-box .slider-item-content-box-box2 .slider-item-content-box-boxx2 a {
    background-color: orange;
    color: white;
}

.Assistance {
    border-top: 1px solid orangered;
    border-bottom: 1px solid orangered;
    background-color: rgba(255, 166, 0, 0.185);
}

.Assistance .Assistance-box1 h4 {
    font-size: 24px;
    font-weight: 300;
    color: #393a3c;
    margin: 0;
}

.Assistance .Assistance-box1 h2 {
    font-size: 36px;
    color: #393a3c;
    font-weight: 700;
    margin: 0;
}

.Assistance .Assistance-box1 h2 span {
    color: orange;
}

.Assistance .Assistance-box2 img {
    height: 100px;
}

.Assistance .Assistance-box3 {
    text-align: center;
}

.Assistance .Assistance-box3 a {
    font-size: 20px;
    text-decoration: none;
    background-color: orange;
    color: black;
    padding: 5px 20px;
    border-radius: 5px;
}

.Assistance .Assistance-box3 p {
    font-size: 20px;
}

.Top-Cities .amount-box {
    text-align: center;
}

.Top-Cities .amount-box .amount-box-buy,
.Top-Cities .amount-box .amount-box-rant {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 68, 0, 0.24);
    color: rgb(29, 29, 29);
    text-align: center;
    align-content: center;
    border-radius: 50%;
}

.Simplifying {
    padding-bottom: 0px;
    background-color: rgba(128, 128, 128, 0.192);
}

.Simplifying.Simplifying-second {
    padding-block: 50px;
    background: url("../images/wmremove-transformed.png"), transparent;
    background-size: 10% 100%;
}

.Simplifying .Simplifying-content .Simplifying-text {
    text-align: justify;
    overflow: hidden;
    max-height: 270px;
    transition: max-height 0.4s ease;
}

/* jab show ho */
.Simplifying .Simplifying-content .Simplifying-text.show-content {
    max-height: 2000px;
    /* enough badi value */
}

.Simplifying .Simplifying-content div i {
    color: orange;
    animation-name: move;
    animation-timing-function: linear;
    animation-duration: 0.3s;
    animation-iteration-count: infinite;
}

@keyframes move {
    from {
        transform: translate(0px, 0px);
    }

    to {
        transform: translate(0px, 10px);
    }
}

.Simplifying .Simplifying-content div button {
    border: 1px solid orange;
    color: orange;
}

.Simplifying .Simplifying-content div button:hover {
    color: black;
    background-color: orange;
}

.Simplifying .amount-box div {
    width: 90px;
    height: 90px;
    background-color: orange;
    text-align: center;
    align-content: center;
    border-radius: 50%;
}

.Homeonline .Homeonline-links a {
    text-decoration: none;
    color: rgba(88, 88, 88, 0.822);
    font-size: 13px;
}

.Homeonline .Homeonline-links a:hover {
    color: orange;
}

.Homeonline .footer-links {
    margin-top: 10px;
    padding-block: 10px;
    background-color: rgba(128, 128, 128, 0.219);
}

.Homeonline .footer-links a {
    text-decoration: none;
    color: rgba(37, 37, 37, 0.822);
}

.nav-links a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: black;
}

.nav-links a:first-child {
    color: gray;
}

.all-banner-banner-box {
    min-height: 200px;
    margin-inline: 20px;
    background-color: orange;
    padding-top: 30px;
}

.all-banner-banner .container {
    margin-top: -80px;
    padding: 20px 30px;
    background-color: white;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 1rem;
    padding: 25px 45px;
}

.all-banner-banner .container p {
    text-align: justify;
}

.all-banner-banner .all-banner-banner-box1 img,
.all-banner-banner .all-banner-banner-box2 img {
    width: 45%;
    height: 100%;
}

.all-banner-banner .container .user-box {
    padding-bottom: 20px;
}

.all-banner-banner .container .user-box .user-box-profile {
    max-width: 70px;
    min-height: 70px;
    color: white;
    background-color: orange;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    margin-top: -30px;
    margin-bottom: 10px;
}

.all-banner-banner .container .user-box p {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
}

.all-banner-banner .container .user-box p:nth-of-type(2),
.all-banner-banner .container .user-box p:nth-of-type(3) {
    color: #46576b;
    font-weight: 600;
}

.all-banner-banner .container .sdjh h3 {
    color: #46576b;
    font-weight: 100;
    font-size: 20px;
}

.all-banner-banner .container .sdjh h3 span {
    text-decoration: line-through;
}

.all-banner-banner .container .sdjh h4 {
    color: #46576b;
}

.all-banner-banner .container .dsfd div {
    align-content: center;
}

.all-banner-banner .container .dsfd div i {
    font-size: 30px;
    color: orange;
}

.home-activity .home-activity-box4 small {
    font-size: 11px;
    color: rgb(65, 65, 65);
    margin-top: 10px;
}

.home-activity .home-activity-box4 .first-link {
    padding: 7px 40px;
    background-color: orange;
    border-radius: 5px;
    text-decoration: none;
    color: black;
}

.home-activity .home-activity-box4 .second-link {
    text-decoration: none;
    color: orange;
}

.Testimonials .Testimonials-items {
    border-radius: 5px;
}

.Testimonials .Testimonials-items img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
}

.Testimonials .Testimonials-items .user-box {
    padding: 0px 10px 10px 10px;
}

.Testimonials .Testimonials-items .user-box .user-box-profile {
    width: 70px !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
}

.Testimonials .Testimonials-items .user-box div i {
    font-size: 10px;
    color: orange;
}
.Testimonials .Testimonials-items .user-box div .color-star{
    color: orange;
}
.Testimonials .Testimonials-items .user-box div .no-color-star{
    color: gray;
}

.Testimonials .Testimonials-items .user-box div p {
    font-size: 15px !important;
    font-weight: 500;
}

.Testimonials .Testimonials-items p:first-child {
    font-size: 14px;
}

.terms-of-use-section p,
.terms-of-use-section li {
    color: #46576b;
    line-height: 1.7;
    font-size: 15px;
}

.terms-of-use-section h2,
.terms-of-use-section h4 {
    color: #1f2d3d;
    font-weight: 600;
}

.privacy-policy-section p,
.privacy-policy-section li {
    color: #46576b;
    font-size: 15px;
    line-height: 1.7;
}

.privacy-policy-section h2,
.privacy-policy-section h4,
.privacy-policy-section h5 {
    color: #1f2d3d;
    font-weight: 600;
}

.city .city-links .city-link {
    text-decoration: none;
    color: #46576b;
    display: block;
}

.city .city-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.city .city-links .city-link:hover {
    color: orange;
}

/* remove bullets & underline */
.property-box .property-box-head {
    background-color: #46576b31;
}

.property-box ul {
    margin-bottom: 0;
}

.property-box li {
    margin-right: 30px;
    margin-bottom: 6px;
}

/* links styling */
.property-box a {
    text-decoration: none;
    color: #46576b;
    font-size: 14px;
    white-space: wrap;
}

.property-box a:hover {
    color: orange;
}

/* flex list spacing */
.property-list li {
    white-space: nowrap;
}

/* section headings */
.section-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.login-banner{
    width: 100%;
    min-height: 400px;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.login-banner .first-box-login h2,
.login-banner .first-box-login p{
 color:gray;   
}
.login-form h4,
.login-form p{
    color:gray;
}
.login-form form .form-item-box{
    margin-bottom:20px;
    position:relative;
    align-content:center;
}
.login-form form .form-item-box input,
.login-form form .form-item-box select{
    min-height:65px;
    background-color:#80808014;
    border:2px solid gray;
}

.login-form form .form-item-box input:focus{
    border:2px solid orange;
    box-shadow:0px 0px 6px 0px orange;
}
.login-form form .form-item-box input::placeholder{
    color:black;
    font-size:20px;
}
.login-form form .form-item-box input[type="number"]::-webkit-outer-spin-button,
.login-form form .form-item-box input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.login-form form .form-item-box a{
    text-decoration:none;
    color:orange;
    position:absolute;
    top:0;
    right:13px;
    transform:translateY(21px);
}
.login-form form .form-item-box .login-btn{
    width:100%;
    min-height:65px;
    background-color:orange;
    color:white;
    font-size:20px;
}
.login-form .f-btn{
    color:orange;
    text-decoration:none;
}
.login-form .sign-up h4 a{
    color:orange;
    text-decoration:none;
}

.home-loan-section-first {
    min-height: 200px;
    margin-top: -20px;
    background-color: orange;
    border-radius: 0% 0% 100% 100%;
    text-align: center;
    /* align-content: center; */
}

.home-loan-section-second .container {
    width: 70%;
    border: 5px solid rgb(97, 97, 97);
    border-radius: 15px;
    padding: 20px;
    margin-top: -140px;
    background-color: white;
}

.home-loan-section-second .container form {
    display: flex;
    flex-wrap: wrap;
}

.home-loan-section-second .container form .form-item {
    width: 25% !important;
    border: 1px solid #8080805e;
    border-right: none;
    padding-inline: 10px;
}

.home-loan-section-second .container form .form-item:last-child {
    width: 100%;
    border-right: 1px solid #8080805e;
    padding-inline: 0px;
}

@media (max-width:931px) {
    .home-loan-section-second .container form .form-item {
        width: 100% !important;
        border-right: 1px solid #8080805e;
        border-bottom: none !important;
        padding-inline: 10px;
    }

    .home-loan-section-second .container form .form-item:last-child {
        border-bottom: 1px solid #8080805e;
        padding-inline: 0px;
    }
}

.home-loan-section-second .container form .form-item label {
    color: gray;
    font-size: 13px;
    font-weight: 100;
}

.home-loan-section-second .container form .form-item input {
    border: none;
}

.home-loan-section-second .container form .form-item input:focus {
    border: none;
    box-shadow: none;
}

.home-loan-section-second .container form .form-item input::placeholder {
    color: gray;
}

.home-loan-section-second .container form .form-item button {
    width: 100%;
    height: 100%;
    background-color: orange;
    border-radius: 0;
}

.home-loan-section-second .container form .form-item button:hover {
    background-color: rgb(245, 160, 3);
}

.home-loan-section-thard .home-loan-section-thard-first {
    border: 3px solid orange;
    border-radius: 10px;
    background-color: rgba(255, 166, 0, 0.219);
    padding: 10px;
}

.home-loan-section-thard .home-loan-section-thard-first .line-3 {
    font-size: 30px;
    font-weight: 100;
}

.home-loan-section-thard .home-loan-section-thard-first .line-1-link {
    width: 40%;
    display: block;
    min-height: 45px;
    color: black;
    background-color: orange;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    align-content: center;
}

.home-loan-section-thard .home-loan-section-thard-first .home-loan-section-thard-first-links a {
    text-decoration: none;
    text-transform: capitalize;
    color: black;
}

.home-loan-section-thard .link-2 {
    background-color: rgba(128, 128, 128, 0.233);
}

.home-loan-section-thard .link-1 a,
.home-loan-section-thard .link-2 a {
    text-decoration: none;
    text-transform: capitalize;
    color: black;
}

@media (max-width:992px) {

    .home-loan-section-thard .home-loan-section-thard-first .line-1 {
        font-size: 14px;
    }

    .home-loan-section-thard .home-loan-section-thard-first .line-2 {
        font-size: 23px;
    }

    .home-loan-section-thard .home-loan-section-thard-first .line-3 {
        font-size: 19px;
    }

    .home-loan-section-thard .home-loan-section-thard-first .line-1-link {
        width: 47%;
        font-size: 13px;
    }

    .home-loan-section-thard .home-loan-section-thard-first .home-loan-section-thard-first-links a {
        font-size: 12px;
    }
}

 .home-loan-section-four .container {
    width: 70%;
}

.home-loan-section-four .container .calculate .calculate-1 {
    margin-bottom: 35px;
}

.home-loan-section-four .container .calculate .calculate-1 .calculate-1-1 .calculate-1-1-1 div i {
    color: orange;
}

.home-loan-section-four .container .calculate .amount-box {
    width: 60%;
    min-height: 280px;
    background-image: url("assets/images/pattern.png");
    background-color: rgba(255, 166, 0, 0.308);
    margin-inline: auto;
    align-content: center;
}

.home-loan-section-four .container .calculate .amount-box a {
    width: 70%;
    min-height: 50px;
    text-decoration: none;
    color: black;
    background-color: orange;
    display: block;
    margin-inline: auto;
    align-content: center;
    border-radius: 30px;
}

.home-loan-section-four .container .calculate .calculate-1 .calculate-1-1 .calculate-1-1-1 input.show-item {
    width: 100px !important;
    border: none;
    border-bottom: 2px solid orange;
    text-align: end;
    cursor: not-allowed;
    background-color: rgba(128, 128, 128, 0.034);
}

.home-loan-section-four .container .calculate .calculate-1 .calculate-1-1 .calculate-1-1-1 input:focus {
    box-shadow: none;
}


@media (max-width:676px) {
    .home-loan-section-four .container .calculate .amount-box {
        width: 80% !important;
    }
}

@media (max-width:480px) {
    .home-loan-section-four .container .calculate .amount-box {
        width: 100% !important;
    }
}

.second-calculater {
    background-image: url("assets/images/pattern.png");
}

.second-calculater .container {
    width: 70%;
}

.second-calculater .container .second-calculater-1 {
    margin-bottom: 25px;
}

.second-calculater .container .second-calculater-1 .second-calculater-1-1 i {
    color: orange;
}

.second-calculater .container .second-calculater-1 .second-calculater-1-1 input.show-number-2 {
    width: 100px;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid orange;
    text-align: end;
    cursor: not-allowed;
}

.second-calculater .container .second-calculater-1 .second-calculater-1-1 input.show-number-2:focus {
    box-shadow: none;
}

.second-calculater .container .second-calculater-2 .background-box {
    max-width: 350px;
    min-height: 350px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 8px rgba(255, 166, 0, 0.322);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -80px;
    padding-block: 40px;
}

.second-calculater .container .second-calculater-2 .background-box h5 {
    color: orange;
}

.second-calculater .container .second-calculater-2 .uper-box {
    width: 83%;
    min-height: 100px;
    background-color: rgb(252, 234, 200);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.295);
    position: absolute;
    top: 45%;
    left: 9%;
    margin-inline: auto;
    /* margin-top:-200px; */
}

.second-calculater .container .second-calculater-2 .link-3 {
    background-color: orange;
    color: black;
    text-decoration: none;
    border-radius: 30px;
    padding-inline: 20px;
    padding-block: 10px;
}

.second-calculater .container .second-calculater-2 .small-1 {
    font-size: 11px;
}

@media (max-width:992px) {
    .second-calculater .container .second-calculater-2 .background-box {
        margin-top: 0px;
    }
}

 .custom-loan-section {
    background-color: #4f5d73;
    /* bluish grey background */
    padding: 60px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.custom-loan-section .top-text {
    color: #dcdcdc;
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-loan-section h2 {
    color: #ffffff;
    margin-bottom: 35px;
}

.custom-loan-section .form-custom-item {
    background-color: white;
    text-align: start;
    padding-inline: 10px;
}

.custom-loan-section .form-custom-item label {
    font-size: 11px;
    color: gray;
}

.custom-loan-section .form-custom-item input {
    background-color: transparent;
    border: none;
}

.custom-loan-section .form-custom-item input:focus {
    box-shadow: none;
}

.custom-loan-section .form-custom-item input::placeholder {
    color: gray;
}

.custom-loan-section .form-custom-item-button {
    width: 100%;
    height: 100%;
}

.custom-loan-section .form-custom-item-button button {
    width: 100%;
    height: 100%;
    background-color: orange;
    border-radius: 0;
}

 .section-title {
    font-size: 30px !important;
}

.fq-section .fq-type {
    margin-top: 30px;
}

.fq-section .fq-type small {
    border: 1px solid gray;
    text-decoration: none;
    color: black;
    padding: 7px 20px;
    border-radius: 30px;
    cursor:pointer;
}

.fq-section .fq-type small.active {
    border: 1px solid orange;
    background-color: orange;
    color: white;
}

.fq-section .container {
    width: 60%;
    margin-top: 60px;
    display:none;
}
.fq-section .container.fq-type-show{
    display:block;
}

.fq-section .fq-item {
    margin-top: 20px;
    border-bottom: 1px solid gray;
}

.fq-section .fq-item-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.fq-section .fq-item-header,
.fq-section .fq-item-content {
    padding-inline: 30px;
}

.fq-section .fq-item-content {
    max-height: 0;
    text-align: justify;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.fq-section .fq-item-content.fq-show {
    max-height: 1000px;
}

.fq-section .fq-item-content .line-1 {
    font-size: 14px;
}

@media (max-width:542px) {
    .section-title {
        font-size: 25px !important;
    }

    .section-description {
        font-size: 13px !important;
    }

    .fq-section .fq-type small {
        font-size: 12px;
        padding: 5px 16px;
        border-radius: 30px;
    }
}

.home-loan-articles .container {
    display: flex;
    align-items: center;
}

.home-loan-articles .container.slider .slider-left-arrow,
.home-loan-articles .container.slider .slider-right-arrow {
    position: absolute;
}

.home-loan-articles .container.slider .slider-left-arrow {
    left: 0;
}

.home-loan-articles .container.slider .slider-right-arrow {
    right: 0;
}

.home-loan-articles .container.slider .slider-left-arrow i,
.home-loan-articles .container.slider .slider-right-arrow i {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.493);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.233);
    align-content: center;
    border-radius: 50%;
    cursor: pointer;

}

.home-loan-articles .container.slider .slider-warrep {
    display: flex;
    overflow: auto;
    padding-block: 20px;
    user-select: none;
}

.home-loan-articles .container.slider .slider-warrep::-webkit-scrollbar {
    display: none;
}

.home-loan-articles .container.slider .slider-warrep .slider-items {
    margin-inline: 15px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.205);
    border-radius: 8px;
    overflow: hidden;
    cursor: grab;
}

.home-loan-articles .container.slider .slider-warrep .slider-items.grabbing {
    cursor: grabbing;
    user-select: none;
}

.home-loan-articles .container.slider .slider-warrep .slider-items a {
    text-decoration: none;
    color: black;
}

.home-loan-articles .container.slider .slider-warrep .slider-items a small:last-child {
    color: gray;
    font-size: 12px;
}


