/*
 * Popovers Style
*/

/* Popover Button Style */
.htmegavc-popover h3{
	margin-top: 0;
}
.htmegavc-popover span {
    background: #0056ff;
    border: 0 none;
    color: #fff;
    padding: 20px 40px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    cursor: pointer;
}
.htmegavc-popover span:hover {
    background: #18012c;
}
.htmegavc-popover span a{
  text-decoration: none;
  color: #fff;
}

/* Popover Style */
.popover {
    max-width: 330px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.popover .htb-popover-body {
    padding: 22px 25px;
    color: #262626;
    font-size: 13px;
}

.popovers-content.text-center {
    padding-top: 14px;
}

/* Popover Style */
.htbbs-popover-auto[x-placement^=top],
.htbbs-popover-top {
    top: -12px !important;
}

.htbbs-popover-auto[x-placement^=bottom],
.htbbs-popover-bottom {
    top: 12px !important;
}

.htbbs-popover-auto[x-placement^=right],
.htbbs-popover-right {
    left: 12px !important;
}

.htbbs-popover-auto[x-placement^=left],
.htbbs-popover-left {
    left: -12px !important;
}
.htmegavc-popover.text-center .htb-popover-header,
.htmegavc-popover.text-center .htb-popover-body{
	text-align: center;
}
.htmegavc-popover .htb-popover-header{
	background: transparent;
}

/* Small mobile :320px. */
@media (max-width: 767px) {
	.row2_popovers .vc_col-sm-6:first-child{
		margin-bottom: 100px;
	}	
}