.heading-section h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    color: #ee4439;
    display: inline-block;
}

.heading-section h2::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background-color: #f37022;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.heading-section p{
    font-size: 20px;
    line-height: 26px;
}

@media only screen and (max-width:415px){
    .heading-section h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

.default-assist-image-box{
    position: relative;
    /* overflow: hidden; */
}

/* .default-assist-image-box::after {
    content: "";
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    left: 8px;
    top: 8px;
    border: 2px solid #fff;
    box-shadow: 0 4px 15px rgb(24 24 24 / 76%);
} */

.default-assist-image-box img {
    border: 0px solid #f37022;
    /* padding: 15px; */
    padding: 2px;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    color: white;
    background-image: linear-gradient(to right bottom, #e6333a , #f37022, #e6333a);
    /* box-shadow: 15px 15px rgba(0,0,0,.15); */
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    transition: all .4s ease;
}
@media only screen and (max-width:991px){
    .spl-about h2 {
        font-size: 30px;
        text-align: center;
    }
}
@media only screen and (max-width:575px){
    .spl-about h2 {
        font-size: 24px;
    }
}

/* .default-assist-image-box img:hover{
    box-shadow: -15px -15px rgba(0,0,0,.15);
    transition: all .4s ease;
} */

.interior-assist-mini{
    background: #fff;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    border: 1px solid #00000020;
    padding: 5px;
    margin-top: 10px;
}

.interior-assist-mini img{
    border: 2px solid #0083b9;
}

.interior-assist-mini p{
    font-weight: 400;
    font-size: 14px;
}

.default-assist-text-box h4{
    color: #24247a;
    font-weight: 400;
    font-size: 26px;
}

.default-assist-text-box ol li {
    list-style-type: disclosure-open;
    list-style-position: inside;
}

.default-assist-text-box ol {
    padding-left: 0px;
}
.assist-modal-btn{
    color: #fff !important;
    padding: 5px 10px;
    line-height: 36px;
    font-weight: 500;
}

.assist-modal .modal-header{
    background: #fff;
}
.assist-modal .modal-header .modal-title{
    color: #f37022;
}
.assist-modal .modal-header .close {
    padding: 0px;
    margin: -6px -12px;
}

.assist-modal button.default-btn{
    background: #f37022;
    border: 2px solid #f37022;
    color: #fff;
    font-weight: 500;
}
.assist-modal button.default-btn:hover{
    background: #f37022 !important;
}

.legal-assist-2 {
    background-color: #f7f7f7;
}


/*********************
    products-start
**********************/


.tab-content-outer {
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 35%);
    padding: 0px;
    border: 2px solid #24247a;
}

.tab-content-outer .tab-pane {
    line-height: 22px;
}

.tab-nav-outer {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 35%);
}

.nav-pills-custom {
    border-radius: 0px;
    display: block;
    height: 280px;
    overflow-x: hidden;
    border-radius: 8px;
    background: #fff;
}

.nav-pills-custom .nav-link {
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 0px;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    transition: 0.3s ease-in-out;
}

/*
.nav-pills-custom .nav-link:first-child {
    border-top-left-radius: 8px;
}
*/

/* .nav-pills-custom .nav-link.active,
.nav-pills-custom .nav-link:hover {
    color: #fff;
    background: #24247a;
    transition: 0.3s ease-in-out;
} */

.product-category-wrap {
    background-color: #f8f8f8;
}

.tab-left-heading {
    color: #222;
    margin-bottom: 0px;
    border-bottom: 2px solid;
    padding: 15px 15px 12px 15px;
}

.product-tab-content-outer.tab-nav-outer {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    border: 1px solid #00000020;
    padding: 0px;
}

.product-tab-content-outer .nav-pills-custom {
    height: auto;
    max-height: 336px;
    overflow-y: auto;
    padding: 20px 15px;
    border-radius: 0px;
    overflow-x: visible;
}


/*scrollbar-start*/
/* width */

.product-tab-content-outer .nav-pills-custom::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.product-tab-content-outer .nav-pills-custom::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

/* Handle */

.product-tab-content-outer .nav-pills-custom::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    background: linear-gradient(to left bottom, #f37022, #f37022);
}

/* Handle on hover */

.product-tab-content-outer .nav-pills-custom::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, #f37022, #f37022);
}

.product-tab-content-outer .nav-pills-custom .nav-link {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 2px;
    position: relative;
    margin-right: 0px;
}

.product-tab-content-outer hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.product-tab-content-outer .nav-pills-custom .nav-link.active {
    color: #020040;
    background: #fff;
}

.product-tab-content-outer .nav-pills-custom .nav-link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: none;
    border-left: none;
    border-radius: 3px;
}

.product-tab-content-outer .nav-pills-custom .nav-link:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: none;
    border-right: none;
    border-radius: 3px;
}

.product-tab-content-outer .nav-pills-custom .nav-link.active:before,
.product-tab-content-outer .nav-pills-custom .nav-link:hover:before {
    width: 20px;
    height: 20px;
    border-color: #f37022;
    transition: .5s;
}

.product-tab-content-outer .nav-pills-custom .nav-link.active:after,
.product-tab-content-outer .nav-pills-custom .nav-link:hover:after {
    width: 20px;
    height: 20px;
    border-color: #f37022;
    transition: .5s;
}

.product-tab-right-outer.tab-content-outer {
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    border: 1px solid #00000020;
}

.product-right-tab-box {
    padding: 0px 15px;
}

.product-tab-right-heading {
    font-size: 32px;
    line-height: 42px;
    padding: 15px;
    background: #f37022;
    color: #fff;
    text-shadow: 1px 1px 0px #00000070;
}

.product-tab-box {
    border-bottom: 1px solid #9d9d9d;
    padding-top: 16px;
}

.product-tab-box:last-child {
    border: none;
}

.product-tab-box h5 {
    font-size: 18px;
}

.product-tab-box p {}

@media only screen and (max-width:767px) {
    .product-tab-content-outer .nav-pills-custom .nav-link {
        font-size: 18px;
        line-height: 26px;
        padding: 8px 10px;
    }
}

@media only screen and (max-width:575px) {
    .product-tab-right-heading {
        font-size: 22px;
        line-height: 28px;
        padding: 15px 30px;
        text-align: left;
    }
}

/*******************
    products-end
********************/


/* about */
.explore-content p{
    text-align: justify;
}
.xtra-spl-about h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    color: #24247a;
    display: inline-block;
}
.xtra-spl-about h2::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    background-color: #f37022;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (max-width:415px){
    .xtra-spl-about h2 {
        font-size: 40px;
    }
    
}

/* about */


/*assist-start*/

.assist-wrap {
    background-color: #f7f7f7;
}

.assist-grid {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    border: 8px solid #16161626;
    -webkit-box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    transition: 0.4s ease-in-out;
}

.assist-img {
    width: 110px;
    height: 110px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    position: relative;
}

.assist-img img {
    transform: scale(0.8);
    width: 100%;   
    transition: 0.4s ease-in-out;
}

.assist-grid h5 {
    color: #f79535;
    font-size: 24px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.assist-grid p {
    height: 100px;
    text-align: justify;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    color: #022f5d;
    line-height: 20px !important;
}

/* .assist-grid:hover {
    border-bottom-color: #ed3e38;
    border-left-color: #f37022;
    border-top-color: #f37022;
    border-right-color: #ed3e38;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
} */

.assist-grid:hover h5 {
    color: #ed3939;
    transition: 0.4s ease-in-out;
}

.assist-grid:hover p {
    /*    color: #fff;*/
    transition: 0.4s ease-in-out;
}

.assist-grid:hover img {
    /*    fill: #00215c;*/
    transform: scale(1);
    transition: 0.4s ease-in-out;
}

@media only screen and (max-width:767px) {
    /* .assist-texts h5 {
        font-size: 18px;
    } */

    .assist-grid {
        padding: 16px 10px;
    }
}

@media only screen and (max-width:767px) and (min-width:576px){
    .assist-grid p {
        height: 120px;
    }
    .assist-grid h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width:575px) and (min-width:415px){
    .assist-grid{
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:575px){
    .assist-grid p {
        height: auto;
    }
}

.spl-anchor {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 4px;
    position: relative;
    color: #022f5d;
}

.spl-anchor:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    background-color: #8cc63c;
    right: 0;
    bottom: 0;
    transition: 0.4s ease-in-out;
}

.spl-anchor:hover::after {
    width: 100%;
    left: 0;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.spl-anchor:hover {
    color: #f37022;
    text-decoration-color: #0083b9;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    transition: 0.4s ease-in-out;
}

/*assist-end*/



.v-anchor1,
.iv-anchor1,
.v-anchor2,
.iv-anchor2,
.v-anchor3,
.iv-anchor3,
.v-anchor4,
.iv-anchor4,
.v-anchor5,
.iv-anchor5,
.v-anchor6,
.iv-anchor6,
.v-anchor7,
.iv-anchor7,
.v-anchor8,
.iv-anchor8 {
    font-weight: 500;
    font-size: 18px;
    /*    display: block;*/
    transition: 0.3s ease-in-out;
}

.v-anchor1:hover,
.iv-anchor1:hover,
.v-anchor2:hover,
.iv-anchor2:hover,
.v-anchor3:hover,
.iv-anchor3:hover,
.v-anchor4:hover,
.iv-anchor4:hover,
.v-anchor5:hover,
.iv-anchor5:hover,
.v-anchor6:hover,
.iv-anchor6:hover,
.v-anchor7:hover,
.iv-anchor7:hover,
.v-anchor8:hover,
.iv-anchor8:hover {
    transition: 0.3s ease-in-out;
}

p.iv-text1,
p.iv-text2,
p.iv-text3,
p.iv-text4,
p.iv-text5,
p.iv-text6,
p.iv-text7,
p.iv-text8{
    display: none;
}

/* what-makes-us-start */

.coloured-section{
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 25px 30px 25px 75px;
}

@media only screen and (max-width:575px){
    .coloured-section {
        padding: 70px 20px 20px 20px;
    }
}

.col-sec-1{
    background-color: #ee454e;
    border: 2px solid #ee454e;
}

.col-sec-2{
    background-color: #40ae49;
    border: 2px solid #40ae49;
}

.col-sec-3{
    background-color: #f69340;
    border: 2px solid #f69340;
    
}

.col-sec-4{
    background-color: #00aeef;
    border: 2px solid #00aeef;
}

.col-sec-number-1{
 position:absolute;
 z-index: 2;
 left: 0;
 top:0;
 height: 55px;
 width:55px;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}

.col-sec-number-1 h2{
    color: #ef4d4d;
    margin-bottom:0px;
}

.col-sec-number-2{
 position:absolute;
 z-index: 2;
 left: 0;
 top:0;
 height: 55px;
 width:55px;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}

.col-sec-number-2 h2{
    color: #40ae49;
    margin-bottom:0px;
}

.col-sec-number-3{
 position:absolute;
 z-index: 2;
 left: 0;
 top:0;
 height: 55px;
 width:55px;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}

.col-sec-number-3 h2{
    color: #f69340;
    margin-bottom:0px;
}

.col-sec-number-4{
 position:absolute;
 z-index: 2;
 left: 0;
 top:0;
 height: 55px;
 width:55px;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}

.col-sec-number-4 h2{
    color: #00aeef;
    margin-bottom:0px;
}

/* what-makes-us-end */


/* the-A-B-C-D start */

/* *{
  margin:0px;
  padding:0px;
  box-sizing: border-box;
} */
:root{
  --color-text: #616161;
  --color-text-btn: #ffffff;
  --card1-gradient-color1: #ff000e;
  --card1-gradient-color2: #ee454e;
  --card2-gradient-color1: #009c0d;
  --card2-gradient-color2: #40ae49;
  --card3-gradient-color1: #c65a00;
  --card3-gradient-color2: #f69340;
  --card4-gradient-color1: #007cab;
  --card4-gradient-color2: #00aeef;
}
.abcd-box {
    background: linear-gradient(to right, #ecf0f2, #ffffff);
}
.abcd-box .card-wrap{
  width: 100%;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  overflow: hidden;
  color: var(--color-text);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
              rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.abcd-box .card-wrap:hover{
  transform: scale(1.1);
}
.abcd-box .card-header {
    height: 170px;
    width: 100%;
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100% !important;
    display: flex;
    justify-content: center;
}

.abcd-box .card-header h2{
  color: #fff;
  font-size: 80px;
  margin-bottom: 0px;
}
.abcd-box .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 10px auto;
    height: 110px;
}
.abcd-box .card-text {
    text-align: center;
    font-size: 16px;
    line-height: 22px !important;
    margin-bottom: 20px;
}

.abcd-box .card-header.one{
  background: linear-gradient(to bottom left, var(--card1-gradient-color1), var(--card1-gradient-color2));
}
.abcd-box .card-header.two{
  background: linear-gradient(to bottom left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}
.abcd-box .card-header.three{
  background: linear-gradient(to bottom left, var(--card3-gradient-color1), var(--card3-gradient-color2));
}
.abcd-box .card-header.four{
  background: linear-gradient(to bottom left, var(--card4-gradient-color1), var(--card4-gradient-color2));
}

.abcd-box .card-btn.one{
  background: linear-gradient(to left, var(--card1-gradient-color1), var(--card1-gradient-color2));
}
.abcd-box .card-btn.two{
  background: linear-gradient(to left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}
.abcd-box .card-btn.three{
  background: linear-gradient(to left, var(--card3-gradient-color1), var(--card3-gradient-color2));
}
.abcd-box .card-btn.four{
  background: linear-gradient(to left, var(--card4-gradient-color1), var(--card4-gradient-color2));
}

.abcd-box .card-wrap.num-1{
    border-color: #fd0614;
}

.abcd-box .card-wrap.num-2{
    border-color: #089e14;
}

.abcd-box .card-wrap.num-3{
    border-color: #f08c38;
}

.abcd-box .card-wrap.num-4{
    border-color: #00a7e6;
}

@media only screen and (max-width:575px){
    .abcd-box .card-content {
        height: auto;
    }
    .abcd-box .card-header {
        height: 135px;
    }
}

@media only screen and (max-width:575px) and (min-width:411px){
    .abcd-box .card-wrap{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* the-A-B-C-D end */

/* services-start */

.services-page-wrap{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #f7f7f7;
}

.service-new-box{
    padding: 20px 10px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    border: 6px solid #16161626;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
}

.service-new-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-new-box img {
    transform: scale(.8);
    transition: 0.3s ease-in-out;
}

.service-new-box:hover img {
    transform: scale(1.0);
    transition: 0.3s ease-in-out;
}
.service-new-box:hover{
    border-color: #f37022;
    transition: 0.3s ease-in-out;
}
.service-new-text{
height: 48px;
display: flex;
align-items: center;
justify-content: center;
}

.services-page-wrap .services-page-box {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    border-radius: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.services-page-wrap .services-page-box:hover {
    box-shadow: -5px 50px 100px rgb(12 35 34 / 20%);
    transition: 0.3s ease-in-out;
}

.services-page-wrap .services-page-box:hover .services-page-img img {
    transform: scale(1.10);
    transition: 0.3s linear;
}

.services-page-wrap .services-page-box-heading {
    padding: 12px 6px;
    background: #fff;
}

.services-page-wrap .services-page-text {
    padding: 10px 15px;
    background-color: #fff;
    height: 195px;
    max-height: 195px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.services-page-btn-box {
    background-color: #fff;
    border-top: 2px solid #f37022;
}
.services-page-wrap .services-page-box h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    margin-bottom:0px;
}

.services-page-wrap .services-page-img {
    height: 210px;
    overflow: hidden;
}

.services-page-wrap .services-page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}


.services-page-wrap .services-page-box-heading h5 {
    font-weight: 500;
    font-size: 22px;
    color: #ed3939;
    text-align: center;
    margin-bottom: 0px;
}

/* width */
.scroll-box::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.scroll-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

/* Handle */
.scroll-box::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #f37022, #f37022);
}

/* Handle on hover */
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to left bottom, #f37022, #f37022);
}

@media only screen and (max-width:1199px) {
    .services-page-wrap .services-page-img {
        height: 172px;
    }
    .services-page-wrap .services-page-text {
    height: 220px;
    max-height: 220px;
}
}

@media only screen and (max-width:991px) {
    /* .services-page-wrap .services-page-box-heading h5 {
        font-weight: 500;
        font-size: 16px;
        color: #f37022;
    } */

    .services-page-wrap .services-page-box-heading {
        padding: 10px 6px;
    }

    .services-page-wrap .services-page-img {
        height: 200px;
    }

    .services-page-wrap .services-page-text {
        height: 195px;
        max-height: 195px;
    }
}

@media only screen and (max-width:767px) {
   .services-page-wrap .services-page-img {
    height: auto;
    } 

    .services-page-wrap .services-page-text {
        height: auto;
        max-height: none;
    }
}

@media only screen and (max-width:575px) {
    .services-page-wrap .services-page-img {
        height: auto;
    }

    .services-page-wrap .services-page-text {
        height: auto;
        max-height: none;
    }

    .services-page-wrap .services-page-box-heading h5 {
        font-size: 20px;
    }
}


.assist-modal-btn{
    background: #e66b22;
    border: 2px solid #e66b22;
}
.assist-modal-btn:hover{
    background: #e66b22 !important;
}

/* services-end */


/**********************
       faq-start
***********************/

.faq-wrap.bg-light .title__head {
    position: relative;
    margin-bottom: 10px;
  }
  
  .faq-box {
    padding: 35px 15px 0px 15px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    border: 2px solid ;
    margin: 40px 0;
  }
  
  .faq-wrap h6 {
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .section-heading {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-style: italic;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 2px;
    border-bottom: 2px solid ;
  }
  
  .dropdown-header {
    background: #fff;
    padding: 20px 50px;
    font-size: 14px;
    color: ;
    font-weight: 700;
    position: relative;
  }
  
  .dropdown-header:before {
    content: "\75";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
  }
  
  .ac-heading {
    position: relative;
    background-color: #ffffff;
    margin: 15px;
    border: double 2px transparent;
    border-radius: 0px;
    min-height: 54px;
    display: flex;
    align-items: center;
  }
  
.spl-sec-heading.sec-heading h2:after {
    width: 20px;
}
  .acc__card {
    margin: 20px 0;
    position: relative;
  }

.acc__card:first-of-type{
    margin-top: 6px;
  }
  
  .acc__title {
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    width: 100%;
    background: none;
    text-align: initial;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ffffff;
    color: #fff;
    box-shadow: 1px 1px 5px 1px #0000002b;
  }
  
  .ac-heading h4 {
    font-size: 18px;
    font-weight: 600;
    top: 0px;
    color: ;
    position: relative;
    display: inline-block;
    left: -1rem;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
  }
  
  .ac-heading::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #ee4439;
    border-bottom: 2px solid #ee4439;
    position: absolute;
    right: 1rem;
    content: " ";
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
  
  .acc__title.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .acc__title.active {
    background-color: ;
    border: 1px solid ;
    transition: all 0.3s ease-in-out;
  }
  
  .acc__title.active .ac-heading h4 {
    color: #ffffff;
    left: 1rem;
    padding: 7px 50px 7px 7px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}
  
  .acc__title.active .ac-heading::after {
    transform: rotate(-135deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transition: all 0.3s ease-in-out;
  }
  
  .acc__title.active .ac-heading:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
  }
  
  .acc__title.active .ac-heading {
    background-image: linear-gradient(#ee4439, #f37022), radial-gradient(circle at bottom left, #ee4439, #ffffff);
    background-origin: border-box;
    background: ;
    background-clip: content-box, border-box;
    transition: all 0.3s ease-in-out;
}
  
  .acc__title:hover {
    background-color: #fff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
  }
  
  .acc__title:hover .ac-heading h4 {
    /* color: #000000; */
    left: 1rem;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover .ac-heading::after {
    border-right: 2px solid #ee4439;
    border-bottom: 2px solid #ee4439;
    transition: all 0.3s ease-in-out;
}
.acc__title.active:hover .ac-heading::after {
    transform: rotate(-135deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transition: all 0.3s ease-in-out;
}
.acc__title:hover .ac-heading:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    color: #ee4439;
}
  
  .acc__title:hover .ac-heading {
    background-image: linear-gradient(#ebebeb, white), radial-gradient(circle at bottom left, , );
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all 0.3s ease-in-out;
  }
  
  .acc__panel {
    background-color: #ebebeb;
    color: #212121;
    display: none;
    border-top: 1px solid #d8d8d8;
    margin: 0;
    padding: 24px;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 23%);
  }
  
  .acc__panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(243 112 34), rgb(236 67 58));
    /* background: linear-gradient(to bottom, #ebebeb, ); */
}
  
  .spl-panel {
    display: block;
  }
  
  .num .ac-heading:before {
    content: '\f059';
    font-family: 'FontAwesome';
    font-size: 2rem;
    font-weight: bold;
    color: ;
    width: 2rem;
    opacity: 0;
    transition: 0.35s;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
  }
  
  .acc__title.active .ac-heading::before {
    content: '\f05a';
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
  
  .faq-answer p {
    margin-bottom: 0;
  }
  
  @media only screen and (max-width:767px) {
    .section-heading {
      font-size: 32px;
      letter-spacing: 1px;
    }
  
    .acc__panel {
      padding: 18px 20px;
    }
  }
  
  @media only screen and (max-width:575px) {
    .section-heading {
      font-size: 25px;
      letter-spacing: 0px;
    }
  
    .faq-box {
      margin: 30px 0;
    }
  }
  
  @media screen and (max-width:475px) {
    .ac-heading {
      position: relative;
      margin: 5px 5px;
      border: double 2px transparent;
    }
  
    .ac-heading h4 {
      font-size: 12px;
      top: -1px;
    }
  
    .acc__panel {
      padding: 8px 15px;
    }
  
    .num .ac-heading:before {
      font-size: 1.0rem;
      margin-left: 5px;
      width: 1rem;
    }
  
    .faq-answer p {
      font-size: 12px;
      line-height: 18px;
    }
  
    .acc__title:hover .ac-heading h4,
    .acc__title.active .ac-heading h4 {
      left: 0px;
    }
  
    .ac-heading::after {
      right: 8px;
    }
  }
  
  @media screen and (max-width:415px) {
    /*
    .ac-heading::after {
        top: 8px;
        bottom: auto;
    }
  */
  
    .acc__title:hover .ac-heading h4,
    .acc__title.active .ac-heading h4 {
      left: 0px;
      padding: 0 6px;
      padding-right: 20px;
    }
  
    .ac-heading h4 {
      font-size: 12px;
      padding-right: 6px;
    }
  
    .city-list {
      font-size: 15px;
      line-height: 19px;
    }
  
    .acc__card {
      margin: 12px 0;
    }
  }
  
  /*********************
       faq-end
  **********************/

/* youtube-part-start */
.youtube-wrap{
    width: 100%;
    height: 100%;
}
.youtube-wrap iframe{
    height: 369px;
}

@media only screen and (max-width:1199px){
    .youtube-wrap iframe{
        height: 300px;
    }  
}

@media only screen and (max-width:991px){
    .youtube-wrap iframe{
        height: 345px;
    }  
}

@media only screen and (max-width:767px){
    .youtube-wrap iframe{
        height: 244px;
    }  
}

@media only screen and (max-width:410px){
    .youtube-wrap iframe {
        height: 180px;
    }
}

/* youtube-part-end */

/* avail-housing-loan-start */

.loan-form-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* avail-housing-loan-end */