.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.about-style-two{
    position: relative;
    padding: 50px 0px;
}

.image_block_2 .image-box{
    position: relative;
    padding: 0px 100px 95px 60px;
}

.about-style-two .image_block_2 .image-box{
    margin-right: 40px;
}

.image_block_2 .image-box .image{
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 24, 73, 0.4);
}

.image_block_2 .image-box .image img{
    width: 100%;
    border-radius: 10px;
}

.image_block_2 .image-box .image-2{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.image_block_2 .image-box .image-content{
    position: absolute;
    top: 105px;
    right: 0px;
    background: #fff;
    max-width: 240px;
    width: 100%;
    border-radius: 10px;
    padding: 32px 20px 32px 90px;
    box-shadow: 17px 20px 80px rgba(0, 24, 73, 0.30);
}

.image_block_2 .image-box .image-content .icon-box{
    position: absolute;
    left: 23px;
    top: 23px;
}

.image_block_2 .image-box .image-content span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #061a3a;
}

.image_block_2 .image-box .image-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
}

.image_block_2 .image-box .pattern .pattern-1{
    position: absolute;
    left: 0px;
    top: 35px;
    width: 490px;
    height: 506px;
    background-repeat: no-repeat;
    z-index: -1;
}

.image_block_2 .image-box .pattern .pattern-2{
    position: absolute;
    left: 60px;
    top: 0px;
    width: 123px;
    height: 144px;
    z-index: 1;
    background-repeat: no-repeat;
}

.image_block_2 .image-box .pattern .pattern-3{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-animation: zoom-fade 3s infinite linear;
    animation: zoom-fade 3s infinite linear;
}
.mr-50{
    margin-right: 50px;
}
.content_block_1, .accordion-box{
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.content_block_1 .content-box .sec-title {
    margin-bottom: 24px;
}

.sec-title p {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 17px;
    color: #007bff;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    color: #162F62;
    font-family: "Poppins", sans-serif;
}

.content_block_1 .content-box .text {
    margin-bottom: 24px;
}

.content_block_1 .content-box .text p {
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #808080;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
    font-size:16px;
}

.list-style-one {
    position: relative;
    display: block;
}

.content_block_1 .content-box .list-style-one {
    margin-bottom: 34px;
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    color: #000000;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 30px;
}

.list-style-one li:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0px;
    top: 6px;
    border-radius: 50%;
    border: 3px solid #007bff;
}

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 17px 40px;
    border-radius: 30px;
    z-index: 1;
    box-shadow: 0 20px 30px #d5edea;
    transition: all 500ms ease;
    background: #007bff;
}

.theme-btn-one:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: scale(0,0);
    transition: all 500ms ease;
}

.theme-btn-one i {
    position: relative;
    font-size: 13px;
    margin-left: 10px;
}

.about-style-two .image_block_3 .image-box {
    margin-left: 40px;
}

.image_block_3 .image-box {
    position: relative;
    padding: 0px 60px 95px 100px;
}

.image_block_3 .image-box .pattern .pattern-1 {
    position: absolute;
    left: 40px;
    top: 35px;
    width: 490px;
    height: 506px;
    background-repeat: no-repeat;
}

.image_block_3 .image-box .pattern .pattern-2 {
    position: absolute;
    top: 0px;
    right: 60px;
    width: 124px;
    height: 144px;
    background-repeat: no-repeat;
    z-index: 1;
}

.image_block_3 .image-box .pattern .pattern-3 {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
    background: #38c8ba;
}

.image_block_3 .image-box .image img {
    width: 100%;
    border-radius: 15px;
}

.image_block_3 .image-box .image-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.image_block_3 .image-box .image {
    border-radius: 15px;
    box-shadow: 0 10px 40px rgb(0 24 73 / 40%);
}

figure {
    margin: 0px;
}

.image_block_3 .image-box .image-content {
    position: absolute;
    top: 105px;
    left: 0px;
    background: #fff;
    max-width: 240px;
    width: 100%;
    border-radius: 10px;
    padding: 32px 20px 32px 90px;
    box-shadow: 17px 20px 80px rgb(0 24 73 / 30%);
}

.image_block_3 .image-box .image-content1 {
    position: absolute;
    bottom: 105px;
    left: 0px;
    background: #fff;
    max-width: 240px;
    width: 100%;
    border-radius: 10px;
    padding: 32px 20px 32px 90px;
    box-shadow: 17px 20px 80px rgb(0 24 73 / 30%);
}

.image_block_3 .image-box .image-content .icon-box, .image_block_3 .image-box .image-content1 .icon-box {
    position: absolute;
    left: 23px;
    top: 23px;
}

.image_block_3 .image-box .image-content .icon-box img, .image_block_3 .image-box .image-content1 .icon-box img {
    width: 60px;
}

.image_block_3 .image-box .image-content span, .image_block_3 .image-box .image-content1 span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #061a3a;
}

.image_block_3 .image-box .image-content h4, .image_block_3 .image-box .image-content1 h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    color: #fe5948;
}
.faq-page-section {
    position: relative;
    padding-top:35px;
}

.faq-page-section .categories-list {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 10px 30px #e3eae9;
    border-radius: 10px;
    overflow: hidden;
    max-width: 370px;
    width: 100%;
}

.faq-page-section .categories-list li {
    position: relative;
    display: block;
    background: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    padding: 0px 30px;
}

.faq-page-section .categories-list li:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
    background: #39cabb;
}

.faq-page-section .categories-list li:hover:before, .faq-page-section .categories-list li.current:before {
    width: 100%;
}

.faq-page-section .image-box {
    position: relative;
    display: block;
    margin: 61px 55px 0px -125px;
}

.faq-page-section .image-box .pattern {
    position: absolute;
    right: -20px;
    top: 90px;
    width: 452px;
    height: 366px;
    background-repeat: no-repeat;
    z-index: -1;
    animation: zoom-fade 5s infinite linear;
}

.image_block_4 .image-box img {
    position: relative;
    width: 100%;
}

.content_block_5 {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

.faq-section .content_block_5 .content-box {
    margin-left: 40px;
    padding-bottom: 120px;
    margin-top: 30px;
}

.faq-page-section .content_block_5 .content-box .sec-title {
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px #e3eae9;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 28px 80px 24px 30px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer {
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    right: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.accordion-box .block .acc-btn .icon-outer:after {
    position: absolute;
    content: "\f078";
    font-size: 24px;
    color: #00224f;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.accordion-box .block .acc-btn h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0px;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 0px 35px 33px 30px;
}

.accordion-box .block .acc-content .text p{
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #808080;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:before {
    position: relative;
    font-size: 24px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin: 0px;
    content: "\f106";
    color: #00224f;
}

.accordion-box .block .acc-content.current{
    display: block;
}

.accordion-box .block .acc-btn.active .icon-outer:after {
    opacity: 0;
}

.accordion-box .block .acc-content .text ul {
    list-style: disc;
}

.expert_doctor_row ul {
    padding: 0;
    padding-bottom: 25px;
}

.expert_doctor_row{
    border: unset;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    padding-top: 20px;
    margin: 0;
}

.expert_doctor_row ul li{
    font-weight: 500;
    font-size: 16px;
    color: #162F62;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin: 15px 0;
    margin-bottom: 20px;
}

.expert_doctor_row ul li .icon {
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: linear-gradient(180deg, #f14972 0%, #f96969 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    font-size: 13px;
    display: inline-block;
}

.expert_doctor_row ul li .icon.one{
    background: linear-gradient(180deg, #5bc199 0%, #26ad8e 100%);
}

.expert_doctor_row ul li .icon.two{
    background: linear-gradient(180deg, #797ef6 0%, #7dd6f6 100%);
}

.expert_doctor_row ul li .icon.three{
    background: linear-gradient(180deg, #ff9f14 0%, #f96969 100%);
}

.service-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px -10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    overflow: hidden;
}

.service-card .images {
    max-height: 200px;
    overflow: hidden;
    display: block;
}

.service-card .images img {
    max-width: 100%;
    transition: all 500ms ease-in-out;
    display: block;
    width: 100%;
}

.service-card .service-card-content {
    position: relative;
    padding: 0 35px;
    height: 230px;
}

.service-card .service-card-content .icon {
    width: 70px;
    height: 70px;
    background: #396cf0;
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
    top: -30px;
    position: absolute;
    right: 30px;
}
.service-card:hover .images img {
    transform: scale3D(1.2, 1.2, 1);
}

.service-card .service-card-content .icon img {
    width: auto;
    display: inline-block;
}

.service-card .service-card-content .heading {
    line-height: 30px;
    color: #162F62;
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
    padding-top: 30px;
    font-weight: bold;
    font-size: 20px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-card .service-card-content p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-card .service-card-content .link {
    font-weight: 500;
    font-size: 15px;
    color: #162F62;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 40px;
}

@keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
}


@media only screen and (max-width: 1449px){
}


@media only screen and (max-width: 1200px){
}

@media only screen and (max-width: 991px){
}

@media only screen and (max-width: 767px){

    .sec-title h2{
      font-size: 36px;
      line-height: 44px;
    }

    .faq-section .content_block_5 .content-box{
        margin-top: unset;
        margin-left: 15px;
    }
    .faq-page-section .image-box {
        margin: 0;
    }
}

@media only screen and (max-width: 499px){
}

@media only screen and (max-width: 399px){
    .sec-title h2{
      font-size: 30px;
      line-height: 38px;
    }
}