.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.phone-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 80px;
    background: #00004d;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;

}

.phone-call:before {  
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #00004d;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.toggle.border-bottom {
    border-color: #DDD !important;
}
 
/*scroll-bar*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f9f9f9;  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
    background: #00004d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
     background: #8C8C8C;
}

/*scroll-bar-end*/
.grid-border {
	--cnvs-grid-border-width: 1px;
	--cnvs-grid-border-color: #8c8c8c;
	--cnvs-grid-border-opacity: #8c8c8c;

	overflow: inherit;
	border: var(--cnvs-grid-border-width) solid rgba(var(--cnvs-themecolor-rgb), var(--cnvs-border-opacity));
}

.negative-margin2{ width: 100%; top: -70px; position: absolute; } 
 .negative-margin2{ width: 100%; top: -50px; position: relative; } 
 .shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.18) 0px 6px 6px; } 
.toggle:not(:last-child) {
  border-bottom: 1px solid #EEE;
  padding-bottom: 15px;
}

[data-bs-toggle="collapse"][aria-expanded="true"] { display: none; }
.toggle.border-bottom {
    border-color: #DDD !important;
}
 
 .shape-divider {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

.shape-divider[data-position=bottom] {
    top: auto;
    bottom: -1px
}

.shape-divider[data-front=true] {
    z-index: 4
}

.shape-divider svg {
    position: relative;
    width: 100%;
    width: calc(100% + 1.3px);
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0
}

.shape-divider[data-flip-vertical=true],.shape-divider[data-position=bottom] {
    transform: rotate(180deg)
}

.shape-divider[data-position=bottom][data-flip-vertical=true] {
    transform: rotate(0)
}

.shape-divider[data-flip=true] svg {
    transform: translateX(-50%) rotateY(180deg)
}

.shape-divider-fill {
    fill: #FFF;
    transform-origin: center;
    transform: rotateY(0)
}

.animsition-overlay,.page-transition #wrapper {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.testimonial.testimonial-full[data-animation="fade"]  {
  overflow: visible !important;
}

