*{
    padding: 0;
    margin: 0;
}
.btn.btn-call-top{
    font-weight: 600;
    color: white;
    background: #84039c;
    padding: 10px 40px;
    border: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}
.btn.btn-call-top:hover{
    background: #183b60;
}

.section.hero{
    background: #84039c;
}
.section.hero img{
    border-bottom-left-radius: 180px;
}
.section.hero span{
    color: white;
    font-size: 30px;
    font-weight: 600;
}
.section.about{
    padding: 40px 0px;
}
.about-img{
    position: relative;
}
.about-img:after{
    content: "";
    width: calc(100% - 11px);
    height: calc(100% - 24px);
    position: absolute;
    top: 54px;
    right: -30px;
    border: 1px solid #84039c;
    z-index: -1;
}
.section.about h1{
    color: #84039c;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.section.about p{
    font-size: 20px;
    text-align: justify;
}
.section.about p b{
    color: #183b60;
}
.btn.btn-consult{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid #84039c;
    background-color: #84039c;
    color: #fff;
    transition: all 0.3s ease;
}
.btn.btn-consult:hover{
    background-color: #183b60;
    border-color: #183b60;
}
.section.procedure{
    padding: 20px 0px;
}
.procedure-content{
    padding: 70px 0px;
}
.section.procedure h2{
    color: #84039c;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.section.procedure p{
    font-size: 20px;
    text-align: justify;
}
.section.why h2{
    color: #84039c;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.section.why{
    padding: 40px 0px;
}
.why-card{
    padding: 25px;
    text-align: center;
    border: 1px solid #84039c;
    border-radius: 10px;
    height: 225px;
    max-height: 100%;
    transition: all 0.3s ease;
}
.why-card:hover{
    background-color: #84039c;
    border-color: #84039c;
    color: white;
}
.why-card h3{
    color: #183b60;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.why-card:hover h3{
    color: white;
}
.why-card p{
    font-size: 18px;
}
.section.appointment{
    padding: 20px 0px;
}
.appointment-card{
    margin: 0px;
    padding: 0px;
}
.appointment-content{
    background-color: #84039c;
    padding: 50px;
}
.appointment-content form{
    padding: 25px;
}
.appointment-content h2{
    color: white;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.md-form input::placeholder,
.md-form textarea::placeholder{
    color: white;
}
.md-form input,
.md-form textarea,
.md-form select{
    height: auto;
    padding: .6rem 0 .4rem 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.md-form input:focus,
.md-form textarea:focus{
    color: white;
    background-color: transparent;
    border-bottom: 1px solid #4285f4;
    -webkit-box-shadow: 0 1px 0 0 #4285f4;
    box-shadow: 0 1px 0 0 #4285f4
}
.md-form input:focus+label,
.md-form textarea:focus+label{
    color: transparent;
}
.btn.btn-submit{
    font-weight: 700;
    background: #FFFFFF;
    border-radius: 10px;
    color: #84039c;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
}
.btn.btn-submit:hover{
    letter-spacing: 1px;
}
.section.vids{
    padding: 40px 0px;
}
.video-card{clear: both; text-align: center;}
.video-card-top {
    border-radius: 10px;
    border-top: 10px solid #84039c;
    box-shadow: 16px 13px 42px -17px rgba(0,0,0,0.69);
    height: 430px;
    width: 750px;
}
.section.vids h2{
    color: #84039c;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.section.gallery{
    padding: 40px 0px;
}
.section.gallery h2{
    color: #84039c;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.owl-prev span, .owl-next span {
	color: #84039c;
}
.owl-prev span:hover, 
.owl-next span:hover {
	color: #183b60;
}
.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}
.owl-prev {
	left: -15px;
}
.owl-next {
	right: -15px;
}
.section.cta{
    padding: 50px 0px;
    background: linear-gradient(#183b60, #c34fd8), fixed center center;
    background-size: cover;
    color: white;
}
.section.cta h2{
    font-size: 2rem;
}
.section.cta p{
    font-size: 18px;
    font-weight: 600;
}
.btn.btn-cta{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 50px;
    border: 2px solid #fff;
    color: #fff;
}
.btn.btn-cta:hover{
    background: #47b2e4;
    border: 2px solid #47b2e4;
}
.section.faqs{
    padding: 40px 0px;
}
.section.faqs h2{
    color: #84039c;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.accordions {
    width: 100%;
    margin: 0 auto;
}
.accordion {
    border: 1px solid #84039c;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color .5s ease;
    background-color: white; 
}  
.accordion:hover {
    border-color: #183b60;
}
.accordion__header {
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem;
    color: black;  
}
.accordion__header:after, .accordion__header:before {
    content: '';
    position: absolute;
    right: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: black;
    transition: all 0.2s;
}
.accordion__header:after {
    transform: rotate(90deg);
}  
.accordion:has(input:checked) .accordion__header {
    color: #183b60;
}
.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.accordion__content p,
.accordion__content ul li{
    padding: 0 1em 1em;
}
.accordion input {
    display: none;
}  
.accordion:has(input:checked) {
    border-color: #183b60;
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}  
.accordion input:checked ~ .accordion__header:before {
    transform: rotate(270deg) !important;
    background-color: #000;
}  
.accordion input:checked ~ .accordion__header:after {
    transform: rotate(270deg) !important;
    background-color: #000;
}  
.accordion input:checked ~ .accordion__content {
    max-height: 1000px;
}
.section.contact{
    padding: 30px 0px;
}
.section.footer{
    background-color: #183b60;
    padding: 15px 0px 0px 0px;
}
.section.footer p,
.section.footer p a{
    font-size: 16px;
    font-weight: 600;
    color: white;
}
.section.footer p a{
    text-decoration: none;
}
.fixed_icons_container.whatsapp_container {
    position: fixed;
    bottom: 30px;
    transform: translateY(-50%);
    right: 50px;
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 9999;
}
.fixed_icons_container.call_container {
    position: fixed;
    bottom: 160px;
    transform: translateY(-50%);
    right: 50px;
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 9999;
}
.whatsapp_container{
    top: unset;
    left: unset;
    bottom: 0;
    right: 1rem;
}
.call_container {
    top: unset;
    left: unset;
    bottom: 0;
    right: 1rem;
}
.fixed_icons_container.whatsapp_container a {
    text-decoration: none;
    width: 70px;
    height: 70px;
    margin: 1px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-animation2 2s infinite;
}
.fixed_icons_container.call_container a i,
.fixed_icons_container.whatsapp_container a i{
	color: white;
}
.fixed_icons_container.whatsapp_container a:hover i{
    transition: 0.4s ease-in-out;
}
.fixed_icons_container a{
    text-decoration: none;
    background-color: #0174b7;
    width: 70px;
    height: 70px;
    margin: 1px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse-animation2 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(18, 140, 126, 0.7);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(18, 140, 126, 0);
  }
}
@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px rgba(220, 20, 60, 0.7);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(220, 20, 60, 0);
  }
}
.fa-phone{
    animation: ringing 5s ease-in-out infinite;
}
@keyframes ringing {
    20% { transform: rotate(0deg); }
    21% { transform: rotate(10deg); }
    22% { transform: rotate(-10deg); }
    23% { transform: rotate(12deg); }
    24% { transform: rotate(-12deg); }
    25% { transform: rotate(12deg); }
    26% { transform: rotate(-12deg); }
    28% { transform: rotate(10deg); }
    30% { transform: rotate(-10deg); }
    32% { transform: rotate(5deg); }
    34% { transform: rotate(-5deg); }
    36% { transform: rotate(2deg); }
    38% { transform: rotate(0deg); }
}
.btn.btn-action{
    padding:0px 0px 0px 0px;
    width: 250px;
    height:36px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background:#0174b7;
    border-radius: 0px 0px 5px 5px;
    transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    position: fixed;
    right: -105px;
    top: 40%;
}

.section.thank{
    padding: 20px 0px;
}
.thank-content{
    padding: 70px 0px;
}
.section.thank h2{
    color: #84039c;
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.section.thank p{
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 1425px) {
    .btn.btn-action {
        right: -107px;
    }
    .section.hero span {
        font-size: 25px;
    }
    .appointment-content {
        padding: 30px;
    }
    .appointment-content form {
        padding: 15px;
    }
    body, html{
        overflow-x: hidden;
    }
}
@media screen and (max-width: 1365px) {
    .procedure-content {
        padding: 0px;
    }
    .appointment-content {
        padding: 25px;
    }
    .appointment-content form {
        padding: 10px;
    }
    .section.procedure h2,
    .section.why h2,
    .section.appointment h2,
    .section.vids h2,
    .section.gallery h2,
    .section.faqs h2,
    .section.contact h2 {
        font-size: 2.5rem;
    }
    .section.procedure p{
        font-size: 22px;
    }
    .why-card{
        height: 240px;
    }
    body, html{
        overflow-x: hidden;
    }
}
@media screen and (max-width: 1280px){
    .appointment-content {
        padding: 10px;
    }
    .appointment-content form {
        padding: 10px;
    }
}
@media screen and (max-width: 1024px){
    .why-card{
        height: 230px;
        padding: 5px;
    }
    .hero .appointment-content{
        padding: 5px;
    }
    .hero .appointment-content label{
        font-size: 0.8rem;
    }
    .contact .appointment-content{
        width: 100%;
        padding: 40px;
    }
}
@media screen and (max-width: 900px) {
    .hero .appointment-content,
    .appointment .appointment-content{
        padding: 50px;
    }
    .video-card-top {
        height: 380px;
        width: 100%;
    }
    .why-card{
        height: 125px;
    }
}
@media screen and (max-width: 768px) {
    .video-card-top {
        height: 380px;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .container-fluid.top-navbar{
        justify-content: center;
    }
    .section.about h1,
    .section.procedure h2 {
        text-align: center;
    }
    .hero .appointment-content,
    .appointment .appointment-content{
        padding: 30px;
    }
    .section.about h1 {
        font-size: 2.5rem;
    }
    .why-card{
        height: 150px;
    }
    .video-card-top {
        height: 270px;
        width: 100%;
        margin-bottom:50px;
    }
    .accordion__header{
        padding: 0px;
    }
}
body{
    overflow-x: hidden;
}