*{
    margin: 0px;
    padding: 0px;
}

.core-section{
    padding: 33px 0px;
}
.title{
    color: #244c7e;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}
.title span{
    color: #f86a0b;
}

.menu-section{
    padding: 5px 50px;
}
.menu-section .menu-bar{
    display: flex;
    justify-content: space-between;
}
.menu-section .logo{
    width: 300px;
    max-width: 100%;
}
.menu-section .cta-button{
    margin-top: 25px;
    position: relative;
}
.menu-section .cta-button .btn.btn-call{
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    background-color: #244c7e;
    color: white;
    border-radius: 25px;
    animation: pulse-animation3 2s infinite;
    transition: all 0.3s ease-in-out;
}
.menu-section .cta-button .btn.btn-call:hover{
    background-color: #f86a0b;
}
@keyframes pulse-animation3 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 57, 96, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(220, 20, 60, 0);
  }
}

.img-container img{
    overflow:hidden;
    border-top: 5px solid #f86a0b;
    border-left: 5px solid #f86a0b;
    border-radius: 25px 25px 0px 25px;
}

.hero-section{
    padding: 30px 0px;
}
.hero-form{
    background-color: white;
    border-radius: 25px;
    padding: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}
.hero-form p{
    color: #244c7e;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}
.hero-form .form-control{
    border: 1px solid #244c7e;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
}
.btn.btn-book{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    background-color: #244c7e;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.btn.btn-book:hover{
    background-color: #f86a0b;
}

.intro-section h1{
    text-align: center;
}
.intro-section p.subs{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.intro-section p.subs span.blue{
    color: white;
    background-color: #244c7e;
    padding: 2px 20px 4px 20px;
    border-radius: 25px;
}
.intro-section p.subs span.orange{
    background-color: #f86a0b;
    color: white;
    padding: 2px 20px 4px 20px;
    border-radius: 25px;
}
.intro-section p.para{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.expert-section .expert-card.first{
    padding: 150px 0px
}
.expert-section .image img{
    border-top: 5px solid #f86a0b;
    border-left: 5px solid #f86a0b;
    border-radius: 25px 25px 0px 25px;
}
.expert-section .content h3{
    color: #244c7e;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.expert-section .content p{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.why-section p{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.why-section ul li{
    font-size: 22px;
    padding: 25px;
    border: 1px solid #244c7e;
    border-radius: 10px;
    border-bottom: 5px solid #f86a0b;
    margin-bottom: 25px;
    max-height: 100%;
    text-align: center;
}
.why-section ul li{
    font-weight: 700;
}

.case-section h2{
    text-align: center;
}
.case-section p{
    font-size: 22px;
    font-weight: 600;
    text-align: justify;
}
.case-section .story-card .before-after-slider {
    width:100%;
    position:relative;
    overflow:hidden;
    border-top: 5px solid #f86a0b;
    border-left: 5px solid #f86a0b;
    border-radius: 25px 25px 0px 25px;
}
.case-section .story-card .after-image {
    display:block;
    width: 100%;
    height: 100%;
}
.case-section .story-card .before-image {
    position:absolute;
    width:50%;
    height: 100%;
    top:0;
    left:0;
    overflow:hidden;
    z-index:2;
}
.case-section .story-card .after-image img,
.case-section .story-card .before-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-section .story-card .resizer {
    position:absolute;
    display:flex;
    align-items:center;
    z-index:5;
    top:0;
    left:50%;
    width:4px;
    height: 100%;
    background:white;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.case-section .story-card .resizer:after {
    background:linear-gradient(62deg,#c93072 5%,#3365c0);
    content:'<>';
    font-weight:900;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    position:absolute;
    margin: 0 0 0 -22px;
    width:40px;
    height:40px;
    border-radius:50%;
    border:3px solid white;
}
.case-section .video-card{
    clear: both;
    text-align: center;
}
.case-section .video-card-top {
    border-top: 5px solid #f86a0b;
    border-left: 5px solid #f86a0b;
    border-radius: 25px 25px 0px 25px;
    box-shadow: 16px 13px 42px -17px rgba(0,0,0,0.69);
    max-width: 750px;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.case-section .video-card-top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.what-section{
    background-color: #244c7e;
}
.what-section h2{
    color: white;
    text-align: center;
}
.what-section .what-card{
    padding: 25px;
    height: 375px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-radius: 25px 25px 0px 25px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}
.what-section .what-card .image{
    text-align: center;
    margin-bottom: 15px;
}
.what-section .what-card h3, .what-section p, .what-section .what-card p{
    font-size: 22px;
    color: white;
    text-align: center;
    margin-bottom: 25px;
}

.who-section ul li{
    font-size: 22px;
    padding: 25px;
    border: 1px solid #244c7e;
    border-radius: 10px;
    border-bottom: 5px solid #f86a0b;
    margin-bottom: 25px;
    max-height: 100%;
    text-align: center;
}
.who-section ul li{
    font-weight: 700;
}

.cta-section p{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.cta-section .image{
    padding: 25px;
}
.cta-section .image img{
    margin-bottom: 15px;
    border-top: 2px solid #f86a0b;
    border-left: 2px solid #f86a0b;
    border-radius: 25px 25px 0px 25px;
}

.faq-section .accordion-header .accordion-button{
    background-color: #244c7e;
    color: white;
    font-size: 22px;
    font-weight: 600;
}
.accordion-button::after{
    padding: 5px;
    background-color: white;
    border-radius: 50%;
}
.faq-section .accordion-collapse{
    font-size: 22px;
    font-weight: 600;
}

.mobile-cta{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}
.btn.btn-cta{
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    background-color: #f86a0b;
    color: white;
    border: none;
    cursor: pointer;
    animation: pulse-animation3 2s infinite;
    transition: all 0.3s ease-in-out;
}
.btn.btn-cta:hover{
    background-color: #244c7e;
}

.fixed_icons_container.whatsapp_container {
    position: fixed;
    bottom: 40px;
    transform: translateY(-50%);
    right: 33px;
    display: flex;
    flex-direction: column;
    background: transparent;
    z-index: 9999;
}
.fixed_icons_container.call_container {
    position: fixed;
    bottom: 140px;
    transform: translateY(-50%);
    right: 33px;
    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: 60px;
    height: 60px;
    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{
    font-size: 33px;
	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: crimson;
    width: 60px;
    height: 60px;
    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);
  }
}
@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); }
}

@media (max-width: 1425px){
    .expert-section .expert-card.first{
        padding: 125px 0px
    }
}
@media (max-width: 1365px){
    .hero-form {
        padding: 40px 10px;
    }
    .title {
        font-size: 45px;
    }
    .intro-section p.subs {
        font-size: 27px;
    }
    .intro-section p.para, .why-section ul li, .who-section ul li, .what-section .what-card h3, .what-section p, .what-section .what-card p,
    .faq-section .accordion-header .accordion-button, .faq-section .accordion-collapse, .case-section p, .cta-section p {
        font-size: 20px;
    }
    .case-section .image {
        padding: 0px 30px;
    }
    .what-section .what-card {
        padding: 15px;
        height: 350px;
    }
}
@media (max-width: 1280px){
    .menu-section .cta-button {
        margin-top: 10px;
    }
    .what-section .what-card {
        padding: 15px;
        height: 340px;
    }
}
@media (max-width: 1024px){
    .hero-form {
        padding: 10px 10px;
    }
    .title {
        font-size: 35px;
    }
    .intro-section p.subs {
        font-size: 22px;
    }
    .intro-section p.para, .why-section ul li, .who-section ul li, .what-section .what-card h3, .what-section p, .what-section .what-card p,
    .faq-section .accordion-header .accordion-button, .faq-section .accordion-collapse, .case-section p, .cta-section p {
        font-size: 18px;
    }
    .expert-section .expert-card.first{
        padding: 100px 0px
    }
    .what-section .what-card {
        height: 330px;
    }
    .cta-section .image {
        padding: 15px;
    }
}
@media (max-width: 900px){
    .title {
        font-size: 40px;
    }
    .intro-section p.subs {
        font-size: 25px;
    }
    .intro-section p.para, .why-section ul li, .who-section ul li, .what-section .what-card h3, .what-section p, .what-section .what-card p,
    .faq-section .accordion-header .accordion-button, .faq-section .accordion-collapse, .case-section p, .cta-section p {
        font-size: 18px;
    }
    .what-section .what-card {
        height: 100%;
    }
    .expert-section .expert-card.first{
        padding: 15px 0px
    }
}
@media (max-width: 768px) {
    .custom-xs-order-1 {
        order: 1
    }
    .custom-xs-order-2 {
        order: 2
    }
    .hero-content {
        flex-direction: column;
    }
    .hero-banner, .hero-form {
        width: 100%;
    }
}
@media (max-width: 600px){
    .menu-section .menu-bar {
        flex-direction: column;
    }
    .mobile-cta{
        display: block;
    }
    .core-section {
        padding: 20px 0px;
    }
    .title {
        font-size: 36px;
    } 
    .intro-section p.subs {
        font-size: 18px;
    }
    .case-section h2{
        text-align: center;
    }   
}