.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-slide img {
    width: 90%;
}
.swiper-slide {
    text-align: center
}
.swiper-button-next, .swiper-button-prev {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.swiper-pagination-bullet-active {
    background: #000;
}
	.hglt {background:#dbffe4;padding: 10px 20px;text-align: center;width:92%;margin: 20px 0 10px 0;display: table;vertical-align: middle;}
	.hglt col{display:table-cell;} .hglt col:nth-child(1){width:85px;}
	.hglt img{display:inline-block;width: 70px;vertical-align: middle;} .hglt p{margin:5px 0;}
	.hglt div{display:inline-block;margin: 0 15px;vertical-align: middle;width: 86%;}
	
	.hglt div.col.div-radius{border-radius: 50%;width: 60px;height: 60px;background: #7bc1ff;}
	.hglt div.col.div-radius img{transform:scale(.65);-webkit-transform:scale(.65);-moz-transform:scale(.65);border:none;}
	
	.rhs-cont img{border:solid 1px #b9b9b9;}
	
.shdw img {
    box-shadow: 0px 0px 5px 2px #ccc;
    -webkit-box-shadow: 0px 0px 5px 2px #ccc;
    -moz-box-shadow: 0px 0px 5px 2px #ccc;
    transition: 0.2s;
}
.shdw img:hover {
    box-shadow: 0px 0px 10px 8px #efefef;
    -webkit-box-shadow: 0px 0px 10px 8px #efefef;
    -moz-box-shadow: 0px 0px 10px 8px #efefef;
}
.screenImages {
    width: 94%;
}
ul.flex-direction-nav {
    list-style: none !important;
}
.wd45 {
    width: 45%;
    max-width: 100%;
}
.mr20 {
    margin-right: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.wd30 {
    width: 30%;
}
.btns {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.btns a:hover, .btns a:focus {
    text-decoration: none !important;
    opacity: 0.8;
}
.btns a {
    background: #E9142B;
    color: #fff !important;
    font-sizchre: 22px;
    line-height: 30px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 250px;
    margin: 10px 15px;
}
.btns a:nth-child(2) {
    background: #34ad65;
}

@media screen and (max-width: 1025px) {
s .heading-menu {
    margin-top: -11px!important;
}
}
