/*HEADER*/
.evisionBox {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    z-index: 1000;
    background-color: lightblue;
}
.evisionBox p {
    padding: 0;
}
.navbar {
    border-radius:0;
    margin-bottom:0;
}
.navbar-inverse{
    background-color:black;
}
.navbar-inverse a {
    color: #ffffff;
}
.navbar.navbar-nav>li:hover{
    background-color:white;
}
/*HEADER END*/
.priceright {
    padding-right: 14%;
}
/*BOOTSTRAP OVERRIDE*/
.btn-dark-override {
    background-color: black;
    border-color: #212121;
}

.btn-light-override {
    background-color: #338ee7;
    border-color: #338ee7;
    color: #fff;
    transition: all .3s;
}

.btn-light-override:hover {
    background-color: #fff;
    color: #338ee7;
    border-color: #338ee7;
}

a.btn-dark-override{
    color: white;
}
.btn > .fa {
    margin-top: 3px;
    margin-right:5px;
}
.btn-action {
    color: white;
    border-radius: 0;
    text-transform: uppercase;
}
.btn-no-styling {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;
}

.row-eq-height {
    display: flex;
}
.row-eq-height .align-bottom {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.navbar-toggler {
    padding: 10px 15px;
    background-color: transparent;
    border-color: transparent;
}
.navbar-brand{
    float:right;
}
.navbar-brand img{
    height:50px;
}
.navbar-inline{
    display:flex;
}
.navbar-collapse.in {
    overflow-y: inherit;
}
.navbar-small-right{
    float:right;
    margin-right:0;
}
.navbar-small-left{
    float:left;
}
.catprodtable {margin-left:-15px;}
.carousel-caption {
    margin-bottom: 30px;
}
.carousel-caption h1 {
    font-size: 100px;
}
.carousel-caption p{
    font-size:20px;
    padding-bottom:30px;
}
.carousel-thumbnail-box {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.carousel-thumbnail {
    margin: 10px 5px 0px 5px;
    cursor: pointer;
}
.carousel-thumbnail-active {
    border-width: 2px;
    border-color: darkred;
    border-style: solid;
    border-radius: 5px;
}

.table-responsive {
    overflow-x: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.glyphicon{
    text-decoration:none;
}

.dropbtn {
    background-color: transparent;
    /*color: white;*/
    padding: 11px 15px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    position: absolute;
    top:100%;
    right:0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 23;
    text-align:left;
    display: block;
    opacity:0;
    visibility: hidden;
    transform:translateY(10px) scaleX(0);
    transition: all .3s ease-in-out;
    border-radius:6px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #e8f1ff;}
.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform:translateY(0) scaleX(1);
}
.dropdown:hover .dropbtn {background-color: #EEEEEE;}

/*BOOTSTRAP OVERRIDE END*/

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #212121;
    line-height: 24px;
}
a {
    color: #212121;
}

.glyphicon {
    color: #338ee7;
}

img {
    max-width: 100%;
}
.account-container {
    max-width: 800px;
}
.start-section{
    padding-bottom:50px;
    padding-top:50px;
}
.section-small {
    padding: 31px 0;
}
.section-small .col-md-4 {
    border-right:1px solid lightgray;
}
.section-small .col-md-4:last-of-type {
    border-right:0px solid lightgray;
}

.border-left {
    border-left: 0;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.row-divider {
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
}
.row-padding-bottom {
    padding-bottom:50px;
}
.product-thumb {
    min-height: 200px;
    min-width: 200px;
    max-height: 300px;
    max-width: 300px;
}
.shop-banner {
    margin-left:1px;
}

.categoryTitle h1 {
    font-size: 30px;
    float: left;
    margin-top: 10px;

    line-height: 32px;
    color: #f44336;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
}
.categoryTitle h3 {
    font-size: 16px;
    line-height: 32px;
    color: #f44336;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 18px;
}
.product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}
.link{
    cursor:pointer;
    color:black;
}

.p-price {
    color: #f44336;
    font-size: 19px;
}
.p-description {
    overflow: auto;
}
.p-stock {
    margin-bottom: 0;
}
.p-stock-available {
    color: forestgreen;
    font-weight: bold;
}
.p-stock-unavailable {
    color: darkred;
    font-weight: bold;
}
.p-stock-delivery {
    font-size:10px;
}
.p-add-button {
    padding-left:50px;
}

.text-right {
    text-align: right;
}
.product-categories li {
    position: relative;
    z-index: 1;
}
.product-categories li.cat-parent:after {
    position: absolute;
    right: 14px;
    top: 10px;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 18px;
    cursor: pointer;
}
.product-categories li ul li.cat-parent:after {
    top: 7px;
    right: 12px;
}
.menutoggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #eee;
    border-left: 0;
    background-color: rgba(0,0,0,0.03);
}
.product-categories ul li .menutoggle {
    height: 34px
}
.categoryTitle .collapsed .children {
    display: none;
}
.product-categories li.cat-parent.collapsed:after {
    content: "\f105";
}
.product-categories li:hover:after {
    color: #f44336;
}
.product-categories > li a {
    line-height: 36px;
    text-transform: uppercase;
    display: block;
    border: 1px solid #eee;
    padding-left: 10px;
    margin-bottom: 6px;
}
.product-categories > li.cat-parent a {
    margin-right: 36px;
    border-right: 0;
}
.product-categories > li a span {
    color: #9e9e9e;
    display: inline-block;
    padding-left: 3px;
}
.product-categories > li ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}
.product-categories > li.cat-parent ul a {
    border-right: 1px solid #eee;
    margin-right: 0;
}
.product-categories > li ul li a {
    text-transform: none;
    line-height: 32px;
}
.product-categories .collapsed ul.children {
    display: none;
}
.invalid-feedback {
    font-weight: bold;
    color: red;
}
.addressInputCheckbox {
    margin-right: 5px;
}
.total-text-holder{white-space:nowrap;}
/*ORDER OVERVIEW*/
.ov-image img {
    height: 50px;
    width: 50px;
}
.ov-text{
   margin-top:15px;
}
.ov-price {
    white-space: nowrap;
}
.ov-qty {width:126px;}
.ov-qty .ov-text{display: inline;}
.ov-qty.form-control {
    display: inline;
}
.ov-remove {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 10px;
}
.ov-apply-coupon span{
    margin-top:5px;
}
.ov-quick-order{
    margin-top: 20px;
}
.ov-quick-order * {
    float: right;
    margin-left:10px;
}
.ov-border-top {
    border-top: 1px solid lightgray;
    padding-top: 20px;
    margin-top: 10px;
}
.ov-border-right {
    border-right: 1px solid lightgray;
    padding-right: 20px;
    margin-right: 10px;
    margin-top: 10px;
}
.ov-hidden {
    display: none;
}
.ov-save-order {
    border: 1px solid #eee;
    padding: 10px;
    margin-top:30px;
}
.ov-actions-right {
    float: right;
}
.ov-login {
    text-align: right;
}
.shipping-address{
    display:none;
}
.cartlinedesc{min-width:300px;}
.ov-actions .pull-left {
    margin-right:10px;
}
/*END ORDER OVERVIEW*/
/*CHECKOUT*/
.mb-3 {
    padding-bottom: 10px
}
/*END CHECKOUT*/
/*FOOTER*/
footer ul {
    padding: 0;
}
footer ul li {
    list-style-type: none;
}
footer ul li *{
    line-height: 36px;
    text-decoration: none;
}
footer ul li a:hover{
    color:red;
    text-decoration: none;
}

.text-red{
    color:red;
}
.client-image {
    border-radius: 50px;
    width: 100px;
}
.card-image {
    height: 50px;
    width:100px;
    margin-right:5px;
    margin-left:5px;
}
.footer-bottom{
    color:#dfecff;
}
footer .container{
    border-top:1px solid lightgray;
}
.footer-bottom .container {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0px solid lightgray;
}
.evision a{
    color:red;
    text-decoration:none;
}
.evision a:hover{
    color:darkred;
    text-decoration:none;
}

/*ORDER HISTORY*/
.nav-sidebar {
    height: 100%;
    width: 100%;
    padding: 30px 0;
    border-right: 1px solid #ddd;
}
/**/
#myModal{display:block;}
.modal-content {
    max-width: 500px;
    margin: 50px auto;
}

a.underline {
    text-decoration: underline;
}
.HideField {
    display: none;
}
.deladdrbutton {
    display: none;
}
.default-page {
    margin-bottom: 20px;
}
#paywithcard {
    margin-bottom: 20px;
}

/* Custom Header Styles */
.header__top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header__top .text-right ul {
    float: right;
}
.header__top ul + ul {
    margin-right: 15px;
}
.header__top li {
float: left;
}
.header__top li a {
padding: 11px 15px;
display: block;
}
.header__middel-container {
padding:27px 0;
}
.header__middel-container a {
color: #000;
font-size: 16px;
margin: 15px;
}
.header__middel-container .navbar-form .form-control {
min-width: 300px;
background: #d8d7d7;
border: none;
border-radius: 17px 0 0 17px;
box-shadow: none;
}
.header__middel-container .navbar-form .input-group-addon {
border-radius: 0 17px 17px 0;
border: none;
background: #696868;
padding: 0;
}
.header__middel-container .navbar-form .input-group-addon button {
background: none;
border: none;
color: #fff;
display: block;
padding: 0 10px;
}

.tableproduct {
    padding-top: 20px;
    min-height: 430px;
    box-shadow: 3px 4px 4px -4px #999;
}
.bodycontent {
    min-height: 500px;
}
.center {
    text-align: center
}
.relative {
    position: relative;
    clear: both;
    overflow: auto;
    display: block;
}
.LoginCheckBox {
    margin-top: 6px;
    margin-left: 0;
}
.bigbanner > .container {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.bigbanner h2 {
    font-size: 100px;
}
.bigbanner h3 {
    font-size: 40px;
}
.field-validation-error {
    color: red;
}

/* faceted view */
.product-filter > div {padding:15px;}
.product-filter .filter-reset-top{overflow:auto;border-bottom:1px solid #fff;padding-top:20px;padding-bottom:20px;}
.filter-reset-top a{float:right;}
.product-filter, .faceted_products{background-color:#eee;}
.product-filter_group_reset{float:right;}
.bgcol_class{background-color:#fff;}
.productlist_sorting{overflow:auto;padding:15px;}
.productlist_sorting div {float:right;}
.productlist_sorting label{margin-right:5px;}
.product-item{padding:15px 0;}
/* Mobile Menu stuff */
.navbar-toggler{display:none;}
.navbar-brand{display:none;}
.footer-bottom .evision-copyright, .evision-copyright a {
    color: #dfecff;
    margin: 0;
    padding: 0;
    text-align: center;
}

.evision-copyright a {
    color: white;
    transition: all .3s;
}

.evision-copyright a:hover {
    color: #0072e1;
}

/*Banner*/
.bigbanner .carousel-caption {
}
/*Category paading*/
.pt_20{
    padding-top:20px;
}

.pt_30 {
    padding-top: 30px;
}

/*Button*/
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.btn-green {
    /*border-radius: 10px;*/
    font-weight: 600;
    color: #fff;
    background-color: #107B87;
    outline: none;
    border: 0;
    padding: 12px;
    text-transform: uppercase;
}
button.btn-green:focus,
button.btn-green:hover {
    opacity: .8;
}
/*order-info*/
.order-info h4 {
    font-weight: 600;
}
.order-info p {
    display: inline-block;
    font-weight: 400;
    margin: 0;
}
.font-30{
    font-size:30px;
}
.pl-10{
    padding-left:10px;
}
/* Labtop screen */
@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1199px) {
    #category-container .facet-groups {
        margin-bottom: 15px;
    }
}

/* iPad Landscape */
@media screen and (max-width: 1024px) {
    .bigbanner .carousel-caption{}
    .bigbanner h2{font-size:80px;}
    .bigbanner h3{font-size:35px;}
}
/* iPad Portrait */
@media screen and (max-width: 769px) {
    .bigbanner h2{font-size:80px;}
    .bigbanner h3{font-size:35px;}
}
/* Smartphone Landscape */
@media screen and (max-width: 640px) {
    .navbar-toggler{display:block;}
    .navbar-brand{display:block;}
    .flex {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* Smartphone Portrait */
@media screen and (max-width: 360px) {
}

/*@media screen and (min-width: 1600px) {
    .carousel-caption {
        margin-bottom: 120px;
    }
} 
@media screen and (min-width: 1200px) {
    .carousel-caption {
        margin-bottom: 60px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .navbar-brand {
        display: none;
    }
}
@media (min-width: 768px) {

    .navbar-toggler, .navbar-brand {
        display: none;
    }
}
@media screen and (min-width: 200x) {
    .carousel-caption {
        display: none;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
        .carousel-caption p {
            font-size: 15px;
            padding-bottom: 10px;
        }
        .carousel-caption h1 {
            font-size: 80px;
        }
}
@media(max-width:992px) {
    .ov-apply-coupon,
    .ov-actions, .ov-login {
        text-align: center;
        padding: 10px;
        float: none;
    }
    .carousel-caption {
        display: none;
    }
}
@media (max-width: 768px) {
    .col-md-4-center {
        text-align: center;
    }

    .nav-hide {
        display: none;
    }

    .row-eq-height {
        display: block;
    }

    .row-eq-height .align-bottom {
        position: relative;
        padding-top: 30px;
    }

    .ov-border-right {
        border-right: 0px solid lightgray;
        border-bottom: 1px solid lightgray;
        padding-bottom: 20px;
    }

    .evisionBox {
        right: 0;
        left: auto;
    }

    .item img{
        width:100%;
    }

    .dropdown {
        padding: 10px 15px;
    }

    .dropbtn, .dropdown-toggle {
        padding-left: 0;
    }

    .dropdown-content {
        display: block;
        position: relative;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }

    .carousel-caption p {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .table-responsive {
        overflow-x: inherit;
    }
}*/


/*03-05-2022--List/Grid_View*/
.fs-0 {
    font-size: 0;
}

.view-type {
    padding: 0 0 6px;
    border-bottom: 1px solid #338ee7;
}

.view-type.flex {
    justify-content: start;
}
.view-type span {
    padding-right: 1.5rem;
}
.list-view #list-view-trigger,
.view-type #grid-view-trigger {
    opacity: 1;
}
.list-view .view-type #grid-view-trigger,
.view-type span {
    opacity: .4;
}
.view-type i {
    font-size: 28px;
    color: #1e1f22;
    cursor: pointer;
}
.list-view .product-grid .col-md-3 {
    width: 100%;
    float: unset;
}
    .list-view .product-grid .col-md-3 .square-catbox > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: unset;
    }
    .list-view .product-grid .col-md-3 .square-catbox div p:first-of-type {
        text-align: left;
    }

.f-cat-nav .smenu-list a {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 1px;
}

/* new page 16-05-2022 */
section { margin-bottom: 70px; }

.slick-dots { position:absolute; bottom:0; left:0; right:0; z-index:2; width: 100%;list-style: none;padding: 0;margin: 0;text-align: center;}
.slick-dots li {display: inline-block;vertical-align: top;margin: 0 3px;}
.slick-dots li button {display: inline-block;width: 12px;height: 12px;background-color: #dfecff;border: 1px solid #0072e1;border-radius: 30px;font-size: 0;padding: 0;transition: all .3s ease-in-out;}
.slick-dots li.slick-active button {width: 20px;background-color: #0072e1;}

.banner-sld { margin-bottom:50px; }
.banner-sld-group {margin-left: -15px;margin-right: -15px;}
.banner-sld-group .banner-sld-box {background-size: cover; background-repeat: no-repeat;background-position: center;position: relative;}
.banner-sld-group .banner-sld-box .in {width: 100%; padding: 50px 0; text-align: center;min-height: 640px;display: flex;align-items: center;justify-content: center;}
.banner-sld-group .banner-sld-box .contain {width: 1024px;max-width: 100%;background-color: rgba(0,0,0,0.5);display: inline-block;color: #fff;text-align: center;padding: 20px 40px;}
.banner-sld-group .banner-sld-box h2 {width: 100%;font-size: 44px;font-weight: 700;margin: 0 0 20px;}
.banner-sld-group .banner-sld-box p {width: 100%;}
.banner-sld-group .banner-sld-box p {font-size: 18px;line-height: 1.2;font-weight: 300;}
.banner-sld-group .banner-sld-box p:last-child, .banner-sld-group .banner-sld-box h2:last-child {margin-bottom: 0;}
.banner-sld-group button.slick-arrow {position: absolute; width:90px; top: 50%;transform: translateY(-50%);left: 0;z-index: 1;background-color: rgba(0,0,0,0.5);border: 1px solid rgba(255,255,255,0.5);box-shadow: none;color: #fff;padding: 8px 10px;font-size: 12px;line-height: 20px;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;}
.banner-sld-group button.slick-arrow.slick-prev { border-left:0; }
.banner-sld-group button.slick-arrow.slick-next {left: auto;right: 0; border-right:0;}
.banner-sld-group button.slick-arrow:focus {outline: none;}

.banner-sld-group .banner-sld-box .contain, .banner-sld-group .banner-sld-box h2, .banner-sld-group .banner-sld-box p {transition: all .4s ease-in-out;transform: translateY(50px);opacity: 0;visibility: hidden;}
.banner-sld-group .banner-sld-box.slick-current .contain, .banner-sld-group .banner-sld-box.slick-current h2, .banner-sld-group .banner-sld-box.slick-current p {transform: translateY(0);opacity: 1;visibility: visible;}
.banner-sld-group .banner-sld-box.slick-current h2 {transition-delay: .3s;}
.banner-sld-group .banner-sld-box.slick-current p {transition-delay: .6s;}

.srvc-box {display: inline-block;width: 100%; transition:all .3s ease-in-out; text-align: center;padding: 30px 20px;border: 4px solid #dfecff;background-color: #dfecff;box-shadow: 0 0 8px rgb(30 31 34 / 5%);border-radius: 10px; margin:15px 0;}
.srvc-box:hover {box-shadow: 0 0 8px rgb(30 31 34 / 5%), inset 0 0 8px rgb(30 31 34 / 10%);}
.srvc-box h3 {margin: 0 0 15px;}
.srvc-box p:last-child {margin-bottom: 0;}

.contact_section {position: relative;  width: 100%; padding: 30px 0; box-shadow: inset 0 0 4px rgba(0,0,0,.1);}
.contact_section:before {content: '';display: inline-block;width: 50%;height: 100%;position: absolute;top: 0;left: 0;background-color: #dfecff;}
.contact_section h3 {line-height: 1.2;}
.contact_section .profile-box { padding:15px 0; }

.contact-contain ul {list-style: none;padding: 0;}
.contact-contain ul li {display: inline-flex;width: 100%;margin: 0 0 10px;}
.contact-contain ul li a { transition:all .3s; text-decoration:none; }
.contact-contain ul li a:hover { color:#0072e1; }
.contact-contain ul li:last-child {margin-bottom: 0;}
.contact-contain ul li span { min-width: 90px;display: inline-block;font-weight: 700;color: #c90000;}

.cnt-form { width: 100%; }
.cnt-form .input {display: inline-block;width: 100%;position: relative;}
.cnt-form .input input.form-control {padding: 11px 100px 11px 14px;display: inline-block;line-height: 20px;height: auto;border: 1px solid #1e1f22;}
.cnt-form .input button.hs-submit {transition:all .3s; border: 1px solid #0072e1; display: inline-block;position: absolute;top: 0;right: 0;background-color: #0072e1;color: #fff;padding: 11px 10px;line-height: 20px;width: 90px;}
.cnt-form .input button.hs-submit:hover { background-color:#ffffff; color:#0072e1; }

.profile-box {width: 100%;display: inline-flex;}
.profile-box .image {width: 120px;float: left;}
.profile-box .image img {width: 120px;height: 120px;border-radius: 100%;object-fit: cover;box-shadow: 0 0 5px rgb(0 0 0 / 10%);}
.profile-box .text {width: calc(100% - 120px);padding-left: 25px;}
.profile-box .name {display: block;width: 100%;font-size: 18px;line-height: 24px;font-weight: 700;margin: 0 0 10px; color: #004991;}
.profile-box p:last-child {margin-bottom: 0;}

.link ul {list-style: none;padding: 0;}
.link ul li {margin-bottom: 8px;}
.link ul li:last-child {margin-bottom: 0;}
.link ul li a { display:inline-block; transition:all .3s; text-decoration:none; }
.link ul li a:hover { color: #0072e1; }

@media (min-width: 1980px) {
    .banner-sld-group {max-width: 1920px; width: 100%; margin-left: auto; margin-right: auto; }
}

@media (max-width:1399px) {
    .banner-sld-group .banner-sld-box .contain { width: 950px; }
    .banner-sld-group .banner-sld-box .in {min-height: 500px;}
}

@media (max-width:1199px) {
    .banner-sld-group .banner-sld-box h2 {font-size: 36px;margin-bottom: 15px;}
    .banner-sld-group .banner-sld-box p {font-size: 16px;}
    .banner-sld-group .banner-sld-box .in {min-height: 500px;}
    .banner-sld-group .banner-sld-box .contain {width: 740px;}
    .banner-sld-group .banner-sld-box .in {min-height: 440px;}

    .srvc-box h3 {margin-bottom: 10px;}
}

@media (max-width:991px) {
    section { margin-bottom: 60px; }
    .table-responsive { overflow-x: auto; }

    .ov-apply-coupon:not(:first-child) {margin-top: 10px;}
    .ov-actions .pull-left {margin-bottom: 10px;}

    .banner-sld-group .banner-sld-box .in {
        min-height: 400px;
    }
    .banner-sld-group .banner-sld-box h2 {font-size: 32px;}
    .banner-sld-group .banner-sld-box .contain {max-width: 540px;}
    .banner-sld-group button.slick-arrow {font-size: 11px;line-height: 16px;}

    .srvc-box {padding: 20px 15px;}

    .profile-box .image {width: 100px;}
    .profile-box .image img {width: 100px;height: 100px;}
    .profile-box .text {width: calc(100% - 100px);padding-left: 16px;}
}

@media (max-width: 767px) {
    section { margin-bottom: 50px; }
    .row-eq-height {display: block;}
    .row-eq-height .align-bottom {position: relative; bottom: auto; width:auto; }

    form .col-xs-12 button {margin-top: 8px;}

    .banner-sld-group .slick-dots {bottom: 10px;}

    .srvc-box h3 {font-size: 20px;line-height: 28px;}

    .contact_section { padding: 20px 0 30px; }
    .contact_section:before { display: none; }
    .cnt-form {max-width: 100%;padding: 20px 30px;margin: 15px 0;background-color: #dfecff; border-radius:10px;}
    .cnt-form .input button.hs-submit {position: relative;margin: 15px auto 0;}


    .profile-box {flex-wrap: wrap;}
    .profile-box .image {width: 100%;}
    .profile-box .text {width: 100%;padding-left: 0;padding-top: 14px;}
    .profile-box .name {font-size: 17px;line-height: 22px;}

}

@media (max-width: 575px) {
    .cnt-form {padding-left: 15px;padding-right: 15px;}
}