.word-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pcolor { 
    color: #FFF !important;
}

.hero-home2 {
    height: 700px;
}

.vam_nav_style.owl-theme .owl-nav {
    display: none;
}

.feature-style1:hover .feature-content {
    background-color: transparent !important;
}

.btn-thm-border:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.main-title,
.main-title2 {
    position: relative !important;
    margin-bottom: 0px !important;
}

.why-box {
    text-align: center;
    padding: 25px 15px;
    border-radius: 10px;
    background-color: #FFF;
    border: 2px solid #bf9140;
    position: relative;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    box-shadow: 0px 22px 32px 0px rgba(83, 65, 30, 0.05);
}

.cus-btn p {
    color: #fff !important;
}

.flipImage {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.bgc-review-color2 {
    background-color: #dc3545;
}


@media only screen and (max-width: 600px) {
    .custom-image-size{
        margin-left: 55px !important;
        height: 100% !important;
        width: 73%;
        /* display: none; */
 }
}
 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .custom-image-size{
        margin-left: 100px !important;
    height: 100% !important;
    width: 55%;
 }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .custom-image-size{
        margin-left: 200px !important;
        height: 100% !important;
    width: 70%;


 }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .custom-image-size{
        margin-left: 0px !important;
    height: auto!important;
    width: 90%;

 }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 .custom-image-size{
    margin-left: 0px !important;
    height: auto!important;
    width: 85%;

 }
}