.my_container{
    max-width: 1150px;
    margin: auto;
    padding: 0 20px;
}
.sec_heading h3{
    font-size: 48px;
    font-weight: 600;
    line-height: 116%;
    letter-spacing: -1px;
    margin: 0;
}
.left_clm{ margin-top:auto; margin-bottom:auto; }
.sec_desc p{
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    margin: 0;
}
.btn_blue {
    background: #0095DB;
    width: fit-content;
    padding: 10px 12px;
    border-radius: 36px;
}
.btn_blue a {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: white;
    text-decoration: none;
}

/* medai query  */
@media only screen and (min-width:1700px) {
    section.hero {
        /* background-position-x: 1286px !important; */
    }
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:550px) {
    
 
}
@media only screen and (max-width:430px) {
    .sec_heading h3 {
        font-size: 40px;
    }
    .sec_desc p {
        font-size: 16px;
    }
    .btn_blue {
        width: 100%;
        text-align: center;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}


/* ************************ hero section styling starts from here*********************************** */

    section.hero {
        padding: 140px 0 50px  0;
        background: #f6f9fa;
        /* margin-bottom: -100px; */
        background-image: url(/wp-content/uploads/2023/07/Group-147.png);
        background-repeat: no-repeat;
        background-position: top right;
    }
 
.hero_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px; 
}
img.right_clm_img {
    margin-bottom: -113px;
}
.hero .sec_heading h3 {
    color: #131516;
    padding-bottom: 16px; 
    max-width: 437px;
    padding-top: 2px;
}
.hero .sec_desc p {
    color: #71787A;
    padding-bottom: 40px;
}
 
.p_growth {
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
    gap: 12px; 
    width: fit-content;
    padding: 12px 20px 12px 12px;
    background: white;
    border-radius: 12px;
    position: absolute;
    bottom: 158px;
    left: -128px;
}
.p_growth p {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
}
.hero .right_clm {
    position: relative;
}
.p_growth img {
    width: 35px;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    .p_growth {
        bottom: 101px;
        left: -159px;
    }

   
}
@media only screen and (max-width:780px) {
    .hero .right_clm {
        text-align: center;
    }
    .p_growth {
        bottom: 171px;
        left: 15px;
    }
    .hero_content {
        grid-template-columns: 1fr;
    }
    section.hero {
        background: linear-gradient(180deg, #f6f9fa 92%, rgba(0,149,219,1) 85%);
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .hero_content {
        grid-gap: 80px;
    }
    .p_growth {
        bottom: 133px;
        left: -17px;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}



/* *********************stlying for benefit2 section starts from here*********************** */

section.benefits2 {
    background: #0095db;
    background-image: url(/wp-content/uploads/2023/08/Ellipse-20.png);
    background-repeat: no-repeat;
    padding-top: 15px;
}
section.benefits2 .sec_heading h3 {
    padding-bottom: 30px;
    text-align: left;
    color: white;
    padding-top: 50px;
}
section.benefits2 .button_blue {
    margin: auto;
    margin-bottom: 56px;
}
.benefits2_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    padding-bottom: 20px;
}
.benefits2_content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
}
.benefits2_content a {
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #0095DB;
    text-decoration: none;
}
.benefits2_content .box_desc {
    padding: 22px;
    border-radius: 0 0 24px 24px;
}
.benefits_column>img {
    border-radius: 24px 24px 0 0;
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.benefits2_content .box_desc {
    border: 0;
    background: white;
}
.bg_w .box_desc {
    background: white;
}
.benefits2_content .ctn_exp {
    display: flex;
    gap: 5px;
}








/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:650px) {
    .benefits2_content .box_desc {
        max-width: 380px;
    }
    .benefits2_content {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
 
}

@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}


/* *********************** ready section styling starts from here***************** */
section.ready {
    padding: 180px 0 65px 0;
    background: linear-gradient(180deg, rgba(0,149,219,1) 60%, rgba(255,255,255,1) 60%);
}
section.ready .my_container {
    padding: 0;
}
.ready_content {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    background: #f6f9fa;
    border-radius: 20px;
    border: 1px solid #E7E9EA;
    background-image: url(/wp-content/uploads/2023/08/Deco-Logo.png);
    background-repeat: no-repeat;
}
.ready_desc {
    padding: 80px 135px 80px 60px;
}
.ready_desc .sec_heading h3 {
    padding-bottom: 40px;
}
.ready_desc .sec_desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #71787A; 
    padding-bottom: 43px;
}
.g_asistant {
    /* display: flex; */
    display: none;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    position: absolute;
    top: 152px;
    left: -47px;
    background: white;
}
.ready_img img {
    margin-top: -111px;
}
.g_asistant img {
    margin: 0;
}
.g_asistant p {
    margin: 0;
    color: #50585B;
    font-size: 20px;
    font-weight: 400;
}
.ready_img {
    position: relative;
    text-align: right;
}
img.main_img {
    width: 613px;
}


/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    img.main_img {
        margin-top: -64px;
    }
    .ready_desc {
        padding: 60px 135px 60px 60px;
    }
    .ready_content {
        grid-template-columns: 1fr 1fr;
    }
   
}
@media only screen and (max-width:780px) {
    .ready_content {
        grid-template-columns: 1fr;
    }
    .g_asistant {
        top: 244px;
        left: 49px;
    }
    .ready_desc {
        padding: 60px 20px 60px 20px;
    }
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    .g_asistant {
        top: 119px;
        left: 82px;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}



/* ****************** benefits section styling starts from here********************* */
section.benefits {
    background: white;
    padding-top: 55px;
    color: #131516;
}
section.benefits .box img {
    padding-bottom: 10px;
}
section.benefits .box h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 125%;
    margin: 0;
    padding-bottom: 8px;
}
.box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    color: #71787A;
}
.benefits_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.benefits_content .box {
    background: #F9F9F9;
    padding: 48px;
    border-radius: 16px;
}
.benefits_content2 .box {
    background: #F9F9F9;
    padding: 38px;
    border-radius: 16px;
}
section.benefits img {
    padding-bottom: 32px;
}
section.benefits .sec_heading h3 {
    max-width: 580px;
    padding-bottom: 64px;
    margin: auto;
    text-align: center;
}
.benefits_content2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 30px 0 60px 0;
}


/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .benefits_content2 {
        grid-template-columns: 1fr 1fr;
    }
   
}
@media only screen and (max-width:650px) {
    .benefits_content {
        grid-template-columns: 1fr;
    }
    .benefits_content2 {
        grid-template-columns: 1fr;
    }
 
}
@media only screen and (max-width:430px) {
    .box p {
        font-size: 16px;
    }
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}




/* ****************stlying for services starts from here******************* */
.services .img_column img {
    width: 100%;
    height: 398px !important;
    object-fit: cover;
    border-radius: 20px !important;
}
section.services {
    padding: 0;
    background: white;
}
section.services .my_container {
    background: white;
    border-radius: 24px;
    max-width: 1240px;
    padding: 20px 55px 40px;
}
section.services .sec_heading h3 {
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: #131516;
    padding-bottom: 80px;
}
.services_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    padding-bottom: 50px;
}
.content_column h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #0095DB;
    background: #E6F4FB;
    max-width: 61px;
    padding: 15px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 24px;
    border: 1px solid #0095DB;
}  
.services_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #71787A;
    margin-bottom: 32px;
} 
.services_content h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #B4B7B8;
}
.services_content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    color: #131516;
    margin-bottom: 24px;
}
.services_content .button_white {
    margin: 0;
}
.button_white {
    background: #0095DB;
    width: fit-content;
    margin: auto;
    padding: 12px 16px;
    border-radius: 36px;
}
.button_white:hover {
    background: #253662;
}
.button_white a {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: white;
    text-decoration: none;
}
.button_trans a {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: white;
    text-decoration: none;
}
.button_trans {
    max-width: fit-content;
    padding: 10px 16px;
    border-radius: 36px;
    border: 1px solid #66BFE9;
}
.btn_wrp {
    display: flex;
    gap: 12px;
}
.services_content .button_white:hover {
    background: #253662;
}
.button_white a:hover {
    color: white;
}
.button_trans:hover {
    background: #66bfe9;
}




/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    .services_content {
        grid-gap: 120px;
    }
   
}
@media only screen and (max-width:780px) {
    .services_content {
        grid-gap: 70px;
    }
   
}
@media only screen and (max-width:650px) {
    .services_content {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width:550px) {
    
 
}
@media only screen and (max-width:430px) {
    .button_white {
        width: 100%;
        text-align: center;
    }
 
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}

 /* ********************** styling for leading section starts from here************ */
 section.leading {
    text-align: center;
    padding: 60px 135px;
    background: #0095DB;
    background-image: url(/wp-content/uploads/2023/08/Deco-Logo-1.png);
    background-repeat: no-repeat;
    color: white;
}
.leading_content h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
    color: #CCEAF8;
}
.leading_content h2 {
    font-size: 40px;
    /* font-style: normal; */
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    max-width: 1140px;
    margin: auto;
    padding-bottom: 32px;
}
section.leading .button_white {
    background: white;
}
section.leading .button_white a {
    color: #0095DB;
}

/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
    section.leading {
        padding: 80px 65px;
    }
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:550px) {
    section.leading {
        padding: 80px 20px;
    }
 
}
@media only screen and (max-width:430px) {
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}




/* ***************** stlying for facilities section starts from here***************** */
section.benefits2.Facilities {
    background: white;
    background-image: none;
}
section.benefits2.Facilities .sec_heading h3 {
    text-align: center;
    color: #131516;
}
section.benefits2.Facilities .benefits2_content .box_desc {
    border: 1px solid #E7E9EA;
}
.button_see_more {
    max-width: fit-content;
    margin: auto;
    border: 1px solid #B4B7B8;
    padding: 12px 16px;
    border-radius: 39px;
}
.button_see_more a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #131516;
    margin-top: 42px;
}

@media only screen and (max-width:430px) {
    .button_see_more {
        max-width: 100%;
        text-align: center;
    }
   
}




/* ******************stlying for blog secton starts from here******************* */
section.blog {
    padding: 120px 0;
}
section.blog .sec_heading h3 {
    padding-bottom: 60px;
}
section.blog .blog_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.catg {
    display: flex;
}
.blog_content .box_desc {
    padding: 24px 17px;
}
.blog_content .box_desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    color: #33AAE2;
}
.blog_content .box_desc ul li {
    font-size: 14px;
    font-weight: 600;
    line-height: 170%;
    color: #929799;
}
.blog_content .sec_heading h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #131516;
    margin: 0;
    padding-bottom: 24px
}
section.blog .button_navy {
    padding: 8px 10px;
    border-radius: 36px;
    background: #2B3C73;
    width: fit-content;
}
section.blog .button_navy a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    color: white;
    text-decoration: none;
}
section.blog .column1 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}
section.blog .column2 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}
section.blog .column3 {
    border: 1px solid #E7E9EA;
    border-radius: 12px;
}



/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
    .catg {
        display: flex;
        flex-direction: column;
    }
    .catg ul {
        padding: 0;
        padding-left: 16px;
    }
    .blog_content .box_desc p {
        margin: 0;
    }
   
}
@media only screen and (max-width:650px) {
    section.blog .blog_content {
        grid-template-columns: 1fr;
    }
    .blog_content .box_desc {
        padding: 24px 10px;
    }
    section.blog .column1 {
        width: 372px;
    }
    section.blog .column2 {
        width: 372px;
    }
    section.blog .column3 {
        width: 372px;
    }
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
    section.blog .button_navy {
        width: 100%;
        text-align: center;
    }
 
}

@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}


/* medai query  */
@media only screen and (min-width:1700px) {
   
}
@media only screen and (max-width:1030px) {
   
}
@media only screen and (max-width:780px) {
   
}
@media only screen and (max-width:550px) {
 
}
@media only screen and (max-width:430px) {
 
}
@media only screen and (max-width:380px) {
}
@media only screen and (max-width:325px) {
}
@media screen and (min-width: 1260px) and (max-width: 1700px)  {

}