@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=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
}
body {
    font-size: 16px;
    color: #252525;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Public Sans", sans-serif !important;
}
a {
    text-decoration: none;
    cursor: pointer;
    color:#dc3545;
}
a:focus,
a:hover,
a:visited,
a:hover{
    text-decoration: none;
    outline: 0;
    color:#c11f49;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0;
    background: 0 0;
    font-weight: 600;
    line-height: 1.2em;
    font-family:"Roboto", 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;
}
button {
    background-color: transparent;
    outline: 0 !important;
    cursor: pointer;
    min-width: auto;
}
.text,
p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.small-container {
    position: static;
    max-width: 900px;
    padding: 0 15px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section {
    padding: 60px 0 30px;
}
.bg_alice {
    background-color: #f9fafc;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fancybox-can-drag .fancybox-image-wrap {
    border: 10px solid #fff;
}
.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 {
    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-icon-one {
    z-index: 99;
    position: absolute;
    text-align: center;
    width: 45px;
    top: 39%;
    left: 18px;
}
.social-icon-one li {
    position: relative;
    margin-bottom: 9px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #0070e7;
    border: 1px solid;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #f5f2f2;
    box-shadow: 0 0 10px #000;
}
.social-icon-one li:nth-child(2) a {
    color: #e1029b;
}
.social-icon-one li:nth-child(3) a {
    color: #cc2828;
}
.social-icon-one li:nth-child(4) a {
    color: #ff00e0;
}
.social-icon-one li a:hover {
    /*background-color: #282f69;*/
    /*color: #47f78d;*/
}
.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 #fff;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-two li a:hover {
    background-color: #1370b5;
    border-color: #1370b5;
    color: #fff;
}
.social_widjet {
    /*box-shadow: 0 0 10px #adadad;*/
    display: inline-block;
    margin-top: 15px;
    padding: 10px;
    /*border-radius: 30px;*/
}
.social_widjet span {
    display: inline-block;
    font-weight: 600;
    margin-right: 18px;
    font-size: 20px;
}
.social-icon-three {
    position: relative;
    display: block;
    text-align: center;
    display: inline-block;
}
.social-icon-three li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}
.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 17px;
    color: #014298;
    height: 35px;
    width: 35px;
    background: #fff;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid;
}
.social-icon-three li:nth-child(2) a {
    color: red;
}
.social-icon-three li:nth-child(3) a {
    color: #12bfbf;
}
.social-icon-three li:nth-child(4) a {
    color: #f51cee;
}
.social-icon-three li a:hover {
    background: #14aa50;
    color: #fff;
}
.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: #777;
    height: 35px;
    width: 35px;
    border: 1px solid #e1e1e1;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-four li a:hover {
    background-color: #ef5b3f;
    border-color: #ef5b3f;
    color: #fff;
}
.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: #777;
    height: 35px;
    width: 35px;
    border: 1px solid #e1e1e1;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-five li a:hover {
    background-color: #7fc540;
    border-color: #7fc540;
    color: #fff;
}
.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: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-colored li a:hover span {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: #036;
}
.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 {
    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: 0 !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 .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 {
    position: relative;
    padding: 16px 10px;
    min-height: 50px;
    margin-bottom: 30px;
    border-radius: 50px 0 0 50px;
}
.message-box p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.message-box h4 {
    color: #fff;
    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: #fff;
    text-decoration: underline;
    -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;
}
.message-box .close-btn {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    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 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;
}
.message-box .close-btn .icon {
    color: #fff;
    font-size: 18px;
    opacity: 0.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: #fff;
    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-box.info {
    border-color: #5bc0de;
    background-color: #5bc0de;
}
.message-box.info a,
.message-box.info h4 {
    color: #fff;
}
.message-box.info .icon-box .icon {
    color: #5bc0de;
}
.message-box.success {
    border-color: #5cb85c;
    background-color: #5cb85c;
}
.message-box.success a,
.message-box.success h4 {
    color: #fff;
}
.message-box.success .icon-box .icon {
    color: #5cb85c;
}
.message-box.warning {
    border-color: #f0ad4e;
    background-color: #f0ad4e;
}
.message-box.warning a,
.message-box.warning h4 {
    color: #fff;
}
.message-box.warning .icon-box .icon {
    color: #f0ad4e;
}
.message-box.error {
    border-color: #d9534f;
    background-color: #d9534f;
}
.message-box.error a,
.message-box.error h4 {
    color: #fff;
}
.message-box.error .icon-box .icon {
    color: #d9534f;
}
.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: #fff;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.default-tabs .tab-buttons li.active-btn {
    background-color: #fff;
    color: #1370b5;
}
.default-tabs .tabs-content {
    position: relative;
    width: 100%;
    padding: 25px 25px;
    background-color: #fff;
}
.default-tabs .tabs-content p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}
.default-tabs.style-two .tab-buttons {
    background: #fff;
    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;
}
.accordion-box {
    position: relative;
    margin-bottom: 30px;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    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: #222;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion-box .block .acc-btn.active {
    background: #1370b5;
    color: #fff;
}
.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 0.3s ease;
}
.accordion-box .block .acc-btn.active .icon {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    color: #fff;
}
.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 0.3s ease;
    transition: all 0.3s 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: #fff !important;
    color: #222;
}
.accordion-box.style-two .block .content p {
    color: #fff;
}
.accordion-box.style-two .block .acc-btn.active .icon {
    color: #222;
}
.default-table {
    position: relative;
    background: #fff;
    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: #fff;
}
.default-table thead th {
    position: relative;
    padding: 20px 30px;
    font-size: 16px;
    color: #fff;
    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 {
    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 0.5s ease;
    background-color: #fff;
    z-index: 0;
}
.theme-btn span:nth-child(2) {
    left: 20%;
    transition-delay: 0.1s;
}
.theme-btn span:nth-child(3) {
    left: 40%;
    transition-delay: 0.2s;
}
.theme-btn span:nth-child(4) {
    left: 60%;
    transition-delay: 0.3s;
}
.theme-btn span:nth-child(5) {
    left: 80%;
    transition-delay: 0.4s;
}
.theme-btn:hover span {
    transform: translateY(0) scale(2);
}
.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    background: linear-gradient(to left, #262f69, #14aa50);
    overflow: hidden;
    min-width: 150px;
    border-radius: 30px;
}
.btn-style-one:hover {
    color: #14aa50;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-two {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #1370b5;
    padding: 10px 40px;
    font-weight: 600;
    background: #fff;
    overflow: hidden;
    min-width: 170px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-two:hover {
    color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.btn-style-two span:not(.btn-title) {
    background: #1370b5;
}
.btn-style-three {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding: 10px 40px;
    font-weight: 600;
    background: #158a44;
    overflow: hidden;
    min-width: 170px;
}
.btn-style-three:hover {
    color: #222;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.btn-style-four {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #222;
    padding: 10px 40px;
    font-weight: 600;
    background: #fff;
    overflow: hidden;
    min-width: 170px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-four:hover {
    color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}
.btn-style-four span:not(.btn-title) {
    background: #222;
}
.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.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 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;
}
.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: #fff;
    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 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;
}
.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: #fff;
    color: #1370b5;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.default-arrows.dark .owl-next,
.default-arrows.dark .owl-prev {
    background-color: rgba(0, 0, 0, 0.2);
}
.default-arrows.dark .owl-next:hover,
.default-arrows.dark .owl-prev:hover {
    background-color: #fff;
}
.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: #000;
    margin: 0 4px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.default-dots .owl-dot.active {
    width: 32px;
    background-color: #1370b5;
}
.default-dots.light .owl-dot {
    background-color: #fff !important;
}
.theme_color {
    color: #1370b5;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    z-index: 9999;
    background-image: url(../images/icons/page-loader.html);
    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: 0.3;
    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 {
    position: relative;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 11px;
}
.default-form .form-group:last-child {
    margin-bottom: 0;
}
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="text"]: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: 98px;
    resize: none;
    padding-top: 15px;
}
.default-form .form-group button,
.default-form .form-group input[type="submit"] {
    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: red;
}
.default-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    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 {
    position: fixed;
    right: 13px;
    bottom: 0;
    z-index: 999;
    width: 40px;
    height: 40px;
    font-size: 27px;
    color: #fff;
    background-color: #00a99e;
    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.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.play-now {
    position: relative;
    display: inline-block;
    z-index: 9;
    -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;
}
.play-now .icon {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    color: #222;
    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 0 10px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.play-now .ripple,
.play-now .ripple:after,
.play-now .ripple:before {
    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, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.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: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.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);
    }
}
.top_wrap {
    position: relative;
    height: 100vh;
}


.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    border-top: 4px solid #00837b;
}
.main-header::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 5px;
    border-bottom: 4px solid #dc3545;
    right: 0;
    top: -5px;
}
.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: 8px 0;
}
.header-top .top-left .contact-list li {
    position: relative;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #002785;
    font-weight: 400;
    margin-right: 28px;
}
.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: #62b204 !important;
}
.header-top .top-left .contact-list li a {
    color: #1370b5;
    display: inline-block;
    -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;
}
.header-top .top-right {
    position: absolute;
    right: 30px;
    float: right;
    top: 230px;
    width: 30px;
}
.main-header .header-lower {
    position: relative;
    padding-top: 30px;
}
.header-lower .auto-container {
    max-width: 1250px;
}
.auto-container,
.container {
    position: relative;
}
.main-header .main-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 0;
}
.main-header .main-box:before {
    position: absolute;
    right: 0;
    width: 70%;
    content: "";
}
.main-header .nav-outer {
    position: relative;
    display: inline-block;
    align-items: center;
}
.main-header .logo-box {
    position: absolute;
    z-index: 999;
    top: 30px;
    width: 260px;
}
.main-header .logo {
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .logo img {
    width: auto;
    top: 0;
    z-index: 99;
    background: 0 0;
    left: 0;
    border-radius: 10px;
}
.fixed-header .slideInDown .main-header .logo img {
    top: -66px;
}
.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: relative;
    display: inline-block;
    top: 39px;
    left: 120px;
}
.fixed-header .main-menu {
    top: 25px;
    justify-content:center;
}
.main-menu .navbar-header {
    display: none;
}
.main-menu .navbar-collapse {
    padding: 0;
}
.main-menu .navigation {
    -webkit-box-align: center;
    align-items: center;
}
.main-menu .navigation > li {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 15px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-menu .navigation > li.current a.current,
.main-menu .navigation > li.current > a {
    color: #c11f49;
}
.main-menu .navigation > li.dropdown > a: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: 15px;
    font-weight: 900;
    color: #c11f49;
    z-index: 5;
}
.main-menu .navigation > li > a > span {
    position: relative;
}
.main-menu .navigation > li > ul {
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #00837b;
    padding: 10px 0;
    opacity: 0;
    z-index: 1;
    min-width: 112px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 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 #00837b;
    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 > a,
.main-menu .navigation > li > ul > li > span {
    position: relative;
    display: block;
    padding: 6px 15px;
    z-index: 1;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-menu .navigation > li li > a:hover,
.main-menu .navigation > li.current.dropdown > span:after,
.main-menu .navigation > li > ul > li.current > a,
.main-menu .navigation > li > ul > li > ul > li.current > a {
    color: #fff !important;
    background: #dc3545;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 100%;
    background-color: #099e44;
    padding: 10px 0;
    min-width: 200px;
    margin-top: -42px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 10px -1px rgba(0, 0, 0, 0.2);
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    text-align: left;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 18px;
    z-index: 1;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    -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(0);
    transform: translate(0);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-header .outer-box {
    position: absolute;
    right: 0;
    top: 24px;
}
.main-header .search-btn {
    position: relative;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 14px;
    color: #222;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.main-header .theme-btn {
    color: #fff;
}
.main-header .cart-btn {
    position: relative;
    display: block;
    z-index: 1;
    color: #fff;
    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: #fff;
    background-color: #1370b5;
    border-radius: 50%;
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    transform: scale(0.95);
}
.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    opacity: 0.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: #777;
    z-index: 3;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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 0.3s ease;
    transition: all 0.3s ease;
}
.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search-popup .form-group form {
    position: relative;
}
.search-popup .form-group {
    position: relative;
    margin: 0;
}
.search-popup .form-group input[type="search"],
.search-popup .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding: 15px 30px;
    height: 60px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-popup .form-group button,
.search-popup .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #1370b5;
    text-align: center;
    font-size: 22px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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;
}
.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 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;
}
.shopping-cart .cart-item:hover .thumb {
    opacity: 0.7;
}
.shopping-cart .item-name {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    -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;
}
.shopping-cart .cart-item:hover .item-name {
    color: #333;
}
.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 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;
}
.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 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;
}
.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: #fff;
    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 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;
}
.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 #eee;
}
.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 {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100px;
}
.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}
.sticky-header .main-box {
    padding: 0;
    margin: 0;
}
.header-style-two .sticky-header .logo-box:before {
    display: none;
}
.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 {
    width: 46%;
    top: -22px;
    padding: 20px;
}
.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.1);
}
.mobile-header .cart-btn {
    margin-left: 10px;
}
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    margin-left: 20px;
    color: #1370b5;
    -webkit-box-ordinal-group: 4;
    order: 3;
    display: none;
}
.mm-panels .mm-counter {
    position: absolute;
    right: 45px;
    top: 50%;
    text-indent: 0;
    display: block;
    margin-top: -10px;
    background-color: #999;
    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: #fff;
    font-weight: 600;
}
.mm-listview .current {
    background-color: rgba(0, 0, 0, 0.1);
}
#toggle-user-sidebar {
    margin-left: 20px;
}
#toggle-user-sidebar .thumb {
    display: block;
    height: 30px;
    width: 30px;
    border: 2px solid rgba(255, 255, 255, 0.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 {
    position: relative;
}
.header-top-two {
    position: relative;
    background-color: #fff;
}
.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: #777;
    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 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;
}
.header-top-two .top-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: 0;
    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 > a,
.header-style-two .header-lower .main-menu .navigation > li > span {
    color: #fff !important;
}
.header-style-two .main-menu .navigation > li.current:after {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    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 #fff;
    line-height: 36px;
    color: #fff;
    margin-left: 20px;
    box-shadow: none;
    transition: all 0.3s ease;
}
.header-style-two .search-btn:hover {
    background-color: #fff;
    color: #222;
}
.header-style-two .cart-btn .count {
    background-color: #222;
    color: #fff;
}
.header-style-two .mobile-header .cart-btn {
    color: #222;
    font-size: 24px;
}
.header-style-two .mobile-header .search-btn {
    color: #222;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.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,
.header-style-two .sticky-header .main-menu .navigation > li.dropdown > span:after,
.header-style-two .sticky-header .main-menu .navigation > li > a,
.header-style-two .sticky-header .main-menu .navigation > li > span {
    color: #222;
}
.header-style-two .sticky-header .main-menu .navigation > li.current > span,
.header-style-two .sticky-header .main-menu .navigation > li.current > span:after {
    color: #1370b5;
}
.header-style-three {
    position: relative;
    border: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.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: #fff;
    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: #fff;
}
.header-top-three .top-left .contact-list li a {
    color: #fff;
    display: inline-block;
    -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;
}
.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 {
    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: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    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 0 30px rgba(0, 0, 0, 0.1);
}
.page-title {
    position: relative;
    padding: 80px 0;
    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%;
    content: "";
    opacity: 0.5;
}
.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 0;
    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: 0.9;
    color: #1370b5;
}
.sec-title {
    position: relative;
    margin-bottom: 33px;
}
.sec-title .sub-title {
    display: block;
    font-size: 25px;
    color: #14aa50;
    margin-bottom: 6px;
    position: relative;
}
.sec-title .title {
    font-size: 16px;
    color: #666;
}
.sec-title h2 {
    display: block;
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 600;
    color: #23255a;
    text-transform: uppercase;
}
.sec-title .text,
.sec-title p {
    position: relative;
    margin-top: 0;
}
.sec-title .divider {
    position: relative;
    width: 60px;
    height: 20px;
    margin-top: 16px;
    display: none;
}
.sec-title .divider svg {
    display: block;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    fill: #cf5ba2 !important;
}
.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 .sub-title,
.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2,
.sec-title.light p {
    color: #fff;
}
.sec-title.light .divider svg {
    fill: #fff;
}
.main-slider {
    position: relative;
    width: 100%;
    height: 100vh;
}
.main-slider .tp-dottedoverlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.main-slider .title {
    position: relative;
    display: inline-block;
    color: #1370b5;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    border-radius: 5px;
    color: #74bc06 !important;
}
.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: 0 !important;
}
.fellowship-quote{
        font-size: 20px;
    margin: 0 0 30px;
    padding: 15px 0;
     text-transform: uppercase;
    text-align: center;
     line-height:32px;
    background: #f6f6f6;
    border-left: 4px solid #c01e4a;
}
@media(max-width:767px){
    .fellowship-quote{
            font-size: 16px;
            line-height: 29px;
    }
}
.slides {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide1 {
    background-image: url(../images/desktop-slide1.svg);
}

.slide2 {
    background-image: url(../images/desktop-slide2.svg);
}
.slide3 {
    background-image: url(../images/desktop-slide3.svg);
}
.banner_slide .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.banner_slide .owl-dots .owl-dot {
    /*width: 17px;*/
    height: 13px;
    border: 3px solid #00837b;
    /*background-color: #2d2f69;*/
    display: inline-block;
    margin: 0 4px;
    border-radius:50px;
    transition:all .3s;
}
.bordered-image{
    border:5px solid #ebebeb;
    box-shadow:0px 4px 9px #ccc;
}
.banner_slide .owl-dots .owl-dot.active {
    /*background-color: #14aa50;*/
    border:3px solid #dc3545;
    height:25px;
}
.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, 0.9);
    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.1);
    transform: translateX(-30%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.banner-section .active .content-box {
    transform: translateX(0) scale(1);
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}
.banner-section .content-box .title {
    position: relative;
    display: block;
    font-size: 18px;
    color: #666;
    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 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;
}
.banner-section .active .content-box .title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.banner-section .content-box h2 {
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 700;
    color: #222;
    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 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;
}
.banner-section .content-box h2 span {
    color: #1370b5;
}
.banner-section .active .content-box h2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.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 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;
}
.banner-section .active .content-box .text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.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 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;
}
.banner-section .active .content-box .btn-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.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 0.3s 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: #fff;
    text-align: center;
    font-size: 52px;
    color: #ef5b3f;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    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 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;
}
.banner-section-two .active .content-box .icon-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.banner-section-two .content-box h1 {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 96px;
    font-weight: 700;
    color: #222;
    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 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;
}
.banner-section-two .active .content-box h1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.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 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;
}
.banner-section-two .active .content-box h3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.banner-section-two .content-box .text {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    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 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;
}
.banner-section-two .active .content-box .text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.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 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;
}
.banner-section-two .active .content-box .btn-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.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 0.3s 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: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    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 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;
}
.banner-section-three .active .content-box .title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.banner-section-three .content-box h4 {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 36px;
    font-weight: 400;
    color: #222;
    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 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;
}
.banner-section-three .active .content-box h4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.banner-section-three .content-box h2 {
    font-size: 52px;
    line-height: 1.1em;
    font-weight: 700;
    color: #222;
    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 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;
}
.banner-section-three .content-box h2 span {
    color: #7fc540;
}
.banner-section-three .active .content-box h2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.banner-section-three .content-box .text {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    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 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;
}
.banner-section-three .active .content-box .text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.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 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;
}
.banner-section-three .active .content-box .btn-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.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 {
    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 0.3s 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 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;
}
.banner-section-four .active .content-box .title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.4s;
}
.banner-section-four .content-box h1 {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 96px;
    font-weight: 700;
    color: #222;
    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 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;
}
.banner-section-four .active .content-box h1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.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 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;
}
.banner-section-four .active .content-box h3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.banner-section-four .content-box .text {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    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 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;
}
.banner-section-four .active .content-box .text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.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 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;
}
.banner-section-four .active .content-box .btn-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.7s;
}
.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: #fff;
    background-image: url(../images/icons/pattern-1.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.feature-block .inner-box:hover {
    background-color: #1370b5;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.feature-block .inner-box:after,
.feature-block .inner-box:before {
    position: absolute;
    height: 200px;
    width: 200px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
    transform: scale(0);
    content: "";
    transition: all 0.6s ease;
}
.feature-block .inner-box:hover:before {
    transform: scale(1);
    opacity: 0.2;
    transition-delay: 0.3s;
}
.feature-block .inner-box:hover:after {
    transform: scale(1.7);
    opacity: 0.1;
    transition-delay: 0.4s;
}
.feature-block .icon {
    position: relative;
    display: inline-block;
    font-size: 64px;
    line-height: 1em;
    color: #1370b5;
    margin-bottom: 20px;
    -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;
}
.feature-block .inner-box:hover .icon {
    color: #fff;
}
.feature-block h4 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.feature-block h4 a {
    color: inherit;
    -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;
}
.feature-block .inner-box:hover h4 a {
    color: #fff;
}
.feature-block p {
    -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;
}
.feature-block .inner-box:hover p {
    color: #fff;
}
.feature-block-four {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-four .inner-box {
    position: relative;
    background-color: #fff;
    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.html);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    transition: all 0.3s 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 0.6s ease;
}
.feature-block-four .inner-box:hover:before {
    transform: scale(1);
    opacity: 0.1;
}
.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 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.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 0.3s ease;
}
.feature-block-four h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.feature-block-four .text {
    position: relative;
    transition: all 0.3s ease;
}
.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.html);
    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 #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.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: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.feature-block-five h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: #7fc540;
    margin-bottom: 10px;
}
.welcome-section {
    position: relative;
    padding: 120px 0 90px;
    z-index: 1;
}
.welcome-section:after,
.welcome-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-11.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: -1;
}
.welcome-section:before {
    background-image: none;
    background-color: #1370b5;
    opacity: 0.1;
}
.welcome-section .sec-title {
    margin-bottom: 30px;
}
.feature-block-six {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-six .inner-box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    transition: all 0.5s ease;
}
.feature-block-six .inner-box:hover {
    background-color: #1058bb;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.feature-block-six .icon {
    font-size: 60px;
    line-height: 1em;
    color: #1058bb;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.feature-block-six .inner-box:hover .icon {
    color: #fff;
}
.feature-block-six h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.feature-block-six .inner-box:hover h4 {
    color: #fff;
}
.feature-block-six .text {
    position: relative;
    transition: all 0.3s ease;
}
.feature-block-six .inner-box:hover .text {
    color: #fff;
}
.about-section {
    position: relative;
    padding: 98px 0 58px;
}
.about-section:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 500px;
    bottom: 0;
    left: -139px;
    margin: auto;
    z-index: -1;
    transform: rotate(-45deg);
    border-radius: 50%;
}
.about-section .sec-title {
    margin-bottom: 0;
}
.about-section .content-column {
    margin-bottom: 0;
}
.about-section .content-column .inner-column {
    position: relative;
    padding-top: 0;
}
.about-section .content-column .link-box {
    position: relative;
    margin-top: 19px;
    text-align: center;
}
.about-section .content-column .link-box .signature {
    margin-right: 30px;
}
.about-section .content-column .sub-title {
    font-size: 22px;
    display: inline-block;
    background: #14aa50;
    color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
}
.about-section .content-column h2 {
    text-transform: uppercase;
    font-size: 42px;
    position: relative;
    margin-bottom: 10px;
}
.about-section .content-column h2::before {
    content: "";
    position: absolute;
    width: 24%;
    height: 2px;
    border-bottom: 2px dashed #343396;
    right: 0;
    top: 27px;
}
.about-section .content-column h2::after {
    left: initial;
    right: 10%;
}
.about-section .content-column h3 {
    text-transform: uppercase;
    display: inline-block;
    color: #14aa50;
    margin-bottom: 16px;
    font-size: 36px;
}
.about-section .content-column .sec-title p {
    text-align: justify;
    line-height: 25px;
    margin-bottom: 9px;
}
.about-section .images-column {
    margin-bottom: 0;
}
.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: #fff;
    line-height: 100px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    font-size: 32px;
    transition: all 0.5s ease;
    padding-left: 5px;
    color: #000 !important;
}
.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.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.abtt_row_img {
    margin-top: 53px;
}
.abtt_row_img .col-md-6 {
    padding: 0 10px;
}
.abt_img {
    position: relative;
    padding: 40px;
    z-index: 1;
}
.abt_img::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 105%;
    top: 19px;
    left: 19px;
    border: 2px solid #18b958;
    z-index: -1;
}
.abt_img img {
    box-shadow: 0 0 10px #a9a9a9;
    padding: 8px;
}
.beededhospital {
    position: absolute;
    text-align: center;
    background: rgb(16 150 69);
    color: #fff;
    padding: 49px 29px;
    bottom: 5px;
    width: 39%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.beededhospital::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px dashed;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
}
.beededhospital span {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #fff;
    color: #14aa50;
    font-size: 49px;
    font-weight: 600;
    border-radius: 50%;
    line-height: 97px;
    margin-bottom: 27px;
    box-shadow: 0 0 0 9px #9ce0b7;
}
.beededhospital h4 {
    text-transform: uppercase;
    font-size: 28px;
}
.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.html);
    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: #fff;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    -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;
}
.feature-block-two .inner-box:hover {
    background-color: #1370b5;
}
.feature-block-two .inner-box:after,
.feature-block-two .inner-box:before {
    position: absolute;
    height: 200px;
    width: 200px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
    transform: scale(0);
    content: "";
    transition: all 0.6s ease;
}
.feature-block-two .inner-box:hover:before {
    transform: scale(1);
    opacity: 0.2;
    transition-delay: 0.1s;
}
.feature-block-two .inner-box:hover:after {
    transform: scale(1.7);
    opacity: 0.1;
    transition-delay: 0.2s;
}
.feature-block-two .icon {
    font-size: 30px;
    line-height: 1em;
    color: #1370b5;
    display: inline-block;
    margin-bottom: 20px;
    -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;
}
.feature-block-two .inner-box:hover .icon {
    color: #fff;
}
.feature-block-two h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    -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;
}
.feature-block-two .inner-box:hover h4 {
    color: #fff;
}
.feature-block-two p {
    -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;
}
.feature-block-two .inner-box:hover p {
    color: #fff;
}
.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: #fff;
    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.1);
}
.about-section-three {
    position: relative;
    padding: 120px 0 90px;
    background-image: url(../images/icons/pattern-8.html);
    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: #777;
}
.feature-block-three {
    position: relative;
    margin-bottom: 30px;
}
.feature-block-three .inner-box {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 30px 20px;
    padding-left: 110px;
    transition: all 0.3s ease;
}
.feature-block-three .inner-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    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 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.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 #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-section-three .image-box .image img {
    display: block;
    width: 100%;
}
.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.html);
    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 a,
.about-section-four .content-column p strong {
    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: #222;
    font-weight: 700;
}
.about-section-four .about-owner .designation {
    font-size: 15px;
    color: #777;
}
.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, 0.1);
}
.about-section-four .image-box .image img {
    display: inline-block;
    position: relative;
    bottom: -5px;
}
.skill-section {
    position: relative;
    padding: 100px 100px;
    background-image: url(../images/icons/pattern-1.html);
    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.1);
    background-color: #fff;
}
.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: 0;
}
.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
}
.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: #eee;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 0;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s 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: #000;
    font-weight: 600;
}
.skills .skill-item .skill-header .skill-percentage {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    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: #222;
    line-height: 30px;
}
.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.html);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    opacity: 0.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 0.5s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.5s ease;
}
.service-block .inner-box:hover {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
    border-bottom: 4px solid #1370b5;
}
.service-block .icon {
    position: relative;
    display: inline-flex;
    height: 100px;
    width: 100px;
    background-color: #fff;
    font-size: 42px;
    color: #1370b5;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 1px solid #ddd;
    -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;
}
.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: 0.05;
    transition-delay: 0.2s;
    -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.5s 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 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;
}
.service-block h5 a:hover {
    color: inherit;
}
.service-block .text {
    position: relative;
    cursor: default;
}
.services-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 120px 0;
    background-image: url(../images/icons/pattern-5.html);
    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, 0.1);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-block-two .image-box {
    position: relative;
    border: 10px solid #fff;
}
.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 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;
}
.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: #fff;
}
.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 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;
}
.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: #333;
    -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;
}
.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: #000;
    opacity: 0.05;
}
.services-section-three {
    position: relative;
    padding: 16px 0 107px;
}
.services-section-three:before {
    content: "";
    position: absolute;
    width: 894px;
    height: 830px;
    left: 0;
    margin: auto;
    /*background-image: url(../images/bg3.png);*/
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    bottom: 0;
    z-index: -1;
    opacity: 0.4;
}
.services-section-three:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    right: -152px;
    background-position: center;
    background-repeat: repeat;
    z-index: -1;
    transform: rotate(45deg);
}
.ser_head_title_sec {
    position: relative;
    margin-bottom: 78px;
}
.ser_head_title_sec::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -45px;
    background: #efefef;
    box-shadow: 0 0 10px #909090;
    border-radius: 15px;
}
.ser_head_title_sec p {
    margin-top: 0;
    display: inline-block;
    line-height: 23px;
}
.ser_top_title {
    position: absolute;
    right: 159px;
    top: -178px;
    text-transform: uppercase;
    background: #313492;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 8px 21px;
    border-radius: 30px;
}
.ser_top_title2 {
    position: absolute;
    left: 158px;
    top: -178px;
    text-transform: uppercase;
    background: #1c9ab5;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding: 8px 21px;
    border-radius: 30px;
}
.ser_rwa .col-md-4 {
    padding: 0 4px;
}
.ser_rwa .col-md-4:nth-child(2),
.ser_rwa .col-md-4:nth-child(5) {
    margin-top: -80px;
}
.service-block-three {
    position: relative;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
}
.service-block-three .inner-box {
    position: relative;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.5s ease;
    text-align: center;
    overflow: hidden;
}
.service-block-three .inner-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.6s;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #1f2054);
}
.ser_rwa_right .service-block-three .inner-box::before {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #12758a);
}
._ser_top_row .col-md-6:nth-child(1) {
    left: 38px;
    max-width: 44%;
}
._ser_top_row .col-md-6:nth-child(2) {
    left: 103px;
    max-width: 44%;
}
.service-block-three .inner-box:hover .icon {
    transition: all ease-in-out 0.6s;
}
.service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover h5 {
    color: #fff;
}
.service-block-three .inner-box:hover::before {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #f56315);
}
.service-block-three .inner-box:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 98%);
}
.service-block-three .inner-box ._read_more_s {
    width: 100px;
    background-color: #333;
    position: absolute;
    right: -100px;
    opacity: 0;
    visibility: hidden;
    top: 33%;
    transition: all ease-in-out 0.6s;
    color: #fff;
    font-size: 16px;
    padding: 3px 0;
}
.service-block-three .inner-box:hover ._read_more_s {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.ser_line {
    position: absolute;
    width: 100%;
    height: 76%;
    left: 0;
    right: 0;
    margin: auto;
    top: 86px;
}
.services_section {
    text-align: center;
}
.service_slider {
    padding: 72px 0;
    margin-bottom: 72px;
}
.service_slider::before {
    content: "";
    position: absolute;
    width: 535px;
    height: 535px;
    border: 2px dashed #ccc;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    border-radius: 50%;
}
.ser_itam {
    width: 380px;
    height: 380px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #dadada;
    margin-top: 4px;
}
.service_slider .owl-item .ser_itam::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 0;
    left: 0;
    border-radius: 50%;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 4px;
    z-index: 1;
    transition: all ease-in-out 0.6s;
}
.service_slider .owl-item.active .ser_itam::before {
    height: 361px;
    background: linear-gradient(to bottom, rgb(23 170 157 / 57%), #e91e6399);
}
.ser_info {
    position: absolute;
    width: 300px;
    text-align: center;
    bottom: 61px;
    color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
.ser_info h3 {
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 12px;
}
.ser_info p {
    font-size: 14px;
    color: #eee;
}
.ser_info a {
    display: inline-block;
    background: #c11f49;
    color: #fff;
    padding: 2px 12px;
    border-radius: 30px;
    margin-top: 11px;
}
.service_slider .owl-dots {
    position: absolute;
    width: 100%;
    top: 0;
}
.service_slider .owl-dots .owl-dot {
    width: 93px;
    height: 93px;
    background-color: #17aa9d;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 78px;
    top: 12rem;
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.7s;
}
.service_slider .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    width: 84px;
    height: 84px;
    border: 1px dashed #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 4px;
}
.service_slider .owl-dots .owl-dot.active {
    background-color: #c11f49;
}
.service_slider .owl-dots .owl-dot:hover {
    transform: rotate(40deg);
}
.service_slider .owl-dots .owl-dot:nth-child(1) {
    background-image: url(../images/services/spine.png);
}
.service_slider .owl-dots .owl-dot:nth-child(2) {
    left: initial;
    right: 82px;
    background-image: url(../images/services/ortho.png);
}
.service_slider .owl-dots .owl-dot:nth-child(3) {
    left: 0;
    right: 0;
    margin: auto;
    top: 30rem;
    background-image: url(../images/services/trauma.png);
}
.ser_icon {
    position: absolute;
    width: 78px;
    height: 78px;
    top: -31px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fefefe;
    border-radius:50px;
    z-index: 2;
}
.ser_left_right_img {
    opacity: 0.5;
    transition: all ease-in-out 0.6s;
}
.ser_left_right_img:hover {
    opacity: 1;
}
.y_h_o_t span {
    display: block;
    text-transform: initial;
    font-size: 29px;
    color: #c11f49;
    margin-bottom: 17px;
}
.y_h_o_t {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 27px 50px;
    font-size: 43px;
    margin-top: 38px;
    border-radius: 43px;
    box-shadow: 0 0 0 10px #00968859;
    text-transform: uppercase;
    color: #009688;
}
.service-block-three .icon {
    display: inline-block;
    margin: auto;
    text-align: center;
    -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;
}
.service-block-three h5 {
    position: absolute;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 8px;
}
.service-block-three h5 a {
    display: inline-block;
    color: inherit;
    -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;
}
.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: #000;
    opacity: 0.05;
}
.tesimonials_secion {
    position: relative;
    padding: 80px 0 80px;
    background-image: url(../images/why_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tesimonials_secion::before {
    content: "";
    position: absolute;
    background: hsl(238deg 40% 24% / 92%);
    width: 100%;
    height: 100%;
    top: 0;
}
.tesimonials_secion::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 300px;
    background: linear-gradient(to bottom, #14aa50 9%, #343562, #14aa50);
    top: 35%;
    right: 22px;
    left: 0;
    margin: auto;
}
.testimonila_slider .owl-dots {
    text-align: center;
}
.testimonila_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #eee;
    margin: 0 4px;
    border-radius: 50%;
}
.testimonila_slider .owl-dots .owl-dot.active {
    background: #14aa50;
}
.testimola_block {
    position: relative;
    text-align: center;
    padding: 20px 54px;
}
.testimola_block ._t_icon {
    display: inline-block;
    background: #14aa50;
    color: #fff;
    box-shadow: 0 0 0 10px #ccc;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 35px;
    line-height: 64px;
    margin-bottom: 34px;
}
.tesimonials_secion .sec-title h2 {
    color: #fff;
}
.tesimonials_secion .sec-title p {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 48px;
}
._testi_row {
    top: 0;
    position: relative;
}
._testi_row .col-md-4:nth-child(3) {
    border-right: 0;
}
.testimola_block h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}
.testimola_block p {
    line-height: 26px;
    margin-bottom: 13px;
    color: #dcdcdc;
}
.ratings {
    position: relative;
    color: #ffb716;
    margin-bottom: 10px;
}
.google-icon{
    position: absolute;
    right: 20px;
    top: 28px;
}
._testi_row .col-md-4 {
    padding: 0;
}
.content_wrap {
    position: relative;
}
.content_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    z-index: -1;
    opacity: 0.8;
}
.team_sections {
    position: relative;
    padding: 73px 0 25px;
}
.team_sections::before {
    content: "";
    position: absolute;
    width: 1289px;
    height: 162%;
    right: 0;
    margin: auto;
    background-image: url(../images/bg1.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    top: 0;
    z-index: -1;
    opacity: 0.4;
}
.team_block {
    position: relative;
    text-align: center;
}
.team_block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 56%;
    border: 1px solid #c5c9c8;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 49px;
    z-index: -1;
}
.team_block::after {
    position: absolute;
    content: "";
    width: 42%;
    height: 7px;
    background-color: rgb(23 19 49 / 89%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in-out 0.6s;
}
.team_block:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
}
.team_info h3 {
    text-transform: uppercase;
    font-size: 19px;
    color: #018435;
    font-weight: 700;
}
.team_info h4 {
    font-size: 17px;
    color: #000;
    margin-top: 6px;
}
.team_info {
    background: linear-gradient(to bottom, #f9f9f9, #caf3dd);
    padding: 17px 7px;
    display: inline-block;
    max-width: 329px;
    width: 100%;
    border-radius: 5px;
    min-height: 102px;
    box-shadow: 0 23px 24px -11px #a7a7a7;
}
.team_info_blocks {
    position: absolute;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.8s;
    z-index: 1;
    color: #fff;
    padding: 29px 32px;
    text-align: center;
}
.team_info_blocks h3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 14px;
}
.team_info_blocks h4 {
    color: #64e498;
    font-size: 20px;
    margin-bottom: 14px;
}
.team_info_blocks p {
    color: #eee;
}
.team_info_blocks a {
    display: inline-block;
    color: #fff;
    background: #14aa50;
    padding: 5px 14px;
    border-radius: 30px;
    margin-top: 18px;
}
.team_block:hover .team_info_blocks {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.row.why_row {
    margin: 0 0;
}
.why_row .col-md-4 {
    /*border-right: 1px dashed #ccc;*/
    /*border-bottom: 1px dashed #ccc;*/
    /*padding: 34px 7px;*/
}
.why_row .col-md-4:nth-child(3),
.why_row .col-md-4:nth-child(6) {
    border-right: 0;
}
.why_row .col-md-4:nth-child(4),
.why_row .col-md-4:nth-child(5),
.why_row .col-md-4:nth-child(6) {
    border-bottom: 0;
}
.why_blocks {
    position: relative;
    text-align: center;
}
.why_blocks h4 {
    text-transform: uppercase;
    color: #eee;
    font-size: 17px;
    margin-top: 15px;
}
.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, 0.1);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-block-four .image-box {
    position: relative;
    border: 10px solid #fff;
}
.service-block-four .image-box .image {
    position: relative;
    margin-bottom: 0;
    background-color: #fff;
    overflow: hidden;
}
.service-block-four .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
    -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;
}
.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: 0.75;
}
.service-block-four .inner-box:hover .image-box .icon {
    opacity: 0;
}
.service-block-four .lower-content {
    position: relative;
    padding: 20px 20px;
    background-color: #fff;
}
.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 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;
}
.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: #333;
    -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;
}
.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: #000;
    opacity: 0.05;
}
.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, 0.1);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.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 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;
}
.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: #fff;
    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 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;
}
.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: #333;
    -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;
}
.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: #000;
    opacity: 0.05;
}
.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: #777;
    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 #ddd;
}
.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    color: #333;
    background: #fff;
    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: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #fff;
    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: #fff;
}
.service-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 25px 30px 45px;
    border: 1px solid #ddd;
}
.service-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0;
}
.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: #666;
    margin-bottom: 0;
}
.services-categories {
    position: relative;
    margin-bottom: 50px;
    background-color: #fcfcfc;
    border: 10px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.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: #222;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    padding-left: 38px;
    overflow: hidden;
    -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;
}
.services-categories li.active a,
.services-categories li:hover a {
    color: #fff;
}
.services-categories li a:before {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 12px;
    line-height: 30px;
    color: #222;
    font-weight: 900;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    -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;
}
.services-categories li.active a:before,
.services-categories li:hover a:before {
    color: #fff;
}
.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 {
    position: relative;
    margin-bottom: 50px;
}
.brochures-box .inner {
    position: relative;
    background-color: #fcfcfc;
    border: 10px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 25px 20px 20px;
}
.brochures-box h4 {
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
}
.brochures-box .text {
    font-size: 15px;
    line-height: 23px;
    color: #222;
    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 {
    position: relative;
    background-size: cover;
    padding: 30px 20px;
    background-color: #fcfcfc;
    border: 10px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.help-box > span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin-bottom: 10px;
}
.help-box h4 {
    position: relative;
    color: #222;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.help-box p {
    position: relative;
    color: #222;
    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 {
    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: #222;
    content: "";
    opacity: 0.9;
}
.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: #bbb;
    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: #fff;
    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: #fff;
}
.why-choose-us .appointment-box {
    position: relative;
    background-color: #fff;
    margin-top: -230px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    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: 0.2;
}
.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.html);
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.5;
    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 {
    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: #666;
    font-weight: 600;
    margin-left: 44px;
    transition: all 0.3s 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 0.2s 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 0.2s 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: 0.9;
    color: #fff;
}
.portfolio-block .overlay .icon-box {
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #1370b5;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    opacity: 0;
    text-align: center;
    transform: translateY(-25px) scale(0);
    transition: all 0.2s 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: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}
.portfolio-block .cat {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-block .cat a {
    color: #fff;
    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 {
    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.html);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
    opacity: 0.5;
    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 #fff;
    max-width: 370px;
    margin: 0 auto;
    -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;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.team-block .inner-box:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.team-block .image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    content: "";
    height: 0;
    border-radius: 50% 50% 0 0;
    -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;
}
.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 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;
}
.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 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.team-block .social-links {
    position: absolute;
    left: -50px;
    top: 20px;
    -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;
}
.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: #fff;
    text-align: center;
    color: #777;
    line-height: 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -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;
}
.team-block .social-links li a:hover {
    color: #fff;
    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 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;
}
.team-block .inner-box:hover .info-box {
    bottom: 0;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.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: #777;
    font-weight: 400;
}
.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: #fff;
    border-bottom: 5px solid #eee;
    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 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.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 #fff;
    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: #fff;
}
.team-block-two .image-box .social-links li a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    background-color: #1370b5;
    -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;
}
.team-block-two .image-box .social-links li a:hover {
    color: #1370b5;
    background-color: #fff;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(2) {
    transition-delay: 0.1s;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(3) {
    transition-delay: 0.2s;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(4) {
    transition-delay: 0.3s;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(5) {
    transition-delay: 0.4s;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(6) {
    transition-delay: 0.5s;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(7) {
    transition-delay: 0.6s;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(8) {
    transition-delay: 0.7s;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(9) {
    transition-delay: 0.8s;
}
.team-block-two .inner-box:hover .image-box .social-links li:nth-child(10) {
    transition-delay: 0.9s;
}
.team-block-two .inner-box:hover .image-box .social-links li {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s 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 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;
}
.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: #000;
    font-weight: 600;
}
.team-block-two .info-box .name a {
    color: #000;
}
.team-block-two .info-box .designation {
    position: relative;
    color: #1370b5;
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
}
.team-section-two.alternate {
    background: 0 0;
}
.team-section-two.alternate .team-block-two .image-box .image img {
    filter: grayscale(0);
}
.team-section-two.alternate2 {
    background-color: #fcfcfc;
}
.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: #222;
    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: #222;
    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: 0 0;
    padding: 0;
    padding-top: 50px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}
.doctor-detail-section .sidebar-side .sidebar {
    position: relative;
    padding-right: 30px;
}
.docter-availability {
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    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: #777;
    font-weight: 400;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}
.timing-list-two li:last-child {
    border-bottom: 0;
}
.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.html);
    background-repeat: repeat;
    background-position: center top;
    opacity: 0.5;
    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: #fff;
    color: #222;
    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.1);
}
.pricing-section .tab-buttons li.active-btn {
    background-color: #1370b5;
    color: #fff;
}
.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: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.pricing-block .inner-box:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.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: 0.1;
    content: "";
    transition: all 0.3s 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: #222;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    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 #ddd;
}
.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: #fff;
    font-weight: 600;
    padding: 8px 30px;
    border: 2px solid #1370b5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.3s ease;
}
.pricing-block .inner-box:hover .btn-box a {
    color: #fff;
    background-color: #1370b5;
}
.pricing-block .btn-box a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.appointment-section {
    position: relative;
    text-align: center;
    background: #c11f49;
    padding: 37px 0;
}
.appointment-section .image-layer,
.appointment-section .image-layer:before,
.appointment-section:after,
.appointment-section:before {
    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: "";
    opacity: 1;
    width: 100%;
}
.appointment-section:before {
    content: "";
}
.appointment-section.alternate:before {
    background-color: #f5f5f5;
}
.appointment-section .content-column {
    position: relative;
}
.appointment-section .content-column .inner-column {
    position: relative;
    padding: 66px 27px;
    background: #18748d;
}
.appointment-section .title {
    font-size: 29px;
    font-weight: 300;
    color: #f4f4f4;
    display: block;
    margin-bottom: 0;
}
.appointment-section h2 {
    line-height: 53px;
    color: #fff;
    font-weight: 400;
    font-size: 31px;
    /*margin-bottom: 14px;*/
    text-transform: uppercase;
}
.appointment-section .number {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 30px;
}
.book_ann_app a:nth-child(2) {
    background-color: #282f69;
}
.appointment-section .number strong {
    font-size: 27px; /*! 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; */
    padding: 6px;
    box-shadow: 0 0 10px;
}
.appointment-section .image-column .image img {
    display: block;
    width: 100%;
    margin-top: -150px;
}
.app_right_row {
    padding: 32px 0;
    position: relative;
}
.app_right_row::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 119%;
    border: 2px dashed #bdbdbd;
    left: 0;
    right: 0;
    margin: auto;
    top: -33px;
}
.app_right_row .col-md-6 {
    padding: 0 6px;
}
._app_right_img {
    position: relative;
}
.app_right_row .col-md-6:nth-child(1) {
    margin-top: 31px;
}
.app_right_row .col-md-6:nth-child(2) ._app_right_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.appointment-section-two {
    position: relative;
    background: #1d6968;
}
.appointment-section-two .outer-box {
    position: relative;
}
.appointment-section-two .outer-box:after {
    top: auto;
    bottom: 0;
}
.appointment-section-two:before {
    background-color: #000972 !important;
    opacity: 0.9;
    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: 100px 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 #fff;
    margin-bottom: 30px;
}
.testimonial-block-three .text-box p {
    color: #fff;
    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: #fff;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}
.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: #fff;
    font-weight: 600;
}
.testimonial-block-three .info-box .designation {
    font-size: 16px;
    color: #fff;
}
.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 {
    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: #222;
    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: #777;
    font-weight: 400;
    padding: 16px 0;
    padding-left: 30px;
    border-bottom: 1px solid #ddd;
}
.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 {
    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: 0.8;
}
.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: #fff;
    margin-bottom: 20px;
}
.appointment-form-section .content-column h3 {
    font-size: 48px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.appointment-form-section .content-column .content .text {
    font-size: 18px;
    color: #fff;
    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;
}
.time-table-section {
    position: relative;
    padding: 120px 0 70px;
}
.time-table-section.pd-top-extra {
    padding-top: 200px;
}
.time-table-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-6.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.time-table-section .table-outer {
    position: relative;
    padding-bottom: 50px;
}
.time-table-section ::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
}
.time-table-section ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background: #1370b5;
}
.doctors-time-table {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    min-width: 1170px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.doctors-time-table tr th.dark {
    background-color: #222;
}
.doctors-time-table thead tr {
    background-color: #1370b5;
}
.doctors-time-table thead tr th {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    height: 60px;
    text-align: center;
    width: 147px;
    padding: 0 15px;
    border: 1px solid #fff;
    border-top: 0;
}
.doctors-time-table tbody tr {
    position: relative;
    text-align: center;
}
.doctors-time-table tbody tr th {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 147px;
    padding: 0 15px;
    color: #fff;
    height: 92px;
    background-color: #1370b5;
    border-bottom: 1px solid #fff;
}
.doctors-time-table tbody tr td {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}
.doctors-time-table tbody tr td:hover {
    background-color: #fff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    z-index: 9;
}
.doctors-time-table tbody tr td.empty:hover {
    box-shadow: none;
    cursor: unset;
}
.doctors-time-table tbody tr td strong {
    font-size: 14px;
    line-height: 18px;
}
.doctors-time-table tbody tr td p {
    font-size: 12px;
    line-height: 18px;
    color: #777;
}
.doctors-time-table tbody tr td:nth-child(even) {
    background-color: #f5f5f5;
}
.doctors-time-table tbody tr:nth-child(even) td:nth-child(even) {
    background-color: #fff;
}
.doctors-time-table tbody tr:nth-child(even) td:nth-child(odd) {
    background-color: #f5f5f5;
}
.doctors-time-table .doctor-info {
    position: absolute;
    left: 50%;
    top: -70px;
    padding: 20px 20px 20px 95px;
    min-height: 100px;
    background-color: #fff;
    text-align: left;
    min-width: 220px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.doctors-time-table td:hover .doctor-info {
    top: -100px;
    opacity: 1;
    visibility: visible;
}
.doctors-time-table .doctor-info .thumb {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 60px;
    width: 60px;
}
.doctors-time-table .doctor-info .name {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    font-weight: 700;
    margin-bottom: 10px;
}
.doctors-time-table .doctor-info .theme-btn {
    height: 30px;
    min-width: 100px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
.fun-fact-section {
    position: relative;
    z-index: 1;
    width: 77%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.fun-fact-section .counter-column {
    position: relative;
    padding: 14px 15px;
    border-right: 1px dashed #bfaab8;
    border-bottom: 1px dashed #bfaab8;
}
.afct_row .counter-column:nth-child(2),
.afct_row .counter-column:nth-child(4) {
    border-right: 0;
}
.afct_row .counter-column:nth-child(3),
.afct_row .counter-column:nth-child(4) {
    border-bottom: 0;
}
.fun-fact-section .count-box {
    position: relative;
    text-align: center;
}
.fun-fact-section .count-box .icon-box {
    display: inline-block;
    position: relative;
    height: 95px;
    width: 95px;
    border: 2px dashed #ce5aa1;
    font-size: 32px;
    line-height: 89px;
    color: #313492;
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    -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;
}
.fun-fact-section .count-box:hover .icon-box {
    background: linear-gradient(45deg, #313492, #5998c2) !important;
    color: #fff !important;
    border: none;
}
.fun-fact-section .count-box .icon-box:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 17px;
    width: 17px;
    background: #313492;
    border-radius: 50%;
    content: "";
}
.fun-fact-section .count-box .icon-box:after {
    position: absolute;
    right: 10px;
    bottom: 5px;
    height: 12px;
    width: 12px;
    background: #313492;
    content: "";
    border-radius: 50%;
}
.fun-fact-section .count-box:hover .icon-box:after,
.fun-fact-section .count-box:hover .icon-box:before {
    transform: scale(3);
    opacity: 0;
    -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 1s ease;
}
.fun-fact-section .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #c8519e;
    margin-bottom: 10px;
    -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;
    text-transform: uppercase;
}
.fun-fact-section .count-box .count-text {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600;
    -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;
}
.fun-fact-section-two {
    position: relative;
    background-color: #fff;
    background-image: url(../images/icons/pattern-4.html);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    z-index: 1;
}
.fun-fact-section-two .counter-column {
    position: relative;
    margin-bottom: 30px;
}
.fun-fact-section-two .count-box {
    position: relative;
    text-align: center;
}
.fun-fact-section-two .count-box .icon-box {
    display: inline-block;
    position: relative;
    line-height: 1em;
    font-size: 54px;
    color: #1370b5;
    border-radius: 50%;
    margin-bottom: 20px;
    -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;
}
.fun-fact-section-two .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #666;
    margin-bottom: 10px;
    -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;
}
.fun-fact-section-two .count-box .count-text {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    -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;
}
.fun-fact-section-three {
    position: relative;
    padding: 50px 0 0;
    z-index: 1;
}
.fun-fact-section-three .background-layer {
    position: absolute;
    left: auto;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #ef5b3f;
    border-radius: 0 0 0 50px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}
.fun-fact-section-three .counter-column {
    position: relative;
    margin-bottom: 50px;
}
.fun-fact-section-three .count-box {
    position: relative;
    text-align: center;
}
.fun-fact-section-three .count-box .icon-box {
    display: inline-block;
    position: relative;
    line-height: 1em;
    font-size: 54px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 15px;
    -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;
}
.fun-fact-section-three .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    -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;
}
.fun-fact-section-three .count-box .count-text {
    position: relative;
    display: block;
    font-size: 64px;
    line-height: 1.2em;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    -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;
}
.fun-fact-section-four {
    position: relative;
    padding: 50px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.fun-fact-section-four:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #87c94c;
    content: "";
    opacity: 0.95;
}
.fun-fact-section-four .counter-column {
    position: relative;
    margin-bottom: 50px;
}
.fun-fact-section-four .count-box {
    position: relative;
    text-align: center;
}
.fun-fact-section-four .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    -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;
}
.fun-fact-section-four .count-box .count-text {
    position: relative;
    display: block;
    font-size: 64px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    -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;
}
.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.html);
    opacity: 0.2;
}
.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 0.3s ease;
    transition: all 0.3s 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: #000;
    border-radius: 50%;
    background-color: #fff;
    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 0.3s ease;
    transition: all 0.3s 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: #777;
    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: #666;
}
.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-next,
.client-testimonial-carousel .owl-prev {
    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 {
    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.html);
    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.html);
    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 0.3s ease;
    transition: all 0.3s 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: #000;
    border-radius: 50%;
    background-color: #fff;
    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 0.3s ease;
    transition: all 0.3s 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: #777;
    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: #000;
    margin: 0 4px;
    border-radius: 10px;
    transition: all 0.3s 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 {
    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: #fff;
    padding: 40px 40px 35px;
    box-shadow: 0 0 30px rgba(8, 0, 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: #ddd;
    opacity: 0.2;
}
.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 #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    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: #999;
    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 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;
}
.testimonial-carousel-two .owl-dot.active,
.testimonial-carousel-two .owl-dot:hover {
    border-color: #d3994c;
    background-color: transparent;
}
.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: #fff;
    font-weight: 400;
    margin-bottom: 35px;
}
.call-to-action h2 {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    color: #fff;
    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 {
    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: 0.1;
    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: #fff;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.feature-block-seven h4 {
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    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: #fff;
}
.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: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.call-to-action-two .info-box .text {
    font-size: 18px;
    color: #fff;
    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 {
    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: #222;
    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 #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.news-section {
    position: relative;
    padding: 120px 0 80px;
}
.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: 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);
    -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;
}
.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 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;
}
.news-block .inner-box:hover .image-box .image img {
    opacity: 0.75;
}
.news-block .image-box .date {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #1370b5;
    padding: 5px 20px;
    border-radius: 10px 0 0 0;
}
.news-block .image-box .date strong {
    color: #fff;
    font-size: 22px;
}
.news-block .lower-content {
    position: relative;
    background: #fff;
    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 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;
}
.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: #222;
}
.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 {
    position: relative;
    padding: 120px 0 80px;
    background-color: #eee;
}
.news-section-two:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 320px;
    width: 100%;
    background-color: #fff;
    content: "";
}
.news-section-two.alternate {
    background-color: #fcfcfc;
    padding: 120px 0 90px;
}
.news-section-two.alternate:before {
    display: none;
}
.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.4);
}
.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: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.news-block-two .overlay-content h4 {
    font-size: 24px;
    line-height: 1.3em;
    color: #fff;
    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: #fff;
    font-weight: 400;
}
.blog-section {
    position: relative;
    padding: 35px 0 70px;
}
.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: #ececec;
    box-shadow: 0 0 8px rgb(0 0 0 / 38%);
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-block-three .inner-box.left {
    border: 5px solid #fff;
}
.news-block-three .inner-box.right {
    border: 5px solid #fff;
    text-align: right;
}
.news-block-three .image-box {
    position: relative;
    width: 35%;
}
.news-block-three .image-box .image {
    position: relative;
    margin-bottom: 0;
    margin-top: -156px;
}
.news-block-three .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
    -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;
}
.news-block-three .inner-box:hover .image-box .image img {
    opacity: 0.75;
}
.news-block-three .image-box .date {
    position: absolute;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #2d2f69;
    padding: 3px 20px;
    border-radius: 0;
    z-index: 1;
}
.news-block-three .image-box.right .date {
    padding: 5px 16px;
    right: 0;
}
.news-block-three .image-box .date strong {
    color: inherit;
    font-size: 16px;
}
.news-block-three .content-box {
    position: relative;
    padding: 16px 19px 16px;
    width: 65%;
}
.news-block-three .content-box h4 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    margin-top: 5px;
}
.news-block-three .content-box h4 a {
    display: inline-block;
    color: inherit;
    -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;
}
.news-block-three .content-box .text {
    color: #4c4c4d;
    margin-top: 10px;
}
.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;
}
.faq_blog {
    position: relative;
}
.faq_sections {
    position: relative;
    padding: 87px 0 14px;
}
.faq_blog::before {
    content: "";
    position: absolute;
    width: 1289px;
    height: 100%;
    right: 0;
    margin: auto;
    background-image: url(../images/bg2.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    bottom: 0;
    z-index: -1;
    opacity: 0.3;
}
.faq_b_sec {
    position: relative;
    padding: 11px 0;
}
.faq_b_sec::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 28px;
    border-right: 1px solid #adadad;
    top: 0;
}
.faq_box.serviceBox {
    color: #666;
    padding: 0 0 28px;
    position: relative;
    padding-left: 89px;
    border-bottom: 1px solid #adadad;
    margin-bottom: 27px;
}
.faq_row .col-md-12:nth-child(3) .faq_box.serviceBox {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.faq_box.serviceBox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 65%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
}
.faq_row .col-md-3:nth-child(2) .faq_box.serviceBox::before,
.faq_row .col-md-3:nth-child(4) .faq_box.serviceBox::before {
    background: #e5e6ff;
}
.faq_box.serviceBox .service-icon {
    color: #2bce6c;
    background: #2d2f69;
    font-size: 24px;
    line-height: 54px;
    width: 65px;
    height: 65px;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 5px solid #e8e8e8;
    box-shadow: 0 0 10px #696969;
    position: absolute;
    left: 0;
    text-align: center;
}
.faq_box.serviceBox .service-icon:after,
.faq_box.serviceBox .service-icon:before {
    content: "";
    background-color: #14aa50;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 45%;
    bottom: -13px;
}
.faq_box.serviceBox .service-icon:after {
    height: 12px;
    width: 12px;
    bottom: 0;
    background: 0 0;
}
.faq_box.serviceBox .title {
    color: #10bb54;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.faq_box.serviceBox .description {
    font-size: 14px;
    line-height: 22px;
    color: #171717;
}
@media only screen and (max-width: 990px) {
    .faq_box.serviceBox {
        margin: 0 0 30px;
    }
}
.C_a_j_j_s {
    position: relative;
    text-align: center;
    padding: 18px 0 0;
    margin-top: 77px;
}
.C_a_j_j_s::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 93%;
    box-shadow: 0 0 10px #a09f9f;
    left: 0;
    top: 0;
}
.C_a_j_j_s h3 {
    display: inline-block;
    font-weight: 400;
    font-size: 23px;
    padding: 20px 0 0;
    color: #2d2f69;
    text-transform: uppercase;
}
.C_a_j_j_s h3 span {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
    background: #2d2f69;
    color: #fefefe;
    padding: 20px 22px;
    border-radius: 30px;
}
.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: #ddd;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: 0.3;
}
.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: #fff;
    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: 0;
    left: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #333;
    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: #222;
    margin: 0;
    font-size: 28px;
    border: 0;
    line-height: 38px;
    font-weight: 500;
    background-color: #f5f5f5;
}
.blog-post .post-format-quote .icon {
    top: 0;
    left: 0;
    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;
}
.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: #777;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    -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;
}
.blog-post .post-share-options .tags a:hover {
    color: #fff;
    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: #777;
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 5px;
    border: 1px solid #aaa;
    -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;
}
.blog-post .post-share-options .social-icon li a:hover {
    color: #fff;
    background-color: #343a40;
}
.author-box {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    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: 0;
    top: 0;
    height: 200px;
    width: 200px;
    background-color: #fff;
    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: #777;
    font-weight: 400;
    margin-bottom: 15px;
}
.related-news {
    position: relative;
    margin-bottom: 50px;
}
.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: 0;
    top: 0;
    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: #222;
    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: #888;
    margin-left: 10px;
    font-weight: 400;
}
.comments-area .comment-box .text {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    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 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;
}
.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="email"],
.comment-form .form-group input[type="text"],
.comment-form .form-group select,
.comment-form .form-group textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #777;
    line-height: 23px;
    font-weight: 400;
    padding: 10px 22px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s 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 button,
.comment-form .form-group input[type="submit"] {
    padding: 10px 25px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}
.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="email"],
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="url"],
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    padding: 15px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-weight: 400;
    height: 60px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s 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: red;
}
.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    padding-top: 7px;
    margin-bottom: 0;
}
form .response {
    position: relative;
    text-align: center;
}
form .response .success {
    background: #1ca345;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 20px;
}
form .response .failed {
    background-color: #de3f44;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 20px;
}
form .response .text-info {
    background-color: #ffc001 !important;
    color: #222 !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 0.3s ease;
    border-bottom: 2px solid transparent;
}
.contact-info-block .inner:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    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 {
    position: relative;
    padding: 50px 40px;
    background-color: #f5f5f5;
    border: 10px solid #fff;
    background-image: url(../images/icons/pattern-11.html);
}
.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: #222;
    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="email"],
.contact-form-two .form-group input[type="month"],
.contact-form-two .form-group input[type="number"],
.contact-form-two .form-group input[type="text"],
.contact-form-two .form-group input[type="time"],
.contact-form-two .form-group input[type="url"],
.contact-form-two .form-group select,
.contact-form-two .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #999;
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    font-weight: 400;
    height: 50px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form-two .form-group input:focus,
.contact-form-two .form-group select:focus,
.contact-form-two .form-group textarea:focus {
    border-color: #222;
}
.contact-form-two .form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/icons/icon-select.html) 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: #fff;
}
.contact-form-two input.error:focus,
.contact-form-two select.error:focus,
.contact-form-two textarea.error:focus {
    border-color: red;
}
.contact-form-two label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
    padding-top: 7px;
    margin-bottom: 0;
}
.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: #ddd;
}
.clients-section {
    position: relative;
    padding: 55px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.clients-section .sponsors-outer {
    position: relative;
}
.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;
}
.clients-section .owl-dots,
.clients-section .owl-nav {
    display: none;
}
.main-footer {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background:#c11f49;
}
.main-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1002px;
    height: 1002px;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: repeat;
}
.main-footer .widgets-section {
    position: relative;
    background-repeat: repeat;
    background-position: center;
    padding: 50px 0 39px;
}
.footer-widget-top{
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
    padding: 13px 0;
    border-top: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
}
.footer-widget-top h3{
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
}
.footer-widget-top ul{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.footer-widget-top ul li{
    padding-right:10px;
    border-right:1px dashed #fff;
    color:#fff;
}
.footer-widget-top ul li:last-child{
    border-right:none;
}
.main-footer .widgets-section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.main-footer .footer-column {
    position: relative;
    margin-bottom: 0;
    padding: 0 15px;
}
.main-footer .footer-widget {
    position: relative;
}
.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    /*padding: 7px 15px;*/
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    /*background: #efefef;*/
    /*border-left: 3px solid;*/
}
/*.main-footer .footer-column .widget-title:before {*/
/*    position: absolute;*/
/*    right: -120px;*/
/*    top: 23px;*/
/*    width: 97px;*/
/*    height: 2px;*/
/*    margin-right: 6px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-color: #2d2f69;*/
/*    content: "";*/
/*}*/
/*.main-footer .footer-column .widget-title:after {*/
/*    position: absolute;*/
/*    right: -4px;*/
/*    top: 19px;*/
/*    height: 9px;*/
/*    width: 9px;*/
/*    content: "";*/
/*    border-radius: 50%;*/
/*    background-color: #14aa50 !important;*/
/*}*/
.main-footer .about-widget {
    position: relative;
    /*margin: -32px 0 25px;*/
    text-align: center;
    margin-top:40px;
}
.main-footer .logo {
    position: relative;
    margin-bottom: 40px;
}
.main-footer .footer-logo figure {
    margin: 0;
}
.main-footer .footer-logo img {
    display: inline-block;
    max-width: 100%;
}
.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 20px;
}
.main-footer .about-widget .text p {
    font-size: 14px;
    line-height: 26px;
    color: #bfbfbf;
    font-weight: 400;
    margin-bottom: 10px;
}
.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: #fff;
    line-height: 24px;
    top: -5px;
}
.recent-posts .post h4 a {
    color: #fff;
    -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;
}
.recent-posts .post h4 a:hover {
    color: inherit;
    opacity: 0.9;
}
.recent-posts .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ddd;
}
.useful-links {
    display: inline-block;
    margin: auto;
    padding: 12px 0;
    border-bottom: 1px dashed #969696;
    border-top: 1px dashed #969696;
    margin-bottom: 0;
}
.useful-ul {
    overflow: hidden;
}
.useful-ul span {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #14aa50;
    font-weight: 600;
    font-size: 19px;
}
.useful-ul li {
    display: inline-block;
}
.useful-ul li a {
    padding: 0 10px;
    border-right: 1px dashed #969696;
    display: block;
    color: #272727;
    font-size: 16px;
}
.useful-ul li a.b-none {
    border: none;
}
.user-links {
    position: relative;
    margin-top: 0;
    padding: 0 0;
}
.user-links li {
    position: relative;
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}
.user-links li a:before {
    position: absolute;
    width: 9px;
    height: 9px;
    line-height: 28px;
    color: #fff;
    content: "";
    border: 2px solid;
    left: -2px;
    top: 10px;
    border-radius: 100%;
}
.user-links li a {
    position: relative;
    padding-left: 16px;
    display: block;
    color: #fff;
    -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;
    font-size: 14px;
}
.user-links li a:hover {
    color: #00a99e;
}
.main-footer .contact-list {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.main-footer .contact-list li {
    position: relative;
     text-align:center;
    display:flex;
    gap:15px;
    align-items:start;
    font-size: 15px;
    padding:10px;
}
.main-footer .contact-list li:nth-child(2),
.main-footer .contact-list li:nth-child(4) {
    border-right: 0;
}
.main-footer .contact-list li:nth-child(3),
.main-footer .contact-list li:nth-child(4) {
    border-bottom: 0;
}
.main-footer .contact-list li .icon {
    position: revert;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #c11f49;
    font-size: 19px;
    line-height: 38px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ccc;
    /*margin-bottom: 12px;*/
}
.main-footer .contact-list li a {
    display: block;
    line-height: 24px;
    color: #fff;
    text-align:start;
}
.main-footer .contact-list li .text {
    display: block;
    line-height: 24px;
    color: #fff;
    text-align:start;
}
.main-footer .contact-list li .text a {
    color: #fff;
    -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;
}
.main-footer .contact-list li .text a:hover {
    color: #1370b5;
}
.main-footer .newsletter-form .text {
    position: relative;
    top: -5px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    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="email"],
.main-footer .newsletter-form .form-group input[type="text"] {
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    background: #fff;
    padding: 10px 20px;
    padding-right: 60px;
    border-radius: 5px;
    -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;
}
.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: #222;
    color: #fff;
    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: #fff;
}
.newsletter-form .response .failed {
    background-color: #1370b5;
    color: #fff;
}
.newsletter-form .response .text-info {
    background-color: #ffd658;
    color: #222 !important;
}
.main-footer .footer-bottom {
    position: relative;
    width: 100%;
}
.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    content: "";
}
.main-footer .footer-bottom .inner-container {
    position: relative;
}
.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 14px 0;
    text-align: center;
    /*border-top: 1px solid #ccc;*/
    /*background: #00a99e;*/
    border-radius: 20px 20px 0 0;
}
.insurance-txt{
        padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 20px;
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
}
.main-footer .footer-bottom .copyright-text a {
    color: #ffc107;
    font-weight: 500;
    -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;
}
.main-footer .footer-bottom .copyright-text a:hover {
    color: #fff;
}
.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: #fff;
    font-weight: 400;
    -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;
}
.main-footer .footer-bottom .footer-nav ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    content: "|";
}
.main-footer .footer-bottom .footer-nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.main-footer .footer-bottom .footer-nav ul li:first-child:before {
    display: none;
}
.main-footer.style-two .recent-posts .post h4 a:hover,
.main-footer.style-two .user-links li a:hover,
.main-footer.style-two .user-links li a:hover:before {
    color: #222;
}
.main-footer.style-five .widgets-section:before {
    background-color: #fff;
}
.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 .footer-column .widget-title,
.main-footer.style-five .recent-posts .post h4,
.main-footer.style-five .recent-posts .post h4 a,
.main-footer.style-five .user-links li a,
.main-footer.style-five .user-links li a:before {
    color: #000;
}
.main-footer.style-five .about-widget .text p,
.main-footer.style-five .contact-list li .icon,
.main-footer.style-five .recent-posts .post .date {
    color: #222;
}
.main-footer.style-five .widgets-section {
    padding: 120px 0 0;
}
.sidebar-page-container {
    position: relative;
    padding: 120px 0 70px;
}
.sidebar-page-container .sidebar {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 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 {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.sidebar-title h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
}
.sidebar .search-box .form-group {
    position: relative;
    margin: 0;
}
.sidebar .search-box .form-group input[type="search"],
.sidebar .search-box .form-group input[type="text"] {
    position: relative;
    padding: 10px 50px 10px 25px;
    border: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.01);
    display: block;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    height: 60px;
    color: #777;
    -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;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 100%;
    font-weight: 400;
    background-color: transparent;
    -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;
}
.sidebar .search-box .form-group button:hover {
    color: #1370b5;
}
.category-list {
    position: relative;
    display: block;
}
.category-list li {
    position: relative;
    margin-bottom: 5px;
    border-bottom: 0;
}
.category-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 20px;
    padding-left: 45px;
    background-color: rgba(0, 0, 0, 0.01);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s 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 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.category-list li a span {
    float: right;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.category-list li a:hover {
    color: #fff;
    background: #1370b5;
}
.category-list li a:hover:before {
    color: #fff;
}
.category-list li a:hover span {
    color: #fff;
}
.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: 0.8;
    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 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;
}
.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: #fff;
    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 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;
}
.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: #222;
    font-weight: 600;
    margin-bottom: 5px;
}
.latest-news .post h5 a {
    color: #222;
    -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;
}
.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: #777;
    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 .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: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    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.5);
}
.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;
}
.sidebar .newslatters {
    position: relative;
    overflow: hidden;
}
.sidebar .newslatters .text {
    margin-bottom: 20px;
}
.sidebar .newslatters .form-group {
    position: relative;
    margin: 0;
}
.sidebar .newslatters .form-group input[type="search"],
.sidebar .newslatters .form-group input[type="text"] {
    position: relative;
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 23px;
    padding: 10px 20px;
    height: 45px;
    width: 100%;
    border: 1px solid #eef3f9;
    background-color: #eef3f9;
    -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;
}
.sidebar .newslatters .form-group button,
.sidebar .newslatters .form-group input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 15px;
    background-color: #1370b5;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
    margin-top: 20px;
    -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;
}
.sidebar .popular-tags {
    position: relative;
}
.sidebar .popular-tags li {
    position: relative;
    display: inline-block;
    margin: 0 5px 8px 0;
}
.sidebar .popular-tags a {
    position: relative;
    display: block;
    color: #555;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px;
    background: 0 0;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    background-color: rgba(0, 0, 0, 0.02);
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar .popular-tags a:hover {
    border-color: #1370b5;
    background-color: #1370b5;
    color: #fff;
}
.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 0.3s ease;
    border: 1px solid #eee;
}
.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: #fff;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    box-shadow: 0 0 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: #222;
    font-weight: 400;
}
.shop-item .price del {
    font-size: 15px;
    color: #999;
    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: #fff;
    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 {
    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 0 10px;
}
.product-details .basic-details .details-header h4 a {
    color: #333;
}
.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: #777;
    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: #777;
}
.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: #999;
    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: #111;
}
.product-details .basic-details .text {
    margin-bottom: 25px;
    color: #777;
    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;
}
.cart-section input.quantity-spinner,
.product-details .basic-details .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;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn,
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 11px 10px;
    background: #f4f5f6;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical i,
.product-details .bootstrap-touchspin .input-group-btn-vertical i {
    top: 0;
    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;
}
.cart-table input.quantity-spinner,
.product-details .basic-details .quantity-spinner {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px !important;
    height: 50px !important;
    box-shadow: none !important;
}
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn,
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 12px 10px;
    background: #f4f5f6;
    border-radius: 0;
}
.cart-table .bootstrap-touchspin .input-group-btn-vertical i,
.product-details .bootstrap-touchspin .input-group-btn-vertical i {
    top: 8px;
}
.product-details .basic-details .add-to-cart {
    margin-left: 10px;
    border-radius: 0;
}
.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: #fff;
    color: #1370b5;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    border-radius: 0;
    padding: 10px 30px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    border: 1px solid #1370b5;
}
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover {
    background-color: #1370b5;
    color: #fff;
}
.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: 0;
}
.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 #ccc;
}
.shop-single .product-details .prod-tabs .tabs-content .tab .content h3 {
    color: #222;
    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: 0;
}
.prod-tabs .tabs-content .tab .title {
    position: relative;
    color: #3f4d50;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
.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: #777;
    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: #333;
    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: #ccc;
    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: #333;
    font-size: 16px;
    font-weight: 400;
}
.shop-comment-form .form-group:last-child {
    margin-bottom: 0;
}
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop-comment-form .form-group input[type="email"]: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="text"]: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 #ddd;
    height: 120px;
    font-weight: 300;
    background: #fff;
    resize: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s 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 {
    position: relative;
    padding: 120px 0 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: #222;
    border: 1px solid #ddd;
}
.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 #ddd;
}
.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: #fff;
}
.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: #444;
    font-weight: 400;
    line-height: 90px;
}
.cart-table tbody tr .prod-column .author {
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
}
.cart-table tbody tr .sub-total {
    font-weight: 500;
    color: #222;
    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: #222;
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s 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 #ddd;
}
.cart-table tbody tr td {
    vertical-align: middle;
    color: #797979;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    border-left: 1px solid #ddd;
}
.cart-table tbody tr td.total {
    font-size: 18px;
    color: #333;
}
.cart-table tbody tr td:last-child {
    border-right: 1px solid #ddd;
    text-align: center;
}
.cart-table tbody tr td .prod-title {
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}
.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0 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: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #223555;
    border-radius: 50%;
}
.cart-section .cart-options {
    position: relative;
    padding: 30px 30px 10px;
    border: 1px solid #ddd;
    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: #fff;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    background-color: #1370b5;
    border-radius: 5px;
    -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;
}
.cart-section .cart-options .cart-btn:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.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 #ddd;
    width: 225px;
    height: 50px;
    background: #fff;
}
.cart-section .coupon-btn {
    padding: 14px 25px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    background-color: #1370b5;
    border-radius: 5px;
    overflow: hidden;
    -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;
}
.cart-section .coupon-btn:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.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 #ddd;
}
.cart-section .totals-table li {
    line-height: 24px;
    padding: 18px 30px;
    border-bottom: 1px solid #ddd;
}
.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: #333;
    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: #222;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.cart-section .totals-table li .col:last-child {
    text-align: right;
    border-left: 1px solid #ddd;
    font-weight: 500;
}
.cart-section .totals-table .total .price {
    color: #222;
    font-weight: 600;
}
.cart-section .totals-table .proceed-btn {
    padding: 14px 25px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    background-color: #1370b5;
    border-radius: 5px;
    -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;
}
.cart-section .totals-table .proceed-btn:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.shipping-block {
    position: relative;
}
.shipping-block .inner-box {
    position: relative;
    padding: 40px 30px 20px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}
.shipping-block .inner-box h3 {
    position: relative;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.shipping-block .inner-box h4 {
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: capitalize;
}
.shipping-form {
    position: relative;
}
.shipping-form .row {
    position: relative;
    margin: 0 -10px;
}
.shipping-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
}
.shipping-form .form-group input[type="email"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #ddd;
    -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;
}
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="text"]: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: #fff;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    background-color: #1370b5;
    border-radius: 5px;
    -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;
}
.shipping-form button:hover {
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.checkout-page {
    position: relative;
    padding: 120px 0 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: #222;
    background-color: #fff;
    border: 1px solid #ddd;
    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 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;
}
.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 #ddd;
}
.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 #ddd;
}
.checkout-form .form-group {
    position: relative;
    margin-bottom: 15px;
}
.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: capitalize;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.checkout-form .form-group .field-label span {
    position: relative;
    font-size: 16px;
    color: #222;
    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: #777;
    font-size: 14px;
    line-height: 24px;
}
.checkout-form input[type="email"],
.checkout-form input[type="number"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="text"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    padding: 14px 22px;
    height: 50px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/icons/icon-select.html) 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: 400;
    padding-top: 5px;
}
.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: #333;
}
.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: #222;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.checkout-page .lower-content .column h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #fa9928;
}
.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: 0;
}
.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 #ccc;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.coupon-form .form-group input[type="text"]:focus {
    border-color: #1370b5;
}
.coupon-form button {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 8px 26px;
    text-transform: capitalize;
}
.order-box {
    position: relative;
    padding: 30px 30px;
    margin-bottom: 50px;
    font-family: Ubuntu, sans-serif;
    border: 1px solid #ddd;
}
.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: #fff;
    background-color: #222;
}
.order-box .title-box .col {
    position: relative;
    width: 50%;
    float: left;
    color: #fff;
    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: #777;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}
.order-box ul li strong {
    color: #222;
    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: #777;
}
.order-box ul li:last-child {
    border-bottom: 0;
}
.payment-box {
    position: relative;
    padding: 30px 50px;
    border: 1px solid #ddd;
    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: #222;
    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: 0;
    top: 7px;
}
.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    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 {
    position: relative;
    padding: 120px 0 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.1);
}
.login-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.login-form .form-group label {
    position: relative;
    top: -1px;
    color: #999;
    font-weight: 400;
    font-size: 16px;
}
.login-form .form-group input[type="email"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    color: #777;
    font-size: 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-form .form-group input[type="email"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="text"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
    border-color: #dc3545;
}
.login-form button {
    top: 0;
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 36px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.login-form .psw {
    position: relative;
    color: #999;
    font-size: 16px;
    transition: all 0.3s ease;
}
.login-form .psw:hover {
    text-decoration: underline;
}
.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.html);
    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: #222;
    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: #222;
    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: #fff;
    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 0 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: #fff;
    margin-bottom: 20px;
}
.coming-soon .emailed-form .text {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    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="email"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 16px;
    color: #000;
    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.1);
    -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;
}
.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background-color: #1370b5;
    text-align: center;
    -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;
}
.coming-soon .copyright-text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    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, 0.5);
    transform: scale(0.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: #999;
    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: red;
}
.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: red;
}
.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: red;
}
.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: red;
}
.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, 0.2);
    transform-origin: 2px 50px;
    transition: 0.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, 0.2);
    transform-origin: 2px 70px;
    transition: 0.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: #ccc;
    opacity: 0.9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transform-origin: 1px 110px;
    transition: 0.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, 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, 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 {
    position: relative;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.error-section:after,
.error-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/pattern-5.html);
    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-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 #ddd;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    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 #ddd !important;
    cursor: pointer;
    transition: all 0.3s ease;
}
.tnc-tabs .tab-buttons li:last-child {
    border-bottom: 0;
}
.tnc-tabs .tab-buttons li.active-btn,
.tnc-tabs .tab-buttons li:hover {
    background: #f9fafc;
    border-left-color: #1370b5;
}
.tnc-tabs h4,
.tnc-tabs h5,
.tnc-tabs p {
    margin-bottom: 15px;
}
.rtl .page-title {
    text-align: right;
    transform: scaleX(-1);
}
.rtl .page-title .title-outer {
    transform: scaleX(-1);
    text-align: left;
}
.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 .main-footer .footer-column .widget-title:before,
.rtl .pricing-block .features li:before,
.rtl .user-links li a:before {
    left: auto;
    right: 0;
}
.rtl .search-popup .form-group button,
.rtl .search-popup .form-group input[type="submit"] {
    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 > a,
.rtl .main-menu .navigation > li > ul > 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:after,
.rtl .feature-block .inner-box:before {
    right: auto;
    left: -100px;
}
.rtl .main-slider .btn-box a {
    margin-right: 20px !important;
}
.rtl .main-slider .btn-box a:first-child {
    margin-right: 0 !important;
}
.rtl .tp-bgimg {
    transform: scaleX(-1);
}
.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-style-two .logo-box,
.rtl .header-top-two .top-left .contact-list li i {
    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:after,
.rtl .feature-block-two .inner-box:before {
    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 .skill-section .skill-column,
.rtl .skills .skill-item .skill-header .skill-percentage {
    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 .call-to-action-two .info-box,
.rtl .call-to-action-two .info-box .icon,
.rtl .feature-block-seven .count,
.rtl .info-block .icon,
.rtl .news-block-two .overlay-content .inner,
.rtl .testimonial-block-three .info-box .image {
    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 .doctor-info-list li strong,
.rtl .latest-news .post-thumb,
.rtl .list-style-one li:before {
    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: 0 0 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 .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button,
.rtl .sidebar .search-box .form-group 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 .comments-area .comment-box .author-thumb,
.rtl .payment-box .payment-options li .radio-option input[type="radio"] {
    left: auto;
    right: 0;
}
.rtl .sidebar .search-box .form-group input[type="search"],
.rtl .sidebar .search-box .form-group input[type="text"] {
    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 .page-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
}
/*.page-wrapper::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url(../images/bg.jpg);*/
/*    opacity: 0.07;*/
/*    z-index:-1;*/
/*}*/

.page-wrapper::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background-image: url(../images/ortho-bg.webp);*/
    opacity: 0.3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.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;
}
.address-info {
    position: absolute;
    z-index: 9;
    margin-top: 0;
    bottom: auto;
    padding: 7px 9px;
    background: #00837b;
    padding-left: 0;
    border-radius: 30px;
    right: 30%;
    top: 14px;
}
.address-info li {
    display: inline-block;
    padding: 0 12px;
    position: relative;
    width: auto;
    text-align: center;
    border-right: 1px dashed #fff;
}
.address-info li:nth-child(2) {
    border-right: 0;
}
.address-info li a {
    color: #fff;
    word-break: break-word;
    font-size: 16px;
}
.address-info li a i {
    width: 30px;
    height: 30px;
    background-color: #dc3545;
    text-align: center;
    border-radius: 999px;
    color: #fff;
    line-height: 31px;
    font-size: 15px;
}
.whatapp_icon {
    position: absolute;
    color: #f7f7f7 !important;
    width: 48px;
    font-size: 36px;
    right: 21%;
    height: 57px;
    background: #14aa50;
    z-index: 999;
    text-align: center;
    line-height: 50px;
    border-radius: 0 0 27px 27px;
}
.whatapp_icon:hover{
    color:#fff;
    text-decoration:none;
}
.color1 {
    color: #6ab700 !important;
}
.tparrows {
    display: none;
}
.main-header.fixed-header .logo {
    position: absolute;
    top: -6px;
}
.main-header.fixed-header .logo img {
    width: 240px;
}
.image-3 {
    display: inline-block;
    position: relative;
    text-align: center;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 300px;
    height: 300px;
}
.video-link {
    display: inline-block;
    position: relative;
    text-align: center;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 200px;
    height: 200px;
    padding-top: 45px;
    background: #313492;
}
.video-link h3 {
    font-size: 50px;
    color: #fff;
}
.video-link h4 {
    font-size: 30px;
    color: #fff;
}
.footer-logo img {
    width: 180px;
    /*margin-bottom: 16px;*/
    border-radius: 5px;
}
.blog-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    left: -89px;
    border-radius: 50%;
}
.main-footer .widgets-section {
    position: relative;
}
.app_content .modal-header {
    display: block;
    text-align: center;
    border: none;
    padding-bottom: 0;
}
.app_content .modal-header h4 {
    text-transform: uppercase;
}
.app_content .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #29d870;
    opacity: 1;
    color: #fff;
    font-size: 37px;
    padding: 1px 6px;
    line-height: 39px;
}
.app_content .modal-header .close:focus,
.app_content .modal-header .close:hover {
    opacity: 1;
}
.appointment-form {
    position: relative;
    padding: 0;
    margin-top: 0;
    text-align: center;
}
.appointment-form .sec-title {
    margin-bottom: 40px;
}
.appointment-form .form-control {
    height: 45px;
    background-color: #f5f5f5;
}
.modal-dialog.app_dialouge {
    max-width: 394px;
    margin-top: 7%;
}
.inner_body .main-header {
    position: relative;
    margin-bottom: 60px;
}
.inner_body .social-icon-one {
    top: 12rem;
}
.bread_cumb_wrap {
    position: relative;
    text-align: center;
    padding: 180px 0;
    /*background-image: url(../images/breadcumb.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor:pointer;
}
.bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: linear-gradient(to left, rgb(31 43 138 / 85%), rgb(21 150 33 / 85%));*/
}
.bread_cumb_wrap h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.bread_cumb_wrap ul {
    display: inline-block;
    /* border: 1px dashed #eee; */
    padding: 3px 17px;
    /* border-radius: 30px; */
    background: #c01e4a;
}
.bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    color: #fff;
}
.bread_cumb_wrap ul li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #e0dfdf;
    right: -10px;
    top: 14px;
    transform: rotate(293deg);
}
.bread_cumb_wrap ul li:last-child:before {
    display: none;
}
.bread_cumb_wrap ul li a {
    display: block;
    color: #fff;
}
.inner_content_wrap {
    min-height: 60vh;
    padding: 70px 0;
}
.service_inner_content h2 {
    font-size: 21px;
    color: #ffffff;
    margin: 20px 0 7px;
    
    width: fit-content;
    font-weight: 500;
    background: #c11f49;
    padding: 2px 10px;
    box-shadow: 4px 4px 0px #00a99e;
    border-radius: 2px;
}
.service_inner_content h3 {
    font-size: 18px;
    color: #47ab50;
    margin: 17px 0 9px;
}
.service_inner_content p {
    margin-bottom: 10px;
}
.ol_styles {
    position: relative;
}
.ol_styles li {
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    line-height: 25px;
    margin-bottom: 8px;
}
.ol_styles li::before {
    position: absolute;
    width: 11px;
    height: 11px;
    line-height: 28px;
    color: #00837b;
    content: "";
    border: 3px solid;
    left: 0;
    top: 8px;
    border-radius: 100%;
}
.inner_ser_img {
    display: inline-block;
    position: relative;
    /*padding: 24px;*/
}
.inner_ser_img::after,
.inner_ser_img::before {
    /*content: "";*/
    /*position: absolute;*/
    /*width: 150px;*/
    /*height: 150px;*/
    /*left: 0;*/
    /*top: 0;*/
    /*background: #282f69;*/
    /*z-index: -1;*/
}
.inner_ser_img::after {
    top: initial;
    left: initial;
    right: 0;
    bottom: 0;
    background: #47ab50;
}
.inner_ser_img img {
    box-shadow: 0 6px 10px #ccc;
        /*padding: 5px;*/
    background-color: #fff;
    border: 7px solid #ebebeb;
}
._contact_info {
    position: relative;
    text-align: center;
    background: #00837b;
    padding: 52px 39px;
    margin-bottom: 30px;
}
._contact_info h3 {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 27px;
}
._contact_info ul li {
    position: relative;
    color: #eee;
    border-bottom: 1px dashed #a2a2a2;
    padding-bottom: 12px;
    margin-bottom: 16px;
}
._contact_info ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
._contact_info ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #c01e4a;
    font-size: 19px;
    border-radius: 50%;
    line-height: 39px;
    margin-bottom: 8px;
}
._contact_info ul li span {
    display: block;
}
.contact_form {
    position: relative;
    padding: 20px;
    border: 10px solid #e8e8e8;
    margin-bottom: 30px;
    background:#fff;
    box-shadow:0px 3px 9px #ccc;
}
.contact_form h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact_form .form-control {
    height: 45px;
    background-color: #f5f5f5;
}
.contact_form textarea.form-control {
    height: 80px;
}
.contact_form .btn {
    margin-top: 40px;
}
.cmap iframe {
    width: 100%;
    height: 234px;
    margin-top: 0;
}
.inner_testimonilas {
        text-align: start;
    position: relative;
    background: #f7f7f7;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0px 10px 38px #ccc;
    transition:transform .4s ease;
}
.inner_testimonilas:hover{
    transform:scale(1.04);
    box-shadow: 0px 15px 45px #ccc;
}
.inner_testimonilas span {
     
    color: #c11f49;
     
    margin-bottom: 12px;
    font-size: 26px;
    position: absolute;
    transform: rotate(180deg);
    right: 25px;
    bottom: 10px;
}
.inner_testimonilas h3 {
    text-transform: capitalize;
    color: #c11f49;
    font-size: 24px;
}
.inner_testimonila_row .col-md-6 {
    /*padding: 20px 20px;*/
    /*box-shadow: 0 0 10px #ccc;*/
}
.img_pp_blocks .box {
    background-color: #dcdcdc;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    height: 193px;
    box-shadow: 0 0 10px #ccc;
}
.img_pp_blocks .box:after,
.img_pp_blocks .box:before {
    content: "";
    background: linear-gradient(to right, #00837b, #c01e4a);
    height: 50%;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
}
.img_pp_blocks .box:after {
    top: auto;
    bottom: -50%;
}
.img_pp_blocks .box:hover:before {
    top: 0;
}
.img_pp_blocks .box:hover:after {
    bottom: 0;
}
.img_pp_blocks .box img {
    width: 100%;
    height: auto;
}
.img_pp_blocks .box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease-out 0.1s;
}
.img_pp_blocks .box:hover .box-content {
    opacity: 1;
    top: 20%;
}
.img_pp_blocks .box .title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
}
.img_pp_blocks .box .title:after {
    content: "";
    height: 2px;
    width: 70px;
    border-top: 2px dashed rgba(255, 255, 255, 0.7);
    margin: 7px auto 10px;
    display: block;
    clear: both;
}
.img_pp_blocks .box .post {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
}
.img_pp_blocks .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 40%;
    z-index: 2;
    transition: all 0.3s ease-out 0.1s;
}
.img_pp_blocks .box:hover .icon {
    opacity: 1;
    bottom: 43%;
}
.img_pp_blocks .box .icon li {
    margin: 0 3px;
    display: inline-block;
}
.img_pp_blocks .box .icon li a {
    color: #444;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    height: 35px;
    width: 35px;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
}
.img_pp_blocks .box .icon li a:hover {
    color: #fff;
    background: #17aa9d;
}
.fancybox-button.fancybox-button--share {
    display: none;
}
.images_row .col-md-3 {
    padding: 0 5px;
}
.videos_blocks iframe {
    width: 100%;
    height: 230px;
    margin-bottom: 21px;
    border: 8px solid #eaeaea;
    box-shadow: 0 0 10px #9c9c9c;
}
.youtube-viewMore{
        background: #00a99e;
    padding: 5px 25px;
    color: #fff;
    border-radius: 30px;
    
}
.youtube-viewMore a{
    color:#fff;
}
.team_head {
    text-align: center;
}
.team_head h3 {
    display: inline-block;
    text-transform: uppercase;
}
.inner_team_info {
    text-align: center;
    background: linear-gradient(to bottom, #00837bab, #00837bab);
    padding: 17px 6px;
    color: #fff;
    
}
.inner_team_info h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
}
.inner_team_info h4 {
    font-size: 17px;
    margin-top: 4px;
}
.inner_team_pic {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 23px;
    border-bottom: 7px solid #c11f49;
}
.team_profiles p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    text-align: justify;
}
.team_divider {
    margin-bottom: 40px;
}
.tean_head_tt {
    text-align: center;
}
.tean_head_tt h3 {
    display: inline-block;
    background: #00a99e;
    color: #ffffff;
    border-bottom: 3px solid #c11f49;
    text-transform: uppercase;
    font-size: 24px;
    padding: 7px 15px;
    margin: 34px 0 21px;
    box-shadow: 0 0 10px #b9b8b8;
}
._awards_ {
    position: relative;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
}
._awards_ i {
    display: table;
    margin: auto;
    width: 45px;
    height: 45px;
    background: linear-gradient(to left, #ff2f65, #c11f49);
    color: #fff;
    font-size: 22px;
    line-height: 43px;
    border-radius: 5px;
    margin-bottom: 7px;
}
.awardrow .col-md-4 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px 20px;
}
.awardrow .col-md-4:nth-child(3),
.awardrow .col-md-4:nth-child(6),
.awardrow .col-md-4:nth-child(9) {
    border-right: 0;
}
.awardrow .col-md-4:nth-child(10) {
    margin-left: 190px;
}
.awardrow .col-md-4:nth-child(10),
.awardrow .col-md-4:nth-child(11) {
    border-bottom: 0;
}
.profision_memmerships {
    background-color: #c11f49;
    padding: 64px 0;
    margin-bottom: 31px;
}
.profisiional_row .col-md-4 {
    border: 1px dashed #eee;
    padding: 27px 23px;
}
._profissional_block {
    text-align: center;
    color: #eee;
}
._profissional_block i {
    display: table;
    margin: auto;
    color: #fff;
    font-size: 29px;
}
.profission_title {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.corsesrow .col-md-6 {
    box-shadow: 0 0 10px #ccc;
    padding: 15px 19px;
}
.courses_done_block {
    text-align: center;
}
.courses_done_block i {
    width: 40px;
    height: 40px;
    background-color: #47ab50;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    border-radius: 50%;
    margin-bottom: 11px;
}
.courses_done_block h4 {
    font-size: 19px;
    margin-bottom: 11px;
}
.courses_done_block p {
    text-align: justify;
}
.acedimic_roe .col-md-3 {
    text-align: center;
    padding: 20px 10px;
}
.acedimic_roe .col-md-3:nth-child(1),
.acedimic_roe .col-md-3:nth-child(3),
.acedimic_roe .col-md-3:nth-child(6),
.acedimic_roe .col-md-3:nth-child(8) {
    background-color: #00968845;
}
.acedemic_roles_block {
    font-size: 14px;
    line-height: 25px;
}
.acedemic_roles_block i {
    display: table;
    margin: auto;
    color: #c11f49;
    font-size: 35px;
    margin-bottom: 16px;
}
._book {
    text-align: center;
    color: #fff;
    background: #2d2f69;
    padding: 25px 15px;
}
._book h4 {
    text-transform: uppercase;
    margin-bottom: 12px;
}
._book p {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.bubli_list h4 {
    text-transform: uppercase;
    font-size: 17px;
    color: #2d2f69;
    border-top: 2px solid;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 6px 0;
    margin: 33px 0 17px;
}
.commitment_block {
    text-align: center;
    border: 1px solid #eee;
    padding: 22px 12px;
}
.commitment_block i {
    display: inline-block;
    color: #47ab50;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    margin-bottom: 12px;
    font-size: 13px;
}
.commitment_block h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.commitment_block p {
    margin: 0;
    color: #eee;
    text-align: center;
}
.acdemiacc_row .col-md-4:nth-child(4),
.acdemiacc_row .col-md-4:nth-child(5),
.acdemiacc_row .col-md-4:nth-child(6) {
    border-bottom: 0;
}
.profissional_ac_list p {
    text-align: center;
}
.team_profiles .auto-container {
    position: relative;
}
.team_other_profile {
    position: absolute;
    right: 0;
    top: -164px;
    padding: 13px;
    z-index: 2;
}
.team_other_profile a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 9px;
    background: #f5f5f5;
    padding: 4px 9px;
    border-radius: 30px;
    box-shadow: 0 0 10px #8a8a8a;
}
.team_other_profile i {
    width: 35px;
    height: 35px;
    text-align: center;
    background: linear-gradient(to left, #47ab50, #2d2f69);
    color: #fff;
    border-radius: 50%;
    line-height: 33px;
}
.team_other_profile span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    margin-bottom: 9px;
}
.inner_abt_text h4 {
    font-size: 20px;
    color: #00837b;
    position:relative;
}
.inner_abt_text h4::before{
    /*position:absolute;*/
    /*content:"";*/
    /*width:8px;*/
    /*height:8px;*/
    /*border-radius:10px;*/
    /*border:2px solid #c01e4a;*/
}
.inner_abt_text h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
    color: #c01e4a;
    margin-top: 9px;
}
.inner_abt_text p {
    text-align: justify;
    margin-bottom: 10px;
}
.inner_abt_img {
    border: 1px solid #ccc;
    padding: 15px;
    height: 100%;
    width: 100%;
}
.inner_abt_img img {
    box-shadow: -6px 6px 6px #a3a3a3;
    height: 100%;
}
._mvv_b_row .col-md-4 {
    position: relative;
}
.mvv_blocks {
    text-align: center;
    padding: 20px 15px;
    background: #e4e5ff;
    margin-top: 30px;
    box-shadow: 0 0 10px #a5a5a5;
    border-radius: 10px;
}
._mvv_b_row .col-md-4:nth-child(2) .mvv_blocks {
    background-color: #e6ffea;
}
.mvv_blocks h4 {
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    border-bottom: 2px dashed;
    margin-bottom: 10px;
}
.mvv_blocks p {
    margin: 0;
}
.facilies_block {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
}
.facilies_block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #1b1d58, transparent);
}
.facilies_block h4 {
    position: absolute;
    bottom: 41px;
    background: linear-gradient(45deg, #13711b, #2eb73a, transparent);
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    padding: 9px 14px;
}
.awrad_titlle_head_ {
    text-align: center;
}
.awrad_titlle_head_ h4 {
    text-transform: uppercase;
    margin: 40px 0 30px;
    font-size: 42px;
    color: #47ab50;
    border-bottom: 2px solid;
    display: inline-block;
}
.key_title {
    font-size: 35px;
    text-transform: uppercase;
    color: #23255a;
    margin-bottom: 15px;
}

.offers-section {
    padding: 50px 0 0
}

.dctr_block {
    text-align: center;
    z-index: 2
}

.dctr_info {
    padding: 0px 0 10px
}

.dctr_info h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 10px;
    color: #c11f49;
    /*font-family: "Archivo Black", sans-serif;*/
}

.dctr_info h3 {
    font-size: 16px;
    font-weight: 600
}


.dctr_info h4 {
    font-size: 16px;
    margin: 8px 0 0;
    font-weight: 600
}

.dctr_pic img {
    border: 8px solid #f5f5f5;
    width: 400px;
    box-shadow: 0px 6px 8px #252525;
}

.about-content {
    margin-bottom: 28px;
    z-index: 1;
    padding-top: 0
}

.about-content span {
    font-size: 34px;
    margin-bottom: 11px;
    border-radius: 20px;
    text-transform: capitalize
}

.exp-txt h2,.services_list h3,.theme-btn {
    text-transform: uppercase
}

.about-content p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}

.btn-style-one-1 {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    color: #252525;
    padding: 1px 10px;
    border: 1px solid #353535;
    font-weight: 400;
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff
}
.exp-section {
    position: relative;
    padding: 0 0 102px;
    margin-top: -70px
}

.exp-section::after {
    content: "";
    position: absolute;
    height: 78%;
    width: 100%;
    background: url(../images/exp-bg.webp) 0 0/cover no-repeat;
    top: 0;
    left: 0;
    z-index: -2
}

.exp-div .exp-item::before,.exp-section::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: ""
}

.exp-section::before {
    height: 78%;
    width: 100%;
    /*background-image: linear-gradient(to right, #c02c5c , #00837b );*/
    background-color:#c02c5c;
    opacity:0.88;
    
}

.exp-row {
    position: relative;
    top: 45px
}

.exp-div .exp-item {
    margin: 10px;
    padding: 25px;
    text-align: center;
    top: -124px;
    position: relative
}

.exp-div .exp-item::before {
    height: 140px;
    width: 140px;
    background-color: #fff;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 0 0 5px #000;
    border-radius: 20px
}

.exp-txt {
    margin-bottom: 45px
}
.exp-item h2{
    font-size:30px;
    
}

.exp-txt h2 {
    color: #fff;
    top: -15px;
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 48px;
    text-align: center
}
.tesimonials_section{
    position:relative;
}
.test-head{
    position:absolute;
    width:300px;
    height:300px;
    padding:60px 17px 0;
    border:14px solid #ccc;
    z-index:1;
    border-radius:50%;
    background:#f5f5f5;
    left:0;
    right:0;
    top:250px;
    margin:auto;
    text-align:center;
}
.test-head span{
   padding: 5px 10px;
    color: #ffffff;
    background: #c11f49;
    border-radius: 5px;
    
}
.test-head h2{
    position:relative;
    font-weight: 700;
    color: #353535;
    line-height: 43px;
    padding-bottom: 10px;
    margin:10px 0;
}
.test-head h2::before{
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    width: 207px;
    height: 3px;
    content: "";
    border-radius: 2px;
    background: #c11f49;
}
.test-container{
    border-radius:44px;
    width:580px;
    height:400px;
    overflow:hidden;
    margin:10px;
}
.test-container iframe{
    width:100%;
    height:100%;
}
.why-choose{
    padding:80px 0;
}
.ser_btm {
    position:relative;
    text-align: center;
    margin: 16px 0 0;
}
.ser_btm::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 60px;
    background: #009688;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 22px;
}

.ser_btm h3 {
    text-transform: uppercase;
    font-size: 34px;
    background: #c11f49;
    color: #eee;
    padding: 7px 24px;
    display: inline-block;
    font-weight: 500;
    border-radius: 31px;
    margin-bottom:80px;
}

.why_row .col-md-4 {
    padding: 0 10px;
}

.why_row .col-md-4:nth-child(1),
.why_row .col-md-4:nth-child(3) {
    margin-top: -66px;
}

.why_list_block {
    position: relative;
    padding: 0px 12px;
    margin: 0px 0 0;
}

.why_list_block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}

.why_title {
    position: relative;
    text-align: center;
    padding: 0 95px;
    margin-bottom: 28px;
}
.why-chose h2{
        margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    color:#2b2b2b;
}

.why_title::before,
.why_title::after {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    border-bottom: 1px solid #eee;
    left: 109px;
    top: 34px;
}

.why_title::after {
    left: initial;
    right: 109px;
}

.why_title h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 55px;
}

.why_title p {
    color: #fff;
}

.why_blocks {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 26px;
    border: 6px solid #f1f1f1;
    box-shadow: 0px 0px 8px #8b8a8a;
}

 

.why_row .col-md-3:nth-child(2) .why_blocks::before,
.why_row .col-md-3:nth-child(3) .why_blocks::before {
    /*background: linear-gradient(to top, #ff8116, transparent);*/
}
.why_pic{
    height:200px;
}
.why_pic iframe{
    width:100%;
    height:100%;
}

 

@media(max-width:767px){
    .ser_icon{
        top:-50px;
    }
    .exp-section{
        margin-top: 0px;
        padding: 0px 0px 25px;
        margin-bottom: 80px;
    }
    .exp-txt h2{
        top: 15px;
        margin-top: 30px;
        text-align: center;
        font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    }
    .exp-txt {
        margin-top: -25px;
        
    }
    .exp-div .exp-item{
        top: 0px;
        /* padding: 32px 81px; */
        margin-bottom: 80px;
        padding: 37px 90px;
    }
    
    .exp-section::after, .exp-section::before{
        height:100%;
    }
    .service_slider .owl-dots .owl-dot{
        width: 80px;
    height: 80px;
    }
    .service_slider .owl-dots .owl-dot::before{
        width: 72px;
    height: 72px;
        top: 4px;
    }
    .appointment-sec{
        border-radius: 25px;
    }
    .appointment-form{
        padding:15px;
    }
    .app-text{
        font-size: 18px;
    line-height: 30px;
    }
    .test-head{
        position:relative;
        background:transparent;
        border:none;
        padding:15px 0;
        width:auto;
        height:auto;
        top:0;
    }
    .test-container{
        border-radius: 20px;
    width: 100%;
    height: 274px;
    overflow: hidden;
    margin: 15px 0;
    }
.why_row .col-md-4:nth-child(1),
.why_row .col-md-4:nth-child(3) {
    margin-top: 0px;
}
.why_blocks{
    margin-bottom: 20px;
}
.why-choose{
    padding:50px 0;
}
.ser_btm h3{
    text-transform: uppercase;
    font-size: 16px;
    background: #c11f49;
    color: #eee;
    padding: 7px 40px;
    display: inline-block;
    font-weight: 400;
    border-radius: 48px;
    margin-bottom: 60px;
}
.why-chose h2{
        font-size: 28px;
}
 
.footer-widget-top{
  margin-bottom: 50px;  
}
.main-footer .footer-widget{
    margin-bottom:25px;
}
.main-footer .widgets-section{
   padding: 40px 0 0 !important;
}
}

.services_row .col-md-2:nth-child(1) .services-blocks {
    background-image: url(../images/spine-pain.webp);
}
.services_row .col-md-2:nth-child(2) .services-blocks {
    background-image: url(../images/pain-management.webp);
}
.services_row .col-md-2:nth-child(3) .services-blocks {
    background-image: url(../images/orthopedics.webp);
}
.services_row .col-md-2:nth-child(4) .services-blocks {
    background-image: url(../images/pulmonology.webp);
}
.services_row .col-md-2:nth-child(5) .services-blocks {
    background-image: url(../images/diabetology.webp);
}
.services_row .col-md-2:nth-child(6) .services-blocks {
    background-image: url(../images/sleep-specialist.webp);
}


.appointment-sec {
     background-image: url(../images/form-bg.jpg); 
    color: #fff;
    position: relative;
    border-radius: 55px 55px 55px 55px;
    box-shadow: 0 0 14px #665e5e;
}


@media(max-width:767px){
    .top_wrap {
    position: relative;
    height: 80vh;
}
.slides{
     height: 80vh;
}
}



 a[href*="https://elfsight.com/google-reviews-widget/?utm_source=websites&utm_medium=clients&utm_content=google-reviews&utm_term=dgtalvebmedia.in&utm_campaign=free-widget"]{
        display:none !important;
    }
   
        .sec-title {
    margin-bottom: 20px;
}
.sec-title span {
    display: inline-block;
    border: 1px dashed;
    border-left: none;
    border-right: none;
    font-size: 22px;
    padding: 2px 0px;
    color: var(--color-default);
}
.abt-sec .sec-title h1 {
    font-weight: 700;
    margin-bottom:0;
    font-size: 62px;
    text-transform: uppercase;
    color: #c11f49;
    font-family: "Archivo Black", sans-serif;
}
.abt-sec .sec-title h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
    background: #00837b;
    display: inline-block;
    color: #fff;
    padding: 5px 13px;
    border-radius: 30px;
}
.abt-sec {
    position: relative;
    margin-bottom: 40px;
    /*padding-top: 40px;*/
}
.abt-matter p {
    line-height: 30px;
    margin-bottom: 10px;
}
.mvv-sec {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
}
.serviceBox {
    color: #333;
    text-align: center;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon {
    font-size: 33px;
    line-height: 111px;
    height: 120px;
    width: 120px;
    margin: 0 0 20px;
    border: 2px dashed #dc3545;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: '';
    background: linear-gradient(to right bottom, #dc3545, #dc3545);
    border-radius: inherit;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: -1;
}
.serviceBox .service-icon:after {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: 14px;
}
.serviceBox .title {
    color: #dc3545;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .title:after {
    content: '';
    background-color: #333;
    height: 2px;
    width: 60px;
    margin: 3px auto 0;
    clear: both;
    display: block;
}
.serviceBox .description {
    font-size: 15px;
    line-height: 23px;
    margin: 0 10px;
}
.serviceBox.green .service-icon {
    border-color: #00837b;
}
.serviceBox.green .service-icon:before {
    background: linear-gradient(to right bottom, #00837b, #00837b);
}
.serviceBox.green .title {
    color: #00837b;
}
.program-section {
    position: relative;
    padding: 44px 0 51px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 220px;
}
.program-section .icon-star-5 {
    top: auto !important;
    left: -190px !important;
    bottom: 145px !important;
}
.program-section .icon-star-4 {
    right: -140px !important;
    bottom: 240px !important;
    top: auto !important;
    left: auto !important;
}
.sec-title.light h3 {
    color: #eee;
}
.program-section .icon-star-3 {
    top: 190px !important;
    left: -100px !important;
}
.servicessetion::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 354px;
    /* background: linear-gradient(to right, var(--color-primary), var(--color-secondary)); */
    background: linear-gradient(to right, #c11f49, #c11f49, #c11f49);
    top: 120px;
    transform: skewY(5deg);
}
.servicessetion::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 354px;
    /* background: linear-gradient(to right, var(--color-primary), var(--color-secondary)); */
    background: linear-gradient(to right, #c11f49, #c11f49, #c11f49);
    top: 120px;
    transform: skewY(-5deg);
    right:0;
    z-index:-1;
}
.services_title_head {
    position: absolute;
    left: 0;
    right: 0;
    top: 225px;
    margin: auto;
    max-width: 355px;
}
.services_title_head p {
    color: #eee;
    line-height: 20px;
    margin-top: 9px;
}
.servics_shapes {
    position: absolute;
    width: 160px;
    height: 160px;
    background: #fcd3df;
    top: 210px;
    border-radius: 50%;
    left: -91px;
}
.servics_shapes2 {
    left: initial;
    right: -91px;
}
.services_row {
    position: relative;
}
.services_row::before,
.services_row::after {
    content: "";
    position: absolute;
    left: 160px;
    width: 15%;
    height: 2px;
    border-top: 1px dashed #fff;
    top: -50px;
}
.services_row::after {
    left: initial;
    right: 160px;
}
.services_row .col-md-2 {
    padding: 0 7px;
    -ms-flex: 0 0 13.666667%;
    flex: 0 0 13.666667%;
    max-width: 16.666667%;
}
.services-blocks {
    text-align: center;
    position: relative;
    display: block;
    padding: 22px 6px;
    min-height: 212px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 14px;
    border: 5px solid #e8e8e8;
    border-radius: 13px;
    overflow: hidden;
}
.services-blocks::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #252525, transparent);
    left: 0;
    bottom: 0;
}
.services_row {
    justify-content: center;
    top: 182px;
}

 
.services_row .col-md-2:nth-child(10) .services-blocks {
    margin-top: 190px;
}
.services_row .col-md-2:nth-child(3) .services-blocks,
.services_row .col-md-2:nth-child(4) .services-blocks
  {
    top: 65px;
}
.services_row .col-md-2:nth-child(2) .services-blocks,
.services_row .col-md-2:nth-child(5) .services-blocks {
    top: 30px;
}
.services_info {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 7px;
}
.services-blocks h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-bottom: 13px;
    transition: all ease-in .6s;
    position: relative;
    bottom: 0px;
}
.services-blocks p {
    color: #cecece;
    font-size: 15px;
    line-height: 27px;
}
.services-blocks span {
    color: #ffffff;
    display: inline-block;
    border: 1px solid;
    padding: 1px 9px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .8s;
    font-size: 14px;
}
.services-blocks:hover h3 {
    bottom: 40px;
}
.services-blocks:hover span {
    color: #fff;
    opacity: 1;
    visibility: visible;
    bottom: 14px;
}
.sec-title h2 {
    font-size: 50px;
    /* font-family: "Saira", sans-serif; */
    color: var(--color-secondary);
    font-weight: 500;
}
.services_title_head.sec-title h2 {
    color: #fff;
    text-transform:capitalize;
}
.sec-title h3 {
    font-size: 19px;
    /* font-family: "Saira", sans-serif; */
    font-weight: 400;
}
.tp_abt_row {
    position: relative;
    margin-top: 0;
    left: 0px;
}
.tp_abt_row:before,
.tp_abt_row::after {
    content: "";
    position: absolute;
    z-index: -1;
}
.tp_abt_row::after {
    left: initial;
    right: 66px;
    transform: rotate(-13deg);
}
.tp_abt_row .col-md-3 {
    max-width: 16% !important;
    max-height: 16%;
    /* padding: 0px 9px 0px; */
    text-align: center;
}
.tp_abt_row .col-md-3::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 0px 0px 109px 109px;
}
.tp_list {
    position: relative;
    text-align: center;
    padding: 17px 0 !important;
    background: linear-gradient(to top, #dedede, #ffffff);
    z-index: 1;
    border-radius: 14px;
    box-shadow: 0px -4px 6px #9f9f9f;
}
.tp_list::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 101px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
    border-radius: 105px;
}
.tp_icon {
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    padding: 13px;
    box-shadow: 0px 4px 3px #838383;
    width: 80px;
    height: 80px;
    line-height: 50px;
}
.tp_icon img {
    filter: grayscale(1);
    width: 40px;
}
.tp_list h3 {
    text-transform: capitalize;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    margin: 11px 0 0px;
    color: #141414;
}
.serviceBox .service-icon img {
    width: 53px;
}
.doc-sec {
    position: relative;
    margin-bottom: 100px;
}
.doc-img {
    position: relative;
    ;
}
.doc-side {
    position: relative;
    right: -10px;
}
.doc-btm-content {
    /* border-top: 2px dashed #aaaaaa; */
    position: relative;
    padding-top: 20px;
}
.doc-btm-content p{
    margin-bottom:0px;
}
.doc-btm-content .post {
    margin-bottom: 7px;
}
.doc-btm-content a {
    background: #c11f49;
    color: #fff;
    padding: 2px 10px 4px 10px;
    border-radius: 30px;
}
.doc-btm-content a:hover {
    color: #fff;
}
.doc-btm-content h2 {
    font-size: 29px;
    /* margin-bottom: 9px; */
    color: var(--color-primary);
}
.abtleftbg {
    left: 0px;
    width: 55%;
    top: 308px;
    opacity: .4;
    float: right;
}
.bgs img {
    width: 100%;
}
.bgs {
    position: absolute;
}
.doc-img img {
    width: 325px !important;
    margin: auto;
    border: 8px solid #f5f5f5;
    filter: drop-shadow(2px 4px 6px #707070);
}
.doc-block {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom:25px;
}
.doc-scroll .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.doc-scroll .owl-dot {
    position: relative;
    display: inline-block;
    height: 0px;
    width: 21px;
    border: 3px solid var(--color-primary);
    opacity: 1;
    margin: 0 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
}
.doc-scroll .owl-dot:hover,
.doc-scroll .owl-dot.active {
    opacity: 1;
    border: 3px solid var(--color-secondary);
}
.doc-side h3 {
    color: #c11f49;
    font-size: 37px;
     
    font-weight: 600;
}
.consultation_block {
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 20px;
}
.consultaion-block .container {
    position: relative;
    padding: 42px 70px;
    color: #fff;
}
.consultaion-block .container::before {
    content: " ";
    position: absolute;
    width: 85%;
    height: 100%;
    background: var(--color-default);
    border-radius: 24px;
    box-shadow: 0px 0px 5px #949494;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.consultation_block h2 {
    text-transform: uppercase;
    margin: 0 0 12px;
    position: relative;
    color: #fff;
}
.consultation_block span {
    display: inline-block;
    color: #fff;
    border: 2px dotted #fff;
    top: 0px;
    position: relative;
    background: var(--color-secondary);
    font-size: 28px;
    padding: 9px 17px;
    border-radius: 30px;
}
.app-form {
    padding: 25px 0px 0px;
}
.app-text {
    padding: 0px 30px 0px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 100;
    color:#fff;
}
.appointment-sec .form-control {
    border:none;
    background-color: transparent !important;
    border-bottom: 1px solid #cfcfcf42 !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    color: #cfcfcf !important;
}
textarea {
    margin-top: 30px;
    height: 100px;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.form-control::placeholder {
    color: #cfcfcf;
}
.form-control option{
    color:#111 !important;
}

.appointment-form {
    padding: 14px 45px;
}
.appointment-sec h2 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 26px;
    margin-bottom: 25px;
     
}
.btn-style-one {
    margin-top: 10px;
    background: var(--color-secondary);
    color: #fff;
    padding: 2px 10px;
    border-radius: 24px;
}
.custom-select {
    margin-bottom: 10px;
}
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
}
.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}
.select-selected {
    background-color: transparent;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #ffffff transparent transparent transparent;
}
 
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}
 
.select-selected {
    color: #ccc;
    padding: 0px 8px;
    border: 1px solid #ffffff;
    border-color: transparent transparent #cfcfcf42 transparent;
    cursor: pointer;
    user-select: none;
    text-align: justify;
}
.select-items div {
    color: #000000;
    padding: 4px 12px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    text-align: justify;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #f2f2f2;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover,
.same-as-selected {
    background-color: var(--color-secondary);
    color: #fff !important;
}
.btn-style-2{
    background: #c11f49;
    color: #fff;
    padding: 2px 10px 4px 10px;
    border-radius: 30px;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-bullets{
    bottom:-8px;
}
.swiper-pagination-bullet{
    height:9px;
    width:9px;
    background:transparent;
    border:2px solid #252525;
    border-radius:50%;
}
.swiper-pagination-bullet-active{
    border:2px solid #c11f49;
    background:#c11f49;
}

.combi-sec {
    position: relative;
    margin-bottom: 70px;
}
.combi-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 76vh;
    background: url(../images/test-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0px;
    top: -45px;
    filter: grayscale(1);
}
.test-title h3{
    font-size:22px;
    font-weight:400;
}
.test-title h2{
    font-size:42px;
    font-weight: 600;
    color:#c11f49;
}
.testi_section {
    position: relative;
    /* padding-top: 45px; */
}
.testi-bottom {
    position: relative;
    margin-top: 15px;
}
.testi-bottom a {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #c11f49;
    color: #fff;
    font-size: 18px;
        text-transform: capitalize;
}
.testi-bottom a:hover {
    color: #fff;
}
.testi-bottom i {
    /* display: inline-block; */
    border-radius: 50%;
    font-size: 29px;
    line-height: 48px;
    margin: 0 0 0px;
    position: relative;
    color: #fff;
    top: 4px;
}
.testi_section::before {
    content: " ";
    position: absolute;
    width: 330px;
    height: 330px;
    background: var(--color-primary);
    border-radius: 50%;
    right: 24px;
    bottom: 46px;
}
.test_desc h2 {
        font-weight: 400;
    font-size: 36px;
    margin-top: 15px;
}
.dctr-more{
    font-size:15px !important;
    font-weight:700;
}
.dctr-more a {
    color: #c11f49;
}
@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 40px;
    }
    .tp_abt_row {
        justify-content: center;
        left: 0px;
    }
    .tp_abt_row .col-md-3{
        flex: 0 0 50%;
        max-width: 50% !important;
        padding: 0px 8px;
    }
    .tp_list {
        margin: 0px 0 16px;
        min-height: inherit;
        /*padding: 18px 0;*/
    }
    .servicessetion::before, .servicessetion::after{
                height: 470px;
        top: 340px;
    }
        .sec-title {
        margin-bottom: 0px;
    }
        .services_title_head {
        top: unset;
        bottom:unset;
    }
        .services_row {
        padding-top: 35px;
    }
    .services_title_head.sec-title h2 {
    font-size: 47px;
}
.services_row .col-md-2{
            flex: 100%;
        max-width: 50%;
        padding: 0 7px;
}
.services_row .col-md-2:nth-child(2) .services-blocks, 
.services_row .col-md-2:nth-child(3) .services-blocks, 
.services-blocks, .services_row .col-md-2:nth-child(4) 
.services-blocks, .services_row .col-md-2:nth-child(5) 
.services-blocks, .services_row .col-md-2:nth-child(6) 
.services-blocks{
    top:0;
}
    .appointment-sec {
        border-radius: 25px;
    }
        .appointment-form {
        padding: 15px;
    }
    .combi-sec::before {
        background: url(https://www.neoasianclinics.com/gallery/pt-bg3-m.png);
        background-size: auto;
        height: 116%;
        background-position: center top;
        background-repeat: no-repeat;
    }
     .combi-sec {
        margin-bottom: 50px;
    }
    .testi_section {
        padding-top: 423px;
    }
    .dctr_block{
        margin-bottom:20px;
    }
    .program-section{
        margin-bottom: 160px;
    }
    
    .exp-row .col-md-4{
        width:50%;
    }
    .exp-row .col-md-4:nth-child(3){
        width:100%;
    }
    .exp-row .col-md-4 .exp-item{
        padding:30px 33px;
        margin-bottom:20px;
    }
    .exp-row .col-md-4:nth-child(3) .exp-item{
      padding:30px 33px;
        margin-bottom:80px;
    }
     .dctr_info h2{
         font-size:30px;
     }
 
      
}
.abt-subhead{
    font-size: 24px;
    margin: 10px 0;
    color: #c01e4a;
    font-weight: 500;
}
 .list-styles li{
     position:relative;
 }
 .list-styles li::before{
     position:absolute;
     content:"\f101";
     font-size:16px;
     font-family:"Font Awesome 5 Brands";
     left:0;
 }
.mission-vision{
    padding:0px 0 100px;
}
.mvrow{
    margin:85px 0;
}
.brand-img{
    background: #fff;
    padding: 10px;
    box-shadow: 0px 5px 8px #bbbbbb;
    border-radius: 100%;
    width: 100%;
    position:relative;
}
.brand-img::before{
    position: absolute;
    content: "";
    width: 50%;
     
    height: 400px;
    background: linear-gradient(0deg, transparent, #c11f49, transparent);
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: -55px;
}
.brand-img img{
    width: 100%;
    margin-top: -5px;
}
.why-chose-list li{
    position:absolute;
        padding: 10px 20px;
    background: linear-gradient(90deg, #17aa9d9e, transparent);
    border-radius: 30px 0 0 30px;
    margin-bottom: 18px;
    /* border-left: 8px solid #17aa9d; */
    box-shadow: -7px 0px 0px #17aa9d;
    font-size: 17px;
    font-weight: 600;
}
.why-chose-list li:nth-child(1){
    top: -20px;
    right: 0;
}
.why-chose-list li:nth-child(2){
    top: 15%;
    right: 10px;
}
.why-chose-list li:nth-child(3){
    top: 38%;
    right: 20%;
}
.why-chose-list li:nth-child(4){
    top: 61%;
    right: 38px;
}
.why-chose-list li:nth-child(5){
       bottom: -10%;
    right: 40px;
}
.why-chose-list li:nth-child(6){
   bottom: -33%;
    right: 3px;
}

.why-chose-list.right li:nth-child(1){
    top: -20px;
    right: unset;
    left:-8px;
}
.why-chose-list.right li:nth-child(2){
    top: 15%;
    right: unset;
    left:4px;
}
.why-chose-list.right li:nth-child(3){
    top: 38%;
    right: unset;
    left:20%;
}
.why-chose-list.right li:nth-child(4){
    top: 61%;
    right: unset;
    left:38px;
}
.why-chose-list.right li:nth-child(5){
      bottom: -10%;
    right: unset;
    left:31px;
}
.why-chose-list.right li:nth-child(6){
    bottom: -33%;
    right: unset;
    left:-8px;
}

.why-chose-list.right li{
        padding: 10px 20px;
    background: linear-gradient(90deg, transparent, #17aa9d9e);
    border-radius: 0 30px 30px 0;
    margin-bottom: 18px;
    /* border-left: 8px solid #17aa9d; */
    box-shadow: 7px 0px 0px #17aa9d;
    font-size: 17px;
    font-weight: 600;
    text-align:right;
}
.m-v-v{
    padding-bottom:40px;
}
.m-v-v-details{
    text-align: center;
    padding: 20px;
    background: linear-gradient(1deg, #4799922b, transparent);
    border-radius: 20px;
     margin-bottom:25px;
    box-shadow: 0px 2px 8px #8b8b8b;
}
.m-v-v-details h3{
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px dashed #111;
    width: fit-content;
    margin: 10px auto;
}
.related-services{
    padding:0px 0 50px;
    position:relative;
}
 
 .rel-serv-main{
     padding: 25px 25px 0;
    box-shadow: 0px 4px 8px #ccc;
    text-align: center;
    position: relative;
    border: 1px solid #eee;
    margin-bottom:25px;
    background:#fff;
    border-radius: 8px;
 }
 .rel-img{
     width: 200px;
    height: 200px;
    /* border-radius: 50%; */
    margin-bottom: 35px;
 }
 .rel-img img{
         width: 100%;
    height: auto;
    border-radius: 50%;
    border: 7px solid #ebebeb;
    box-shadow: 0px 4px 9px #252525;
 }
 .rel-heading h3{
     font-size: 20px;
    font-weight: 500;
    background: linear-gradient(92deg, #c11f49, #00a99e);
    color: #fff;
    padding: 3px 0;
    border-radius: 3px 3px 0 0;
 }
  .rel-heading h3 a{
      color:#fff;
  }
  .doctors-section{
      padding: 70px 0;
  }
  .doctor-container{
      position: relative;
      margin-bottom:25px;
  }
  .doctor-img{
      border-radius: 30px;
    overflow: hidden;
    position:relative;
    box-shadow:0px 4px 9px #454545;
  }
   .doctor-img::before{
       position:absolute;
       width:100%;
       height:60%;
       content:"";
       background:linear-gradient(to top, #000000cf, transparent);
       bottom:0;
       opacity:1;
       transition:all .3s ease;
   }
   
   .doctor-details{
       position: absolute;
    left: 0;
    right: 0;
    /* margin: auto; */
    text-align: center;
    bottom: 18px;
    
    transition:all .4s ease;
   }
   .doctor-details h3{
     font-size: 22px;
    color: #fff;
   }
   .doctor-details p{
       color: #fff;
    line-height:22px;
   }
   .doctor-details a{
       background: #dc3545;
    padding: 2px 8px;
    color: #fff;
    font-size:14px;
   }
    .service_inner_content .service-heading{
           font-size: 24px;
    color: #00837b;
    margin: 17px 0 9px;
   }
   
   .rel-serv-main .rel-img img{
       transition:all .7s ease;
   }
   .rel-serv-main:hover .rel-img img{
       transform:scale(1.1) rotateY(180deg);
   }
   
@media(max-width:767px){
    .main-header .header-lower{
            padding-top: 15px;
    }
    .inner_body .social-icon-one{
        top: 120px !important;
        display:none;
    }
    .inner_body .main-header{
                margin-bottom: 85px !important;
    }
    .mobileHeaderFixed{
        position: fixed;
    width: 100%;
    background: #fff;
    height: 80px;
    top: 0;
    box-shadow: 0px 0px 8px #111;
    transition:all .3s ease;
    }
    .test-title h2{
        font-size: 30px;
    }
    
     .mobile-header.mobileHeaderFixed .logo{
         top: 9px;
     }
     .mobile-header.mobileHeaderFixed .outer-box{
          top: 102px;
      }
      .why-chose-list li, .why-chose-list.right li{
          position:relative;
      }
      .why-chose-list li:nth-child(1), .why-chose-list li:nth-child(2), .why-chose-list li:nth-child(3), .why-chose-list li:nth-child(4), .why-chose-list li:nth-child(5), .why-chose-list li:nth-child(6), .why-chose-list.right li:nth-child(1), .why-chose-list.right li:nth-child(2), .why-chose-list.right li:nth-child(3), .why-chose-list.right li:nth-child(4), .why-chose-list.right li:nth-child(5), .why-chose-list.right li:nth-child(6){
          top:unset;
          left:unset;
          right:unset;
          bottom:unset;
          /*background: #01a89e;*/
        /*color: #fff;*/
        /*border-radius: 30px;*/
        text-align: center;
        margin-bottom: 10px;
        /*font-weight: 400;*/
      }
      .mvrow {
    margin: 25px 0;
}
.brand-img{
    width: 80%;
    position: relative;
    margin: 10px auto;
}
.brand-img::before{
    display:none;
}
.inner_content_wrap{
    padding:40px 0;
}
.inner_abt_text h3{
    font-size: 25px;
}
.inner_abt_text h4{
    margin-top:10px;
}
.inner_abt_img {
    margin-top: 0;
}
.mission-vision{
    padding: 0px 0 40px;
}
.related-services .col-lg-3{
    width:50%;
    float:left;
}
.rel-img{
    width: 130px;
    height: 150px;
    /* border-radius: 50%; */
    margin-bottom: 35px;
    margin: auto;
}
.rel-heading h3{
    font-size: 14px;
}

    
}
.fellowship-content-section, .fellowship-mentors{
             padding:60px 0 0px;
         }
         .fellowship-description h3{
             font-size: 24px;
             color: #00837b;
         }
         .fellowship-article img{
             border:5px solid #ebebeb;
             box-shadow:0px 7px 28px #484848;
         }
         .mentorship-heading{
             text-align: center;
         }
         .mentorship-heading h2{
             font-size: 30px;
             color: #c11f49;
             margin-bottom: 8px;
         }
         .mentorship-heading h4{
             font-size: 20px;
    color: #222;
         }
         .mentors-detail{
             padding: 30px 0;
         }
         .mentor-content{
                 display: flex;
    align-items: end;
    justify-content: center;
    position:relative;
    margin-bottom:25px;
         }
         .mentor-content.jc-end{
             /*justify-content:end;*/
             /*position:relative;*/
         }
         .mentor-content::before, .mentor-content.jc-end::before{
             position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    background: #c11f49;
    bottom: 0;
    right: 0px;
    border-radius: 20px;
    box-shadow: 0px 12px 35px #797979;
    border: 3px solid #ebebeb;
         }
         .mentor-content.jc-end::before{
             /*width:85%;*/
         }
         .mentor-image{
             position:relative;
         }
         .mentor-image::before{
             position:absolute;
             content:"";
             width:100%;
             height:28%;
             /*background:linear-gradient(to top, #fff, transparent);*/
             bottom:0;
         }
         .mentor-image img{
             max-width: 200px;
             border-bottom: 3px solid #ebebeb;
         }
         .mentor-desc{
             padding: 10px;
    margin-bottom: 35px;
    z-index: 10;
         }
         .mentor-desc h3{
             font-size: 25px;
    color: #fff;
         }
         .mentor-desc p{
             color:#fff;
         }
         .mentor-content.jc-end .mentor-desc{
             text-align:end;
         }
         .fellowship-tabs{
             display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    gap: 20px;
        flex-wrap: wrap;
         }
         .fellowship-tabs .targetBtn{
             padding: 1px 20px;
    background: #c11f49;
    color: #fff;
    border-radius: 2px;
         }
         .fellowship-tabs .targetBtn.active{
             background: transparent;
    color: #c11f49;
    border: 1px solid;
         }
         .show{
             display:none !important;
         }
         .thesis-section{
             padding:0 0 60px;
         }
         .thesis-container{
             border:6px solid #ebebeb;
             box-shadow:0px 10px 40px #c9c9c9;
             margin-bottom:25px;
         }
         .thesis-container a img{
             width:100%;
         }
         .photoslideGallery{
             padding: 0 0 60px;
         }
         .slidegalleryContainer .swiper-wrapper .swiper-slide img{
             border-radius:18px;
         }
         @media(max-width:767px){
             .mentorship-heading h2{
                 font-size: 25px;
             }
             .mentorship-heading h4{
                 font-size: 17px;
             }
             .mentor-content{
                 flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
             }
             .mentor-image img{
                 border-bottom: 1px solid #2d2d2d;
             }
             .mentor-content.jc-end .mentor-desc{
                 text-align:center;
             }
         }

#resizedImage{
    width:285px;
    height:185px;
    object-fit:cover;
}
.gold-medalist{
    position: absolute;
    bottom: 22%;
    right: 7%;
    background: #fff;
    padding: 8px 28px;
    border-radius: 4px;
    color: #c11f49;
    box-shadow: 0px 2px 8px #ccc;
    font-weight: 600;
    font-size: 18px;
}
.gold-medalist i{
    color: #e7c300;
    margin-right: 5px;
}
.row.timings{
    padding: 30px 0;
    justify-content: center;
}
.backgColor{
    padding: 20px;
    background: #f6f6f6;
    border: 7px solid #ebebeb;
         margin: 0 15px;
}
.row.timings .time-heading{
    text-align: center;
    font-size: 25px;
    text-decoration: underline;
    color: #c11f49;
    margin-bottom: 10px;
}
.timings-block{
    width: 100%;
    /* background: #f6f6f6; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 45px;
    flex-direction: column;
}
.time-block{
        width: 100%;
}
.time-block p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time-block p span{
    padding: 5px 9px;
    border: 2px solid #c11f49;
    border-radius: 5px;
    margin: 0px;
    width: 40%;
    text-align: center;
    background: #c11f49;
    color: #fff;
    box-shadow: inset 0px 0px 9px #2222228f;
    cursor: pointer;
}
.date-block{
    width: 100%;
}
.date-block p{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.date-block p span{
    padding: 2px;
     
    border-radius: 0px;
    font-size: 18px;
    color: #17aa9d;
    font-weight: 600;
}
#toggleClose{
    width: 20%;
    /* padding: 10px; */
    border: none;
    border-radius: 20px;
    height: 24px;
    background: #fff;
    box-shadow: inset 0px 0px 4px #999;
    display: block;
    position: relative;
}
#closeTimings{
    margin-top:16px;
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#toggleClose::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}
#emergency-text{
    text-align: center;
    font-size: 20px;
    
    padding: 10px;
     
    color: #bf1e48;
    text-transform: uppercase;
    font-weight: 600;
}
.service-cards-section {
        padding: 70px 0;
      }
      .service-card {
        padding: 10px;
        background: #fff;
        box-shadow: 0px 0px 5px #ccc;
        border-radius: 5px;
        margin-bottom:25px;
      }
      .service-card-image {
        width: 100%;
        height: 250px;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 10px;
      }
      .service-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .service-card-body {
        padding: 0 5px;
      }
      .service-card-body h3 {
        font-size: 22px;
        margin: 15px 0 10px;
        
      }
      .service-card-body h3 a{
         color: #c11f49; 
      }
      .service-card-bottom {
        padding: 10px;
        margin-top: 16px;
        border-top: 1px solid #eee;
      }
      .service-card-bottom a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #c11f49;
      }
      .service-card-bottom a i {
        width: 35px;
        height: 25px;
        background: #c11f49;
        color: #fff;
        text-align: center;
        line-height: 25px;
        border-radius: 2px;
      }
      .blogs-section{
          padding:70px 0;
      }
      .blog-card{
              box-shadow: 0px 4px 38px #ccc;
    border-radius: 10px;
    margin-bottom: 25px;
      }
      .blog-image{
          border-radius: 10px 10px 0 0;
    overflow: hidden;
      }
      .blog-description{
          padding: 20px;
      }
      .blog-description p{
          margin-bottom:10px;
      }
      .blog-description h3{
          font-size: 18px;
    margin-bottom: 10px;
    line-height: 27px;
    color: #00837b;
      }
      .blog-description h3 a{
          color: #00837b;
      }
      .blog-description a{
          display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 13px;
    color: #c11f49;
      }
      .blog-description a .fa{
          font-size: 12px;
      }
      .blog-main-image{
              border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
      }
      .blog-content .blog-heading{
          font-size: 26px;
    margin-bottom: 15px;
    color: #17aa9d;
      }
      .blog-content p{
          margin-bottom:10px;
      }
      .blog-quote{
          font-size: 20px;
    background: #f6f6f6;
    padding: 15px;
    border-left: 5px solid #c11f49;
    box-shadow: 0px 5px 9px #ccc;
    margin: 25px;
      }
      .blog-subheading{
          font-size: 22px;
    margin: 15px 0 10px;
    color: #c11f49;
      }

@media(max-width:767px){
    #resizedImage{
        height:150px;
    }
    .blog-content .blog-heading{
            font-size: 20px;
    }
    .blog-quote{
        font-size: 17px;
            margin: 25px 15px;
    line-height: 28px;
    }
    .awards-recognitions {
    padding: 0 0 0px;
}
.acedimic_roe .col-md-3:nth-child(1), .acedimic_roe .col-md-3:nth-child(4), .acedimic_roe .col-md-3:nth-child(5), .acedimic_roe .col-md-3:nth-child(8) {
    background-color: #00968845;
}
.acedimic_roe .col-md-3:nth-child(2), .acedimic_roe .col-md-3:nth-child(3), .acedimic_roe .col-md-3:nth-child(6), .acedimic_roe .col-md-3:nth-child(7) {
    background-color: transparent;
}
}

.swiper-pagination.doctors-bullet .swiper-pagination-bullet-active{
    background:#c11f49 !important;
}

b, strong
 
 {
    font-weight: bolder;
    color: #00837b;
}
.gold-medalist-tag{
    position: absolute;
    width: 34px;
    top: 0;
}
.gold-medal-text{
   position: absolute;
    bottom: 19%;
    right: 5%;
    background: #fff;
    padding: 8px 15px;
    /* border: 1px solid #ccc; */
    border-radius: 42px;
    box-shadow: 0px 2px 8px #4b4949;
}
.gold-medal-text h3{
        font-size: 20px;
    color: #ffb02c;
}
.visible-xs {
    display: none;
}

@media(max-width:767px){
    .whatapp_icon{
        display:none !important;
    }
     .mobile-btns-area {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 100;
    color: #fff;
    margin-bottom: 10px;
}
.visible-xs {
    display: block!important;
}
.fix-box p {
    margin: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 7px;
}
.fix-box-pad {
    padding: 5px;
    padding-bottom: 0;
    padding-right: 2px;
    width: 50%;
    float: left;
}
.fix-box {
    border-radius: 30px;
        background: #c11f49;
    border: 1px solid #fff;
    box-shadow: 0px 4px 6px #4d4d4d;
}
.fix-box1-pad {
    padding: 5px;
    padding-bottom: 0;
    padding-left: 2px;
    width: 50%;
    float: left;
}
.fix-box1 {
    background: #00c12c !important;
        border-radius: 30px;
}
.bottom-footer{
    margin-bottom: 45px;
}
.callsDesc, .whatsDesc{
    position: absolute;
    width: 70%;
    background: #bf0045;
    bottom: 53px;
    padding: 20px;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #fff;
    transform: translateY(50%) scale(0);
        opacity: 0;
        pointer-events: none;
        transition:all .3s ease;
}
.callsDesc.showBox, .whatsDesc.showBox{
    transform: translateY(0px) scale(1);
        opacity: 1;
        pointer-events: auto;
}
.callsDesc p, .whatsDesc p{
    margin-bottom:0px;
}
.callsDesc p a, .whatsDesc p a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    justify-content: start;
}
.callsDesc p a:last-child, .whatsDesc p a:last-child{
    border-bottom:none;
}
.callsDesc p a i, .whatsDesc p a i{
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.closeList{
        position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    opacity: 1;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    background: #01a89e;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

}





