/* GLOBAL STYLES */



:root {

    --primary-blue:#20407E;

    --dark-blue:#132048;

    --font-49: 49px;

    --font-42: 42px;

    --font-25: 25px;

    --font-29: 29px;

    --font-19: 19px;

    --color-2A5CA8:#2A5CA8;

    --color-89CDFF:#89CDFF;

    --color-89CDFF-40:#89cdff69;

}



html {

    width: 100%;

    overflow-x: hidden;

}



body {
    font-family: "clarendon-urw", serif;
    word-wrap: break-word;
}



*,*::before,*::after {

    box-sizing: border-box;

}



p, p>*,li,ul,ol,span,time {
    font-size: var(--font-19);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #132048;

}



a:not(.btn) {

    text-decoration: underline;

    font-family: inherit;

}



.container {

    max-width: 1640px!important;

    padding-left: 36px!important;

    padding-right: 36px!important;

}

.container-1492 {

    max-width: 1492px!important;

    padding-left: 36px!important;

    padding-right: 36px!important;

    /*padding-top: 140px;

    padding-bottom: 140px;*/
    padding-top: 75px;

    padding-bottom: 75px;

    margin-inline: auto;

}



.text-primary-blue {

    color: var(--primary-blue);

}

.bg-primary-blue {

    background-color: var(--primary-blue);

}

.text-dark-blue {

    color: var(--dark-blue);

}

.bg-dark-blue {

    background-color: var(--dark-blue);

}



.ff-lato {

    font-family: "Lato", sans-serif;

}

.ff-clar {

    font-family: "clarendon-urw", serif;

}



.fw-400 {

    font-weight: 400;

}

.fw-500 {

    font-weight: 500;

}

.fw-700 {

    font-weight: 700;

}

.fw-800 {

    font-weight: 800;

}



.font-size-49 {

    font-size: var(--font-49);

}

.font-size-42 {

    font-size: var(--font-42);

}

.font-size-29 {

    font-size: var(--font-29);

}

.font-size-19 {

    font-size: var(--font-19);

}



.btn {

    border: none;

    text-transform: uppercase;

    font-size: var(--font-19);

    font-family: "Lato", sans-serif;

    font-weight: 700;

}



.btn.bg-dark-blue {

    color: #fff;

}



.btn.bg-dark-blue:hover {

    background-color: var(--primary-blue);

    color: #fff;

    border: none;

}


.button-area a,
.btn.primary-btn{
    padding: 11.5px 20px;
    min-width: 233px;
    font-size: 19px;
    line-height: 28px;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    background: #132048;
    border-radius: 26px;
    color: #fff;
    font-weight: 800;
    transition: all 0.5s ease;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}
.btn.primary-btn:hover,
.button-area a:hover{
    background:#20407E !important
}
.button-area a.w-233{
    width: 233px;
}
.common-heading{
    font-size: 49px;
    line-height: 55px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color:#132048;
    text-wrap: balance;
}

.common-heading strong{
    font-weight: 900 !important;
    color:#2A5CA8;
}

.font-19-25 {
    font-size: 19px;
    line-height: 25px;
}
.font-29-33 {
    font-size: 29px;
    line-height: 33px;
}

.font-30-26 {
    font-size: 30px;
    line-height: 26px;
}







/** Global **/

.nav-main li{
    font-size: var(--font-25);
}
.nav-main .top-nav > li > a{
    text-transform: uppercase;
}

.nav-main li a {
    text-decoration: none;
}

#search-form {
    background: white;
    border-radius: 25px;
    width: 184px;
    height: 30px;
}

#search-form .form-control{
    height: 30px;
}



/***Blog common desingn ***/
.featured_blog_section {
    background-color: #D2ECFF;
}
/*.featured_blog_section > .container-1492{
    padding-top: 100px;
    padding-bottom: 100px;
}*/
.featured_blog_section .common-heading,
.blog_layout_wrapper .common-heading {
    margin-bottom: 50px;
}
.blog_layout_wrapper .common-heading {
    text-align: left !important;
}
.blog-items-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(455px, 1fr));
    gap: 24px 27px;
}
.blog-items-row .blog-item {
    border-radius: 26px;
    overflow: hidden;
    background: #F3F2F4;
    display: flex;
    flex-direction: column;
}
.featured_blog_wrapper .blog-items-row .blog-item{
    background: #FFFFFF
}
.blog-items-row .blog-item .blog-image{
    height: 250px;   
    overflow: hidden;
}
.featured_blog_wrapper .blog-items-row .blog-item .blog-image{
    height: 354px;   
    overflow: hidden;
}
.blog-items-row .blog-item .blog-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s ease;
}
.featured_blog_wrapper .blog-items-row .blog-item:hover .blog-image img,
.blog-items-row .blog-item:hover .blog-image img{
    /*scale: 1.2;*/
    transform: scale(1.2);
}
.blog-items-row .blog-item .blog-content-wrapper{
    padding: 36.6px 34px 36px 34px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-content-wrapper .blog-meta{
    padding-top: 25px;
    border-top:1px solid #60A7DB;
}
.blog-date{
    display: block;
   margin-bottom: 22px;
}
.blog-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
    color: #2A5CA8;
    font-family: "Lato", sans-serif;
}

.short-content{
    padding-bottom: 48px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.short-content ul{
    padding-left: 20px;
    list-style-type: disc !important;
}
.short-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #20407E !important;
}
.short-content::after{
    content: '';
    height: 2px;
    width: 100%;
    background: url('/wp-content/uploads/2024/02/Lines.png');
    position: absolute;
    left: 0;
    bottom: 0;
    letter-spacing: 2px;
    color:#5FA7DB;
}

.read-more-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read-more-sec a.cont-read{
    text-decoration: none;
    font-family: "Lato", sans-serif !important;
    color: #132048;
}
.read-more-sec a.cont-read:hover{
    text-decoration: underline;
}
.read-more-sec a.share-post path{
    stroke: #2A5CA8 !important;
}
.read-more-sec a.share-post:hover path{
    stroke: #132048 !important;
}
.read-more-sec .addtoany_share_save {
	display: none;
}

/* Pagination */

.blog-paination-text span{
	font-size: 29px;
    color: #2A5CA8;
}
.blog-paination{
	margin-top: 58px;
	gap: 33px;
}
.blog-paination-arrow {
    gap: 34px;
}
.blog-paination-arrow a{
    text-decoration: none;
}
.arrow-previous i, .arrow-next i{
	color: var(--primary-blue);
}

.arrow-previous, .arrow-next {
    height: 66px;
    width: 66px;
    border: 1px solid #132048;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

/* .arrow-previous:hover, 
.arrow-next:hover{
    background-color: #5FA7DB;
    border: 2px dashed #5FA7DB;
} */
.arrow-previous:hover i, 
.arrow-next:hover i{
    color:#fff
}

.blog-paination-arrow a > div {
    background: transparent;
    color: transparent;
    position: relative;
    transition: all 0.5s ease;
}
.blog-paination-arrow a > div i{
    opacity: 0;
}

.blog-paination-arrow a > div::after{

    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #132048;
    font-size: 31px;
}
.blog-paination-arrow a > div.arrow-previous::after{
    content:'\f060';
}
.blog-paination-arrow a > div.arrow-next::after{
    content:'\f061';
}

.blog-paination-arrow a.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.blog-paination-arrow a:hover > div{
    background-color: #132048;
}
.blog-paination-arrow a:hover > div::after{
    color:#fff;
}
.sfr-share-box{
    position: relative;
}
.sfr-share-box .addtoany_shortcode{
    left: -12px;
    position: absolute; 
    top: -263px;
    background: #fff;
    box-shadow: 1px 6px 15px #a3a3a3;
    padding: 15px 10px;
    border-radius: 5px;
    /* top: 50%; */
    max-height: 0;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;

}
.sfr-share-box:hover .addtoany_shortcode{
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
    transform: translateY(0);
}
.sfr-share-box .addtoany_shortcode::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    margin-top: -1px;
    border-width: 9px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
@media(min-width:1450px){
    .featured_blog_wrapper .blog-items-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(645px, 1fr));
        gap: 36px 130px;
    }
}
@media(max-width:1450px){
    .blog-items-row{
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 29px 27px;
    }
}

@media(max-width:767px){
    .featured_blog_wrapper .blog-items-row .blog-item .blog-image{
        height: 248px;   
    }
}





/***Common slick slider***/
@media(max-width:767px){

    .slick-slider{
        position: relative;
        padding-bottom: 75px;
    }
    .slick-slider.no-prev-next .slick-arrow{
        display: none !important;
    }   
    .slick-arrow {
        position: absolute;
        bottom: 0;
        height: 80px;
        width: 80px;
        border-radius: 100px;
        border: 1px solid  #132048;
        background: transparent;
        color: transparent;
    }
    .slick-slider .slick-prev {
        left: calc(50% - 115px);
    }
    .slick-slider .slick-next { 
        right: calc(50% - 115px);
    }

    .slick-arrow::after {
        content: '\f060';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #132048;
        font-size: 31px;
    }
    .slick-next::after {
        content: '\f061';
    }
    .slick-slider  .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0px;
        width: 100%;
        flex-wrap: wrap;
        gap: 26px;
    }

    .slick-slider  .slick-dots li button {
        height: 25px;
        border: 2px solid #2A5CA8;
        width: 25px;
        border-radius: 25px;
        background: transparent;
        color: transparent;
        transition: all 0.5s ease;
    }

    .slick-slider  .slick-dots li.slick-active button {
        background: #2A5CA8;
        color: transparent;
    }

    .slick-slider .slick-arrow.slick-disabled {
        opacity: 0.5;
        pointer-events: none;
    }
    .slide-count{
        text-align: center;
        color: #2A5CA8;
        font-size: 29px;
        line-height: 33px;
        margin-top: 26px;
        font-family: "Lato", sans-serif;
    }
}


.container-1474{
    max-width: 1469px;
    padding-inline: 35.5px;
    padding-block: 100px;
    margin-inline: auto;
}



.pre-footer-wrapper{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #A0E1FB98 100%) 0% 0% no-repeat padding-box;
}
.pre-footer-wrapper .pre-footer-title{
    color:#20407E;
    text-align: center;
    display: block;
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    margin-bottom: 24px;
}
.pre-footer-wrapper form.wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 21px 16px;
}
.pre-footer-wrapper form.wpcf7-form p:has(textarea),
.pre-footer-wrapper form.wpcf7-form p:has(.wpcf7-submit){
    grid-column: span 2;
}
.pre-footer-wrapper form.wpcf7-form label{
    width: 100%;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
}
.pre-footer-wrapper form.wpcf7-form label input,
.pre-footer-wrapper form.wpcf7-form label textarea{
    margin-top: 17px;
    width: 100%;
    border: 1px solid #5FA7DB;
    background-color: #fff;
    padding: 15px;
}

.pre-footer-wrapper form.wpcf7-form label input{
    height: 59px;
}
.pre-footer-wrapper form.wpcf7-form label textarea{
    height: 202px;
}
.field-required{
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    margin-top: 7px;
}
.pre-footer-wrapper form.wpcf7-form .wpcf7-submit{
    background-color: #132048;
    font-size: 19px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 26px;
    width: 233px;
    height: 51px;
    color: #fff;
    transition: all 0.5s ease;
}
.pre-footer-wrapper form.wpcf7-form .wpcf7-submit:hover{
    background-color: #60A7DB;
}
.pre-footer-wrapper form.wpcf7-form p:has(.wpcf7-submit){
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
    gap: 20px;
}



.ul-buttons ul{
    width: 100%;
}
.ul-buttons li{
    min-height: 93px;
    border-radius: 30px;
    padding: 9px 47px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #E2E2E3;
    color:#20407E;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
}
.ul-buttons li:not(:last-of-type){
    margin-bottom: 18px;
}
.ul-buttons li a{
    text-decoration: none;
}
.ul-buttons li a:hover{
    text-decoration: underline;
}

.ul-buttons.blue li{
    background-color: #20407E;
    color:#fff;
}

.nav-main .site-logo a img{
    max-width: 459.86px;
    width: 100%;
}   
.gt_switcher .gt_option{
    position: absolute !important;
}


.page-template-pagetemplate-landing .hero-banner-section{
    height: 583px;
    background-position: bottom -387px right 0px;
    background-repeat: no-repeat;
    background-size: 120% 270%;
    position: relative;
}
.page-template-pagetemplate-landing .hero-banner-section::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: transparent linear-gradient(90deg, #A0E1FB 0%, #A0E1FBA5 79%, #A0E1FB00 100%) 0% 0% no-repeat padding-box;
}
.page-template-pagetemplate-landing .hero-banner-section .container-1474{
    height: 100%;
    position: relative;
    z-index: 9;
}
.page-template-pagetemplate-landing .hero-banner-section .banner-wrapper{
    max-width: 597px;
    height: 100%;
    display: flex;
    align-items: center;
}
.page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1{
    color:#132048;
    text-transform: uppercase;
}
.page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:first-child{
    font-size: 98px;
    font-weight: 400;
    display:block;
    
}
.page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:nth-child(2){
    font-size: 223px;
    font-weight: 700;
    display:block;
    line-height: 170px;
}
.page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:last-child{
    font-size: 119px;
    font-weight: 700;
    display:block;
    text-align: right;
}
@media(max-width:1650px){
    .page-template-pagetemplate-landing .hero-banner-section {
        background-position: bottom -100px right 0px;
        background-size: cover;
    }
}
@media(max-width:1050px){
    .page-template-pagetemplate-landing .hero-banner-section {
        background-position: center;
        background-size: cover;
    }

    .page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:first-child{
        font-size: 58px;
        
    }
    .page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:nth-child(2){
        font-size: 129px;
        line-height: 100px;
    }
    .page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:last-child{
        font-size: 68px;
    }
}
@media(max-width:767px){
    .page-template-pagetemplate-landing .hero-banner-section {
        background-position: center right -40px;
        background-size: cover;
    }
    .page-template-pagetemplate-landing .hero-banner-section::after {
        height: 100%;
        width: 100%;
        background: transparent linear-gradient(151deg, #A0E1FB 0%, #A0E1FBA5 39%, #A0E1FB00 100%) 0% 0% no-repeat padding-box;
    }
    
    .page-template-pagetemplate-landing .hero-banner-section .container-1474{
        padding-top: 53px;
    }
    .page-template-pagetemplate-landing .hero-banner-section .banner-wrapper {
        align-items: flex-start;
    }
    .nav-main .site-logo a img{
        max-width: 310.34px;
        width: 100%;
    }   
    .container-1474{
        padding-block: 65px;
    }
    span.sub-title {
        line-height: 41px;
    }
    .content-text p:not(:last-child) {
        padding-right: 0px;
    }
    .pre-footer-wrapper form.wpcf7-form p {
        grid-column: span 2;

    }
    .pre-footer-wrapper form.wpcf7-form p:has(.wpcf7-submit){
        flex-direction: column !important;
    }

    .ul-buttons li{
        padding: 9px 10px;
    }
}


@media(max-width:410px){
    .page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:first-child{
        font-size: 28px;
        
    }
    .page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:nth-child(2){
        font-size: 79px;
        line-height: 70px;
    }
    .page-template-pagetemplate-landing .hero-banner-section .banner-wrapper h1 span:last-child{
        font-size: 38px;
    }
    .page-template-pagetemplate-landing .hero-banner-section {
        height: 448px;
    }
}





/***Fixes - 25/3/24**/
.contact-info p {
    line-height: 25px;
}
.left_content_with_background_image_sub_title{
    line-height: 45px !important;
    margin-bottom: 15px !important;
}
.left_content_with_background_image_sub_title {
    line-height: 45px !important;
    margin-bottom: 10px !important;
}
.box-content-area p strong{
    word-break: break-word;
}
/* .health-education-promotion .content-area  */
@media(max-width:1150px){
    .left_content_with_background_image_sec.child-development-services .container-1474{
        padding-bottom: 100px !important;
    }
}
@media(max-width:992px){
    .row.divider + .row{
        text-align: center;
        justify-content: center;
    }
}
@media(max-width:767px){
    .row.divider + .row .col-6{
        width: 100% !important;
    }
}

.p-tb-100 {
	padding-top: 100px;
    padding-bottom: 100px;
}
.hero-banner-section .blog-banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 744px;
}
.blog-content-wrapper > div {
	display: flex;
    flex-direction: column;
    flex-shrink: 1;
}
.blog-content-wrapper .heading-meta {
	display: flex;
    flex-direction: column;
    gap: 19px;
}
.blog-content-wrapper .heading-meta .blog-date__author{
	font-size: 19px;
	font-weight: 700;
    line-height: 25px;
    color: #20407E;
}
.blog-content-wrapper .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.blog-content-wrapper .common-heading {    
    text-align: left;
}
.blog-content-wrapper p {
	font-size: 19px;
    line-height: 25px;
    color: #20407E;
}
.blog-content-wrapper .content-wrap ul {
    list-style: unset;
	padding-left: 32px;
	font-size: 19px;
    line-height: 25px;
    color: #20407E;
}

.flex-basis-50 .icon-with-text-area:has(.right-area) .icon-grid-items{
	flex-basis: 50% !important;
}

.add-box-shadow .icon-with-text-area .icon-grid-items .grid-box > a {
	box-shadow: 1px 3px 25px #00000029;
}


#main-wrapper ul{
    list-style-type: disc;
    padding-left: 20px;
}

#main-wrapper ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.right-content-left-image-wrapper .item .content-area ul,
.bg-with-content-box-wrapper .box-content ul,
#main-wrapper .bg_with_box_content_sec ul,
.general_content_left_right_wrapper .box-content ul
{
    padding-left: 0;
    list-style-type: none !important;
}
#main-wrapper .list-ul ul {
    list-style-type: none !important;
}

.slick-dots{
    padding-left: 0 !important;
    list-style-type: none !important;
}
em {
    font-style: italic;
}


strong, p strong{
    font-weight: 700 !important;
}
h1{
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color:#132048;
    text-wrap: balance;
}
.common-heading.heading-h1,
.common-heading.heading-h2 {
    font-size: 49px;
    line-height: 55px;
    color: #132048;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.common-heading.heading-h3 {
    font-size: 29px;
    line-height: 33px;
    color: #2A5CA8;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.common-heading.heading-h4 {
    font-size: 25px;
    line-height: 31px;
    color: #20407E; /*#132048;*/
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.common-heading.heading-h5 {
    font-size: 19px;
    line-height: 25px;
    color: #20407E; /*#132048;*/
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.pt-50{
    padding-top: 50px;
}

.general_content_left_right_wrapper .box-content ul li::after{
    left: -5px !important;
}



body:is(:not(.home)) .hero-banner-section .banner-wrapper {
    max-height: 556px !important;
    overflow: hidden
}

@media(max-width:767px){
    .hero-banner-section .banner-wrapper{
        max-height: unset !important;
        height: 757px !important;
    }
    .hero-banner-section .banner-wrapper rs-module-wrap{
        height: 757px !important;
    }
    .short-content p {
        -webkit-line-clamp: 5;
    }
    #blog .blog_layout_wrapper .common-heading{
        text-align: center !important;
    }
}


@media(min-width:767px) and (max-width:1005px){
    body.home .icon-with-text-section .icon-with-text-area .icon-grid-items{
        grid-template-columns: 1fr 1fr;
    }
}


.wp-block-table {
    max-width: 890px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    margin: 0 auto;
    /*padding-top: 75px;
    padding-bottom: 75px;*/
}
.wp-block-table table {
    border-collapse: collapse;
    width: auto;
    margin: 0 auto;
}
.wp-block-table tbody tr td:first-child strong {
    text-align: end;
    color: #2A5CA8 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    font-family: "clarendon-urw", serif !important;
    line-height: 19px !important;
}
.wp-block-table td, .wp-block-table th {
    border:unset !important
}
.wp-block-table tbody tr td {
    padding: 15px 10px !important;
}
.wp-block-table tbody tr li a:hover{
    color:#2A5CA8 !important
}
.wp-block-table tbody tr li{
    padding: 5px 0;
}

@media(max-width:575px){
    .wp-block-table tbody tr td:first-child{
        width: 100px;
    }
    .common-heading {
        font-size: 40px;
        line-height: 45px;
    }
}

@media(max-width:415px){
    .common-heading {
        font-size: 30px;
        line-height: 37px;
        font-family: "Lato", sans-serif;
    }
    .common-heading.heading-h2 {
        font-size: 37px;
        line-height: 46px;
        font-family: "Lato", sans-serif;
    }
}
.general_content_with_image_wrapper .common-heading.heading-h2 {
    line-height: 33px !important;
}



/****Banner design****/
.hero-banner-section .banner-wrapper{
    position: relative;
}
.hero-banner-section .container-1492{
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0;
    text-align: left;
    left: 0;
    margin: 0 auto;
    right: 0;
    max-width: 1600px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-banner-section .banner-wrapper .banner-title{
    font-family: "clarendon-urw", serif;
    font-size: 90px;
    line-height: 86px;
    text-align: left;
    display: block;
    color: #132048;
}

.hero-banner-section .button-area{
    margin-top: 25px;
}
@media(max-width:1200px){
    .hero-banner-section .container-1492{
        justify-content: flex-start;
    }
}
@media(min-width:767px) and (max-width:1200px){
    .hero-banner-section .banner-wrapper .banner-title {
        font-size: 72px;
        line-height: 68px;
    }
}
@media(max-width:767px){
    .hero-banner-section .banner-wrapper .banner-title{
        font-size: 56px;
        line-height: 54px;
        text-align: left;
    }
}



.search_list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 32px 36px !important;
}
.search-results-container .search-result {
    width: 100%;
    min-height: auto;
    padding: 25px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    background: #fff;
    padding: 23px 25px 25.5px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 26px;
}
.search-results-container .search-result a {
    text-decoration: none;
}
.search-results-container .search-result .search-title {
    font-size: 22px;
    line-height: 26px;
    color: #2A5CA8;
}
.search-results-container .search-result .search-meta p {
    color: #000;
    font-weight: 500;
    font-family: "clarendon-urw", serif;
}
.pets_details{
    padding-top: 0 !important;
}

.nav-links {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: end;
    width: 100%;
}
.page-numbers {
    font-size: 18px;
    font-family: "clarendon-urw", serif;
    text-decoration: none !important;
}
.page-numbers.current {
    font-size: 24px;
    color: #2A5CA8;
}

@media(max-width:1200px) {
    section:not(.bg-with-content-box-sec):last-child .container-1492 {
        padding-bottom: 140px !important;
    }
}

.single-pets .blog-content-wrapper .content-wrap {
    align-items: baseline;
}
.single-pets .blog-content-wrapper .pets_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media(max-width:767px) {
    .search_list {
        grid-template-columns: 1fr;
    }
}



@media (max-width: 429px) {      
    body.home .hero-banner-section .banner-wrapper {
        max-height: unset !important;
        height: 350px !important;
        min-height: 350px !important;
    }
    body:is(:not(.home)) .hero-banner-section .banner-wrapper {
        max-height: 350px !important;
    }
    .hero-banner-section .banner-wrapper .banner-title {
        font-size: 46px;
        line-height: 44px;
    }
    .blog-items-row {
        grid-template-columns: 1fr;
    }
    body .container-1492 .common-heading.heading-h1, 
    body .container-1492 .common-heading.heading-h2 {
        font-size: 39px;
        line-height: 45px;
    }
    body .container-1492 p {
        font-size: 19px;
        line-height: 25px;
    }
}
