.grey-text{
  color: #4A474A;
}
.grey-text h1,.grey-text h2,.grey-text h3,.grey-text h4,.grey-text h5,.grey-text h6,.grey-text p,.grey-text b,.grey-text strong,.grey-text label,.grey-text span{
  color: #4A474A;
}
.navy-blue-button{
  display: inline-block !important;
  color: white !important;
  background: #182E3C !important;
  border: none !important;
  border-radius: 0px !important;
  text-transform: uppercase !important;
  /* width: 49%; */
  font-size: 13px !important;
  line-height: 3 !important;
  padding: 0px !important;
}
.navy-blue-button:hover, .navy-blue-button.active{
  display: inline-block;
  color: white !important;
  background: #182E3C !important;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  /* width: 49%; */
  font-size: 13px;
  line-height: 3;
  padding: 0px !important;
}
.green-button{
  display: inline-block;
  color: white !important;
  background: #00b085 !important;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  /* width: 49%; */
  font-size: 13px;
  line-height: 3;
  padding: 0px !important;
}
.green-button:hover, .green-button.active{
  display: inline-block;
  color: white !important;
  background: #00b085 !important;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  /* width: 49%; */
  font-size: 13px;
  line-height: 3;
  padding: 0px !important;
}

.standard-button{
    display: inline-block;
    color: white !important;
    background: #182E3C !important;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    width: 32% !important;
    font-size: x-small !important;
    line-height: 3 !important;
    padding: 0px !important;
}
.width-42{
  width: 42% !important;
}
.width-50{
  width: 49% !important;
}
.width-100{
  width: 100% !important;
}
.width-97{
  width: 97% !important;
}

/* .button-style-1{
    display: inline-block;
    color: white !important;
    background: #1fcfcc !important;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    width: 49%;
    font-size: 13px;
    line-height: 3;
    padding: 0px !important;
} */
.button-inactive-1{
    display: inline-block;
    background-color: lightgrey !important;
    border: none !important;
    border-radius: 0px;
    color: white !important;
    /*min-width: 128px;*/
}

/* button:focus{
    border: none !important;
    top: unset !important;
} */

/* .button-style-1:hover, .button-style-1.active{
    border: none !important;
} */
@media(max-width:767px){
    .navy-blue-button, .green-button{
        width: 100% !important;
        padding: 0px;
        height: 38px;
        font-weight: bold;
        margin-top: 10px;
    }
    /*.button-style-1:hover, .button-style-1.active{*/
        /*background-color: #690308 !important;*/
        /*border: none !important;*/
    /*}*/
    .standard-button{
      width: 100% !important;
      line-height: 4 !important;
    }
}

.button-style-2{
  display: inline-block;
  color: white !important;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: x-small;
  width: 100%;
}

/*
HOME CREATOR design
*/
.hd-wrap{
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-top: 11px;
}
.card-style-1{
    display: inline-block;
    width: 100%;
    background-color: white;
    border: 4px solid #E6E5E6;
}
.card-style-1:hover{
    border: 4px solid grey;
}
.card-style-1.selected{
    border: 4px solid #1fcfcc;
}

.card-heading-1{
    display: block;
    background: none;
    color: #00b085 !important;
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 0px;
    margin-left: 10px;
}
.card-style-1 label{
    color: #7CBE4B;
    padding-left: 20px;
    margin: 0px;
    font-size: smaller;
    text-transform: uppercase;
}
.card-style-1 h4{
    color: #182E3C;
    font-weight: bold;
    line-height: 1;
    margin-left: 10px;
    margin-top: 3px;
}
.card-style-1 p{
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
}
/*card style 2*/
.card-style-2{
    display: inline-block;
    width: 100%;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    color: #000;
}
.card-style-2.selected{
    padding: 6px;
    border: 4px solid #1fcfcc;
}
.card-heading-2{
    color: #4A474A;
}
.card-style-2 h4{
    margin-top: 0px !important;
    font-weight: normal;
    font-size: medium;
}
.image-style-2{
    width: 100%;
    height: 100%;
}

@media(max-width: 767px){ /* Extra Small Devices, Small Devices, Tablets */
    .image-style-1{
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-style: normal;
    }
    .image-style-1-2{
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-style: normal;
    }
}
@media(min-width: 768px){
    .image-style-1{
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-style: normal;
        /*border: thin solid black;*/
    }
    .image-style-1-2{
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-style: normal;
        /*margin-bottom: 30px;*/
        /*border: thin solid black;*/
    }
}

.steps{
    padding-right: 0px !important;
    margin: 10px 0px 24px 0px;
}
.steps li{
    font-family: sans-serif;
    display: inline-block;
    background-color: transparent;
    color: grey;
    border-radius: 16px;
    border: 2px solid #4A474A;
    text-align: center;
    line-height: 2.0;
    width: 30px;
    vertical-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
.steps label{
    font-weight: bold;
    font-size: smaller;
}
.steps li.current{
    background-color: #1DAF86;
    border: 2px solid #1DAF86;
    color: white;
}
.steps.responsive li{
    width: 25px;
    border-radius: 15px;
    line-height: 1.5;
}
.nav-bullets{
    text-align: center;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    width: 14%;
    font-weight: bold;
    font-size: small;
    margin-bottom: 30px;
}
.nav-bullets.current{
    color: #1DAF86;
}

.enquire-btn{
    display: inline-block;
    color: white !important;
    background: #1DAF86 !important;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    width: auto;
    float: right;
    font-size: small;
    line-height: 1.5;
}

.btn-1{
    display: inline-block;
    color: white !important;
    background: #1DAF86 !important;
    border: none !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    width: auto;
    min-width: 20%;
    font-size: small;
    line-height: 1.5;
}
#top-price-box h4{
    font-weight: bolder;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #4A474A;
}
.top-info-box{
    text-align: left;
    float: left !important;
    color: #4A474A;
}
.top-info-box p{
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #4A474A;
}
.top-price-box{
    text-align: right;
    float: right !important;
}
@media (max-width: 768px) {
    .top-info-box{
        width: 100%;
        margin: 15px 0px;
    }
    .top-price-box{
        width: 100%;
    }
}
.custom-select {
    position: relative;
}
.custom-select i.fa {
    position: absolute;
    right: 20px;
    top: 10px;
}
select.form-control {
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}


.top-price{
    display: inline-block;
    width: 37%;
    margin:10px 10px 0px 0px;
}
.top-price-btn{
    background-color: transparent;
    color: #1DAF86;
    font-size: x-large;
    font-weight: bold;
}
#top-price-menu ul{
    margin-top: 10px;
    background-color: #1DAF86;
    color: white;
    font-size: large;
    width: 100%;
    border-radius: 0px;
    padding-left: 10px;
}
#top-price-box li{
    font-weight: bold;
    font-size: x-large;
}
#top-price-box li label{
    color: #000;
    font-size: medium;
    text-transform: uppercase;
}
#top-price-box p{
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #4A474A;
    font-weight: 400;
}

.icons-row{
    text-align: center;
}
.hd-icon{
    display: inline-block;
    text-align: center;
    min-width: 35px;
    font-weight: 600;
    color: #4A474A;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    font-size: small !important;
}
.hd-icon-modal{
  color: #4A474A;
}
@media(max-width:767px){
    .hd-icon{
        float: none !important;
    }
}
.d-none{
    display: none;
}
/* Social media Icons styling */
.a2a_svg{
  border-radius: 0 !important;
}
.addtoany_share_save{
  display: none !important;
}
.btn-1-blue{
  display: inline-block;
  color: white !important;
  background: #182E3C !important;
  border: none !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  width: auto;
  min-width: 20%;
  font-size: small;
  line-height: 1.5;
}

.carousel-indicators {
  bottom:-30px !important;
}
.carousel-inner {
   margin-bottom:30px !important;
}
.carousel-indicators li{
  border:1px solid grey !important;
  background-color: grey !important;
}
.carousel-indicators .active {
  background-color: #1DAF86 !important;
}
.no-padding{
  padding: 0 0 0 0 !important;
}
