@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');
@import url('https://fonts.cdnfonts.com/css/georgia-2');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
                

body{
  background: #fff;
  font-family: Montserrat, sans-serif;
}

header {
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  height: 70px;a
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
}

header img {
  margin: 5px 0px 0px;
  width: auto !important;
  height: 60px;
}

.main_menu {
  margin:8px 0px;
}

.navbar-light .navbar-nav .nav-item {
  padding: 0px 10px;
}
.navbar-light .navbar-nav .nav-item {
  color: #11222C;
  font-size: 14px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
  color: #11222C;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.container-fluid{
  padding: 0px 60px;
}

.main_div{
  margin-top: 70px;
  overflow: hidden;
}

.slider_main {
  background: url(../images/slider_bg.png) #1C5858 left top no-repeat;
  background-size: cover;
  padding: 0px;
  height: 450px;
}

.slider_cont {
  width: 100%;
  float: left;
  height: 450px;
  display: table;
  padding: 0px 20px;
}

.slider_cont span {
  display: table-cell;
  vertical-align: middle;
}

.slider_cont h1 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  width: 80%;
}

.slider_cont p {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

.app_btn {
  width: 100%;
  display: inline-block;
}


.app_btn a {
  width: 180px;
  float: left;
  margin-right: 20px;
  background: #F69000;
  border: #F6C624 1px solid;  
  text-align: center;
  padding: 15px 0px;
  border-radius: 6px;
}

.app_btn a:hover{
  background: #000;
  border: #666 1px solid;  
}

.slider-img img{
  width: auto;
  height: 450px;
  margin-top: 50px;
  display: inline-block;
  position: relative;
}

section.about_sec {
  padding: 80px 0px 60px;
}

.about_sec img {
  width: 96%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
}

h3 {
  color: #11222C;
  font-size: 32px;
  font-weight: bold;
  margin: 0px 0px 20px;
}

p {
  color: #53B1B1;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-align-last: left;
  margin: 0px 0px 30px;
  font-weight: 400;
}


section.about_sec ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

section.about_sec ul li {
  color: #53B1B1;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  text-align-last: left;
  margin: 0px 0px 15px;
  padding: 0px 0px 0px 25px;
  font-weight: 400;
  background: url(../images/arrow-right.svg) 0px 4px no-repeat;
  background-size: 18px;
}

section.about_sec h4 {
  color: #11222C;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 20px;
}

section.about_sec h2 {
  color: #11222C;
  font-size: 21px;
  font-weight: 600;
  margin: 0px 0px 10px;
}
.value {
  width: 100%;
  display: inline-block;
  padding: 10px 0px ;
}

.value_col {
  width: 50%;
  float: left;
  padding: 0px 20px 0px 0px;
  margin-bottom: 30px;
}

.value_col span.ic {
  width: 80px;
  height: 80px;
  float: left;
  background: #F6C624;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin-right: 20px;
}

.value_col span.ic svg{
  width: 35px;
  height: auto;
}

.value_col h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 15px;
}

.value_col h4 span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

a.knowMore_btn {
  width: auto;
  display: inline-block;
  padding: 0px 30px;
  background: #11222C;
  border-radius: 6px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.features_sec {
  background: #FBFBFB;
  padding: 60px 0px;
  text-align: center;
}

.features_sec p{
  width: 50%;
  display: inline-block;
  text-align: center;
  text-align-last: center;
  margin-bottom: 40px;
}

.features_cont {
  width: 100%;
  height: 690px;
  float: left;
  position: relative;
  overflow-y: auto;
}

.features_sec img {
  width: 100%;
}

a.featur_box {
  background: #fff;
  box-shadow: rgba(0,0,0,.25) 0px 2px 14px;
  width: 80%;
  float: left;
  border-radius: 16px;
  padding: 20px;
  margin: 20px 30px;
  position: relative;
}

a.featur_box2 {
  float: right;
}

a.featur_box .txt {
  width: calc(100% - 110px);
  float: left;
}

a.featur_box .txt h5 {
  color: #11222C;
  font-size: 20px;
  font-weight: 600;
  margin-top: 7px;
  text-align: left;
}

a.featur_box .txt p {
  width: 100%;
  display: inline-block;
  text-align: left;
  text-align-last: left;
  font-size: 15px;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
}


a.featur_box .txt ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a.featur_box .txt ul li {
  width: 100%;
  display: inline-block;
  text-align: left;
  text-align-last: left;
  font-size: 15px;
  line-height: 24px;
  color: #53B1B1;
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 25px;
  background: url(../images/arrow-right.svg) 0px 4px no-repeat;
  background-size: 18px;
}


a.featur_box.active .txt ul li {
  color: #fff;
  background: url(../images/arrow-right-w.svg) 0px 4px no-repeat;
  background-size: 18px;
}


a.featur_box:hover .txt ul li {
  color: #fff;
  background: url(../images/arrow-right-w.svg) 0px 4px no-repeat;
  background-size: 18px;
}

span.number {
  font-size: 80px;
  position: absolute;
  right: 15px;
  line-height: 120px;
  font-weight: bold;
  color: #fff;
  text-shadow: #F69000 0px 0px 3px;
}

a.featur_box .txt span.ic {
  width: 40px;
  height: 40px;
  float: left;
  background: #F6C624;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

a.featur_box .txt span.ic svg {
  width: 20px;
  height: auto;
}

a.featur_box:hover {
  background: #53B1B1;
}

a.featur_box:hover .txt h5 {
  color: #fff;
}

a.featur_box:hover .txt p {
  color: #fff;
}

a.featur_box:hover span.number {
  color: #53B1B1;
  text-shadow: #fff 0px 0px 3px;
}

a.featur_box:hover .txt span.ic {
  background: #fff;
}

a.featur_box:hover .txt span.ic svg{
  fill: #53B1B1;
}

a.featur_box:hover .txt span.ic svg path{
  fill: #53B1B1;
}
a.featur_box:hover .txt span.ic svg .cls-1{
  stroke: #53B1B1;
  fill: none;
}
a.featur_box2.unlimited:hover .txt span.ic svg rect, a.featur_box:hover .txt span.ic svg path{
  stroke: #53B1B1;
  fill: none;
}


a.featur_box.active {
  background: #53B1B1;
}

a.featur_box.active .txt h5 {
  color: #fff;
}

a.featur_box.active .txt p {
  color: #fff;
}

a.featur_box.active span.number {
  color: #53B1B1;
  text-shadow: #fff 0px 0px 3px;
}

a.featur_box.active .txt span.ic {
  background: #fff;
}

a.featur_box.active .txt span.ic svg{
  fill: #53B1B1;
}

a.featur_box.active .txt span.ic svg path{
  fill: #53B1B1;
}

.features_img.cnt {
  position: relative;
}

.features_img.cnt img{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.features_img.cnt .targetDiv {
  position: relative;
  z-index: 1;
  width: 67%;
  float: right;
  margin-right: 23px;
  margin-top: 20px;
}

.features_img.cnt .targetDiv img{
  width: 100%;
  position: relative;
  left: auto;
  top: auto;
}

section.download_sec {
  margin: 60px 0px;
}


.download_cont {
  background: url(../images/slider_bg.png) #1C5858 left top no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 21px;
  height: 550px;
}

.download_txt {
  width: 100%;
  float: left;
  height: 510px;
  display: table;
  padding: 0px 20px;
}

.download_txt span {
  display: table-cell;
  vertical-align: middle;
}

.download_txt h2 {
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.download_txt p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.download_cont .col-md-5 img{
  width: auto;
  height: 460px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.download_cont .app_btn a {
  width: 180px;
  float: left;
  margin-right: 20px;
  background: none;
  border: #fff 1px solid;
  text-align: center;
  padding: 15px 0px;
  border-radius: 6px;
}

.download_cont .app_btn a:hover{
  background: #000;
  border: #000 1px solid;
}

section.industry_sec {
  text-align: center;
  padding: 0px 0px 50px;
}

section.industry_sec p {
    width: 50%;
    display: inline-block;
    text-align: center;
    text-align-last: center;
    margin-bottom: 30px;
}

.industry_sec .item {
  background: #FBFBFB;
  padding: 15px 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.industry_sec .item img {
  width: auto !important;
  height: 50px !important;
  display: inline-block !important;
}


.owl-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 30px 0px 0px; 
}

.owl-dot {
  width: 50px;
  height: 3px;
  background: #D9D9D9;
  display: inline-block;
  margin: 0px 10px;
}

.owl-dot.active {
  background: #F69000;
}


footer.footer_main {
  text-align: center;
}

.top-footer {
  padding: 50px 0px 20px;
  background: #1C5858;
  text-align: center;
}

.top-footer h3{
  color: #fff;
}

.top-footer p{
  color: #fff;
  text-align: center;
  text-align-last: center;
}

.top-footer input{
  color: #fff;
  border: #D9D9D9 1px solid;
  background: none;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  margin: 0px 0px 20px;
  border-radius: 8px;
  width: 100%;
  font-size: 15px;
  display: inline-block;
}


.top-footer input::placeholder{
  color: #fff;
}

.top-footer input[type="submit"] {
  background: #11222C;
  border-color: #11222C;
  font-size: 18px;
  font-weight: 500;
}

.contact-info {
  width: 100%;
  display: inline-block;
  border-top: #D9D9D9 1px solid;
  margin: 20px 0px 0px;
  padding: 20px 0px 0px;
  font-size: 15px;
  color: #EAEAEA;
}


.contact-info a{ 
  font-size: 15px;
  color: #EAEAEA;
  text-decoration: none;
}


.contact-info a:hover{ 
  color: #fff;
}


.contact-info svg {
  width: 18px;
  display: inline-block;
  margin-right: 5px;
}

.copyright {
  background: #11222C;
  padding: 20px 0px;
}

.copyright p {
  text-align: center; 
  text-align-last: center;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  color: #EAEAEA;
}

/*--------------Contact Us css----------*/

.inner_banner {
  background: url(../images/slider_bg.png) #1C5858 left top no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.inner_banner h2 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}

.inner_banner p{
  color: #fff;
  margin: 0px;
}

.contact_info {
  text-align: center;
  padding: 50px 0px;
}

.contact_info p{
  width: 100%;
  display: inline-block;
  padding: 0px 20px 20px;
  text-align-last: center;
  text-align: center;
  /* margin-bottom: 40px; */
}

.info_box {
  background: #FBFBFB;
  box-shadow: none;
  width: 96%;
  float: left;
  border-radius: 16px;
  padding: 0px 20px 20px;
  margin: 20px 3%;
  position: relative;
}

.info_box span.ic {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #999;
  line-height: 80px;
  border-radius: 50%;
  margin-top: 20px;
  position: relative;
}

.info_box p {
  width: 100%;
  display: table;
  padding: 10px 0px 0px;
  margin: 0px;
  height: 70px;
  color: #1C5858;
  font-size: 18px;
  text-align: center;
  text-align-last: center;
}

.info_box p span {
  display: table-cell;
  vertical-align: middle;
}

.contact_form{
  width: 100%;
  display: inline-block;
  background: #FBFBFB;
  margin-top: 30px;
}

.contact_form img{
  width: 100%;
  display: inline-block;
  height: 100%;
  object-fit: cover;
}

.contat{
  width: 90%;
  display: inline-block;
  padding: 50px 30px;
}

.contat h3 {
  width: 100%;
  float: left;
  color: #11222C;
  font-size: 38px;
  font-weight: bold;
  margin: 0px 0px 20px;
}

.contat h3 span {
  width: 100%;
  float: left;
  color: #F6C624;
  font-size: 18px;
  font-weight: 500;
}

.contat .inputbox{
  width: 100%;
  display: inline-block;
  margin: 0px 0px 20px;
}

.contat .inputbox input {
  background: #fff;
  border: #f1f1f1 1px solid;
  height: 50px;
  width: 100%;
  margin: 0px;
  padding: 0px 20px;
  border-radius: 4px;
  color: #1C5858;
}

.contat .inputbox textarea {
  background: #fff;
  border: #f1f1f1 1px solid;
  height: 100px;
  width: 100%;
  margin: 0px;
  padding: 10px 20px 0px;
  border-radius: 4px;
  color: #1C5858;
}

.g-recaptcha{
  display: inline-block;
}

.contat .inputbox input[type="submit"] {
  background: #11222C;
  width: 180px;
  color: #fff;
  font-size: 18px;
  height: 50px;
}

/*----Thank You----*/

.thankyou{
  width: 100%;
  height: calc(100vh - 140px);
  display: inline-block;
  background: url(../images/thankyou_bg.png) left top no-repeat;
}

.thankyou .container{
  height: 100%;
  display: table;
}

.thankyou .container span{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.thanktxt {
  width: 50%;
  display: inline-block;
    background: #fff;
    box-shadow: rgba(0,0,0,.25) 0px 2px 14px;
    border-radius: 16px;
    padding: 50px 30px;
    position: relative;
}

.thanktxt p{
  text-align-last: center;
}


.thanktxt h3 span {
  font-size: 21px;
  display: inline-block !important;
  color: #F6C624;
}

a.backtowork_btn {
  width: auto;
  display: inline-block;
  padding: 0px 30px;
  background: #11222C;
  border-radius: 6px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.grey_bg{
  background: #FBFBFB;
}

.fun-facts-area {
  background-image: url(../images/fun-facts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 60px 0px;
}

.single-fun-fact {
  margin: 15px 0px;
  text-align: center;
}

.single-fun-fact h3 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.single-fun-fact p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center !important;
  text-align-last: center !important;
  margin: 0px;
}

.fun-facts-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  z-index: -1;
  opacity: .77;
}

.team-area{
  padding: 60px 0px;
}

.team-area p{
  width: 60%;
  display: inline-block;
  text-align: center !important;
  text-align-last: center !important; 
}

.single-team {
  margin-bottom: 30px;
}

.single-team .team-image {
  position: relative;
  overflow: hidden;
}

.single-team .team-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.single-team .team-image .social {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-image .social li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px;
}

.single-team .team-image .social li a {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  background-color: #d31531;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
}

.single-team .team-image .social li a svg {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.single-team .team-image .social li a svg path {
  fill: #fff;
}

.bxl-twitter:before {
  content: "\e982";
}

.single-team .team-content {
  text-align: center;
  margin-top: 25px;
}

.single-team .team-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.single-team .team-content span {
  font-size: 15px;
  font-weight: 500;
  color: #d31531;
}

.single-team:hover .team-image .social {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}



.features_page_sec{
  padding: 50px 0px;
}

.features_page_sec .feature-img{
 text-align: center;
}

.features_page_sec .feature-img img {
  width: 60%;
  display: inline-block;
}

.features_page_sec h4{
  color: #11222C;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 20px;
}

.features_page_sec h4 span{
  color: #F6C624;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.features_page_sec ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.features_page_sec ul li {
  font-size: 16px;
  color: #53B1B1;
  margin: 0px 0px 15px;
  padding: 0px 0px 15px 25px;
  line-height: 26px;
  font-weight: 500;
  background: url(../images/arrow-right.svg) 0px 4px no-repeat;
  background-size: 18px;
  border-bottom: #f1f1f1 1px dashed;
}



.features_page_sec ul li:last-child {
  border-bottom: #f1f1f1 0px dashed;
}

.service_sec{
  padding: 60px 0px;
}

.service_sec img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}


.service_page_sec{
  padding: 50px 0px;
}

.service_page_sec .service-img{
 text-align: center;
}

.service_page_sec .service-img img {
      width: 90%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
  display: inline-block;
}

.service_page_sec h4{
  color: #11222C;
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 20px;
}
.service_page_sec h4 span {
  font-size: 15px;
  font-weight: 500;
  color: #F69000;
}
.alert button.close {
  background: #39404a;
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 21px !important;
  padding: 0px;
  border-radius: 25px;
  text-align: center;
  font-size: 21px;
  top: 13px;
  color: #fff;
}
.testimonial_sec{
  text-align: center;
  padding: 50px 0px;
  background: #333;
}

.testimonial_sec p {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  margin: 30px 0px;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 111;
  text-align: center;
  text-align-last: center;
  padding: 0px 20px;
}

.testimonial_sec span {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  text-align-last: center;
  font-weight: 500;
  margin-bottom: 5 0px;
}

.testimonial_sec h3 {
  color: #fff;
}
.testimonial_sec .owl-carousel .owl-stage-outer{
  background-color: #F69000;
  z-index: 0;
  width: 80%;
  border-radius: 12px;
  /* opacity: 0.5; */
  position: relative;
  margin: 10px auto 0px;
  /* max-width: 737px; */
}
/* #carousel-testimonial .owl-stage{
  max-width: 100%;
}*/
.testimonial_sec #carousel-testimonial .owl-item .item{
  width: 80%;
  text-align: center;
  z-index: 11;
} 
.testimonial_sec #carousel-testimonial .owl-item .item span{
  margin-bottom: 20px;
  display: inline-block;
} 
/*faqs section*/

.accordion .accordion-item {
  border-bottom: 1px solid #5d8787;
  border-radius:10px;
  margin-bottom: 10px;
  box-shadow: none;
}

.accordion .accordion-item button[aria-expanded='true'] {
  color: #5d8787;
  box-shadow: none;
  border-radius: 10px 10px 0px 0px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #5d8787;
  font-size: 1.15rem;
  font-weight: 500;
  border: 0px;
  background: #FBFBFB;
  outline: none;
  border-radius: 10px;
  box-shadow: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #F69000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #F69000;
  border: 1px solid #F69000;
}

.accordion button .accordion-title {
  padding: 10px 10px 10px 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 1em;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 12px;
  left: 5px;
  width: 16px;
  height: 2px;
  background: currentColor;
}.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 12px;
  width: 2px;
  height: 16px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #5d8787;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 0.5s linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s linear, max-height 0.5s linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  color:#5d8787 ;
  margin: 0;
  text-align: left;
  text-align-last: left;
  padding-top: 10px;
}

.service_page_sec.about_sec .col-lg-12.pb-5 {
    height: 447px;
}
.service_page_sec.about_sec .col-lg-12.pb-5 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.aboutpage img{
  height: 400px;
}

.aboutpage h3 {
  color: #11222C;
  font-size: 28px;
  font-weight: bold;
  margin: 0px 0px 20px;
}

.light_bg {
  background: #FBFBFB;
}

.logo svg{
  width: auto;
  height: 60px;
  margin-top: 5px;
} 

.policy_page h4{
    color: #11222C;
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 10px;
}


.policy_page h5{
    color: #F69000;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px;
}

.policy_page a{
    color: #53B1B1;
    cursor: pointer;
}

.policy_page ul{
  margin: 0px 0px 30px;
  padding: 0px;
  list-style: none;
}

.policy_page ul li {
  color: #53B1B1;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  text-align-last: left;
  margin: 0px 0px 15px;
  padding: 0px 0px 0px 25px;
  font-weight: 400;
  background: url(../images/arrow-right.svg) 0px 4px no-repeat;
  background-size: 18px;
}