.header_tel,.topbar .topbar_body a,body,html{
    color:#fff;
    color:var(--colorBlack);
    color:#32466E
}

#header.header-inner-pages,#header.header-scrolled{
    box-shadow:0 2px 15px rgba(0,0,0,.1)
}
:root{
    --headingfont:"Raleway",sans-serif;
    --bodyfont:"Open Sans",sans-serif;
    --colorlightGreen:#ED5F36;
    --colorPinkOpacity:rgba(255, 242, 18,0.8);
    --colorPinkOpacity: #ffb60c;
    --colorBlack:#000;
    --colorBlack:#002425;
    --colorWhite:#fff;
    --colorlightGreen:#F7941D;
    --colorOrange:#F7941D;
    --colorDarkGreen:#32466E;
    --colorNavy:#32466E;
    --colorGray:#DFDCDA;
}
body,html{
    margin:0;
    padding:0;
    scroll-behavior:smooth;
    overflow-x:hidden;
    font-size:16px;
    font-family:"Open Sans",sans-serif;
    font-weight:500
}
.header_tel,h1{
    font-family:var(--headingfont)
}
a{
    text-decoration:none
}
ul{
    list-style:none
}
h1{
    font-weight:700
}
.topbar{
    background-color:var(--colorlightGreen);
    padding:10px;
    width:100%;
    /* text-align: center; */
    color: #000;
    font-weight: bold;
}
.topbar div{
    display:flex;
    color: #fff;
    justify-content:space-between
}
.topbar .topbar_body{
    display:flex;
    align-items:center;
    text-align: center;
}
.topbar .topbar_body span{
    display: inline-block;
}
.topbar span a i {
width: 15px;
}
#header .container,.navbar ul{
    align-items:center;
    display:flex
}
.topbar .topbar_body a{
    border-right:1px solid var(--colorBlack);
    color:var(--colorDarkGreen);
    color: #fff;
    padding:0 15px
}
.topbar .topbar_body2 a{
    color:var(--colorDarkGreen);
    color: #fff;
    padding:0 15px
}

@media (max-width:400px){
    .topbar{
        padding-left:0;
        padding-right:3px
    }
    .topbar .topbar_body a,.topbar .topbar_tel a{
        border-right:none;
        font-size:14px;
        padding-right:5px
    }
}
#header{
    background:#fff;
    transition:.5s;
    padding:10px 0;
    width:100%;
}
.logo_area{
    width:20%
}
.logo_area2{
    width:80%
}
.navbar_area{
    width:80%
}

header h1 a img{
    width:200px
}
#header .container{
    justify-content:space-between
}
.header_tel{
    font-size:17px
}
#header.header-scrolled{
    padding:12px 0
}
#header .logo a{
    color:#556270
}
.navbar{
    padding:0;
    float:right
}
.navbar ul{
    margin:0;
    padding:0;
    list-style:none
}
.navbar li{
    position:relative
}
.navbar a
/* .navbar a:focus */
{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 0 10px 30px;
    font-family:Poppins,sans-serif;
    font-size:15px;
    font-weight:500;
    color:#556270;
    white-space:nowrap;
    margin:0 20px;
    transition:.3s
}
.navbar a i,.navbar a:focus i{
    font-size:12px;
    line-height:0;
    margin-left:5px
}
.navbar .active,.navbar .active:focus,.navbar a:hover,.navbar li:hover>a,.navbar-mobile .active,.navbar-mobile li a:hover,.navbar-mobile li:hover>a{
    color:#999
}
.navbar .getstarted,.navbar .getstarted:focus{
    padding:8px 25px;
    margin-left:30px;
    border-radius:4px;
    font-weight:400;
    color:#fff
}
.home_sale_section .featured h3,.navbar .getstarted:focus:hover,.navbar .getstarted:hover{
    color:#fff;
    background:var(--colorlightGreen)
}
.navbar .dropdown ul,.navbar-mobile .dropdown ul{
    z-index:99;
    background:var(--colorGray);
    background:#fff;
    box-shadow:0 0 30px rgba(127,137,161,.25)
}
.navbar .dropdown ul{
    display:block;
    position:absolute;
    left:14px;
    top:calc(100% + 30px);
    margin:0;
    padding:10px 0;
    opacity:0;
    visibility:hidden;
    transition:.3s
}
.navbar .dropdown ul li,.navbar-mobile .dropdown ul li{
    min-width:200px
}
.navbar .dropdown ul a{
    padding:10px 20px;
    font-size:15px;
    text-transform:none;
    font-weight:400
}
.navbar .dropdown ul a i,.navbar-mobile .dropdown ul a i{
    font-size:12px
}
.navbar .dropdown ul .active:hover,.navbar .dropdown ul a:hover,.navbar .dropdown ul li:hover>a,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul li:hover>a{
    font-weight:700
}
.navbar .dropdown:hover>ul{
    opacity:1;
    top:100%;
    visibility:visible
}
.navbar .dropdown .dropdown ul{
    top:0;
    left:calc(100% - 30px);
    visibility:hidden
}
.navbar .dropdown .dropdown:hover>ul{
    opacity:1;
    top:0;
    left:100%;
    visibility:visible
}
@media (max-width:1366px){
    .navbar .dropdown .dropdown ul{
        left:-90%
    }
    .navbar .dropdown .dropdown:hover>ul{
        left:-100%
    }
}
.mobile-nav-toggle{
    color:#556270;
    font-size:28px;
    cursor:pointer;
    display:none;
    line-height:0;
    transition:.5s
}
#footer .credits a:hover,#footer .footer-top .footer-links ul a:hover,.hero,.mobile-nav-toggle.bi-x{
    /* color:#000   */
    color:#fff  /* ##New */
}
@media (max-width:991px){
    .mobile-nav-toggle{
        display:block
    }
    .navbar a,.navbar a:focus{
        margin:0
    }
    .navbar ul{
        display:none
    }
}
.navbar-mobile{
    position:fixed;
    overflow:hidden;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:rgba(63,73,83,.9);
    transition:.3s;
    z-index:999
}
.navbar-mobile .mobile-nav-toggle{
    position:absolute;
    top:15px;
    right:10px; /* ##New */
}
.navbar-mobile ul{
    display:block;
    position:absolute;
    top:0;
    right:50px;
    bottom:0;
    left:0;
    padding:10px 20px;
    background-color:var(--colorGray);
    background-color:#fff;
    overflow-y:auto;
    transition:transform .5s;
    transform:translateX(-100%)
}
.open .navbar-mobile ul{
    transform:translateX(0)
}
.navbar-mobile ul li{
    border-bottom:1px solid #999;
    border-top:1px solid #999;  /* ##New */
}
.navbar-mobile li a,.navbar-mobile li a:focus{
    padding:10px 20px;
    font-size:15px;
    color:#556270
}
.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus{
    margin:15px
}
.navbar-mobile .dropdown ul{
    position:static;
    display:none;
    margin:10px 20px;
    padding:5px 0;
    opacity:1;
    visibility:visible
}
.navbar-mobile .dropdown ul a{
    padding:10px 20px
}
.faq_child_details[open] .bi-dash-circle-fill,.navbar-mobile .dropdown>.dropdown-active{
    display:block
}
.faq_child_details[open] .bi-chevron-down,.navbar-mobile .dropdown>.dropdown-active{
    display:block
}
.faq_child_details2[open] .bi-dash-circle-fill,.navbar-mobile .dropdown>.dropdown-active{
    display:block
}
.faq_child_details2[open] .bi-chevron-down,.navbar-mobile .dropdown>.dropdown-active{
    display:block
}
.hero{
    // background:url('../img/sell-my-home-for-cash.jpg') 0 0/cover no-repeat;
    height:44vh;
    position:relative
}
.hero .mask,.hero_other_sections .mask,.hero_other_sections2 .mask{
    position:absolute;
    width:100%;
    height:100%;
    background-color: var(--colorGray);
    background-color: #fff;
    color: var(--colorlightGreen)
}
.btn_hero,.btn_hero:hover,.home_sale_section_btn,.home_sale_section_btn2{
    background-color:var(--colorlightGreen);
    color:var(--colorBlack);
}
#footer .footer-top .footer-info,#footer .footer-top .footer-links,.hero .hero_body h1{
    margin-bottom:30px
}
.btn_hero{
    border:1px solid #ccc;
    border:0px;
    border-radius: 20px;
    padding:10px 24px;
    color:var(--colorWhite);
    color:#000;
    transition:.4s
   /* border-bottom-left-radius:0;
    border-top-left-radius:0 */
}
.btn_hero:hover{
    color:var(--colorBlack)
}

.hero2,
.hero_other_sections {
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero2{
    height: 80vh;
}

@media (max-width: 991px) {
    .hero2 {
      height: auto;
      padding: 20px 10px 50px 10px;
    }

    /* ##New */
    #header #location_link_nav{
        display: none;
    }

  }
@media (min-width: 991px) {
     /* ##New */
     #header #location_link_nav_mob{
        display: none;
    }
}

.hero3,
.hero_other_sections {
    background-size: cover;
    background-repeat: no-repeat;
}

.hero3{
    height: 50vh;
}

@media (max-width: 991px) {
    .hero3 {
      height: auto;
      padding: 20px 10px 50px 10px;
    }
  }
.hero3{
    padding: 30px 15px;
    color: #fff;
}

.cards4_section {
    height: relative;
    width: 100%;
    /* box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3); */
    background-size: cover;
    background-repeat: no-repeat;
}

.cards3_section {
    /* height: relative; */
    height: 67vh;
    width: 100%;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
}

.cards2_section {
    height: 85vh;
    width: 100%;
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero2{
    padding: 30px 15px;
    color: #fff;
}
@media (max-width: 991px) {
    .cards2_section {
      height: auto;
      padding: 20px 10px 50px 10px;
    }
    .cards3_section {
      /* height: auto; */
      height: 67vh;
      padding: 20px 10px 50px 10px;
    }
    .cards4_section {
      height: auto;
      padding: 20px 10px 50px 10px;
    }
  }

.headertitles{
    font-family: 'Raleway', sans-serif; 
    color: #fff;
    font-weight:1000;
    font-size:50px; 
    padding-left:0.4em; 
    /* padding-top:0.1em; */
    margin-bottom: -5px;
}
.headerImgIcons{
    width: 30px;
    height: 30px;
}
.icon2-box  {
    background-color:var(--colorlightGreen);
    /* margin: 0 20px; */
}

.icon2-box #zipcode {
    margin: 0;
    width: 100%;
    margin-right: 20px;
    border: 1px solid #8d969a;
    border-radius: 0;
    font-size: 18px;
    line-height: 3em;
    height: auto;
    float: left;
    box-sizing: content-box;
    color: #3a3a3a;
    text-align: center;
    font-weight: 300;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 1px 0 0 #daf3f9;
}

.icon2-box #zipcodeBtn{
    background: var(--colorlightGreen);
    background-repeat: no-repeat !important;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    height: auto;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}
.icon2-box .ds_group {
    display: grid;
    grid-template-columns: 10rem 10rem;
    /* grid-template-rows: 1fr .65fr;
    grid-template-areas:
        "input button"
        "error error"; */
    grid-gap: 0.5rem;    
    width: fit-content;
}

@media (max-width: 340px) {
    .icon2-box .ds_group {
        grid-template-columns: 10rem;
    }
  }

  .heading_div {
    display: flex;
    justify-content: center;	
    align-items: center;
}

  @media (max-width: 734px) {
    .headertitles{
        font-size:45px; 
    }
    .heading_div {
        /* justify-content: flex-start;
        justify-content: start;
        justify-content: left; */
        display: block;
        /* flex-direction: column */
    }
  }


  
.icon2-box h2 {
    font-weight: bold;
    font-size: 25px;
}

.center_div{
    display: flex;
    justify-content: center;	
    align-items: center;
}

.flex_div{
    display: flex;
    align-items: center;
}

.center_div_vertically{
    display: flex;
    justify-content: center;
}

.cards4_section .icon2-box{
    text-align:center;
    padding:30px 10px;
    /* line-width:300px; */
    width: 100%;
    transition:.3s ease-in-out;
    color:#fff
}

.cards3_section .icon2-box{
    text-align:center;
    padding:30px 0px;
    /* line-width:300px; */
    width: 100%;
    transition:.3s ease-in-out;
    color:#fff
}

.cards2_section .icon2-box{
    text-align:center;
    padding:30px 60px;
    /* line-width:300px; */
    transition:.3s ease-in-out;
    color:#fff
}

.cards_section .icon-box{
    text-align:center;
    padding:20px;
    transition:.3s ease-in-out;
    background:#e6e6e6;
    background:var(--colorlightGreen);
    width: 100%;
    margin: 15px 0;
}
.cards_section .icon-box .icon{
    margin:0 auto 20px;
    font-size:64px;
    color:var(--colorDarkGreen);
    color:#fff;
   /*  border-radius:50px; */
    transition:.3s ease-in-out
}
.cards_section .icon-box .icon i{
    color:var(--colorlightGreen);
    font-size:28px
}
.cards_section .icon-box h2{
    font-weight:850;
    margin-bottom:4px;
    font-size:40px;
    color:#fff;
    font-family:var(--headingfont)
}
.cards_section .icon-box h3{
    font-weight:900;
    margin-bottom:4px;
    font-size:38px;
}
.cards_section .icon-box h4{
    font-weight:700;
    margin-bottom:15px;
    font-size:24px;
}
.cards_section .icon-box h4,
.cards_section .icon-box h3 {
    color:var(--colorDarkGreen);
    color:#fff;
    font-family:var(--headingfont)
}

.cards_section .icon-box h4 a{
    color:#384046;
    transition:.3s ease-in-out
}
.cards_section .icon-box p{
    line-height:24px;
    font-size:14px;
    margin-bottom:0
}
.cards_section .icon-box:hover{
    border-color:#fff;
    background-color:var(--colorBlack);
    box-shadow:0 0 25px 0 rgba(0,0,0,.1)
}
.home_sale_section .box{
    padding:20px;
    background:#f8f8f8;
    box-shadow:rgba(149,157,165,.2) 0 8px 24px;
    border-radius:5px;
    position:relative;
    overflow:hidden
}
.home_sale_section h3{
    margin:-20px -20px 20px;
    padding:20px 15px;
    font-size:16px;
    font-weight:600;
    background:#e4e4e4;
    font-family:var(--headingfont)
}
.home_sale_section h4{
    font-size:36px;
    color:var(--colorlightGreen);
    font-weight:600;
    font-family:Poppins,sans-serif;
    margin-bottom:20px
}
.home_sale_section h4 sup{
    font-size:20px;
    top:-15px;
    left:-3px
}
.home_sale_section h4 span{
    font-size:16px;
    font-weight:300
}
.home_sale_section ul{
    padding:0;
    list-style:none;
    color:#444;
    font-size:14px
}
.home_sale_section ul li{
    padding-bottom:16px
}
.home_sale_section ul i{
    color:var(--colorlightGreen);
    font-size:18px;
    padding-right:4px
}
.home_sale_section ul .na{
    color:#ccc;
    text-decoration:line-through
}
.home_sale_section .box i,.home_sale_section_btn,.home_sale_section_btn2{
    color:var(--colorlightGreen);
}
.home_sale_section .btn-wrap{
    margin:20px -20px -20px;
    padding:20px 15px;
    background:var(--colorlightGreen)
}
.Checked+label,.beds input[type=radio]:checked+label,.home_sale_section .advanced,.home_sale_section .btn-buy,.radio_btn_area input[type=radio]:checked+label{
    background:var(--colorlightGreen)
}
.home_sale_section .btn-buy{
    display:inline-block;
    padding:8px 35px 9px;
    border-radius:4px;
    color:#fff;
    transition:.3s;
    font-size:14px;
    font-family:Raleway,sans-serif;
    font-weight:600
}
#footer .footer-top h4,.contact .address h2,.faq .accordion,.faq_child_summary,.point_sub_heading_faq,.privacy_policy div .number_points,.services h4,.single_blog h4,.testimonials .section-title h2{
    font-family:var(--headingfont)
}
.home_sale_section .btn-buy:hover{
    background:var(--colorlightGreen)
}
.home_sale_section .advanced{
    width:200px;
    position:absolute;
    top:18px;
    right:-68px;
    transform:rotate(45deg);
    z-index:1;
    font-size:14px;
    padding:1px 0 3px;
    color:#fff
}
.home_sale_section_btn{
    margin:20px auto;
    background:var(--colorlightGreen);
    border:1px solid #ccc;
    border:0px;
    border-radius: 20px;
    padding:10px 24px;
    color:var(--colorBlack);
    transition:.4s
}
.home_sale_section_btn2{
    padding:10px 40px;
    margin:30px auto;
    font-size:18px;
    border-radius:5px;
    background:var(--colorlightGreen)
}
.home_sale_section_btn:hover{
    color:#fff;
    background-color:var(--colorlightGreen)
}
.testimonials .testimonials-carousel,.testimonials .testimonials-slider{
    overflow:hidden
}
.testimonials .testimonial-item{
    box-sizing:content-box;
    padding:30px 30px 0;
    margin:30px 15px;
    text-align:center;
    min-height:280px;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
    background:#fff
}
.testimonials .testimonial-item .testimonial-img{
    width:90px;
    border-radius:50%;
    border:4px solid #fff;
    margin:0 auto
}
.testimonials .testimonial-item h3{
    font-size:18px;
    font-weight:700;
    margin:10px 0 5px;
    color:#111
}
.testimonials .testimonial-item h4{
    font-size:14px;
    color:#999;
    margin:0
}
.testimonials .testimonial-item .quote-icon-left,.testimonials .testimonial-item .quote-icon-right{
    color:#e1f0fa;
    font-size:26px
}
.testimonials .testimonial-item .quote-icon-left{
    display:inline-block;
    left:-5px;
    position:relative
}
.testimonials .testimonial-item .quote-icon-right{
    display:inline-block;
    right:-5px;
    position:relative;
    top:10px
}
.testimonials .testimonial-item p{
    font-style:italic;
    margin:0 auto 15px
}
.testimonials .swiper-pagination{
    margin-top:20px;
    position:relative
}
.testimonials .swiper-pagination .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background-color:#fff;
    opacity:1;
    border:1px solid var(--colorBlack)
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active{
    background-color:var(--colorBlack)
}
.testimonials .section-title h2{
    text-align:center;
    margin-top:40px
}
#footer{
    background:var(--colorlightGreen);
    background:var(--colorNavy);
    /* padding:0 0 30px; */
    color:var(--colorDarkGreen);
    color:var(--colorOrange);
    font-size:14px;
    margin-top:50px
}
#footer .footer-top{
    background:var(--colorDarkGreen);
    background:var(--colorOrange);
    padding:60px 0 30px
}
#footer .copyright{
    padding:20px 15px;
}
#footer .footer-top .footer-info h3{
    font-size:24px;
    margin:0 0 20px;
    padding:2px 0;
    line-height:1;
    font-weight:700
}
#footer .footer-top .footer-info p{
    font-size:14px;
    line-height:24px;
    margin-bottom:0;
    font-family:Raleway,sans-serif;
    color:#fff
}
#footer .footer-top .social-links a{
    font-size:18px;
    display:inline-block;
    background:rgba(255,255,255,.1);
    color:#fff;
    line-height:1;
    padding:8px 0;
    margin-right:4px;
    border-radius:4px;
    text-align:center;
    width:36px;
    height:36px;
    transition:.3s
}
#footer .footer-top .social-links a:hover{
    background:var(--colorOrange);
    background:var(--colorNavy);
    color:#fff;
    text-decoration:none
}
#footer .footer-top h4{
    font-size:16px;
    font-weight:600;
    color:#fff;
    position:relative;
    padding-bottom:12px
}
#footer .credits,#footer .credits a,#footer .footer-info .social-icons a i:hover,#footer .footer-top .footer-links ul a{
    background:var(--colorOrange);
    color:var(--colorNavy);
}
#footer .footer-top .footer-links ul{
    list-style:none;
    padding:0;
    margin:0
}
#footer .footer-top .footer-links ul i{
    padding-right:2px;
    color:rgba(255,255,255,.6);
    font-size:18px;
    line-height:1
}
#footer .footer-top .footer-links ul li{
    padding:10px 0;
    display:flex;
    align-items:center
}
#footer .footer-top .footer-links ul li:first-child{
    padding-top:0
}
#footer .footer-top .footer-links ul a{
    transition:.3s;
    display:inline-block;
    line-height:1
}
#footer .footer-top .footer-links ul li .bi-chevron-right{
    font-size:10px;
    font-weight:700;
    color:#fff;
    margin-right:3px
}
#footer .footer-top .footer-newsletter form{
    padding:6px 10px
}
#footer .credits{
    padding-top:10px;
    text-align:center;
    font-size:13px
}
#footer .credits a{
    transition:.3s;
    font-weight:600
}
.vertical_line{
    border-left:2px solid #fff;
    height:500px
}
#footer .footer-info .social-icons{
    display:flex;
    margin-top:8px
}
#footer .footer-info .social-icons a i{
    color:#fff;
    font-size:18px;
    margin-right:14px
}
.hero_other_sections{
    background-color:var(--colorDarkGreen);
    min-height:8vh;
    position:relative;
    color:#fff
}
.hero_other_sections .hero_body h1,.hero_other_sections2 .hero_body h1{
    margin-bottom:2px;
    font-size:35px
}
.hero_other_sections2{
    background-color:var(--colorDarkGreen);
    min-height:45vh;
    position:relative;
    color:#fff
}
.radio_btn_area{
    list-style-type:none;
    margin:3px 0 0;
    padding:0
}
.beds li,.radio_btn_area li{
    float:left;
    width:35px;
    height:40px;
    position:relative
}
.beds input,.beds label,.radio_btn_area input,.radio_btn_area label{
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    text-align:center
}
.beds input[type=radio],.radio_btn_area input[type=radio]{
    opacity:.01;
    z-index:100
}
.radio_btn_area label{
    padding:5px;
    border:1px solid #ccc;
    cursor:pointer;
    z-index:90;
    background-color:#fff
}
.beds label:hover,.radio_btn_area label:hover{
    background:#ddd
}
.top_para{
    padding:20px;
    font-weight:700;
    font-style:italic
}
.terms2 div{
    width:80%;
    padding:10px;
    margin:10px auto
}
.contact,.privacy_policy,.terms,.terms2{
    width:100%
}
.contact,.privacy_policy div,.terms div{
    width:80%;
    padding:20px;
    margin:20px auto
}
@media screen and (max-width:600px){
    .contact,.privacy_policy div,.terms div{
        width:100%;
        padding:15px;
        margin:15px auto
    }
}
@media screen and (max-width:1050px){
    .contact,.privacy_policy div,.terms div{
        width:100%;
        padding:15px;
        margin:15px auto
    }
}
.privacy_policy div .number_points{
    font-weight:700;
    font-size:25px;
    margin:30px 0
}
.privacy_policy div .point_sub_heading,.terms div .point_sub_heading{
    font-weight:700;
    font-size:20px;
    margin-bottom:20px;
    margin-top:40px
}
.privacy_policy div .point_sub_heading i,.terms div .point_sub_heading i{
    font-weight:700;
    font-size:20px;
    margin-right:10px
}
.comparison .table-responsive .table th{
    font-family:var(--headingfont);
    font-size:17px;
    text-align:center
}
.comparison .table-responsive .table td{
    text-align:center;
    font-weight:700;
    font-size:18px
}
.bi-question-lg,.bi-x-lg{
    font-size:25px;
    color:#e1444d
}
.bi-check{
    font-size: 25px;
}
/* .bi{
    font-size:25px
} */
.services{
    padding-bottom:20px
}
.services h4{
    margin-bottom:30px;
    font-weight:700
}
.services .icon-box{
    padding:30px;
    position:relative;
    overflow:hidden;
    margin:0 0 40px;
    background:#fff;
    box-shadow:0 5px 26px 0 rgba(68,88,144,.14);
    transition:.3s ease-in-out;
    text-align:center;
    border:1px solid #fff
}

.services .icon{
    margin:0 auto 20px;
    padding-top:17px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    width:72px;
    height:72px
}
.services .icon i{
    font-size:36px;
    line-height:1
}
.services .title{
    font-weight:700;
    margin-bottom:15px;
    font-size:18px
}
.services .title a{
    color:#111
}
.services .description{
    font-size:15px;
    line-height:28px;
    margin-bottom:0
}
.services .icon-box-green .icon{
    background:#eafde7
}
.services .icon-box-green .icon i{
    color:#41cf2e
}
.services .icon-box-green:hover{
    border-color:#41cf2e
}
.rating{
    margin-top:20px;
    margin-bottom:10px;
    color:orange
}
.contact .address h2{
    font-size:20px;
    font-weight:700
}
.contact .address a i,.contact .address p i{
    margin-right:5px;
    color:#666
}
.contact .php-email-form{
    box-shadow:0 0 30px rgba(214,215,216,.6);
    padding:30px;
    margin-bottom:30px
}
.contact .php-email-form .error-message{
    display:none;
    color:#fff;
    background:#ed3c0d;
    text-align:left;
    padding:15px;
    font-weight:600
}

form #website{ display:none; }
form .website{ display:none; } 

.contact .php-email-form .website{
    display:none; 
}


.contact .php-email-form .error-message br+br{
    margin-top:25px
}
.contact .php-email-form .sent-message{
    display:none;
    color:#fff;
    background:#18d26e;
    text-align:center;
    padding:15px;
    font-weight:600
}
.contact .php-email-form .loading{
    display:none;
    background:#fff;
    text-align:center;
    padding:15px
}
.contact .php-email-form .loading:before{
    content:"";
    display:inline-block;
    border-radius:50%;
    width:24px;
    height:24px;
    margin:0 10px -6px 0;
    border:3px solid #18d26e;
    border-top-color:#eee;
    -webkit-animation:1s linear infinite animate-loading;
    animation:1s linear infinite animate-loading
}
.contact .php-email-form input,.contact .php-email-form select,.contact .php-email-form textarea{
    border-radius:0;
    box-shadow:none;
    font-size:14px
}
.contact .php-email-form input::focus,.contact .php-email-form select::focus,.contact .php-email-form textarea::focus{
    background-color:var(--colorBlack)
}
.contact .php-email-form input,.contact .php-email-form select{
    padding:10px 15px
}
.contact .php-email-form textarea{
    padding:12px 15px
}
.contact .php-email-form input[type=checkbox]{
    padding:0
}
.contact .php-email-form button[type=submit]{
    background:var(--colorlightGreen);
    border:1px solid #ccc;
    border:0px;
    border-radius: 20px;
    padding:10px 24px;
    color:var(--colorWhite);
    transition:.4s
}
.btn-success{
    background-color:var(--colorDarkGreen)!important;
    border-color:#56ae6c!important;
    color:var(--colorBlack);
    display:inline-block;
    height:36px
}
@-webkit-keyframes animate-loading{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes animate-loading{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.blog-details{
    padding-bottom:10px
}
.blog-details .card{
    border:0;
    padding:0 30px;
    margin-bottom:60px;
    position:relative
}
.blog-details .card-img{
    width:calc(100% + 60px);
    margin-left:-30px;
    overflow:hidden;
    z-index:9;
    height:500px;
    border-radius:0
}
.blog-details .card-img img{
    width:100%;
    height:300px;
    object-fit:cover;
    transition:.3s ease-in-out
}
.blog-details .card-body{
    z-index:10;
    background:#fff;
    border-top:4px solid #fff;
    padding:30px;
    box-shadow:0 2px 15px rgba(0,0,0,.1);
    margin-top:-230px;
    transition:.3s
}
.faq .accordion,.faq_details{
    box-shadow:rgba(99,99,99,.2) 0 2px 8px 0
}
.blog-details .card-body p,.insight p{
    font-size:15px
}
.blog-details .card-title{
    font-weight:700;
    text-align:center;
    margin-bottom:20px
}
.blog-details .card-title a{
    color:#1e4356;
    transition:.3s
}
.blog-details .card-text{
    color:#5e5e5e
}
.blog-details .read-more a{
    color:#777;
    text-transform:uppercase;
    font-weight:600;
    font-size:12px;
    transition:.3s
}
.blog-details .card:hover img{
    transform:scale(1.1)
}
.blog-details .card:hover .card-body{
    border-color:var(--colorlightGreen)
}
.faq .accordion{
    cursor:pointer;
    margin-top:20px;
    width:100%;
    border:none;
    text-align:left;
    outline:0;
    font-size:16px;
    transition:.5s;
    padding:20px 20px 14px;
    font-weight:700
}
.faq .accordion:hover{
    background-color:#ccc
}
.faq .accordion:after{
    content:'\002B';
    font-weight:700;
    float:right;
    margin-left:15px;
    font-size:25px
}
.faq .accordion.changed:after{
    content:"\2212";
    font-size:25px
}
.faq .active{
    display:none
}
.faq .panel{
    padding:15px 30px;
    background-color:#f0f0f0;
    margin-bottom:10px;
    transition: .3s;
}
.faq .faq_heading,.faq_heading2{
    font-size:20px;
    padding:20px;
    text-align:center
}
.faq .faq_heading{
    margin-bottom:20px;
    background-color:var(--colorlightGreen);
    background-color:#fff
}
.faq_heading2{
    margin-bottom:20px;
    color: #000;
    background-color:var(--colorlightGreen)
}
.faq_heading3{
    font-size:20px;
    padding:20px;
    color:#fff;
    background-color:var(--colorlightGreen);
    text-align:center
}

.faq_details{
    margin-bottom:20px;
    padding:10px;
    background-color:#f0f1f2
}
.faq_child_summary{
    list-style:none;
    display:flex;
    justify-content:space-between;
    align-items: center;
    transition:.3s;
    font-weight:600;
    padding:15px;
    border-bottom:1px solid #002425;
    background: var(--colorlightGreen);
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    transition: .3s;
}
.faq_child_details{
    width: 100%;
}
.faq_child_details p,.faq_child_details .row  {
    padding: 15px;
    box-shadow: rgba(114, 80, 80, 0.24) 0px 3px 8px;
    background-color: #f1f1f1;
    /* background-color: #f2f2f2;
    font-weight: bold; */
}
.faq_child_details .row {
    box-sizing: border-box;
    width:  100%;
    margin-left: 0;
}
.faq_child_summary h4{
    margin-bottom: 0;
    line-height: normal;
    font-size: 20px;
}
.faq_child_summary span{
    margin:auto 0
}
.faq_details2{
    margin-bottom:10px;
    padding:10px;
    background-color:var(--colorlightGreen)
}
.faq_child_summary2{
    list-style:none;
    display:flex;
    justify-content:space-between;
    align-items: center;
    transition:.3s;
    font-weight:700;
    padding:8px 15px;
    border-top:3px solid var(--colorDarkGreen);
    border-bottom:3px solid var(--colorDarkGreen);
    color: var(--colorDarkGreen); !important;
    font-family: 'Raleway', sans-serif;
    background-color:var(--colorlightGreen)
}
.faq_child_summary2 span{
    margin:auto 0
}
.faq_child_details2{
    width: 100%;
}
.faq_details3{
    margin-bottom:2px;
    padding:2px;
    background-color: var(--colorlightGreen)
}
.faq_child_summary3{
    list-style:none;
    display:flex;
    justify-content:space-between;
    align-items: center;
    transition:.3s;
    font-weight:700;
    padding:2px 3px;
    color: var(--colorDarkGreen); !important;
    font-family: 'Raleway', sans-serif;
    background-color: var(--colorlightGreen)
}
.faq_child_summary3 span{
    margin:auto 0
}
.faq_child_details3{
    width: 100%;
}
details summary::-webkit-details-marker{
    display:none
}
.faq .bi-dash-circle-fill,.faq_child_details[open] .bi-plus-circle-fill{
    display:none
}
.faq .bi-chevron-down,.faq_child_details[open] .bi-chevron-up{
    display:none
}
.faq .bi-dash-circle-fill,.faq_child_details2[open] .bi-plus-circle-fill{
    display:none
}
.faq .bi-chevron-down,.faq_child_details2[open] .bi-chevron-up{
    display:none
}
.point_sub_heading_faq{
    font-weight:700;
    font-size:16px
}
@media (max-width:520px){
    .faq .accordion,.faq .panel{
        padding:15px
    }
}
.insights .price{
    text-align:right;
    font-weight:700
}
.pending i{
    margin-right:5px;
    color:#e1444d
}
.active i{
    margin-right:5px;
    color:green
}
.beds{
    list-style-type:none;
    margin:25px 0 0;
    padding:0
}
.beds label{
    padding:5px;
    border:1px solid #ccc;
    cursor:pointer;
    z-index:90
}
.single_blog img{
    text-align:center
}
.single_blog h4{
    margin-top:15px
}
.cookie-consent-banner{
    position:fixed;
    bottom:0;
    left:0;
    z-index:2147483645;
    box-sizing:border-box;
    width:100%;
    background-color:#e9eef5
}
.cookie-consent-banner__inner{
    max-width:960px;
    margin:0 auto;
    padding:6px 0
    padding:1px 0
}
.cookie-consent-banner__copy{
    margin-bottom:16px;
    margin-bottom:3px
}
.cookie-consent-banner__header{
    margin-bottom:1px;
    font-family:CeraPRO-Bold,sans-serif,arial;
    font-weight:400;
    line-height:20px;
    line-height:7px
}
.cookie-consent-banner__description{
    font-family:CeraPRO-Regular,sans-serif,arial;
    font-weight:400;
    color:#f1f6f4;
    line-height:18px;
    line-height:7px
}
.cookie-consent-banner__cta{
    box-sizing:border-box;
    display:inline-block;
    min-width:164px;
    padding:6px 6px;
    border-radius:2px;
    background-color:#e9eef5;
    color:var(--colorBlack);
    text-decoration:none;
    text-align:center;
    font-family:CeraPRO-Regular,sans-serif,arial;
    font-weight:400;
    font-size:16px;
    line-height:16px;
    font-size:15px;
    line-height:12px
}
.cookie-consent-banner__cta--secondary{
    padding:9px 13px;
    padding:6px 13px;
    border:2px solid #3a4649;
    background-color:#e9eef5;
    color:#0098da
}
.cookie-consent-banner__cta:hover{
    background-color:#e9eef5
}
.cookie-consent-banner__cta--secondary:hover{
    border-color:#838f93;
    background-color:transparent;
    color:var(--colorDarkGreen)
}
.cookie-consent-banner__cta:last-child{
    margin-left:16px
}
.switch-field4{
    display:flex;
    margin-bottom:5px;
    overflow:hidden
}
.switch-field4 input{
    position:absolute!important;
    clip:rect(0,0,0,0);
    height:1px;
    width:1px;
    border:0;
    overflow:hidden
}
.switch-field4 label{
    background-color:#fff;
    color:rgba(0,0,0,.9);
    font-size:12px;
    line-height:1.4;
    text-align:center;
    padding:4px 8px;
    margin-right:-1px;
    border:1.5px solid rgba(0,0,0,.7);
    transition:.1s ease-in-out
}
.switch-field4 label:hover{
    cursor:pointer
}
.switch-field4 input:checked+label{
    background-color:var(--colorDarkGreen);
    color:#96989a;
    box-shadow:none
}
.switch-field4 label:first-of-type{
    border-radius:1px 0 0 1px
}
.switch-field4 label:last-of-type{
    border-radius:0 1px 1px 0
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute
}

/* .date-picker{
    cursor: pointer;
}

.date-picker-holder
{
	z-index: 9999 !important;
    position: fixed;
	background-color: Black;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

.date-picker-table
{
    z-index: 99999 !important;
    position: fixed;
    background-color: White;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    border-radius: 2px;
    box-shadow: 0 3px 6px 0px #757575;
    margin: 0px !important;
}

.date-picker-table table
{
    width: 100% !important;
}

.date-picker-table td
{
    padding: 15px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .date-picker-table
    {
        position: absolute;
        top: 5vw !important;
        left: 5vw !important;
        width: 90vw;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
    }

    .date-picker-table td
    {
        padding: 2vw;
        font-size: 4vw;
    }
} */

/* From here you can start to copy */

.calendar {
    padding:8px;
    background: #ffffff;
    border-radius: 4px;
    font-size:18px;
    border: 1px solid #333333;
    box-shadow: 0px 20px 40px rgba(59,60,56,0.05);
  }
  .ui-datepicker {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background:var(--colorlightGreen);
    margin-bottom: 10px;
  }
  .ui-datepicker-prev,
  .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
  }
  .ui-datepicker-prev {
    float: left;
    margin-left: 12px;
  }
  .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
  }
  .ui-datepicker-next {
    float: right;
    margin-right: 12px;
  }
  .ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
  }
  .ui-datepicker-prev:after,
  .ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .ui-datepicker-prev:hover,
  .ui-datepicker-next:hover,
  .ui-datepicker-prev:hover:after,
  .ui-datepicker-next:hover:after {
    border-color: #333333;
  }
  .ui-datepicker-title {
    text-align: center;
    font-size:25px;
  }
  .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
  }
  .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color:var(--colorlightGreen);
    margin-bottom: 5px;
    font-size: 18px;
  }
  .ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    font-size: 16px;
  }
  .ui-state-default:hover {
    color: #ffffff;
    background:var(--colorlightGreen);
    border-radius:50px;
    transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
  }
  .ui-state-highlight {
    color: #ffffff;
    background-color:var(--colorlightGreen);
    border-radius:50px;
  }
  .ui-state-active {
    color: #ffffff;
    background-color:var(--colorlightGreen);
    border-radius:50px;
  }
  .ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
  }
  
  .icon {
      margin-left: -30px;
      margin-top: -26px;
      position: relative;
      color:var(--colorlightGreen);
      font-size:20px;
  }

/* toggle */

.switch-field {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 2px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e9eef5;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 4px 8px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: var(--colorDarkGreen);
	color: #fff;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 1px 0 0 1px;
}

.switch-field label:last-of-type {
	border-radius: 0 1px 1px 0;
}

    /* ##New */

#zipcaMask {
    display: none;
}


/* #nav-mob-container {
    display: none;
} */

.nav-mob a {
    display: block;
    padding: 0;
    white-space: normal;
}

.nav-mob img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.nav-mob p {
    text-align: center;
    font-weight: bold;
}

.nav-mob-container .nav-mob-list h2 {
    font-weight: bold;
    /* margin-left: 30px; */
}

.nav-mob-container .nav-div {
    display: table-cell;
    /* word-wrap: break-word; */
}

.nav-submenu {
    z-index: 1000;
}

.overlay-submenu {
    z-index: 1000;
    /* display: none; */
}

.overlay-submenu ul {
    z-index: 1000;
    width: 100%;
    padding-top: 30px;
}

.closesubmenu {
    cursor: pointer;
}

.closedsubmenucontainer{
    display: none;
}

.store_locator_para {
    margin: 20px 0 40px 0;
}





       .fixedButton{
            position: fixed;
            bottom: 0px;
            right: 0px; 
            padding: 10px;
        }
        .roundedFixedBtn{
          height: 90px;
          line-height: 90px;  
          width: 90px;  
          font-size: 14px;
          font-weight: bold;
          border-radius: 50%;
          background-color: var(--colorlightGreen);
          background:url('/assets/img/profile.png') 0 0/cover no-repeat;
          color: white;
	  color: #000;
          text-align: center;
          cursor: pointer;
        }







/* ANSHARAH SEE BELOW */




* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/** HERO CAROUSEL **/
.hero-carousel {
    width: 100%;
    flex: 1; /* Allow carousel to expand and take up remaining vertical space */
    position: relative;
    /* height: 80vh; */
    height: calc(100vh - 160px);
  }
  
  .hero-carousel  .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero-carousel  .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero-carousel .caption {
    position: absolute;
    top: 0;
    left: 0;
    /* right: 50px; */
    color: #fff;
    color: #12E772;
    color: #F7E887;
    font-weight: 900;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 100%;
    z-index: 10;
    width: 100%;
    height: 100%;
  }

  .hero-carousel .captionMain {
    position: absolute;
    bottom: 50px;
    left: 50px;
    text-align: left;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 5px;
    display: inline-block; 
    /* max-width: 80%; */
    width: auto; 
  }
  
  .hero-carousel .caption h3 {
    margin: 0;
    font-size: 1.8rem;
    font-size: 1.8rem;
    /* text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7); */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), 2px 2px 4px #000;
  }
  
  .hero-carousel .caption span {
    font-size: 1rem;
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), 2px 2px 4px rgba(0, 0, 0, 0.7);
    /* text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7); */
  }
  
  .hero-carousel .caption-image{
    display: none;
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    border-radius: 5px;
    object-fit: contain; 
    top: 20px; 
    right: 20px; 
    position: absolute;
  }

  
@media (max-width:612px){
    .hero-carousel .captionMain {
        left: 20px;
        margin-right: 20px;
    }

    .hero-carousel   .caption-image{
        max-width: 100%;
        max-height: 100px;
    }
}

.hero-carousel .swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

.hero-carousel .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.hero-carousel  .swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    color:#cccccc !important;
}














/** HERO CAROUSEL2 **/
.hero-carousel2 {
    width: 100%;
    flex: 1; /* Allow carousel to expand and take up remaining vertical space */
    position: relative;
    /* height: 80vh; */
    height: calc(100vh - 160px);
  }
  
  .hero-carousel2 .caption {
    position: absolute;
    top: 0;
    left: 0;
    /* right: 50px; */
    color: #fff;
    color: #12E772;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 100%;
    z-index: 10;
    width: 100%;
    height: 100%;
  }

  .hero-carousel2 .captionMain {
    position: absolute;
    bottom: 50px;
    left: 50px;
    text-align: left;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 5px;
    display: inline-block; 
    /* max-width: 80%; */
    width: auto; 
  }

  
  .hero-carousel2 .caption span {
    font-size: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), 2px 2px 4px rgba(0, 0, 0, 0.7);
    /* text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7); */
  }
  
  .hero-carousel2 .caption-image{
    display: none;
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    border-radius: 5px;
    object-fit: contain; 
    top: 20px; 
    right: 20px; 
    position: absolute;
  }

  
@media (max-width:612px){
    .hero-carousel2 .captionMain {
        left: 20px;
        margin-right: 20px;
    }

    .hero-carousel2   .caption-image{
        max-width: 100%;
        max-height: 100px;
    }
}