hr.new4 {
  border: 1px solid white;
  width: 170px;
  margin-left: 60px;
}
.vl {
    border-left: 1px dashed white;
    height: 320px;
    top: 0;
  }

  .left,.right {
height: 700px;
width: 50%;
top: 0;
}
.vertical_dotted_line
{
border-left: 1px dotted white;
height: 300px;
margin-left: 215px;
margin-top: -255px;
}

.h1{
position: absolute;
height: 273px;
left: 4.44%;
right: 53.06%;
top: 110px;

font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 34px;
line-height: 40px;

color: #801517;
}

.h3{
position: absolute;
height: 273px;
left: 4.44%;
right: 53.06%;
top: 110px;

font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 23px;
line-height: 30px;

color: #801517;


}

.h4{
position: absolute;
height: 273px;
left: 4.44%;
right: 53.06%;
top: 110px;

font-family: Montserrat;
font-style: normal;
font-weight: 400px;
font-size: 21px;
line-height: 30px;

color: #801517;


}

.hr_style{
  background-color: #801517;
  /*width: 440px;*/
  width:100%;
}

.W-100smb{
  width: 100%
}

.box_1{
  display: inline-block;
  background-color: #F8991D;
  width: 500px;
  height: auto;
  /*margin-top: 8%;
  margin-left: 42%;*/
  padding: 20px;
  box-shadow: 0 8px 16px -8px black;
}


.img-container_smb {
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
height: inherit !important;
}

.text_white{
color: white;
}

.txt_format{
  font-size: 15px;
  font-weight: 100;
  line-height: 16px;
}

.txt_heading_format{
  font-size: 19px;
  font-weight: 400;
  line-height: 19px;
}

.hr_format{
  background-color: white;
  width: 1%;
  padding-right: 58%;
  margin-right: 41%;
}

.btn_font_size{
  font-size: 13px;
}
.vertical_dotted_line{
border-right: 0px dotted white;
/* height: 100px; */
height: 246px;
width: 50%;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
margin-top: auto;
} 

.smb_d-block {
display: block!important;
padding: 76px;
}

.smb_carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: left;
}


.smb_slider-caption {
padding: 0px 142px;
height: 60%;
width: 100%;
left: 0;
right: 0px;
bottom: 0;
background: linear-gradient(to top, #00000075, #000000C0, #00000000);
}

.golden_color{
color: var(--color-secondary);
}

.style_heading{
/*font-weight: 500;*/
/*padding-bottom: 60px;*/
font-size: 50px;
}
.style_sub_heading p{
  padding-top: 8px;
  font-size: 32px;
  font-weight: 500;
}
.heading_box{
/*margin-top:63px;*/
text-align: left;
padding-left: 4%;
}

.txt_box_style{
  display: inline-block;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color:white;
}

.txt_box_style_header{
  display: inline-block;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight:bold;
  color: white;
  padding-bottom: 5%;
}

.smb-group{
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  padding-left: 6%;
  padding-top: 2%;
  /*margin-left: 24%;*/
}

.quick-links .quick-link-item {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  z-index: 2;
}

.quick-link-item i {
  font-size: 30px;
}

.img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000a1;
  z-index: -1;
}


/* =========== Benefits Modal =========== */

.benefits-modal .modal-dialog {
    max-width: 80%;
}

.benefits-modal .modal-content {
    border-radius: 0;
    color: var(--color-primary);
    /* width: 70%;
    min-width: 70%; */
}

.benefits-modal .modal-body {
    padding: 20px 60px;
}

.benefits-modal .modal-header {
    border-bottom: 0;
}

.benefits-modal .modal-header .close {
    background-color: var(--color-secondary);
    color: white;
    opacity: 1;
}

.modal-body .content-block {
    padding-top: 20px;
}

.content-block h5 {
    font-weight: 700;
    font-size: 18px;
}

.content-block ul {
    padding-left: 16px;
}

.benefits-modal .modal-footer {
    border-top: 0;
    display: block;
    text-align: center;
    color: var(--color-secondary);
    font-weight: 900;
    padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .intro {
        padding: 32px;
    }

    .intro p {
        padding-top: 20px;
    }
    
    .bc-uses {
        padding: 20px;
    }

    .block-title {
        font-size: 24px;
    }

    .bc-benefits {
        padding: 15px;
    }

    .benefits-modal .modal-footer {
        max-width: unset;
    }

    .benefits-modal .modal-body {
        padding: 20px 30px;
    }
}

/*for pop-up in footer*/    

/*.modal:nth-of-type(even) {
z-index: 1052 !important;
color: maroon;
}*/

.modal {
z-index: 1052 !important;
/*color: maroon;*/
}

.footer-content {
    background: #801517;
    height: 500px;
    width: 86%;
    margin-top: 15%;
    margin-left: 7%;
}








