@charset "utf-8";

@font-face {
  font-family: 'FT Sans Light';
  src: url(../fonts/FuturaPT/FuturaPTLight.otf);
}
@font-face {
  font-family: 'FT Sans Book';
  src: url(../fonts/FuturaPT/FuturaPTBook.otf);
}
@font-face {
  font-family: 'FT Sans Medium';
  src: url(../fonts/FuturaPT/FuturaPTMedium.otf);
}
@font-face {
  font-family: 'FT Sans Demi';
  src: url(../fonts/FuturaPT/FuturaPTDemi.otf);
}
@font-face {
  font-family: 'FT Sans Heavy';
  src: url(../fonts/FuturaPT/FuturaPTHeavy.otf);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	/*font-family: 'Nunito Sans', sans-serif;*/
	
}
a
{
    color: #164d3d;
    outline: none;
    text-decoration: none;
}

a:hover{
    outline: none;
    text-decoration: none;
    color: #53b6a4;
}
a:focus{
    outline: none;
    text-decoration: none;
}
button, button:focus, button:hover
{
    outline: none;
    text-decoration: none;
}
.img-responsive
{
	width: 100%
}
h1,
h2,
h3,
h4,
h5, h6 {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3, h4{
    font-family: 'FT Sans Demi';
}

ul
{
    list-style: none;
    margin-bottom: 0
}
.row-xs
{
    margin-left: -8px;
    margin-right: -8px;
}
.row-xs div[class*="col"] {
    padding: 0 8px;
}

.mt-6, .my-6 {
    margin-top: 4rem!important;
}
.text-success
{
    color: #6bc50b!important;
}

.btn.focus, .btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus{
    box-shadow: none;
    color: #fff;
}
.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.form-control:focus {
    border-color: #53b6a4;
    box-shadow: none;
}

header
{
	background: #fff;
	padding: 12px 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	position: sticky;
	top: 0;
	z-index: 99
}

header .logo
{
	height: 50px
}

header.sticky .nav > ul > li > a{
  color: #242424;
}
header.sticky .nav > ul > li > a{
  color: #242424;
}
/* .innerHeader {
    position: relative;
    background: #fff;
} */
header.innerHeader .nav > ul > li > a {
    color: #787878;
}
header.innerHeader .nav > ul > li > a:hover
{
    color: #37aca1;
}

header.innerHeader .nav > ul > li > a:hover:before {
    width: 70%;
    background: #37aca1;
}
header.innerHeader .nav > ul > li > a:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    bottom: -2px;
    transition: width .5s ease,background-color .5s ease;
}

header.innerHeader .nav > ul > li > a.active
{
    color: #37aca1;
}
header.innerHeader .nav > ul > li > a.active:before {
    width: 70%;
    background: #37aca1;
}

.logo-top-left {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    position: relative;
    z-index: 10;
}

.top-right {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 405px);
}
.right-nav
{
  float: left;
  text-align: right;
}


.link-top
{   font-size: 15px;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.link-top:hover{color: #fff;}

.link-top > span{
    
    color: #fff;
    text-align: center;
    margin-right: 20px;
    line-height: 28px;
    border-radius: 50px;
    font-size: 18px;
}
.link-top label
{
  font-weight: 400;
}
.cta-right
{
    float: right;
}
.cta-right .btn-theme {
  letter-spacing: 0.3px;
    display: inline-block;
  /*color: #fff;
  background: #53b6a4;*/
  border-radius: 50px;
  font-weight: 600;
  padding: 7px 20px 6px;
  text-transform: uppercase;
  font-size: 13px;
  transition: all .4s;
  border: 1px solid #53b6a4;
  background: #fff;
  color: #53b6a4;
}
.btn-theme {
  color: #fff;
  background: #53b6a4;
  border: none;
}
.btn-theme:hover{
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.19);
}

.btx
{
    position: relative;
    display: inline-block;
    padding: 12.5px 22px;
    font-size: 14px;
    background: #fff;
    border: none;
    border-radius: 4px;
    color: #164d3d;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: .15s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    line-height: 18px;
}
.btx:hover {
}
.btx:focus {
}
.btx-transparent
{
    background: rgb(255 255 255 / 14%);
    border: 1px solid #c0c0c0;
    color: #ffffff;
}
.btx-transparent:hover
{
    background: #fff;
    border: 1px solid #c0c0c0;
    color: #ffffff;
}

.btx-green
{
    background: #37aca1;
    color: #fff;
    border: 1px solid #37aca1
}
.btx-green:hover
{
    color: #fff;
    background: #1a7e75;
}

.nav-bar{ 
  background: transparent;
  text-align: right;
}


/*+++++++++++++++++NAV MENU+++++++++++++++++++*/


#pull{display:none;}

.nav
{
  display: inline-block;
}
.nav > ul{
  margin: 6px 0 0;
  padding: 0px;
  width: 100%;
}
.nav > ul > li{position:relative;display:inline-block;vertical-align:middle;width:auto;height:auto;margin:0px 35px 0px 0px;}

.nav > ul > li > a:hover{
    color: #22decc;
}
header.sticky .nav > ul > li > a:hover{
    color: #22decc;
}
.nav > ul > li > ul > li a:hover{
    color: #fff;
}

.nav > ul > li > a {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  /*padding: 20px 10px 20px 10px;*/
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{}
.nav > ul > li > ul{position:absolute;top:41px;left:0;z-index:9999;width:220px;height:auto; padding: 6px 7px;
    border-radius: 3px;
    background: #fff;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
    box-shadow: 0 4px 8px rgba(0,0,0,.175);}
/*.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}*/
.nav > ul > li:hover > ul{opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;padding:6px 10px 6px 10px;
  color: #242424;
    background: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
  cursor:pointer;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:6px 10px 6px 10px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{color: #09457e;}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}
.bg-click
{
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    display: none;
}

.section-title h2
{
    font-size: 37px;
    line-height: 44px;
    
}
.section-title.text-left p
{
    width: 70%;
    font-weight: 600;
    margin-top: 5px;
}
.section-title.text-center p
{
    width: 70%;
    margin: 5px auto 0;
    font-weight: 600;
}

p
{
    color: #414144;
    font-size: 16px;
}



._2Menu {
    background-color: #fafafa;
    position: sticky;
    top: 61px;
    z-index: 10;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}
.list-unstyled {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-unstyled li a {
    padding: 10px 20px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
    color: #212529
}
.list-unstyled li a:hover
{
    color: #53b6a4;
}
.list-unstyled li p {
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding-left: 8px;
}
.list-unstyled li svg
{
    height: 20px;
}
.list-unstyled li a.active
{
    color: #53b6a4;
    border-bottom: 2px solid #53b6a4;
}
.list-unstyled li a.active svg path
{
    fill: #53b6a4;
}

.icon-service-type {
    fill: #53b6a4;
}

.howto-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}
.howto {
    width: 326px;
    padding: 40px 15px 20px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.howto .howto-img {
    margin-bottom: 20px;
    text-align: center;
}
.howto-img img
{
    max-height: 71px;
    margin: 0 auto
}
/*.howto .howto-num {
    height: 80px;
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    font-size: 66px;
    font-weight: 700;
    line-height: 80px;
    font-style: italic;
    color: #005a96;
}*/

.divider {
    width: 49px;
    height: 2px;
    background: #37aca1;
    max-width: 100%;
    margin: 13px auto;
    transition: .33s all ease;
}

.howto-container .howto p {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.howto:before, .howto:after {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #37aca1;
    pointer-events: none;
    transition: .33s all ease;
}
.howto:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.howto:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.howto:hover:before, .howto:hover:after {
    width: 100%;
    height: 100%;
    border-color: #37aca1;
}

.howto:hover .divider {
    width: 148px;
}

#img-slide img
{
    border: 1px solid #cdd0dd;
}

.multi-block {
    padding: 75px 0 70px;
}
.multi-content-section .multi-block:nth-child(even) {
    background: #f3f4f9;
}

li.icon-tick {
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
}

li.icon-tick:before {
    position: absolute;
        top: -4px;
    left: 0;
    font-size: 21px;
    content: "\f00d";
    font-family: IcoFont!important;
    color: #53b6a4;
}
.accreditation-logos img
{
    padding: 0 10px;
}

.faq-section {
    background: #fff;
    padding: 60px 0;
}
.accordion-faq
{
    width: 75%;
    margin: 0 auto;
}
.accordion-faq li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.accordion-faq li:last-child
{
    margin-bottom: 0;
}
.accordion-faq li h3 {
    
    font-size: 22px;
    line-height: 28px;
    cursor: pointer;
    color: #3b3f3f;
}
.accordion-faq li h3:hover, .accordion-faq li h3.active
{
    color: #53b6a4;
}
.accordion-faq li p {
    
    display: none;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
}
.testibg
{
    background: url(../images/banner.jpg)no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 70px;
    position: relative;
    color: #fff;
    text-align: center;
}
.testibg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(5 30 28 / 89%);
}
/*.tp-widget-review {
    position:relative;
    min-height: 240px;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 8%);
}
.avatar
{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.user-header {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
}*/

.user-header label{
    font-size: 22px;
    margin-bottom: 10px;
    /*color: #101010;*/
    font-family: 'FT Sans Demi';
    line-height: 15px;
}
.user-header h4 {
    font-size: 18px;
    margin: 0;
    /*color: #484a68;*/
    font-family: 'FT Sans Book';
}
.tp-widget-review svg
{
    height: 16px;
}
.tp-widget-review .rating
{
    margin-top: 10px;
}
.rating svg path
{
    fill: #a4feee
}
.tp-widget-review .text {
    line-height: 24px;
    margin-top: 15px;
    color: #b5dfdb;
}

#testimonial.owl-theme .owl-nav [class*='owl-'] {
    background-color: rgb(255 255 255 / 20%);
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #ffffff;
    font-size: 18px;
    padding: 6px 10px!important;
}

#testimonial.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: rgb(255 255 255 / 30%);
}

#testi.owl-theme .owl-stage-outer {
    padding-bottom: 10px;
    padding-top: 10px;
}
#testi.owl-theme .owl-nav [class*='owl-'], #portfolio.owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff;
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #53b6a4;
    font-size: 17px;
    height: 37px;
    width: 37px;
    line-height: 28px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);

}

#testi.owl-theme .owl-nav [class*='owl-']:hover,  #portfolio.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff!important;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15)
}

#testi.owl-theme .owl-next {
    right: -42px
}

#testi.owl-theme .owl-prev{
    left: -8px
}

#portfolio.owl-theme .owl-next {
    right: 6.3%
}

#portfolio.owl-theme .owl-prev{
    left: 9%
}

#portfolio.owl-theme img{
    box-shadow: 0 4px 22px 0 rgb(0 0 0 / 7%);
    border-radius: 6px;
}
#portfolio.owl-carousel .owl-stage-outer .owl-item {
    padding: 0 2vw;
}
#portfolio.owl-carousel .owl-stage-outer {
    padding: 20px 0 30px;
}
.appscreen 
{
    margin: -140px auto 0;
}
/*.container-free
{
    background: #f7f8f9;
}*/




footer
{
    padding: 50px 0 20px;
}
footer p
{
    margin: 15px 0 0;
    color: #f7f7f7;
    font-size: 14px;
}
footer.dark {
    padding: 50px 0 20px;
    background: #263238;
}

.footer1 h5 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer1 ul li a {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #cecece;
    transition: 0.03s;
    font-weight: 400;
}
.footer1 ul li a:hover
{
    color: #fff;
}
.footer1 ul li {
    margin-top: 4px;
    list-style-type: none;
}
.footer1 ul li a i {
    margin-right: 10px;
}
.social a {
    position: relative;
    padding: 7px 17px;
    border-radius: 50%;
    background: rgba(79, 82, 85, .12);
    border: 1px solid rgba(204, 209, 212, .3);
    margin-right: 5px;
    transition: .4s;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.social a:hover {
    background: rgb(208 208 208 / 21%);
    transition: .4s;
}
.footer-menu
{
    margin-top: 15px;
}
.footer-menu ul li
{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.footer-menu ul li:last-child
{
    border-right: none
}
.footer-menu ul li a
{
    color: #fff;
}
.footer-content
{
    text-align: center;
}
.footer-content label
{
    color: #aeaeae;
}
.footer-content a
{
    color: #fff;
}


.home-earn {
    background: #f3f4f9;
    padding: 75px 0 75px;
}

.section-insur {
    padding: 70px 0 30px;
}
.insur-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.insur-left-block {
    max-width: 857px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.insur-left-block .content-panel {
    background: #f5fef9;
    padding: 75px 175px 68px 75px;
}
.insur-right-block {
    max-width: 520px;
    padding: 40px 40px;
    margin-top: 45px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
    background-color: #fff;
    margin-left: -100px;
    position: relative;
}
.listing-cards li {
    width: 100%;
    display: table;
    border-bottom: 1px solid #ededed;
    list-style: none;
    padding: 27px 0 10px;
}
.listing-cards li:last-child {
    border-bottom: 0;
    padding-bottom: 0!important;
}
.listing-cards .card-icon {
    display: table-cell;
    width: 70px;
}
.listing-cards .card-box {
    display: table-cell;
    vertical-align: top;
}
.listing-cards .card-icon img {
    max-width: 44px;
}
.card-box h3 {
    font-size: 19px;
    margin: 0 0 16px;
}
.card-box p {
    line-height: 1.5;
    color: #636363;
    font-size: 16px;
}

.listed-shadow li
{
    padding: 15px 25px;
    border: 1px solid #53b6a4;
    border-radius: 4px;
        transition: 0.4s;
}
.listed-shadow li:hover
{
    box-shadow: 0 2px 4px rgb(0 0 0 / 19%);
}


.investors-section {
    padding: 70px 0;
}
.team figure
{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto
}
.team figcaption h4
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
}
.team figcaption h5
{
    font-size: 14px;
    color: #787878;
}
.our-partner
{
    padding: 60px 0;
    background: #f3f4f9;
}
.logo-item {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 25px 35px 0;
}
.logo-item img {
    height: 38px;
}
._searchMenu ul
{
    border-bottom: 1px solid #ccc;
}
._searchMenu .list-unstyled {
    display: flex;
    align-items: center;
    justify-content: initial;
    flex-wrap: wrap;
}
/*._searchMenu li:first-child a
{
    border-left: 1px solid #ccc;
}*/
.form-control-feedback {
    position: absolute;
    top: 34px;
    left: 16px;
    font-size: 13px;
    z-index: 2;
    display: block;
    width: 32px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.search-box
{
    padding-left: 30px;
}

.stock-block {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    height: auto;
    padding: 30px 40px;
    margin-bottom: 30px;
}
.fund-title {
    font-size: 18px;
    font-weight: 700;
    color: #005a96;
}
.returns i {
    font-size: 12px;
    font-weight: 700;
}
.fund-category
{
    margin: 0;
}
.fund-actions .btn
{
    border-radius: 50px;
    font-weight: 600;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
.fund-detail-head {
    font-size: 13px;
    color: #707780;
}
.fund-detail-graph {
    font-size: 13px;
    color: #707780;
    text-align: right;
}
.fund-detail .fund-detail-value {
    font-size: 14px;
    font-weight: 700;
    color: #3f5166;
}
/*.fund-detail-value
{
    margin-bottom: 0;
}*/

.home-logo
{
    padding: 0 0 20px;
}
.home-right-menu a
{
    color: #fff;
    padding-left: 15px;
}
.home-right-menu a:first-child
{
    padding-left: 0;
}
.home-right-menu a:hover
{
    color: #eee;
}
.home-card
{
    background: #f8f8f8;
    padding: 20px 8px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.home-card:before, .home-card:after {
    content: '';
    position: absolute;
    width: calc(100% - 85px);
    height: calc(100% - 85px);
    border: 1px solid transparent;
    pointer-events: none;
    transition: .83s all ease;
}
.home-card.hover:before, .home-card.hover:after, .home-card:hover:before, .home-card:hover:after {
    width: 100%;
    height: 100%;
    border-color: rgb(252 254 255 / 80%);
}
.home-card:before {
    top: 0;
    left: 0;
    border-width: 1.5px 0 0 1.5px;
}
.home-card:after {
    bottom: 0;
    right: 0;
    border-width: 0 1.3px 1.3px 0;
}
.home-card h3 {
    font-size: 18px;
    margin: 15px 0 0;
    color: #222;
}
.home-card svg
{
    height: 49px;
}
.bg-green
{
    background: #23dd26;
}
.bg-pink
{
    background: #c60084;
}
.bg-purple {
    background: #6d1a84;
}
.bg-red
{
    background: #d33800;
}
.bg-seagreen {
    background: #64ebe5;
}
.bg-facebook {
    background: #3b5998;
}
.bg-twitter {
    background: #00acee;
}
.bg-orange {
    background-color: #ff6600;
}

div[class*="bg"] svg path
{
    fill: #fff
}
div[class*="bg"] h3
{
    color: #fff;
}
div[class*="bg"] i
{
    color: #fff;
    font-size: 42px;
    line-height: 49px;
}
.home-card:hover
{
        box-shadow: 0 2px 8px rgb(255 255 255 / 57%);
}

.logo-card
{
    padding: 36px 8px;
    text-align: center;
}
.modal-lg-dialog {
    max-width: 900px;
}
.modal-radius {
    border-radius: 18px;
}
._close_popup_buton {
    border-radius: 50%;
    border: none;
    padding: 4px 10px;
    color: #222323;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    transform: rotate(45deg);
}
.modal-radius ._close_popup_buton {
    position: absolute;
    right: 24px;
    top: 23px;
}
.modal-logo{
    text-align: center;
    margin-bottom: 30px;
}
.modalText .form-control
{
    font-size: 13px;
    background-color: #f6f6f6;
}
.modalText .col-form-label
{
    font-size: 13px;
    font-weight: 600;
}
.modalText .form-group {
    margin-bottom: 20px;
}
.checkin-modal .modal-body
{
    padding: 20px 25px;
}
.checkin-modal p
{
    color: #787878;
}
.checkin-modal .form-control
{
    padding: 15px 15px;
    height: 46px;
}
.checkin-modal .btn-theme
{
    padding: 12px 12px;
}

.secure-meeting-wrap {
    background: #f5fef9;
    border: 1px solid #37aca1;
    padding: 70px;
    text-align: center;
}
.secure-meeting-wrap span img
{
    height: 50px
}
.secure-meeting-wrap p
{
    line-height: 28px;
}
.featured-container
{
    display: table;
    width: 100%
}
.featured-left
{
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    border: 1px solid #f0f0f0;
    background: #37aca1;
}
.featured-right
{
    display: table-cell;
    width: 60%;
    vertical-align: middle 
}
.cd-featured-first
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
}
.cd-featured{
    display: flex;
    flex-flow: wrap;
}
.cd-featured li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    width: 50%;
    padding: 30px;
    border: 1px solid #e5eceb;
    background: #f8fffb;
}
.cd-li-icon img
{
    height: 43px;
    margin-top: 8px;
}
.cd-li-text 
{
    padding-left: 20px;
}
.cd-li-text h4
{
    font-size: 1.25rem
}
.cd-li-text .btx
{
    padding: 7px 15px;
    font-size: 11px;
    letter-spacing: 0.2px;
    margin-top: 10px
}
.cd-featured-first .cd-li-text, .cd-featured-first .cd-li-text p
{
    color: #fff;
}

.lawfirm-needs
{
    background: url(../images/need-background.jpg)no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0 70px;
    color: #fff;
    position: relative;
}
.lawfirm-needs:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(30 88 82 / 35%);
}
.lawfirm-needs .container
{
    position: relative;
    z-index: 2;
}
.lawfirm-needs p{
    color: #fff;
}
.need-card
{
    min-height: 240px;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
    text-align: center;
    border-bottom: 2px solid #37aca1;
}
.need-img img
{
    height: 62px;
    margin-bottom: 15px;
}
.need-card p
{
    margin: 15px 0 0;
}
.need-container
{
    margin-top: -70px;
    position: relative;
    z-index: 1;
}


.banner
{
  position: relative;
  overflow: hidden;
  height: 600px;
  background: url(../images/banner.jpg)no-repeat;
  background-size: cover;
  /*background: #009688;*/
}
.banner:before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(3 9 8 / 71%);
    backdrop-filter: blur(2px);
}
.banner-text
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    width: 44%;
    z-index: 1;
    text-align: center;
}

.banner-text h1
{
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px #7b7b7b;
}

.banner-text p
{
  color: #fff;
  font-size: 29px;
  line-height: 34px;
  font-weight: 600;
    height: 105px;
    margin-top: 8px;
    text-shadow: 1px 0px #7b7b7b;
}
.particle
{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.2;
}


/*.connect-strip {
    background: #2baea1;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}*/
.connect-strip label a
{
    color: #c0fff9;
}
.connect-strip label
{
    font-size: 24px;
    font-weight: 600;
    color: #c0fff9;
}
.connect-strip .container
{
    position: relative;
    z-index: 2
}
.dots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.handwritten.highlight {
    line-height: 62px;
        font-size: 20px;
        letter-spacing: 2px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    font-family: 'Chilanka', cursive;
    color: #f5fffe;
    position: relative;
}
.handwritten.highlight:before {
    content: "";
    background: url(../images/curve-arrow.png);
    margin-left: -3.5rem;
    width: 31px;
    height: 55px;
    position: absolute;
}

.trust-block
{
    padding: 50px 0 50px;
    background: #263238;
    color: #fff;
}
.trust-block p
{
    color: #fff;
}
.trust-card {
    width: 100%;
    border-radius: 8px;
    padding: 20px 20px 15px;
    margin-bottom: 30px;
    transition: all .3s ease;
    position: relative;
    /*border-bottom: 3px solid transparent;*/
    min-height: 265px;
    background: rgb(255 255 255 / 4%);
}
.trust-card-icon {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
}

.trust-card h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.trust-card p {
    margin-top: 10px;
}
.trust-card-icon i {
    color: #7adfdc;
    font-size: 25px;
}
.trust-card-icon svg {
    width: 48px;
    height: 35px;
}
.trust-card-icon svg * {
    transition: all .3s ease;
    fill: #7adfdc
}


.bar_tenders_profile_area {
    border: 1px solid #ece8e6;
    padding: 13px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.bar_tenders_profile_image {
    width: 115px;
    height: 115px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.bar_tenders_profile_image img {
    width: 100%;
    height: 100%!important;
    object-fit: cover
}
.bar_tenders_profile_content {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: calc(100% - 135px);
}
.bar_tenders_profile_content h4 {
    font-size: 18px;
    margin: 0 0 6px;
}

.bar_tenders_profile_content img
{
    height: 20px;
    border-radius: 3px;
}


.company-text h4
{
    color: #53b6a4;
    font-size: 17px;
    line-height: 14px;
    margin-top: 0;
}
.company-text h5
{
    color: #737373;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px
}
.bar_tenders_profile_area svg {
    position: absolute;
    width: 90px;
    right: -43px;
    bottom: -33px;
    overflow: hidden;
    fill: #f2f2f9;
    z-index: -1;
    transition: 0.2s linear;
}
.bar_tenders_profile_area:hover svg {
    width: 130px;
    bottom: 15px;
    transition: 0.2s linear;
}


.contact-page-section{
    position:relative;
    padding:60px 0px 50px;
}

.contact-page-section .info-column{
    position:relative;
    margin-bottom:40px;
}

.contact-page-section .info-column .inner-column{
    position:relative;
    padding:30px 29px;
    background-color: #37aca1;
    color: #fff;
}

.contact-page-section .info-column .inner-column .title-box{
    position:relative;
}

.contact-page-section .info-column .inner-column .title-box h3{
    position:relative;
    /*font-size: 20px;*/
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 18px;
}

.contact-page-section .info-column .inner-column .title-box .title-text{
    position:relative;
    font-size:16px;
    font-weight:400;
    line-height:1.5em;
    margin-top:8px;
    margin-bottom:30px;
    color:rgba(255,255,255,0.80);
}

.contact-page-section .info-column .inner-column .social-links{
    position:relative;
}

.contact-page-section .info-column .inner-column .social-links li{
    position:relative;
    margin-right:4px;
    margin-bottom:5px;
    display:inline-block;
}

.contact-page-section .info-column .inner-column .social-links li a{
    position:relative;
    width:45px;
    height:45px;
    border-radius:2px;
    display:inline-block;
    text-align:center;
    line-height:43px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgb(255 255 255 / 33%);
    color: #fff;
}

.contact-page-section .info-column .inner-column .social-links li a:hover{
    
    background-color: rgb(255 255 255 / 40%);
}

/* Contact Info List */

.contact-info-list{
    position:relative;
    padding-left: 0;
    list-style: none;
}

.contact-info-list li{
    position:relative;
    margin-bottom: 22px;
    font-size: 15px;
    min-height: 50px;
    line-height: 21px;
    padding-left:50px;
}

.contact-info-list li strong{
    font-weight:700;
    font-size:18px;
    display:block;
        margin-bottom: 10px;
}

.contact-info-list li i{
    position:absolute;
    left:0px;
    top:3px;
    font-size:32px;
}

.contact-info-list li a
{
    color: #fff;
}
.contact-info-list li a:hover
{
    color: #009688;
}
.contact-page-section .form-column{
    position:relative;
}

.contact-page-section .form-column .inner-column{
    position:relative;
    padding-left:15px;
}

.contact-page-section .form-column .inner-column .row{
    margin:0px -11px;
}

.contact-page-section .form-column .inner-column .contact-form .form-group{
    padding:0px 10px;
}

/* Contact Form */

.contact-form{
    position:relative;
    margin-bottom:30px;
}

.contact-form .form-group{
    position:relative;
    margin-bottom:22px;
}

.form-field{
    position:relative;
    display:block;
    width:100%;
    color:#a5a5a5;
    line-height:26px;
    padding:10px 18px;
    height:50px;
    font-size:14px;
    border-radius:2px;
    background:#fff;
    border: 1px solid #dfdfdf;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}


textarea.form-field{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 18px;
    color:#a5a5a5;
    height:100px;
    font-size:14px;
    resize:none;
    border-radius:2px;
    background:#fff;
    border:1px solid #dfdfdf;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}
.form-field:focus{
        border-color: #53b6a4;
        outline: none;
}

.package-bg {
    background: url(../images/table-bg.jpg)no-repeat fixed;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 70px;
    position: relative;
    color: #fff;
}
.package-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   background: rgb(5 22 20 / 67%);
}

.package-card {
    width: 100%;
    border-radius: 8px;
    padding: 30px 25px 30px;
    margin-bottom: 30px;
    transition: all .3s ease;
    position: relative;
    /* border-bottom: 3px solid transparent; */
    min-height: 265px;
    background: rgb(246 255 254 / 9%);
    color: #fff;
}
.package-content .item 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.package-card h3
{
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}
.package-price
{
    text-align: center;
}
.package-card h4
{
    font-family: 'Nunito Sans', sans-serif;
    color: #41d3c5;
    font-size: 28px;
}
.package-card h4 span
{
    font-size: 20px;
    position: relative;
    top: -6px;
    font-weight: 400;
        margin-right: 3px;
}
.package-card h5
{
    /*font-family: 'Nunito Sans', sans-serif;*/
    font-size: 15px;
    padding: 6px 0;
}
.package-card h5:last-child
{
    color: #41d3c5;
}
.package-content
{
    margin: 20px 0 25px;
}
.package-btn 
{
    text-align: center;
}
.package-btn button
{
    padding: 9.5px 14px;
    font-size: 12px;
}

.quick_enquiry {
    position: fixed;
    bottom: 2.8rem;
    right: 1.4rem;
    height: auto;
    cursor: pointer;
        z-index: 1;
}

.quick_enquiry a {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    position: relative;
    display: block;
    border-radius: 50%
}

.policy-content h4
{
    margin-bottom: 7px;
        margin-top: 35px;
}

.animation-type {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.floating1{
    animation-name: floating1;
    -webkit-animation-name: floating1;
    position: relative;
    top: -10px;
    z-index: 1;
    margin-left: 30px;
}
.floating1 {
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.floating2{
    animation-name: floating2;
    -webkit-animation-name: floating2;
}
.floating2 {
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@keyframes floating1{
	
	0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(25px);
		-ms-transform: rotateX(0deg) translateY(25px);
		transform: rotateX(0deg) translateY(25px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	
}
@keyframes floating2{
	
	0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(25px);
		-ms-transform: rotateX(0deg) translateY(25px);
		transform: rotateX(0deg) translateY(25px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	
}

.iconhome-holder {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.iconhome-holder > .icons {
    margin-top: 5px;
    flex: 0 0 32px;
}
.iconhome-holder > .icons img
{
    height: 32px;
}
.iconhome-holder > .icon-data {
    padding-left: 15px;
}
.iconhome-holder > .icon-data h4 {
    font-size: 19px;
    line-height: 30px;
}
.iconhome-holder > .icon-data p {
    font-size: 16px;
    text-align: justify;
}

.banner-header
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    padding: 15px 0;
    transition: 0.3s ease-in;
}
.banner-header .cta-right .call
{
    color: #fff;
}
.banner-header .cta-right .call:hover
{
    color: #3de2ef;
}
.call i
{
    font-size: 20px;
    margin-right: 4px;
    vertical-align: middle;
}
.banner-header.scroll-header
{
    position: sticky;
    padding: 11px 0;
    background: #36444b;
}
.banner-header .nav > ul > li > a:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    bottom: -2px;
    transition: width .5s ease,background-color .5s ease;
}


.banner-header .nav > ul > li > a.active
{
    color: #37aca1;
}
.banner-header .nav > ul > li > a.active:before {
    width: 70%;
    background: #37aca1;
}


/*.btx-arrow
{
    padding: 10px;
}*/
.mk-button-text {
    display: inline-block;
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transition-delay: .01s;
    -webkit-transition-delay: .01s;
}
.btx-arrow i {
    /*opacity: 0;
    margin: -2px 15px 0 0;*/
    font-size: 26px;
    line-height: 16px;
    vertical-align: middle;
    opacity: 0;
    margin: 0 10px 0 0;
}
.btx-arrow:hover i {
    opacity: 1;
}
.btx-arrow:hover .mk-button-text {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.pricing-page .package-card{
    background: #263238;
}
 .image-404 {
    width: 318px;
    margin: 0 auto;
}

.image-404 .cls-1 {
    fill: #28857c
}

.image-404 .cls-2 {
    fill: #37aca1
}

.image-404 .cls-3 {
    fill: #c3d4d8
}

.image-404 .cls-4 {
    fill: #e1ebef
}

.image-404 .cls-5 {
    fill: #37aca1
}

.image-404 .cls-6 {
    fill: #a2b7bc
}

.image-404 .cls-7 {
    fill: #a9a9a9
}

.image-404 .cls-8 {
    fill: #9c9b9b
}

.image-404 .cls-9 {
    fill: #f197be
}

.image-404 .cls-10 {
    fill: #565656
}

.image-404 .cls-11 {
    fill: #fff
}

.image-404 .cls-12 {
    fill: #e9eff2
}

.image-404 .error-code {
    fill: #fff;
    font-size: 80px;
    margin-top: 30px;
    color: #929292;
    line-height: 35px;
}
.error
{
  margin: 50px 0;
}


/*** responsive ***/
@media only screen and (max-width: 1200px){
    .animation-type img
    {
        height: 290px;
    }
    .logo-top-left {
        width: 295px;
    }
    .top-right {
        width: calc(100% - 300px);
    }
    
}
@media (max-width: 992px){
    .header
    {
        display: block!important;
    }
    .banner-header
    {
        display: none!important;
    }
    .cta-right {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
    }
    .right-nav {
        float: none;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }
    .nav > ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: left;
        position: absolute;
        left: 0;
        right: 0;
        top:58px;
        background: #fff;
    }

    .nav > ul > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        height: auto;
        margin: 0px 0px 0px 0px;
        width: 100%;
    }

    .nav > ul > li > a {
        position: relative;
        z-index: 1;
        display: block;
        width: auto;
        height: auto;
        color: #222;
        padding: 10px 6px 10px 6px;
        line-height: 20px;
    }
    .nav > ul > li > a:hover
    {
        background: #f1f5f9;
    }
    .nav > ul > li > ul {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 20px;
        background: none;
        text-align: left;
        opacity: 1;
        visibility: visible;
        transition: none;
        -webkit-transition: none;
        box-shadow: none;
    }
    /*.nav > ul > li:hover > ul {
        display: block;
    }*/
    .nav > ul > li > ul > li > a
    {
        border-left: 1px dashed #292b2d;
        position: relative;
            display: flex;
    }
    .nav > ul > li > ul > li > a:before{
        content: "--";
        display: inline-block;
        font-size: 10px;
        color: #292b2d;
        width: 15px;
        height: 10px;
        position: relative;
        right: 10px;
    }
    header.innerHeader .nav > ul > li > a:before
    {
        display: none;
    }
    #menu-bg{
        background: #fff;
        position: fixed;
        z-index: 9999;
        transition: all 0.5s ease;
        width: 240px;
        padding: 12px;
        top: 0;
        bottom: 0;
        left:initial;
        left: -400px;
        box-shadow: 0px 9px 6px 5px rgba(0, 0, 0, 0.12);
    }
    #pull
    {   display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        line-height: 17px;
    }
    .close-btn {
        border-radius: 3px 0 0 3px;
        border: none;
        position: absolute;
            height: 30px;
        width: 30px;
        text-align: center;
        top: 20px;
        left: -24px;
        z-index: 99999;
        background: white;
        font-size: 18px;
    }
    .logo-top-left
    {
        width: 250px;
    }
    .logo-top-left img
    {
        height: 38px;
    }
    .top-right {
        width: calc(100% - 255px);
        text-align: right;
    }
    .banner-text
    {
        width: calc(100% - 15px);
    }
    .animation-type{
        display: none;
    }

}
@media only screen and (min-width: 768px){
    .container-fluid {
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media (max-width: 768px){
    .logo-top-left {
        width: 204px;
    }
    .logo-top-left img {
        height: 34px;
    }
    .top-right {
        width: calc(100% - 209px);
        text-align: right;
    }
    .cta-right a
    {
        font-size: 14px;
    }
    .call i {
        font-size: 16px;
    }
    .container {
        max-width: 100%;
    }
    .cta-right .btx-green
    {
        padding: 8.5px 16px;
        font-size: 13px!important;
    }
    
}



@media only screen and (max-width:576px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .cta-right .btx {
        padding: 7.5px 13px;
        font-size: 12px!important;
    }
    .cta-right .call
    {
        display: none;
    }
    .testi-slider.owl-carousel .owl-stage-outer {
        margin-left: -55px;
    }
    #portfolio-slider.owl-carousel .owl-stage-outer {
        margin-left: -55px;
    }
    
    .section-title.text-center p {
        width: 100%;
    }
    .banner-text h1 {
        font-size: 33px;
    }
    .banner-text p {
        font-size: 23px;
        line-height: 32px;
        margin-top: 22px;
    }
    .trust-card
    {
        min-height: auto;
    }
    .accordion-faq {
        width: 100%;
    }
    .accordion-faq li h3{
        font-size: 20px;
    }
    
}
@media only screen and (max-width:480px) {
    .howto {
        width: 100%;
    }
    .image-404 {
        width: 240px;
    }

}
@media only screen and (max-width:420px) {
    .logo-top-left img {
        height: 30px;
    }
    .logo-top-left {
        width: 163px;
    }
    .top-right {
        width: calc(100% - 168px);
    }
    #pull
    {
        font-size: 26px
    }
    header .container {
        padding: 0 7px;
    }
    .connect-strip .btn-green
    {
        margin-bottom: 10px;
    }
    .btx-arrow{
        margin-top: 10px;
    }
}


.help-block {
    color : #dc3545;
    font-size : 12px;
}

.policy-content p {
    text-align : justify;
}

.title-box h1{
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 18px;
}