@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html{overflow-x:hidden;scroll-behavior:smooth}
body{background:#fff;margin:0;padding:0!important;font-family: "Inter", sans-serif;font-weight:400;color:#646464;overflow-x:hidden}
*{box-sizing:border-box}
p{font-size:18px;line-height: 1.5;color:#4C4C4C;margin:0}
#myBtn{display:none;position:fixed;bottom:20px;right:20px;z-index:99;font-size:36px;line-height: 36px;border:none;outline:0;background:#AC7237;color:#fff;cursor:pointer;padding:0;width:50px;height:50px;border-radius:100%}
#myBtn:hover{background-color:#000}
a,a:focus,a:hover{text-decoration:none!important;transition:ease-in-out .3s}
a{color:#326F97}
a:hover {color: #AC7237;}
p a {color: #4C4C4C;text-decoration: underline !important;display: inline-block;}
button:focus{box-shadow:none!important}
ul{padding:0;margin:0;list-style: none;}
img{max-width:100%;transition:ease-in-out .3s;width:auto;height:auto;object-fit: cover;}
::placeholder{color:#000!important}
button:focus{outline:0!important}
.light_txt *{color: #fff;}
h1, h2, h3, h4, h5, h6{color: #000;}
.playfair_font{font-family: "Playfair Display", serif;font-style: italic;font-weight: 600;}
.gray_bg{background: #f7f9fb;}
.custom_btn {
    color: #fff !important;
    background: #AC7237;
    border: 2px solid #AC7237;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    transition: ease-in-out .3s;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    white-space: nowrap;
    min-width: 205px;
    border-radius: 50px;
	text-decoration: none !important;
}
.header_sec .custom_btn:not(:hover) {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
}
.outline_btn {
    border-color: #000;
    background: #000;
}
.custom_btn:hover {background: #000;border-color: #000;}
.outline_btn:hover, .header_sticky .custom_btn:not(:hover) {
    background: #AC7237;
    border: 2px solid #AC7237;
    color: #fff !important;
}
.btn_group .custom_btn:not(:last-child) {
    margin-right: 10px;
}
.container{max-width:1350px}
.topBar {
    background: #fff;
}
.header_sticky .topBar {
    display: none;
}
.topBar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_btn {
    display: flex;
    padding: 10px 0;
}
.call_btn {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.top_btn a:not(:last-child) {
    margin-right: 25px;
}
.call_btn i {
    margin-right: 7px;
}
.call_btn:hover {
    color: #AC7237;
}
.header_sec .social_icon {
    position: relative;
    padding: 10px 0;
}
.social_icon a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    position: relative;
    width: 32px;
    height: 32px;
    background: #AC7237;
    border-radius: 100%;
    justify-content: center;
}
.social_icon a:not(:last-child) {
    margin-right: 5px;
}
.header_sec {
    transition: ease-in-out .2s;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}
.header_sticky, .single-pag-cls {
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.header_sticky .top_bar{display:none}
.paddTB_100 {padding:100px 0;}
.header_sec .navbar{background:none!important;padding:10px 0}
.navbar-brand{margin:0;padding:0;max-width:193px;}
.navbar-brand img {
    position: relative;
    z-index: 99;
}
.header_sticky .navbar-brand{margin:0}
.header_sec .navbar .navbar-nav > li > a {
    padding: 10px 15px;
    position: relative;
    font-size: 18px;
    color: #000;
    border: 2px solid #fff;
    border-radius: 30px;
    line-height: 24px;
    background: #fff;
}
.header_sticky .navbar .navbar-nav > li > a {
    border-color: #000;
}
.header_sec .navbar .navbar-nav li:hover .nav-link, .header_sec .navbar .navbar-nav .active .nav-link {
    color: #fff;
    background: #326F97;
}
.header_sec .navbar .dropdown:hover > .plus_icon{color: #fff;}
.header_sec .dropdown-menu {
    min-width: 200px;
    margin: 0;
    border-radius: 0;
    border: none;
    background: #326F97;
    padding: 0;
}
.header_sec .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}
.header_sec .dropdown-menu .dropdown-item {
    line-height: 15px;
    font-size: 15px;
    padding: 10px;
    color: #fff !important;
    transition: ease-in-out .2s;
    white-space: normal;
}
.header_sec .dropdown-menu .dropdown-item:hover {
    background: #AC7237;
    color: #fff !important;
}
.header_sec .plus_icon {
    position: absolute;
    top: 0;
    right: 12px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
.header_sec .navbar .navbar-nav .active .plus_icon {
    color: #fff;
}
.header_sec .navbar-nav .dropdown-toggle::after{display: none;}
.header_sec .navbar .dropdown a {font-size: 14px;}
/* Banner CSS Start here */
.bnr_sec {
    position: relative;
    background: #fff url(../img/bnr_bg.webp) no-repeat center / cover;
    background-position: center top;
    padding: 140px 0 230px;
}
.bnrMt{margin-top: 52px;}
.bnr_curve {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.google_tate {
    color: #000;
    font-size: 18px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 20px;
}
.google_tate span {
    vertical-align: middle;
}
.google_tate i {
    color: #FF9F00;
    font-size: 32px;
    vertical-align: middle;
}
.client_testi {
    display: flex;
    align-items: center;
    border-radius: 40px;
    max-width: 200px;
    background: #F6F6F6;
    border: 1px solid #E9E9EB;
    min-width: 220px;
    padding: 10px;
}
.client_testi span {
    display: inline-block;
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 100%;
    overflow: hidden;
}
.client_testi span img, .customer_img img {
    width: 100%;
    height: 100%;
}
.client_testi span:not(:first-child) {
    margin-left: -10px;
}
.client_testi div {
    color: #0A1519;
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
}
.header-content .bnr_txt {
    position: relative;
}
.bnr_icon {
    position: absolute;
    top: -32px;
    right: 6%;
    max-width: 70px;
}
.main_head {
    font-size: 80px;
    margin-bottom: 10px;
    font-weight: 500;
}
.main_head i {
    font-weight: 400;
}
.header-content .btn_group {
    position: relative;
    z-index: 99;
}
.btn_group{margin-top: 30px;}
.small_head {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    background: rgb(90 151 167 / 33%);
    display: inline-block;
    padding: 3px 15px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.docBnr {
    position: relative;
}
.docBnr .rating_bx {
    position: absolute;
    top: 0;
    right: -10px;
    max-width: 170px;
}
.doc_img {
    position: relative;
    z-index: 9;
    margin-bottom: -65px;
    bottom: -40px;
}
.docBnr .client_testi {
    position: absolute;
    bottom: 0;
    left: 50px;
    z-index: 99;
}
.rating_bx {
    background: #fff;
    border-radius: 14px;
    padding: 15px 10px;
}
.rating_bx h3 {
    font-size: 34px;
}
.rating_bx p, .client_testi div p {
    color: #505050;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
}
/* Banner-sec CSS End here */
/* About-sec CSS Start here */
.sec_bg{background: url(../img/sec_bg.webp) no-repeat center/cover;position: relative;}

.video_box {
    position: relative;
    padding-bottom: 50px;
}
.video_box video {
    width: 100%;
    border-radius: 12px;
}
.video_box .client_served {
    position: absolute;
    right: 20px;
    bottom: -30px;
}
.client_served {
    border-radius: 20px;
    padding: 15px;
    position: relative;
    z-index: 9;
    background: #5A97A7;
    max-width: 344px;
    text-align: center;
}
.client_served .google_tate {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
	gap: 0 10px;
}
.client_served p, .client_served .google_tate span {
    font-size: 19px;
    vertical-align: middle;
    color: #fff;
}
.client_served .google_tate span {
    font-size: 14px;
}
.client_served .client_testi {
    background: none;
    border: none;
    justify-content: center;
    min-width: inherit;
    padding: 0;
}
.client_served .google_tate i {
    font-size: 16px;
    color: #FAE53C;
}
.client_served .client_testi span:last-child {
    background: #E4C67D;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.head_box {
    margin-bottom: 50px;
}
.sec_head span, .head_box h2 span {
    color: #1F628E;
	font-family: "Playfair Display", serif;
}
.sec_head, .head_box h2 {
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-style: italic;
}
.head_box p:not(:last-child) {
    margin-bottom: 10px;
}
.content_box p:not(:last-child) {
    margin:0 0 10px;
}
.rowGap_24 {
    row-gap: 24px;
}
/* About-sec CSS End here */
/* Feature-sec CSS Start here */
.btm_space {
    padding-bottom: 200px;
    margin-bottom: -60px;
}
.blue_bg{
    background: url(../img/blue_bg.webp) no-repeat center/cover;
    background-position: center top;
}
.feature_sec .head_box{max-width: 915px;}
.light_txt .small_head {
    background: #fff;
}
.light_txt h2 span {
    color: #fff;
}
.feature_box {
    padding: 30px 25px;
    background: #fff;
    height: 100%;
    border-radius: 25px;
    border-bottom: 20px solid #1F628E;
}
.feature_icon img {
    height: 90px;
}
.feature_box h3 {
    margin: 30px 0 20px;
    font-size: 32px;
}
.content_box p a {
    display: inline;
}
/* Feature-sec CSS End here */
/* Help-sec CSS Start here */
.center_head {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.owl-stage {
    display: flex;
}
.helpSlider .item, .testiSlider .item{
    height: 100%;
}
.help_box {
    background: #fff;
    height: 100%;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.flip-card-back .help_box {
    text-align: center;
    align-content: center;
}
.help_img {
    height: 300px;
    position: relative;
}
.help_img > img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.help_icon {
    width: 118px;
    height: 118px;
    border-radius: 100%;
    position: absolute;
    bottom: -40px;
    right: 20px;
    border: 8px solid rgb(31 98 142 / 27%);
    overflow: hidden;
}
.help_icon span {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: #1F628E;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-card-front .help_box {
    display: block;
}
.help_icon img {
    width: auto !important;
    max-height: 60px;
    max-width: 60px;
}
.help_txt {
    padding: 20px;
}
.help_txt h3 {
    font-weight: 600;
    font-size: 28px;
}
.help_content .help_icon {
    display: none;
}
.help_btn{padding: 0 20px 20px;width:100%}
.small_btn {
    min-width: inherit;
    padding: 9px 20px;
    font-size: 16px;
    font-weight: 500;
}
.small_btn i {
    vertical-align: -4px;
    font-size: 20px;
}
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    min-height: 465px;
}
.flip-card, .flip-card-inner, .flip-card-front, .flip-card-back{height: 100%;}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .9s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    z-index: 9
}
.flip-card-back,.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.flip-card-back {
    transform: rotateY(180deg)
}

.owl-dots, .owl-nav {margin-top:35px;}
.owl-dots{display:flex;align-items:center;justify-content:center}
.owl-dots button{width:27px;height:27px;border:1px solid transparent;background:0 0!important;display:flex;align-items:center;justify-content:center;border-radius:100%}
.owl-dots button span{width:11px;height:11px;background:#bbb;border-radius:100%}
.owl-dots button.active{border:1px solid #ac7237}
.owl-dots button.active span{background:#ac7237}
.owl-dots button:not(:last-child){margin-right:8px}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{width:50px;height:50px;background:#fff url(../img/previous-arrow.webp) no-repeat;background-position:center;border-radius:100%;font-size:0;margin:0 5px;border:1px solid #000;}
.owl-carousel .owl-nav button.owl-prev {-webkit-transform: scaleX(-1);transform:scaleX(-1);}
.owl-carousel .owl-nav button.owl-next:hover,.owl-carousel .owl-nav button.owl-prev:hover{background-color:#1F628E;background-position:center;border:1px solid #1F628E}
/* Help-sec CSS End here */
/* FAQ-sec CSS Start here */
.faq_sec .head_box p {
    margin: 0 auto;
}
.faq-box .accordion-flush .accordion-item .accordion-button {
    background: #F2F2F2;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    padding: 20px 40px;
    border-radius: 50px;
}
.faq-box .accordion-body {
    background: #fff;
    padding: 20px 40px;
}
.faq-box .accordion-body p:not(:last-child) {
    margin-bottom: 15px;
}
.faq-box .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-bottom: 20px;
    border-bottom: none;
}
.faq-box .accordion-button::after {
    content: "";
    background: url(../img/plus_icon.webp) no-repeat;
    transition: transform .2s ease-in-out;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-size: 16px;
    background-position: center;
}
.faq-box .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}
/* FAQ-sec CSS End here */
/* Testimonials-sec Start End here */
.poster_bg{
    background: url(../img/poster_bg.webp) no-repeat center/cover;
    background-size: contain;
    padding: 80px 15px;
}
.care_box {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 90px;
    position: relative;
}
.care_box:before, .care_box:after {
    content: "";
    display: block;
    width: 90px;
    height: 74px;
    position: absolute;
    left: 0;
    top: -20px;
    background: url(../img/testi_icon.webp) no-repeat;
    background-size: contain !important;
}
.care_box:after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background: url(../img/testi_icon2.webp) no-repeat;
}
.care_box p {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
.care_box h3{
    font-size: 24px;
    font-weight: 700;
    margin:30px 0 0;
}
/* Testimonials-sec CSS End here */
/* Plan-sec CSS Start here */
.plan_sec .head_box p{
    max-width: 850px;
    margin: 0 auto;
}
.plan_box {
    border-radius: 20px;
    background: #F5F5F5;
    padding: 50px 30px 30px;
    height: 100%;
    position: relative;
    transition: ease-in-out 0.3s;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.plan_box > div {
    width: 100%;
}
.plan_box:hover {
    box-shadow: 2px 4px 46px rgb(0 0 0 / 10%);
    margin-top: -10px;
}
.plan_txt h4 {
    color: #0D121F;
    font-weight: 700;
    font-size: 28px;
}
.plan_txt h4 img {
    max-width: 30px;
    margin-right: 12px;
}
.plan_txt h3 {
    font-size: 36px;
    color: #0D121F;
    margin: 25px 0 0;
    font-weight: 500;
}
.plan_txt h3 small {
    font-size: 18px;
    color: #596780;
}
.plan_box p {
    color: #596780;
    margin: 20px 0;
}
.plan_box li, .plan_list li {
    font-size: 18px;
    color: #0D121F;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
    font-weight: 500;
}
.plan_box li img {
    position: absolute;
    left: -2px;
    top:0;
}
/* Plan-sec CSS End here */
/* Contact-sec CSS Start here */
.contact_sec{
    background: url(../img/bnr_curve.webp) no-repeat;
    background-size: 100%;
    background-position: center bottom -1px;
    padding-bottom: 180px;
}
.map_box iframe{
    width: 100%;
    height: 400px;
}
.contact_sec .head_box p {
    max-width: 1150px;
    margin: 0 auto;
}
.contact_sec .contact_form {
    padding: 40px 30px;
    max-width: 90%;
    margin: -200px auto 0;
    background: #fff;
    border-radius: 12px;
    position: relative;
    box-shadow: 2px 4px 30px rgb(0 0 0 / 10%);
}
.contact_form h3 {
    color: #000;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.contact_form .form-group{margin-bottom:20px}
.contact_form label {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.contact_form .form-control {
    border: 1px solid #C4C4C4;
    padding: 14px 15px;
    font-size: 14px;
    border-radius: 10px;
    color:#000
}
.contact_form textarea.form-control{height:90px;}
.contact_form input[type=submit] {
    padding: 15px 30px;
}
/* Contact-sec CSS End here */

/* Footer CSS Start here */
.footer_sec{background:#1F628E;padding:70px 0 20px}
.footer-brand img {
    filter: brightness(100);
    max-width: 290px;
	width: 100%;
}
.footer_sec .social_icon a {
    border: none;
    width: 40px;
    padding: 13px 5px;
}
.footer_logo p {
    margin: 30px 0 5px;
}
.footr_head {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff;
}
.footer_sec a, .footer_sec p{font-size:14px;color:#d6d6d6;line-height:normal}
.footer_menu ul li {
    margin-bottom: 12px;
        color: #fff;
}
.footer_menu a {
    color: #fff;
    font-size: 13px;
    display: block;
}
.footer_adrs {
    display: flex;
}
.footer_adrs .fa {
    color: #fff;
    width: 20px;
    text-align: center;
    margin: 3px 10px 0 0;
}
.footer_adrs {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.footer_adrs p, .footer_adrs a {
    font-size: 13px;
    color: #fff;
}
.footer_menu a:hover, .copy_right p a:hover {
    color: #AC7237;
}
.footer_adrs span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.footer_sec .social_icon a {
    border: none;
    width: 40px;
    padding: 13px 5px;
    background: #AC7237;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}
.footer_sec .social_icon a i {
    font-size: 22px;
}
.footer_sec a, .footer_sec p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height:25px;
}
.footer_logo p {
    margin: 20px 0;
    max-width: 370px;
    font-size: 16px;
    color: rgb(255 255 255 / 90%);
}
.footer_adrs i {
    font-size: 42px;
    color: #fff;
    min-width: 55px;
}
.footer_sec .social_icon a {
    background: none;
    color: #fff;
    border: 2px solid #fff;
}
.footer_sec .social_icon a:hover{
    background: #fff;
    color: #000;
}
.copy_right {
    margin: 40px 0 0;
}
.copy_right p, .copy_right p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none !important
}
.copy_right img {
    max-width: 120px;
}
/* Footer CSS end here */
/* Services page CSS start here */
.inner_bnr{background:#7497af url(../img/sec_bg.webp) no-repeat center/cover;padding:230px 0 150px;position:relative}
.inner_bnr::before{content:" ";position:absolute;background:rgb(0 0 0 / 50%);width:100%;height:100%;top:0;left:0;right:0;bottom:0;opacity:.7}
.inner_bnr:after{content:"";display:block;width:200px;height:100px;position:absolute;left:6.3%;top:-5px;background:#fff;filter:blur(30px)}
.inner_bnr .container{position:relative}
.inner_bnr h1{color:#fff}
.inner_bnr nav{display:inline-block;background:rgb(0 0 0 / 70%);border-radius:10px;padding:5px 10px}
.inner_bnr .breadcrumb{margin:0}
.breadcrumb-item+.breadcrumb-item::before,.inner_bnr .breadcrumb .breadcrumb-item a,.inner_bnr .breadcrumb-item{color:#fff;position:relative;font-size:20px;z-index:9;float:none;font-weight:600}
.inner_bnr .breadcrumb-item.active{color:#ac7237}
.custom_img {
    position: relative;
    padding: 20px;
}
.custom_img:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: #ac7237;
    position: absolute;
    left: 0;
    bottom: 0;
}
.custom_img img {
    position: relative;
    width: 100%;
    max-height: 655px;
}
.testi_box {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ac7237;
}
.testi_box p, .testi_box h3 {
    width: 100%;
}
.testi_box h3 {
    margin-top: 15px;
    color: #ac7237;
}
.srvc_page .help_box{border: 1px solid #ccc;}
/* Services page CSS end here */
/* About page CSS start here */
.emerg_box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.emerg_box:not(:last-child), .readMParent:not(:last-child){margin-bottom: 30px;}
.emerg_img img {
    width: 100%;
    height: 100%;
    object-position: top;
}
.video_content iframe {
    width: 100%;
    height: 350px;
}
.emerg_txt {
    padding: 20px;
    align-self: center;
	width: 100%;
}
.emerg_txt h3 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #ac7237;
}
.emerg_txt p:not(:last-child) {
    margin-bottom: 20px;
}
.emerg_txt ul, .faq-box .accordion-body ul, .content_box ul {
    list-style: disc;
    padding: 0 15px;
}
.emerg_txt ul:not(:last-child), .faq-box .accordion-body ul:not(:last-child) {
    margin-bottom: 15px;
}
.explore_box {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #1f628e;
    font-size: 20px;
    color: #000;
    column-gap: 15px;
    text-align: left;
    height: 100%;
}
.explore_box:hover{
    background: #000;
    color: #fff;
}
.explore_icon img {
    max-height: 50px;
    min-width: 50px;
    width: auto !important;
}
.exploreSlider .item{height: 100%;padding: 0 2px;}
.cta_sec .head_box p {
    max-width: 1000px;
    margin: 0 auto;
}
/* About page CSS end here */
/* New Patients page CSS start here */
.plan_list h3 {
    margin-bottom: 20px;
    color:#fff;
}
.plan_list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.plan_list li {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
}

.plan_list li:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    margin-right: 3px;
}
/* New Patients page CSS end here */
/* Blog-page CSS start here */
.blog_box {
    display: flex;
    align-items: center;
}
.blog-txt .date {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.blog_page .blog_box {
    flex-wrap: wrap;
    align-content: space-between;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    margin: 0;
}
.blog-txt {
    margin: 20px 0;
    max-width: 100%;
}
.pagination, .pagi_nation, .pagi_nation .nav-links {
    justify-content: center;
    display: flex;
    margin-top: 40px;
}
.pagination li:not(:last-child){margin-right: 20px;}
.pagination a {
    width: 52px;
    height: 52px;
    border: 1px solid #326F97;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202020 !important;
    font-size: 16px;
    font-weight: 500;
    margin: 0 !important;
}
.page-item.active .page-link, .pagination a:hover {
    background: #326F97;
    border-color: #326F97;
    color: #fff !important;
}
.pagi_nation .page-numbers:not(:last-child){margin-right:10px}
.pagi_nation .page-numbers{width:52px;height:52px;border:1px solid #326F97;border-radius:100%!important;display:flex;align-items:center;justify-content:center;color:#202020!important;font-size:16px;font-weight:500}
.page-numbers.current,.pagi_nation a:hover{background:#326F97;border-color:#326F97;color:#fff!important}
.pagi_nation .nav-links .prev.page-numbers, .pagi_nation .nav-links .next.page-numbers {
    width: auto;
    height: auto;
    border: none;
    border-radius: 10px !important;
    padding: 0 10px;
}
.search_blog {margin-bottom: 30px;}
.search_blog .form-control {
    border-radius: 10px;
    height: 70px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 20px 50px 20px 20px;
    border: 1px solid #e4e4e4;
}
.search_blog .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    padding: 12px 20px;
    font-size: 24px;
    background: #ac7237;
    color: #fff;
    border-radius: 0 10px 10px 0;
}
.latest_post .blog_box {
    margin-top: 20px;
}
.latest_post .blog-img {
    min-width: 130px;
    max-width: 130px;
    margin-right: 10px;
}
.latest_post .blog-img img {
    height: 110px;
    border-radius: 20px;
    width: 100%;
}
.latest_post .blog-txt {
    margin: 0;
}
.latest_post .blog-txt h4 {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
}
/* Blog-page CSS end here */
/* Blog-Detail CSS start here */
.content_box .wp-block-image .alignleft, .content_box p .alignleft, .content_box .alignright  {
    float: none;
    margin: 10px 0 10px;
    width: 100%;
}
.blog_img img, .content_box .alignleft img, .content_box p .alignleft, .content_box .alignright, .content_box .alignright img {
    width: 100% !important;
    height: 400px !important;
    border-radius: 10px;
}
.date_box {
    margin: 10px 0;
    font-weight: 600;
    color: #ac7237;
}
.date_box i {
    vertical-align: -2px;
    margin-right: 5px;
    color: #082C4B;
    font-size: 18px;
}
.detail_sec h2 {
    color: #ac7237;
    margin-bottom: 15px;
    font-size: 30px;
}
.blog_page .content_box p:not(:last-child) {
    margin: 0 0 15px;
}
.blog_page .blog-img img {
    height: 300px;
    border-radius: 20px;
    width: 100%;
}
.blog_page ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
.blog_page ul li {
    margin-bottom: 5px;
}
/* Blog-Detail CSS end here */
/* Contact-us CSS start here */
.adrs_box {
    background: #fff;
    padding: 30px 20px;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(41,61,88,.06);
    cursor: default;
    border-radius: 10px;
    background: #1F628E;
}
.adrs_box:hover {background: #AC7237;}

.adrs_box span i {
    font-size: 50px;
    color: #fff;
}
.adrs_box h4 {
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 10px;
    color: #fff;
}
.adrs_box p, .adrs_box a {
    color: #fff;
}
.cta_page .row > div:last-child .adrs_box p{font-size: 15px;}
/* Contact-us CSS end here */
/* Meet-the-team CSS end here */
.dr_box {
    display: flex;
    align-items: center;
}
.dr_img {
    min-width: 250px;
    max-width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 30px;
    border: 10px solid #1f628e;
}
.team_box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
}
.team_img img {
    width: 100%;
    height: 320px;
    object-position: top;
}
.team_txt {
    padding: 20px 10px;
}
.team_box h3 {
    font-size: 24px;
    font-weight: 600;
    
}
.team_box p{margin-bottom: 12px;}
/* Meet-the-team CSS start here */
.emerg_txt ol {
    padding-left: 0;
}
.emerg_txt ol li {
    padding-left: 45px;
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    counter-increment: my-awesome-counter;
    line-height: 1.8;
}
.emerg_txt ol li:before {
    position: absolute;
    content: counter(my-awesome-counter);
    margin-right: 10px;
    background: #AC7237;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.coupon_dtl {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.afterBefore_sec .container {
    max-width: 1000px;
}
.afterBefore_glry:not(:last-child) {
    margin-bottom: 30px;
}
.afterBefore_glry h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #1F628E;
    font-family: "Playfair Display", serif;
    font-style: italic;
}
.afterBefore_glry .carousel-item img {
    width: 100%;
}
.faq_sec~.cta_sec {
    padding-top: 0 !important;
}
.request_appointment {
    margin-top: 80px;
}
.head_box h2.appointment_head {
    font-size: 40px;
}
.radio_check {
    background: #f5f5f5;
    border: 1px solid #C4C4C4;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 10px;
}
.radio_check span.wpcf7-list-item {
    display: block;
	margin: 0;
}
.wpcf7-spinner {
    position: absolute;
    z-index: 9;
}
.init span.wpcf7-spinner {
    display: none;
}
.radio_check span.wpcf7-list-item label {
    font-size: 14px;
}
.gallerySlide .help_img {
    height: 350px;
}
.default_page ul {
    padding-left: 30px;
    margin-bottom: 15px;
	list-style: disc;
}
.default_page ul li ul{margin-top:5px}