*{
    margin:0;
    padding:0;
}

:root {
    --primary-color:#084575;
    --grey-color:#6E787D;
    --text-color:#4D4D4D;
    --green:#91BAC2;
    --bg-color:#E5F4F6;
    /* --color1:#3E5F82; */
    --color1:#084575;
    --color2:#C7C7C7;
    
}

@font-face {
    font-family: 'Noirden';
    src: url('../font/Noirden-Regular.woff2') format('woff2'),
        url('../font/Noirden-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'DM Sans', sans-serif;
    float: left;
    width:100%;
    background: #fff;
    font-size: 16px;
    color:#343434;
    line-height: 1.8;
    font-weight:400;
    overflow-x: hidden;
}
body, html{
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
.hide{
    display: none;
}
:focus{
    outline: none !important;
}
a {
    color:#000;
    font-weight:400;
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
    text-decoration:none
}
a:hover {
    color:var(--primary-color);
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s
}
a, .btn, input, select, textarea, button, img {
    outline:0!important;
    box-shadow:none
}

.gray-bg{
    background:#fcfaf7;
}
ol {
    padding-left:15px
}
select {
    color:rgba(0,0,0,0);
    text-shadow:0 0 0 #000
}
a img {
    outline:0
}
input, select, textarea {
    outline:0;
    -webkit-border-radius:0;
    box-shadow:none
}
input[type="submit"] {
    cursor:pointer
}
a:hover,a:focus {
    text-decoration:none
}
p:empty {
    display:none
}
p:last-child{
    margin-bottom:0;
}
iframe {
    border:none;
    width:100%;
    height:100%
}
.white-text {
    color:#fff!important
}
.alignnone {
	display: block;
    margin: 25px auto;
}
.aligncenter, div.aligncenter {
    margin: 25px auto;margin-top: 0;
}
.mainpage hr{
    display: none;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: right;
    margin: 5px 0 20px 20px;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
strong {
    font-weight: 600;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
/*============ Heading CSS ============*/
.sub-heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #17243b;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    width: 100%;
    font-weight:500;
    color:#000;
    font-size: 52px;
   
}
.h2 .h2, h2, .heading, h2.title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
    color: var(--primary-color);
}
h3{
    font-size: 28px;line-height: 1.3;
}
h4{
    font-size: 22px;line-height: 1.3;
}
h5{
    font-size: 20px ; line-height: 1.3;
}
h6{
    font-size: 18px;line-height: 1.3;
}
/*============ Heading CSS END ============*/

/*============ Slick Arrow/Dots CSS ============*/
.slick-arrow {
    top: 50%;
    bottom: auto;
    width: 30px;
    height: 30px;
    left: -40px;
    right: auto;
	z-index:9;
    transform: translateY(0%);
}
.slick-arrow svg, .slick-arrow img {
    width: 30px;
    height: 30px;
    fill: #4D88B6;
}
.slick-arrow svg path{
    fill: #4D88B6;
}
.slick-next {
    left: auto;
    right: -40px;
}
.slick-arrow:hover svg, .slick-arrow:hover svg path{
    fill: #000;
}
.slick-dots li button:before{
    content:none
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.slick-dots li{
    width: 34px;
    height: 34px;
   
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.slick-dots li.slick-active{
    border:1px solid var(--color1);
}
.slick-dots li.slick-active button{
    background-color: var(--primary-color);
}
.slick-dots{
    display: flex;
    justify-content: center;
    margin-top:30px;
    position: relative;
}
.slick-dots li:hover{
    opacity: 0.5;
}
/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img{
    display:none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination {
    margin-top: 50px;
   
}
.pagination h2.screen-reader-text {
    display: none !important;
}
.pagination .nav-links * {
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #919191;
    
}
.pagination .page-numbers{
    margin-right: 20px;
}
.pagination .nav-links .current,.pagination .prev, .pagination .next, .pagination .nav-links *:hover {
    color: var(--primary-color);
   
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd{
    padding:80px 0;
}
.space-mr{
    margin:80px 0;
}
.btn {
    background: var(--grey-color);
    border-radius: 0;
    color: #fff;
    border:2px solid var(--grey-color);
    font-size:16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 45px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 35px;
    line-height: normal;
    line-height: 1;
    position: relative;
    letter-spacing: 0.5px
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover{
    background:none;
    color:var(--grey-color);
}
.white-hover-btn:hover {
    color: #fff;
    border-color: #fff;
}
.white-btn{
    background: none;
    color: #fff;
    border:2px solid #fff;
}
.white-btn:hover{
    background:#fff;
    color:var(--primary-color);
	border:2px solid #fff;
}
.bg-blue{background:#E9F7F9;}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
    margin-top:35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7{
    position: relative;
    z-index: 9;
}
.wpcf7 .form-group {
    margin-bottom: 30px;
}
.form-control:focus {
    box-shadow: none;
    background: no-repeat;
    color: #000;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
    width: auto;
}
.wpcf7 .wpcf7-not-valid-tip{
    display:none;
}
.wpcf7 .wpcf7-response-output {
    border: none!important;
    margin: 0!important;
    font-size: 11px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0!important;
}
.sidebar-form-outer .wpcf7 .wpcf7-response-output {
	color: #fff;
}
.wpcf7  .wpcf7-response-output.wpcf7-mail-sent-ok {
    color:#398f14!important;
}
.wpcf7 label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    width: 100%;
}
.form-control {
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px 0px;
    color: #15071e;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}
textarea.form-control {
    height:100px;
    resize: none;
}  
.select-box select {
    color: #000;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 14px 0;
    line-height:normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box > span{
    position:relative;
}
.select-box > span::after{
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked + .wpcf7-list-item-label {
    color: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
   
}
.submit-btn input[type="submit"] {
    background: var(--color1);
    width: auto;
    border: none;
    padding: 14px 32px;
    font-weight: 500;
    text-transform:uppercase;
    color: #fff;
    border:2px solid var(--color1);
    line-height: 24px;
    width: 100%;
    border-radius: 30px;
   
}
.sidebar-form .submit-btn input[type="submit"]{
    min-width: 200px;
}
.submit-btn input[type="submit"]:hover{
    background: none;
    color:var(--primary-color);
    border-color:var(--primary-color)
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader{
    display:none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    background-image: url(../img/loader-w.svg);
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block!important;
    top: 0;
    bottom: auto;
}
p.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    bottom: 16px;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: 12px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 33px;
}
.blog-search.msg-side-form {
    top: auto;
    bottom: -20px;
    -webkit-border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-leftt-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    right: 0;
}
.blog-sidebar  div.wpcf7 .ajax-loader.is-active{
    background-color: var(--primary-color);
    border-color:var(--primary-color);
}
/*============ Form CSS END ============*/


/*==================== No Inner Banner CSS ====================*/
.no-banner header#header { background-color: var(--primary-color);}     
.no-banner  #container-wrap{ margin-top: 70px;}
/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    min-height:450px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	

}

.page-banner .container{
    z-index: 2;
}

.page-banner .banner-title {
    text-align: start;
    font-size: 76px;
    font-weight: 400;
    line-height: 90px;color: #fff;
   
	margin: 0;
    position: relative;
	text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%);
}
.page-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 100px;
}

/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/ 
.blog-search input.form-control {
    padding: 15px 45px 15px 10px;
    line-height: normal;
    height: 55px;
    width: 100%;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
	
	border: 1px solid #E4DFDF;
}
.blog-search input.form-control:focus ~ .msg-side-form{
    display:none;
}
.blog-search .search-btn {
    background: none;
    height: 55px;
    cursor: pointer;
    z-index: 9;
    width: 55px;
    line-height: normal;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blog-search .search-btn svg, .blog-search .search-btn img {
    width: 20px;
    height: 20px;
    fill:var(--primary-color);
}
.blog-search .search-btn svg path{
    fill:var(--primary-color);
}
.blog-search .msg-side-form, .search-input-wrap .msg-side-form {
   right: 0px;
    top: auto;
    bottom: -20px;
    -webkit-border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-leftt-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    right: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.blog-search .form-control:focus{
	box-shadow: none;
}

.sidebar-heading, .sidebar-list .widget-title {
    padding-bottom: 16px;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.sidebar-list {
    background: #fff;
    border: 1px solid #C7C0C0;
    padding: 40px 30px;
}
.sidebar-list .widget-title, .sidebar-list .sidebar-heading {
    color: #000;
    text-transform: capitalize;
    font-size: 28px;
}
.sidebar-list li {
    display: block;
}
.sidebar-list ul li a {
    padding: 8px 0 8px 18px;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000;
    position: relative;
}
.sidebar-list ul li a::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 18px;
}
.sidebar-list ul li a:hover::before , .sidebar-list ul li.active a::before , .sidebar-list ul li.activeChild a::before , .sidebar-list ul li.current_page_item  a::before  {
    background: var(--primary-color);
}
.sidebar-list ul li a:hover, .sidebar-list ul li.active a, .sidebar-list ul li.activeChild a, .sidebar-list ul li.current_page_item  a {
    color: var(--primary-color);
}


.sidebar-form {
    background-color: var(--color1);
 text-align: center;
   /*padding: 40px 25px;*/
	
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar-form .submit-btn input[type="submit"]{
    background-color: var(--grey-color);
}
.sidebar-form .submit-btn input[type="submit"]:hover{
    background-color: white;
    border-color: white;
}
.sidebar-form .sidebar-heading {
    color: #fff;
}
.sidebar-form .form-group {
    margin-bottom: 30px;
}
.sidebar-form .form-control {
    color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    font-weight: 400;
}
.sidebar-form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    box-shadow: none;
}
.sidebar-form ::-webkit-input-placeholder {
    color: rgba(243, 243, 243, 0.5);
}
.sidebar-form ::-moz-placeholder {
    color: rgba(243, 243, 243, 0.5);
}
.sidebar-form :-ms-input-placeholder {
    color: rgba(243, 243, 243, 0.5);
}
.sidebar-form :-moz-placeholder {
    color: rgba(243, 243, 243, 0.5);
}
/*==================== Sidebar CSS END ====================*/ 


.dark-blue-bg{
    background:#1e2c4b;
}
.light-blue-bg{
    background:#32405d;
}
.small-heading {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading{
    text-transform: uppercase;
}



.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}
.radio-btn span.wpcf7-list-item:last-child{
    margin-right:0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}

/*==================== Staff Detail CSS START ====================*/ 
.staff-member.detail-page .magazine-images .wrap{
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    gap: 20px;
}
.magazine-images h4 {
    color: var(--Grey, #6E787D);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}
.faq-accordation-sec .accordion-header{line-height:0;}
.faq-accordation-sec .accordion-header button, .faq-accordation-sec .accordion-collapse {background: #fff;}
.faq-accordation-sec button.trans-btn.collapsed{color:#3F3F3F;}
.faq-accordation-sec button.trans-btn {
    color: #3E5F82;
    border-bottom: 1px solid #E7E7E7 !important;
    background: transparent;
    padding:14px 20px;
    padding-right: 60px;
	text-align:start;
    width: 100%;
    position: relative;
    border: 0 !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
    text-transform: uppercase;
}
.faq-accordation-sec .accordion-item {
    border: 1px solid #E4E4E4;
}
.faq-accordation-sec .trans-btn.collapsed::after {
    transform: rotate(0deg);
}
.faq-accordation-sec .trans-btn::after {
    content: '';
    position: absolute;
    top: 0;
    height: 28px;
    width: 29px;
    background-image: url(/wp-content/themes/natural/img/faq-arrow.svg);
    right: 20px;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
    transition-duration: .5s;
}
.faq-accordation-sec .accordion-item .accordion-body{padding:20px;padding-top:0;}
.faq-accordation-sec .accordion-item .accordion-body p {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}
.section_title {
    color: #084575;
    margin-bottom: 50px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    text-align: center;
}

/*==================== Staff Detail CSS END ====================*/ 


/*==================== Footer Detail CSS END ====================*/ 
.detail-footer {
    padding: 100px 0 187px;
	background-position: center center;
	letter-spacing:0.8px;
	background-size: cover;
}
.detail-footer h2 {
    margin-bottom: 30px;letter-spacing: 2.1px;
}
.detail-footer .btn-list{margin-top:33px;gap:18px;}
.detail-footer .btn-list .btn{letter-spacing:0.8px;}
.detail-footer .detail-footer-lists {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
	margin-bottom:10px;
}

/*==================== Footer Detail CSS END ====================*/ 
.mainpage figure {
    position: relative;
}
.mainpage figcaption {
    position: absolute;
    top: 15px;
    left: 32px;
    color: #fff;
}


.submitting span.wpcf7-spinner {
    visibility: visible;
    opacity: 1;
	display: inline-block !important;
}
.newsletter-sec input[type="email"] {
    color: #000;
}
.home-service-section #pills-tabContent {
    text-align: center;
}