*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    zoom: 1
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

html,
body,
header,
footer,
section,
div,
span,
nav,
ul,
ul li,
a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
p {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    vertical-align: baseline;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: relative;
    font-family: 'Hind', sans-serif;
}

html,
body {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #FFF 0%, #EFFCF7 100%);
    font-family: 'Hind', sans-serif;
    overflow-x: hidden;
}

a,
p,
h2 {
    text-decoration: none;

}

ul {
    list-style: none;
}

header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    bottom: unset;
    padding-top: 80px;
    padding-bottom: 25px;
}

.container {
    padding: 0 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.menu-lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo a {
    width: 320px;
    display: block;
}

.logo a img {
    width: 100%;
    display: block;
}

.menu nav a {
    margin: 20px 10px;
    padding: 5px;
    color: #444;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.menu nav a.active{
    border-bottom: 3px solid black;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-basis: 100%;
}

body > section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    padding: 75px 0px;
}

body > section .top-title{
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
}
body > section .top-title::before{
    content: "";
    border: 1px solid black;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -55px;
    margin-top: 9px;
}
body > section .top-title::after{
    content: "";
    border: 1px solid black;
    height: 2px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -55px;
    margin-top: 9px;
}

.aboutus .top-title::before,
.content-details .top-title::before,
.content-details .top-title::after{
    display: none;
}
body > section .main-title{
    color: #444;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}
body > section .sub-details{
    color: #666769;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding: 10px 0;
}
body > section .detail-info{
    color: rgba(104, 109, 109, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 20px;
    width: 40vw;
    text-align: center;
}
body > section.aboutus .detail-info{
    text-align: left;
}
body > section.aboutus .container{
    position: relative;
    z-index: 1;
}
.menu nav a.contact-button {
    border-radius: 15px;
    background: #252525;
    padding: 10px;
    color: white;
    padding: 10px 25px;
    padding-left: 20px;
    margin-right: 0;
}

.menu nav a.contact-button i {
    margin: 0px 6px;
    transform: rotate(5deg);
}

.column-50 {
    justify-content: space-between;
    align-items: center;
    flex-basis: 50%;
    width: calc(100% / 2);
}

.column-33 {
    justify-content: space-between;
    align-items: center;
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
}
.column-20{
    flex-basis: 20%;
    width: 20%;
}
.column-80{
    flex-basis: 80%;
    width: 80%;
}
.column-40{
    flex-basis: 40%;
    width: 40%;
}
.column-30{
    flex-basis: 30%;
    width: 30%;
}
.column-70{
    flex-basis: 70%;
    width: 70%;
}
.column-60{
    flex-basis: 60%;
    width:60%;
}

.column-img-content img{
    width: 100%;
}
.align-center {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.align-left {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 40px;
}
.align-right{
    align-items: flex-end;
}

.banner-right-content {
    transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
}
.banner-background-image{
    background-image: url(../img/slide2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 175px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner-background-image h2{
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.banner-background-image h2 span{
    padding-left: 30px;
    background: var(--gradient, linear-gradient(270deg, #7CEE63 0%, #00E5BB 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-background-image h2 span::before{
    content:"";
    background-image: url(../img/punctuation.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left:0;
    top:0;
}
.banner-background-image h2 + p{
    color: #707a73;
    font-size: 16px;
    width: 35%;
    text-align: center;
    padding: 6px 0;
}
.banner-right-content img {
    width: 35vw;
}
.banner-right-content p {
    color: rgba(29, 39, 32, 0.60);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 10px;
}
.banner-left-content img {
    width: 40vw;
    height: auto;
}
.banner::after{
    content:"";
    background-image: url(../img/right-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin-bottom: -350px;
}
.slider-content{
    width: 100%;
    display: flex;
}
.swiper-slide{
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.swiper-slide .slide-inner{
    height: 100%;
    display: flex;
}
body > section.banner{
    padding-top: 0;
}
body > section.banner .container,
body > section.banner .container .row{
    height: 100%;
}
.aboutus::after{
    content:"";
    background-image: url(../img/lines.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -300px;
    z-index: 0;
    opacity: 0.4;
}
.aboutus::before{
    content:"";
    background-image: url(../img/left-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 30%;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -210px;
    z-index: 0;
}
.button-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.button-wrapper a,
body > section .read-more{
    display: flex;
    padding: 17px 24px;
    justify-content: center;
    align-items: center;
    border: none;
    color: #444;
    font-size: 15px;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    border-radius: 12px;
    border: 1px solid #444;
    margin-right: 11px;
    margin-top: 10px;
}

.button-wrapper a.contact-us,
body > section .read-more {
    border-radius: 12px;
    border: none;
    text-transform: uppercase;
    color: white;
    background: var(--gradient, linear-gradient(270deg, #7CEE63 0%, #00E5BB 100%));
}

.aboutus .column img {
    width: 55vw;
}

.service-lists {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    width: 100%;
}

.service-lists ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    width: 100%;
    flex-wrap: nowrap;
}
.service-lists ul li,
.service-lists ul li .layout-box{
    width: 100%;
}
.service-lists ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 9;
    position: relative;
    background-color: var(--data-tint);
    -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.service-lists ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    border: 5px solid var(--data-tint);
    z-index: -1;
    margin: 13px;
}
.service-lists ul li:hover a{
    transform: translateY(-5%);
}
.service-lists ul li a .box-row {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 65px 30px;
    flex-direction: column;
    min-width: 250px;
}
.service-lists ul li a .box-row img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 18px;
}

.service-lists ul li a .box-row::before {
    content: "";
    background-image: url(../img/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 33px;
}

.service-lists ul li a .box-row p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    color: #efefef;
    line-height: 14px;
    font-weight: 100;
}

.service-lists ul li a .box-row h4 {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
}
.testimonial-lists{
    padding-top: 20px;
    width: 100%;
}

.testimonial-lists ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: -20px;
}

.testimonial-lists ul li {
    width: 23%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.testimonial {
    border-radius: 15px;
    border: 3px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #D0EFE3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 270px;
}
.testimonial-lists ul li:hover{
    border-radius: 15px;
    background: var(--gradient, linear-gradient(270deg, #7CEE63 0%, #00E5BB 100%));
    box-shadow: 0px 10px 15px 4px #D0EFE3;
    width: auto;
}
.testimonial-lists ul li:hover .testimonial{
    background-color: white;
    border-radius: 15px;
    transform: scale(0.98);
    box-shadow: none;
}

.testimonial-lists .owl-carousel .owl-stage-outer li {
    width: 100%;
}
.testimonial-lists .owl-carousel .owl-stage-outer{
    height: 380px;
}
.testimonial-lists .owl-carousel .owl-stage-outer .owl-item{
    padding: 10px;
}


.testimonial .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px;
    background: var(--gradient, linear-gradient(270deg, #7CEE63 0%, #00E5BB 100%));
    overflow: hidden;
    padding: 3px;
}
.testimonial .testimonial-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}


.testimonial h4,
.testimonial h6 {
    margin: 0;
}
.testimonial-lists .read-more{
    border-radius: 8px;
    border: 1px solid #404040;
    color: #444;
    background: transparent;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.testimonial-lists .read-more:hover{
    border: none;
    text-transform: uppercase;
    color: white;
    background: var(--gradient, linear-gradient(270deg, #7CEE63 0%, #00E5BB 100%));
}
.other-lists{
    display: flex;
    width: 100%;
}
.other-lists ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}
.other-lists ul li{
    flex-basis: calc(100% / 3);
    padding:20px
}

.other-lists .box-row {
    border-radius: 15px;
    border: 5px solid #FFF;
    background: #F5FEFA;
    padding: 70px 50px;
    box-shadow: 0px 4px 4px 0px #D0EFE3;
    justify-content: center;
    align-items: center;
    display: flex;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.other-lists .box-row:hover{
    transform: scale(1.01);
    background: white;
    box-shadow: 0px 10px 15px 4px #D0EFE3;
}
.other-lists .box-row img{
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 10px;
}
.other-lists .box-row h4{
    color: #404040;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}
.other-lists .box-row label{
    width: 60%;
    text-align: center;
    line-height: 17px;
    padding: 10px 0;
}
footer {
    background: #282F38;
}

footer h4 {
    color: #FFF;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

footer .row {
    column-gap: 40px;
    align-items: flex-start;
}

footer .column .lists {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

footer .column .lists a,
footer .lets-talk p {
    color: #8F969E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 2px 0px;
}

footer .column .lists label {
    color: #FFF;
}

footer .column .social-sites {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
}

footer .column .social-sites a {
    font-size: 13px;
    color: white;
    padding: 2px;
    background-color: #333C48;
    height: 45px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border-radius: 3px;
}

footer .column>div {
    width: 100%;
    padding: 60px 0;
}

footer .column.column-33 {
    align-items: flex-start;
}

footer .column>div h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.bottom-bar {
    background: #21282F;
}

.bottom-bar .row {
    justify-content: space-between;
}

.bottom-bar .row a {
    color: #FFF;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 64px;
    letter-spacing: 0.2px;
}

/*----------------------About Us-----------------------*/
section.banner-area{
    min-height: auto;
}

.content-details .row{
    justify-content: flex-start;
    align-items: flex-start;
}
.non-profit-practice .icon{
    background-color: #444444;
  -webkit-mask: url(../img/non-profit.svg) no-repeat center;
  mask: url(../img/non-profit.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 40px;
  height: 40px;
}
.companies-individuals .icon{
    background-color: #444444;
    -webkit-mask: url(../img/companies.svg) no-repeat center;
    mask: url(../img/companies.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 40px;
    height: 40px;
}
.tax-compliance-litigation .icon{
    background-color: #444444;
    -webkit-mask: url(../img/tax-companies.svg) no-repeat center;
    mask: url(../img/tax-companies.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 40px;
    height: 40px;
}
.advisory-service .icon{
    background-color: #444444;
    -webkit-mask: url(../img/advisory.svg) no-repeat center;
    mask: url(../img/advisory.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 40px;
    height: 40px;
}

.non-profit-practice,
.companies-individuals,
.tax-compliance-litigation,
.advisory-service{
    padding: 25px 40px;
}
.non-profit-practice h3,
.companies-individuals h3,
.tax-compliance-litigation h3,
.advisory-service h3{
    color: #444;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-top: 18px;
    padding-bottom: 15px;
}
.banner-detail-content{
    border-radius: 20px;
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 340px;
    position: relative;
    padding: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner-detail-content h3{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    z-index: 9999;
}
.banner-detail-content p{
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    line-height: 23px;
    z-index: 9999;
}
.banner-detail-content::after{
    content: "";
    opacity: 0.9;
    background: var(--gradient, linear-gradient(270deg, #7CEE63 0%, #00E5BB 100%));
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner-detail-content::before{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-image:url(../img/about-detail.png);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-details p{
    color: rgba(104, 109, 109, 0.60);
    text-align: justify;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding-bottom:20px;
}
.statutory-authorities .service-lists{
    display: flex;
    flex-direction: column;
}
.statutory-authorities .service-lists .box-row::before{
    display: none;
}
.statutory-authorities .service-lists ul{
    padding-top: 40px;
}
.statutory-authorities .service-lists ul li .box-row p{
    line-height: 22px;
    font-weight: 100;
    font-size: 17px;
}
.services .details > .row{
    gap: 50px;
    padding-left: 50px;
}
.services .details > .row ul{
    list-style: disc;
    padding-left: 20px;
}
.services .details > .row ul li{
    padding: 10px;
    color: rgba(104, 109, 109, 0.90);
    font-size: 15px;
    font-weight: 200;
}
.services .details > .row label{
    font-size: 13px;
    color: #707070;
    padding-bottom: 25px;
    display: flex;
}

body > section.team-page,
body > section.contact-page{
    padding: 0;
}
body > section.contact-page{
    min-height: inherit;
}
.contact-page .teams{
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-page::before,
.team-page::before{
    content: "";
    background-image: url(../img/left-bg.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.contact-page::after,
.team-page::after{
    content: "";
    background-image: url(../img/right-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 400px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.teams{
    width: 100%;
}
.teams .banner-area{
    text-align: center;
    padding: 100px;
}
.contact-page .teams .banner-area{
    padding-top: 0;
}
.teams .banner-area h2{
    color: #404040;
    text-align: center;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.teams .banner-area p{
    color: #404040;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 60%;
    margin: auto;
}
.team-members{
    padding-top: 30px;
}
.team-members ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}
.team-members ul li{
    flex-basis: 50%;
    padding: 30px 100px;
}
.team-members li .image-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.team-members li .image-box img{
    position: relative;
    z-index: 999;
    width: 200px;
    margin: auto;
}
#mr-reena-joseph img,
#mr-joe-james img,
#mr-kedar-paranjape img{
	width: 271px
}
.team-members li .image-box::after{
    content:"";
    background-color: var(--data-bg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: 258px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 225px;
    border-radius: 10px;
}
.team-members li:nth-child(1) .image-box::after{
    background-image: url(../img/Sprinkle1.svg);
}
.team-members li:nth-child(2) .image-box::after{
    background-image: url(../img/Sprinkle2.svg);
}
.team-members li:nth-child(3) .image-box::after{
    background-image: url(../img/Sprinkle3.svg);
}
.team-members li:nth-child(4) .image-box::after{
    background-image: url(../img/Sprinkle4.svg);
}
.team-members li:nth-child(5) .image-box::after{
    background-image: url(../img/Sprinkle5.svg);
}
.team-members li:nth-child(6) .image-box::after{
    background-image: url(../img/Sprinkle6.svg);
}
.team-members li .team-box{
    line-height: 21px;
}

.team-members li .team-box h2{
    color: #404040;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
}
.team-members li .team-box h3{
    color: #404040;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 500;
    opacity: 0.800000011920929;
}
.team-members li .team-box h6{
    font-weight: 400;
    font-size: 14px;
    color: #464444;
}
.team-members li .team-box p{
    padding: 15px 0;
    color: rgba(104, 109, 109, 0.60);
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    font-weight: 200;
}
.contact-lists .column > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
body > section.contact-lists,
body > section.enquiry-now{
    height: auto;
    min-height: auto;
    padding-top: 0;
}
.contact-lists .column > div img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.contact-lists .column > div h3{
    color: #404040;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-lists .column > div a{
    color: #404040;
    text-align: center;
    font-size: 14px;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.contact-lists .column .detail-info{
    padding-top: 20px;
}
.contact-lists .column .social-site{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-lists .column .social-site a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 3px;
    color: white;
}
.contact-lists .column .social-site a.facebook{
    background-color: #62D0BC;
}
.contact-lists .column .social-site a.linkedin{
    background-color: #62B8D0;
}
.contact-lists .column .social-site a.instagram{
    background-color: #62D088;
}
.contact-lists .column .social-site a.google{
    background-color: #B6D062;
}
.enquiry-now .enquiry-form{
    border-radius: 12px;
    border: 1px solid #C0E5D9;
    background: #FEFFFF;
    box-shadow: 0px 16px 20px 0px #E1EFE8;
}
.enquiry-now > .container > .row{
    flex-direction: column;
}
.enquiry-form{
    width: 80%;
}
.enquiry-form form{
    padding: 50px 30px;
}
.enquiry-form .column{
    padding: 25px;
    padding-bottom: 0;
    align-items: flex-start;
}
.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form input[type="number"]{
    width: 100%;
    height: 55px;
    padding-left: 15px;
    border-radius: 8px;
    border: 2px solid #444;
    background: #FFF;
}
.enquiry-form textarea{
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid #444;
    background: #FFF;
}
.enquiry-form input[type="submit"]{
    border-radius: 41px;
    background: #444;
    border: none;
    display: flex;
    width: 210px;
    padding: 13px 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #F4F7FA;
    font-size: 15px;
    cursor: pointer;
}
.enquiry-form label{
    color: #444;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
    font-family: 'Hind', sans-serif;
}
.why-now{
    width: 100%;
}
.why-now h2.accordion{
    border-radius: 9px;
    background: var(--gradient, linear-gradient(270deg, #7CEE63 0%, #00E5BB 100%));
    display: flex;
    padding: 14px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    color: white;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.why-now h2.accordion.active{
    border-radius: 18px 18px 0px 0px;
    margin-bottom: 0px;
}
.why-now .accordion-body > p{
    padding: 35px 20px;
    color: #938e8e;
}
.why-now ul li{
    background: #E6F8F2;
    display: flex;
    padding: 14px 40px;
    align-items: center;
    margin-top: 10px;
    color: rgba(104, 109, 109, 0.90);
}
.upload{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px dashed black;
    padding: 60px;
    border-radius: 12px;
}
.upload img{
    width: 110px;
    margin: auto;
    opacity: 0.4;
}
.phillipos-co .row:first-child .column-70{
    padding-right: 100px;
}
.phillipos-co .row:last-child .column-70{
    padding-left: 100px;
}
.phillipos-co .top-title::before,
.phillipos-co .top-title::after{
    display: none;
}
.phillipos-co .main-title{
    padding-bottom: 20px;
}
.phillipos-co .column p{
    padding-bottom: 20px;
    text-align: justify;
}
.phillipos-co .column-img-content img{
    border-radius: 15px;
    background: var(--gradient, linear-gradient(270deg, #7CEE63 0%, #00E5BB 100%));
    padding:5px;
}
.phillipos-co .button-wrapper a{
    padding: 18px 55px;
}
.phillipos-co .row:last-child{
    padding-top: 200px;
}
body > section.extra,
body > section.statutory-authorities,
body > section.google-map{
    min-height: unset;
}
body > section.extra .other-lists,
body > section.statutory-authorities .service-lists{
    padding-bottom: 100px;
}
/* .contact-lists .accordion{
    cursor: pointer;
}
.contact-lists .accordion + .accordion-body{
    display: none;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
} */
.contact-lists .accordion.active + .accordion-body{
    display: block;
}
body > section.google-map{
    width: 100%;
    position: relative;
    height: 465px;
}
.google-map iframe{
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-top: 4px solid #d0ecec;
    border-bottom: 4px solid #d0ecec;
}
.contact-infos{
    margin-top: -95px;
}
.contact-infos .column{
    padding: 20px;
}
.contact-infos .column > div{
    border-radius: 15px;
    padding: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #C0E5D9;
    background: #FEFFFF;
    box-shadow: 0px 16px 20px 0px #E1EFE8;
    height: 190px;
}
.contact-infos .detail-info{
    line-height: 15px;
    padding-bottom: 0px;
    padding-top: 5px;
}
.message-column{
	align-items:flex-end !important;

}
.message-column .alert-failure,
.help-block{
	color:red;
}