.ri-arrow-down-line,
.ri-arrow-up-line {
    font-weight: 900 !important;
}

.click-btn {
    border: #1C97D2 1px solid !important;
    /* width: 70%; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2%;
    font-weight: bold;
}

.click-btn:hover {
    background: #FA762D;
}

a {
    /*color:#F9761D !important;*/
    font-size: 1.2rem;
    font-weight: 500;
}

.description {
    text-align: start !important;
    line-height: 35px;
}

.accordion-body {
    font-size: 1.2rem !important;
}

.num {
    color: #FA761D;
    margin-right: 10px;
}

.num:focus {
    color: white !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: #1C97D2 !important;
}

.accordion-button:collapsed {
    box-shadow: none !important;
}

.accordion-header,
.accordion-item,
.collapsed,
.accordion-flush,
.accordion {
    border: none !important;
}

.accordion-button:focus {
    border: none !important;
    background-color: #1C97D2 !important;
}

.accordion-button {
    font-weight: bold;
    font-size: 18px !important;
    color: black !important;
    border: #1C97D2 solid 1px !important;
    background-color: white !important;
    font-family: "Quattrocento Sans", sans-serif;
    padding:3%;
}

.why-us .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

.onfocus .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.onfocus .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(var(--color-primary-rgb), 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.onfocus .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-white);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.onfocus .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-white);
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.onfocus .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}


.package_content h6 {
    Color: black;
    font-weight: 800;
}

.package_content p {
    line-height: 150%;
}

.description a {
    font-weight: bold;
    color: #0077cc;
}

.description a:hover {
    color: #F98617;
}
.faq-accordion .accordion-item {
    margin-bottom: .8%;
    margin-left: 2%;
    border:red solid;
}

.accor-p {
    line-height: 160%;
}

.services .section-heading h2{
    margin-top:8%;
}

.icon-box h4 a{
	font-family: "Quattrocento Sans", sans-serif !important;
	font-weight: bold !important;
  }