@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/*

font-family: 'Open Sans', sans-serif;
font-family: 'Titillium Web', sans-serif;

*/

@import url("flaticon.css");
@import url("fontawesome-all.css");
@import url("mmenu.css");
/*** 

====================================================================
	Reset
====================================================================

***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {
  font-size: 16px;
  color: black;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}
p {
  margin-top: 0;
  margin-bottom:0;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  margin:0px;
  background:none;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Titillium Web', sans-serif;
}

h1 {font-size: 50px; }
h2 {font-size: 40px; }
h3 {font-size: 30px; }
h4 {font-size: 24px; }
h5 {font-size: 20px; }
h6 {font-size: 17px; }


section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
}

.text-danger{
  color: red !important;
}
.text-success{
  color:#05a405 !important;
}

::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  
}
.auto-container-1 {
  position: static;
  max-width: 1400px;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 480px) {
  .auto-container-1 {
    padding: 10px 10px;
  }
}
.small-container {
  position: static;
  max-width: 900px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section{
  padding: 60px 0 30px;
}

.bg_alice {
  background-color: #f9fafc;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.fancybox-can-drag .fancybox-image-wrap {
  border: 10px solid #ffffff;
}

.header-logo{
  width: 190px;
}

/***
=======================
   List Styles
=======================
***/


/* List Style Two */

.list-style-one {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.list-style-one li {
  position: relative;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 5px;
}

.list-style-one li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #1370b5;
  font-weight: 900;
  font-size: 14px;
}

/* List Style Two */

.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.list-style-two li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #1370b5;
  border-radius: 50%;
  content: "";
}

.list-style-two.light li {
  font-weight: 300;
}

/*** 
==========================
	Social Icons
==========================
***/

.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.social-icon-one li {
  position: relative;
  margin-right: 10px;
}

.social-icon-one li:last-child{
  margin-right: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  height: 30px;
  width: 30px;
  border: 1px solid transparent;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon-one li a:hover {
  background-color: #1370b5;
  border-color: #1370b5;
  color: #ffffff;
}

.social-icon-one.light li a{
  color: #ffffff;
}

.social-icon-one.light li a:hover{
  color: #000000;
}

/* Social Icon Two*/

.social-icon-two {
  position: relative;
  display: flex;
}

.social-icon-two li {
  position: relative;
  margin-right: 15px;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #dddde1;
  height: 35px;
  width: 35px;
  border: 1px solid #ffffff;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  background-color: #1370b5;
  border-color: #1370b5;
  color: #ffffff;
}

/* Social Icon Three*/

.social-icon-three{
  position: relative;
  display: flex;
  margin-left: 14px;
}

.social-icon-three li {
  position: relative;
  margin-right: 15px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #ffffff;
  height: 35px;
  width: 35px;
  border: 1px solid #ffffff;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  background-color: #ffffff;
  border-color: 2px solid #02013B;
  color: #02013B;
}

/* Social Icon Four*/

.social-icon-four{
  position: relative;
  display: flex;
}

.social-icon-four li {
  position: relative;
  margin-right: 15px;
}

.social-icon-four li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  height: 35px;
  width: 35px;
  border: 1px solid #e1e1e1;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-four li a:hover {
  background-color: #ef5b3f;
  border-color: #ef5b3f;
  color: #ffffff;
}

/* Social Icon Five*/

.social-icon-five{
  position: relative;
  display: flex;
}

.social-icon-five li {
  position: relative;
  margin-right: 15px;
}

.social-icon-five li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  height: 35px;
  width: 35px;
  border: 1px solid #e1e1e1;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-five li a:hover {
  background-color: #7fc540;
  border-color: #7fc540;
  color: #ffffff;
}

/*** 
==========================
  Social Icons Colored
==========================
***/

.social-icon-colored{
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.social-icon-colored li {
  position: relative;
  margin-left: 10px;
}

.social-icon-colored li:first-child{
  margin-left: 0;
}

.social-icon-colored li a{
  position: relative;
}

.social-icon-colored li a span{
  position: relative;
  display: block;
  font-size: 18px;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-colored li a:hover span {
  box-shadow: 0 5px 10px rgba(0,0,0,.20);
}

.social-icon-colored .fa-whatsapp {
    background-color: #25d366;
}

.social-icon-colored .fa-adn {
    background-color: #504e54;
}

.social-icon-colored .fa-apple {
    background-color: #aeb5c5;
}

.social-icon-colored .fa-android {
    background-color: #A5C63B;
}

.social-icon-colored .fa-bitbucket,
.social-icon-colored .fa-bitbucket-square {
    background-color: #003366;
}

.social-icon-colored .fa-bitcoin,
.social-icon-colored .fa-btc {
    background-color: #F7931A;
}

.social-icon-colored .fa-css3 {
    background-color: #1572B7;
}

.social-icon-colored .fa-dribbble {
    background-color: #F46899;
}

.social-icon-colored .fa-dropbox {
    background-color: #018BD3;
}

.social-icon-colored .fa-facebook,
.social-icon-colored .fa-facebook-f,
.social-icon-colored .fa-facebook-square {
    background-color: #3C599F;
}

.social-icon-colored .fa-flickr {
    background-color: #FF0084;
}

.social-icon-colored .fa-foursquare {
    background-color: #0086BE;
}

.social-icon-colored .fa-github,
.social-icon-colored .fa-github-alt,
.social-icon-colored .fa-github-square {
    background-color: #070709;
}

.social-icon-colored .fa-google-plus,
.social-icon-colored .fa-google-plus-square {
    background-color: #CF3D2E;
}

.social-icon-colored .fa-html5 {
    background-color: #E54D26;
}

.social-icon-colored .fa-instagram {
    background-color: #A1755C;
}

.social-icon-colored .fa-linkedin,
.social-icon-colored .fa-linkedin-in,
.social-icon-colored .fa-linkedin-square {
    background-color: #0085AE;
}

.social-icon-colored .fa-linux {
    background-color: #FBC002;
    color: #333;
}

.social-icon-colored .fa-maxcdn {
    background-color: #F6AE1C;
}

.social-icon-colored .fa-pagelines {
    background-color: #241E20;
    color: #3984EA;
}

.social-icon-colored .fa-pinterest,
.social-icon-colored .fa-pinterest-p,
.social-icon-colored .fa-pinterest-square {
    background-color: #CC2127;
}

.social-icon-colored .fa-renren {
    background-color: #025DAC;
}

.social-icon-colored .fa-skype {
    background-color: #01AEF2;
}

.social-icon-colored .fa-stack-exchange {
    background-color: #245590;
}

.social-icon-colored .fa-stack-overflow {
    background-color: #FF7300;
}

.social-icon-colored .fa-trello {
    background-color: #265A7F;
}

.social-icon-colored .fa-tumblr,
.social-icon-colored .fa-tumblr-square {
    background-color: #314E6C;
}

.social-icon-colored .fa-twitter,
.social-icon-colored .fa-twitter-square {
    background-color: #32CCFE;
}

.social-icon-colored .fa-vimeo-square {
    background-color: #229ACC;
}

.social-icon-colored .fa-vk {
    background-color: #375474;
}

.social-icon-colored .fa-weibo {
    background-color: #D72B2B;
}

.social-icon-colored .fa-windows {
    background-color: #12B6F3;
}

.social-icon-colored .fa-xing,
.social-icon-colored .fa-xing-square {
    background-color: #00555C;
}

.social-icon-colored .fa-youtube,
.social-icon-colored .fa-youtube-play,
.social-icon-colored .fa-youtube-square {
    background-color: #C52F30;
}

/*** 

====================================================================
Content Elements
====================================================================

***/

.content-elements {
  position: relative;
  padding: 120px 0 120px;
}

.content-elements .sec-title{
  margin-bottom: 50px;
}

.typography{
  position: relative;
  margin-bottom: 30px;
}

.content-elements hr.divider-one {
    margin-top: 0px !important;
    margin-bottom: 80px !important;
}

.typography h1:not(:first-child) {
  margin-top: 35px; 
}

.typography h1:not(:last-child) {
  margin-bottom: 35px; 
}

.typography h2:not(:first-child) {
  margin-top: 30px; 
}

.typography h2:not(:last-child) {
  margin-bottom: 30px; 
}

.typography h3:not(:first-child) {
  margin-top: 25px; 
}

.typography h3:not(:last-child) {
  margin-bottom: 25px; 
}

.typography h4:not(:first-child) {
  margin-top: 22px; 
}

.typography h4:not(:last-child) {
  margin-bottom: 22px; 
}

.typography h5:not(:first-child) {
  margin-top: 19px; 
}

.typography h5:not(:last-child) {
  margin-bottom: 19px; 
}

.typography h6:not(:first-child) {
  margin-top: 15px; 
}

.typography h6:not(:last-child) {
  margin-bottom: 15px; 
}

.typography p:not(:last-child) {
  margin: 0 0 1.7em;
  padding: 0; 
}

.typography p:not(:last-child):empty {
    margin: 0; 
}

.content-elements .buttons{

}

.content-elements .buttons .column{
  margin-bottom: 30px;
}

.content-elements .buttons .theme-btn{
  margin-right: 3px;
  margin-bottom: 5px;
}

.content-elements .buttons .theme-btn:last-child{
  margin-right: 0;
}

/*==========================
  Message Box
===========================*/

.message-box{
    position: relative;
    padding: 16px 10px;
    min-height: 50px;
    margin-bottom: 30px;
    border-radius: 50px 0 0 50px;
}

.message-box p{
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.message-box h4{
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.message-box h4 a{
  text-decoration: underline;
}

.message-box a{
    color: #ffffff;
    text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.message-box .close-btn{
    position: absolute;
    display: block;
    z-index: 1;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50px;
    background: rgba(0,0,0,0.1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.message-box .close-btn .icon{
  color: #ffffff;
  font-size: 18px;
  opacity: .7;
}

.message-box .close-btn:hover{
    background: rgba(0,0,0,0.2);
}

.message-box.with-icon {
    padding-left: 50px;
    padding-right: 65px;
}

.message-box .icon-box{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    color: #24bb79;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: -15px;
}

.message-box .icon-box .icon {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #24bb79;
}

/* Message Info */

.message-box.info{
  border-color: #5bc0de;
  background-color: #5bc0de;
}

.message-box.info h4,
.message-box.info a{
  color: #ffffff;
}

.message-box.info .icon-box .icon {
  color: #5bc0de;
}

/* Message success */

.message-box.success{
  border-color: #5cb85c;
  background-color: #5cb85c;
}

.message-box.success h4,
.message-box.success a{
  color: #ffffff;
}

.message-box.success .icon-box .icon {
  color: #5cb85c;
}

/* Message warning */

.message-box.warning{
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}

.message-box.warning h4,
.message-box.warning a{
  color: #ffffff;
}

.message-box.warning .icon-box .icon {
  color: #f0ad4e;
}

/* Message Error */

.message-box.error{
  border-color: #d9534f;
  background-color: #d9534f;
}

.message-box.error h4,
.message-box.error a{
  color: #ffffff;
}

.message-box.error .icon-box .icon {
  color: #d9534f;
}

/*==========================
	Default Tabs
===========================*/

.default-tabs {
  position: relative;
  overflow: hidden;
  border: 1px solid #dddde1;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  padding: 10px 10px;
  background: #1370b5;
  border-radius: 5px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 24px;
  color: #ffffff;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-tabs .tab-buttons li.active-btn {
  background-color: #ffffff;
  color: #1370b5;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
  padding: 25px 25px;
  background-color: #ffffff;
}

.default-tabs .tabs-content p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

/* Style Two */

.default-tabs.style-two .tab-buttons{
  background: #ffffff;
  padding: 0 10px;
  border-bottom: 1px solid #dddde1;
}

.default-tabs.style-two .tab-buttons li{
  padding: 20px 24px;
  color: #5c6770;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}

.default-tabs.style-two .tab-buttons li.active-btn{
  color: #1370b5;
  border-color: #1370b5;
}

/*==========================
Accordian Box
===========================*/

.accordion-box {
  position: relative;
  margin-bottom: 30px;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  padding: 15px 20px;
  padding-left: 24px;
  line-height: 30px;
  color: #222222;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active {
  background: #1370b5;
  color: #ffffff;
}

.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #222;
  font-size: 12px;
  border-radius: 50px;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  color: #ffffff;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 30px 25px 15px;
}

.accordion-box .block .content p{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-box .block .content p:last-child{
  margin-bottom: 0;
}

.accordion-box.style-two .active-block{
  background-color: #1370b5;
}

.accordion-box.style-two .acc-btn.active{
  background-color: #ffffff !important;
  color: #222222;
}

.accordion-box.style-two .block .content p{
  color: #ffffff;
}

.accordion-box.style-two .block .acc-btn.active .icon{
  color: #222222;
}

/*==========================
default table
===========================*/

.default-table{
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  min-width: 600px;
}

.default-table thead{
  background: #1370b5;
  color: #ffffff;
}

.default-table thead th{
  position: relative;
  padding: 20px 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

.default-table tbody tr{
  position: relative;
  border-bottom: 1px solid #ededed;
}

.default-table tr td{
  position: relative;
  padding: 26px 30px;
  font-size: 16px;
  color: #5c6770;
  font-weight: 400;
}

.content-elements .btn-column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-elements .btn-column .theme-btn{
  margin-bottom: 20px;
}

/*======================
Theme Btn
=======================*/

.theme-btn{
  display:inline-block;
  text-align: center;
  border-radius: 5px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.theme-btn .btn-title{
  position: relative;
  z-index: 9;
  color: inherit;
}

.theme-btn span:not(.btn-title){
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 100%;
  border-radius: 50%;
  transform: translateY(150%);
  transition: all 500ms ease;
  background-color: #ffffff;
  z-index: 0;
}

.theme-btn span:nth-child(2){
  left: 20%;
  transition-delay: 100ms;
}

.theme-btn span:nth-child(3){
  left: 40%;
  transition-delay: 200ms;
}

.theme-btn span:nth-child(4){
  left: 60%;
  transition-delay: 300ms;
}

.theme-btn span:nth-child(5){
  left: 80%;
  transition-delay: 400ms;
}

.theme-btn:hover span{
  transform: translateY(0) scale(2);
}

/*Btn Style One*/

.btn-style-one{
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  background: #1370b5;
  overflow: hidden;
  min-width: 150px;
}

.btn-style-one:hover{
  color: #1370b5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

/*Btn Style One*/

.btn-style-two{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #1370b5;
  padding: 10px 40px;
  font-weight: 600;
  background: #ffffff;
  overflow: hidden;
  min-width: 170px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:hover{
  color: #ffffff;
  box-shadow: 0 10px 15px rgba(0,0,0,0.09);
}

.btn-style-two span:not(.btn-title){
  background: #1370b5;
}

/*Btn Style Three*/

.btn-style-three{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 40px;
  font-weight: 600;
  background: #222222;
  overflow: hidden;
  min-width: 170px;
}

.btn-style-three:hover{
  color: #222222;
  box-shadow: 0 10px 15px rgba(0,0,0,0.09);
}

/*Btn Style Four*/

.btn-style-four{
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  padding: 10px 40px;
  font-weight: 600;
  background: #ffffff;
  overflow: hidden;
  min-width: 170px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-four:hover{
  color: #ffffff;
  box-shadow: 0 10px 15px rgba(0,0,0,0.09);
}

.btn-style-four span:not(.btn-title){
  background: #222222;
}

.theme-btn.large {
  padding: 15px 70px;
  min-width: 20px;
  font-size: 18px;
  line-height: 30px;
}

.theme-btn.small {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  min-width: 100px;
}

/*==========================
Owl Carousel Arrows
===========================*/

/* .owl-carousel.no-arrows .owl-nav{
  display: none;
} */

.default-arrows .owl-nav{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  opacity: 0;
  margin-top: -22px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.default-arrows:hover .owl-nav{
  opacity: 1;
}

.default-arrows .owl-next,
.default-arrows .owl-prev{
  position: absolute;
  left: -50px;
  top: 0;
  height: 45px;
  width: 45px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  line-height: 45px;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.default-arrows .owl-next{
  left: auto;
  right: -50px;
}

.default-arrows:hover .owl-next{right: 30px;}
.default-arrows:hover .owl-prev{left: 30px;}

.default-arrows .owl-next:hover,
.default-arrows .owl-prev:hover{
  background: #ffffff;
  color: #1370b5;
  box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}

.default-arrows.dark .owl-next,
.default-arrows.dark .owl-prev{
  background-color: rgba(0,0,0,0.20);
}

.default-arrows.dark .owl-next:hover,
.default-arrows.dark .owl-prev:hover{
  background-color: #ffffff;
}

/* .owl-carousel.disable-arrow .owl-nav{
  display: none;
} */

/* .owl-carousel.disable-dots .owl-dots{
  display: none;
} */

.default-dots .owl-dots{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.default-dots .owl-dot{
  position: relative;
  height: 8px;
  width: 8px;
  background-color: #000000;
  margin: 0 4px;
  border-radius: 10px;
  transition: all 300ms ease;
}

.default-dots .owl-dot.active{
  width: 32px;
  background-color: #1370b5;
}

.default-dots.light .owl-dot{
  background-color: #ffffff !important;
}

.theme_color {
  color: #1370b5;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/*==========================
	Preloader
  ===========================*/

/* .preloader{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fafafa;
  z-index: 9999;
  background-image: url(../images/icons/page-loader.gif);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
}

.preloader:before{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: #1370b5;
  font-size: 1.2em;
  opacity: .30;
  font-weight: 700;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  transition: none;
} */


img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  position: relative;
  height: 1px;
  margin: 30px auto;
  background: #e6e8ed;
  border-style: none;
  outline-style: none;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*=== Default Form ===*/

.default-form {
  position: relative;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 20px;
  height: 52px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: #1370b5;
}

.default-form .form-group textarea {
  height: 184px;
  resize: none;
  padding-top: 15px;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button {
  position: relative;
  display: inline-block;
  min-width: 160px;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {
  border-color: #ff0000;
}

.default-form label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}

.default-form .form-group .icon{
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #9fa9b8;
  font-size: 14px;
  line-height: 54px;
}

/*** 

====================================================================
  Scroll To Top
====================================================================

***/

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #1b2032;
  background-color: #ffffff;
  line-height: 40px;
  border-radius: 50px 50px 0 0;
  text-align: center;
  display: none;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.10);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 2px solid #1b2032;
}
.side-social-links{
  position: fixed;
  right: 0px;
  bottom: 30px;
  z-index: 999;
  width: 46px;
  height: 92px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 3px solid #02013B;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  transition: opacity 0.3s ease;
}
.side-social-icons:hover {
  opacity: 0.7;
  
}


.play-now {
  position: relative;
  display: inline-block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .icon{
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #ffffff;
  color: #222222;
  z-index: 1;
  font-size: 42px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
  -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
  box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
  -webkit-transform-origin:center; 
  transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
  70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
  100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 


/*** 

====================================================================
  Main Header
====================================================================

***/

.main-header{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  border-bottom: 1px solid #E1E1E1 !important;
background: #FFF;
}

/* Header Top */

.header-top{
  position: relative;
}

.header-top .inner-container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .top-left{
  position: relative;
}

.header-top .top-left .contact-list{
  position: relative;
  padding: 15px 0;
}

.header-top .top-left .contact-list li{
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
  margin-right: 30px;
}

.header-top .top-left .contact-list li:last-child{
  margin-right: 0;
}

.header-top .top-left .contact-list li i{
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
  color: #1370b5;
}

.header-top .top-left .contact-list li a{
  color: #1370b5;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top .top-right{
  position: relative;
  float: right;
}

/* Header Lower */
.main-header .header-lower{
  position: relative;
}

.main-header .main-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0px;
 
}

/* .main-header .main-box:before{
  position: absolute;
  left: 0;
  right: 60px;
  height: 100%;
  background: #f5f5f5;
  content: "";
  border-radius: 50px;
  border: 1px solid #dddde1;
} */

.main-header .nav-outer {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .logo-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .logo {
  position: relative;
  z-index: 9;
  padding: 15px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .menu-box {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.main-menu {
  position: static;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-menu .navigation > li {
  position: relative;
  margin-right: 30px;
  padding: 20px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > span,
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #02013B;
  cursor: pointer;
  
  font-family: "Fira Sans", sans-serif;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 0.075px;
}

.main-menu .navigation > li.current  span.current,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current > span {
  color: #02013B;
}
.main-menu .navigation > li.current > a,.main-menu .navigation > li.current > span{
  border-bottom: 2px solid #E4AA2D;
}
.main-menu .navigation > li.dropdown > span {
  padding-right: 10px;
}

.main-menu .navigation > li.dropdown > span:after {
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: block;
  line-height: 20px;
  font-size: 12px;
  font-weight: 900;
  color: #222222;
  z-index: 5;
}

.main-menu .navigation > li > a > span {
  position: relative;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  opacity: 0;
  z-index: 1;
  min-width: 200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  left: 20px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  content: "";
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation > li > ul .from-right {
  left: auto;
  right: 100%;
  margin-right: 2px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > span,
.main-menu .navigation > li > ul > li > a {
  position: relative;
    display: block;
    padding: 10px 30px;
    z-index: 1;
    font-weight: 550;
    font-size: 14px;
    line-height: 20px;
    color: #363636;
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .navigation > li.current.dropdown > span:after,
.main-menu .navigation > li li > a:hover,
.main-menu .navigation > li > ul > li > ul > li.current > a,
.main-menu .navigation > li > ul > li.current > a {
  color: #02013B;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  min-width: 200px;
  margin-top: -40px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > ul > li > span:hover {
  color: #5c6770;
}

.main-menu .navigation > li > ul > li.dropdown > span:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  color: inherit;
  line-height: 20px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

/* Search btn */
.main-header .search-btn{
  position: relative;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  box-shadow: 0 5px 10px rgba(0,0,0,0.10);
}

.main-header .theme-btn{
  margin-left: 30px;
}

/* Cart btn */

.main-header .cart-btn{
  position: relative;
  display: block;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}

.main-header .cart-btn .count {
  position: absolute;
  right: -7px;
  top: -4px;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #ffffff;
  background-color: #1370b5;
  border-radius: 50%;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  transform: scale(.95);
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  opacity: .95;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  border-radius: 0%;
}

.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: #777777;
  z-index: 3; 
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  padding: 15px 30px;
  height: 60px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #ffffff;
  background-color: #1370b5;
  text-align: center;
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
  color: inherit;
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
  color: inherit;
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
  color: inherit;
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
  color: inherit;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: inherit;
}

.jquery-modal{
  z-index: 999;
}

.model{
  padding: 0;
  border-radius: 0;
  overflow: unset;
  max-width: 1000px;
  height: auto;
}


/*=== Shopping Cart ===*/

.cart-widget{
  position: relative;
  padding: 30px;
  border: 1px solid #DADCE2;
  border-radius: 7px;
  overflow: hidden;
}

.shopping-cart .cart-item{
  position: relative;
  width: 100%;
  padding-left: 75px;
  min-height: 60px;
  margin-bottom: 20px;
}

.shopping-cart .cart-item:last-child{
  border-bottom: 0;
}

.shopping-cart .cart-item .thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb{
  opacity: 0.7;
}

.shopping-cart .item-name{
  display: block;
  color: #333333;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .item-name{
  color: #333333;
}

.shopping-cart .item-quantity{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #4C4C4D;
}

.shopping-cart .item-amount{
  font-size: 14px;
}

.shopping-cart .product-detail{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.shopping-cart .remove-item{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  z-index: 2;
  color: #4C4C4D;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .remove{
  position: relative;
  font-size: 13px;
  line-height: 17px;
  text-decoration: underline;
}

.shopping-cart .cart-item .remove-item:hover{
  color: #4C4C4D;
}

.shopping-cart .cart-footer{
  position: relative;
  margin-top: 16px;
}

.shopping-cart .shopping-cart-total{
  width: 100%;
  margin: 0 0 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 17px;
  display: inline-flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.shopping-cart .shopping-cart-total span{
  font-size: 15px;
}

.shopping-cart .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-cart{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.sidebar-cart-active{
  overflow: hidden;
}

.sidebar-cart-active .sidebar-cart{
  opacity: 1;
  visibility: visible;
}

.sidebar-cart .cart-back-drop{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}

.sidebar-cart .shopping-cart{
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: #ffffff;
  padding: 20px 20px 50px;
  overflow-y: auto;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.sidebar-cart-active .sidebar-cart .shopping-cart{
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.shopping-cart .cart-header{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.shopping-cart .cart-header .title{
  text-align: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.shopping-cart .close-cart {
    position: relative;
    top: -5px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    transform: rotate(45deg);
}

.sidebar-cart .cart-item{
  padding-left: 100px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
}

.sidebar-cart .shopping-cart .cart-item .thumb{
  width: 75px;
  height: 74px;
}

.sidebar-cart .shopping-cart .theme-btn{
  margin: 0 0 15px;
  display: block;
  width: 100%;
}

/*** 

====================================================================
	Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99;
  /* background: rgba(255, 255, 255, 0.952941); */
  background-color: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .main-box{
  padding: 0;
  margin: 0;
}

.sticky-header .outer-box,
.sticky-header .main-box:before{
  display: none;
}

.main-header .sticky-header .main-menu .navigation > li.current > a{
  color: #02013B;
}

.header-style-two .sticky-header .logo-box:before{
  display: none;
}

/*** 

====================================================================
	Mobile Header
====================================================================

***/

.mobile-header {
  position: relative;
  padding: 13px 15px;
  display: none;
  z-index: 99;
}

.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}

.mobile-header .logo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 !important;
  left: 0;
}

.mobile-header .logo img {
  max-height: 50px;
  margin-top: 7px;
}

.mobile-header .nav-outer {
  position: relative;
  float: right;
  margin-top: 5px;
}

.mobile-header .outer-box {
  position: relative;
  float: right;
}

.mobile-header .search-box {
  margin: 0;
}

.mobile-header .cart-btn {
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.10);
}

.mobile-header .cart-btn{
  margin-left: 10px;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
	background-color: #02004C;
		color:#ffffff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding:5px 10px;
        font-size: 24px;
  display: none;
}

.mm-panels .mm-counter {
  position: absolute;
  right: 45px;
  top: 50%;
  text-indent: 0;
  display: block;
  margin-top: -10px;
  background-color: #999999;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}

.mm-navbar__title>span{
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
}

.mm-listview .current{
  background-color: rgba(0,0,0,0.10);
}

#toggle-user-sidebar{
  margin-left: 20px;
}

#toggle-user-sidebar .thumb{
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid rgba(255,255,255,.15);
  border-radius: 50%;
}

.mm-add-listing{
  margin-top: 30px;
  padding: 0 10px;
  border: transparent;
  display: none;
}

.mm-add-listing .theme-btn{
  width: auto;
  min-width: auto;
  flex: 0 0 auto;
  color: #1370b5 !important;
  border-radius: 50px;
  line-height: 25px;
  font-weight: 400;
}

.mm-add-listing .theme-btn span{
  margin-left: 0;
  margin-right: 10px;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two{
  position: relative;
}

.header-top-two{
  position: relative;
  background-color: #ffffff;
}

.header-top-two .inner-container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 200px;
  min-height: 100px;
}

.header-top-two .top-left{
  position: relative;
}

.header-top-two .top-left .contact-list{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .top-left .contact-list li{
  position: relative;
  padding-left: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
  margin-left: 40px;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.header-top-two .top-left .contact-list li i{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 48px;
  line-height: 50px;
  margin-right: 8px;
  color: #1370b5;
}

.header-top-two .top-left .contact-list li a{
  color: #1370b5;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top-two .top-right{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Header Lower */

.header-style-two .main-box{
  margin: 0;
  padding: 0;
  padding-left: 200px;
}

.header-style-two .logo-box{
  position: absolute;
  left: 0;
  top: -100px;
  min-height: 160px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-style-two .logo-box:before{
  position: absolute;
  right: 0px;
  height: 100%;
  width: 1000%;
  background: #f5f5f5;
  content: "";
}

.header-style-two .main-box:before{
  background-color: #1370b5;
  width: 1000%;
  right: auto;
}

.header-style-two .main-menu .navigation > li{
  padding: 15.5px 0;
}

.header-style-two .header-lower .main-menu .navigation > li.dropdown > span:after,
.header-style-two .header-lower .main-menu .navigation > li > span, 
.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #ffffff !important;
}

.header-style-two .main-menu .navigation > li.current:after{
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.header-style-two .nav-outer{
  padding-left: 40px;
  display: flex;
  width: 100%;
  align-items: center;
}

.header-style-two .search-btn{
  background-color: transparent;
  border: 2px dashed #ffffff;
  line-height: 36px;
  color: #ffffff;
  margin-left: 20px;
  box-shadow: none;
  transition: all 300ms ease;
}

.header-style-two .search-btn:hover{
  background-color: #ffffff;
  color: #222222;
}

.header-style-two .cart-btn .count{
  background-color: #222222;
  color: #ffffff;
}

.header-style-two .mobile-header .cart-btn{
  color:#222222 ;
  font-size: 24px;
}

.header-style-two .mobile-header .search-btn{
  color: #222222;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.header-style-two .sticky-header .logo-box{
  position: relative;
  left: 0;
  top: 0;
  min-height: auto;
}

.header-style-two .sticky-header .main-box{
  padding-left: 0;
}

.header-style-two .sticky-header .main-menu .navigation > li.dropdown > span:after, 
.header-style-two .sticky-header .main-menu .navigation > li > span,
.header-style-two .sticky-header .main-menu .navigation > li > a,
.header-style-two .sticky-header .main-menu .navigation > li.dropdown > span{
  color: #222222;
}

.header-style-two .sticky-header .main-menu .navigation > li.current > span:after,
.header-style-two .sticky-header .main-menu .navigation > li.current > span{
    color: #1370b5;
}

/*** 

====================================================================
  Header Style Three
====================================================================

***/

.header-style-three{
  position: relative;
  border: 0;
  box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

/*== Header Top Three ==*/

.header-top-three{
  position: relative;
}

.header-top-three .inner-container{ 
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-three{
  position: relative;
  background-color: #ef5b3f;
}

.header-top-three .top-left{
  position: relative;
}

.header-top-three .top-left .contact-list{
  position: relative;
  padding: 15px 0;
}

.header-top-three .top-left .contact-list li{
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 30px;
}

.header-top-three .top-left .contact-list li:last-child{
  margin-right: 0;
}

.header-top-three .top-left .contact-list li i{
  float: left;
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
  color: #ffffff;
}

.header-top-three .top-left .contact-list li a{
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top-three .top-right{
  position: relative;
  float: right;
}

.header-style-three .main-box{
  margin-bottom: 0;
  padding-left: 0;
}

.header-style-three .main-box:before{
  display: none;
}

/*** 

====================================================================
  Header Style Four
====================================================================

***/

.header-style-four{
  position: relative;
}

.header-style-four .header-top .top-left .contact-list{
  position: relative;
  padding: 15px 0;
}

.header-style-four .main-box{
  margin-bottom: -25px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
  box-shadow: 0 0px 30px rgba(0,0,0,.10);
  border-radius: 50px 0 0 50px;
}

.header-style-four .main-box:before{
  display: none;
}

.header-style-four .sticky-header{
  box-shadow: none;
  background-color: transparent;
}

.header-style-four .sticky-header .main-box{
  border-radius: 0;
  box-shadow: 0 0px 30px rgba(0,0,0,.10);
}

/*** 

====================================================================
  Page Title
====================================================================

***/

.page-title{
  position: relative;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: right;
  z-index: 2;
}

.page-title:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
 /* background-color: #ffffff;*/
  content: "";
  opacity: .50;
}

.page-title .title-outer{
  position: relative;
  display: inline-block;

  border-radius: 10px;


}

.page-title h1{
    color: #1370b5;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0px;
    word-break: break-word;
}

.page-title .title_divider{
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background: #cbcfd4;
}

.page-breadcrumb{
  font-size: 15px;
  line-height: initial;
  margin: 5px -15px 10px;
}

.page-breadcrumb li{
  position:relative;
  display:inline-block;
  color:rgba(0,0,0,0.75);
  font-size:18px;
  font-weight:500;
  padding: 0 18px;
  line-height: 24px;
  text-transform:capitalize;
}

.page-breadcrumb li:after{
  position: absolute;
  top: 0;
  right: -10px;
  content: "\f179";
  font-family: 'flaticon';
  display: inline-block;
  font-size: 18px;
  color: #000;
}

.page-breadcrumb li:last-child::after{
  display: none;
}

.page-breadcrumb li a{
  color:rgba(0,0,0,0.75);
  text-transform: capitalize;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
  opacity: .9;
  color: #1370b5;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .sub-title{
  display: block;
  font-size: 18px;
  color: #666666;
  margin-bottom: 15px;
}

.sec-title .title{
  font-size: 16px;
  color: #666666;
}

.sec-title h2 {
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
}

.sec-title .text,
.sec-title p{
  position: relative;
  margin-top: 30px;
}

.sec-title .divider{
  position: relative;
  display: block;
  width: 60px;
  height: 20px;
  margin-top: 30px;
}

.sec-title .divider svg{
  display: block;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  fill: #1370b5;
}

.sec-title.text-center .divider{
  margin: 30px auto 0;
}

.sec-bottom-text{
  position: relative;
  text-align: center;
  font-size: 14px;
  color: 666666;
  line-height: 24px;
  margin-top: 15px;
}

.sec-bottom-text a{
  color: #1370b5;
}

.sec-title.light .title,
.sec-title.light h2,
.sec-title.light p,
.sec-title.light .text,
.sec-title.light .sub-title{
  color: #ffffff;
}

.sec-title.light .divider svg{
  fill: #ffffff;
}

/*** 

====================================================================
  Main Slider
====================================================================

***/

.main-slider{
  position: relative;
}

.main-slider .tp-dottedoverlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0, 0.1);
}

.main-slider .title{
  position: relative;
  display: inline-block;
  color: #1370b5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 5px;
}

.main-slider h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 1.2em;
  color: #25304c;
  font-weight: 700;
  text-transform: capitalize;
}

.main-slider .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #25304c;
  font-weight: 600;
}

.main-slider .btn-box{
  position: relative;
}

.main-slider .btn-box a{
  display: inline-block;
  text-align: center !important;
  margin-right: 20px !important;
  min-width: 180px !important;
}

.main-slider .btn-box a:last-child{
  margin-right: 0px !important;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-section{
  position: relative;
}

.banner-section .banner-carousel{
  position: relative;
}

.banner-section .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-section .content-outer{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
}

.banner-section .content-box {
  position: relative;
  background-color: rgba(255,255,255,.90);
  padding: 50px 50px;
  max-width: 600px;
  width: 50%;
  margin-left: 50%;
  border: 0;
  border-left-width: 10px;
  border-color: #1370b5;
  border-style: solid;
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
  transform: translateX(-30%);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.banner-section .active .content-box {
  transform: translateX(0%) scale(1);
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms;
}

.banner-section .content-box .title{
  position: relative;
  display: block;
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .active .content-box .title{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 400ms;
}

.banner-section .content-box h2{
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  color: #222222;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .content-box h2 span{
  color: #1370b5;
}

.banner-section .active .content-box h2{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 500ms;
}

.banner-section .content-box .text{
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .active .content-box .text{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section .content-box .btn-box{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .active .content-box .btn-box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 700ms;
}

/*** 

====================================================================
  Banner Section Two
====================================================================

***/

.banner-section-two{
  position: relative;
}

.banner-section-two .banner-carousel{
  position: relative;
}

.banner-section-two .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-section-two .content-outer{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
}

.banner-section-two .content-box {
  position: relative;
  max-width: 600px;
  width: 50%;
  margin-left: 50%;
  transition: all 300ms ease;
}

.banner-section-two .content-box .icon-box{
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  font-size: 52px;
  color: #ef5b3f;
  box-shadow: 0 15px 20px rgba(0,0,0,0.10);
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box .icon-box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 400ms;
}

.banner-section-two .content-box h1{
  position: relative;
  display: block;
  line-height: 1em;
  font-size: 96px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box h1{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 500ms;
}

.banner-section-two .content-box h3{
  font-size: 36px;
  line-height: 1.1em;
  font-weight: 600;
  color: #30302f;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box h3{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section-two .content-box .text{
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box .text{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section-two .content-box .btn-box{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .active .content-box .btn-box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 700ms;
}

/*** 

====================================================================
  Banner Section Three
====================================================================

***/

.banner-section-three{
  position: relative;
}

.banner-section-three .banner-carousel{
  position: relative;
}

.banner-section-three .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-section-three .content-outer{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 700px;
}

.banner-section-three .content-box {
  position: relative;
  max-width: 600px;
  width: 100%;
  transition: all 300ms ease;
}

.banner-section-three .content-box .title{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  color: #7fc540;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 25px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.10);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .active .content-box .title{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 400ms;
}

.banner-section-three .content-box h4{
  position: relative;
  display: block;
  line-height: 1em;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .active .content-box h4{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 500ms;
}

.banner-section-three .content-box h2{
  font-size: 52px;
  line-height: 1.1em;
  font-weight: 700;
  color: #222222;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .content-box h2 span{
  color: #7fc540;
}

.banner-section-three .active .content-box h2{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section-three .content-box .text{
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .active .content-box .text{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section-three .content-box .btn-box{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-three .active .content-box .btn-box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 700ms;
}

.banner-section-three .top-features{
  position: relative;
  margin-top: -70px;
  z-index: 1;
}

.banner-section-three .top-features:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7fc540;
  content: "";
  display: none;
}

/*** 

====================================================================
  Banner Section Four
====================================================================

***/

.banner-section-four{
  position: relative;
}

.banner-section-four .banner-carousel{
  position: relative;
}

.banner-section-four .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
}

.banner-section-four .content-outer{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
}

.banner-section-four .content-box {
  position: relative;
  max-width: 600px;
  width: 45%;
  margin-left: 55%;
  transition: all 300ms ease;
}

.banner-section-four .content-box .title{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  color: #105abf;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-four .active .content-box .title{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 400ms;
}

.banner-section-four .content-box h1{
  position: relative;
  display: block;
  line-height: 1em;
  font-size: 96px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-four .active .content-box h1{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 500ms;
}

.banner-section-four .content-box h3{
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 700;
  color: #30302f;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-four .active .content-box h3{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section-four .content-box .text{
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-four .active .content-box .text{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 600ms;
}

.banner-section-four .content-box .btn-box{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-four .active .content-box .btn-box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 700ms;
}

/*** 

====================================================================
  Top Features
====================================================================

***/

.top-features{
  position: relative;
  margin-top: -100px;
}

.top-features:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1370b5;
  content: "";
  display: none;
}

.feature-block{
  position: relative;
  margin-bottom: 30px;
}

.feature-block .inner-box{
  position: relative;
  padding: 45px 40px;
  background-color: #ffffff;
  background-image: url(../images/icons/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-block .inner-box:hover{
  background-color: #1370b5;
  transform: translateY(-20px);
  box-shadow: 0 10px 30px rgba(0,0,0,.20);
}

.feature-block .inner-box:before,
.feature-block .inner-box:after{
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-block .inner-box:hover:before{
  transform: scale(1);
  opacity: .20;
  transition-delay: 300ms;
}

.feature-block .inner-box:hover:after{
  transform: scale(1.7);
  opacity: .10;
  transition-delay: 400ms;
}

.feature-block .icon{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 1em;
  color: #1370b5;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon{
  color: #ffffff;
}

.feature-block h4{
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-block h4 a{
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover h4 a{
  color: #ffffff;
}

.feature-block p{
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover p{
  color: #ffffff;
}

/*=== Feature Block Four ===*/

.feature-block-four{
  position: relative;
  margin-bottom: 30px;
}

.feature-block-four .inner-box{ 
  position: relative;
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  background-image: url(../images/icons/pattern-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  transition: all 300ms ease;
}

.feature-block-four .inner-box:hover{
  transform: translateY(-20px);
} 

.feature-block-four .inner-box:before{
  position: absolute;
  height: 200px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #7fc540;
  opacity: 0;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-block-four .inner-box:hover:before{
  transform: scale(1);
  opacity: .10;
}

.feature-block-four .inner-box:after{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  border-bottom:3px solid #7fc540;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.feature-block-four .inner-box:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.feature-block-four .icon {
  font-size: 60px;
  line-height: 1em;
  color: #7fc540;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 300ms ease;
}

.feature-block-four h4{
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 300ms ease;
}

.feature-block-four .text{
  position: relative;
  transition: all 300ms ease;
}

/*** 

====================================================================
  Features Section
====================================================================

***/

.features-section{
  position: relative;
  padding: 120px 0 70px;
}

.features-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  content: "";
}

.features-section .sec-title{
  margin-bottom: 40px;
}

.features-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.features-section .content-column .inner-column{
  position: relative;
}

.features-section .content-column .btn-box{
  margin-top: 18px;
}

.features-section .image-column{
  position: relative;
  margin-bottom: 50px;
}

.features-section .image-column .image-box{
  position: relative;
  padding-right: 10px;
}

.features-section .image-column .image{
  position: relative;
  margin-bottom: 0;
  border: 10px solid #ffffff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.10);
}

.features-section .image-column .image img{
  display: block;
  width: 100%;
}

.feature-block-five{
  position: relative;
  margin-bottom: 30px;
}

.feature-block-five .inner-box{ 
  position: relative;
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.10);
  transition: all 300ms ease;
}

.feature-block-five h4{
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  color: #7fc540;
  margin-bottom: 10px;
}

/*** 

====================================================================
    Welcome Section
====================================================================

***/

.welcome-section{
  position: relative;
  padding: 120px 0 90px;
  z-index: 1;
}

.welcome-section:before,
.welcome-section:after{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-11.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -1;
}

.welcome-section:before{
  background-image: none;
  background-color: #1370b5;
  opacity: .10;
}


.welcome-section .sec-title{
  margin-bottom: 30px;
}

/*=== Feature Block Four ===*/

.feature-block-six{
  position: relative;
  margin-bottom: 30px;
}

.feature-block-six .inner-box{ 
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 30px;
  transition: all 500ms ease;
}

.feature-block-six .inner-box:hover{
  background-color: #1058bb;
  box-shadow: 0 10px 40px rgba(0,0,0,.10);
}

.feature-block-six .icon{
  font-size: 60px;
  line-height: 1em;
  color: #1058bb;
  display: inline-block;
  margin-bottom: 15px;
  transition: all 300ms ease;
}

.feature-block-six .inner-box:hover .icon{
  color: #ffffff;
}

.feature-block-six h4{
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 300ms ease;
}

.feature-block-six .inner-box:hover h4{
  color: #ffffff;
}

.feature-block-six .text{
  position: relative;
  transition: all 300ms ease;
}

.feature-block-six .inner-box:hover .text{
  color: #ffffff;
}

/*** 

====================================================================
About Section
====================================================================

***/

.about-section{
  position: relative;
  padding-top: 40px;
  height: auto;
  /* margin-top:250px; */
  margin-bottom: 0px;
}

.about-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-image: url(../images/icons/pattern-2.png); */
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  opacity: .50;
  content: "";
}


.about-section .sec-title{
  margin-bottom: 0;
}

.about-section .content-column{
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-top: 80px;
}

.about-section .content-column .link-box{
  position: relative;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-section .content-column .link-box .signature{
  margin-right: 30px;
}

.about-section .images-column{
  margin-bottom: 50px;
}

.about-section .video-link{
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
}

.about-section .video-link .play-btn{
  position: relative;
  display: inline-block;
  margin-top: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #1370b5;
  text-align: center;
  background-color: #ffffff;
  line-height: 100px;
  box-shadow: 0 0px 30px rgba(0,0,0,0.10);
  font-size: 32px;
  transition: all 500ms ease;
  padding-left: 5px;
}

.about-section .video-link .play-btn:hover{
  transform: rotate(360deg);
}

.about-section .images-column .inner-column{
  position: relative;
  text-align: right;
  margin-right: -15px;
}

.about-section .image-1{
  right: 50px;
  position: relative;
}

.about-section .image-2{
  position: absolute;
  right: 300px;
  top: 200px;
  left: -70px;
}

.about-section .image-3{
  position: absolute;
  display: inline-block;
  margin-top: 0;
  right: 20px;
  z-index: 3;
  bottom: -70px;
}

.about-section .image-3 .hex{
  position: absolute;
  left: -45px;
  right: -45px;
  top: -55px;
  bottom: -55px;
  background-image: url(../images/icons/hex.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}

/*** 

====================================================================
About Section Two
====================================================================

***/

.about-section-two{
  position: relative;
  padding: 120px 0;
}

.about-section-two:after{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/background/2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  z-index: -1;
}

.about-section-two:before{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 40%;
  background-color: #1370b5;
  content: "";
  transform: translateX(300px);
}

.about-section-two .sec-title{
  margin-bottom: 50px;
}

.feature-block-two{
  position: relative;
  margin-bottom: 30px;
}

.feature-block-two .inner-box{ 
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 300ms ease;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 30px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-two .inner-box:hover{
  background-color: #1370b5;
}

.feature-block-two .inner-box:before,
.feature-block-two .inner-box:after{
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-block-two .inner-box:hover:before{
  transform: scale(1);
  opacity: .20;
  transition-delay: 100ms;
}

.feature-block-two .inner-box:hover:after{
  transform: scale(1.7);
  opacity: .10;
  transition-delay: 200ms;
}

.feature-block-two .icon{
  font-size: 30px;
  line-height: 1em;
  color: #1370b5;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .icon {
  color: #ffffff;
}

.feature-block-two h4{
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-two .inner-box:hover h4 {
  color: #ffffff;
}

.feature-block-two p{
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block-two .inner-box:hover p{
  color: #ffffff;
}

.about-section-two .image-column{
  position: relative;
}

.about-section-two .image-box{
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
}

.about-section-two .image-box .image{
  margin-bottom: 0;
}

.about-section-two .image-box .image img{
  display: block;
  width: 100%;
}

.about-section-two .image-box .icon-box{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}

/*** 

====================================================================
About Section Three
====================================================================

***/

.about-section-three{
  position: relative;
  padding: 120px 0 90px;
  background-image: url(../images/icons/pattern-8.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-section-three .sec-title{
  margin-bottom: 70px;
}

.about-section-three .content-column{
  position: relative;
  padding-top: 10px;
  margin-bottom: 100px;
}

.about-section-three .about-owner{
  position: relative;
  padding-left: 180px;
  padding-top: 20px;
}

.about-section-three .about-owner .sign-img{
  position: absolute;
  left: 0;
  top: 0;
}

.about-section-three .about-owner .name{
  font-size: 24px;
  line-height: 30px;
  color: #ef5b3f;
  font-weight: 700;
}

.about-section-three .about-owner .designation{
  font-size: 15px;
  color: #777777;
}

.feature-block-three{
  position: relative;
  margin-bottom: 30px;
}

.feature-block-three .inner-box{ 
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  padding: 30px 20px;
  padding-left: 110px;
  transition: all 300ms ease;
}

.feature-block-three .inner-box:hover{ 
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  transform: translateY(-20px);
}

.feature-block-three .inner-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  border-bottom:3px solid #1370b5;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.feature-block-three .inner-box:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.feature-block-three .icon {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 64px;
  line-height: 1em;
  color: #1370b5;
  display: inline-block;
  margin-bottom: 20px;
  z-index: 1;
}

.feature-block-three h4{
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-section-three .image-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section-three .image-box{
  position: relative;
  padding-right: 40px;
}

.about-section-three .image-box .image{
  margin-bottom: 0;
  border: 10px solid #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.about-section-three .image-box .image img{
  display: block;
  width: 100%;
}

/*** 

====================================================================
About Section Four
====================================================================

***/

.about-section-four{
  position: relative;
  padding: 90px 0 0;
}

.about-section-four:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../images/icons/pattern-11.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  transform: scaleX(-1);
}

.about-section-four .sec-title{
  margin-bottom: 70px;
}

.about-section-four .content-column{
  position: relative;
  padding-top: 10px;
}

.about-section-four .content-column p strong,
.about-section-four .content-column p a{
  color: #7fc540;
}

.about-section-four .about-owner{
  position: relative;
  padding-left: 180px;
  padding-top: 20px;
}

.about-section-four .about-owner .sign-img{
  position: absolute;
  left: 0;
  top: 0;
}

.about-section-four .about-owner .name{
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  font-weight: 700;
}

.about-section-four .about-owner .designation{
  font-size: 15px;
  color: #777777;
}

.about-section-four .image-column{
  position: relative;
}

.about-section-four .image-box{
  position: relative;
  text-align: center;
}

.about-section-four .image-box .image{
  position: relative;
  margin: 0;
}

.about-section-four .image-box .image:before{
  position: absolute;
  right: 70px;
  top: 100px;
  height: 70%;
  width: 80%;
  border: 15px solid #87c94c;
  content: "";
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.about-section-four .image-box .image img{
  display: inline-block;
  position: relative;
  bottom: -5px;
}

/*** 

====================================================================
  Skills Section
====================================================================

***/

.skill-section{
  position: relative;
  padding: 100px 100px;
  background-image: url(../images/icons/pattern-1.png);
  background-repeat: repeat;
  background-position: center right;
}

.skill-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background-color: #1370b5;
  content: "";
}

.skill-section .sec-title{
  margin-bottom: 40px;
}

.skill-section .outer-container{
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  background-color: #ffffff;
}

.skill-section .image-column{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.skill-section .image-column .image-box{
  position: relative;
  display: none;
}

.skill-section .image-column .image-box .image{
  position: relative;
  margin-bottom: 0;
}

.skill-section .image-column .image-box .image img{
  display: block;
  width: 100%;
  height: auto;
}

.skill-section .skill-column{
  position: relative;
  float: right;
  width: 50%;
}

.skill-section .skill-column .inner-column{
  position: relative;
  padding: 50px 50px;
}

.skill-section .skill-column .skills{
  position: relative;
  margin-bottom: 50px;
}

.skills{
  position: relative;
  margin-bottom: 30px;
}

.skills .skill-item{
  position:relative;
  margin-bottom:20px;
}

.skills .skill-item:last-child{
  margin-bottom:0px;
}

.skills .skill-item .skill-bar{
  position:relative;
  width:100%;
  height:5px;
  background-color:#ffffff;
  border-radius: 5px;
}

.skills .skill-item .skill-bar .bar-inner{
  position:relative;
  width:100%;
  height:5px;
  background:#eeeeee;
}

.skills .skill-item .skill-bar .bar-inner .bar{
  position:absolute;
  left:0px;
  top:0px;
  height:5px;
  width:0px;
  -webkit-transition:all 3000ms ease;
  -moz-transition:all 3000ms ease;
  -ms-transition:all 3000ms ease;
  -o-transition:all 3000ms ease;
  transition:all 3000ms ease;
  background-color: #1370b5;
}

.skills .skill-item .skill-header{
  position:relative;
  margin-bottom:10px;
}

.skills .skill-item .skill-header .skill-title{
  position:relative;
  float:left;
  font-size:16px;
  line-height:30px;
  color:#000000;
  font-weight:600;
}

.skills .skill-item .skill-header .skill-percentage{
  float:right;
  font-size:16px;
  font-weight:600;
  color:#000000;
  line-height:30px;
}

.skill-section .text-column{
  position:relative;
  margin-bottom: 50px;
}

.skill-section .text-column .text{
  position: relative;
  font-size:18px;
  font-weight:500;
  color:#222222;
  line-height:30px;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section{
  position: relative;
  padding: 120px 0 90px;
  background-color: #f5f5f5;
}

.services-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: .23;
  content: '';
}

.service-block{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-block .inner-box{
  position: relative;
  padding: 30px 30px;
  text-align: center;
  border-radius: 15px 15px 0 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.service-block .inner-box:hover{
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
  transform: translateY(-20px);
  border-bottom: 4px solid #1370b5;
}

.service-block .icon{
  position: relative;
  display: inline-flex;
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  font-size: 42px;
  color: #1370b5;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .icon:before{
  z-index: 1;
}

.service-block .icon.flaticon-heartbeat:before{
  position: relative;
  top: 5px;
}

.service-block .inner-box:hover .icon{
  border: 0;
  font-size: 62px;
}

.service-block .icon:after{
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background-color: #1370b5;
  content: "";
  opacity: 0;
  z-index: 0;
}

.service-block .inner-box:hover .icon:after{
  height: 100%;
  opacity: .05;
  transition-delay: 200ms;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.service-block h5{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.service-block h5 a{
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block h5 a:hover{
  color: inherit;
}

.service-block .text{
  position: relative;
  cursor: default;
}

/*** 

====================================================================
    Service Section Two
====================================================================

***/

.services-section-two{
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 120px 0;
  background-image: url(../images/icons/pattern-5.png);
  background-color: #fafafa;
}

.services-section-two .right-btn{
  margin-top: 60px;
}

.services-section-two .carousel-outer{
  margin: -20px -20px 0;
}

.services-section-two .services-carousel{
  padding-bottom: 20px;
}

.services-section-two .services-carousel .service-block-two{
  padding: 20px;
}

/* .services-carousel .owl-nav{
  display: none;
} */

.service-block-two{
  position: relative;
  margin-bottom: 30px;
}

.service-block-two .inner-box{
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,.10);
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box:hover{
}

.service-block-two .image-box{
  position: relative;
  border:10px solid #ffffff;
}

.service-block-two .image-box .image{
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.service-block-two .image-box .image img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .inner-box:hover .image img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.service-block-two .inner-box:hover .image-box .icon{
  opacity: 0;
}

.service-block-two .lower-content{
  position: relative;
  padding: 30px 20px 40px;
  background-color: #ffffff;
}

.service-block-two .lower-content .title-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.service-block-two .lower-content .icon{
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 1em;
  margin-right: 10px;
  color: #1370b5;
}

.service-block-two .lower-content h4{
  position: relative;
  display: block;
  font-size:  24px;
  line-height: 1.2em;
  color: #353535;
  font-weight: 600;
}

.service-block-two .lower-content h4 a{
  color: #353535;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .lower-content h4 a:hover{
  color: #1370b5;
}

.service-block-two .lower-content .text{
  position: relative;
}

.service-block-two .btn-box{
  position: relative;
  margin-top: 15px;
}

.service-block-two .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .btn-box a span{
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transform: translateX(-20px);
}

.service-block-two .btn-box a:hover{
  color: #1370b5;
}

.service-block-two .lower-content .icon-right{
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 120px;
  line-height: 1em;
  color: #000000;
  opacity: .05;
}

/*** 

====================================================================
  Services Section Three
====================================================================

***/

.services-section-three{
  position: relative;
  padding: 120px 0 90px;
  background-color: #fff8f6;
}

.services-section-three:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-9.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  opacity: .23;
  content: '';
}

.service-block-three{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-block-three .inner-box{
  position: relative;
  padding: 30px 30px;
  padding-left: 150px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover{
  background-color: #ffffff;
  box-shadow: 0 20px 30px rgba(0,0,0,0.05);
}

.service-block-three .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 56px;
  line-height: 110px;
  width: 110px;
  color: #ffffff;
  text-align: center;
  background-color: #ef5b3f;
  border-radius: 0 0 20px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three h5{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}

.service-block-three h5 a{
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-three h5 a:hover{
  color: inherit;
}

.service-block-three .text{
  position: relative;
  cursor: default;
}

.service-block-three .icon-float{
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1em;
  font-size: 100px;
  color: #000000;
  opacity: .05;
}

/*** 

====================================================================
    Service Section Four
====================================================================

***/

.services-section-four{
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 120px 0;
  background-color: #fafafa;
}

.services-section-four .right-btn{
  margin-top: 60px;
}

.services-section-four .carousel-outer{
  margin: 0 -20px;
}

.services-section-four .services-carousel{
  padding-bottom: 20px;
}

.service-block-four{
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}

.service-block-four .inner-box{
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,.10);
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .inner-box:hover{
}

.service-block-four .image-box{
  position: relative;
  border:10px solid #ffffff;
}

.service-block-four .image-box .image{
  position: relative;
  margin-bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
}

.service-block-four .image-box .image img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .inner-box:hover .image img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .75;
}

.service-block-four .inner-box:hover .image-box .icon{
  opacity: 0;
}

.service-block-four .lower-content{
  position: relative;
  padding: 20px 20px;
  background-color: #ffffff;
}

.service-block-four .lower-content h4{
  position: relative;
  display: block;
  font-size:  24px;
  line-height: 1.2em;
  color: #353535;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-block-four .lower-content h4 a{
  color: #353535;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .lower-content h4 a:hover{
  color: #7fc540;
}

.service-block-four .lower-content .text{
  position: relative;
}

.service-block-four .lower-content .read-more{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  color: #87c94c;
  margin-top: 15px;
}

.service-block-four .lower-content .read-more i{
  line-height: 1.2em;
  font-size: 16px;
}

.service-block-four .btn-box{
  position: relative;
  margin-top: 15px;
}

.service-block-four .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-four .btn-box a span{
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transform: translateX(-20px);
}

.service-block-four .btn-box a:hover{
  color: #1370b5;
}

.service-block-four .lower-content .icon-right{
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 120px;
  line-height: 1em;
  color: #000000;
  opacity: .05;
}

/*** 

====================================================================
    Service Section Five
====================================================================

***/

.services-section-five{
  position: relative;
  padding: 120px 0;
}

.service-block-five{
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}

.service-block-five .inner-box{
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,.10);
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-five .inner-box:hover{

}

.service-block-five .image-box{
  position: relative;
}

.service-block-five .image-box .image{
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.service-block-five .image-box .image img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-five .inner-box:hover .image img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.service-block-five .inner-box:hover .image-box .icon{
  opacity: 0;
}

.service-block-five .lower-content{
  position: relative;
  padding: 20px 20px;
  background-color: #ffffff;
  text-align: center;
}

.service-block-five .lower-content h4{
  position: relative;
  display: block;
  font-size:  24px;
  line-height: 1.2em;
  color: #353535;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-block-five .lower-content h4 a{
  color: #353535;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-five .lower-content h4 a:hover{
  color: #7fc540;
}

.service-block-five .lower-content .text{
  position: relative;
}

.service-block-five .lower-content .read-more{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  color: #1058bb;
  margin-top: 15px;
}

.service-block-five .lower-content .read-more i{
  line-height: 1.2em;
  font-size: 16px;
}

.service-block-five .btn-box{
  position: relative;
  margin-top: 15px;
}

.service-block-five .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-five .btn-box a span{
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transform: translateX(-20px);
}

.service-block-five .btn-box a:hover{
  color: #1370b5;
}

.service-block-five .lower-content .icon-right{
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 120px;
  line-height: 1em;
  color: #000000;
  opacity: .05;
}

/*** 

====================================================================
  Service Detail
====================================================================

***/

.service-detail{
  position: relative;
  padding-left: 20px;
}

.service-detail .images-box{
  position: relative;
  margin: 0 -5px;
}

.service-detail .images-box .column{
  padding: 0 5px;
}

.service-detail .images-box .image{
  position: relative;
  margin-bottom: 10px;
}

.service-detail .images-box .image img{
  display: block;
  width: 100%;
  height: auto;
}

.service-detail .content-box{
  position: relative;
  padding: 20px 0 0;
}

.service-detail .content-box .title-box{
  position: relative;
  margin-bottom: 30px;
}

.service-detail .content-box h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 1.2em;
  color: #343a40;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-detail .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #343a40;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-detail .content-box p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 26px;
}

.service-detail .two-column{
  position: relative;
}

.service-detail .two-column p{
  margin-bottom: 25px;
}

.service-detail .two-column .image-column{
  position: relative;
  margin-bottom: 35px;
}

.service-detail .two-column .image-column .image{
  margin-bottom: 0;
}

.service-detail .two-column .image-column .image img{
  display: block;
  width: 100%;
}

.service-detail .two-column .text-column{
  position: relative;
}

.service-detail .prod-tabs{
  position:relative;
  margin-top: 50px;
}

.service-detail .prod-tabs .tab-btns{
  position:relative;
  z-index:1;  
  border-bottom:1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn{
  position:relative;
  top:1px;
  display:block;
  float:left;
  margin-right:5px;
  font-size:16px;
  color:#333333;
  background:#ffffff;
  text-transform:capitalize;
  font-weight:400;
  line-height:23px;
  cursor:pointer;
  border:1px solid #e5e5e5;
  border-bottom: 0;
  padding: 10px 25px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before{
  position:absolute;
  content:'';
  top: 0;
  left: 50%;
  width:0%;
  height:3px;
  background-color:#1370b5;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before{
  width: 100%;
  left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after{
  position:absolute;
  content:'';
  left:0px;
  bottom:-3px;
  width:100%;
  height:5px;
  background-color:#ffffff;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn.active-btn{
  color: #1370b5;
  background: #ffffff;
}

.service-detail .prod-tabs .tabs-content{
  position:relative;
  padding:25px 30px 45px;
  border:1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab{
  position:relative;
  display:none;
  border-top:0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab{
  display:block;  
}

.service-detail .prod-tabs .tabs-content .tab .content{
  position:relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p{
  position:relative;
  font-size:16px;
  line-height: 26px;
  color:#666666;
  margin-bottom:0px;
}

/*Services Category*/

.services-categories{
  position:relative;
  margin-bottom: 50px;
  background-color: #fcfcfc;
  border: 10px solid #ffffff;
  box-shadow: 0 0px 20px rgba(0,0,0,0.10);
}

.services-categories li{
  position:relative;
  border:1px solid #e7e7e7;
  border-bottom: 0;
  z-index: 9;
}

.services-categories li:last-child{
  border-bottom: 1px solid #e7e7e7;
}

.services-categories li a{
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 30px;
  padding: 10px 25px;
  display: block;
  padding-left: 38px;
  overflow: hidden;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.services-categories li.active a,
.services-categories li:hover a{
  color: #ffffff;
}

.services-categories li a:before{
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 12px;
  line-height: 30px;
  color: #222222;
  font-weight: 900;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.services-categories li.active a:before,
.services-categories li:hover a:before{
  color: #ffffff;
}

.services-categories li a:after{
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #1370b5;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.services-categories li.active a:after,
.services-categories li:hover a:after{
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*=== Brochures Box ===*/

.brochures-box{
  position: relative;
  margin-bottom: 50px;
}

.brochures-box .inner{
  position: relative;
  background-color: #fcfcfc;
  border: 10px solid #ffffff;
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
  padding: 25px 20px 20px;
}

.brochures-box h4{
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  margin-bottom: 15px;
}

.brochures-box .text{
  font-size: 15px;
  line-height: 23px;
  color: #222222;
  margin-bottom: 20px;
}

.brochures-box .theme-btn{
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.brochures-box .theme-btn i{
  margin-right: 3px;
}

/*Help Box*/

.help-box{
  position:relative;
  background-size:cover;
  padding:30px 20px;
  background-color: #fcfcfc;
  border: 10px solid #ffffff;
  box-shadow: 0 10px 20px rgba(0,0,0,.10);
}

.help-box > span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  margin-bottom: 10px;
}

.help-box h4{
  position:relative;
  color:#222222;
  font-size:21px;
  font-weight:700;
  line-height:1.2em;
  margin-bottom:15px;
}

.help-box p{
  position:relative;
  color:#222222;
  font-size:14px;
  line-height:24px;
  margin-bottom:20px;
}

.help-box .theme-btn{
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 700;
}

/*** 

====================================================================
    Why Choose Us
====================================================================

***/

.why-choose-us{
  position: relative;
}

.why-choose-us .upper-box{
  position: relative;
  padding: 120px 0 340px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.why-choose-us .upper-box:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
  content: "";
  opacity: .90;
}

.why-choose-us .content-box{
  position: relative;
}

.why-choose-us .content-box .inner{
  position: relative;
}

.why-choose-us .content-box .icon-box{
  position: relative;
  margin-bottom: 60px;
}

.why-choose-us .content-box .icon-box .title{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2em;
  color: #87c94c;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 60px;
  border-bottom: 1px solid #87c94c;
}

.why-choose-us .content-box .title-box{
  position: relative;
}

.why-choose-us .content-box .title-box span{
  display: block;
  font-size: 18px;
  color: #bbbbbb;
  font-weight: 400;
  margin-bottom: 10px;
}

.why-choose-us .content-box .title-box h4{
  font-size: 30px;
  color: #87c94c;
  font-weight: 500;
  margin-bottom: 10px;
}

.why-choose-us .content-box .title-box h3{
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}

.why-choose-us .skill-column .skills{
  position: relative;
  padding-top: 20px;
}

.why-choose-us .skills .skill-item .skill-header .skill-title{
  color: #ffffff;
}

.why-choose-us .appointment-box{
  position: relative;
  background-color: #ffffff;
  margin-top: -230px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.10);
  border-radius: 10px;
  overflow: hidden;
}

.why-choose-us .appointment-box .form-column,
.why-choose-us .appointment-box .form-column .inner-column{
  position: relative;
  height: 100%;
}

.why-choose-us .appointment-box .appointment-form{
  box-shadow: none;
  height: 100%;
}

.why-choose-us .appointment-box .appointment-form:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1370b5;
  content: "";
  opacity: .20;
}

.why-choose-us .appointment-box .image-column{
  position: relative;
  padding: 40px 70px 0;
}

.why-choose-us .appointment-box .image{
  margin-bottom: 0;
}

.why-choose-us .appointment-box .image:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-12.png);
  background-repeat: no-repeat;
  background-position: left top;
  opacity: .50;
  content: "";
}

.why-choose-us .appointment-box .image img{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  margin: 0 auto;
  display: block;
}

/*** 

====================================================================
Portfolio Section
====================================================================

***/

.portfolio-section{
  position: relative;
  padding: 120px 0 90px;
}

.portfolio-section .sec-title{
  z-index: 1;
  margin-bottom: 50px;
}

.portfolio-section .btns-outer {
  position: relative;
  margin-top: -130px;
  top: -40px;
  text-align: right;
}

.portfolio-section .btns-outer .theme-btn{
  position: relative;
  margin-bottom: 35px;
}

.mixitup-gallery .filter-tabs{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 35px;
}

.mixitup-gallery .filter-tabs li{
    position: relative;
    font-size: 18px;
    color: #666666;
    font-weight: 600;
    margin-left: 44px;
    transition: all 300ms ease;
    border-top: 3px solid transparent;
    cursor: pointer;
}

.mixitup-gallery .filter-tabs li.active{
  color: #1370b5;
  border-color: #1370b5;
}

.mixitup-gallery .mix {
  display: none;
}

.portfolio-block{
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block .image-box{
  position: relative;
  overflow: hidden;
}

.portfolio-block .image-box .image{
  margin-bottom: 0;
}

.portfolio-block .image-box .image img{
  display: block;
  width: 100%;
  transition: all 200ms ease;
}

.portfolio-block .image-box:hover .image img{
  transform: scale(1.2);
}

.portfolio-block .overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.portfolio-block .overlay .title-box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: -1;
  flex-direction: column; 
  padding: 10px 15px;
  transition: all 200ms ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.portfolio-block .image-box:hover .overlay .title-box{
  bottom: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.portfolio-block .overlay .title-box:before{
  background-color: #1370b5;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .90;
  color: #ffffff;
}

.portfolio-block .overlay .icon-box{
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #1370b5;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
  opacity: 0;
  text-align: center;
  transform: translateY(-25px) scale(0);
  transition: all 200ms ease;
}

.portfolio-block .image-box:hover .overlay .icon-box{
  opacity: 1;
  transform: translateY(-25px) scale(1);
}

.portfolio-block .overlay h5{
  font-size: 20px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
}

.portfolio-block .cat{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-block .cat a{
  color: #ffffff;
  font-size: 14px;
}

.portfolio-section.alternate{
  position: relative;
  padding: 120px 0;
}

.portfolio-section.alternate .btn-box{
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.portfolio-section.alternate .btns-outer{
  margin: 0 0 20px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-section{
  position: relative;
  padding: 120px 0;
}

.team-section.alternate{
  background-color: #fcfcfc;
}

.team-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  opacity: .50;
  transform: scale(-1);
  content: "";
}


.team-block{
  position: relative;
  margin-bottom: 50px;
}

.team-block .inner-box{
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 5px solid #ffffff;
  max-width: 370px;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0px 10px rgba(0,0,0,0.10);
}

.team-block .inner-box:hover{
  box-shadow: 0 20px 30px rgba(0,0,0,0.10);
}

.team-block .image:after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  content: "";
  height: 0;
  border-radius: 50% 50% 0 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box:hover .image:after{
  height: 50%;
}

.team-block .image{
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.team-block .image img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .inner-box:hover .image img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.team-block .social-links{
  position: absolute;
  left: -50px;
  top: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box:hover .social-links{
  left: 20px;
}

.team-block .social-links li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.team-block .social-links li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  height: 35px;
  width: 35px;
  background-color: #ffffff;
  text-align: center;
  color: #777777;
  line-height: 35px;
  box-shadow: 0 0 5px rgba(0,0,0,0.10);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .social-links li a:hover{
  color: #ffffff;
  background-color: #1370b5;
}

.team-block .info-box{
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  padding: 30px 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box:hover .info-box{
  bottom: 0;
  opacity: 1;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.team-block .name{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-block .name a{
  color: inherit;
}

.team-block .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  color: #777777;
  font-weight: 400;
}

/*** 

====================================================================
  Team Section Two
====================================================================

***/

.team-section-two{
  position: relative;
  padding: 120px 0 120px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.team-section-two .sec-title{
  margin-bottom: 60px;
}

.team-section-two .sec-bottom-text{
  margin-top: 20px;
}

.team-block-two{
  position: relative;
  margin-bottom: 30px;
}

.team-block-two .inner-box{
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
  -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
}

.team-block-two .info-box{
  position: relative;
  background-color: #ffffff;
  border-bottom: 5px solid #eeeeee;
  overflow: hidden;
}

.team-block-two .inner-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  content: "";
  background-color: #105abf;
  z-index: 1;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.team-block-two .inner-box:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.team-block-two .image-box{
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 10px solid #ffffff;
  border-bottom: 0;
}

.team-block-two .image-box .social-links{
  position: absolute;
  left: 20px;
  top: 20px;
}

.team-block-two .image-box .social-links li{
  position: relative;
  display: block;
  right: 0;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
}

.team-block-two .image-box .social-links li a{
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  background-color: #1370b5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block-two .image-box .social-links li a:hover{
  color: #1370b5;
  background-color: #ffffff;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(2){
  transition-delay: 100ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(3){
  transition-delay: 200ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(4){
  transition-delay: 300ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(5){
  transition-delay: 400ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(6){
  transition-delay: 500ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(7){
  transition-delay: 600ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(8){
  transition-delay: 700ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(9){
  transition-delay: 800ms;
}

.team-block-two .inner-box:hover .image-box .social-links li:nth-child(10){
  transition-delay: 900ms;
}

.team-block-two .inner-box:hover .image-box .social-links li{
  left: 0px;
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team-block-two .image-box .image{
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.team-block-two .image-box .image img{
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block-two .inner-box:hover .image img{
  filter: grayscale(0);
  transform: scale(1.1);
}

.team-block-two .info-box{
  position: relative;
  padding: 31px 15px 27px;
  text-align: center;
}

.team-block-two .info-box .name{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 600;
}

.team-block-two .info-box .name a{
  color: #000000;
}

.team-block-two .info-box .designation{
  position: relative;
  color: #1370b5;
  font-size: 15px;
  line-height: 27px;
  font-weight: 600;
}

.team-section-two.alternate{
  background: none;
}

.team-section-two.alternate .team-block-two .image-box .image img{
  filter: grayscale(0);
}

.team-section-two.alternate2{
  background-color: #fcfcfc;
}

/*** 

====================================================================
  Doctor Detail Section
====================================================================

***/

.doctor-detail-section{
  position: relative;
  padding: 120px 0 70px;
  background-color: #fafafa;
}

.doctor-detail-section .content-side {
  margin-bottom: 50px;
}

.docter-detail .name{
  font-size: 34px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  margin-bottom: 10px;
}

.docter-detail .designation{
  position: relative;
  display: block;
  font-size: 18px;
  color: #1370b5;
  margin-bottom: 30px;
}

.docter-detail .text{
  margin-bottom: 30px;
}

.doctor-info-list{
  position: relative;
  margin-bottom: 50px;
}

.doctor-info-list li{
  position: relative;
  margin-bottom: 15px;
  padding-left: 200px;
}

.doctor-info-list li strong{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #222222;
  min-width: 200px;
}

.doctor-info-list li p{
  position: relative;
}

.doctor-info-list li p a{
  color: inherit;
}

.doctor-detail-section .team-block .image:after{
  display: none;
}

.doctor-detail-section .appointment-form{
  box-shadow: none;
  background:none;
  padding: 0;
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  margin-top: 40px;
}

.doctor-detail-section .sidebar-side .sidebar{
  position: relative;
  padding-right: 30px;
}

.docter-availability{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  padding: 30px;
}

.docter-availability .sec-title{
  margin-bottom: 30px;
}

.timing-list-two{
  position: relative;
}

.timing-list-two {
  position: relative;
  display: block;
  max-width: 500px;
}

.timing-list-two li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  font-weight: 400;
  padding: 6px 0;
  border-bottom: 1px solid #eeeeee;
}

.timing-list-two li:last-child{
  border-bottom: 0;
}

/*** 

====================================================================
    Pricing Section
====================================================================

***/

.pricing-section{
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-color: #f9f9fb;
}

.pricing-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-6.png);
  background-repeat: repeat;
  background-position: center top;
  opacity: .50;
  content: "";
}

.pricing-section .tab-buttons{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.pricing-section .tab-buttons li{
  position: relative;
  padding: 10px 30px;
  background-color: #ffffff;
  color: #222222;
  margin: 10px 10px;
  font-size: 16px;
  min-width: 120px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  line-height: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.pricing-section .tab-buttons li.active-btn{
  background-color: #1370b5;
  color: #ffffff;
}

.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-block{
  position: relative;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 25px 30px;
  background-color: #ffffff;
  box-shadow: 0 0px 10px rgba(0,0,0,0.10);
  transition: all 300ms ease;
}

.pricing-block .inner-box:hover{
  box-shadow: 0 20px 40px rgba(0,0,0,0.10);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 20px 20px 20px;
  margin-bottom: 20px;
}

.pricing-block .price-box:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1370b5;
  opacity: .10;
  content: "";
  transition: all 300ms ease;
}

.pricing-block .price{
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #1370b5;
}

.pricing-block .price .validaty{
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}

.pricing-block .title{
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}

.pricing-block .features{
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before{
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  line-height: 30px;
  content: "\f166";
  font-family: 'Flaticon';
  color: #1370b5;
}

.pricing-block .features li.false:before{
  color: #e1137b;
  content: "\51";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #1370b5;
  background-color: #ffffff;
  font-weight: 600;
  padding: 8px 30px;
  border: 2px solid #1370b5;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .inner-box:hover .btn-box a{
  color: #ffffff;
  background-color: #1370b5;
}

.pricing-block .btn-box a:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.20);
}

/*** 

====================================================================
  Appointment Section
====================================================================

***/

.appointment-section{
  position: relative;
}

.appointment-section:before,
.appointment-section:after,
.appointment-section .image-layer:before,
.appointment-section .image-layer{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.appointment-section .image-layer:before{
  content: "";
  background-color: #1370b5;
  opacity: .90;
}

.appointment-section:before{
  content: "";
  background-color: #ffffff;
  height: 110px;
  z-index: 1;
}

.appointment-section:after{
  top: auto;
  bottom: 0;
  content: "";
  background-color: #ffffff;
  height: 110px;
}

.appointment-section.alternate:before{
  background-color: #f5f5f5;
}

.appointment-section .content-column{
  position: relative;
}

.appointment-section .content-column .inner-column{
  position: relative;
  padding: 210px 0 0;
}

.appointment-section .title{
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.appointment-section h2{
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
}

.appointment-section .number{
  font-size: 18px;
  line-height: 28px;
  color:#ffffff;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;

}

.appointment-section .number strong{
  font-size: 30px;
  display: block;
  margin-top: 10px;
}

.appointment-section .image-column{
  position: relative;
  z-index: 1;
}

.appointment-section .image-column .image{
  position: relative;
  margin-bottom: 0;
  margin-left: -70px;
}

.appointment-section .image-column .image img{
  display: block;
  width: 100%;
}

/*** 

====================================================================
  Appointment Section Two
====================================================================

***/

.appointment-section-two{
  position: relative;
}

.appointment-section-two .outer-box{
  position: relative;
}

.appointment-section-two:before,
.appointment-section-two .outer-box:before,
.appointment-section-two .outer-box:after{
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.appointment-section-two .outer-box:after{
  top: auto;
  bottom: 0;
}

.appointment-section-two:before{
  background-color: #1370b5;
  opacity: .90;
  height: 100%;
}

.appointment-section-two .testimonial-column{
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}

.appointment-section-two .testimonial-column .inner-column{
  position: relative;
  padding: 150px 0 50px;
}

.appointment-section-two .testimonial-column .sec-title{
  margin-bottom: 40px;
}

.testimonial-block-three{
  position: relative;
}

.testimonial-block-three .inner-box{
  position: relative;
}

.testimonial-block-three .text-box{
  padding: 30px 30px;
  border: 2px dashed #ffffff; 
  margin-bottom: 30px;
}

.testimonial-block-three .text-box p{
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
}

.testimonial-block-three .info-box{
  position: relative;
  padding-left: 100px;
  height: 75px;
  padding-top: 10px;
}

.testimonial-block-three .info-box .image{
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
}

.testimonial-block-three .info-box .image img{
  display: block;
  width: 100%;
}

.testimonial-block-three .info-box .name{
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
}

.testimonial-block-three .info-box .designation{
  font-size: 16px;
  color: #ffffff;
}

.appointment-section-two .form-column .inner-column{
  position: relative;
  padding-left: 70px;
}

.appointment-section-two .form-column{
  position: relative;
  z-index: 1;
}

.appointment-section-two .testimonial-column .owl-dots{
  position: absolute;
  right: 0;
  top: -30px;
}

/*** 

====================================================================
  Appointment Section Three
====================================================================

***/

.appointment-section-three{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 70px;
}

.appointment-section-three .content-column{
  position: relative;
  margin-bottom: 50px;
}

.appointment-section-three .content-column .inner-column{
  position: relative;
  padding-left: 70px;
}

.appointment-section-three .content-column .title{
  display: block;
  font-size: 18px;
  color: #1370b5;
  margin-bottom: 20px;
}

.appointment-section-three .content-column h3{
  font-size: 36px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
}

.appointment-section-three .content-column .text{
  font-size: 18px;
  margin-bottom: 30px;
}

.appointment-section-three .content-column .text strong{
  font-size: 30px;
  line-height: 1.2em;
  display: block;
  font-weight: 600;
}

.appointment-section-three .timetable-info{
  position: relative;
}

.appointment-section-three .timetable-info h3{
  font-size: 36px;
  color: #1370b5;
  font-size: 700;
}

.timing-list{
  position: relative;
}

.timing-list {
  position: relative;
  display: block;
  max-width: 500px;
  margin-bottom: 30px;
}

.timing-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 28px;
  color: #777777;
  font-weight: 400;
  padding: 16px 0;
  padding-left: 30px;
  border-bottom: 1px solid #dddddd;
}

.timing-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  color: #1370b5;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0;
}

.appointment-section-three .form-column{
  margin-bottom: 50px;
}

/*** 

====================================================================
  Appointment Form Section
====================================================================

***/

.appointment-form-section{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 70px;
  z-index: 1;
}

.appointment-form-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1370b5;
  content: "";
  opacity: .80;
}

.appointment-form-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.appointment-form-section .content-column .inner-column{
  padding-top: 50px;
}

.appointment-form-section .content-column .play-now{
  margin-bottom: 50px;
}

.appointment-form-section .content-column .content{
  position: relative;
}

.appointment-form-section .content-column .title{
  display: block;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}

.appointment-form-section .content-column h3{
  font-size: 48px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.appointment-form-section .content-column .content .text{
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}

.appointment-form-section .content-column .content .text strong{
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.appointment-form-section .appointment-form{
  margin-bottom: -170px;
}

.appointment-form{
  position: relative;
  background-color: #ffffff;
  padding: 50px 50px 50px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.appointment-form .sec-title{
  margin-bottom: 40px;
}

/*** 

====================================================================
  Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 120px 0 90px;
}

.testimonial-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center; 
  background-image: url(../images/icons/dotted-map.png);
  opacity: .20;
} 

.testimonial-section .testimonial-outer {
  position: relative;
}

.testimonial-section .client-thumb-outer {
  position: relative;
  max-width: 400px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.testimonial-section .client-thumbs-carousel {
  position: relative;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-section .client-thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .client-thumb-outer .thumb-box {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .client-thumb-outer .center .thumb-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonial-section .client-thumb-outer .author-info .icon{
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #000000;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 13px rgba(0,0,0,0.09);
  margin-bottom: 5px;
}

.testimonial-section .client-thumb-outer .author-info {
  position: relative;
  margin-top: -18px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .client-thumb-outer .author-name {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #1370b5;
  line-height: 1.2em;
  white-space: nowrap;
}

.testimonial-section .client-thumb-outer .designation {
  position: relative;
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2em;
}

.testimonial-section .client-thumb-outer .center .author-info {
  opacity: 1;
  visibility: visible;
}

.testimonial-section .client-thumb-outer .owl-item {
  z-index: 0;
}

.testimonial-section .client-thumb-outer .owl-item.active {
  z-index: 10;
}

.testimonial-section
.client-thumb-outer
.client-thumbs-carousel
.thumb-item
img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0%;
}

.testimonial-section .client-testimonial-carousel {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-block {
  position: relative;
  margin-bottom: 50px;
}

.testimonial-block .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block .inner-box .text {
  position: relative;
  font-size: 18px;
  line-height: 2em;
  color: #666666;
}

/* .testimonial-section .client-thumbs-carousel .owl-nav,
.testimonial-section .owl-dots {
  display: none;
} */

.testimonial-section .clients-outer{
  position: relative;
  padding-top: 50px;
}

.clients-outer .clients-carousel{
  position: relative;
  text-align: center;
}

.clients-outer .clients-carousel .image{
  position: relative;
  margin-bottom: 0;
}

.clients-outer .clients-carousel .image a{
  display: inline-block;
}

.clients-outer .clients-carousel .image img{
  width: auto;
  height: auto;
}

.client-testimonial-carousel .owl-nav{
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
}

.client-testimonial-carousel .owl-prev,
.client-testimonial-carousel .owl-next{
  position: absolute;
  left: -120px;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 46px;
  font-size: 24px;
  color: #1370b5;
  border: 2px solid #1370b5;
  text-align: center;
  border-radius: 50%;
}

.client-testimonial-carousel .owl-next{
  left: auto;
  right: -120px;
}

.testimonial-section.alternate .outer-box{
  margin: 0 -30px;
}

/*** 

====================================================================
  Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
  position: relative;
  padding: 70px 0;
}

.testimonial-section-two:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  content: "";
  background-color: #1370b5;
  background-image: url(../images/icons/pattern-10.png);
  background-repeat: repeat;
  background-position: bottom; 
}

.color-scheme-scarlet .testimonial-section-two:before{
  background-color: #ef5b3f;
}

.testimonial-section-two .testimonial-outer {
  position: relative;
  padding: 85px 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.11);
  background-image: url(../images/background/4.jpg);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
  margin-bottom: 50px;
}

.testimonial-section-two .client-thumb-outer {
  position: relative;
  max-width: 400px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.testimonial-section-two .client-thumbs-carousel {
  position: relative;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-section-two .client-thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section-two .client-thumb-outer .thumb-box {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section-two .client-thumb-outer .center .thumb-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonial-section-two .client-thumb-outer .author-info .icon{
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #000000;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 13px rgba(0,0,0,0.09);
  margin-bottom: 5px;
}

.testimonial-section-two .client-thumb-outer .author-info {
  position: relative;
  margin-top: -18px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section-two .client-thumb-outer .author-name {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #1370b5;
  line-height: 1.2em;
  white-space: nowrap;
}

.testimonial-section-two .client-thumb-outer .designation {
  position: relative;
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2em;
}

.testimonial-section-two .client-thumb-outer .center .author-info {
  opacity: 1;
  visibility: visible;
}

.testimonial-section-two .client-thumb-outer .owl-item {
  z-index: 0;
}

.testimonial-section-two .client-thumb-outer .owl-item.active {
  z-index: 10;
}

.testimonial-section-two
.client-thumb-outer
.client-thumbs-carousel
.thumb-item
img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0%;
}

.testimonial-section-two .client-testimonial-carousel {
  max-width: 800px;
  margin: 0 auto;
}

/* .testimonial-section-two .owl-nav{
  display: none;
} */

.testimonial-section-two .clients-outer{
  position: relative;
  padding-top: 50px;
}

.testimonial-section-two .owl-dots{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-section-two .owl-dot{
  position: relative;
  height: 8px;
  width: 8px;
  background-color: #000000;
  margin: 0 4px;
  border-radius: 10px;
  transition: all 300ms ease;
}

.testimonial-section-two .owl-dot.active{
  width: 32px;
  background-color: #1370b5;
}

.testimonial-section-two.alternate{
  padding: 0;
}

.testimonial-section-two.alternate:before{
  display: none;
}

/*** 

====================================================================
  Testimonial Section Three
====================================================================

***/

.testimonial-section-three{
  position: relative;
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0,0,0,0.01);
}

.testimonial-section-three .outer-box{
  margin: 0 -30px;
}

.testimonial-block-two{
  position: relative;
}

.testimonial-block-two{
  position: relative;
  padding: 30px;
}

.testimonial-block-two .inner-box{
  position: relative;
  background-color: #ffffff;
  padding: 40px 40px 35px;
  box-shadow: 0 0px 30px rgba(8,0,0,.05);
  border-bottom: 2px solid #87c94c;
}

.testimonial-block-two .inner-box:before{
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 80px;
  line-height: 1em;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #dddddd;
  opacity: .20;
}

.testimonial-block-two .info-box{
  position: relative;
  min-height: 110px;
  padding-left: 95px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
}

.testimonial-block-two .info-box .thumb{
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  overflow: hidden;
}

.testimonial-block-two .info-box .thumb img{
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-block-two .info-box .name{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #343a40;
  font-weight: 600;
}

.testimonial-block-two .info-box .patient{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #87c94c;
  font-weight: 400;
}

.testimonial-block-two .info-box .rating{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #e0a14f;
  font-weight: 900;
}

.testimonial-block-two .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #999999;
  font-weight: 400;
}

/* .testimonial-carousel-two .owl-nav{
  display: none;
} */

.testimonial-carousel-two .owl-dots{
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  text-align: center;
  display: none;
}

.testimonial-carousel-two .owl-dot{
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background: #7b7b7b padding-box content-box;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-carousel-two .owl-dot:hover,
.testimonial-carousel-two .owl-dot.active{
  border-color: #d3994c;
  background-color: transparent;
}

/***

====================================================================
    Call To Action
====================================================================

***/

.call-to-action{
  position: relative;
  padding: 50px 0 50px;
}

.call-to-action .inner-container{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 970px;
  margin: 0 auto;
}

.call-to-action h4{
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 35px;
}

.call-to-action h2{
  position: relative;
  font-size: 48px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
}

.call-to-action .btn-box{
  position: relative;
  text-align: center;
}

.call-to-action .btn-box .title{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-top: 30px;
}

/***

====================================================================
    Call To Action Two
====================================================================

***/

.call-to-action-two{
  position: relative;
  z-index: 1;
  margin-bottom: 85px;
}

.call-to-action-two:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1370b5;
  opacity: .10;
  content: "";
}

.call-to-action-two .sec-title{
  margin-bottom: 40px;
}

.call-to-action-two .content-column{
  position: relative;
}

.call-to-action-two .content-column .inner-column{
  position: relative;
  padding: 150px 0 120px;
  margin-right: -20px;
}

.call-to-action-two .image-column .image{
  position: relative;
  padding-top: 120px;
  margin-bottom: 0;
}

.feature-block-seven{
  position: relative;
  margin-bottom: 30px;
}

.feature-block-seven .inner-box{
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
}

.feature-block-seven .count{
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #105abf;
  background-color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0,0,0,.10);
}

.feature-block-seven h4{
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 15px;
}

.call-to-action-two .info-box{
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  background-color: #105abf;
  padding: 50px 85px;
  color: #ffffff;
}

.call-to-action-two .info-box .inner{
  position: relative;
  padding-left: 120px;
}

.call-to-action-two .info-box .icon{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 70px;
  line-height: 1em;
}

.call-to-action-two .info-box h3{
  font-size: 36px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.call-to-action-two .info-box .text{
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.call-to-action-two .info-box .text a{
  color: inherit;
}

.call-to-action-two .info-box .text a:hover{
  text-decoration: underline;
}

/***

====================================================================
    Info Section
====================================================================

***/

.info-section{
  position: relative;
  padding: 120px 0 70px;
}

.info-section .content-column{
  position: relative;
}

.info-block{
  position: relative;
  margin-bottom: 50px;
}

.info-block .inner{
  position: relative;
  padding-left: 100px;
}

.info-block .icon{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 64px;
  line-height: 1em;
  color: #1058bb;
}

.info-block h4{
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 10px;
}

.info-section .image-column{
  position: relative;
  margin-bottom: 50px;
}

.info-section .image-column .inner-column{
  position: relative;
  padding-right: 35px;
}

.info-section .image-column .image{
  position: relative;
  margin-bottom: 0;
}

.info-section .image-column .image img{
  display: block;
  width: 100%;
  border: 10px solid #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

/***

====================================================================
    News Section
====================================================================

***/

.news-section{
  position: relative;
  padding: 120px 0 80px;
}

/* News BLock */
.news-block{
  position: relative;
  margin-bottom: 40px;
}

.news-block .inner-box{
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .inner-box:hover{
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.news-block .image-box{
  position: relative;
}

.news-block .image-box .image{
  position: relative;
  margin-bottom: 0;
}

.news-block .image-box .image img{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image img{
  opacity: .75;
}

.news-block .image-box .date{
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #1370b5;
  padding: 5px 20px;
  border-radius: 10px 0 0 0;
}

.news-block .image-box .date strong{
  color: #ffffff;
  font-size: 22px;
}

.news-block .lower-content{
  position: relative;
  background: #ffffff;
  padding: 30px 30px 20px;
}

.news-block .lower-content h4{
  position: relative;
  font-size: 22px;
  font-weight: 700;
}

.news-block .lower-content h4 a{
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content .text{
  color: #4c4c4d;
  margin-top: 18px;
}

.news-block .lower-content .post-info{
  position: relative;
  font-size: 16px;
  line-height: initial;
  margin-top: 30px;
  padding-top: 21px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}

.news-block .post-author{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #222222;
}

.news-block .post-author a{
  display: inline-block;
  margin:0 5px;
}

.news-block .post-author img{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.news-block .post-option{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news-block .post-option li{
  position: relative;
  margin-left: 15px;
}

.news-block .post-option li a{
  color: inherit;
  font-size: 16px;
}

.news-block .post-option li i{
  margin-right: 5px;
  font-size: 14px;
}

/***

====================================================================
    News Section Two
====================================================================

***/

.news-section-two{
  position: relative;
  padding: 120px 0 80px;
  background-color: #eeeeee;
}

.news-section-two:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 320px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.news-section-two.alternate{
  background-color: #fcfcfc;
  padding: 120px 0 90px;
}

.news-section-two.alternate:before{
  display: none;
}

/***

====================================================================
    News Section Three
====================================================================

***/

.news-section-three{
  position: relative;
  padding: 120px 0 70px;
}

.news-block-two{
  position: relative;
  margin-bottom: 50px;
}

.news-block-two{
  position: relative;
}

.news-block-two .inner-box{
  position: relative;
}

.news-block-two .image{
  position: relative;
  display: block;
  margin-bottom: 0;
}

.news-block-two .image img{
  display: block;
  width: 100%;
}

.news-block-two .overlay-content{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.40);
}

.news-block-two .overlay-content .inner{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}

.news-block-two .overlay-content .date{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}

.news-block-two .overlay-content h4{
  font-size: 24px;
  line-height: 1.3em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-block-two .overlay-content h4 a{
  display: inline-block;
  color: inherit;
}

.news-block-two .overlay-content .read-more{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 400;
}

/***

====================================================================
  Blog Section
====================================================================

***/

.blog-section{
  position: relative;
  padding: 120px 0 90px;
  background-color: #fcfcfc;
}

/* News BLock Three */

.news-block-three{
  position: relative;
  margin-bottom: 40px;
}

.news-block-three .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover{
}

.news-block-three .image-box{
  position: relative;
  width: 50%;
}

.news-block-three .image-box .image{
  position: relative;
  margin-bottom: 0;
}

.news-block-three .image-box .image img{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box .image img{
  opacity: .75;
}

.news-block-three .image-box .date{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  color: #222222;
  background: #ffffff;
  padding: 5px 20px;
  border-radius: 0 10px 0px 0;
}

.news-block-three .image-box .date strong{
  color: inherit;
  font-size: 16px;
}

.news-block-three .content-box{
  position: relative;
  background: #ffffff;
  padding: 30px 30px 20px;
  width: 50%;
}

.news-block-three .content-box h4{
  position: relative;
  font-size: 24px;
  font-weight: 700;
}

.news-block-three .content-box h4 a{
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .content-box .text{
  color: #4c4c4d;
  margin-top: 18px;
}

.news-block-three .content-box .read-more{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  padding: 10px 30px;
  min-width: auto;
  border-radius: 5px;
  margin-top: 20px;
}

.news-block-three .content-box .post-info{
  position: relative;
  font-size: 16px;
  line-height: initial;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}

.news-block-three .content-box .post-info a{
  color: #1370b5;
}

.news-block-three .post-author{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news-block-three .post-author a{
  display: inline-block;
  margin:0 5px;
}

.news-block-three .post-author img{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.news-block-three .post-option{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news-block-three .post-option li{
  position: relative;
  margin-left: 15px;
}

.news-block-three .post-option li a{
  color: inherit;
  font-size: 16px;
}

.news-block-three .post-option li i{
  margin-right: 5px;
  font-size: 14px;
}

.news-block-three.even .image-box{
  order: 2;
}

.news-block-three.even .content-box{
  text-align: right;
}

.news-block-three.even .image-box .date{
  left: auto;
  right: 0;
  border-radius: 10px 0 0 0;
}

/*** 

====================================================================
      Blog Single
====================================================================

***/

.blog-post{
  position: relative;
}

.blog-post .news-block{
  margin-bottom: 60px;
}

.blog-post .news-block .inner-box:hover{
  transform: none;
}

.blog-post .news-block .lower-content h3{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 18px;
}

.blog-post .news-block .lower-content p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.blog-post .news-block .lower-content p a{
  color: #1370b5;
  display: inline-block;
}

.blog-post .news-block .lower-content p a:hover{
  text-decoration: underline;
}

.blog-post .news-block .lower-content .post-info{
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
  margin-bottom: 20px;
  display: inline-flex;
}

.blog-post .news-block .lower-content .post-info li{
  margin-right: 20px;
}

.blog-post .news-block .lower-content .post-info li span{
  margin-right: 5px;
  color: #1370b5;
}

.blog-post .news-block .two-column{
  position: relative;
}

.blog-post .news-block .two-column .image-column{
  margin-bottom: 20px;
}

.blog-post .news-block .two-column .image-column img{
  display: block;
  width: 100%;
}

.blog-post blockquote{
  position: relative;
  border-left: 5px solid #1370b5;
  background-color: rgba(0,0,0,0.02);
  font-size: 16px;
  line-height: 1.8em;
  padding: 25px 40px;
  font-family: 'Poppins', sans-serif;
  margin: 35px 30px 35px;
}

.blog-post blockquote:before{
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 50px;
  line-height: 1em;
  content: "\f10d";
  color: #dddddd;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  opacity: .30;
}

.blog-post blockquote cite{
  display: block;
  font-style: normal;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
}

.blog-post blockquote cite strong{
  font-weight: 400;
  color: #1370b5;
}

.media-player{
  position: relative;
  width: 100%;
  height: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  overflow: hidden;
}

.media-player iframe {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 400px;
  border-radius: 0;
  overflow: hidden;
  border: 0;
}

.news-block .single-item-carousel{
  position: relative;
}

.news-block .image-box .slide-item a{
  position: relative;
  display: block;
}

.news-block .post-format-link{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 40px 60px 40px;
  background: #1370b5;
}

.news-block .post-format-link a{
  color: inherit;
  display: inline-block;
}

.news-block .post-format-link a:hover{
  text-decoration: underline;
}

.news-block .post-format-link .icon{
  font-size: 20px;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #333333;
  line-height: 50px;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  z-index: 1;
}

.blog-post .post-format-quote{
  position: relative;
  display: block;
  font-size: 20px !important;
  line-height: 30px !important;
  padding: 50px 62px 30px 70px;
  color: #222222;
  margin: 0;
  font-size: 28px;
  border: 0;
  line-height: 38px;
  font-weight: 500;
  background-color: #f5f5f5;
}

.blog-post .post-format-quote .icon{
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 1;
  font-size: 20px;
  background-color: #2C2F50;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 8px;
  position: absolute;
}

.blog-post .post-format-quote cite{
  display: block;
  font-style: normal;
  margin-top: 17px;
  font-size: 16px;
  position: relative;
  font-weight: 400;
}

/*post share options*/

.blog-post .post-share-options{
  position:relative;
  margin-bottom: 20px;
}

.blog-post .post-share-options .tags{
  position: relative;
  margin-bottom: 20px;
}

.blog-post .post-share-options .tags li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.blog-post .post-share-options .tags a{
  position:relative;
  display: block;
  font-size:16px;
  font-weight:400;
  line-height: 25px;
  padding: 5px 15px;
  color:#777777;
  background-color: #ffffff;  
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-post .post-share-options .tags a:hover{
  color: #ffffff;
  background-color: #343a40;
}

.blog-post .post-share-options .social-icon{
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.blog-post .post-share-options .social-icon li{
  position: relative;
  display: inline-block;
}

.blog-post .post-share-options .social-icon li a{
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #777777;
  padding: 5px 8px;
  border-radius: 5px;
  margin-left: 5PX;
  border: 1px solid #aaaaaa;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-post .post-share-options .social-icon li a:hover{
  color: #ffffff;
  background-color: #343a40;
}

/*Author Box*/

.author-box{
  position:relative;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 70px;
}

.author-box .inner-box{
  position:relative;
  padding-left: 230px;
  padding-top: 20px;
  padding-right: 30px;
  min-height: 200px;
}

.author-box .title{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #1370b5;
}

.author-box .thumb{
  position:absolute;
  left:0px;
  top:0px;
  height: 200px;
  width: 200px;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 20px;
}

.author-box .thumb img{
  display: block;
  width: 100%;
  height: auto;
}

.author-box .name{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #3f4d50;
  font-weight: 700;
  margin-bottom: 10px;
}

.author-box .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 15px;
}

.related-news{
  position: relative;
  margin-bottom: 50px;
}

/*** 

====================================================================
  Comment Area
====================================================================

***/

.group-title{
  position: relative;
  margin-bottom: 40px;
}

.group-title h3{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 18px;
}

.comments-area{
  position:relative;
  margin-bottom: 70px;
}

.comments-area .comment-box{
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.comments-area .comment-box.reply-comment{
  margin-left: 100px;
}

.comments-area .comment-box:last-child{
  margin-bottom: 0;
}

.comments-area .comment{
  position:relative;
  min-height: 100px;
  padding-top: 5px;
  padding-left: 100px;
}

.comments-area .comment-box .author-thumb{
  position:absolute;
  left:0px;
  top:0px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
  width:100%;
  display:block;
}

.comments-area .comment-info{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.comments-area .comment-box .name{
  position: relative;
  display: inline-block;
  font-size:18px;
  color: #222222;
  line-height: 26px;
  font-weight:600;
  margin-bottom: 3px;
}

.comments-area .comment-box .date{
  position: relative;
  display: inline-block;
  top: -3px;
  font-size: 14px;
  line-height: 26px;
  color: #888888;
  margin-left: 10px;
  font-weight: 400;
}

.comments-area .comment-box .text{
  font-size: 16px;
  line-height: 26px;
  color:#777777;
  font-weight: 400;
}

.comments-area .comment-box .rating{
  position: relative;
  display: block;
  font-size: 12px;
  color:#ffc107;
  line-height: 20px;
  margin-bottom: 5px;
}

.comments-area .comment-box .reply-btn{
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  color:#1370b5;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
  Comment Form
====================================================================

***/

.comment-form{
  position: relative;
}

.comment-form .form-group{
  position:relative;
  margin-bottom: 20px;
}

.comment-form .form-group:last-child{
  margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: 15px;
  color: #777777;
  line-height: 23px;
  font-weight: 400;
  padding: 10px 22px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
  border-color:#1370b5;
}

.comment-form .form-group textarea{
  height: 150px;
  resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button{
  padding: 10px 25px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

/*** 

====================================================================
  Contact Section
====================================================================

***/

.contact-section{
  position: relative;
  background-color: #f5f5f5;
  padding: 120px 0 70px;
}

.contact-section .small-container{
  max-width: 1000px;
  margin: 0 auto;
}

.contact-section .upper-box{  
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.contact-section .upper-box h3{ 
  font-size: 38px;
  font-weight: 500;
}

.contact-section .upper-box .text{
  position: relative;
  margin-top: 10px;
}   


.contact-section .form-box{
  position: relative;
  margin-bottom: 20px;
}

.contact-section .contact-box{
  position: relative;
  margin-bottom: 20px;
}

.contact-form{
  position: relative;
}

.contact-form .form-group{
  position:relative;
  margin-bottom:20px; 
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  font-weight: 400;
  height: 60px;
  box-shadow: 0 0 0px rgba(0,0,0,0.10);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
  border-color:#1370b5;
}

.contact-form .form-group textarea{
  height: 220px;
  resize: vertical;
}

.contact-form .form-group button{
  text-transform: capitalize;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus{
  border-color:#ff0000; 
}

.contact-form label.error{
  display:block;
  font-weight:500;
  font-size:13px;
  text-transform:capitalize;
  line-height:24px;
  color:#ff0000;
  padding-top:7px;
  margin-bottom: 0;
}


form .response{
  position: relative;
  text-align: center;
}

form .response .success{
  background: #1ca345;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 20px;
}

form .response .failed{
  background-color: #de3f44;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 20px;
}

form .response .text-info{
  background-color: #ffc001 !important;
  color: #222222 !important;
  padding: 0 10px;
  margin-bottom: 20px;
}

.contact-info-block{
  position: relative;
  margin-bottom: 30px;
}

.contact-info-block .inner{
  position: relative;
  padding: 20px 20px;
  padding-left: 80px;
  transition: all 300ms ease;
  border-bottom: 2px solid transparent;
}

.contact-info-block .inner:hover{
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0,0,0,0.10);
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  border-bottom:2px solid #1370b5;
}

.contact-info-block .icon{
  position: absolute;
  left: 20px;
  top: 25px;
  font-size: 40px;
  line-height: 1em;
  color: #1370b5;
  display: inline-block;
  margin-bottom: 10px;
}

.contact-info-block h4{
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  color: #353535;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-info-block p a{
  color: #353535;
  font-size: 14px;
}

.contact-info-block p a:hover{
  text-decoration: underline;
}

/*=== Contact Form Two ===*/

.contact-form-two{
  position: relative;
  padding: 50px 40px;
  background-color: #f5f5f5;
  border: 10px solid #ffffff;
  background-image: url(../images/icons/pattern-11.png);
}

.contact-form-two .title-box{
  position: relative;
  margin-bottom: 30px;
}

.contact-form-two .title-box h4{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 1.2em;
  color: #222222;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-form-two .form-group{
  position:relative;
  padding: 0 10px;
  margin-bottom:20px; 
}

.contact-form-two .form-group:last-child{
  margin-bottom: 0;
}

.contact-form-two .form-group input[type=date], 
.contact-form-two .form-group input[type=datetime-local], 
.contact-form-two .form-group input[type=month], 
.contact-form-two .form-group input[type=time],
.contact-form-two .form-group input[type="text"],
.contact-form-two .form-group input[type="email"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group input[type="number"],
.contact-form-two .form-group textarea,
.contact-form-two .form-group select{
  position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    font-weight: 400;
    height: 50px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-two .form-group input:focus,
.contact-form-two .form-group select:focus,
.contact-form-two .form-group textarea:focus{
  border-color:#222222;
}

.contact-form-two .form-group select{
  cursor:pointer;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  -moz-appearance:none;
  background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.contact-form-two .form-group textarea{
  height: 150px;
  resize: none;
  padding: 15px 20px;
}

.contact-form-two .form-group button:hover{
  color: #ffffff;
}

.contact-form-two input.error:focus,
.contact-form-two select.error:focus,
.contact-form-two textarea.error:focus{
  border-color:#ff0000; 
}

.contact-form-two label.error{
  display:block;
  font-weight:500;
  font-size:13px;
  text-transform:capitalize;
  line-height:24px;
  color:#ff0000;
  padding-top:7px;
  margin-bottom: 0;
}

/*** 

====================================================================
  Map Section
====================================================================

***/

.map-section{
  position: relative;
  padding: 120px 0;
}

.map-area{
  position:relative;
}

.map-data{
  text-align:center;
  font-size:14px;
  font-weight:400;
  line-height:1.8em;
}

.map-data a{
  display: block;
}

.map-data h6{
  font-size:16px;
  font-weight:700;
  text-align:center;
  margin-bottom:5px;
  color:#121212;
}

.map-section .map-canvas{
  height:400px;
  background-color: #dddddd;
}

/*** 

====================================================================
  Clients Section
====================================================================

***/

.clients-section{
  position: relative;
  padding:0;
  /* box-shadow: 0 0 30px rgba(0,0,0,0.05); */
  z-index: 1;
  /* background: linear-gradient(300deg,#ffffff -59%,#02013b 50%,#ffffff 185%); */
  
  


}

.clients-section .sponsors-outer{
  position: relative;
  margin-top:-23px;
}

.clients-section .slide-item{
  position: relative;
  overflow: hidden;
  text-align: center;
}

.clients-section .slide-item a{
  position: relative;
}

.clients-section .slide-item img{
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



/***

==================================================================
  Main Footer
==================================================================

***/

.main-footer{
  position:relative;
  
  
}

.main-footer .widgets-section{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 44px 0 0px;
}

/* .main-footer .widgets-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #152858;
  opacity: .95;
  content: "";
} */
.main-footer{
  
  background-image: url('/images/footer-bg-1.png');
  background-size: cover;
  background-repeat: no-repeat;

}
.main-footer .footer-column{
  position:relative;
  margin-bottom:40px;
}

.main-footer .footer-widget{
  position:relative;
}

.main-footer .footer-column .widget-title{
  position: relative;
  font-size:20px;
  font-weight:700;
  color:#ffffff;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom:40px;
  font-family: "Fira Sans";
  letter-spacing: 0.14px;
}

.main-footer .footer-column .widget-title:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #1370b5;
  content: '';
}

.main-footer .footer-column .widget-title:after{
  position: absolute;
  left: 65px;
  bottom: -2px;
  height: 6px;
  width: 6px;
  content: "";
  border-radius: 50%;
  background-color: #1370b5;
}


.footer-column .widget-title:after,
.footer-column .widget-title:before{
  background-color: #ffffff !important;
}

.main-footer .about-widget{
  position: relative;
}

.main-footer .logo{
  position:relative;  
  margin-bottom:32px;
}

.main-footer .footer-logo figure{
  margin: 0;
}

.main-footer .footer-logo img{
  display:block;
  max-width:100%; 
}

.main-footer .about-widget .text{
  position: relative;
  margin-bottom: 40px;
}

.main-footer .about-widget .text p{
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
}

/*Recent Posts*/

.recent-posts{
  position: relative;
}

.recent-posts .post{
  position: relative;
  min-height: 70px;
  padding-left: 100px;
  margin-bottom: 20px;
}

.recent-posts .post:last-child{
  margin-bottom: 0;
}

.recent-posts .post .thumb{
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  overflow: hidden;
}

.recent-posts .post .thumb a{
  display: block;
}

.recent-posts .post .thumb img{
  display: block;
  width: 100%;
  height: auto;
}

.recent-posts .post h4{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  top: -5px;
}

.recent-posts .post h4 a{
  color:#ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
  color: inherit;
  opacity: .90;
}

.recent-posts .post .date{
  position: relative;
  display: block;
  font-size: 14px;
  color: #dddddd;
}

/*=== User LInks ===*/

.user-links{
  position: relative;
  margin-top: 30px;
}

.user-links li{
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
}

.user-links li a:before{
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 10px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover:before{
  color: #ffffff;
}

.user-links li a{
  position: relative;
  padding-left: 20px;
  display: block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Fira Sans";
}

.user-links li a:hover{
  color: #ffffff;
  text-decoration: underline;
}

.main-footer .contact-list{
  position: relative;
}

.main-footer .contact-list li{
  position: relative;
  padding-left: 47px;
  margin-bottom: 40px;
}

.main-footer .contact-list li:last-child{
  margin-bottom: 0;
}

.main-footer .contact-list li .icon{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 1em;
  color:#27B1DF;
}

.main-footer .contact-list li strong{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 0px;
  letter-spacing: 0.02rem
}

.main-footer .contact-list li .text{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.main-footer .contact-list li .text a{
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover{
  color: #1370b5;
}

/*=== Newsletter form ===*/

.main-footer .newsletter-form .text{
  position: relative;
  top: -5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

.main-footer .newsletter-form{
  position:relative;
}

.main-footer .newsletter-form .form-group{
  position:relative;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"]{
  display:block;
  height:50px;
  width:100%;
  font-size:14px;
  line-height:30px;
  color: #333333;
  background:#ffffff; 
  padding:10px 20px;
  padding-right: 60px;
  border-radius: 5px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-footer .newsletter-form .form-group .theme-btn{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  padding: 10px 30px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 5px;
}

.newsletter-form .response{
  position: relative;
}

.newsletter-form .response > div{
  padding: 0 15px;
  text-align: center;
}

.newsletter-form .response .success{
  background: #28a745;
  color: #ffffff;
}

.newsletter-form .response .failed{
  background-color: #1370b5;
  color: #ffffff;
}

.newsletter-form .response .text-info{
  background-color: #ffd658;
  color: #222222 !important;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
  position: relative;
  width: 100%;
  border-top: 2px solid #ffffff;
}




.main-footer .footer-bottom .inner-container{
  position: relative;
}

.main-footer .footer-bottom .copyright-text{
  position: relative;
  float: left;
  padding:20px 0;
}

.main-footer .footer-bottom .copyright-text p{
  position: relative;
  line-height: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a{
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover{
  color: #ffffff;
}

.main-footer .footer-bottom .footer-nav{
  position: relative;
  float: right;
}

.main-footer .footer-bottom .footer-nav ul{
  position: relative;
  padding:20px 0;
}

.main-footer .footer-bottom .footer-nav ul li{
  position: relative;
  float: left;
  padding-left: 22px;
  margin-left: 20px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child{
  margin-left: 0;
  padding-left: 0;
}

.main-footer .footer-bottom .footer-nav ul li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li:before{
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  content: '|';
}

.main-footer .footer-bottom .footer-nav ul li a:hover{
  color: #ffffff;
  text-decoration: underline;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before{
  display: none;
}

/*=== Main Footer Style Two ===*/
.main-footer.style-two .recent-posts .post h4 a:hover,
.main-footer.style-two .user-links li a:hover:before,
.main-footer.style-two .user-links li a:hover{
  color: #222222;
}


/*=== Main Footer Style Five ===*/

.main-footer.style-five .widgets-section:before{
  background-color: #ffffff;
}

.main-footer.style-five .footer-column{
  position: relative;
}

.main-footer.style-five .contact-list li,
.main-footer.style-five .contact-list li .text,
.main-footer.style-five .contact-list li strong,
.main-footer.style-five .user-links li a:before,
.main-footer.style-five .recent-posts .post h4 a,
.main-footer.style-five .recent-posts .post h4,
.main-footer.style-five .user-links li a,
.main-footer.style-five .footer-column .widget-title{
  color: #000000;
}

.main-footer.style-five .contact-list li .icon,
.main-footer.style-five .about-widget .text p,
.main-footer.style-five .recent-posts .post .date{
  color: #222222;
}

.main-footer.style-five .widgets-section{
  padding: 120px 0 0px;
}

/*** 

====================================================================
Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
  position:relative;
  padding:120px 0px 70px;
}

.sidebar-page-container .sidebar{
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.05);
  padding: 30px;
  margin-left: 20px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
  margin-bottom:50px;
}

.sidebar-page-container .services-sidebar{
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
}

.sidebar-widget{
  position:relative;
  margin-bottom:50px;
}

.sidebar-widget:last-child{
  margin-bottom: 0;
}

/* Sidebar Title */
.sidebar-title{
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.sidebar-title h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
  position:relative;
  margin:0px; 
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
  position:relative;
  padding:10px 50px 10px 25px;
  border: 1px solid #dddddd;
  background-color: rgba(0,0,0,0.01);
  display:block;
  font-size:16px;
  line-height:28px;
  width:100%;
  height:60px;
  color:#777777;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
  position:absolute;
  right: 0px;
  top: 0;
  height:60px;
  width:60px;
  display:block;
  font-size:16px;
  color:#333333;
  line-height:100%;
  font-weight:normal;
  background-color: transparent;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.sidebar .search-box .form-group button:hover{
  color: #1370b5;
}

/* Category List */
.category-list{
  position: relative;
  display: block;
}

.category-list li{
  position: relative;
  margin-bottom: 5px;
  border-bottom: 0;
}

.category-list li:last-child{

}

.category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  padding-left: 45px;
  background-color: rgba(0,0,0,0.01);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a:before{
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #1e69b8;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a span{
  float: right;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a:hover{
  color: #ffffff;
  background: #1370b5;
}

.category-list li a:hover:before{
  color: #ffffff;
}

.category-list li a:hover span{
  color: #ffffff;
}

/*Post Widget*/

/*=== Latest News ===*/

.sidebar .latest-news{
  position: relative;
}

.latest-news .post{
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
  min-height: 85px;
  padding-top: 5px;
}

.latest-news .post:last-child{
  margin-bottom: 0;
}

.latest-news .post-thumb{
  position: absolute;
  left: 0;
  top: 0; 
  height: 85px;
  width: 85px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0.05);
}

.latest-news .post-thumb a:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .80;
  content: "";
  background-color: #1370b5;
  z-index: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:before{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.latest-news .post-thumb a:after{
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  z-index: 9;
  color: #ffffff;
  font-weight: 900;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:after{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.latest-news .post-thumb img{
  position: relative;
  display: block;
  width: 100%;
}

.latest-news .post h5{
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
}

.latest-news .post h5 a{
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover h5 a{
  color: #1370b5;
}

.latest-news .post .post-info{
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #1370b5;
  font-weight: 400;
}

.latest-news .post .price{
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
}

.latest-news .post .rating{
  position: relative;
}

.latest-news .post .rating .fa {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: orange;
} 


/* Instagram Widget */

.instagram-widget .post-thumb{
 position:relative;
 width:33.333333%;
 float:left;
 overflow:hidden;
 padding: 0 8px;
 border-radius:8px;
}

.instagram-widget .post-thumb .overlay-box{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 18px;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(8,0,0,0.50);
}

.instagram-widget .post-thumb .overlay-box .fa{
  top: 50%;
  position: relative;
  margin-top: -12px;
  display: block;
}

.instagram-widget .post-thumb:hover .overlay-box{
  opacity:1;
}

.instagram-widget .post-thumb img{
  display:block;
  width:100%;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

/* Newslatters */

.sidebar .newslatters{
  position: relative;
  overflow: hidden;
}

.sidebar .newslatters .text{
  margin-bottom: 20px;
}

.sidebar .newslatters .form-group{
  position:relative;
  margin:0px; 
}

.sidebar .newslatters .form-group input[type="text"],
.sidebar .newslatters .form-group input[type="search"]{
  position:relative;
  display:block;
  font-size:13px;
  color:#000000;
  line-height:23px;
  padding:10px 20px;
  height:45px;
  width:100%;
  border:1px solid #eef3f9;
  background-color: #eef3f9;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.sidebar .newslatters .form-group input[type="submit"],
.sidebar .newslatters .form-group button{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #1370b5;
  color: #ffffff;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*Popular Tags*/

.sidebar .popular-tags{
  position: relative;
}

.sidebar .popular-tags li{
  position: relative;
  display: inline-block;
  margin:0px 5px 8px 0px;
}

.sidebar .popular-tags a{
  position:relative;
  display:block;
  color:#555555;
  text-align:center;
  font-size:16px;
  line-height: 20px;
  padding: 5px 20px;
  background:none;
  font-weight:400;
  border:1px solid #e5e5e5;
  background-color: rgba(0,0,0,.02);
  text-transform:capitalize;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
  border-color:#1370b5;
  background-color:#1370b5;
  color:#ffffff;  
}

/*** 

====================================================================
  Our Shop
====================================================================

***/

.our-shop{
  position: relative;
}

.our-shop .shop-upper-box{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.shop-item{
  position: relative;
  margin-bottom: 30px;
}

.shop-item .inner-box{
  position: relative;
  border-radius: 7px;
  transition: all 300ms ease;
  border: 1px solid #eeeeee;
}

.shop-item:hover .inner-box{

}

.shop-item .inner-box .image{
  position: relative;
  margin-bottom: 0;
}

.shop-item .inner-box .image img{
  display: block;
  width: 100%;
}

.shop-item .inner-box .onsale{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  height: 30px;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ED4E40;
  border-radius: 0 0 7px 0;
}

.shop-item .lower-content{
  position: relative;
  padding: 13px 19px;
  z-index: 0;
  background-color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  box-shadow: 0 0px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.shop-item:hover .lower-content{
  margin-top: -75px;
  padding-bottom: 78px;
}

.shop-item .lower-content .rating{
  position: relative;
  display: block;
  z-index: 1;
  color: #FEC948;
  font-size: 13px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-item .lower-content .rating .light{
  color: rgba(62, 74, 89, 0.2);
}

.shop-item:hover .rating{
  opacity: 1;
  bottom: 100%;
}

.shop-item .lower-content .name{
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 8px 0 3px;
}

.shop-item .lower-content .name a{
  color: inherit;
}

.shop-item .price{
  font-size: 15px;
  color: #222222;
  font-weight: 400;
}

.shop-item .price del {
  font-size: 15px;
  color: #999999;
  margin-left: 15px;
  margin-bottom: -1px;
}

.shop-item .lower-content .add-to-cart{
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  padding: 10px 30px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  display: block;
  border-radius: 7px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.shop-item .lower-content .add-to-cart span{
  margin-right: 10px;
}

.shop-item:hover .add-to-cart{
  opacity: 1;
  background-color: #1370b5;
  color: #ffffff;
  bottom: 20px;
  -webkit-transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
  transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
}

/*** 

====================================================================
  Product Details
====================================================================

***/

.product-details{
  position: relative;
}

.product-details .basic-details{
  position:relative;
  margin-bottom:20px;
}

.product-details .image-column,
.product-details .info-column{
  margin-bottom:20px;
}

.product-details .image-column .image-box img{
  position:relative;
  display:block;
  width:100%;
  background-color:#f7f7f7;
}

.product-details .basic-details .details-header{
  position:relative;
  margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
  font-size:28px;
  font-weight:600;
  line-height:1.4em;
  color:#3f4d50;
  margin:5px 0px 10px;
}

.product-details .basic-details .details-header h4 a{
  color:#333333;  
}

.product-details .basic-details .details-header .rating{
  font-size:14px;
  color:#ffc107;
  margin-bottom:15px;
  display:inline-block;
}

.product-details .basic-details .details-header .reviews{
  position:relative;
  display:inline-block;
  color:#777777;
  font-weight:400;
  margin-left:15px;
}

.product-details .basic-details .details-header .rating .fa{
  display:inline-block;
}

.product-details .basic-details .details-header .rating .txt{
  font-size:14px;
  padding-left:10px;
  color:#777777;  
}

.product-details .basic-details .details-header .item-price{
  font-size:22px;
  font-weight:600;
  color:#3f4d50;
  line-height:24px;
}

.product-details .basic-details .details-header .item-price del{
  color: #999999;
  margin-left: 10px;
  font-weight:400;
}

.product-details .basic-details .prod-info{
  margin-bottom:15px;
  line-height:1.6em;
  font-size:13px; 
}

.product-details .basic-details .prod-info strong{
  font-weight:700;
  color:#111111;  
}

.product-details .basic-details .text{
  margin-bottom:25px;
  color:#777777;
  font-size:16px;
  font-weight:400;
  line-height:1.8em;  
}

.product-details .basic-details .item-quantity .field-label{
  float:left;
  font-weight:700;
  font-size:14px;
  line-height:32px;
  display:inline-block;
  padding-right:20px; 
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
  line-height:24px;
  padding:10px 15px !important;
  height:46px !important;
  box-shadow:none !important; 
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
  padding:11px 10px;
  background:#f4f5f6; 
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
  top:0px;  
  font-weight: 900;
}

.product-details .basic-details .item-quantity{
  position:relative;
  float:left;
  width:85px;
  margin-bottom:25px;
  margin-right:25px;
}

.product-details .basic-details .item-quantity .field-label{
  float:left;
  font-weight:700;
  font-size:14px;
  line-height:32px;
  display:inline-block;
  padding-right:20px; 
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
  font-size:18px;
  line-height:24px;
  padding:10px 15px !important;
  height:50px !important;
  box-shadow:none !important; 
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{
  padding:12px 10px;
  background:#f4f5f6;
  border-radius:0px;  
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
  top:8px;  
}

.product-details .basic-details .add-to-cart{
  margin-left: 10px;
  border-radius: 0;
}

/*** 

====================================================================
  Product Tabs
====================================================================

***/

.shop-single .product-details .prod-tabs{
  position:relative;
}

.shop-single .product-details .prod-tabs .tab-btns{
  position:relative;
  z-index:1;
  margin-bottom:40px;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
  position:relative;
  top:1px;
  display:block;
  float:left;
  margin-right:10px;
  font-size:16px;
  background:#ffffff;
  color:#1370b5;
  font-weight:500;
  line-height:20px;
  cursor:pointer;
  border-radius:0px;
  padding:10px 30px;
  margin-bottom: 10px;
  transition:all 500ms ease;
  border: 1px solid #1370b5;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
  background-color: #1370b5;
  color: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
  position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
  position:relative;
  display:none;
  border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
  display:block;  
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content{
  position:relative;
  padding: 30px 30px;
  border: 1px solid #cccccc;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content h3{
  color: #222222;
  margin-bottom: 20px;
  font-weight: 600;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
  position:relative;
  font-size:16px;
  line-height:1.7em;
  margin-bottom:25px;
  color:#797979;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child{
  margin-bottom:0px;
}

.prod-tabs .tabs-content .tab .title{
  position:relative;
  color:#3f4d50;
  font-size:24px;
  font-weight:500;
  margin-bottom:30px;
}

/*Comment Form*/

.shop-comment-form{
  position:relative;
  margin-top:50px;
}

.shop-comment-form h2{
  position:relative;
  color:#3f4d50;
  font-size:24px;
  font-weight:500;
  margin-bottom:10px;
}

.shop-comment-form .mail-text{
  position:relative;
  color:#777777;
  font-size:16px;
  margin-bottom:15px;
}

.shop-comment-form .group-title{
  margin-bottom:20px;
}

.shop-comment-form .rating-box{
  position:relative;
  margin-bottom:20px;
}

.shop-comment-form .rating-box .text{
  position:relative;
  float: left;
  margin-right: 30px;
  font-size:16px;
  color:#333333;
  margin-bottom:15px;
}

.shop-comment-form .rating-box .rating{
  position:relative;
  margin-right:10px;
  display:inline-block;
}

.shop-comment-form .rating-box .rating .fa{
  position:relative;
  margin-right:5px;
  display:inline-block;
}

.shop-comment-form .rating-box .rating a{
  position:relative;
  color:#cccccc;
  font-size:12px;
  display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
  color:orange;
}

.shop-comment-form .form-group{
  position:relative;
  margin-bottom:20px;
}

.shop-comment-form .form-group label{
  position:relative;
  color:#333333;
  font-size:16px;
  font-weight:400;
}

.shop-comment-form .form-group:last-child{
  margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 20px;
  border:1px solid #dddddd;
  height:50px;
  color:#848484;
  font-weight:300;
  background:#ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
  border-color:#1370b5;
}

.shop-comment-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:26px;
  padding:15px 20px;
  color:#848484;
  border:1px solid #dddddd;
  height:120px;
  font-weight:300;
  background:#ffffff;
  resize:none;

  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.shop-comment-form button{
  position:relative;
  font-weight:600;
  font-size:14px;
  line-height: 30px;
  padding:10px 40px;
  margin-top:10px;
  text-transform:uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
  border-color:#f06529; 
}

/*** 

====================================================================
      Cart Section
====================================================================

***/

.cart-section{
  position:relative;
  padding:120px 0px 80px;
  z-index: 1;
}

.cart-outer{
  position:relative;  
}

.checkout-page .cart-outer{
  margin-bottom:40px; 
}

.cart-outer .table-outer{
  position:relative;
  width:100%;
  overflow-x: auto;
  margin-bottom: 50px;
}

.cart-outer .cart-table{
  width:100%;
  min-width:900px;  
}

.cart-table .cart-header{
  position:relative;
  width:100%;
  text-transform:uppercase;
  font-size:13px;
  background:#fafafa;
  color:#222222;
  border:1px solid #dddddd;
}

.cart-table thead tr th{
  line-height:24px;
  padding:15px 25px;
  font-weight:700;
  font-size:16px;
  letter-spacing:1px;
  text-align:center;
  text-transform:uppercase;
  border-right:1px solid #dddddd;
}

.cart-table thead tr th .fa{
  font-size:18px; 
}

.cart-table tbody tr td{
  line-height:24px;
  padding:30px 25px 30px;
}

.cart-table tbody tr .qty{
  width:200px;
}

.cart-table tbody tr .qty .item-quantity{
  max-width: 100px;
  margin: 0 auto;
}

.cart-table tbody tr .qty .quantity-spinner{
  background:#ffffff; 
}

.cart-table tbody tr .prod-column .column-box{
  position:relative;
  min-height:110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
  position:relative;
  width:140px;
  margin: 0 auto;
  text-align: center;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
 display:inline-block;
 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
  font-size:14px;
  color:#444444;
  font-weight:400;
  line-height:90px;
}

.cart-table tbody tr .prod-column .author{
  font-size:13px;
  color:#333333;
  margin-bottom:0px;
}

.cart-table tbody tr .sub-total{
  font-weight: 500;
  color:#222222;
  font-size:16px;
}

.cart-table tbody tr .sub-total.price{
  font-weight: 500;
}

.cart-table tbody tr .remove-btn{
  position:relative;
  font-size:14px;
  color:#222222;
  line-height:30px;
  font-weight:500;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
  position:relative;
  font-size:18px;
  line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
  color:#1370b5;
}

.cart-table tbody tr{
  border-bottom:1px solid #dddddd;  
}

.cart-table tbody tr td{
  vertical-align:middle;
  color:#797979;
  font-size:17px;
  text-align:center;
  font-weight: 500;
  border-left:1px solid #dddddd;
}

.cart-table tbody tr td.total{
  font-size:18px;
  color:#333333;
}

.cart-table tbody tr td:last-child{
  border-right:1px solid #dddddd;
  text-align:center;
}

.cart-table tbody tr td .prod-title{
  position:relative;
  font-size:16px;
  color:#222222;
  font-weight: 500;
}

.cart-table tbody tr td .quantity-spinner{
  padding:5px 0px 5px 20px;
  line-height:24px;
  height:34px;
  display:block;
  width:100%;
  position:relative;
}

.cart-table tbody .available-info{
  position:relative;
  padding-left:50px;  
}

.cart-table tbody .available-info .icon{
  position:absolute;
  left:0px;
  top:5px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  font-size:18px;
  color:#ffffff;
  background:#223555;
  border-radius:50%;
}

.cart-section .cart-options{
  position:relative;
  padding:30px 30px 10px;
  border:1px solid #dddddd;
  margin-bottom:50px;
}

.cart-section .apply-coupon{
  position:relative;
}

.cart-section .cart-options .cart-btn{
 padding:14px 25px;
  line-height: 24px;
  font-size:14px;
  color:#ffffff;
  font-weight:700;
  line-height: 20px;
  text-transform:capitalize;
  background-color:#1370b5;
  border-radius: 5px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.cart-section .cart-options .cart-btn:hover{
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,.10);
}

.cart-section .apply-coupon .form-group{
  position:relative;
  float:left;
  margin-right:20px;  
}

.cart-section .apply-coupon .form-group input[type="text"]{
  display:block;
  line-height:28px;
  padding:10px 25px;
  border:1px solid #dddddd;
  width:225px;
  height:50px;
  background:#ffffff;
}

.cart-section .coupon-btn{
  padding:14px 25px;
  line-height: 24px;
  font-size:14px;
  color:#ffffff;
  font-weight:700;
  line-height: 20px;
  text-transform:capitalize;
  background-color:#1370b5;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.cart-section .coupon-btn:hover{
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.10);
}

.cart-section .cart-options .btn-style-one{
  top:-7px;
  padding-left:32px;
  padding-right:32px;
}

.cart-section .totals-table{
  position:relative;
  margin-bottom:20px;
  border:1px solid #dddddd;
}

.cart-section .totals-table li{
  line-height:24px;
  padding:18px 30px;
  border-bottom:1px solid #dddddd;  
}

.cart-section .totals-table li:first-child{
  background-color:#fafafa;
  padding:18px 45px;
}

.cart-section .totals-table li h3{
  position:relative;
  font-weight:600;
  color:#333333;
  font-size:18px;
}

.cart-section .totals-table li:last-child{
  border-bottom:none;
  padding:40px 40px 50px;
}

.cart-section .totals-table .col{
  position:relative;
  display:block;
  float:left;
  line-height:30px;
  width:50%;
  color:#222222;
  font-size:16px;
  font-weight:600;
  text-transform:capitalize;

}

.cart-section .totals-table li .col:last-child{
  text-align:right; 
  border-left: 1px solid #dddddd;
  font-weight: 500;
}

.cart-section .totals-table .total .price{
  color:#222222;
  font-weight:600;
}

.cart-section .totals-table .proceed-btn{
  padding:14px 25px;
  line-height: 24px;
  font-size:14px;
  color:#ffffff;
  font-weight:700;
  line-height: 20px;
  text-transform:capitalize;
  background-color:#1370b5;
  border-radius: 5px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.cart-section .totals-table .proceed-btn:hover{
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,.10);
}

.shipping-block{
  position:relative;
}

.shipping-block .inner-box{
  position:relative;
  padding:40px 30px 20px;
  border:1px solid #dddddd;
  margin-bottom:50px;
}

.shipping-block .inner-box h3{
  position:relative;
  color:#333333;
  font-size:24px;
  font-weight:700;
  margin-bottom:4px;
  text-transform:capitalize;
}

.shipping-block .inner-box h4{
  position:relative;
  color:#222222;
  font-size:14px;
  font-weight:400;
  margin-bottom:22px;
  text-transform:capitalize;
}

.shipping-form{
  position:relative;
}

.shipping-form .row{
  position:relative;
  margin:0px -10px;
}

.shipping-form .form-group{
  position:relative;
  margin-bottom:20px;
  padding:0px 10px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"]{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 20px;
  height:50px;
  font-size:16px;
  border:1px solid #dddddd;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus{
  border-color:#1370b5;
}

.shipping-form button{
  padding:14px 25px;
  line-height: 24px;
  font-size:14px;
  color:#ffffff;
  font-weight:700;
  line-height: 20px;
  text-transform:capitalize;
  background-color:#1370b5;
  border-radius: 5px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.shipping-form button:hover{
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,.10);
}

/*====================================================================
    CheckOut Section
====================================================================*/

.checkout-page{
  position:relative;
  padding:120px 0px 90px;
}

.checkout-page .default-links{
  position:relative;
  margin-bottom:30px;
}

.checkout-page .default-links li{
  line-height:20px;
  padding:15px 25px;
  font-size:16px;
  font-weight: 400;
  color:#222222;
  background-color :#ffffff;
  border:1px solid #dddddd;
  margin-bottom: 30px;
}

.checkout-page .default-links li .far{
  position:relative;
  display: inline-block;
  font-size:14px;
  line-height: 20px;
  color:#1370b5;
  margin-right:20px;
}

.checkout-page .default-links li a{
  color:#1370b5;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page .default-links li a:hover{
  color: #1370b5;
  text-decoration: underline;
} 

.checkout-page .sec-title{
  margin-bottom: 20px;
} 

.checkout-page .sec-title h3{
  font-size: 24px;
  line-height: 1.2em;
  color: #1370b5;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.checkout-form{
  position:relative;
  margin-bottom: 50px;
}

.checkout-form .column{
  position: relative;
  margin-bottom: 40px;
}

.checkout-form .column .inner-column{
  position: relative;
  padding: 30px 30px;
  border:1px solid #dddddd;
}

.checkout-form .form-group{
  position:relative;
  margin-bottom: 15px;
}

.checkout-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:capitalize;
  color:#222222;  
  font-size:15px;
  font-weight:500;
  margin-bottom:10px;
}

.checkout-form .form-group .field-label span{
  position: relative;
  font-size: 16px;
  color: #222222;
  display: block;
  font-weight: 600;
}

.checkout-form .form-group .field-label sup{
  top:-1px;
  font-size:15px;
  color: #009fe9;
}

.checkout-form .form-group .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea{
  position:relative;
  display:block;
  width:100%;
  background:#ffffff;
  font-size: 16px;
  line-height:20px;
  color: #777777;
  padding:14px 22px;
  height:50px;
  border:1px solid #e0e0e0;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.checkout-form select{
  cursor:pointer;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  -moz-appearance:none;
  background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea{
  resize:none;
  height:160px !important;  
  padding-left: 30px;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
  border-color: #1370b5;
}

.checkout-page .check-box{
  line-height:24px;
  font-size:14px;
  font-weight:normal;
  padding-top:5px;  
}

.checkout-page .check-box label{
  position:relative;
  top:-1px;
  font-weight:normal;
  padding:0px;
  font-size:16px;
  cursor:pointer;
  color:#333333;
}

.checkout-page .lower-content{
  margin-top:30px;
}

.checkout-page .lower-content .order-column{
  margin-bottom:40px;
}

.checkout-page .lower-content .column h2{
  position:relative;
  color:#222222;
  font-size:24px;
  margin-bottom:30px;
  padding-bottom:12px;
}

.checkout-page .lower-content .column h2:after{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:40px;
  height:2px;
  background-color:#fa9928;
}

/*Coupon Box*/

.coupon-box{
  position:relative;
  padding:25px 25px;
  margin-bottom:25px;
  background-color:#f5f5f5;
}

.coupon-form{
  position:relative;
}

.coupon-form .form-group{
  position:relative;
  margin-bottom:0px;
}

.coupon-form .form-group input[type="text"]{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 20px;
  height:44px;
  font-size:14px;
  border:1px solid #cccccc;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus{
  border-color: #1370b5;
}

.coupon-form button{
  margin-top:0px;
  font-size:16px;
  font-weight:700;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -ms-border-radius:0px;
  -o-border-radius:0px;
  padding:8px 26px;
  text-transform:capitalize;
}

.order-box{
  position:relative;
  padding: 30px 30px;
  margin-bottom: 50px;
  font-family: "Ubuntu", sans-serif;
  border:1px solid #dddddd;
}

.order-box .sec-title{
  margin-bottom: 25px;
}

.order-box .sec-title h3{
  border-bottom: 0;
  padding-bottom: 0;
}

.order-box .title-box{
  position:relative;
  padding:15px 15px;
  font-weight: 500;
  color: #ffffff;
  background-color :#222222;
}

.order-box .title-box .col{
  position:relative;
  width:50%;
  float:left;
  color:#ffffff;
  font-size: 16px;
  line-height: 25px;
}

.order-box ul{
  position:relative;
}

.order-box ul li{
  position:relative;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  line-height: 30px;
  border-bottom:1px solid #cccccc;
}

.order-box ul li strong{
  color:#222222;
  font-weight: 500;
  font-size:16px;
}

.order-box ul li span{
  padding: 0 15px;
  width:50%;
  float:right;
  color:#1370b5;
  font-size:16px;
}

.order-box ul li span.free{
  color:#777777;
}

.order-box ul li:last-child{
  border-bottom: 0;
}

.payment-box{
  position:relative;
  padding: 30px 50px;
  border:1px solid #dddddd;
  margin-bottom: 50px;
}

.payment-box .upper-box{
  position:relative;
  border-bottom:1px solid #b7b7b7;
}

.payment-options{
  position:relative;
  margin-top:20px;
  margin-bottom:20px; 
}

.payment-box .payment-options li{
  position:relative;
  margin-bottom:15px; 
}

.payment-box .payment-options li .radio-option{
  position:relative;    
}

.payment-box .payment-options li .radio-option label{
  position:relative;
  display:block;
  padding-left:30px;
  font-weight: 500;
  text-transform:capitalize;
  color:#222222;
  cursor:pointer;
  font-size:16px;
}

.payment-box .payment-options li .radio-option label strong{
  font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"]{
  position:absolute;
  left:0px;
  top:7px;  
}

.payment-box .payment-options li .radio-option label .small-text{
  position:relative;
  display:none;
  letter-spacing:0px;
  text-transform:none;
  font-weight:normal;
  font-size:14px;
  color:#ffffff;
  line-height:1.8em;
  padding:15px 20px;
  margin-top:20px;
  background-color :#1370b5;
}

.payment-box .payment-options li .radio-option input:checked + label .small-text{
  display:block;
}

.payment-box .payment-options li .radio-option label .small-text:before{
  position:absolute;
  content:'';
  left:30px;
  top:-8px;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 8px solid #1370b5;
}

.payment-box .payment-options li .radio-option label img{
  position:relative;
  display:block;
  max-width:100%;
  padding-left:30px;  
  margin-top:20px;
}

.payment-box .payment-options li .radio-option .what-paypall{
  position:relative;
  display:block;
  color:#1370b5;
  font-size:16px;
  font-weight:400;
  margin-left:120px;
  margin-top:10px;
}

.payment-box .lower-box{
  position:relative;
  padding: 30px 0 0;
  text-align: right;
}

.payment-box .lower-box .theme-btn{
  padding: 10px 30px;
  margin-right: 0;
  border-radius: 5px; 
}

/*** 

====================================================================
    Login Section
====================================================================

***/

.login-section{
  position:relative;
  padding:120px 0px 70px;
}

.login-section .column{
  position: relative;
  margin-bottom: 50px;
}

.login-section h2{
  position:relative;
  color:#6c757d;
  font-size:28px;
  font-weight:600;
  line-height:1.2em;
  margin-bottom:25px;
}

.login-form{
  position:relative;
  margin-bottom:40px;
  padding:30px 40px 25px;
  background-color: rgba(0,0,0,0.02);
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.login-form .form-group{
  position:relative;
  margin-bottom:20px;
}

.login-form .form-group label{
  position:relative;
  top:-1px;
  color:#999999;
  font-weight:400;
  font-size:16px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"]{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 20px;
  height:50px;
  color: #777777;
  font-size:16px;
  border:1px solid #dddddd;
  background-color: #ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
  border-color:#dc3545;
}

.login-form button{
  top:0px;
  margin-top:0px;
  font-size:16px;
  font-weight:700;
  padding:10px 36px;
  line-height: 25px;
  color:#ffffff;
  text-transform:uppercase;
  width: 100%;
}

.login-form .psw{
  position:relative;
  color:#999999;
  font-size:16px;
  transition: all 300ms ease;
}

.login-form .psw:hover{
  text-decoration: underline;
}

/*** 

====================================================================
      Coming Soon
====================================================================

***/

.coming-soon{
  display:block;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.coming-soon .image-column{
  position: relative;
  height: 100vh;
}

.coming-soon .image-column .bg-shape{
  position: absolute;
  left: 0;
  bottom: -100px;
  height: 90%;
  width: 90%;
  background-image: url(../images/icons/shape-1.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.coming-soon .image-column .image{
    position: absolute;
    z-index: 1;
    padding-top: 100px;
    top: 0;
    width: 100%;
}

.coming-soon .image-column .image img{
  display: block;
  width: 100%;
}

.coming-soon .content-column{
  position:fixed;
  width:100%;
  height:100vh;
  overflow-y: auto;
}

.coming-soon .content{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content .content-inner{
  position: relative;
  padding: 70px 15px;
  display: table-cell;
  vertical-align: middle;
}

.coming-soon .content .content-inner .logo{
  position:relative;
  margin-bottom: 30px;
}

.coming-soon .content .content-inner h2{
  position:relative;
  font-size:48px;
  font-weight:700;
  color: #222222;
  line-height:1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.time-counter{
  position:relative;
}

.time-counter .time-countdown{
  position:relative;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.time-counter .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width:100px;
  height:100px;
  font-size:12px;
  line-height: 1em;
  color:#222222;
  text-transform:uppercase;
  font-weight:400;
  text-align: center;
  z-index: 7;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  background-color: #ffffff;
  margin-right: 30px;
  margin-bottom: 20px;
}

.time-counter .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:42px;
  line-height:30px;
  padding:25px 0px 15px;
  color:#222;
  font-weight:600;
}

.coming-soon .emailed-form{
  position: relative;
  margin-bottom: 40px;
}

.coming-soon .emailed-form h3{
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.coming-soon .emailed-form .text{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height:1.8em;
  margin-bottom: 20px;
}

.coming-soon .emailed-form .form-group{
  position:relative;
  display:block;
  max-width:540px;
  width:100%;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  height:60px;
  font-size:16px;
  color:#000000;
  overflow:hidden;
  padding:15px 50px 15px 20px;
  background: #f5f5f5;
  border: 1px solid #fafafa;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 0 13px rgba(0,0,0,0.10);
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus{

}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button{
  position:absolute;
  right:0px;
  top:0px;
  width: 70px;
  height:60px;
  line-height:40px;
  font-size:18px;
  color: #ffffff;
  border-radius: 0 50px 50px 0;
  background-color: #1370b5;
  text-align: center;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover{

}

.coming-soon .copyright-text{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

.coming-soon .copyright-text a{
  color: #ff9600;
}

.coming-soon .copyright-text a:hover{
  text-decoration: underline;
}

.clock-wrapper{
    position: absolute;
    top: 30%;
    right: -75%;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background-color: rgba(255,255,255,.50);
    transform: scale(.8);
}

.clock-base{
    width: 250px;
    height: 250px;
    border-radius: 50%;

}

.click-indicator{
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}

.click-indicator div{
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div > span{
  height: 5px;
  width: 5px;
  background-color: #999999;
  display: inline-block;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: -1px;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);
    background-color: #F00;
}

.clock-hour{
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: #ee3611;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute{
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: #ee3611;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second{
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: #cccccc;
    opacity: .9;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after{
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #a00;
    border: solid 2px #a00;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.clock-center{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border-radius: 50%;
}

.clock-center:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}

/*** 

====================================================================
  Error Section
====================================================================

***/

.error-section{
  position:relative;
  text-align:center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:100px 0px;
}

.error-section:after,
.error-section:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-5.png);
  background-position: left bottom;
  background-repeat: no-repeat;  
  content: "";
}

.error-section:after{
  transform: scaleX(-1);
}

.error-section .content-box{
  position: relative;
  z-index: 1;
}

.error-section h2{
  font-size:48px;
  line-height: 1em;
  margin-bottom: 10px;
}

.error-section .text{
  font-size:18px;
  line-height: 1.2em;
  color:#353535;
  font-weight: 500;
  margin-bottom:35px;
}

.error-section .theme-btn{
  text-transform:uppercase;
  margin: 0 5px;
}

/*** 

====================================================================
  Terms And Conditions
====================================================================

***/

.terms-and-condition{
  position: relative;
  padding: 120px 0;
  background-color: #f9fafc;
}

.terms-and-condition .tabs-content{
  padding-left: 30px;
}

.tnc-tabs{
  position: relative;
}

.tnc-tabs .tab-buttons{
  position: relative;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
  margin-bottom: 70px;
}

.tnc-tabs .tab-buttons li{
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #5c6770;
  padding: 10px 30px;
  border-left: 2px solid transparent;
  border-bottom: 1px solid #dddddd !important;
  cursor: pointer;
  transition: all 300ms ease;
}

.tnc-tabs .tab-buttons li:last-child{
  border-bottom: 0;
}

.tnc-tabs .tab-buttons li:hover,
.tnc-tabs .tab-buttons li.active-btn{
  background: #f9fafc;
  border-left-color: #1370b5;
}

.tnc-tabs p,
.tnc-tabs h5,
.tnc-tabs h4{
  margin-bottom: 15px;
}



.rtl .page-title{
  text-align: right;
  transform: scaleX(-1);
}

.rtl .page-title .title-outer{
  transform: scaleX(-1);
  text-align: left;
}

/***

==================================================================
    Right To Left Style
==================================================================

***/

.rtl{
  direction: rtl;
  text-align: right;
}

.rtl .owl-carousel{
  direction: ltr !important;
}

.rtl .main-footer .footer-bottom .copyright-text{
  float: right;
}

.rtl .main-footer .footer-bottom .footer-nav{
  float: left;
}

.rtl .user-links li a:before,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .pricing-block .features li:before{
  left: auto;
  right: 0;
}

.rtl .search-popup .form-group input[type="submit"], 
.rtl .search-popup .form-group button{
  right: auto;
  left: 0;
}

.rtl .main-slider .tp-parallax-wrap{
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.rtl .header-style-one .main-box{
  padding-left: 0;
  padding-right: 30px;
}

.rtl .header-top .top-left .contact-list li i{
  float: right;
  margin-right: 0;
  margin-left: 8px;
}

.rtl .main-header .main-box:before{
  right: 0;
  left: 60px;
}

.rtl .main-header .theme-btn{
  margin-left: 0;
  margin-right: 30px;
}

.rtl .main-menu .navigation > li{
  margin-right: 0;
  margin-left: 30px;
}

.rtl .main-menu .navigation > li > ul{
  left: auto;
  right: 0;
}

.rtl .main-menu .navigation li > ul > li.dropdown > ul{
  left: auto;
  right: 100%;
  margin-left: 0;;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
  transform: scaleX(-1);
  left: 10px;
  right: auto;
}

.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a{
  text-align: right;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > span:before{
  right: auto;
  left: 20px;
  transform: scaleX(-1);
}

.rtl .main-menu .navigation > li > ul:before{
  left: auto;
  right: 20px;
}

.rtl .sticky-header .main-box{
  padding: 0 20px;
  margin: 0;
  border-radius: 0 !important;
}

.rtl .feature-block .inner-box:before, 
.rtl .feature-block .inner-box:after{
  right: auto;
  left: -100px;
}

.rtl .main-slider .btn-box a{
  margin-right: 20px !important;
}

.rtl .main-slider .btn-box a:first-child{
  margin-right: 0px !important;
}

.rtl .about-section .images-column .inner-column{
  margin-right: 0;
  margin-left: -15px;
  text-align: left;
}

.rtl .about-section .video-link{
  left: auto;
  right: 10px;
}

.rtl .about-section .image-1{
  right: auto;
  left: 50px;
}

.rtl .about-section .image-2{
  right: -70px;
  left: 300px;
}

.rtl .about-section .image-3{
  right: auto;
  left: 20px;
}

.rtl .about-section .content-column .link-box .signature{
  margin-right: 0;
  margin-left: 30px;
}

.rtl .pricing-block .features li{
  padding-left: 0;
  padding-right: 30px;
}

.rtl .news-block .image-box .date{
  right: auto;
  left: 0;
  border-radius: 0 10px 0 0;
}

.rtl .user-links li a{
  padding-left: 0;
  padding-right: 20px;
}

.rtl .main-footer .footer-column .widget-title:after{
  left: auto;
  right: 65px;
}

.rtl .recent-posts .post{
  padding-left: 0;
  padding-right: 100px;
}

.rtl .main-footer .contact-list li .icon,
.rtl .recent-posts .post .thumb{
  left: auto;
  right: 0;
}

.rtl .main-footer .contact-list li{
  padding-left: 0;
  padding-right: 70px;
}

.rtl .header-top-two .inner-container{
  padding-left: 0;
  padding-right: 200px;
}

.rtl .header-style-two .main-box:before{
  right: 0;
  left: auto;
}

.rtl .header-style-two .main-box{
  padding-left: 0;
  padding-right: 200px;
}

.rtl .header-top-two .top-left .contact-list li i,
.rtl .header-style-two .logo-box{
  left: auto;
  right: 0;
}

.rtl .header-style-two .logo-box:before{
  right: auto;
  left: 0;
}

.rtl .header-top-two .top-left .contact-list li i{
  margin: 0;
  margin-left: 8px;
}

.rtl .header-top-two .top-left .contact-list li{
  padding-left: 0;
  margin-left: 0;
  padding-right: 60px;
  margin-right: 40px;
}

.rtl .header-style-two .nav-outer{
  padding-left: 0;
  padding-right: 40px;
}

.rtl .header-style-two .search-btn{
  margin-left: 0;
  margin-right: 20px;
}

.rtl .about-section-two:before{
  right: auto;
  left: 0;
  transform: translateX(-300px);
}

.rtl .about-section-two:after{
  transform: scaleX(-1);
}

.rtl .feature-block-two .inner-box:before, 
.rtl .feature-block-two .inner-box:after{
  right: auto;
  left: -100px;
}

.rtl .header-style-two .sticky-header .main-box{
  padding: 0;
}

.rtl .service-block-two .lower-content .title-box{
  direction: rtl;
}

.rtl .service-block-two .lower-content .icon{
  margin-right: 0;
  margin-left: 10px;
}

.rtl .portfolio-section .btns-outer{
  text-align: left;
}

.rtl .mixitup-gallery .filter-tabs li:last-child{
  margin-left: 0;
}

.rtl .doctors-time-table .doctor-info{
  padding: 20px 95px 20px 20px ;
  text-align: right;
}

.rtl .doctors-time-table .doctor-info .thumb{
  left: auto;
  right: 20px;
}

.rtl .header-top-three .top-left .contact-list li i{
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.rtl .about-section-three .image-box{
  padding-right: 0;
  margin-left: 40px;
}

.rtl .about-section-three .about-owner{
  padding-left: 0;
  padding-right: 180px;
}

.rtl .about-section-three .about-owner .sign-img{
  left: auto;
  right: 0;
}

.rtl .feature-block-three .inner-box{
  padding-left: 20px;
  padding-right: 110px;
}

.rtl .feature-block-three .icon{
  left: auto;
  right: 20px;
}

.rtl .fun-fact-section-three .background-layer{
  border-radius: 0 50px 0 0;
}

.rtl .skill-section .image-column{
  left: auto;
  right: 0;
}

.rtl .skills .skill-item .skill-header .skill-percentage,
.rtl .skill-section .skill-column{
  float: left;
}

.rtl .skills .skill-item .skill-header .skill-title{
  float: right;
}

.rtl .skills .skill-item .skill-bar{
  transform: scaleX(-1);
}

.rtl .service-block-three .inner-box{
  padding: 30px 30px;
  padding-right: 150px;
}

.rtl .service-block-three .icon{
  left: auto;
  right: 0;
  border-radius: 0 0 0 30px;
}

.rtl .service-block-three .icon-float{
  right: auto;
  left: 0;
}

.rtl .about-section-four .about-owner{
  padding-left: 0;
  padding-right: 180px;
}

.rtl .about-section-four .about-owner .sign-img{
  left: auto;
  right: 0;
}

.rtl .features-section .image-column .image-box{
  padding-left: 10px;
  padding-right: 0;
}

.rtl .service-block-four .lower-content .read-more i{
  float: left;
  margin-right: 5px;
}

.rtl .why-choose-us .content-box .icon-box .title{
  margin-left: 0;
  margin-right: 60px;
}

.rtl .testimonial-block-two .info-box{
  padding-left: 0;
  padding-right: 90px;
}

.rtl .testimonial-block-two .info-box .thumb{
  left: auto;
  right: 0;
}

.rtl .testimonial-block-two .inner-box:before{
  right: auto;
  left: 40px;
}

.rtl .appointment-section-three .content-column .inner-column{
  padding-left: 0;
  padding-right: 70px;
}

.rtl .timing-list li:before{
  left: auto;
  right: 0;
}

.rtl .timing-list li{
  padding-left: 0;
  padding-right: 30px;
}

.rtl .header-style-four .main-box{
  border-radius: 0 50px 50px 0;
}

.rtl .feature-block-seven .inner-box{
  padding-left: 0;
  padding-right: 70px;
}

.rtl .info-block .icon,
.rtl .news-block-two .overlay-content .inner,
.rtl .testimonial-block-three .info-box .image,
.rtl .feature-block-seven .count,
.rtl .call-to-action-two .info-box .icon,
.rtl .call-to-action-two .info-box{
  left: auto;
  right: 0;
}

.rtl .appointment-section-two .testimonial-column .owl-dots{
  right: auto;
  left: 0;
}

.rtl .call-to-action-two .info-box .inner{
  padding-left: 0;
  padding-right: 120px;
}

.rtl .info-section .image-column .inner-column{
  padding-right: 0;
  padding-left: 35px;
}

.rtl .info-block .inner{
  padding-left: 0;
  padding-right: 100px;
}

.rtl .testimonial-block-three .info-box{
  padding-left: 0;
  padding-right: 100px;
}

.rtl .appointment-section-two .form-column .inner-column{
  padding-left: 0;
  padding-right: 70px;
}

.rtl .page-breadcrumb li:after{
  right: auto;
  left: -10px;
  transform: scaleX(-1);
}

.rtl .sidebar-cart .cart-item{
  padding-left: 0;
  padding-right: 100px;
}

.rtl .shopping-cart .cart-item .thumb{
  left: auto;
  right: 0;
}

.rtl .shopping-cart .cart-header .title{
  text-align: right;
}

.rtl .sidebar-cart .shopping-cart .theme-btn{
  margin: 0 0 15px;
}

.rtl .sidebar-cart .shopping-cart{
  right: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(0%);
}

.rtl .message-box {
    border-radius: 0 50px 50px 0;
}

.rtl .message-box.with-icon{
    padding-right: 50px;
    padding-left: 65px;
}

.rtl .message-box .icon-box{
  left: auto;
  right: 10px;
}

.rtl .accordion-box .block .acc-btn .icon,
.rtl .message-box .close-btn{
  right: auto;
  left: 0;
}

.rtl .default-tabs .tab-buttons li{
  float: right;
}

.rtl .terms-and-condition .tabs-content{
  padding-left: 0;
  padding-right: 30px;
}

.rtl .doctor-detail-section .sidebar-side .sidebar{
  padding-right: 0;
  padding-left: 30px;
}

.rtl .doctor-info-list li{
  padding-left: 0;
  padding-right: 200px;
}

.rtl .author-box .thumb,
.rtl .latest-news .post-thumb,
.rtl .list-style-one li:before,
.rtl .doctor-info-list li strong{
  left: auto;
  right: 0;
}

.rtl .brochures-box .theme-btn i{
  margin-right: 0;
  margin-left: 3px;
}

.rtl .list-style-one li{
  padding-left:0;
  padding-right: 25px;
}

.rtl .service-detail .prod-tabs .tab-btns .tab-btn{
  float: right;
}

.rtl .news-block .post-option li{
  margin-left: 0;
  margin-right: 15px;
}

.rtl .latest-news .post{
  padding-left: 0;
  padding-right: 100px;
}

.rtl .sidebar .popular-tags li{
  margin: 0px 0px 8px 5px;
}

.rtl .blog-post .news-block .lower-content .post-info li{
  margin-right: 0;
  margin-left: 20px;
}

.rtl .blog-post .news-block .lower-content .post-info li span{
  margin-right: 0;
  margin-left: 5px;
}

.rtl .blog-post blockquote{
  border-left: 0;
  border-right: 5px solid;
}

.rtl .author-box .inner-box{
  padding-left: 30px;
  padding-right: 230px;
}

.rtl .coming-soon .content-column{
  margin-left: 0;
  margin-right: 50%;
}

.rtl .coming-soon .image-column .bg-shape{
  right: 0;
  left: auto;
  transform: scaleX(-1);
}

.rtl .clock-wrapper{
  right: auto;
  left: -75px;
}

.rtl .sidebar .search-box .form-group button,
.rtl .coming-soon .emailed-form .form-group input[type="submit"], 
.rtl .coming-soon .emailed-form button{
  left: 0;
  right: auto;
}

.rtl .social-icon-one li:last-child{
  margin-right: 10px;
}

.rtl .time-counter .time-countdown .counter-column{
  margin-right: 0;
  margin-left: 30px;
}

.rtl .comments-area .comment{
  padding-left: 0;
  padding-right: 100px;
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .comments-area .comment-box .author-thumb{
  left: auto;
  right: 0;
}

.rtl .sidebar .search-box .form-group input[type="text"], 
.rtl .sidebar .search-box .form-group input[type="search"]{
  padding: 10px 20px 10px 50px;
}

.rtl .sidebar-page-container .sidebar{
  margin-left: 0;
  margin-right: 20px;
}

.rtl .product-details .basic-details .item-quantity{
  float: right;
  margin-left: 25px;
  margin-right: 0;
}

.rtl .product-details .basic-details .add-to-cart{
  margin-left: 0;
  margin-right: 10px;
}

.rtl .shop-comment-form .rating-box .text{
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

.rtl .checkout-page .default-links li .far{
  margin-right: 0;
  margin-left: 20px;
}

.rtl .order-box .title-box .col{
  float: right;
}

.rtl .order-box ul li span{
  float: left;
}

.rtl .payment-box .payment-options li .radio-option label{
  padding-left: 0;
  padding-right: 30px;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before{
  left: auto;
  right: 30px;
}

.rtl .payment-box .payment-options li .radio-option .what-paypall{
  margin-left: 0;
  margin-right: 120px;
}

.rtl .contact-info-block .inner{
  padding-left: 20px;
  padding-right: 80px;
}

.rtl .contact-info-block .icon{
  left: auto;
  right: 20px;
}

.rtl .mobile-header .logo {
  float: right;
}

.rtl .mobile-header .nav-outer{
  float: left;
}

.rtl .nav-outer .mobile-nav-toggler{
  margin-left: 0;
  margin-right: 20px;
}

.rtl .banner-section .content-box{
  border-left: 0;
  border-right-width: 10px;
}

.rtl .main-footer .footer-column .widget-title:before{
  margin-left: 6px;
  margin-right: 0;
}

.rtl .cart-section .bootstrap-touchspin .input-group-btn-vertical{
  left: 0;
  right: auto;
}



/*** 

====================================================================
  Box Layout
====================================================================

***/

.box-layout .page-wrapper{
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0,0,0,0.10);
}

.box-layout{
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../images/background/boxed-bg/1.png);
}

.box-layout .header-style-two.fixed-header .outer-container,
.box-layout .sticky-header{
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.box-layout .fixed-footer{
  position: absolute;
}

.box-layout .coming-soon{
  position: relative;
}

.box-layout .coming-soon .content{
  position: relative;
}
#main-banner-1{
  background: url('../images/mobile-illustration.svg') no-repeat center/cover;
  height:100vh
}
.main-banner-1-content{
  margin-top: -30px;
  padding-bottom: 30px;
}
#main-banner-2{
  /* background-image: url('../images/main-Illustration.svg'); */
  background-repeat: no-repeat;
  background-size: cover;
  height:290px;
  position: relative;
  background-attachment: fixed;
  background-position-y: top;
}
#video-container{
  width: 100%;
  height:400px;
  position: relative;
}
.white-lg{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width:150px;
  height: 100%;
  background:linear-gradient(90deg, #FFF -0.95%, #FFF 2.23%, rgba(255, 255, 255, 0.00) 100%);
}
#video-container video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#yt-video{
  width: 100%;
  height: auto;
  padding: 10px 10px;
}
.yt-heading{
  font-family: "Fira Sans";
font-size: 40px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.03125rem;
color: #02013B;
text-align: center;
margin-bottom: 30px;
}
.yt-video-box{
  height: 500px;
}
.yt-video-box iframe{
  width: 100%;
  height: 100%;
  
}
#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index:1; 
}
#video-background iframe{
  width: 100%;
  height: 100%;
}
.ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark{
  display: none;
}
.banner-content{
  padding-top: 0px;
}

.un-health{

font-size: 2.2rem !important;
font-family: 'Merriweather', serif !important;

max-width:1000px !important;
letter-spacing: 0.03125rem;
font-weight: 700 !important;
font-style: bold !important;
    line-height: 1.25 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
}
.un-health span{
  color: #B13C82;
  font-family: Merriweather, sans-serif;
font-size:40px;
font-style: normal;
font-weight: 700;
line-height: 4.625rem;
letter-spacing: 0.03125rem;
}
.stream{
  color: #02013B;
  font-family: "DM Sans", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 26px;
margin-top:30px;
}
.demo-btn{
  display: inline-block;
  width:300px;
  height: 48px;
  text-align: center;
  border-radius: 1.6875rem;
  
  box-shadow: 0px -3px 7px 4px rgba(5, 77, 123, 0.26) inset;
  border: none;
  color: #FFF;
font-family: "Fira Sans";
font-size:22px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.03125rem;
text-decoration: none;
padding: 5px 10px;
transition: background-color 0.3s ease !important;
}
.demo-btn:hover{
  box-shadow: 0 4px 20px #12B6F3; /* Solid black shadow effect */
}
/* Tablet View */
@media (max-width: 768px) {
  .banner-content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .un-health {
    font-size: 1.8rem !important;
    max-width: 700px !important;
    line-height: 1.2 !important;
    text-align: center;
  }

  .demo-btn {
    width: 250px;
    height: 44px;
    font-size: 18px;
    margin-top: 1rem;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .banner-content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .un-health {
    font-size: 1.5rem !important;
    max-width: 100% !important;
    line-height: 1.1 !important;
    text-align: center;
  }

  .un-health span {
    font-size: 32px;
    line-height: 3.5rem;
  }

  .demo-btn {
    width: 220px;
    height: 40px;
    font-size: 16px;
   
  }
}

.mob-unified{
  width: 199px;
}
.stream-para-1{
  font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 26px;
text-align: left;
color: #02013B;

}
.stream-para-1 span{
  color: #B13C82;
}
.stream-para-2{
  font-family: "Mulish", sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 19px;
text-align: left;
width:283px;
color: #02013B;
}
.mobile-about-section{
  padding: 50px 0px;
}
.main-banner-1-demo{
  width: 220px;
  height: 40px;
  border: none;
  border-radius: 27px;
  color: #ffffff;
  background-color: #02013B;
  font-family: Montserrat;
font-size: 15px;
font-weight: 600;
text-align: center;
text-decoration: none;
    padding: 6px 10px
}
.logo-box-1{
  width: 250px;
  height: 250px;
  background-color: #02013B;
  border-radius: 50%;
  padding: 65px;
  border: 10px solid white;
  box-shadow: 0 0 0 10px #02013B;
  position: relative;
 margin: 0 auto;
  
  
}

.mobile-logo-box{
  width: 100px;
  height: 100px;
  background-color: #02013B;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 4px #02013B;
  margin: 0 auto;
  padding: 26px;
  position: relative;
}
.vertical-dotted-line{
  position: absolute;
  top: 108%;
  left: 47%;
  height: 255px;
}
.mobile-health-logo{
  width: 40px;
}
.mobile-health-logo a{
  width: 80px;
}
.mobile-health-logo img{
  width:100px;
}
.link-line-top{
  position: absolute;
  top: -40%;
  left: 0;
}
.link-line-right{
  position: absolute;
  top: 47%;
  right: -62%;
}
.link-line-bottom{
  position: absolute;
  bottom: -40%;
  left: 0;
}
.link-line-left{
  position: absolute;
  top: 47%;
  left: -62%;
}
.cms{
  display: flex;
  align-items: center;
  width:420px;
  height: 142px;
  background-color: rgba(0, 0, 0, 0.20);
  border-radius:21px;
  color: #02013B;
  position: absolute;
  top: -72%;
  left: -184%;
  padding:6px;
}
.cms-box-img{
  width: 128px;
height: 128px;
}
.cms-box-content{
  width: 250px;
  text-align: center;
}
.cms-box-content p{
  color: #02013B;
  text-align: center;
font-family: "Fira Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.cms-box-content a{
  width: 214px;
height: 35px;
border-radius: 25px;
background-color: #02013B;
text-decoration: none;
color: #ffffff;
display: inline-block;
font-family: "Fira Sans";
font-size: 15px;
font-style: normal;
font-weight: 600;
padding: 4px;
letter-spacing: 0.5px;
margin-top: 20px;
}
.digital-services{
  display: flex;
  align-items: center;
  width:420px;
  height: 140px;
  background: #CD74A9;
  border-radius:21px;
  color: #ffffff;
  position: absolute;
  top: -72%;
  right: -184%;
  padding:6px
}
.digital-box-content{
  width: 250px;
  text-align: center;
}
.digital-box-content p{
  color: #ffffff;
  text-align: center;
font-family: "Fira Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.digital-box-content a{
  width: 214px;
height: 35px;
border-radius: 25px;
background-color: #A74881;
text-decoration: none;
color: #ffffff;
display: inline-block;
font-family: "Fira Sans";
font-size: 15px;
font-style: normal;
font-weight: 600;
padding: 4px;
letter-spacing: 0.5px;
margin-top: 20px;
}
.hims{
  display: flex;
  align-items: center;
  width:420px;
  height: 140px;
  background:#026DB1;
  border-radius:21px;
  color: #ffffff;
  position: absolute;
  top: 18%;
  left: -223%;
  padding: 6px
}
.PulseHub{
  background: #035487 !important;
}
.communication-services{
  display: flex;
  align-items: center;
  width:420px;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.20);
  border-radius:21px;
  color: #02013B;
  position: absolute;
  top: 18%;
  right: -220%;
  padding:6px
}
.communication-box-content{
  width: 250px;
  text-align: center;
}
.communication-box-content p{
  color: #02013B;
  text-align: center;
font-family: "Fira Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.communication-box-content a{
  width: 214px;
height: 35px;
border-radius: 25px;
background-color: #02013B;
text-decoration: none;
color: #ffffff;
display: inline-block;
font-family: "Fira Sans";
font-size: 15px;
font-style: normal;
font-weight: 600;
padding: 4px;
letter-spacing: 0.5px;
margin-top: 20px;
}
.patient-engagement-platform{
  display: flex;
  align-items: center;
  width:420px;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.20);
  border-radius:21px;
  color: #02013B;
  position: absolute;
  bottom: -70%;
  left: -186%;
  padding:6px
}
.pms{
  display: flex;
  align-items: center;
  width:420px;
  height: 140px;
  background-color: #D89C1B;;
  border-radius:21px;
  color: #ffffff;
  position: absolute;
  bottom: -70%;
  right: -186%;
  padding: 6px
}
.pms-box-content{
  width: 250px;
  text-align: center;
}
.pms-box-content p{
  color: #ffffff;
  text-align: center;
font-family: "Fira Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.pms-box-content a{
  width: 214px;
height: 35px;
border-radius: 25px;
background-color: #BB8A21;
text-decoration: none;
color: #ffffff;
display: inline-block;
font-family: "Fira Sans";
font-size: 15px;
font-style: normal;
font-weight: 600;
padding: 4px;
letter-spacing: 0.5px;
margin-top: 20px;
}

.mobile-cms{
  padding:7px;
  width:100%;
  height:50px;
  background-color: #CD74A9;
  border-radius:7px;
  color: #ffffff;
  display: flex;
  align-items: center;
 
}
.patient-platform{
background-color: rgba(0, 0, 0, 0.20);
color: #02013B;
}
.pharmacy-management{
background-color: #D89C1B;
}
.hims-mobile{
background-color: #026DB1;
}
.mobile-cms p{
  font-family: Fira Sans;
font-size: 14px;
font-weight: 500;
margin-top: 30px;
line-height:16px;
letter-spacing: 0.005em;

padding-left:10px;

}
.mobile-cms-box-img{
  width: 40px;
height: 36px;
}
.common-link{
  display: none;
  background-color: #A74881;
  font-size: 12px;
  padding: 2px 0px;
  border-radius: 25px;
  margin-left: 20px;
  color: #ffffff;
  width: 120px;
  text-align: center;
}
.tab-cms{
  border-radius: 7px;
  background: #CD74A9;
  padding: 7px;
  height: 80px;
}
.tab-cms-box-img{
  width: 67px;
    height: 65px;
}
.tab-cms-content{
  width: 180px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-cms-content p{
  color: #FFF;
text-align: left;
font-family: "Fira Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.05px;
}
.tab-cms-content a{
  width: 120px;
height: 25px;
border-radius: 25px;

text-decoration: none;
color: #ffffff;
display: inline-block;
font-family: "Fira Sans";
font-size: 11px;
font-style: normal;
font-weight: 600;
text-align: center;
letter-spacing: 0.5px;
margin-top: 0px;
}
.tab-digi-pulse{
  background: #A74881;
}
.tab-gray{
  background-color: rgba(0, 0, 0, 0.20);
  color: #02013B;
}
.tab-para{
color: #02013B !important;
}
.anchor-gray{
background-color: #02013B;}
.blue-hims{
  border-radius: 7px;
background: #026DB1;
}
.blue-pulde-hub{
background-color: #035487;
}
.yellow-pharmacy{
background-color: 
#D89C1B;
}
.yellow-pulse{
background-color: #BB8A21;

}
.our-clients{
  text-align: center;
  color: #003366;
font-family: "Fira Sans";
font-size:2.25rem;
font-style: normal;
font-weight: 700;

padding-top:14px;
}
/* some-reviews */
#some-reviews{
  height:auto;
  padding: 30px 30px;
}
.some-reviews{
  color: #000000;
  font-family: "Fira Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02031rem;
  text-align: center;
}
.reviews-paras{
  color: #000000;
  font-family: "DM Sans";
}
.testimonial-name{
  font-size: 32px;
  font-family: "DM Sans";
  color: #CD74A9;
  font-weight: 600;
}
.designation{
color: #000000;
font-family: "DM Sans";
font-size: 20px;
}

/* some-reviews */
/* sucess-metrics */
#sucess-metrics{
  height: auto;
  padding: 50px 0px;
  background-color: #02013B;
  /* background-image: url('../images/wave-metrics-3.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position:center bottom; */
}
.metrics-heading{
  color: #0C0B46;
font-family: "Fira Sans";
font-size:2.5rem;
font-style: normal;
font-weight: 700;
line-height: 3.89375rem; /* 103.833% */
letter-spacing: -0.05625rem;
}
.your-brand{
  color: #0C0B46;
font-family: "Fira Sans";
font-size: 2.25rem;
font-style: normal;
font-weight: 700;
letter-spacing: -0.05625rem;
margin-bottom: 10px;
text-align: center;
}
.your-brand-sub-heading{
  color: #0C0B46;
  font-family: "Fira Sans";
  font-size: 29px;
  text-align: center;
  /* margin-bottom: 25px; */
}
.metrics-para{
  color: #666;
  font-family: "DM Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 156.25% */
}
.metrics-block{
   box-shadow: 0px 4px 40px 0px #02013B36;
  
}
.metrics-block-2{
  padding: 45px 30px;
}
.pc-box-2{
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-box-2 p{
  font-family: Fira Sans;
font-size: 42px;
font-weight: 600;
/* margin-top: 17px; */
letter-spacing: -1.2999999523162842px;
text-align: center;
color: #27B1DF;
}
.pc-box-2 img{
  height:45px;
  margin-left: 10px;
  margin-top:-30px;
}
.ar-rotate{
transform: rotate(180deg);
}
.arrows{
  width: 28px;
  height: 33px !important;
  margin-left: 0px !important;
  margin-bottom: 6px;
}
.pc-box-3 p{
  color:#02013B;
  text-align: center;
  font-family: "DM Sans";
  font-size:18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.51875rem; /* 121.5% */
  letter-spacing: -0.0225rem;
  margin-top: -30px;
  
}
.perccentage-illustration{
width: 100%;
height: 100%;
object-fit: cover;
}
#start-up{
  background-color: #ffffff;
}
.start-up-block{
  background-color: #ffffff;
  height: auto;
  padding: 38px;
}
/* sucess-metrics */

/* health-features */
#health-features{
  background-color: #02013B;
  height: auto;
  padding: 60px 0px;
}
.health-feat-heading{
  color: #ffffff;
  font-family: "Fira Sans";
  font-size:2.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02031rem;
  text-align: center;
}
.feature-img{
  width: 40px;
  height: 40px;
}
.purple-dot{
width: 20px;
height: 20px;
margin-top: 10px;
}
.feature-block-paras{
  margin-top: 30px;
}
.feature-block-paras p{
text-align: center;
font-family: "Fira Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
color: #E4AA2D;
margin-top:-29px;
}
.feature-block-paras-2{
  margin-top: 0px;
  text-align: center;
}
.feature-block-paras-2 p{
  color: #FFF;
  padding: 15px;
text-align: center;
font-family: Mulish;
font-size: 14px;
font-style: normal;
font-weight: 400;
margin-top: -20px;
}

.owl-carousel-2.owl-drag .owl-item{
 
  position: relative;
  height: 270px;
}
.owl-carousel-3{
 
  position: relative;
  height: 270px;
}


/* .owl-carousel.owl-drag .owl-item::before{
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  height: 250px; 
  width: 0;
  border-right: 2px solid #ffffff;
} */

.owl-prev span, .owl-next span{
  color: #ffffff;
  font-size: 50px;
}

.footer-bottom-copyright{
  color: #ffffff;
  font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-right: 5px;
margin:0px;
}
.footer-bottom-block a{
  text-decoration: none;
  color: #ffffff;
  font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.clients-carousel .item .slide-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
} 
.logo-container {
  width: 210px; 
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px;
}
/*end health-features */


/* api documentation page */
#main-section-api{
  overflow: hidden;
 padding: 40px 40px;
}
.api-heading{
  color: #02013B;
font-family: "Fira Sans";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.5px;
text-align: center;
}
.api-para-1{
  color: #02013B;
text-align: center;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 27px;
opacity: 0.7;
margin-bottom: 40px;
}
#api-sub-section{
  border-radius: 50px;
box-shadow: 0px 20px 40px 0px;
background-color:rgba(30, 29, 87, 0.20);
width: 100%;
height: auto;
padding: 30px 30px;
overflow: hidden;
}

.api-heading-patients{
  color:#02013B;
font-family: "Fira Sans";
font-size: 27px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.5px;
}
.api-lists{
  margin-left: 20px;
}
.api-lists li{
  list-style-type: disc !important;
  color:#02013B;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
padding-bottom: 30px;
}
.api-lists li p{
  color:#02013B;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-top:5px;
}
.contact-jgd{
  color: #0081FF;
  text-decoration: underline;
}
/* contact-us */
#contact-us{
  background-color: #02013B;
  width: 100%;
  height: auto;
  padding: 30px 30px 20px;
  overflow: hidden;
  position: relative;
}
.contact-bg-1{
  position: absolute;
  top: 0;
  right: 0%;
  /* width: 500px; */
  height: 200px;
}
.get-touch{
  color: #FFF;
text-align: center;
font-family: "Fira Sans";
font-size:2.813rem;
font-style: normal;
font-weight: 700;
line-height: 4.625rem; 
letter-spacing: 0.03125rem;
text-transform: uppercase;
}
.get-touch-para{
  color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size:1.563rem;
font-style: normal;
font-weight: 500;
line-height: normal;
opacity: 0.7;
}
.demo-schedule{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-schedule a{
 text-decoration: none;
 text-align: center;
 width: 300px;
 height: 50px;
 border-radius: 16px;
 color: #02013B;
 font-size: 20px;
 font-family: "Fira Sans";
 font-weight: 600;
 background-color: #ffffff;
 padding: 10px 10px;

}
.contact-links{
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.whatsapp{
  width:170px;
  height:45px;
  background-color: #AAAAC8;
  color: #02013B;
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 12px;
  font-weight: 500;
  font-family: "Fira Sans";
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-right: 20px;
}
.mail{
  width:170px;
  height:45px;
  background-color: #AAAAC8;
  color: #02013B;
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 15px;
  font-weight: 500;
  font-family: "Fira Sans";
  display: flex;
  align-items: end;
  justify-content: space-between;
  
}

/* form */
#contact-form{
  background-color: #02013B;
  width: 100%;
  height: auto;
  padding: 10px 30px 40px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.contact-bg-2{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
z-index:-1;
}
.form-block{
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#form-heading{
  color: #02013B;
font-family: "Fira Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;

letter-spacing: 0.03125rem;
text-align: center;
}
.form-heading-block{
  height: 70px;
  background-color:#E3E3F4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 10px;
}
#form-inner-block{
  background-color: #ffffff;
  /* padding: 45px 50px; */
}
.custom-form-label {
  color: #02013B;
  font-family: "Fira Sans";
  font-size:1.125rem;
  font-style: normal;
  font-weight: 400;
  
  letter-spacing: 0.03125rem;
}
.custom-submit-btn {
  background-color: #0d0d38;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  width: 200px;
  color: #FFF;
font-family: "Fira Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;

letter-spacing: 0.03125rem;
}

.custom-submit-btn:hover {
    background-color: #1a1a75;
    color: #ffffff;
}
#main-contact-form input,textarea{
  background-color: #ECECEC;
}
#message{
  background-color: #ECECEC;
}
.error{
    color: red;
    font-size: 12px;
}

.form-loader {
    width: 120px;
    height: 15px;
    border-radius: 20px;
    color: #514b82;
    border: 2px solid;
    position: relative;
    margin-left: 10px;
  }
  .form-loader::before {
    content: "";
    position: absolute;
    margin: 2px;
    inset: 0 100% 0 0;
    border-radius: inherit;
    background: currentColor;
    animation: l6 2s infinite;
  }
  @keyframes l6 {
      100% {inset:0}
  }
/* end form */
/* contact-us */

/* our approach */
#our-approach{
  width: 100%;
  background-color: #02013B;
  height: 30vh;
  display:flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.our-approach-bg-1{
position: absolute;
top:-5%;
right:-2%;
}
.our-approach-bg-2{
  position: absolute;
  bottom: -30%;
  left: 0;
}
.our-approach-block{
  text-align: center;
}
.our-approach-block h2{
  color: #ffffff;
font-family: "Fira Sans";
font-size:32px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.03125rem;
text-transform: uppercase;
}
.our-approach-block p{
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.7;
}
#client-onboarding{
 
  width: 100%;
  height: auto;
  padding: 30px 0px;
}
.client-onboarding-heading{
  text-align: center;
  color: #02013B;
text-align: center;
font-family: "Fira Sans";
font-size:1.75rem;
font-style: normal;
font-weight: 500;
letter-spacing: 0.03125rem;
}
#counters{
  background-color: #02013B;
  width: 100%;
  height: auto;
  padding:65px 20px;
}
.count-numbers-block{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.count-num-1{
  color: #FFF;
  text-align: center;
  font-family: "Fira Sans";
  font-size:2.813rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.4375rem; /* 64.706% */
  letter-spacing: 0.03125rem;
}
.count-name{
  color:#27B1DF;
text-align: center;
font-family: "DM Sans";
font-size:1.2rem;
font-style: normal;
font-weight: 400;
letter-spacing: 0.03125rem;
margin-top: 10px;
}

#signature-strengths{
  width: 100%;
  height: auto;
  padding: 30px 30px 70px 30px;
  background-color: #ffffff;
  background-image: url('../images/gray-wave.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
.sign-strengths-heading{
  color: #02013B;
  font-family: "Fira Sans";
  font-size:1.75rem;/* 28px */
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  text-align: center;
}
.sign-strengths-heading span{
  color: #E4AA2D;
  font-family: "Fira Sans";
  font-size:2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03125rem;
}
.strengths-block{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-bottom: 30px;
}
.strengths-paras{
  text-align: center;
  margin-top: 20px;
}
.strengths-paras h3{
  color: #02013B;
font-family: "Fira Sans";
font-size:1.5rem;
font-style: normal;
font-weight: 500;
letter-spacing: 0.03125rem;
}
.strengths-paras p{
  color:#02013B;
text-align: center;
font-family: "DM Sans";
font-size:1.12rem;
font-style: normal;
font-weight: 400;
letter-spacing: 0.03125rem;
}
.sign-strengths-row{
margin-top: 60px;
justify-content: center;

}

#connecting-stakeholders{
  background-color: #02013B;
  width: 100%;
  overflow: hidden;
  padding: 50px 30px 50px 30px;
  position: relative;
}
.stakeholder-bg-1{
position: absolute;
top: 0;
left: 0;
}
.stakeholder-bg-2{
position: absolute;
bottom: 0;
left: 0;
}
.connecting-stakeholders-block{
 height: 80vh;
  display: flex;
  align-items: center;
  
  flex-direction: column;
}
.connecting-stakeholders-block h2{
  color: #ffffff;
  text-align: center;
  font-family: "Fira Sans";
  font-size:1.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03125rem;
}
.connecting-stakeholders-block p{
  color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size:1.12rem;
font-style: normal;
font-weight: 500;
line-height: 2.188rem;
margin-top: 30px;
}
.inner-logo-main-block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-logo-block{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px dashed #ffffff;
  padding: 48px;
  background-color: #02013B;
  position: relative;
  z-index: 10;
}
.approach-top-line{
  position: absolute;
  top: -37%;
  left: 50%;
  height: 36%;
  width: 2px;
}
.approach-right-line{
  position: absolute;
  top: 50%;
  right: -40%;
  height: 2px;
  width: 40%;
}
.approach-left-line{
  position: absolute;
  top: 50%;
  left: -40%;
  height: 2px;
  width: 40%;
  z-index: 1;
}
.approach-bottom-left-line{
  position: absolute;
  bottom: -35%;
  left: -14%;
  height: 50%;
  width: 35%;

  z-index: 1;
}
.approach-bottom-right-line{
  position: absolute;
  bottom: -36%;
  right: -13%;
  height: 50%;
  width: 40%;
  z-index: 1;

}
.hospital-admin{
  color:#FFF;
text-align: center;
font-family: "Fira Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 200px;
padding: 10px 10px;
background-color:#50506C;
border-radius: 10px;
position: absolute;
top: -50%;
right: -15%;
}
.patients{
  color:#FFF;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width:auto;
  padding: 10px 10px;
  background-color:#50506C;
  border-radius: 10px;
  position: absolute;
  top: 39%;
  left: -83%;
  z-index: 3;
}
.payors{
  color:#FFF;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width:auto;
  padding: 10px 10px;
  background-color:#50506C;
  border-radius: 10px;
  position: absolute;
  top: 39%;
  right: -73%;
  z-index: 3;
}
.health-providers{
  color:#FFF;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 125px;
  padding: 10px 10px;
  background-color:#50506C;
  border-radius: 10px;
  position: absolute;
  bottom: -50%;
  left: -57%;
  z-index: 3;
}
.vendors{
  color:#FFF;
  text-align: center;
  font-family: "Fira Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 125px;
  height: 55px;
  padding: 18px 10px;
  background-color:#50506C;
  border-radius: 10px;
  position: absolute;
  bottom: -50%;
  right: -70%;
  z-index: 3;
}

.steps-body{
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0;
  
}
 .steps-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  /* padding: 20px; */
}
.steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.step {
  text-align: center;
  max-width: 200px;
  position: relative;
  
}
.step img {
  width:80px;
  height:80px;
  display: block;
  margin: 0 auto;
  padding-top: 14px;
  background-color: #ffffff;
}
.vertical-line {
  height: 50px;
  width: 2px;
  background-color:#0C0B46;
  margin: 10px auto;
}
.step-number {
  background-color: #CFCFDD;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  font-size: 20px;
  color:#B13C82;
  font-family: "Fira Sans";
  font-weight: 500;
}
.step-title {
  font-size: 18px;
  color: #003366;
  padding-bottom: 4px;
  color: #02013B;
  font-family: "Fira Sans";
  font-weight: 500;
  letter-spacing: 0.03125rem;
}
.dashed-line {
  position: absolute;
  top: 14%;
  left: 10%;
  right: 10%;
  border-top: 2px dashed #f8bc41;
  z-index: -1;
}
#about-us-banner{
  width: 100%;
  height:470px;
  align-items:center;
  /* background-image: url('../images/about-wave.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom; */
  overflow: hidden;
  position: relative;
}
.about-wave-block{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 150px;
}
.about-block{
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.character-1{
  position: absolute;
  left: 0%;
  top: 10%;
  width: 338px;
  height: 288px;
  object-fit: cover;
}
.character-2{
  position: absolute;
  right: 2%;
  top: 10%;
  width: 290px;
  height: 288px;
  object-fit: cover;
  z-index: -1;
}

/* who-we-are */
#who-we-are{
  padding: 50px 20px;
}
.who-we-are-heading{
  color: #02013B;
font-family: "Fira Sans";
font-size:2rem;
font-style: normal;
font-weight: 500;
line-height: 74px; /* 123.333% */
letter-spacing: 0.5px;
text-align: center;
}
.who-we-are-para{
  color: #000;
text-align: center;
font-family: "DM Sans";
font-size:1.25rem;
font-style: normal;
font-weight: 400;
letter-spacing: 0.5px;
margin-bottom:36px;
}
#announcement{
  overflow: hidden;
  width: 100%;
 
}
.announcement-block{
  background-color: #02013B;
  width: 100%;
  height:120px;
  padding: 30px 30px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.announcement-block p{
  color: #FFF;
  font-size: 32px;
  margin-bottom: 0px !important;
}
.announcement-mic{
  width: 66px;
  height: 98px;
  position: absolute;
  bottom:0%;
  left:4%;
}
.announcement-wave{
  width: 379px;
  height: 98px;
  position: absolute;
  bottom: -35%;
  right: -4%;
}
#our-vision{
  position: relative;
  width: 100%;
  height: auto; 
  overflow: hidden;
  /* background-image: url('../images/vision-wave-01.png'); */
  background-image: url('../images/vision-wave.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 30px 0px;
}

.vision-man{
  width: 255px;
  height: 430px;
  object-fit: contain;
}
.vision-man-block{
 position: absolute;
top: 16%;
right: 10%;
}
.our-vision-inner-block{
  background-color: #E7E7EC;
  width: 100%;
  height: 150px;
  border-radius: 0px 20px 20px 0px;
  margin-top: 70px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  /* box-shadow: 10px 10px 5px 0px rgba(177,177,185,1); */
  position: relative;
  z-index: 2;
}
.our-vision-inner-block-back{
  background-color: #B1B1B9;
  width: 100%;
  height: 150px;
  border-radius: 0px 20px 20px 0px;
  opacity: 55%;
  position: absolute;
  top: 6%;
  left: 1%;
  z-index: 1;
}
.our-vision-inner-block-2{
  background-color: #E7E7EC;
  width: 100%;
  height: 150px;
  border-radius: 0px 10px 10px 0px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  z-index: 2;
}
.icon-block{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 200px;
  margin-top:20px ;
  max-width: 200px;
}
.icon-block-2{
  width: 660px;
  max-width: 660px;
 
  text-align: center;
  padding: 10px 10px;
 
}
.icon-block-2 p{
  color:#02013B;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  margin-bottom:0px !important ;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.vision-name{
  color:#02013B;
  font-family: "Fira Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
/* offering-sub-header */
#offering-sub-header{
  height:auto;
  background-color: #02004C;
  position: relative;
}
/* #offering-sub-header::before{
  content: '';
  position: absolute;
  top: -15px; 
  left: 47%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent; 
  border-right: 15px solid transparent; 
  border-bottom: 15px solid #02004C; 
  z-index: 99;
  
} */

.triangle{
  content: '';
  position: absolute;
  top: 62px;
  left: 28%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent; 
  border-right: 15px solid transparent; 
  border-bottom: 15px solid #02004C; 
  z-index: 99;
}
.offering-links{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap; /* Allows items to wrap to the next line if needed */
 
}
.offering-links li{
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  max-width: 200px;
  margin-right: 18px;
}
.hims-li{ 
  line-height: 18px;
}
.nav-link{
  padding: 14px 6px;
  font-size: 13px;
}
#offering-block{
width: 100%;
height: auto;

background-color: #EEF2FA;
}
.nav-pills .nav-link.active{
  background-color: #B13C82;
  border-radius: 5px;
}
.nav-pills .nav-link{
  border-radius:0px;
  color: #ffffff;
 
  /* width: 170px; */
  /* max-width: 170px; */
}
.offering-heading{
  font-family: "Fira Sans";
  font-weight: 600;
  font-size:1.875rem;
  text-align: center;
  color: #02013B;
}
.offering-sub-heading{
  font-family: "Fira Sans";
  font-weight: 600;
  font-size:1.2rem;
  text-align: center;
  color: #B13C82;
  margin-top: 20px;
}
.offering-explain{
  text-align: center;
  margin-top: 12px;
}
.offering-explain p{
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  margin-bottom:0px;
}
.offering-demo{
margin: 0 auto;
max-width: 300px;
height: auto;
}


.offering-demo a{
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  background-color: #02013B;
  font-size: 20px;
  font-family: "Fira Sans";
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  padding: 10px 10px;
  margin-top:20px;
}
.offering-demo1{
  margin: -10px auto;
  max-width: 300px;
  height: auto;
  }
  .offering-demo1 a {
    text-align: center;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #02013B;
    font-size: 20px;
    font-family: "Fira Sans";
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    padding: 10px 25px;
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.offering-demo1 a:hover {
    background-color: #02013B; /* Keep the background color the same on hover */
    font-size: 20px;
    color: #ffffff;
    box-shadow: 0 4px 20px black; /* Solid black shadow effect */
}



.offering-emr-img{
  width: 450px;
  height: 275px;
  margin: 42px auto;
  position: relative;
}
.offering-emr-img-2{
  position: relative;

  z-index: 10;
}
.offering-line-link-1{
  position: absolute;
  top: 10%;
  left: -15%;
  z-index: 1;
  width: 125px;
}
.offering-line-link-2{
  position: absolute;
  top:51%;
  left: -15%;
  z-index: 1;
  width: 175px;
}
.offering-line-link-3{
  position: absolute;
  top:32%;
  left: -15%;
  z-index: 1;
  width: 125px;
}
.offering-line-link-4{
  position: absolute;
  top:62%;
  left: -15%;
  z-index: 1;
  width: 125px;
}
.offering-line-link-5{
  position: absolute;
  top:77%;
  left: -14%;
  z-index: 1;
  width: 125px;
}
.offering-line-link-6{
  position: absolute;
  top: 10%;
  right: -15%;
  z-index: 1;
  width: 146px;
}
.offering-line-link-7{
  position: absolute;
  top:51%;
  right: -15%;
  z-index: 1;
  width: 165px;
}
.offering-line-link-8{
  position: absolute;
  top:32%;
  right: -15%;
  z-index: 1;
  width: 125px;
}
.offering-line-link-9{
  position: absolute;
  top:62%;
  right: -16%;
  z-index: 1;
  width: 125px;
}
.offering-line-link-10{
  position: absolute;
  top:77%;
  right: -16%;
  z-index: 1;
  width: 125px;
}
.offering-btn-1{
  background-color: #E4AA2D;
  color: #ffffff;
  position: absolute;
  top:3%;
  left: -61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width: 230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-2{
  background-color: #27B1DF;
  color: #ffffff;
  position: absolute;
  top:23%;
  left:-61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width: 230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-3{
  background-color:#B13C82;
  color: #ffffff;
  position: absolute;
  top: 43%;
  left: -61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width:230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-4{
  background-color:#02013B;
  color: #ffffff;
  position: absolute;
  top: 62%;
  left: -61%;
  border-radius: 4px;
  padding: 6px 8px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width:230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-5{
  background-color:#026DB1;
  color: #ffffff;
  position: absolute;
  top: 82%;
  left: -61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width:230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-6{
  background-color:#E4AA2D;
  color: #ffffff;
  position: absolute;
  top:3%;
  right: -61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width:230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-7{
  background-color: #27B1DF;
  color: #ffffff;
  position: absolute;
  top:23%;
  right:-61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width: 230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-8{
  background-color:#B13C82;
  color: #ffffff;
  position: absolute;
  top: 43%;
  right: -61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width:230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-9{
  background-color:#02013B;
  color: #ffffff;
  position: absolute;
  top: 62%;
  right: -61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width:230px;
  text-align: center;
  cursor: pointer;
}
.offering-btn-10{
  background-color:#026DB1;
  color: #ffffff;
  position: absolute;
  top: 82%;
  right: -61%;
  border-radius: 4px;
  padding: 6px 10px;
  z-index: 2;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 14px;
  width:230px;
  text-align: center;
  cursor: pointer;
}
.off-current{
  transform: scale(1.2);
}
.carousel-block{
  width: 100%;
  height:350px;
  background-color:#1E1D57;
  overflow: hidden;
  /* background-image: url(../images/offering-page/offering-carousel-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
 
}
.offering-carousel-items{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.offering-carousel-items h2{
  color:#ffffff;
  font-family: "Fira Sans";
  font-weight: 500;
  font-size:18px;
  margin-top: 20px;
  text-align: center;
}
.offering-carousel-items p{
  color:#ffffff;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}

.carousel-control-prev {
    left: -10%;
    top: 20%;
    
}
.carousel-control-next {
  right: -10%;
    top: 20%;
}
#carouselTestimonial .carousel-control-prev {
  left: -7%;
  top: -20%;
}
#carouselTestimonial .carousel-control-next {
  top: -20%;
  right: -7%;
}
.offering-carousel-heading{
  color: #ffffff;
  font-family: "Fira Sans";
  font-weight: 700;
  font-size: 24px;
  margin-top: 25px;
}

/* end offering-sub-header */

/* end-who-we-are */

/* blogs */
#blog-banner{
  background-color: #02013B;
  overflow: hidden;
  width: 100%;
  padding:0px 10px;
  /* height: 25vh; */
  height: 150px;
  display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
}
.blogs-heading{
 color: #ffffff;
 text-align: center;
 font-family: "Fira Sans";
 font-weight: 700;
 font-size: 32px;
 margin-top:25px;
}
.blogs-banner-bg-1{
position: absolute;
top: -50%;
right: 0;
}
.blogs-banner-bg-2{
position: absolute;
bottom:-35%;
left: 0;
}
#blogs-section{
background-color: #ffffff;
width: 100%;
height: auto;
padding: 30px 30px;
}
.blog-card{
  width: 100%;
  height: auto;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  margin-bottom: 30px;
  height: 360px;
}
.blog-img-block{
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-img{
  width:180px;
  height:180px;
  object-fit: contain;
}
.block-description{
margin-top: 20px;
}
.block-description h4{
  font-family: "Fira Sans";
  font-weight:600;
  color: #02013B;
  font-size: 25px;
  text-align: center;
}
.block-description p{
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 10px auto;
  max-width: 360px;
  color: rgba(0, 0, 0, 1)
}
.blog-info{
  width: 100%;
  height: auto;
  overflow: auto;
  pad: 30px 30px;
}
.blog-info-corner h3{
  font-family: "Fira Sans";
  font-weight:600;
  color: #02013B;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0px 20px 0px;
}
.blog-info-corner h1{
  font-family: "Fira Sans";
  font-weight:600;
  color: #02013B;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0px 20px 0px;
}
.blog-info-corner p{
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
 color: rgba(4, 4, 4, 1)
}
.blog-qtn{
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: rgba(2, 1, 59, 1);
}
.blog-qtn-2{
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 26px;
  color: rgba(2, 1, 59, 1);
}
.order-list-1{
  margin-left: 20px;
}
.order-list-1 li{
  list-style-type: disc;
  font-size: 16px;
  font-family: "DM Sans";
  font-weight: 400;
}
.heading-related-posts{
  font-family: "Fira Sans";
  font-weight:600;
  color: #02013B;
  font-size: 28px;
}
.unorder-list-2 li {
    position: relative;
    padding-left: 25px; 
    margin-bottom: 10px; 
}
.unorder-list-2 li i {
    position: absolute;
    left: 0;
    top:6px;
    color:#02004C;
}
/* end blogs */
@media (max-width: 768px) {
  .steps {
      flex-direction: column;
      align-items: center;
  }
  .dashed-line {
      top: auto;
      left: 50%;
      transform: translateX(-1%);
      height: 80%;
      border-top: none;
      border-left: 2px dashed #f8bc41;
  }
  .step:not(:last-child) {
      margin-bottom: 40px;
  }
  .step {
      text-align: center;
      max-width: 200px;
      position: relative;
      background-color: #ffffff;
  }
  
}
/* end our approach */

/* about starts */
.about-heading{
  color:#02013B;
  font-family: "Fira Sans";
  font-size: 2.813rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
.about-para-1{
  color: #49488C;
text-align: center;
font-family: "DM Sans";
font-size: 1.23rem;
font-style: normal;
font-weight: 400;
margin-top: 10px;
}

#our-journey{
  /* background-color: #02013B; */
  width: 100%;
  /* height:740px; */
  padding: 20px 20px;
}
.our-journey{
  color: #ffffff;
  font-family: "Fira Sans";
  font-size:2rem;
  font-style: normal;
  font-weight: 500;

  letter-spacing: 0.5px;
  text-align: center;
}
.our-journey-timeline{
  display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
}
.journey-timeline-container{

    width: 100%;
    max-width: 1200px;
    padding: 20px;
}
.journey-steps{
  display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
.journey-step{
  text-align: center;
  width: 150px;
    max-width: 200px;
    position: relative;
}
.journey-year{
  color: #ffffff;
  font-family: "DM Sans";
}
.lightblue-circle{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: lightblue;
  margin: 15px auto;
  position: relative;
    z-index: 9;
}
.journey-vertical-line{
  height:100px;
  width: 2px;
  background-color:#27B1DF;
  margin: 10px auto;
}
.journey-title{
  font-family: "Fira Sans";
  font-weight: 500;
  font-size: 16px;
  color: #E4AA2D;
}
.white-dashed-line{
  position: absolute;
  top:38%;
  left: 0%;
  right: 0%;
  border-top: 2px dashed #ffffff;
  z-index: 1;
}
.upside-down {
  transform: rotateX(180deg);
}
.journey-step-odd{
margin-top: -43px;
}
.journey-step-odd-2{
margin-top:-100px;
}
.our-journey-lap-icons{
  width: 67px;
  height: 67px;
  object-fit: contain;
}
.journey-icons-block{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.journey-icons-main-block{
  display: flex;
  align-items: center;
}
.white-dashed-line-2{
  position: relative;
  top: auto;
  left: 50%;
  transform: translateX(-1%);
  height: 100%;
  border-top: none;
  border-left: 2px dashed #ffffff;
}

.timeline {
  width: 100%;
  /* max-width: 600px; */
  padding: 12px 0; /* Add padding to the top and bottom */
  position: relative;
  /* height: 650px; */
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: transparent;
  border-left: 2px dashed #fff;
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  /* justify-content: flex-start; */
  align-items: center;
  margin-bottom: 100px !important; 
  position: relative;
  width: 100%;
}

.timeline-item:nth-child(odd) .timeline-icon {
  /* right: calc(50% + 15px);  */
  right: 50%;
}

.timeline-item:nth-child(odd) .timeline-content {
  left: 48%;
  padding-left: 50px; /* Increased padding for gap */
}

.timeline-item:nth-child(even) .timeline-icon {
  /* left:calc(50% + 15px); */
  left: 50%;
 
  
}

.timeline-item:nth-child(even) .timeline-content {
  right: 53%;
  padding-right:20px; /* Increased padding for gap */
  text-align: center;
}

.timeline-icon {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  position: absolute;
  flex-direction: column;
}

.years {
  font-size:20px;
  color: #ffffff;
 
}
.blue-line{
  content: "";
  width:45px;
  height: 2px;
  background-color:#00bce4;
}
.blue-circle {
  width: 10px;
  height: 10px; 
  background-color:#00bce4;
  border-radius: 50%;
  margin-right: 5px; 
}
.timeline-content {
  flex: 1;
  padding: 0px;
  border-radius: 8px;
  position: absolute;
  top: 4px;
  width: 140px;
  max-width: 140px;
}
.timeline-content p{
  color: #E4AA2D;
  line-height: normal;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.timeline-item::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bce4;
  border-radius: 50%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 36px; /* Adjusted to create a gap */
  height: 2px;
  background: #00bce4;
  top: 18px;
  z-index: 0;
}

.timeline-item:nth-child(odd)::after {
  left: calc(50% + 15px); /* Adjusted to create a gap */
}

.timeline-item:nth-child(even)::after {
  right: calc(50% + 15px); /* Adjusted to create a gap */
}

.timeline-icon img {
  width: 50%;
  margin-top: 30px;
}
.timeline-icon-img{
  width:40px;

}

.ic-block{
  display: flex;
  align-items: center;
  flex-direction: column;
 
}
.ic-block-odd{
  margin-right: 20px;
}
.ic-block-even{
  margin-left: 20px;
}
.ic-para{
  margin-left: 20px;
}
.para-even{
  margin-right: 20px;

}
.ic-para p{
  color: #E4AA2D;
  font-size: 15px;
  font-family: "Fira Sans";
}
.about-wave{
  width: 100%;
}

/* end-about-us*/
/* offerings */
.sub-card {
  width:100%;
  height: 220px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  position: relative;
  transition: height 0.5s ease;
  overflow: hidden;
  padding: 10px 10px;
  z-index: 1;
}

.sub-card.expanded {
  height:480px;
}

#patient-card{
  width:100%;
  height: 220px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 10px 10px;
}
#digi-card{
  width:100%;
  height:190px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 10px 10px;
}
#communication-card{
  width:100%;
  height:255px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 10px 10px;
}
#pms-card{
  width:100%;
  height:230px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 10px 10px;
}
.nav-mobile-pills .nav-link{
  color: #000000;
  padding: 6px 0px;
  border-bottom: 1px solid lightgray;
}
.nav-mobile-pills .nav-link.active, .nav-mobile-pills .show>.nav-link{
  background: #B13C82;;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
}

.arrow {
  display: block;
  margin: 10px auto;
  width:40px;
  height:40px;
   background: rgba(21, 56, 98, 1);
   border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 24px;
  z-index: 2;
  transition: all 0.6s ease;
}

.sticky-header .main-box .nav .current .triangle{
  display: none;
}
#card.expanded .blur-effect {
  opacity: 0;
}

#card.expanded .arrow {
  transform: rotate(180deg);
  left: 43%;
  transition: all 0.6s ease;
}
.white-bg{
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 2;
}
.mobile-content{
  background-color: #1E1D57;
  padding: 25px 0px;
}
.owl-heading{
  font-family: "Fira Sans";
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.single-item-carousel .owl-nav .owl-prev span, .single-item-carousel .owl-nav .owl-next span{
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: #02013B;
  opacity: 32%;
  border-radius: 50%;
  padding: 11px 3px;
}
.offering-owl-mobile-item{
 display: flex;
 flex-direction: column;
 align-items: center;
 height: auto;
 padding: 10px 10px;
}
.offering-owl-mobile-heading{
  font-family: "Fira Sans";
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
.offering-owl-mobile-para{
  color: #ffffff;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
/* end offerings */
/* for-pets */
#for-pet-bg{
  width: 100%;
  height:80dvh;
  background-image: url('../images/for-pet-bg.png');
  background-repeat: no-repeat;
  background-size:cover;
  background-position:bottom;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
/* .background-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; 
} */
.for-pet-block{
  position: absolute;
  top: 20%;
  left:7%;
}
#landscape{
  background-color: #ffffff;
  padding: 30px 30px;
}
.landscape-para{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color:#49312C;
  text-align: center;
}
.landscape-heading{
  font-family: "Fira Sans";
  color: #02013B;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.ls-para{
  font-family: "Fira Sans";
  color: #02013B;
  font-size:20px;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
#pet-catds-section{
/* background-color: #ffffff; */
width: 100%;
height: auto;
margin: 20px 0px 0px 0px;
}
.pet-card-icons{
 width: 60px;
 height: 60px;
 margin-top: 25px;
}
.pet-card-1{
  width: 100%;
  height:430px;
  background-color: #E5E5EB;
  padding: 10px 35px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0px 20px 0px 20px;
}
.card-2-height{
  height:400px;
  border-radius: 20px 20px 20px 20px;
}
.card-3-height{
  height:360px;
  border-radius: 20px 0px 20px 0px;
}
.pet-card-1 h4{
  text-align: center;
  font-family: "Fira Sans";
  color: #02013B;
  font-size:20px;
  font-weight: 500;
  margin-top: 20px;
}
.pet-card-1 p{
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #02013B;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 22px;
}
/* .background-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/for-pet-bg.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; 
} */

.pet-banner-heading{
  font-family: "Fira Sans";
  font-weight: 700;
  font-size: 38px;
  color: #E4AA2D;
}
.pet-description{
  font-family: "Fira Sans";
  font-weight: 700;
  color: #02013B;
  font-size:26px;
  margin-bottom: 20px;
}
.schedule-demo a{
  display: inline-block;
  background-color: #02013B;
  color: #ffffff;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  border-radius:16px;
  width: 250px;
  text-align: center;
}
#vpms{
  background-color:#02013B;
  width: 100%;
  height:auto;
  padding: 20px 20px;
}
#blue-bg{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 180px;
  background-color: #02013B;
  z-index:-1;
}
.vpms-heading{
  font-family: "Fira Sans";
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  padding-top: 35px;
}
.timeline-vpms {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.timeline-vpms::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom:100px; 
  left: 50%;
  margin-left: -2px;
  border-left: 2px dashed #ffffff;
  z-index: 1;
}

/* .timeline::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.timeline::before {
  top: 20px;
  margin-top: -5px;
}

.timeline::after {
  bottom: 20px;
  margin-bottom: -5px;
} */

.timeline-vpms-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 90px;
}

.center-circle-outer {
  width:26px;
  height:26px;
  background-color: #2d2e3f;
  border: 2px solid #00AEEF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.center-circle-inner {
  width:14px;
  height:14px;
  background-color: #00AEEF;
  border-radius: 50%;
}

.timeline-vpms-item {
  width: 45%;
  padding: 20px;
 
  border-radius: 6px;
  color: #333;
  position: relative;
  height: 120px;
}
.vpms-content-block{
  margin-right: 25px;
}
.vpms-content-left{
  margin-right: 0px;
  margin-left: 25px;
}
.vpms-content-block p{
  margin-top: 10px;
  color: white;
  max-width: 332px;
}
.vpms-content-block h3{
  color: #27B1DF;
  font-family: "Fira Sans";
  font-weight: 500;
}
.timeline-vpms-item.left {
  text-align: right;
}

.timeline-vpms-item.right {
  text-align: left;
}

.timeline-vpms-item-wrapper::before, .timeline-vpms-item-wrapper::after {
  content: '';
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 6%;
  height: 2px;
  background-color: #ffffff;
  z-index: 1;
}

.timeline-vpms-item-wrapper::before {
  left: 50%;
  margin-left: -15px;
}

.timeline-vpms-item-wrapper::after {
  right: 50%;
  margin-right: -15px;
}

/* @media (max-width: 768px) {
  .timeline-vpms-item-wrapper {
      flex-direction: column;
  }

  .timeline-vpms-item {
      width: 100%;
      text-align: center;
      margin: 10px 0;
  }

  .timeline-vpms-item-wrapper::before, .timeline-vpms-item-wrapper::after {
      width: 0;
  }

  .center-circle-outer {
      margin: 20px auto;
  }
} */

.pet-icons{
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-top:0px;
}
.vpms-content{
  display: flex;
  align-items: center;
  justify-content: end;
}
.vpms-content-2{
  display: flex;
  align-items: center;
  justify-content: start;
}
.owl-pet-icons{
  width: 60px !important;
  height: 60px;
  object-fit: contain;
}
.pet-owl-mobile-heading{
  font-family: "Fira Sans";
  font-weight: 500;
  font-size: 16px;
  color:#27B1DF;
  text-align: center;
  margin-top: 10px;
}
.adjust-img{
  margin-top: -10px;
}
#pricing-banner{
  width: 100%;
  background-color: #02013B;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-block-2 h2{
  font-family: "Fira Sans";
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
}
.pricing-block-2 p{
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
#reach-out{
  width: 100%;
  height: auto;
  padding: 30px 30px;
}
.reach-out-block h3{
  font-family: "Fira Sans";
  font-weight: 700;
  font-size: 32px;
  color: #02013B;
  text-align: center;
}
.schedule-demo-2{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.schedule-demo-2 a{
  display: inline-block;
  background-color: #02013B;
  color: #ffffff;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  border-radius:16px;
  width: 250px;
  text-align: center;
}
.contact-links-2{
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 500px;
}
#for-clinics{
  width: 100%;
  height: auto;
  padding: 30px 30px;
}
.offerings-table th.offerings, .offerings-table td.offerings {
  width: 50%;
  text-align: left;
}
.offerings-table th.lite, .offerings-table th.pro, .offerings-table th.enterprise,
.offerings-table td.lite, .offerings-table td.pro, .offerings-table td.enterprise {
  width: calc(50% / 3);
  text-align: center;
}
.offerings-table th .icon {
  display: block;
  margin-bottom: 5px;
}
  .offerings-table th.offerings{
  vertical-align: middle;
  padding: 0px 18px;
 background-color: rgba(0, 0, 0, 0.1);
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 18px;
}
.offerings-table td.offerings{
  padding: 12px 18px;
  background-color: rgba(0, 0, 0, 0.05);
  font-family: "Fira Sans";
  font-weight: 400;
  font-size: 16px;
}
.lite-background{
  background-color: #27B1DF !important;
  color:#ffffff !important;
}
.pro-background{
  background-color:#B13C82!important;
  color:#ffffff !important;
}
.enterprise-background{
  background-color:#026DB1!important;
  color:#ffffff !important;
}
.accordion-btn-clinics{
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 24px;
  background-color: #02013B;
  color: #ffffff;
  border-radius: 10px;
}

.accordion-button:focus{
  box-shadow: none;
}
.table{
  margin-bottom: 0;
}
#accordionForClinics .accordion-button:not(.collapsed)::after,#accordionForHospitals .accordion-button:not(.collapsed)::after{
  background-image:url('../images/down-arrow.svg');
}
#accordionForClinics .accordion-item ,#accordionForHospitals .accordion-item{
  margin-bottom: 10px ;
  border: none;
}
#accordionForClinics .accordion-button::after,#accordionForHospitals .accordion-button::after{
  background-image:url('../images/up-arrow.svg');
}
#accordionForClinics .accordion-item:first-of-type>.accordion-header .accordion-button,.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed ,#accordionForHospitals .accordion-item:first-of-type>.accordion-header .accordion-button,.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
  border-radius: 10px;
}
.pricing-icons{
filter: invert(2);
}
.head-clinics{
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #02013B;
  border-radius: 4px;
  padding: 10px 10px;
  max-width: 300px;
  width: 200px;
}
.cms-btns-block{
  background-image: url('../images/offerings-hive.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mobile-offering-dropdown{
  width: 100%;
  height: 50px;
  background-color: #02013B;
  display: none;
}
 .offering-nav{
	 width: 100%;
	 display: flex;
	 justify-content: center;
}
 .menu {
	 display: flex;
	 justify-content: center;
}
.dropdown-offerings {
  padding:11px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  font-size: 18px;
 
  perspective: 1000px;
  z-index: 100;
}
.dropdown-offerings span{
  margin-left: 10px;
  font-family: "Fira Sans", sans-serif;
}
/*.dropdown-offerings li{
  font-weight: lighter;
  font-family: "Fira Sans", sans-serif;
}*/
.dropdown-offerings:hover {
  background:#02013B;
  cursor: pointer;
  font-family: "Fira Sans", sans-serif;
}
.dropdown-offerings:hover .dropdown_menu li {
  display: block;
}
.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
}
.dropdown_menu li {
  display: none;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  padding: 0px 5px;
  font-size: 16px;
  opacity: 0;
}
.dropdown_menu li:hover {
  background-color: #2980b9;
}
.dropdown-offerings:hover .dropdown_menu--animated {
  display: block;
}
.dropdown_menu--animated {
  display: none;
}
.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}
.dropdown_menu-6 {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}
.off-nav-links{
  padding: 6px 7px;
  color: #ffffff;
  font-size: 13px;
  font-family: "Fira Sans";
  font-weight: 300;
}


.offering-owl-car-icons{
  width: 45px;
  height: 45px;
}
.offering-mob-car-icons{
  width: 40px;
  height: 40px;
}
.watch-video{
  background-color: #02013B;
  color: #ffffff;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  border-radius:35px;
  margin-left: 10px;
  height: 48px;
}
.watch-video-mobile{
  background-color: #02013B;
  color: #ffffff;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 15px;
  padding: 7px 20px;
  border-radius:35px;
  margin-left: 10px;
  height: 42px;

}
.audio-icons{
  width: 20px;
  height: 20px;
  object-fit: cover;
  cursor: pointer;
}
.audios{
  position: absolute;
  top: 0;
  right: 0;
}
.controls {
  position: absolute;
  top: 10%;
  right: 0;
}


.control-icons {
  cursor: pointer;
}
.main-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-pills{
 
  justify-content: center;
  margin: 0 auto;
  gap: 10px;
}
.pricing-pills .nav-link{
  color: #000000;
  padding: 6px 20px;
  font-family: "Fira Sans";
  font-weight: 600;
  font-size: 15px;
  width: 200px;
  max-width: 200px;
  border: 2px solid #02013B;
  height: 50px;
  border-radius: 5px;
}
.pricing-pills .nav-link.active{
  border: none;
}
#pricing-faqs{
  width: 100%;
  height: auto;
  padding: 30px 30px;
}
#pricing-faqs h2{
  font-family: "Fira Sans";
  font-weight: 700;
  font-size: 32px;
  color: #02013B;
  text-align: center;

}
#accordionFAQS .accordion-button:not(.collapsed)::after{
  background-image:url('../images/down-arrow.svg');
}
#accordionFAQS .accordion-button::after{
  background-image:url('../images/down-arrow.svg');
  /* --bs-accordion-btn-icon-width:14px; */
}
#accordionFAQS .accordion-button{
  border-radius: 0px 0px 0px 0px !important;
}
#accordionFAQS .accordion-item{
  margin-bottom: 10px;
  border: 1px solid lightgray;
}
#accordionFAQS .accordion-button:not(.collapsed){
  background-color:#18175F;
  color: #ffffff;
  font-family: "Fira Sans";
  font-weight: 500;
  font-size: 20px;
}
#accordionFAQS .accordion-button{
  font-family: "Fira Sans";
  font-weight: 500;
  font-size: 20px;
}
#accordionFAQS .accordion-body p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000000;

}
.note{
  font-family: "Fira Sans";
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#carouselTestimonial{
 height:280px;
}
#carouselTestimonial .carousel-control-prev-icon{
  background-image:url('../images/chevron-left-solid.svg')
}
#carouselTestimonial .carousel-control-next-icon{
  background-image:url('../images/chevron-right-solid.svg')
}
/* .start-up-imgs{
  width: 250px;
  height: 100px;
  object-fit: contain;
} */
.start-up-imgs {
  width: 100%;
  max-width: 250px; 
  height: 80px; 
  display: block;
  margin: 0 auto;
  object-fit: contain; 
}
.start-up-imgs-2{
  width: 100%;
  max-width: 165px; 
  height: 53px; 
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.start-up-block .row > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel-2 .owl-prev span,.owl-next span{
  color: #ffffff;
}
.opal{
  width: 400px !important;
  height: 300px !important;
  object-fit: contain !important;
}

.glowing-item {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.glowing-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.3), 0 0 35px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.glowing-item:hover::after {
    opacity: 1;
}
.neon-box{
  color: #FAFF00;
  border: #FAFF00 -2.0px solid;
  box-shadow: 1px 1px 7px 3px rgba(255, 255, 255, 0.64);
  /* box-shadow: inset 0 0 0.5em 0 #E4AA2D, 0 0 0.5em 0 #E4AA2D; */

}
.single-item-carousel .owl-nav .owl-prev span{
  color: #ffffff;
}
.test-timeline{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .our-journey-mobile{
  height:650px;
} */
/* end-for-pets */
/* responsive */
@media (min-width:401px) and (max-width:575px){
.common-link{
  display: block;
  position: absolute;
  right: 13px;
  width: 90px;
  font-size: 12px;
  height: 27px;
  padding: 0px;
}
}
@media (min-width:768px) and (max-width:793px){
  .white-dashed-line{
    top: 35%;
  }
}
@media (min-width:768px) and (max-width:901px){
  .journey-step-odd-2 {
    margin-top: -128px;
}
}
@media (min-width:300px) and (max-width:576px){
  .mobile-logo{
    width: 172px;
  }
  .side-social-links{
    display: none;
  }
  .owl-carousel.owl-drag .owl-item::before{
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    height: 250px; 
    width: 0;
    border-right: 0px solid #ffffff;
  }
  .health-feat-heading{
    font-size:22px;
  }
  .our-clients{
    font-size:22px;
  }
  .your-brand{
    font-size:22px;
  }
  .your-brand-sub-heading{
    font-size: 18px;
  }
#main-header{
  display: none;
}
.mobile-header{
  display: block;
}

/* #main-banner-2{
  display: none;
} */
.pc-box-2 p{
  font-size: 25px;
}
.pc-box-2 img {
  height: 23px !important;
  width: 23px !important;
  margin-left: 10px;
}
.pc-box-3 p{
  font-size: 13px;
  margin-top: -32px;
  line-height: normal;
}
.metrics-heading {
  
  font-size: 30px;
}
.metrics-para{
  font-size: 15px;
  line-height: 17px;

}
.metrics-block-2 {
  padding: 18px 10px;
  background-color: #ffffff;
}
.footer-bottom-copyright{
  font-size: 11px;
  text-align: center;
}
.footer-bottom-block a{
  font-size: 11px;
  text-align: center;
}
.footer-bottom{
  /* height: 60px; */
  padding: 10px;
}
.footer-bottom-2{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.owl-carousel-2  .owl-nav .owl-prev,.owl-carousel-2  .owl-nav .owl-next{
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  border-radius: 50%;
  padding: 10px !important;
  opacity: 32%;
}


/* contact-us */
#contact-us {
  padding: 0px 12px;
}
.contact-links{
  max-width:285px;
}
.get-touch{
  font-size:1.625rem;
  margin-bottom:3px;
}
.get-touch-para{
  font-size:1.125rem;
}
.whatsapp{
  margin-right: 0px;
  margin-bottom:6px;
  width: 145px;
  height: 35px;
  padding: 3px 5px 3px 12px;
  font-size: 12px;
}
.mail{
  width: 145px;
  height: 35px;
  padding: 3px 5px 3px 12px;
  font-size: 12px;
}
#contact-form{
  padding: 30px 0px;
}
#form-heading{
  font-size: 15px;
  line-height: 20px;
}
#form-inner-block{
  padding: 35px 8px;
}
.custom-form-label{
  font-size:1rem;
}
/* end contact-us */

/* #signature-strengths */

#signature-strengths{
  padding: 30px 0px 50px 0px;
}
.sign-strengths-heading{
  line-height: 27px;
}
.sign-strengths-row{
  margin-top: 10px;
}
#connecting-stakeholders{
  height: auto;
}
.connecting-stakeholders-block {
  height:auto;
  display: flex;
  align-items: center;
 
  flex-direction: column;
}
.inner-logo-main-block{
  margin-top: 70px;
}
#connecting-stakeholders{
  padding: 36px 0px 100px 0px;
}
.inner-logo-block {
  width: 105px;
  height: 105px;
  padding: 30px;
}
.hospital-admin{
  top: -50%;
    right: -50%;
}
.patients{
  top: 34%;
  left: -90%;
}
.payors{
  top: 33%;
  right: -82%;
}
.health-providers{
  bottom: -70%;
  left: -86%;
}
.vendors{
  bottom: -69%;
  right: -86%;
}
/* #signature-strengths */

/* our approach */
.our-approach-block h2{
  font-size:20px;
}
.our-approach-block p{
  font-size:14px;
}
#client-onboarding{
  padding: 30px 0px 0px 0px;
}
.client-onboarding-heading{
  font-size:18px;
}
#counters {
  padding:5px 0px;
}
.count-numbers-block{
  margin-bottom:36px;
}
.pure-counter-numbers{
  font-size:1.625rem;
}
.count-num-1 span{
  font-size:1.625rem;
}
.count-name{
  font-size: 0.875rem;
  margin-top: 0px;
}
.sign-strengths-heading {
  font-size: 20px;
}
.sign-strengths-heading span{
  font-size: 26px;
}
.strengths-paras h3{
  font-size:1.3rem ;
}
.strengths-paras p{
  font-size: 1rem;
  line-height:20px;
}
.connecting-stakeholders-block h2{
  font-size:1.625rem;
}
.connecting-stakeholders-block p{
  font-size: 1rem;
  line-height:1.563rem;
}
.step-title {
  font-size: 1rem;
}
/* end our approach */
.strengths-block-img{
  width: 100px;
  height: 100px;
}
.lightblue-circle {
  width: 20px;
  height: 20px;
}
.journey-icons{
  width: 45px;
  height: 45px;
}
.about-heading{
  font-size: 1.625rem;
}
.about-para-1{
font-size: 0.938rem;
line-height: normal;
}
#about-us-banner{
  height:255px;
}
.about-block{
  justify-content: start;
  margin-top: 50px;
}
#who-we-are {
  padding: 0px 0px;
}
.our-vision-inner-block{
  margin-top: 20px;
}
.who-we-are-heading{
  font-size: 1.375rem;
}
.who-we-are-para {
  font-size: 14px;
  line-height:20px;
  margin-bottom: 20px;
}
.announcement-block p{
  font-size: 15px;
  
}
.announcement-mic {
  width: 34px;
  height: 44px;
  left: -1%;
}
.announcement-wave {
  width: 350px;
  height: 84px;
  position: absolute;
  bottom: -93%;
  right: -35%
}
.announcement-block {
  height: 70px;
}
.our-vision-inner-block{
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.icon-block-2 p {
  font-size: 14px;
  line-height: 24px;
}
.our-icon-common{
  width: 60px;
  height: 60px;
}
.our-vision-inner-block-2{
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
}
#our-vision{
  height: auto;
  padding: 30px 0px 0px 0px;
}
#our-journey{
  padding: 0px 0px 20px 0px;
  /* height:740px; */
}
.our-journey{
  font-size: 1.375rem;
}
.about-wave-block{
  height:60px;
}
#blogs-section{
  padding: 30px 0px;
}
.block-description h4 {
  font-size: 18px;
}
.blog-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.blog-card{
  height: auto;
}
.blog-info-corner p{
  line-height: 22px;
}
.blog-qtn{
  font-size: 20px;
}
.telemedicine-health li{
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}
.blog-qtn-2{
  font-size: 22px;
}
.offering-heading{
  font-size: 1.25rem;
}
.offering-explain p{
  line-height: 20px;
  font-size: 1rem;
}
.offering-demo a {
  width: 200px;
  max-width: 200px;
  font-size: 16px;
  height: 40px;
  padding: 6px 10px;
  border-radius: 20px;
}
.offering-demo{
  display: flex;
    justify-content: center;
}
.offering-mobile-img{
  width: 100%;
  height: 160px;
  object-fit: contain;
}
/* for pets */
#landscape {
  background-color: #ffffff;
  padding: 30px 0px 0px 0px;
}
.landscape-para{
  font-size: 14px;
  line-height: 22px;
}
.landscape-heading{
  font-size: 22px;
}
.ls-para{
  font-size: 16px;
}
.pet-card-icons {
  width: 40px;
  height: 40px;
  margin-top: 14px;
}
.pet-card-1 h4{
  font-size: 16px;
}
.pet-card-1{
  padding: 10px 7px;
  height: auto;
  border-radius:20px;
  margin-bottom: 10px;
}
.pet-card-1 p{
  font-size: 12px;
  line-height: 19px;
  margin: 10px 0px;
}
.overflow-accordion{
  overflow-x: scroll;
}
#for-clinics{
  padding: 0px 0px 20px 0px;
}
.pricing-block-2 h2{
  font-size: 1.75rem;
}
.pricing-block-2 p{
  font-size: 12px;
  line-height: 16px;
}
#reach-out{
  padding: 30px 0px;
}
.reach-out-block h3{
  font-size: 16px;
}
.schedule-demo-2 a{
  width:190px;
 font-size: 14px;
 padding: 5px 15px;
}
.offerings-table th.offerings{
  font-size: 16px;
}
.offerings-table td.offerings{
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  padding: 12px 9px;
}
.check-img{
 width: 16px;
 height: 16px;
}
.accordion-btn-clinics{
  font-size: 16px;
}
.pricing-icons{
  width:30px;
  height:30px;
  object-fit: contain;
}
.logo-container {
  width: 130px;
  height:80px;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius:10px;    
}
#some-reviews{
  padding: 30px 0px;
}
.some-reviews{
 font-size: 22px;
 font-family: "Fira Sans";
  font-weight: 500;
}
.reviews-imgs{
width:80px;
height:80px;
}
.testimonial-name {
  font-size: 22px;
}
.designation{
  font-size: 13px;
  color: #000000;
}
.reviews-paras{
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.carouselTestimonial .carousel-inner{
  height: 310px;
}
.our-approach-bg-1{
  position: absolute;
  top:-33%;
  right:-2%;
  height: 100px;
}
.our-approach-bg-2{
  position: absolute;
  bottom: -47%;
  left: 0;
  width: 143px;
  height: 100px;
}
.contact-bg-1{
  position: absolute;
  top: 0;
  right: 0%;
  height: 70px;
}
.pet-banner-heading{
  font-size: 26px;
}
.pet-description {
  font-size: 16px;
  line-height: 20px;
}
.schedule-demo a {
  font-size: 14px;
  padding: 3px 20px;
  width: 170px;
}
.vpms-heading{
  font-size: 22px;
}
.lite-background,.pro-background,.enterprise-background{
  font-size: 12px;
}
.offerings-table-icons{
 width: 20px;
 height: 20px;
 object-fit: contain;
}
.contact-links-2{
  width: 200px;
}
.yt-video-box {
  height: 190px;
}
.yt-png{
  position: absolute;
  top: -50%;
  left: 43%;
  width: 55px;
  height: 55px;

}
#yt-video{
padding: 10px 0px;
}
.yt-heading{
  font-size: 22px;
  margin-top: 10px;
}
#main-banner-2{
  height: auto;
}
#video-container{
  height: 167px;
 
}
.un-health,.un-health span{
  font-size: 26px;
  line-height: 30px;
}
.banner-content {
  padding-top: 30px;
}
.stream {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.demo-btn{
 
  width: 180px;
  height: 34px;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
  margin: 10px auto;
}
.audio-icons {
  width: 20px;
  height: 20px;
  object-fit: cover;
  cursor: pointer;
}
#for-pet-bg{
  height: 40dvh;
   background-position: top right;
    /* background-image: url('../images/for-pet-bg-mobile.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:bottom;
    overflow: hidden;
    position: relative;
    background-attachment: fixed; */

}
.pricing-pills .nav-link{
  max-width: 130px;
  height: 36px;
  padding: 2px 20px;
  font-size: 12px;
}
.controls {
  position: absolute;
  top: 20%;
  right: 0;
}
#pricing-faqs{
  padding: 30px 0px;
}
#accordionFAQS .accordion-button:not(.collapsed),#accordionFAQS .accordion-button {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px;
}
#accordionFAQS .accordion-body,#accordionFAQS .accordion-button{
  padding: 10px 10px;
}
#accordionFAQS .accordion-body p{
  font-size: 13px;
  line-height:18px;
}
#accordionFAQS .accordion-button::after{
  --bs-accordion-btn-icon-width:14px;
}
.note{
  font-size: 14px;
  line-height: 20px;
}
.start-up-block{
  padding: 0px;
}
.start-up-imgs {
  width: 165px;
  height: 80px;
  object-fit: contain;
}
.owl-carousel-2 .owl-prev span,.owl-carousel-2 .owl-next span{
  color: #000000;
}
.single-item-carousel .owl-nav .owl-prev span{
  color: #ffffff;
}
#carouselTestimonial {
  height: 450px;
}
#sucess-metrics{
  padding: 22px 0px;
}
/* end for pets */
}
@media (min-width:577px) and (max-width:767px){
  #main-header{
      display: none;
  }
  .mobile-header{
      display: block;
  }
  .our-clients,.your-brand,.health-feat-heading {
    font-size: 26px;
}
.your-brand-sub-heading{
  font-size: 21px;
}
  .perccentage-illustration{
    height: 400px;
  }
  /* #main-banner-2{
      display: none;
  } */
  .pc-box-2 p{
    font-size: 35px;
  }
  .pc-box-2 img {
    height: 23px !important;
    width: 23px !important;
    margin-left: 10px;
  }
  .pc-box-3 p{
    font-size: 13px;
    margin-top: 5px;

    line-height: normal;
  }
  .metrics-heading {
    
    font-size: 30px;
  }
  .metrics-para{
    font-size: 16px;
    line-height: 20px;
  }
  .metrics-block-2 {
    padding: 45px 10px;
    background-color: #ffffff;
  }
  .footer-bottom-copyright{
    font-size: 11px;
    text-align: center;
  }
  .footer-bottom-block a{
    font-size: 11px;
    text-align: center;
  }
  .footer-bottom{
    /* height: 60px; */
    padding: 10px;
  }
  .footer-bottom-2{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .owl-prev span {
    position: absolute;
    top: 0%;
  }
  .owl-next span {
    position: absolute;
    top: 0%;
    right: 0%;
  }
  .owl-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    }
    .border-right{
      content: "";
      position: absolute;
      top: 18%;
      right: 0;
      height: 250px; 
      width: 0;
      border-right: 2px solid #ffffff;
    }
/* contact-us */
#contact-us {
  padding: 0px 15px;
}

/* end contact-us */
.sign-strengths-row{
  margin-top: 10px;
}
.connecting-stakeholders-block {
  height:auto;
  display: flex;
  align-items: center;
 
  flex-direction: column;
}
.inner-logo-main-block{
  margin-top:110px;
}
#connecting-stakeholders {
  padding: 36px 12px 100px 12px;
}

/* our approach */
.our-approach-block h2{
  font-size: 1.75rem;
}
.our-approach-block p{
  font-size: 1rem;
}
#client-onboarding{
  padding: 30px 12px;
}
.client-onboarding-heading{
  font-size:1.75rem;
}
#counters {
  padding: 45px 12px;
}
.count-numbers-block{
  margin-bottom:36px;
}
.pure-counter-numbers{
  font-size:1.625rem;
}
.count-num-1 span{
  font-size:1.625rem;
}
.count-name{
  font-size: 0.875rem;
  margin-top: 0px;
}
.sign-strengths-heading {
  font-size: 20px;
}
.sign-strengths-heading span{
  font-size: 26px;
}
.strengths-paras h3{
  font-size:1.3rem ;
}
.strengths-paras p{
  font-size: 1rem;
}
.connecting-stakeholders-block h2{
  font-size:1.625rem;
}
.connecting-stakeholders-block p{
  font-size: 1rem;
  line-height:1.563rem;
}
.step-title {
  font-size: 1rem;
}
/* end our approach */
.strengths-block-img{
  width: 100px;
  height: 100px;
}

.about-heading{
  font-size: 1.625rem;
}
.about-para-1{
font-size: 0.938rem;
line-height: normal;
}
#about-us-banner{
  height:255px;
}
.about-block{
  justify-content: start;
  margin-top: 50px;
}
#who-we-are {
  padding: 20px 0px;
}
.who-we-are-heading{
  font-size: 1.375rem;
}
.who-we-are-para {
  font-size: 14px;
  line-height:20px;
  margin-bottom: 20px;
}
.announcement-block p{
  font-size: 15px;
}
.announcement-mic {
  width:44px;
  height: 62px;
  left: 5%;
}
.announcement-wave {
  width: 350px;
  height: 84px;
  position: absolute;
  bottom: -93%;
  right: -35%
}
.announcement-block {
  height: 70px;
}
.our-vision-inner-block{
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.icon-block-2 p {
  font-size: 14px;
  line-height: 24px;
}
.our-icon-common{
  width: 60px;
  height: 60px;
}
.our-vision-inner-block-2{
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
}
#our-vision{
  height: auto;
  padding: 30px 0px 0px 0px;
}
.our-journey{
  font-size: 1.375rem;
}
.about-wave-block{
  height:60px;
}
#blogs-section{
  padding: 30px 0px;
}
.block-description h4 {
  font-size: 17px;
}
.blog-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.blog-card{
  height: 380px;
}
.blog-info-corner p{
  line-height: 22px;
}
.blog-qtn{
  font-size: 20px;
}
.telemedicine-health li{
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}
.offering-mobile-img{
  width: 100%;
  height: 240px;
  object-fit: contain;
}
.offering-owl-mobile-heading{
  font-size: 18px;
}
.offering-owl-mobile-para{
  font-size: 14px;
}
/* for pets */
#landscape {
  background-color: #ffffff;
  padding: 30px 0px 0px 0px;
}
.landscape-para{
  font-size: 14px;
  line-height: 22px;
}
.landscape-heading{
  font-size: 22px;
}
.ls-para{
  font-size: 16px;
}
.pet-card-icons {
  width: 40px;
  height: 40px;
  margin-top: 14px;
}
.pet-card-1 h4{
  font-size: 16px;
}
.pet-card-1{
  padding: 10px 7px;
  height: auto;
  border-radius:20px;
  margin-bottom: 10px;
}
.pet-card-1 p{
  font-size: 12px;
  line-height: 19px;
  margin: 10px 0px;
}
#for-clinics{
  padding: 0px 0px 20px 0px;
}
.pricing-block-2 h2{
  font-size: 1.75rem;
}
.pricing-block-2 p{
  font-size: 12px;
  line-height: 16px;
}
#reach-out{
  padding: 30px 0px;
}
.reach-out-block h3{
  font-size: 16px;
}
.schedule-demo-2 a{
  width:190px;
 font-size: 14px;
 padding: 5px 15px;
}
.offerings-table th.offerings{
  font-size: 16px;
}
.offerings-table td.offerings{
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  padding: 12px 9px;
}
.check-img{
 width: 16px;
 height: 16px;
}
/* end for pets */
.logo-container {
  width: 180px;
  height: 80px;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius:10px;    
}
#some-reviews{
  padding: 30px 0px;
}
.some-reviews{
 font-size: 26px;
 font-family: "Fira Sans";
  font-weight: 500;
}
.reviews-imgs{
width:80px;
height:80px;
}
.testimonial-name {
  font-size: 22px;
}
.designation{
  font-size: 14px;
  color: #000000;
}
.reviews-paras{
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.carouselTestimonial .carousel-inner{
  height: 310px;
}
.our-approach-bg-1{
  position: absolute;
  top:-33%;
  right:-2%;
  height: 100px;
}
.our-approach-bg-2{
  position: absolute;
  bottom: -47%;
  left: 0;
  width: 143px;
  height: 100px;
}
.stakeholder-bg-1{
  position: absolute;
  top: 0;
  left: 0;
  }
  .stakeholder-bg-2{
  position: absolute;
  bottom: -5%;
  left: 0;
  }
  .contact-bg-1{
    position: absolute;
    top: 0;
    right: 0%;
    height: 70px;
  }
  .pet-banner-heading{
    font-size: 26px;
  }
  .pet-description {
    font-size: 16px;
    line-height: 20px;
  }
  .schedule-demo a {
    font-size: 14px;
    padding: 3px 20px;
    width: 170px;
  }
  .vpms-heading{
    font-size: 22px;
  }
  .offerings-table-icons{
    width: 26px;
    height: 26px;
    object-fit: contain;
   }
   .whatsapp,.mail{
    width: 170px;
    height:40px;
    padding: 5px 7px 5px 12px;
   }
   .yt-video-box {
    height:250px;
  }
  .yt-png{
    position: absolute;
    top: -50%;
    left: 43%;
    width: 55px;
    height: 55px;
  
  }
  #yt-video{
  padding: 10px 0px;
  }
  .yt-heading{
    font-size: 22px;
    margin-top: 10px;
  }
  #main-banner-2{
    height: auto;
  }
  #video-container{
    height:280px;
   
  }
  .un-health,.un-health span{
    font-size: 26px;
    line-height: 30px;
  }
  .banner-content {
    padding-top: 30px;
  }
  .stream {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .demo-btn{
   
    width: 180px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    margin: 10px auto;
  }
  .audio-icons {
    width: 20px;
    height: 20px;
    object-fit: cover;
    cursor: pointer;
}
#for-pet-bg{
  height: 50dvh;
  background-position: center;
}
.pricing-pills .nav-link{
  height: 36px;
  padding: 2px 20px;
  font-size: 14px;
}
.controls {
  position: absolute;
  top: 20%;
  right: 0;
}
#pricing-faqs{
  padding: 30px 0px;
}
#accordionFAQS .accordion-button:not(.collapsed),#accordionFAQS .accordion-button {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px;
}
#accordionFAQS .accordion-body,#accordionFAQS .accordion-button{
  padding: 10px 10px;
}
#accordionFAQS .accordion-body p{
  font-size: 13px;
  line-height:18px;
}
#accordionFAQS .accordion-button::after{
  --bs-accordion-btn-icon-width:14px;
}
.note {
  font-size: 14px;
  line-height: 20px;
}
}
@media (min-width:768px) and (max-width:991px){
  #main-header{
      display: none;
  }
  .metric-right{
    padding-right: 0;
  }
  .our-clients,.your-brand,.health-feat-heading {
    font-size:30px;
}
.your-brand-sub-heading{
  font-size:24px;
}
.clients-section{
  margin-top: 30px;
}
  .metric-white{
    background-color: #ffffff;
  }
  .mobile-header{
      display: block;
  }
  .un-health{
      font-size: 3.0625rem;
  }
  .un-health span{
      font-size: 3.0625rem;
  }
  .stream{
      font-size: 1.2rem;
  }
  #main-banner-1{
      display: none;
  }
  #main-banner-1-content{
      display: none;
  }
  .tab-cms-content{
    flex-direction: row;
    width: 290px;
    justify-content: space-between;
  }
  .tab-cms-content a {
    width: 90px;}

    .pc-box-2 p{
      font-size: 35px;
    }
    .pc-box-2 img {
      height: 30px;
      margin-left: 10px;
    }
    .pc-box-3 p{
      font-size: 13px;
      margin-top: 5px;
  
      line-height: normal;
    }
    .metrics-heading {
      
      font-size: 40px;
    }
    .metrics-para{
      font-size: 16px;
      line-height: 20px;
    }
    .metrics-block-2 {
     padding-top: 45px;
     padding-bottom: 45px;
     padding-left: 10px;
     padding-right: 35px;
    }
    .footer-bottom-1{
      display: flex;
      align-items: center;
    }
    .main-footer .footer-bottom{
      /* height: 60px; */
      padding: 20px;
    }
    .owl-prev span {
      position: absolute;
      top: 0%;
    }
    .owl-next span {
      position: absolute;
      top: 0%;
      right: 0%;
    }
.owl-nav{
display: flex;
align-items: center;
justify-content: space-between;

}
.border-right{
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  height: 250px; 
  width: 0;
  border-right: 2px solid #ffffff;
}
.connecting-stakeholders-block {
  height:auto;
  display: flex;
  align-items: center;
 
  flex-direction: column;
}
.inner-logo-main-block{
  margin-top:135px;
}
#connecting-stakeholders {
  padding: 36px 12px 110px 12px;
}
.steps-container{
  padding: 0px;
}
.count-numbers-block{
  margin-bottom: 20px;
}
/* our approach */
.our-approach-block h2{
  font-size:2rem;
}
.our-approach-block p{
  font-size: 1.2rem;
}
#client-onboarding{
  padding: 30px 12px;
}
.client-onboarding-heading{
  font-size:2rem;
}
#counters {
  padding: 45px 12px;
}
.count-numbers-block{
  margin-bottom:36px;
}
.pure-counter-numbers{
  font-size:1.625rem;
}
.count-num-1 span{
  font-size:1.625rem;
}
.count-name{
  font-size:1.2rem;
  margin-top: 0px;
}
.sign-strengths-heading {
  font-size: 20px;
}
.sign-strengths-heading span{
  font-size: 26px;
}
.strengths-paras h3{
  font-size:1.3rem ;
}
.strengths-paras p{
  font-size: 1rem;
}
.connecting-stakeholders-block h2{
  font-size:1.625rem;
}
.connecting-stakeholders-block p{
  font-size: 1rem;
  line-height:1.563rem;
}
.step-title {
  font-size: 1rem;
}
.strengths-block-img{
  width: 100px;
  height: 100px;
}
/* end our approach */
/* about us */
#about-us-banner{
  height:300px;
}
.about-block{
  justify-content: start;
  margin-top: 30px;
}
.about-heading{
  font-size: 2.25rem;
}
.about-para-1 {
  font-size: 1rem;
}
.who-we-are-heading{
  font-size: 1.75rem;
}
.who-we-are-para{
  font-size: 1rem;
  margin-bottom: 20px;
}
.announcement-block p{
  font-size: 1.25rem;
}
.announcement-wave{
  right: -24%;
}
.our-vision-inner-block {
  width: 470px;
  padding: 10px 10px;
}
.our-vision-inner-block-back{
  width: 470px;
}
.icon-block-2 p {
  line-height: 22px;
  font-size: 14px;
}
.our-icon-common{
  width: 60px;
  height: 60px;
}
#our-vision{
  height:500px;
}
.our-vision-inner-block-2{
  width: 470px;
  padding: 10px 10px;
}
.vision-name{
  font-size: 18px;
}
#who-we-are {
  padding: 25px 20px;
}
.about-wave-block{
  height:auto;
}
.character-1 {
    position: absolute;
    left: 1%;
    top: 29%;
    width: 141px;
    height: 140px;
    object-fit: contain;
    z-index: 2;
}
.character-2 {
  position: absolute;
  right: 2%;
  top: 28%;
  width: 141px;
    height: 140px;
    object-fit: contain;
  z-index: -1;
}
.vision-man-block {
  position: absolute;
  top: 16%;
  right: 3%;
}
.vision-man {
  width: 255px;
  height: 372px;
  object-fit: contain;
}
/* end about us */
/* offerings */
.offering-emr-img {
  width: 310px;
}
.offering-btn-1{
  width: 190px;
  font-size: 10px;
}
.offering-btn-2{
  width: 190px;
  font-size: 10px;
}
.offering-btn-3{
  width: 190px;
  font-size: 10px;
}
.offering-btn-4{
  width: 190px;
  font-size: 10px;
}
.offering-btn-5{
  width: 190px;
  font-size: 10px;
}
.offering-btn-6{
  width: 190px;
  font-size: 10px;
}
.offering-btn-7{
  width: 190px;
  font-size: 10px;
}
.offering-btn-8{
  width: 190px;
  font-size: 10px;
}
.offering-btn-9{
  width: 190px;
  font-size: 10px;
}
.offering-btn-10{
  width: 190px;
  font-size: 10px;
}
.offering-emr-img-2{
  height: 290px;
  object-fit: fill;
}

/* end-offerings */
#blogs-section{
  padding: 30px 0px;
}
.block-description h4 {
  font-size: 22px;
}
.blog-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.blog-card{
  height: 380px;
}
.block-description p{
  font-size: 16px;
}
.blog-info-corner p{
  line-height: 22px;
}
.blog-qtn{
  font-size: 22px;
}
.telemedicine-health li{
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}
/* for pets */
.landscape-para{
  font-size: 15px;
  line-height: 22px;
}
.landscape-heading{
  font-size: 26px;
}
.ls-para{
  font-size: 18px;
}
.pet-card-1{
  padding: 10px 9px;
}
.pet-card-1 h4{
  font-size: 17px;
}
.pet-card-icons {
  width: 50px;
  height: 50px;
  margin-top: 25px;
}
.pet-card-1 p{
  font-size: 14px;
}
.vpms-content-block h3 {
  color: #27B1DF;
  font-size: 18px;
}
.vpms-content-block p{
  font-size: 13px;
  line-height: 20px;

}
.timeline-vpms-item{
  padding: 0px;
}
.pet-icons{
  width:65px;
  height:65px;
}
.timeline-vpms-item-wrapper{
  margin-bottom: 50px;
}
.center-circle-inner {
  width: 10px;
  height: 10px;
}
.center-circle-outer {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
#vpms {
  padding: 20px 0px;
}
#for-clinics{
  padding: 0px 0px 20px 0px;
}
.pricing-block-2 h2{
  font-size: 1.75rem;
}
.pricing-block-2 p{
  font-size: 12px;
  line-height: 16px;
}
#reach-out{
  padding: 30px 0px;
}
.reach-out-block h3{
  font-size: 16px;
}
.schedule-demo-2 a{
  width:190px;
 font-size: 14px;
 padding: 5px 15px;
}
.offerings-table th.offerings{
  font-size: 16px;
}
.offerings-table td.offerings{
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  padding: 12px 9px;
}
.check-img{
 width: 16px;
 height: 16px;
}
/* end-for-pets */
.logo-container {
  width: 215px;
  height: 100px;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius:10px;    
}
#some-reviews{
  padding: 30px 20px;
}
.some-reviews{
 font-size:30px;
 font-family: "Fira Sans";
  font-weight: 500;
}
.reviews-imgs{
width:110px;
height:110px;
}
.testimonial-name {
  font-size: 25px;
}
.designation{
  font-size: 14px;
  color: #000000;
}
.reviews-paras{
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.carouselTestimonial .carousel-inner{
  height:285px;
}
.our-approach-bg-1{
  position: absolute;
  top:-33%;
  right:-2%;
  height: 100px;
}
.our-approach-bg-2{
  position: absolute;
  bottom: -47%;
  left: 0;
  width: 143px;
  height: 100px;
}
.stakeholder-bg-1{
  position: absolute;
  top: 0;
  left: 0;
  }
  .stakeholder-bg-2{
  position: absolute;
  bottom: -5%;
  left: 0;
  }
  .contact-bg-1{
    position: absolute;
    top: 0;
    right: 0%;
    height: 130px;
  }
  .pet-banner-heading{
    font-size:32px;
  }
  .pet-description {
    font-size: 18px;
    line-height: 20px;
  }
  .schedule-demo a {
    font-size: 16px;
    padding: 8px 20px;
    width: 220px;
  }
  .vpms-heading{
    font-size: 24px;
  }
  .offerings-table-icons{
    width: 30px;
    height: 30px;
    object-fit: contain;
   }
   .yt-video-box {
    height:320px;
  }
  .yt-png{
    position: absolute;
    top: -50%;
    left:50%;
    width: 55px;
    height: 55px;
  
  }
  #yt-video{
  padding: 10px 0px;
  }
  .yt-heading{
    font-size: 26px;
    margin-top: 24px;
  }
  #main-banner-2{
    height:275px;
  }
  #video-container{
    height:280px;
   
  }
  .un-health,.un-health span{
    font-size:40px;
    line-height: 36px;
  }
  .banner-content {
    padding-top: 30px;
  }
  .stream {
    font-size:20px;
    line-height: 20px;
    margin-top:20px;
  }
  .demo-btn{
   
    width: 180px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 20px;
  }
  #for-pet-bg{
    height: 50dvh;
    background-position: center;
  }
  .pricing-pills .nav-link{
    height: 45px;
    padding: 2px 20px;
    font-size: 16px;
  }
  .controls {
    position: absolute;
    top: 20%;
    right: 0;
}
#pricing-faqs{
  padding: 30px 0px;
}
#pricing-faqs{
  padding: 30px 0px;
}
#accordionFAQS .accordion-button:not(.collapsed),#accordionFAQS .accordion-button {
  font-size: 17px;
  line-height: 20px;
  padding: 20px 10px;
}
#accordionFAQS .accordion-body,#accordionFAQS .accordion-button{
  padding: 10px 10px;
}
#accordionFAQS .accordion-body p{
  font-size: 14px;
  line-height:18px;
}
#accordionFAQS .accordion-button::after{
  --bs-accordion-btn-icon-width:16px;
}
.note {
  font-size: 14px;
  line-height: 20px;
}
}
@media (min-width:992px) and (max-width:1200px){
  .mobile-header{
      display: none;
  }
  .metric-white{
    background-color: #ffffff;
  }
  .metric-right{
    padding-right: 0;
  }
  #main-banner-1{
      display: none;
  }
  #main-banner-1-content{
      display: none;
  }
  .logo-box-1 {
    width: 210px;
    height: 210px;
    padding: 55px;
  }
  .cms {
    display: flex;
    align-items: center;
    width: 340px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.20);
    border-radius: 21px;
    color: #02013B;
    position: absolute;
    top: -79%;
    left: -179%;
    padding: 20px;
}
.cms-box-img {
  width: 100px;
  height: 100px;
}
.cms-box-content p{
  font-size: 15px;
}
.cms-box-content a {
  width: 145px;
  height: 28px;
  padding: 0px;
}
.digital-services{
  width: 340px;
  height: 150px;
  top: -80%;
  right: -179%;
}
.digital-box-content p{
  font-size: 15px;
}
.digital-box-content a{
  width: 145px;
  height: 28px;
  padding: 0px;
}
.hims{
  width: 340px;
  height: 150px;
  top: 11%;
  left: -201%;
}
.communication-services{
  width: 340px;
  height: 150px;
  top: 9%;
  right: -203%;
  z-index: 9;
}
.patient-engagement-platform{
  width: 340px;
  height: 150px;
  bottom: -79%;
  left: -180%;
}
.pms-box-content p{
  font-size: 15px;
}
.communication-box-content p{
  font-size: 15px;
}
.communication-box-content a{
  width: 145px;
  height: 28px;
  padding: 0px;
}
.pms-box-content a{
  width: 145px;
  height: 28px;
  padding: 0px;
}
.pms{
  width: 340px;
  height: 150px;
  bottom: -80%;
  right: -180%;

}
.cms-box-img {
  width: 128px;
  height: 128px;
}
.link-line-left {
  position: absolute;
  top: 47%;
  left: -73%;
}
.link-line-right {
  position: absolute;
  top: 47%;
  right: -74%;
  z-index: 1;
}
.pc-box-2 p{
  font-size: 35px;
}
.pc-box-2 img {
  height: 30px;
  margin-left: 10px;
}
.pc-box-3 p{
  font-size: 13px;
  margin-top: 5px;

  line-height: normal;
}
.metrics-heading {
  
  font-size: 50px;
}
.metrics-para{
  font-size: 16px;
  line-height: 20px;
}
.metrics-block-2 {
 padding-top: 45px;
 padding-bottom: 45px;
 padding-left: 10px;
 padding-right: 35px;
}
.footer-bottom-1{
  display: flex;
  align-items: center;
}
.main-footer .footer-bottom{
  /* height: 60px; */
  padding: 20px;
}
.owl-prev span {
  position: absolute;
  top: 0%;
}
.owl-next span {
  position: absolute;
  top: 0%;
  right: 0%;
}
.owl-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  }
  .border-right{
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    height: 250px; 
    width: 0;
    border-right: 2px solid #ffffff;
  }
  #connecting-stakeholders{
    height: auto;
    padding: 100px 30px 112px 30px;
  }
  .connecting-stakeholders-block {
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
/* about use */
#about-us-banner {
  height: 350px;
}
.character-1 {
  position: absolute;
  left:2%;
  top: 11%;
  width: 204px;
  height: 182px;
  object-fit: cover;
  z-index: 2;

}
.character-2 {
  position: absolute;
  right: 2%;
  top: 17%;
  width: 204px;
  height: 182px;
  object-fit: cover;
  z-index: -1;
}
.about-heading{
  font-size: 2.5rem;
}
.about-para-1{
  font-size: 1rem;
}
.who-we-are-heading{
  font-size: 1.6rem;
}
.who-we-are-para{
 font-size: 1rem;
 margin-bottom: 20px;
}
#our-vision {
  height: 500px;
}
.vision-man-block {
  position: absolute;
  top: 16%;
  right: 6%;
}
.our-vision-inner-block-back {
  background-color: rgb(177, 177, 185);
  width: 103%;
  height: 148px;
  border-radius: 0px 20px 20px 0px;
  opacity: 0.55;
  position: absolute;
  top: 6%;
  left: -2%;
  z-index: 1;
}
/* end about us */

.offering-emr-img {
  width: 420px;
}
#blogs-section{
  padding: 30px 0px;
}
.block-description h4 {
  font-size: 22px;
}
.blog-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.blog-card{
  height: 380px;
}
.block-description p{
  font-size: 16px;
}
.block-description p{
  font-size: 16px;
}
.blog-info-corner p{
  line-height: 22px;
  font-size: 16px;
}
.blog-qtn{
  font-size: 22px;
}
.telemedicine-health li{
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}
/* for pets */
.landscape-para{
  font-size: 16px;
  line-height: 22px;
}
.landscape-heading{
  font-size:28px;
}
.ls-para{
  font-size: 20px;
}
.pet-card-1{
  padding: 10px 9px;
}
.pet-card-1 h4{
  font-size: 18px;
}
.pet-card-icons {
  width: 50px;
  height: 50px;
  margin-top: 25px;
}
.pet-card-1 p{
  font-size: 15px;
}
.vpms-content-block h3 {
  color: #27B1DF;
  font-size: 21px;
}
.vpms-content-block p{
  font-size: 14px;
  line-height: 20px;

}
.timeline-vpms-item{
  padding: 0px;
}
.pet-icons{
  width:65px;
  height:65px;
}
.timeline-vpms-item-wrapper{
  margin-bottom: 50px;
}
.center-circle-inner {
  width: 10px;
  height: 10px;
}
.center-circle-outer {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
#vpms {
  padding: 20px 0px;
}
/* end-for-pets */
.logo-container {
  width: 190px;
  height: 100px;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius:10px;    
}
#some-reviews{
  padding: 30px 30px;
}
.some-reviews{
 font-size: 26px;
 font-family: "Fira Sans";
  font-weight: 500;
}
.reviews-imgs{
width:110px;
height:110px;
}
.testimonial-name {
  font-size: 25px;
}
.designation{
  font-size: 14px;
  color: #000000;
}
.reviews-paras{
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.carouselTestimonial .carousel-inner{
  height:285px;
}
.our-approach-bg-1{
  position: absolute;
  top:-33%;
  right:-2%;
  height: 100px;
}
.our-approach-bg-2{
  position: absolute;
  bottom: -47%;
  left: 0;
  width: 143px;
  height: 100px;
}
.stakeholder-bg-1{
  position: absolute;
  top: 0;
  left: 0;
  }
  .stakeholder-bg-2{
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 500px;
  height: 87px;
  }
  .contact-bg-1{
    position: absolute;
    top: 0;
    right: 0%;
    height: 170px;
  }
  .pet-banner-heading{
    font-size:36px;
  }
  .pet-description {
    font-size: 22px;
    line-height: 20px;
  }
  .schedule-demo a {
    font-size: 18px;
    padding: 12px 20px;
    width: 250px;
  }
  .vpms-heading{
    font-size: 24px;
  }
  .offerings-table-icons{
    width: 30px;
    height: 30px;
    object-fit: contain;
   }
   .check-img {
    width: 16px;
    height: 16px;
}
.yt-video-box {
  height:350px;
}
.yt-png{
  position: absolute;
  top: -50%;
  left:50%;
  width: 55px;
  height: 55px;

}
#yt-video{
padding: 10px 0px;
}
.yt-heading{
  font-size: 26px;
  margin-top: 24px;
}
#main-banner-2{
  height:450px;
}
#video-container{
  height:360px;
 
}
.un-health,.un-health span{
  font-size: 32px;
  line-height: 36px;
}
.banner-content {
  padding-top: 30px;
}
.stream {
  font-size: 18px;
  line-height: 20px;
  margin-top:20px;
}
.demo-btn{
 
  width: 200px;
  height: 40px;
  height: 35px;
  font-size: 16px;
  padding: 3px 10px;
  margin-top: 25px;
}
.about-section{
  margin-top:0px;
}

#pricing-faqs{
  padding: 30px 0px;
}
#accordionFAQS .accordion-button:not(.collapsed),#accordionFAQS .accordion-button {
  font-size: 18px;
  line-height: 20px;
  padding: 20px 10px;
}
#accordionFAQS .accordion-body,#accordionFAQS .accordion-button{
  padding: 20px 10px;
}
#accordionFAQS .accordion-body p{
  font-size: 15px;
  line-height:18px;
}
#accordionFAQS .accordion-button::after{
  --bs-accordion-btn-icon-width:16px;
}
.note {
  font-size: 16px;
  line-height: 20px;
}
}
@media (min-width:1201px) and (max-width:1320px){

.footer-bottom-block{
  display: flex;
  align-items: center;
}
.main-footer .footer-bottom{
  /* height: 70px; */
}
.footer-bottom-1{
  display: flex;
  align-items: center;
}
.main-footer .footer-bottom{
  /* height: 60px; */
  padding: 20px;
}
.owl-prev span {
  position: absolute;
  top: 0%;
}
.owl-next span {
  position: absolute;
  top: 0%;
  right: 0%;
}
.owl-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  }
  .border-right{
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    height: 250px; 
    width: 0;
    border-right: 2px solid #ffffff;
  }
  #connecting-stakeholders{
    height: 105vh;
  }
  #connecting-stakeholders {
    
    padding: 20px 30px 60px 30px;
}
.logo-box-1 {
  width: 210px;
  height: 210px;
  padding: 55px;
}
.cms {
  display: flex;
  align-items: center;
  width: 340px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.20);
  border-radius: 21px;
  color: #02013B;
  position: absolute;
  top: -79%;
  left: -179%;
  padding: 20px;
}
.cms-box-content p{
font-size: 18px;
}
.cms-box-content a {
width: 160px;
}
.digital-services{
width: 340px;
height: 150px;
top: -80%;
      right: -179%;
}
.digital-box-content p{
font-size: 18px;
}
.digital-box-content a{
width: 160px;
}
.hims{
width: 340px;
height: 150px;
top: 11%;
left: -214%;

}
.communication-services{
width: 340px;
height: 150px;
top: 9%;
right: -203%;
z-index: 99;
}
.patient-engagement-platform{
width: 340px;
height: 150px;
bottom: -79%;
left: -180%;


}
.communication-box-content p{
font-size: 18px;
}
.communication-box-content a{
width: 160px;
}
.pms{
width: 340px;
height: 150px;
bottom: -80%;
right: -180%;

}
.link-line-left {
position: absolute;
top: 47%;
left: -73%;
}
.link-line-right {
position: absolute;
top: 47%;
right: -73%;
z-index: 1;
}
.pms-box-content p{
font-size: 18px;
}

}
@media (min-width:1201px) and (max-width:1400px){
  .mobile-header{
      display: none;
  }
  .metric-right{
    padding-right: 0;
  }
  #main-banner-1{
      display: none;
  }
  #main-banner-1-content{
      display: none;
  }
  .metric-white{
    background-color: #ffffff;
  }
  .footer-bottom-block{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-footer .footer-bottom{
    height: 70px;
    padding: 20px;
    border-top: 2px solid #ffffff;
  }
  .footer-bottom-1{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-footer .footer-bottom{
    /* height: 60px; */
    padding: 20px;
  }
  .owl-prev span {
    position: absolute;
    top: 0%;
  }
  .owl-next span {
    position: absolute;
    top: 0%;
    right: 0%;
  }
  .owl-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    }
    .border-right{
      content: "";
      position: absolute;
      top: 18%;
      right: 0;
      height: 250px; 
      width: 0;
      border-right: 2px solid #ffffff;
    }
    #connecting-stakeholders{
      height: auto;
    }
    .connecting-stakeholders-block{
      justify-content: center;
    }
    #connecting-stakeholders {
    
      padding: 20px 30px 0px 30px;
  }

/* about use */
#about-us-banner {
  height: 350px;
}
.character-1 {
  position: absolute;
  left:2%;
  top: 11%;
  width: 204px;
  height: 182px;
  object-fit: cover;
  z-index: 2;

}
.character-2 {
  position: absolute;
  right: 2%;
  top: 17%;
  width: 204px;
  height: 182px;
  object-fit: cover;
  z-index: -1;
}
.about-heading{
  font-size: 2.5rem;
}
.about-para-1{
  font-size: 1rem;
}
.who-we-are-heading{
  font-size: 1.6rem;
}
.who-we-are-para{
 font-size: 1rem;
 margin-bottom: 20px;
}
#our-vision {
  /* height: 460px; */
  height: auto;
}
.our-vision-inner-block-back {
  background-color: rgb(177, 177, 185);
  width: 103%;
  height: 148px;
  border-radius: 0px 20px 20px 0px;
  opacity: 0.55;
  position: absolute;
  top: 6%;
  left: -2%;
  z-index: 1;
}
/* end about us */
/* offering */

.offering-emr-img {
  width: 490px;
}
#blogs-section{
  padding: 30px 0px;
}
.block-description h4 {
  font-size: 26px;
}
.blog-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.blog-card{
  height: 380px;
}
.block-description p{
  font-size: 16px;
}
.block-description p{
  font-size: 16px;
}
.block-description p{
  font-size: 16px;
}
.blog-info-corner p{
  line-height: 22px;
  font-size: 16px;
}
.blog-qtn{
  font-size: 22px;
}
.telemedicine-health li{
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}
/* for pets */
.landscape-para{
  font-size: 16px;
  line-height: 22px;
}
.landscape-heading{
  font-size:28px;
}
.ls-para{
  font-size: 20px;
}
.pet-card-1{
  padding: 10px 9px;
}
.pet-card-1 h4{
  font-size: 18px;
}
.pet-card-icons {
  width: 50px;
  height: 50px;
  margin-top: 25px;
}
.pet-card-1 p{
  font-size: 15px;
}
.vpms-content-block h3 {
  color: #27B1DF;
  font-size: 24px;
}
.vpms-content-block p{
  font-size: 15px;
  line-height: 20px;

}
.timeline-vpms-item{
  padding: 0px;
}
.pet-icons{
  width:75px;
  height:75px;
}
.timeline-vpms-item-wrapper{
  margin-bottom: 50px;
}
.center-circle-inner {
  width: 10px;
  height: 10px;
}
.center-circle-outer {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
#vpms {
  padding: 20px 0px;
}
.timeline-vpms-item-wrapper::before, .timeline-vpms-item-wrapper::after{
  width: 5%;
}
/* end-for-pets */
.logo-container {
  width: 190px;
  height: 100px;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius:10px;    
}
#some-reviews{
  padding: 30px 30px;
}
.some-reviews{

  font-family: "Fira Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02031rem;
  text-align: center;
}
.reviews-imgs{
width:110px;
height:110px;
}
.testimonial-name {
  font-size: 25px;
}
.designation{
  font-size: 16px;
}
.reviews-paras{
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.carouselTestimonial .carousel-inner{
  height:285px;
}
.our-approach-bg-1{
  position: absolute;
  top:-10%;
  right:-2%;
  height: 100px;
}
.our-approach-bg-2{
  position: absolute;
  bottom: -10%;
  left:0%;
  width: 143px;
  height: 100px;
}
.stakeholder-bg-1{
  position: absolute;
  top: 0;
  left: 0;
  }
  .stakeholder-bg-2{
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 500px;
  height: 87px;
  }
  .contact-bg-1{
    position: absolute;
    top: 0;
    right: 0%;
    height: 170px;
  }
  .offerings-table-icons{
    width: 30px;
    height: 30px;
    object-fit: contain;
   }
   .check-img {
    width: 16px;
    height: 16px;
}
.yt-video-box {
  height:400px;
}
.yt-png{
  position: absolute;
  top: -50%;
  left:50%;
  width: 55px;
  height: 55px;

}
.yt-heading{
  font-size: 30px;
  margin-top: 24px;
}
#main-banner-2{
  height:466px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* #video-container{
  height:340px;
 
} */
.un-health,.un-health span{
  font-size:55px;
  line-height:54px;
}
.banner-content {
  padding-top: 30px;
}
.stream {
  font-size:30px;
  line-height:33px;
  margin-top:20px;
}
.demo-btn{
 
  width: 270px;
  height: 50px;
 
  font-size:22px;
  padding:12px 10px;
  margin-top: 25px;
}

#pricing-faqs{
  padding: 30px 0px;
}
#accordionFAQS .accordion-button:not(.collapsed),#accordionFAQS .accordion-button {
  font-size: 18px;
  line-height: 20px;
  padding: 20px 10px;
}
#accordionFAQS .accordion-body,#accordionFAQS .accordion-button{
  padding: 20px 10px;
}
#accordionFAQS .accordion-body p{
  font-size: 15px;
  line-height:18px;
}
#accordionFAQS .accordion-button::after{
  --bs-accordion-btn-icon-width:16px;
}
.note {
  font-size: 16px;
  line-height: 20px;
}
}
@media (min-width:1401px){
  .mobile-header{
      display: none;
  }
  #main-banner-1{
      display: none;
  }
  #main-banner-1-content{
      display: none;
  }
  .metric-right{
    padding-right: 0;
  }
  .metric-white{
    background-color: #ffffff;
  }
  .footer-bottom-block{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-footer .footer-bottom{
    height: 70px;
    padding: 20px;
    border-top: 2px solid #ffffff;
  }
  .footer-bottom-1{
    display: flex;
    align-items: center;
  }
  .main-footer .footer-bottom{
    /* height: 60px; */
    padding: 20px;
  }
  .owl-prev span {
    position: absolute;
    top: 0%;
  }
  .owl-next span {
    position: absolute;
    top: 0%;
    right: 0%;
  }
  .owl-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    }
    .border-right{
      content: "";
      position: absolute;
      top: 18%;
      right: 0;
      height: 250px; 
      width: 0;
      border-right: 2px solid #ffffff;
    }
    #connecting-stakeholders {
      height:auto;
      padding: 119px 30px 100px 30px;
  }
    .connecting-stakeholders-block {
      height:auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
/* about use */
#about-us-banner {
  height: 400px;
}
.character-1 {
  position: absolute;
  left:2%;
  top: 11%;
  width: 324px;
  height: 290px;
  object-fit: contain;
  z-index: 2;

}
.character-2 {
  position: absolute;
  right: 2%;
  top: 10%;
  width: 324px;
  height: 290px;
  object-fit: contain;
  z-index: -1;
}
.about-heading{
  font-size: 2.5rem;
}
.about-para-1{
  font-size: 1rem;
}
.who-we-are-heading{
  font-size: 1.6rem;
}
.who-we-are-para{
 font-size: 1rem;
 margin-bottom: 20px;
}
#our-vision {
  height: 630px;
}
.icon-block-2{
  width: 100%;
  max-width: 100%;
}
/* end about us */
.our-vision-inner-block-back {
  background-color: rgb(177, 177, 185);
  width: 103%;
  height: 148px;
  border-radius: 0px 20px 20px 0px;
  opacity: 0.55;
  position: absolute;
  top: 6%;
  left: -2%;
  z-index: 1;
}
/* offering */
/* .offering-emr-img {
  width: 480px;
} */
.offering-emr-img {
  width: 490px;
}
#blogs-section{
  padding: 30px 0px;
}
.block-description h4 {
  font-size: 26px;
}
.blog-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.blog-card{
  height: 380px;
}
.block-description p{
  font-size: 16px;
}
.block-description p{
  font-size: 16px;
}
.block-description p{
  font-size: 16px;
}
.blog-info-corner p{
  line-height: 22px;
  font-size: 16px;
}
.blog-qtn{
  font-size: 22px;
}
.telemedicine-health li{
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}
/* for pets */
.landscape-para{
  font-size: 18px;
  line-height: 22px;
}
.landscape-heading{
  font-size:32px;
}
.ls-para{
  font-size: 22px;
}
.pet-card-1{
  padding: 10px 9px;
}
.pet-card-1 h4{
  font-size:22px;
}
.pet-card-icons {
  width:60px;
  height:60px;
  margin-top: 25px;
}
.pet-card-1 p{
  font-size: 16px;
}
.vpms-content-block h3 {
  color: #27B1DF;
  font-size: 24px;
}
.vpms-content-block p{
  font-size: 15px;
  line-height: 20px;

}
.timeline-vpms-item{
  padding: 0px;
}
.pet-icons{
  width:75px;
  height:75px;
}
.timeline-vpms-item-wrapper{
  margin-bottom: 50px;
}
.center-circle-inner {
  width: 10px;
  height: 10px;
}
.center-circle-outer {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
#vpms {
  padding: 20px 0px;
}
.timeline-vpms-item-wrapper::before, .timeline-vpms-item-wrapper::after{
  width: 5%;
}
/* end-for-pets */
.logo-container {
  width: 190px;
  height: 100px;
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius:10px;    
}
#some-reviews{
  padding: 30px 30px;
}
.some-reviews{
 font-size:30px;
 font-family: "Fira Sans";
  font-weight: 500;
}
.reviews-imgs{
width:110px;
height:110px;
}
.testimonial-name {
  font-size: 28px;
}
.designation{
  font-size: 18px;
}
.reviews-paras{
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.carouselTestimonial .carousel-inner{
  height:285px;
}
.our-approach-bg-1{
  position: absolute;
  top:-10%;
  right:-2%;
  height: 100px;
}
.our-approach-bg-2{
  position: absolute;
  bottom: -10%;
  left:0%;
  width: 143px;
  height: 100px;
}
.stakeholder-bg-1{
  position: absolute;
  top: 0;
  left: 0;
  }
  .stakeholder-bg-2{
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 500px;
  height: 87px;
  }
  .contact-bg-1{
    position: absolute;
    top: 0;
    right: 0%;
    height: 170px;
  }
  .offerings-table-icons{
    width: 30px;
    height: 30px;
    object-fit: contain;
   }
   .check-img {
    width: 16px;
    height: 16px;
}
.yt-video-box {
  height:350px;
}
.yt-png{
  position: absolute;
  top: -50%;
  left:50%;
  width: 55px;
  height: 55px;

}
.yt-heading{
  font-size: 30px;
  margin-top: 24px;
}

#main-banner-2{
  height:350px;
}
#video-container{
  height:340px;
 
}
.un-health,.un-health span{
  font-size: 36px;
  line-height: 36px;
}
.banner-content {
  padding-top: 30px;
}
.stream {
  font-size:20px;
  line-height: 27px;
  margin-top:20px;
}
.demo-btn{
 
  width: 220px;
  height: 40px;
  height: 40px;
  font-size: 17px;
  padding: 6px 10px;
  margin-top: 25px;
}

.about-section{
  margin-top:0px;
  padding-top: 25px;
}
.logo-box-1 {
  width: 210px;
  height: 210px;
  padding: 55px;
}
.metric-right{
  padding-right: 0;
}
.cms-box-img {
  width: 100px;
  height: 100px;
}
.cms {
  display: flex;
  align-items: center;
  width: 340px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.20);
  border-radius: 21px;
  color: #02013B;
  position: absolute;
  top: -79%;
  left: -179%;
  padding: 20px;
}
.cms-box-content p{
font-size: 15px;
}
.cms-box-content a {
  width: 145px;
  height: 28px;
  padding: 0px;
}
.digital-services{
  width: 340px;
  height: 150px;
  top: -80%;
  right: -179%;
}
.digital-box-content p{
font-size: 15px;
}
.digital-box-content a{
  width: 145px;
  height: 28px;
  padding: 0px;
}
.hims{
  width: 340px;
  height: 150px;
  top: 11%;
  left: -214%;

}
.communication-services{
  width: 340px;
  height: 150px;
  top: 9%;
  right: -203%;
  z-index: 9;
}
.patient-engagement-platform{
  width: 340px;
  height: 150px;
  bottom: -79%;
  left: -180%;


}
.communication-box-content p{
font-size: 15px;
}
.communication-box-content a{
  width: 145px;
  height: 28px;
  padding: 0px;
}
.pms{
  width: 340px;
  height: 150px;
  bottom: -80%;
  right: -180%;

}
.link-line-left {
position: absolute;
top: 47%;
left: -73%;
}
.link-line-right {
position: absolute;
top: 47%;
right: -73%;
z-index: 1;
}
.pms-box-content p{
font-size: 15px;
}
.pms-box-content a {
  width: 145px;
  height: 28px;
  padding: 0px;
}
#pricing-faqs{
  padding: 30px 0px;
}
#accordionFAQS .accordion-button:not(.collapsed),#accordionFAQS .accordion-button {
  font-size: 18px;
  line-height: 20px;
  padding: 20px 10px;
}
#accordionFAQS .accordion-body,#accordionFAQS .accordion-button{
  padding: 20px 10px;
}
#accordionFAQS .accordion-body p{
  font-size: 15px;
  line-height:18px;
}
#accordionFAQS .accordion-button::after{
  --bs-accordion-btn-icon-width:16px;
}
.note {
  font-size: 16px;
  line-height: 20px;
}
}



.owl-dot {
  border-radius: -10px;
  height: 10px;
  width: 10px;
  max-width:-1000px;
  display: inline-block;
  background: rgba(127,127,127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background: rgba(127,127,127, 1);
}

.owl-theme .owl-dots .owl-dot span{
  width:6px;
  height:6px;
}
.mob-link{
  display: none;
}

@media (min-width:300px) and (max-width:1023px){
  .mob-link{
    display: block;
  }
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: #ffffff !important;
  color: #02013B;
  border-radius: 50%;
}


.owl-carousel .owl-item img{
  display: block;
  width: 400%;
}


@media (max-width: 600px) {
    .owl-theme .owl-dots {
        display: none !important;
    }
}
/* Basic Styles */




.navbar {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu > li {
  position: relative;
}

.menu > li > a {
  color: #333;
  padding: 10px 15px;
  display: block;
}

.menu > li:hover > a {
  background-color: #f0f0f0;
}
/* Base dropdown content styling */
/* Base dropdown content styling */
.dropdown-content {
  display: none !important;
  position: absolute !important;
  background-color: #fff !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
  padding: 10px !important;
  margin-top: 20px !important;
  gap: 50px !important;
  font-family: "Fira Sans", sans-serif !important;
  border-radius: 10px !important;
  z-index: 1 !important;
  /* width: 414px !important; */
}

/* Desktop layout */
.dropdown-content .column {
  float: left !important;
  width: 50% !important; /* Two columns side by side on larger screens */
  padding: 10px !important;
  font-family: "Fira Sans", sans-serif !important;
}

.dropdown-content .column h3 {
  margin-bottom: 10px !important;
  font-size: 17px !important;
  color: #333 !important;
  font-family: "Fira Sans", sans-serif !important;
  cursor: pointer !important;
}
.dropdown-content .column h3 a:hover {
  color: #007BFF !important ;
}
.dropdown-content ul {
  padding: 0 !important;
  font-family: "Fira Sans", sans-serif !important;
}

.dropdown-content ul li a {
  padding: 10px 0 !important;
  color: #333 !important;
  display: block !important;
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #363636 !important;
  white-space: nowrap !important;
  text-transform: capitalize !important;
}

.dropdown-content ul li a:hover {
  color: #007BFF !important;
}

/* Show dropdown on hover for desktop */
.dropdown:hover .dropdown-content {
  display: flex !important;
}

/* Adjustments for tablet view */
@media (max-width: 1024px) {
  .dropdown-content {
    width: 350px !important;
  }

  .dropdown-content .column {
    width: 100% !important;
    padding: 8px !important;
  }

  .dropdown-content .column h3 {
    font-size: 16px !important;
  }

  .dropdown-content ul li a {
    font-size: 14px !important;
  }
}

/* Mobile-specific adjustments with scroll functionality */
@media (max-width: 768px) {
  /* Dropdown content always visible on mobile */
  .dropdown-content {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-height: 50vh !important; /* Limit height on mobile */
    overflow-y: auto !important; /* Enable vertical scrolling */
    box-shadow: none !important;
    margin-top: 10px !important;
    padding: 10px !important;
  }

  /* Columns stacked vertically */
  .dropdown-content .column {
    width: 100% !important;
    padding: 8px 0 !important;
  }

  /* Responsive font size for h3 */
  .dropdown-content .column h3 {
    font-size: 15px !important;
    color: #333 !important;
    text-align: left !important;
  }

  .dropdown-content ul li a {
    font-size: 14px !important;
    padding: 8px 0 !important;
  }

  /* Adjust main heading for mobile */
  .main-heading {
    font-size: 2rem !important;
    padding: 10px !important;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .dropdown-content {
    width: 100% !important;
    max-height: 60vh !important; /* Limit height further for small screens */
    padding: 8px !important;
    gap: 5px !important;
  }

  .dropdown-content .column {
    width: 100% !important;
    padding: 4px !important;
  }

  .dropdown-content .column h3 {
    font-size: 14px !important;
  }

  .dropdown-content ul li a {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}


.popup-form {
  position: fixed;
  
  top: 72px;
  right: 0%; /* Initially off-screen */
  width: 80%;
  max-width: 400px;
  max-height: 469px;
  height: 100%;
  background-color: whitesmoke;
  color: white;
  padding: 20px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-form h2 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #003366;
}

.popup-form p {
  font-size: 14px;
  color: #003366;
}

.popup-form input,
.popup-form textarea {
  width: calc(100% - 40px);
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  background-color: white;
  color: black;
}

.popup-form button[type="submit"] {
  width: 40%;
  padding: 10px;
  background-color: #003366;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .popup-form {
      width: 100%;
      max-width: 300px;
  }

  .popup-form h2 {
      font-size: 20px;
  }

  .popup-form button[type="submit"] {
      font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .popup-form {
      width: 100%;
      max-width: 280px;
  }

  .popup-form h2 {
      font-size: 18px;
  }

  .popup-form button[type="submit"] {
      font-size: 12px;
  }
}


.service-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
  height: 600px;
}

.service-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service-item h3 {
  margin: 15px 0 10px;
  font-size: 1.2em;
}

.service-item button {
  background-color: #003366;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.service-content img {
  max-width: 100px;
  height: auto;
}

.service-center {
  grid-column: 2 / span 2;
  grid-row: 2 / span 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-center img {
  max-width: 100px;
  height: auto;
}

.top-left {
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
}

.top-right {
  grid-column: 3 / span 2;
  grid-row: 1 / span 1;
}

.middle-left {
  grid-column: 1 / span 1;
  grid-row: 2 / span 2;
}

.middle-right {
  grid-column: 4 / span 1;
  grid-row: 2 / span 2;
}

.bottom-left {
  grid-column: 1 / span 2;
  grid-row: 4 / span 1;
}

.bottom-right {
  grid-column: 3 / span 2;
  grid-row: 4 / span 1;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .service-container {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(5, 1fr);
      height: auto;
  }
  .service-center {
      grid-column: 2 / span 1;
      grid-row: 3 / span 1;
  }
  .middle-left, .middle-right {
      grid-column: span 3;
  }
}

@media (max-width: 768px) {
  .service-container {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(7, 1fr);
      height: auto;
  }
  .service-center {
      grid-column: 1 / span 2;
      grid-row: 4 / span 1;
  }
  .top-left, .top-right, .bottom-left, .bottom-right {
      grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .service-container {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(7, auto);
      height: auto;
  }
  .service-center {
      grid-column: span 1;
      grid-row: 4 / span 1;
  }
}
/* General Styling */


/* Form Container */

/* General Styles */
 
#home-2 {
  margin: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
}

.flowchart-container {
  position: relative;
  width: 100%;
  max-width: 1200px; /* Adjust to fit your layout */
}

#center-image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; /* Ensure the image stays in the background */
}

#center-image {
  width: 515px; /* Reduced width */
  height: 445px; /* Reduced height */
}

.flowchart-item {
  display: flex;
  align-items: center;
  margin: 20px;
  background-color: #b4b0b0;
  border-radius: 21px;
  width: 380px; /* Reduced width */
  height: 100px; /* Reduced height */
  padding: 10px;
  position: absolute;
}

.flowchart-item img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  margin-left: 10px;
}

.flowchart-item div {
  display: flex;
  flex-direction: column;
  
}

.flowchart-item p {
  margin: 0;
  text-align: center;
  font-family: Fira Sans;
font-size: 20px;
font-weight: 600;
line-height: 31.2px;


}

.flowchart-item button {
  border-radius: 20px;
  margin-top: 10px;
}

.flowchart-item.item-1 {
  left: 40px; /* Adjusted left position */
  top:-300px; /* Adjusted top position */
}

.flowchart-item.item-2 {
  top:-90px; /* Adjusted top position */
  left: -80px; /* Adjusted left position */
  background: rgba(2, 109, 177, 1);
  color:white;
}

.flowchart-item.item-3 {
  top: 140px; /* Adjusted top position */
  left: 40px; /* Adjusted left position */
}

.flowchart-item.item-4 {
  top: -300px; /* Adjusted top position */
  left: 715px; /* Adjusted left position */
  background: rgba(205, 116, 169, 1);
  color:white;
}

.flowchart-item.item-5 {
  top: -90px; /* Adjusted top position */
  left: 840px; /* Adjusted left position */
}

.flowchart-item.item-6 {
  top: 140px; /* Adjusted top position */
  left: 715px; /* Adjusted left position */
  background: rgba(216, 156, 27, 1);
  color:white;
}

.blue-button,
.grey-button,
.pink-button,
.yellow-button {
  border: none;
  padding: 5px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.9rem;
}

.blue-button {
  background-color: rgba(2, 1, 59, 1);
  color: white;
}

.grey-button {
  background-color: rgba(3, 84, 135, 1);
  color: white;
}

.pink-button {
  background-color: rgba(167, 72, 129, 1);
  color: white;
}

.yellow-button {
  background-color: rgba(187, 138, 33, 1);
  color: white;
}
/* Base styles - Desktop and larger devices (laptops) */
#specialtiesContainer {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

#specialtiesContainer .nav-sub-menu1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#specialtiesContainer .nav-sub-menu-header {
  font-weight: bold;
  margin-bottom: 10px;
}

#specialtiesContainer ul {
  list-style-type: none;
  padding: 0;
}

#specialtiesContainer li {
  margin-bottom: 5px;
}

/* Tablet styles */
@media only screen and (max-width: 1024px) {
  #specialtiesContainer {
      flex-direction: column;
      padding: 15px;
  }

  #specialtiesContainer .nav-sub-menu1 {
      flex-direction: column;
  }

  #specialtiesContainer .col-lg-3 {
      width: 100%;
      margin-bottom: 20px;
  }
}

/* Mobile styles */
@media only screen and (max-width: 768px) {
  #specialtiesContainer {
      padding: 10px;
  }

  #specialtiesContainer .nav-sub-menu1 {
      flex-direction: column;
  }

  #specialtiesContainer .col-lg-3 {
      width: 100%;
      margin-bottom: 15px;
  }

  #specialtiesContainer .nav-sub-menu-header {
      font-size: 1.2em;
      margin-bottom: 8px;
  }

  #specialtiesContainer ul li {
      font-size: 0.9em;
  }

  /* Adjusting link styles for smaller screens */
  #specialtiesContainer a._selerator {
      font-size: 1em;
      padding: 5px 0;
      display: block;
  }
}

.content-container {
    width: 80%;
    margin: 20px auto;
    max-width: 1200px;
    padding: 20px;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #002060;
}
h2 {
  font-size: 2em;
}


.navigation1 a {
    text-decoration: none;
    color: #002060;
    margin-right: 10px;
    position: relative;
}

.navigation1 a:hover,
.navigation1 a:focus {
    color: #0047ab;
}

.navigation1 a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0047ab;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navigation1 a:hover::after,
.navigation1 a:focus::after {
    transform: scaleX(1);
}

.content-image {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.text-content {
    flex: 1;
    margin-right: 20px;
   
}
.text-content ul {
  list-style: dot;
}

.image-container {
    flex: 0 0 40%; /* 40% of the width */
    display: flex;
    justify-content: flex-end;
}

.image-container img {
  width: 356px;
  height: 150px;
  border-radius: 30px;
  margin-top: -20px;
}

@media (max-width: 768px) {
    .content-container {
        width: 90%;
        padding: 15px;
    }

    h1 {
        font-size: 1.5em;
    }

    .navigation {
        font-size: 0.9em;
    }

    .content-image {
        flex-direction: column;
    }

    .text-content {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .image-container {
        flex: 0 0 60%; /* 60% width on smaller screens */
    }

    .image-container img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .content-container {
        width: 95%;
        padding: 10px;
    }

    h1 {
        font-size: 1.2em;
    }

    .navigation {
        font-size: 0.8em;
    }

    .image-container {
        flex: 0 0 100%; /* Full width on very small screens */
    }
}

  /* Custom styles */
  .benefit-icon {
    font-size: 24px;
    color: #003366;
    margin-right: 15px;
    
  }
  .benefit-section {
    
    background-color: white;
    padding: 20px;
  }
  .benefit-section img {
    width: 3%;
    border-radius: 15px;
  }
  h2 {
    color: #003366;
    font-size: 20px;
  }
  p {
    font-size: 16px;
    font-family: DM Sans;
    font-weight: 400;
    color: rgba(4, 4, 4, 1);
  }
  .container-custom {
    max-width: 1000px;
    margin: 0 auto;
  }
  .benefit-icon {
    width: 18px;
    height: 18px;
    margin-right: 15px;
  }
  .benefit-icon1 {
    width: 28px;
    height: 20px;
    margin-right: 15px;
  }
  .benefit-icon2 {
    width: 50px;
    height: 20px;
    margin-right: 15px;
  }
  .benefit-section {
    
    padding: 5px;
  }
  .benefit-section h3 {
    color: #003366;
    font-size: 18px;
    font-weight: bold;
  }
  .benefit-section p {
    font-size: 16px;
  }
  .image-container img {
    
    height: 216px;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .container-custom {
    max-width: 1100px;
    margin: 0 auto;
  }
  .heading-primary {
    color: #003366;
    font-weight: bold;
  }

  /* Custom class for benefit icon */
  .icon-custom {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }

  /* Custom class for each benefit section */
  .section-benefit {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  /* Custom class for h3 inside the benefit section */
  .section-benefit h3 {
    color: #003366;
    font-size: 18px;
    font-weight: bold;
  }

  /* Custom class for paragraphs inside the benefit section */
  .section-benefit p {
    font-size: 16px;
  }

  /* Custom class for the image container */
  .image-custom img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  /* Custom container width */
  .container1{
    width:55%;
    margin-left:300px;
    margin-top: -8em!important;
  }
  .container h3{
    color:#003366
  }
  .container-custom {
    max-width: 1000px;
    margin: 0 auto;
  }
  .image-container1{
   height:80%
  }
  .trend-icon {
    width: 20px;
    height: 20px;
  }
  .trend-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .trend {
    margin-bottom: 0px;
  }
  .icon-text{
    margin-bottom: 0px;
  }
  
  .conclusion-text {
    margin-top: 20px;
    font-size: 16px;
  }
  .conclusion-text h5{
    color:#003366;
  }
  .trend-card {
    border: none;
  }
  #futuretrends{
    margin-top: -6rem !important;
  }
  .feature-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}
.feature-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.feature-item {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.heading-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.section-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 15px;
  
}
.feature-item {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.section-container {
  margin-top: -150px;
  margin-bottom: 10px;
}

.section-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #003366;
}
.section-heading1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: -100px;
  color: #003366;
}
.section-text {
  margin-bottom: 20px;
  line-height: 1.6;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.feature-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.feature-text {
  margin-bottom: 15px;
}

.feature-image {
  width: 100%;
  /* max-width: 300px; */
  
}
.benefit-section {
  margin-top: 0px;
  margin-bottom: 0px;
}

.benefit-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.benefit-item {
  margin-bottom: 0px;
}

.benefit-item img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.benefit-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.benefit-description {
  margin-left: 34px; /* Matches the space created by the icon and heading */
}
.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.feature-item img {
  margin-right: 15px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
}

.feature-item .feature-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.feature-item p {
  margin-bottom: 0;
}

.feature-title {
  font-weight: bold;
}

/* Vector Icon Styles */
.vector-icon {
  width: 16px; /* Adjust size as needed */
  height: 16px; /* Adjust size as needed */
  margin-right: 8px; /* Space between icon and text */
  vertical-align: middle;
}


/* Title */
.section-title {
  font-size: 1.75rem;
  color: #1A5276;
  font-weight: bold;
}

/* Icon Heading */
.icon-heading {
  font-size: 1.1rem;
  color: #2E4053;
  font-weight: bold;
  margin-top: 1.5rem;
}

/* Paragraph Styles */
.text-content {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 0.5rem;
}

/* List Icon */
.list-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

/* Image Styles */


.rounded {
  border-radius: 8px;

}

/* General Styles */

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px;
}

.blog-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px; 
}

.blog {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex: 1 0 calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.blog:hover {
  transform: scale(1.05); 
}

.blog-image {
  position: relative;
}

.blog-image img {
  width: 100%;
  height: auto;
}

/* Modified Classes */
.post-meta {
  position: absolute;
  bottom: 30px;
  right: 10px;
  background-color: white;
  color: black;
  padding: 2px 5px;
  border-radius: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.read-link {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 400;
}

.arrow-img {
  width: 20px;
  height: 20px;
  transition: filter 0.3s;
}

.post-meta:hover {
  background-color: #003366; /* Hover background color */
}

.post-meta:hover .read-link {
  color: white; /* Change text to white on hover */
}

.post-meta:hover .arrow-img {
  filter: brightness(0) invert(1); /* Make the image white on hover */
}

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-content h3 {
  font-size: 18px !important;
  margin-bottom: 10px;
  color: #003366 !important;
}

.blog-content p {
  flex-grow: 1;
  font-family: DM Sans;
  color: #111111CC !important;
  margin-bottom: 20px;
  font-size: 15px;
}

.button-group {
  display: flex;
  gap: 10px;
}

.button-group button {
  padding: 4px 14px;
  border: none;
  border-radius: 28px;
  font-family:DM Sans; 
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.healthcare-btn {
  background-color: white!important;
  color: black!important;
  border: 1px solid black !important;
}

.hospitalized-btn {
  background-color: white!important;
  color: black!important;
  border: 1px solid black !important;
  margin-left: 10px;
}

.hospitalized-btn:hover {
  background-color: #c82333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog {
    flex: 1 0 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .blog {
    flex: 1 0 100%;
  }
}
.blog-cards{
  margin: 10px auto;
}

.hero-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  box-sizing: border-box;
}

.content-wrapper {
  text-align: center;
}

.main-heading {
  font-size: 4rem;
  color: #1c1c3b;
  font-weight: bold;
  font-family:"Fira Sans";
}

.main-heading .accent {
  color: #c060a1;
}

.subtitle {
  font-size: 1.2rem;
  color: #1c1c3b;
  margin: 20px 0;
  font-family:"DM Sans";
}

.sub-heading {
  font-size: 1.5rem;
  color: #1c1c3b;
  margin: 20px 0;
}

.sub-heading .brand-name {
  color: #0078d4;
}

.sub-heading .data-name {
  color: #1c1c3b;
}

.button-group1 {
  margin-top: 10px;
  margin-left: 100px;

}

.button {
  font-size: 1rem;
  padding: 10px 20px;
  margin: 10px;
  border: none;
  cursor: pointer;
}

.demo-btn {
  display: inline-block;
  margin-top: 25px;
  width:250px;
  height: 48px;
  text-align: center;
  border-radius: 1.6875rem;
  background:#02013B;
  box-shadow: 0px -3px 7px 4px rgba(5, 77, 123, 0.26) inset;
  border: none;
  color: #FFF;
font-family: "Fira Sans";
font-size:22px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.03125rem;
text-decoration: none;
padding: 10px 10px;
}
.demo-btn1 {
  display: inline-block;
  margin-top: 25px;
  width:250px;
  height: 48px;
  text-align: center;
  border-radius: 1.6875rem;
  background:white;
  box-shadow: 0px -3px 7px 4px rgba(5, 77, 123, 0.26) inset;
  border: none;
  color: black;
font-family: "Fira Sans";
font-size:22px;
font-style: normal;
font-weight: 600;
letter-spacing: 0.03125rem;
text-decoration: none;
padding: 10px 10px;
}
.contact-btn {
  background-color: #fff;
  color: #1c1c3b;
  border: 1px solid #1c1c3b;
}
/* General styles for larger screens (laptops and desktops) */
@media (min-width: 1024px) {
  .button-group1 {
    margin-top: 20px;
    margin-left: 100px;
  }

  .demo-btn, .demo-btn1 {
    width: 250px;
    height: 48px;
    font-size: 22px;
  }
}

/* Tablet view */
@media (min-width: 768px) and (max-width: 1023px) {
  .button-group1 {
    margin-top: 20px;
    margin-left: 50px;
  }

  .demo-btn, .demo-btn1 {
    width: 220px;
    height: 45px;
    font-size: 20px;
  }
}

/* Mobile view */
@media (max-width: 767px) {
  .button-group1 {
    margin-top: 15px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .demo-btn, .demo-btn1 {
    width: 100%;
    height: 44px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .main-heading {
      font-size: 2rem;
  }

  .sub-heading {
      font-size: 1.2rem;
  }

  .button {
      font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .main-heading {
      font-size: 1.5rem;
  }

  .sub-heading {
      font-size: 1rem;
  }

  .button {
      font-size: 0.8rem;
      padding: 8px 16px;
  }
}



/* Carousel Container */
/* Carousel Container */
/* Carousel Container */
/* Main Container */
.slider-container {
  width: 100%;
  /* max-width: 1600px; */
  
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-family: "Fira Sans";
}

/* Individual Slide */
.slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content-overlay {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 27%; /* Center horizontally */
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
}

.content-overlay h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #0c0b46;
}

.content-overlay p {
  font-size: 1.2rem;
  color:#0c0b46;
}

.content-overlay .contents {
  color: #ff9900;
}

/* Button styles */
.primary-btn {
  padding: 10px 50px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  
  width: 250px;
  height: 48px;
  text-align: center;
  border-radius: 1.6875rem;
  background-color: #ff9900;
  color: black;
}

.primary-btn:hover {
  background-color: #02013B;
  color:white;
  box-shadow: 0 4px 20px #12B6F3; /* Solid black shadow effect */
}

/* Arrow Styles */
/* Arrow Styles */
/* Arrow Styles */
/* Arrow Styles */
.arrow-left,
.arrow-right {
  position: absolute;
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Align the arrow in the center */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  border: none;
  color: white; /* Arrow color set to white */
  font-size: 1.8rem; /* Adjusted font size for better visibility */
  width: 50px; /* Circular size */
  height: 50px; /* Circular size */
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center; /* Center arrow vertically */
  justify-content: center; /* Center arrow horizontally */
 
  border-radius: 50%; /* Circular background */
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: none; /* No shadow */
}

.arrow-left {
  left: 20px; /* Position the left arrow */
  padding-left:5px;
}

.arrow-right {
  right: 20px; /* Position the right arrow */
  padding-right:5px;
}

.arrow-left::before,
.arrow-right::before {
  content: ''; /* Placeholder for the arrow shape */
  display: inline-block;
  width: 15px; /* Arrow width */
  height: 15px; /* Arrow height */
  border-top: 3px solid white; /* Arrow top stroke in white */
  border-left: 3px solid white; /* Arrow left stroke in white */
}

.arrow-left::before {
  transform: rotate(-45deg); /* Create the left arrow shape */
}

.arrow-right::before {
  transform: rotate(135deg); /* Create the right arrow shape */
}

.arrow-left:hover,
.arrow-right:hover {
  background-color: rgba(0, 0, 0, 0.8); /* Darker background on hover */
  color: white; /* Keep the arrow white */
}

.arrow-left:focus,
.arrow-right:focus {
  outline: none; /* Remove focus outline */
}


/* Responsive Media Queries */

/* Laptops and Tablets */
@media (max-width: 1024px) {
  

  .content-overlay h1 {
    font-size: 2.5rem;
    
  }

  .content-overlay p {
    font-size: 1rem;
  }

  .primary-btn {
    font-size: 0.9rem;
    padding: 8px 40px;
  }

  .arrow-left,
  .arrow-right {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}

/* Tablets */
@media (max-width: 768px) {
  

  .content-overlay {
    left: 35%; /* Adjust positioning for smaller screens */
  }

  .content-overlay h1 {
    font-size: 2rem;
  }

  .content-overlay p {
    font-size: 0.9rem;
  }

  .primary-btn {
    font-size: 0.8rem;
    padding: 8px 30px;
  }

  .arrow-left,
  .arrow-right {
    display: none; /* Hide arrows on smaller devices */
  }
}

/* Mobile Phones */
@media (max-width: 576px) {
 

  .content-overlay {
    top: 58%; /* Adjust content position */
    left: 24%; /* Adjust for smaller screens */
    transform: translate(-40%, -55%); /* Adjust horizontal centering */
  }

  .content-overlay h1 {
    font-size: 1.1rem;
  }

  .content-overlay p {
    font-size: 0.5rem;
  }

  .primary-btn {
    font-size: 0.7rem;
    padding: 6px 20px;
    position:relative;
    bottom:16px;
    
  }
  .arrow-left,
  .arrow-right {
    display: none !important; /* Hide arrows on smaller devices */
  }
}

.custom-slider-container {
  width: 100%;
  /* max-width: 1600px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-family: "Fira Sans";
}

/* Individual Slide */
.custom-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom-slide-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.custom-content-overlay {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 27%; /* Center horizontally */
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
}

.custom-overlay-title {
  font-size: 3rem;
  
  color:#02013B; 
  font-weight:700;
  
}

.custom-overlay-subtitle {
  font-size: 3rem;
  color: #02013B;
  
}

.custom-content-overlay p {
  font-size: 1.2rem;
  color: #0c0b46;
}

.custom-content-overlay .custom-overlay-contents {
  color: #ff9900;
}
@media (max-width: 1024px) {
  .custom-overlay-title {
    font-size: 2.5rem; /* Reduce font size for title */
  }

  .custom-overlay-subtitle {
    font-size: 1.8rem; /* Adjust subtitle font size */
  }

  .primary-btn {
    font-size: 0.9rem;
    width: 220px;
    height: 40px;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .custom-content-overlay {
    top: 55%; /* Adjust position */
     /* Center horizontally */
    text-align: left; /* Center align content */
    transform: translate(-50%, -50%);
  }

  .custom-overlay-title {
    font-size: 2rem; /* Further reduce font size for title */
  }

  .custom-overlay-subtitle {
    font-size: 1.5rem; /* Adjust subtitle font size */
  }

  .primary-btn {
    font-size: 0.8rem;
    width: 180px;
    height: 36px;
  }
}

/* Smaller Phones */
@media (max-width: 480px) {
  .custom-content-overlay {
    top: 60%; /* Push overlay down further */
    padding: 10px;
  }

  .custom-overlay-title {
    font-size: 1.8rem;
  }

  .custom-overlay-subtitle {
    font-size: 1.2rem;
  }

  .primary-btn {
    font-size: 0.7rem;
    width: 160px;
    height: 32px;
  }
}




.wrapper-box {
  padding: 30px 100px;
}

h1 {
  font-size: 45px;
  margin-bottom: 20px;
 
}

 p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}



.content-block {
  flex: 1;
  margin-top: 50px;
  max-width:700px;
}

.content-block h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.content-block p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.media-block {
  width: 40%;
  
}

.media-block img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .wrapper-box {
      padding: 40px 50px;
  }

  .details-container {
      flex-direction: column;
      align-items: center;
  }

  .media-block {
      width: 80%;
      margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
      font-size: 24px;
  }

  p, .content-block p {
      font-size: 14px;
  }

  .content-block h2 {
      font-size: 16px;
  }

  .media-block {
      width: 100%;
  }

  .media-block img {
      max-height: 250px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
      font-size: 22px;
  }

  p, .content-block p {
      font-size: 16px;
  }

  .content-block h2 {
      font-size: 14px;
  }

  .media-block img {
      max-height: 200px;
  }
}

/* General Styles for Heading */
.some-reviews {
  color: #0C0B46;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

/* Responsive Adjustments for Heading */
@media (min-width: 992px) {
  .some-reviews {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .some-reviews {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .some-reviews {
    font-size: 24px;
    margin: 15px 0;
  }
}

@media (max-width: 480px) {
  .some-reviews {
    font-size: 32px;
    margin: 0px 0 80px;
}
}

/* Testimonial Section Styles */
.testimonial-card {
  padding: 10px 40px;
  font-family: 'DM Sans', sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}

/* Testimonial Text Styles */
.testimonial-text {
  font-size: 16px;
  width:120%;
  line-height: 1.5;
  margin-top: 10px;
}

/* Testimonial Image Styles */
.testimonial-img {
  max-width: 60%; /* Ensure the image is responsive */
  margin-left:158px;
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px;
}
/* Responsive Adjustments for Testimonial Card */
@media (max-width: 992px) {
  .testimonial-card {
    padding: 10px 30px; /* Adjust padding for laptop and larger tablets */
  }

  .testimonial-text {
    font-size: 15px; /* Slightly smaller text */
    width: 100%; /* Fit text within container */
  }

  .testimonial-img {
    max-width: 70%; /* Adjust image size */
    margin: 0 auto; /* Center image */
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    flex-direction: column; /* Stack items on smaller screens */
    text-align: center;
    padding: 10px 20px;
    margin-top: 180px;
    margin-bottom: 100px; 
  }
  .testimonial-card h3{
    text-align:center;
    font-size: 24px;
  }

  .testimonial-text {
    font-size: 12px; /* Adjust font size for tablets */
  }

  .testimonial-img {
    max-width: 40%; /* Increase image size */
    
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    padding: 0px 15px; /* Further reduce padding on mobile */
    
    
  }
  .testimonial-card h3{
    text-align:center;
    font-size: 20px;
  }
  .testimonial-text {
    font-size: 13px; /* Adjust font size for mobile */
  }

  .testimonial-img {
    max-width: 70%; /* Adjust image size for mobile */
    margin: 10px auto; /* Center image */
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    padding: 0px 10px; /* Minimize padding on small mobile screens */
    margin-top:100px;
  }

  .testimonial-text {
    font-size: 12px; /* Smaller text for mobile */
    width: 100%;
  }

  .testimonial-img {
    max-width: 50%; /* Slightly larger image on smaller screens */
    margin-top: 10px;
  }
}

.cta-section {
  background-color: #0C0B46; /* Dark background similar to your image */
  color: white;
  text-align: center;
  padding: 20px 0;
  position: relative;
  font-family: 'DM Sans', sans-serif;
}

.cta-section .cta-text {
  font-size: 28px;
  
  margin-bottom: 15px;
}

.cta-section .cta-subtext {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.cta-section .cta-text img {
  width: 30px; /* Adjust the size of the icon */
  height: auto;
}
.cta-section .btn-primary {
  background-color: white;
  border-color: #0C0B46;
  color:#0C0B46;
  font-weight: bold;
  font-size: 18px ;
  border-radius: 50px;
  padding: 10px 30px;
}

.cta-section .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color:white;
}
.cta-section .btn-primary span{
  
  color:#108896;
}
.cta-section .btn-primary span:hover{
  background-color: #0056b3;
  color:#FF9900;
}

/* Optional styling to replicate the puzzle-like background */
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url('/images/pattern-25.png'); /* Your left-side image */
  background-size: contain; /* Adjust as needed */
  background-repeat: no-repeat;
  background-position: left center;
 
  z-index: 1;
}

/* Right background image */
.cta-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('/images/pattern-24.png'); /* Your right-side image */
  background-size: contain; /* Adjust as needed */
  background-repeat: no-repeat;
  background-position: right center;
 
  z-index: 1;
}


.cta-section .content {
  position: relative;
  z-index: 2;
}
.cta-container {
  background-color: #0C0B46;
    border-radius: 60px;
    padding: 15px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 787px;
    height: 84px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}


.cta-text {
  color: white; /* Text color */
  font-size: 24px; /* Text size */
  font-weight: bold; /* Bold text */
  line-height: 1.5; /* Line height for better spacing */
  flex: 1; /* Allow text to take up available space */
  padding-left:30px;
  
}

.cta-button {
  background-color: white; /* White background for the button */
  color: #0C0B46; /* Dark text color */
  border: none; /* Remove default border */
  border-radius: 30px; /* Oval shape for button */
  padding: 10px 20px; /* Padding for button */
  font-size: 18px; /* Font size for button */
  font-weight: bold; /* Bold text */
  margin-right: 10px;
  transition: background-color 0.3s; /* Smooth transition */
  cursor: pointer; /* Change cursor on hover */
}

.cta-button:hover {
  background-color: #e7e7e7; /* Light grey on hover */
}

.cta-icon {
  margin-right: 10px; /* Space between icon and text */
  height: 30px; /* Icon size */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cta-text {
      font-size: 20px; /* Smaller text on tablets */
  }

  .cta-button {
      font-size: 16px; /* Smaller button text on tablets */
      padding: 8px 16px; /* Smaller padding on tablets */
  }
}

@media (max-width: 576px) {
  .cta-text {
      font-size: 18px !important; /* Smaller text on phones */
  }

  .cta-button {
      font-size: 12px; /* Smaller button text on phones */
      padding: 6px 12px; /* Smaller padding on phones */
  }
  .cta-section .cta-subtext{
    font-size: 15px;
  }
}

/* General Styles */
.help-section {
  padding: 1rem 0;
}

.help-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  background-color: #E6F0FC;
  border-radius: 10px;
}

.help-text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2rem;
}

.help-text-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #02013B;
  margin-bottom: 1rem;
}

.help-text-content p {
  font-size: 1.125rem;
  line-height: 1.6;
}

.help-accordion-container {
  flex: 2;
  background-color: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.help-accordion {
  border-bottom: 1px solid #BDC3C7;
}

.help-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease;
}

.help-accordion-header:hover {
  background-color: #E5F0FF;
}

.help-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.3s ease;
}

.help-accordion.active .help-accordion-content {
  max-height: 500px;
}

.help-accordion-icon {
  fill: #3498DB;
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}

.help-accordion.active .help-accordion-icon {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .help-container {
    flex-direction: column;
    padding: 1rem;
  }
  .help-text-content h2{
    font-size: 1.8em;
  }
  .help-accordion-header{
    font-size: 1.2em;
  }
}
@media (max-width: 480px){
  .help-accordion-header{
    font-size: 0.9em;
}
}

.success-metrics-section {
  width: 100%;
  /* max-width: 1800px; */
  padding: 40px 20px;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
}
.success-metrics-heading1 {
  font-size: 2.5rem;
  color: #0c0b46;
  margin-bottom: 30px;
}
/* Heading Styles */
.success-metrics-heading {
  font-size: 2.5rem;
  color: #0c0b46;
  margin-bottom: 30px;
 
  
  
}


/* Container Styles */
.metrics-container {
  display: flex;
  flex-wrap: wrap;
  /* gap: 50px; */
  justify-content: center;
}

/* Card Styles */
.metric-card {
  width: 220px;
  height: 220px;
  
  
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.metric-card img {
  width: 100%;
  height: 100%;
  
  object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 768px) { /* Tablet view */
  .metric-card {
    width: 200px;
    height: 200px;
  }
  .success-metrics-heading {
    font-size: 2rem;
  }
}

@media (max-width: 480px) { /* Mobile view */
  .metric-card {
    width: 150px;
    height: 150px;
  }
  .success-metrics-heading {
    font-size: 1.75rem;
  }
}

.stats-section {
  padding: 20px 20px 10px;
  background-color: white; /* Add a background color to the section */
}

.stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 1200px; /* Max width for large screens */
}

.stats-item {
  width: 200px; /* Adjust width for individual metric items */
}

.stats-item img {
  width: 50px; /* Icon size */
  height: 50px;
}

.stats-item h2 {
  font-size: 2.5rem;
  color: #0C0B46;
  margin: 10px 0;
}

.stats-item p {
  font-size: 1.1rem;
  
  opacity:80%;
}

.stats-item p span {
  font-size: 0.9rem;
  color: white;
}
.counter {
  transition: all 0.5s ease-in-out;
}


/* Media Queries */
@media only screen and (max-width: 768px) {
  .stats-section {
    display: none;
  }
}


.pulsating-button {
  padding: 10px 30px;
  font-size: 18px;
  color: white !important;
  
  background-color: #02013B;
  border: none;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(52, 152, 219, 0.7);
  animation: pulse 2s infinite;
  transition: background-color 0.3s ease;
}

.pulsating-button:hover {
  background-color: #2980b9;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(52, 152, 219, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
  }
}
/* Hide pulsating button on mobile and tablet views (1024px or smaller) */
@media (max-width: 1024px) {
  .pulsating-button {
    display: none;
  }
}

@media (max-width: 768px) {
  .pulsating-button {
    display: none;
  }
}
/* General Styles */
/* Promo Section Styles */
.promo-section {
  background-color: #0C0B46;
  color: white;
  text-align: center;
  padding: 30px 0;
  position: relative;
  width: 80%;
  left: 10%;
  margin-top:50px;
  border-radius: 20px;
  font-family: 'DM Sans', sans-serif;
  box-shadow: 0 4px 20px black; /* Solid black shadow effect */
}

.promo-text {
  font-size: 28px;
  margin-bottom: 8px;
}

.promo-subtext {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.promo-icon {
  width: 30px; /* Adjust icon size */
  height: auto;
}

.promo-primary {
  background-color: white;
  border-color: #0C0B46;
  color: #0C0B46;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 30px;
}

.promo-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  color: white;
}

.promo-primary span {
  color: #108896;
}

.promo-primary span:hover {
  background-color: #0056b3;
  color: #FF9900;
}

/* Optional styling for background pattern */
.promo-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url('/images/pattern-25.png'); /* Left-side image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
}

.promo-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('/images/pattern-24.png'); /* Right-side image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
}

.promo-content {
  position: relative;
  z-index: 2;
}

/* Promo Container */
.promo-box {
  background-color: #0C0B46;
  border-radius: 60px;
  padding: 15px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 787px;
  height: 84px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.promo-button {
  background-color: white;
  color: #0C0B46;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  transition: background-color 0.3s;
  cursor: pointer;
}

.promo-button:hover {
  background-color: #e7e7e7;
}

.promo-icon-img {
  margin-right: 10px;
  height: 30px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .promo-text {
      font-size: 20px; /* Smaller text for tablets */
  }

  .promo-button {
      font-size: 16px; /* Smaller button text for tablets */
      padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .promo-text {
      font-size: 17px; /* Smaller text for phones */
  }
  .promo-subtext{
    font-size: 15px;
  }
  .promo-button {
      font-size: 12px !important; /* Smaller button text for phones */
      padding: 6px 12px;
  }
}
 .clients-list {
    display: flex;
    gap: 100px;
    justify-content: center;
    flex-wrap: wrap;
}

.logo-container img {
    max-width: 160px; /* Adjust as needed */
    height: auto;
}

/* Responsive styling for tablets and mobile */
@media (max-width: 768px) {
    .clients-list {
        gap: 20px; /* Reduced gap for better spacing on tablets */
    }
    .logo-container img {
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .clients-list {
        gap: 10px; /* Reduced gap for mobile view */
    }
    .logo-container img {
        max-width: 100px;
    }
}

   /* Main Heading Style */
   .main-heading {
    text-align: center;
    font-size: 2.0rem;
    color: #333;
    padding: 10px;
    background-color: #E6F0FC;
  }
  
  /* Content Wrapper */
  .content-wrapper {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #E6F0FC;
    overflow: visible; /* Ensures no scroll */
  }
  
  /* Content Slide */
  .content-slide {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    background-color: #E6F0FC;
    transition: all 0.5s ease;
  }
  
  /* Left Panel */
  .left-panel {
    width: 50%;
    background-color: #E6F0FC;
    padding: 50px;
    color: black;
    font-size: 1.2rem;
    text-align: left;
    flex-direction: column;
  }
  
  .left-panel h1 {
    font-size: 1.9em;
    color: #02013B;
    margin-bottom: 15px;
  }
  
  /* Right Panel */
  .right-panel {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .right-panel img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  /* Hide the mobile version on desktop */
  .mobile-version {
    display: none;
  }
  
  /* Hide the desktop version on mobile and show the mobile version instead */
  @media (max-width: 768px) {
    .desktop-version {
      display: none;
    }
    .mobile-version {
      display: flex;
      flex-direction: column; /* Stack content vertically on mobile */
    }
  
    /* Responsive Styles for Tablet and Mobile Views */
    .content-slide {
      flex-direction: column; /* Stack the content vertically on smaller screens */
    }
  
    .left-panel, .right-panel {
      width: 100%; /* Ensure both panels take full width */
      height: auto; /* Allow the height to adjust based on content */
    }
  
    /* Adjusted font size for h1 on smaller screens */
    .left-panel h1 {
      font-size: 1.6em; /* Reduce font size for better readability */
      text-align: center; /* Center-align text for better layout */
    }
  
    /* Adjust main heading for tablet */
    .main-heading {
      font-size: 2rem; /* Maintain readability */
      padding: 10px; /* Adjust padding for a more compact layout */
    }
  }
  
  /* Mobile View (max-width: 480px) */
  @media (max-width: 480px) {
    .main-heading h1{
      font-size: 2.4rem !important; /* Adjust font size for very small screens */
    }
  
    /* Further adjustment for very small screens */
    .left-panel h1 {
      font-size: 1.2em; /* Reduce the font size even further */
      text-align: center; /* Keep the text centered */
    }
  
    .left-panel p {
      font-size: 0.8em; /* Adjust paragraph font size for mobile */
    }
    
    .content-slide {
      padding: 0px 0; /* Reduce padding for better spacing */
    }
  
    .right-panel img {
      width: 90%; /* Slightly reduce image size for mobile */
      max-width: 100%; /* Ensure image doesn’t overflow */
    }
  }
  
#main-banner-2 {
  padding: 20px 0 ;
  background-color: #E6F0FC;
  height: 378px;
}

.banner-content h1 {
  font-size: 28px;
  margin-top:-110px;
  
}
iframe {
 margin-top: 40px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  
  .banner-content h1 {
      font-size: 24px;
      margin-top:10px;
  }

  iframe {
      height: 250px;
  }
}

@media (max-width: 576px) {
  .banner-content h1 {
      font-size: 20px;
    }   
  .demo-btn {
    padding-bottom: 37px;
    
  }

      
  

  iframe {
    margin-top: -5px;
      height: 200px;
  }
}

.tab-slider-section {
  padding: 20px 40px;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #E6F0FC;
}

.slider-wraps {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
  gap: 30px;
}

.tab-slider-left {
  width: calc(50% - 15px);
  position: relative;
}

.tab-slider-right {
  width: calc(50% - 15px);
  position: relative;
  margin-top: 10%;
}

.dots-process {
  margin-bottom: 30px;
  position: relative;
  padding: 10px 0;
  border-radius: 8px;
}

.tab-dots {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px auto;
  
  flex-grow: 1;
  position: relative;
  gap:38px;
  
}

.tab-dots li {
  padding: 0 50px 8px 0;
  flex-grow: 1;
  position: relative;
}

.tab-dots li:last-child {
  padding-right: 0;
}

.tab-dots li button {
  background: transparent;
  border: 0;
  color: #02013B;
  font-family: inherit;
  font-size: 19px;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}

.tab-dots li button:hover {
  opacity: 0.9;
  color: #0288cd;
}

.tab-dots li.active button {
  opacity: 1;
  color: #0288cd;
  transform: scale(1.05);
}

.tab-dots li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  height: 2px;
  background: transparent;
  transition: background-color 0.3s ease;
}

.tab-dots li.active::after {
  background: #0288cd;
}

.left-part {
  max-width: 450px;
  padding: 70px 0 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  pointer-events: none;
}

.left-part.active {
  opacity: 1;
  position: relative;
  pointer-events: all;
}

.left-part h4 {
  color: #02013B;
  margin: 0 0 20px;
  font-size: 38px;
}

.left-part p {
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.slides-container {
  position: relative;
  height: 400px;
  
  perspective: 1000px;
}


.right-slide {
  position: absolute;
 
  width: 100%;
  
  opacity: 0;
  transform: translateZ(0) scale(0.8);
  transition: all 0.5s ease;
}

.right-slide.active {
  opacity: 1;
  transform: translateZ(100px) scale(1);
  z-index: 2;
}

.right-slide.next {
  opacity: 0.7;
  transform: translateZ(-100px) translateY(60px) scale(0.8);
  z-index: 1;
}

.right-slide img {
  width: 100%;
  height: 100%;
  
  
 
  
}

@media (max-width: 1024px) {
  .slider-wraps {
    flex-direction: column;
  }

  .tab-slider-left,
  .tab-slider-right {
    width: 100%;
  }

  .tab-dots {
    flex-wrap: wrap;
    gap: 10px;
  }

  .tab-dots li {
    padding: 0 30px 8px 0;
  }

  .tab-dots li::after {
    width: calc(100% - 30px);
  }
}

@media (max-width: 768px) {
  .slider-wraps {
   margin-top: -50px;
  }
  .slides-container{
    height:400px;
  }
  .right-slide img {
    margin-top:0px;
  }
  .slider-wraps {
    flex-direction: column;
  }
  
  .tab-slider-left,
  .tab-slider-right {
    width: 100%;
    padding:0px;
    
  }
  .left-part{
    padding:5px;
  }
  .left-part h4{
    font-size: 25px;
    margin-top: -43px;
  }

  .tab-dots li {
    padding: 0 20px 8px 0;
    
  }

  .tab-dots li button {
    font-size: 16px;
  }

  .tab-dots li::after {
    width: calc(100% - 20px);
  }
}
@media (max-width: 520px){
  .slides-container{
    height:210px;
  }
}
/* Custom styles for white carousel controls */
/* General Styling for Custom Controls */
.white-carousel-control {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent; /* No background */
  border: none; /* Remove borders */
  cursor: pointer;
  z-index: 5; /* Ensure visibility */
}

/* Custom Arrow Styling */
.white-carousel-control::before {
  content: ''; /* Reset default icon content */
  display: inline-block;
  width: 15px; /* Arrow size */
  height: 15px; /* Arrow size */
  border-top: 3px solid black; /* Black arrow */
  border-left: 3px solid black; /* Black arrow */
  transform: rotate(45deg); /* Default rotation for the arrow */
}

/* Left Arrow */
/* Left Arrow */
.carousel-control-prev::before {
  transform: rotate(-45deg); /* Correct rotation for the left direction */
}

/* Right Arrow */
.carousel-control-next::before {
  transform: rotate(135deg); /* Correct rotation for the right direction */
}


/* Positioning */
.carousel-control-prev {
  left: 40px; /* Adjust left position */
}

.carousel-control-next {
  right: 40px; /* Adjust right position */
}

/* Hover Effect */
.white-carousel-control:hover::before {
  border-color: black; /* Keep black arrow on hover */
}

/* Responsive Adjustments for Smaller Screens */
@media (max-width: 768px) {
  .white-carousel-control {
    display: none; /* Hide arrows on small devices */
  }
}



.cement-overlay-container {
  position: relative;
  width: 100%;
  max-width: 1500px; /* Adjust as needed */
  height: 300px; /* Adjust height as needed */
  overflow: hidden;
}

.background-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 30px;
  padding-top:200px;
}

.text-overlay h1 {
  color: whitesmoke;
  font-size: 48px; /* Adjust font size as needed */
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

/* Background image for diagonal lines */
.line-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-size: cover;
  opacity: 0.2; /* Adjust opacity as needed */
  pointer-events: none;
}
.sales-carousel-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

/* Carousel Wrapper */
.sales-carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Sales Banner Styling */
.sales-banner {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 50px;
  width: 100%;
}

/* Sales Content */
.sales-content {
  max-width: 50%;
}

.sales-content h1 {
  font-size: 24px;
  color: #003366;
  margin-bottom: 20px;
}

.sales-content p {
  font-size: 16px;
  color: black;
}

.sales-actions {
  display: flex;
  gap: 15px;
}

.sales-btn-primary {
  background-color: #0C0B46;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.sales-image {
  position: relative;
  max-width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sales-image img {
  max-width: 100%;
}

/* Carousel Navigation */
.carousel-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.carousel-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}

/* Media Queries for Tablet and Mobile Responsiveness */
@media (max-width: 1024px) {
  .sales-content h1 {
    font-size: 22px;
  }

  .sales-content p {
    font-size: 14px;
  }

  .sales-actions {
    flex-direction: column;
    gap: 10px;
  }

  .sales-image {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .sales-content h1 {
    font-size: 20px;
  }

  .sales-content p {
    font-size: 14px;
  }

  .sales-actions {
    flex-direction: column;
    gap: 10px;
  }

  .sales-image {
    max-width: 70%;
  }
}

@media (max-width: 480px) {
  .sales-content h1 {
    font-size: 18px;
  }

  .sales-content p {
    font-size: 12px;
  }

  .sales-actions {
    gap: 8px;
  }

  .sales-btn-primary {
    padding: 8px 15px;
  }

  .sales-image {
    max-width: 100%;
  }

  .sales-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sales-content {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* Default Styles */
.info-cards-container {
  display: flex;
  gap: 30px;
  margin: 0px 126px;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

.info-card {
  position: relative;
  width: 337px;
  height: 405px;
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
}

.info-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.info-card-content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  z-index: 2;
}

.info-card-content h2 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0;
  color: white;
}

.info-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.info-card-back h2 {
  font-size: 25px;
  margin: 0 0 10px;
}

.info-card-back p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.info-expand-link {
  font-size: 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.info-card:hover .info-card-back {
  opacity: 1;
  visibility: visible;
}

.info-card:hover .info-card-front {
  filter: brightness(0.6);
}

/* Media query for tablet and mobile screens */


/* Media query for mobile (max-width: 768px) */
/* Media Query for Tablet View (max-width: 1024px) */
@media (max-width: 1024px) {
  .info-cards-container {
    margin: 0 40px; /* Adjust side margins */
    gap: 20px; /* Reduce gap between cards */
  }

  .info-card {
    width: 300px; /* Adjust card width */
    height: 380px; /* Adjust card height */
  }

  .info-card-content h2 {
    font-size: 24px; /* Adjust text size */
  }

  .info-card-back h2 {
    font-size: 22px;
  }

  .info-card-back p {
    font-size: 15px;
  }

  .info-expand-link {
    font-size: 18px; /* Adjust link size */
  }
}

/* Media Query for Mobile View (max-width: 768px) */
@media (max-width: 768px) {
  .info-cards-container {
    flex-direction: column; /* Stack cards vertically */
    align-items: center;
    margin: 0 20px; /* Narrower margins */
    gap: 15px; /* Reduce gap */
  }

  .info-card {
    width: 100%; /* Full width */
    max-width: 330px; /* Max width */
    height: 360px; /* Adjust card height */
  }

  .info-card-content h2 {
    font-size: 22px; /* Smaller text */
  }

  .info-card-back h2 {
    font-size: 20px;
  }

  .info-card-back p {
    font-size: 14px;
  }

  .info-expand-link {
    font-size: 16px; /* Adjust link size */
  }
}

/* Media Query for Small Phone View (max-width: 480px) */
@media (max-width: 480px) {
  .info-cards-container {
    flex-direction: column; /* Stack cards */
    gap: 10px; /* Further reduce gap */
    margin: 0 10px; /* Narrower margins */
  }

  .info-card {
    width: 100%; /* Full width */
    max-width: 280px; /* Max width */
    height: 282px; /* Adjust card height */
  }

  .info-card-content h2 {
    font-size: 20px; /* Smaller text */
  }

  .info-card-back h2 {
    font-size: 18px;
  }

  .info-card-back p {
    font-size: 13px;
    margin-bottom:0px;
  }

  .info-expand-link {
    font-size: 14px; /* Adjust link size */
  }
}


/* General Styles */

/* General Styles */


.journey-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  max-width: 1600px; /* Adjust as per your layout */
  padding: 10px;
}

.journey-heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #0C0B46; /* Dark color to match the example */
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  position: relative;
}

.journey-heading::after {
  content: "";
  display: block;
  width: 100px; /* Length of the underline */
  height: 3px; /* Thickness of the underline */
  /*background-color: #FFD700;*/ /* Gold color to match the underline in the image */
  margin: 8px auto 0;
}

.journey-container img {
  width: 100%; /* Make the image responsive */
  height: auto; /* Maintain the aspect ratio */
  max-width:1000px;
  border-radius: 10px; /* Optional rounded corners */
 
}

/* Responsive Design */
@media (max-width: 768px) {
  .journey-container {
    padding: 5px;
  }

  .journey-heading {
    font-size: 28px;
  }

  .journey-heading::after {
    width: 80px; /* Adjust underline for smaller screens */
  }

  .journey-container img {
    width: 100%; /* Adjust image size for smaller screens */
  }
}
.industry-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.industry-card {
  position: relative;
  flex: 1 1 calc(33.333% - 20px);
  background-size: cover;
  background-position: center;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: transform 0.3s ease;
}

.industry-card:hover {
  transform: scale(1.05);
}

.industry-card h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.industry-card a {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: black;
  gap: 5px;
}

.industry-card a:hover {
  text-decoration: underline;
}

.icon {
  font-size: 18px;
}

.industry-card.metals {
  background-image: url('/images/features/Lead\ Management\ 6.png');
}

.industry-card.cement {
  background-image: url('/images/features/IVR\ 6.png');
}

.industry-card.textiles {
  background-image: url('/images/features/Google\ Review\ 8.png');
}

.industry-card.energy {
  background-image: url('/images/features/Mobile\ Apps\ 3.png');
}

.industry-card.agriculture {
  background-image: url('/images/features/Patient\ Communication\ 2.png');
}
.industry-card.emr {
  background-image: url('/images/features/EMR\ 4.png');
}

@media (max-width: 768px) {
  .industry-card {
      flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .industry-card {
      flex: 1 1 100%;
  }
}
.widget {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.widget-brochure-box {
  display: inline-block;
  text-align: center;
  margin: auto;
}

.brochure-box {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #00a9ce; /* Adjusted for theme-colored1 */
  border-radius: 5px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.brochure-box:hover {
  background-color: #008bb5; /* Slightly darker shade for hover effect */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.brochure-box i.brochure-icon {
  font-size: 20px;
  margin-right: 10px;
}

.brochure-box h5.text {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.brochure-box-theme-colored1 {
  /* Additional class for theme variations */
  background-color: #02013B;
}
.control-center-btn {
  display: inline-block;
    padding: 19px 78px;
    font-size: 27px;
    font-weight: bold;
    margin-top: 47px;
  
  
    background-color: #02013B;
    color:white;
    text-align: center;
    box-shadow: 0 4px 20px #12B6F3; /* Solid black shadow effect */
  border-radius: 10px; /* Rounded corners */
  
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.control-center-btn:hover {
  background-color: #1d1c6c; /* Slightly lighter navy on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}

@media screen and (max-width: 768px) {
  .control-center-btn {
    font-size: 1.2rem; /* Reduce font size for smaller screens */
    padding: 10px 20px; /* Adjust padding for better fit */
    /* Center alignment for smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .control-center-btn {
    font-size: 1rem; /* Further reduce font size for very small screens */
    padding: 8px 47px; /* Adjust padding for compact buttons */
    margin-top:10px;/* Center the button on very small screens */
  }
}
.case-study{
  margin-left:10px auto;
}
@media screen and (max-width: 768px) {
  .case-study {
    padding-left:10px;
  }
  .case-study h1{
    font-size: 34px;
    
  }
  
}
.custom-support-section {
  padding: 28px 20px 56px;
   background-color: #e6f0fc;  
  position: relative;
   /* background-image: url('/images/features/backdrop\ 1.png');   */
  
}

.custom-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.custom-left-card {
  flex: 1;
  background: #ffffff; /* White background inside the card */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 10px 25px rgba(0, 0, 0, 0.3);


  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}

.custom-left-card h2 {
  font-size: 24px;
  font-weight: bold;
  color: #192a4e;
  margin-bottom: 15px;
}

.custom-left-card p {
  font-size: 16px;
  color: black;
  margin-bottom: 20px;
  text-align: left;
}

.custom-human-image {
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
}

.custom-right-content {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.custom-right-card {
  background: #ffffff; /* White background inside the card */
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 10px 25px rgba(0, 0, 0, 0.3);

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.custom-card-content {
  flex: 1;
  text-align: left;
  max-width: 360px;
}

.custom-card-content h2 {
  font-size: 24px;
  font-weight: bold;
  color: #192a4e;
  margin-bottom: 10px;
}

.custom-card-content p {
  font-size: 16px;
  color: black;
  margin-bottom: 15px;
}

.custom-card-image-container {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 24px;
}

.custom-card-image-container a {
  display: inline-block;
  max-width: 441px;
}

.custom-card-image {
  width: 100%;
  border-radius: 5px;
  max-width: 374px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.custom-card-image:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Hover shadow effect */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .custom-container {
    flex-direction: column;
  }

  .custom-left-card,
  .custom-right-content {
    max-width: 100%;
  }

  .custom-right-card {
    flex-direction: column;
    text-align: center;
  }

  .custom-card-image-container {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .custom-card-image-container a {
    max-width: 290px;
  }

  .custom-card-image {
    border-radius: 10px;
  }
}

/* Section Styles */
.section-with-background {
  position: relative;
  overflow: hidden; /* Prevent overflow of background and content */
  width: 100%; /* Ensure full-width coverage */
   /* Fill the viewport height */
   
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff; /* Default text color for better readability */
}

/* Background Image Styling */
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  
   /* Cover the entire section */
  z-index: -1; /* Send the image behind the content */
}

/* Laptop View */
@media (max-width: 1024px) {
  .background-image {
    object-fit: cover;
    padding-top:110px; /* Ensure the background covers the section */
  }
}

/* Tablet View */
@media (max-width: 768px) {
  .background-image {
    object-fit: cover; 
    padding-top:100px;/* Ensure the image fits without cropping */
     /* Adjust the height to avoid stretching */
  }
}

/* Mobile View */
@media (max-width: 480px) {
  .background-image {
    object-fit: cover; /* Fit the image on smaller screens */
    padding-top:90px;
     /* Avoid stretching the image */
  }
}


.interactive-container {
  position: relative;
  width: 100%;
  max-width: 900px; /* Increased max-width to 900px */
  margin: 0 auto;
}

.interactive-image {
  width: 100%;
  display: block;
}

.clickable-area {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 10;
}

/* Clinical Intelligence */
.interactive-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.interactive-image {
  width: 100%;
  display: block;
}

.clickable-area {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 10;
}

/* Clinical Intelligence */
.clinical-intelligence {
  top: 28%;
  left: 9%;
  width: 25%;
  height: 36%;
}

/* Operational Intelligence */
.operational-intelligence {
  top: 8%;
  left: 38%;
  width: 25%;
  height: 32%;
}

/* Patient Intelligence */
.patient-intelligence {
  top: 28%;
  right: 9%;
  width: 25%;
  height: 36%;
}

/* Control Center */
.control-center {
  top: 54%;
  left: 35%;
  width: 30%;
  height: 39%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .clickable-area {
    width: 30%;
    height: 15%;
  }

  .clinical-intelligence {
    top: 26%;
        left: 8%;
        width: 27%;
        height: 38%;
  }

  .operational-intelligence {
    top: 30%;
    left: 35%;
    width: 30%;
    height: 20%;
  }

  .patient-intelligence {
    top: 26%;
    right: 8%;
    width: 27%;
    height: 38%;
  }

  .control-center {
    top: 80%;
    left: 35%;
    width: 35%;
    height: 25%;
  }
}

@media (max-width: 480px) {
  .clickable-area {
    width: 35%;
    height: 15%;
  }

  .clinical-intelligence {
    top: 28%;
        left: 8%;
        width: 28%;
        height: 36%;
  }

  .operational-intelligence {
    top: 9%;
        left: 33%;
        width: 33%;
        height: 32%;
  }

  .patient-intelligence {
    top: 28%;
        right: 8%;
        width: 28%;
        height: 38%;
  }

  .control-center {
    top: 54%;
        left: 36%;
        width: 28%;
        height: 39%;
  }
}
/* Styling for the case-study-img */
.case-study-img {
  width: 100%; /* Ensures it takes full width of the container */
  max-width: 600px; /* Optional: Set a max-width for larger screens */
  margin: 0 auto; /* Center the image horizontally */
  display: block; /* Ensures the image is treated as a block element */
  border-radius: 18px; /* Adds rounded corners */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Adds a soft shadow effect */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation for hover effects */
}

.case-study-img:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .case-study-img {
    display: none;/* Slightly reduce border radius */
  }
}

@media (max-width: 480px) {
  .case-study-img {
    display:none;/* Reduce border radius for smaller screens */
  }
}
.solutions-title {
  text-align: center; /* Center the text horizontally */
  display: flex;
  justify-content: center; /* Center the content */
  align-items: center; /* Vertically align the text */
  font-size: 2.9rem; /* Adjust the font size */
  color: #192a4e; /* Add a custom color */
   /* Make the text bold */
  margin: 0px 0 40px; /* Add spacing around the title */
}

/* Responsive Styles */
@media (max-width: 768px) {
  .solutions-title {
    font-size: 2.5rem; /* Reduce font size for tablets */
  }
}

@media (max-width: 480px) {
  .solutions-title {
    font-size: 2.3rem; /* Further reduce font size for smaller devices */
  }
}
.cta-center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Full viewport height - optional if you want it centered in full page */
  text-align: center;
  margin-bottom:25px;
}
@media (max-width: 480px){
  .primary1{
    width: 160px;
        height: 32px;
        margin-top:15px;
        padding:3px 0px !important ;

  }
  .cta-center-wrapper {
    margin-bottom:0px;

}
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 80px; /* adjust as needed */
  height: auto;
}
