main.container {
    width: 95%;
}
h1, h2, h4, h3, h5, h6 {
    color: #1fb5e4;
}
h2, h4, h3 {
    padding-bottom: 15px;
}
.header-banner-content {
    top: 30px;
}
.main-content img {
    width: 100%;
}
.down {
    width: 160px !important;
}
.download-brochure-text-color {
    color:#1fb5e4 !important;
}
h2.heading.pb-4 {
	font-size: 32px;
    font-weight: bold;
    color: #1fb5e4;
    text-align: center;
}
ul.product_ul_li li {
  line-height: 30px;
}
.section-home-pd .heading.pb-4 {
    font-size: 36px;
    font-weight: bold;
    color: #1fb5e4;
    text-align: center;
}
form.vertical-form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
form.horizontal-form button {
    background-color: #fff !important;
    color: #000 !important;
}
.more-bnt a {
  color: #fff;
  background-color: #2a2a2a;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2em;
}
.more-bnt {margin-top: 30px;text-align: center;margin-bottom: 20px;}
form#horizontalForm {
    margin-bottom: 10px;
}
.accordion-button {
    color: #fff;
    background-color: #000;
    font-weight: bold;
}
.accordion-header {
    background-color: #1d1d1d;
}
.accordion-collapse {
    background-color: #1d1d1d;
    color: #fff;
}
button.accordion-button.collapsed {
    border-bottom: 1px solid #ccc;
}
.accordion-button:not(.collapsed) {
    background-color: #000;
    color: #fff;
}
.accordion-button:focus {
    box-shadow: none !important;
}
button.accordion-button.collapsed {
    border: 1px solid #ccc;
}
.icon {
    font-size: 26px;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-radius: 30px;
    line-height: 70px;
    background-color: #14499b !important;
    color: #ffffff !important;
    margin: 0 auto;
    margin-top: 12px;
}
.icon span.dashicons {
    display: contents;
    font-size: 30px;
}
.thumb {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-timing-function: cubic-bezier(.075, .8, .18, 1);
    transition-timing-function: cubic-bezier(.075, .8, .18, 1);
}
/*.thumb:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}*/
.card-block .col-md-4:not(:last-child) {
    padding-bottom: 12px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .tabview .col-md-4 { 
        width: 100%;
        margin-bottom: 30px;
    }
    .experience-section-home .Downbutton {
        width: 37%;
    }
	.feature-home-wrap .icon-box {
        background: #1d1d1d;
        padding: 20px;
        border-radius: 20px;
        min-height: 300px;
        box-shadow: 0px 5px 10px 0px rgba(25, 50, 51, 0.2) !important;
    }
	section.section-home-pd.section-home-black.feature-home-wrap.tabview {
		padding-bottom: 0;
    }
}
@media (max-width: 768px) {
    li.nav-item {
        display: grid;
        width: 100%;
    }
    .main-content img {
        padding-bottom: 20px;
        min-height: 200px;
    }
    form.horizontal-form select#city {
        margin-top: -11px;
    }
    .form-container.div-horizontal-form select#city_2 {
        margin-bottom: 0 !important;
    }
    form#horizontalForm div#frm_error_phone {
        padding-top: 5px !important;
    }
    .my-4 {
        margin-top: 12px !important;
    }
    .mb-3 {
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    form.horizontal-form {
        margin-top: 60px !important;
    }
}