@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --Poppins: "Poppins", system-ui;
    --Monts: "Montserrat", system-ui;
}

body,
html {
    font-family: lato, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
}

i:before {
    margin-left: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #0153a1;
    transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: roboto, sans-serif;
    line-height: 1.1;
    font-weight: 500;
    color: #222;
    margin: 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #222;
    transition: all 0.5s;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 55px;
}

h3,
.h3 {
    font-size: 45px;
}

h4,
.h4 {
    font-size: 36px;
}

h5,
.h5 {
    font-size: 30px;
}

h6,
.h6 {
    font-size: 28px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
    transition: all 0.5s;
}

p {
    margin: 0;
    /* font-size: 14px !important;
  color: #000 !important; */
}
/* .MsoNormal {
      color: #000 !important; 
} */

input,
select,
button,
textarea {
    outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 5px;
    margin: 0 auto;
}

.home1-section-heading1 {
    color: #222;
    text-align: center;
    padding-bottom: 12px;
    font-size: 35px !important;
    font-weight: 501;
}

.home1-section-heading2 {
    text-align: center;
    font-weight: 600;
}

.float_left {
    float: left;
    width: 100%;
}

.p-0 {
    padding: 0 !important;
}

.border-none {
    border: none !important;
}

.ps-rel {
    position: relative;
}

.pe-0 {
    padding-right: 0;
}

.plr-50 {
    padding: 0 50px;
}

.aboutImageDayanamic {
    width: 460px;
    height: 250px;
    margin-bottom: 60px;
    border-radius: 25px;
    object-fit: cover;
}

#profiledition {
    margin-top: 90px;
    width: 500px;
    height: 450px;
}

a.button-btn,
button.button-btn {
    padding: 0 55px;
    display: inline-block;
    background-color: #0153a1;
    color: #fff;
    line-height: 40px;
    border-radius: 30px;
    text-align: left;
    padding-left: 22px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    overflow: hidden;
    border: none;
    text-transform: uppercase;
}

a.button-btn:before,
button.button-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -4px;
    background-color: #0e3340db;
    transform: translateX(-100%);
    z-index: -1;
    transition: 0.5s ease-in-out;
}

a.button-btn:hover,
button.button-btn:hover {
    color: #fff;
    border-color: #ffd9db;
}

a.button-btn:hover:before,
button.button-btn:hover:before {
    transform: translateX(0);
}

a.button-btn:hover span,
button.button-btn:hover span {
    background-color: #fcb900;
    color: #ffd9db;
}

a.button-btn span,
button.button-btn span {
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #ffd9db;
    text-align: center;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #fcb900;
    transition: all 0.5s;
}

.select-hidden {
    display: none;
    visibility: unset;
    padding-right: 20px;
}

.select {
    /* border: 1px solid #ced4da; */
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #414042;
    width: 100%;
    height: 50px;
    border-radius: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #0153a1;
    height: 42px;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #414042 transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: 20px;
}

.select-styled:hover {
    background-color: #fff;
}

.select-styled:active,
.select-styled.active {
    background-color: #fff;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 8px;
    border-color: transparent transparent #414042 transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.select-options li {
    margin: 0;
    padding: 10px 0;
    text-indent: 2px;
    border-top: 1px solid #e6e6e6;
    transition: all 0.15s ease-in;
    margin-left: 15px !important;
}

.select-options li:hover {
    background: #0153a1;
    color: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.treatmentimage {
    text-align: center;
    margin-top: 30px;
}

.treatmentIcon {
    height: 60px;
    width: 60px;
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 15px;
    /* margin-left: 30px */
}

.treatmentIconList {
    height: 150px;
    align-items: center;
    margin: 0px !important;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.border-rN {
    border-right: none;
}

.blog-box .treatmentimages {
    height: 180px;
    width: 300px;
    border-radius: 12px;
    margin-top: 0px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.blog-box .treatmentDetail-content h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    padding-top: 25px;
}

.treatmentList-content {
    height: 119px;
    height: auto;
    overflow: hidden;
}

.sb-service-section .homeTreatment-Heading {
    margin-top: 0px;
    font-size: 17px !important;
    color: gray;
}

.container-5 {
    margin-top: 50px;
    text-align: center;
}

.thankyouchanges {
    margin-top: 50px;
    height: 480px;
}

.planpayment {
    margin-top: 100px;
    /* height: 900px; */
}

.paymentOption {
    text-align: center;
    margin-top: 105px;
    color: #0153a1;
    font-size: 50px;
    font-weight: 600;
}

.paymentOptions {
    text-align: center;
    margin-top: 105px;
    color: #0153a1;
    font-size: 50px;
    font-weight: 600;
}

.thankyouchanges img {
    /* height: 100%; */
    /* width: 100%; */
    margin-top: 40px;
}

.thankyoupage {
    margin-top: 170px;
    color: #0153a1;
    font-size: 60px;
    font-weight: 600;
    /* margin-top: 50px; */

    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}

/* .thankyoupagess {
  margin-top: 170px;
  color: #0153a1;
  font-size: 50px;
  font-weight: 500;
  /* margin-top: 50px; */

/* align-items: center;
} */

*/ .thankyouparagraph {
    font-size: 20px;
    margin-top: 30px;
}

.clientallViews {
    height: 99px;
    overflow: hidden;
}

.adoutallDate {
    /* margin-left: 110px; */
    height: 130px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 100px; */
}

/* .main-header-wrapper{
  height: 160px;
 
} */

/* width: 100%; */
/* max-width: 1200px; */
/* margin: 0 auto; */
/* padding: 0 15px; */

.mobile-menu-wrapper {
    background-color: #f6f6f6;
    padding: 15px 0;
}

.mobile-menu-wrapper .toggle-main-wrapper {
    display: flex;
    justify-content: flex-end;
}

#sidebar {
    position: fixed;
    display: block;
    height: 100vh;
    top: 0;
    right: -500px;
    width: 300px;
    background-color: #fff;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 99999;
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: 0px 0px 20px 0px gray;
}

#sidebar .sidebar_logo {
    float: left;
    width: 100%;
    padding: 24px;
}

#sidebar.open {
    right: 0;
}

#sidebar #cssmenu {
    width: 280px;
}

#sidebar #cssmenu .input-group {
    width: 94% !important;
}

#sidebar #cssmenu .input-group .btn-outline-secondary {
    color: #aaa;
    border-color: #aaa;
}

#sidebar #cssmenu .input-group .form-control {
    border-color: #aaa;
}

#sidebar #cssmenu .input-group .form-control:focus {
    border: 1px solid #aaa;
}

#sidebar #cssmenu ul li {
    border-bottom: 1px solid #aaa;
    position: relative;
}

#sidebar #cssmenu ul li a {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    color: #222;
    text-transform: capitalize;
}

#sidebar #cssmenu ul li .social-icon {
    display: flex !important;
    justify-content: space-evenly;
    margin-top: 20px;
}

#sidebar #cssmenu ul li .social-icon li {
    border: none;
    width: 47px;
    height: 46px;
    background: #ffd9db;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
}

#sidebar #cssmenu ul li .social-icon li a {
    color: #0153a1;
    display: inline-block;
    padding: 10px 0;
}

#sidebar #cssmenu ul .has-sub ul {
    display: none;
}

#sidebar #cssmenu ul .has-sub ul li {
    border-bottom: none;
    border-top: 1px solid #aaa;
}

#sidebar #cssmenu ul .has-sub ul li a {
    padding: 10px 40px;
}

#sidebar #cssmenu ul .has-sub:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    background-color: #aaa;
    height: 2px;
    width: 10px;
    transition: all 0.5s;
}

#sidebar #cssmenu ul .has-sub:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: 29px;
    background-color: #aaa;
    height: 10px;
    width: 2px;
    transition: all 0.5s;
}

#sidebar #cssmenu ul .open:before {
    transform: rotate(45deg);
}

#sidebar #cssmenu ul .open:after {
    transform: rotate(45deg);
}

.page2-btn {
    padding: 7px 25px;
    background-color: #004274;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.page2-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00b3ff;
    transform: translateY(-100%);
    transition: all 0.5s;
    z-index: -1;
}

.page2-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00b3ff;
    transform: translateY(100%);
    transition: all 0.5s;
    z-index: -1;
}

.page2-btn:hover {
    color: #fff !important;
}

.page2-btn:hover:before {
    transform: translateY(-48%);
    z-index: -1;
}

.page2-btn:hover:after {
    transform: translateY(48%);
    z-index: -8;
}

.bg-change {
    background-color: #00b3ff;
}

.bg-change:before {
    background-color: #004274;
}

.bg-change::after {
    background-color: #004274;
}

.ptb-100 {
    padding: 100px 0;
}

.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(214, 214, 214, 0.3);
    opacity: 0;
    border-radius: 100%;
    right: -75px;
    bottom: -75px;
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
}

.wrapper .wave-1 {
    animation-delay: 0s;
}

.wrapper .wave-2 {
    animation-delay: 1s;
}

.wrapper .wave-3 {
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

.animate-top-y {
    animation-name: top-y;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes top-y {
    0% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

@keyframes rotate {
    20%,
    80% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type="text"] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #fff;
}

.overlay input[type="text"]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}

.form-control:focus {
    box-shadow: none;
    background-color: none;
}

#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.form-section .form-input .row {
    row-gap: 25px;
}

.form-section .form-input input[type="time"] {
    position: relative;
    cursor: pointer;
}

.form-section .form-input input[type="time"]:after {
    content: "";
    position: absolute;
    right: 40px;
    width: 1px;
    height: 100%;
    top: 0;
    display: block;
    background-color: #ced4da;
}

.termsArea {
    margin-bottom: 25px;
}

.paragraphGap {
    margin-bottom: 25px;
}

.main-header-wrapper .sb-main-header .top-header-section {
    background-color: #ebf5f5;
}

.main-header-wrapper .sb-main-header .top-header-section .sb-top-left-section {
    padding: 13px 0;
}

.main-header-wrapper
    .sb-main-header
    .top-header-section
    .sb-top-left-section
    a:hover {
    color: #0153a1;
}

.main-header-wrapper
    .sb-main-header
    .top-header-section
    .sb-top-right-section
    ul {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.main-header-wrapper
    .sb-main-header
    .top-header-section
    .sb-top-right-section
    ul
    li
    a {
    padding: 13px;
    display: inline-block;
}

.main-header-wrapper
    .sb-main-header
    .top-header-section
    .sb-top-right-section
    ul
    li
    a:hover {
    color: #0153a1;
}

.main-header-wrapper
    .sb-main-header
    .top-header-section
    .sb-top-right-section
    ul
    .login-btn {
    transition: all 0.5s;
    width: 160px;
    text-align: center;
    background-color: #b51a41;
    color: #fff;
}

.main-header-wrapper
    .sb-main-header
    .top-header-section
    .sb-top-right-section
    ul
    .login-btn
    span
    a {
    padding: 13px 3px !important;
    color: #fff;
}

.main-header-wrapper .sb-main-header .mid-header-section {
    padding: 18px 0;
}

.main-header-wrapper
    .sb-main-header
    .mid-header-section
    .sb-mid-right-section
    ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-header-wrapper
    .sb-main-header
    .mid-header-section
    .sb-mid-right-section
    li {
    padding: 0 30px;
    border-right: 1px solid #d3d3d3;
}

.main-header-wrapper
    .sb-main-header
    .mid-header-section
    .sb-mid-right-section
    li
    a {
    float: left;
}

.main-header-wrapper
    .sb-main-header
    .mid-header-section
    .sb-mid-right-section
    li
    a
    .fas {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffd9db;
    color: #0153a1;
    text-align: center;
    line-height: 35px;
    margin: 10px 15px;
}

.menu-items-wrapper {
    /* background-color: #0153a1; */
    padding: 0;
}

.menu-items-wrapper nav ul li {
    position: relative;
    padding: 0 10px;
}

.menu-items-wrapper nav ul li a {
    color: #4a4a4a;
    transition: all 0.5s;
    display: flex;
}

.menu-items-wrapper nav ul li a:hover {
    font-size: 14px !important;
}

.menu-items-wrapper nav ul li a span {
    font-size: 3vw;
    margin-left: 3px;
    padding-top: 1rem;
    padding-left: 1rem;
    font-weight: 300;
    color: #adadad;
}

.menu-items-wrapper nav ul li .dropdown-items {
    position: absolute;
    background-color: #fff;
    border-bottom: 3px solid #0153a1;
    z-index: 999;
    top: 33px;
    opacity: 0;
    min-width: 233px;
    visibility: hidden;
    left: 0%;
    transition: all 0.5s;
    box-shadow: 2px 0 10px #0000001a;
    border-radius: 15px;
    overflow: hidden;
}

.menu-items-wrapper nav ul li a {
    padding: 0px 10px !important;
    font-size: 14px;
}

.menu-items-wrapper nav ul li .nav-link:after {
    content: "";
    background: #ddd;
    width: 2px;
    height: 17px;
    position: absolute;
    right: 0px;
    top: 5px !important;
}

.menu-items-wrapper nav ul li:last-child .nav-link:after {
    display: none;
}

.menu-items-wrapper nav ul li .dropdown-items li {
    padding: 5px 13px !important;
    position: relative;
    transition: all 0.5s;
}

.menu-items-wrapper nav ul li .dropdown-items li a span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-items-wrapper nav ul li .dropdown-items li .sub-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 250px;
    padding: 20px 0;
    top: 0;
    width: 200px;
    background-color: #fff;
    border-bottom: 2px solid #0153a1;
    box-shadow: 2px 0 10px #0000001a;
}

.menu-items-wrapper nav ul li .dropdown-items li .sub-dropdown li {
    padding: 7px 20px;
}

.menu-items-wrapper nav ul li .dropdown-items li .sub-dropdown li a {
    color: #222;
}

.menu-items-wrapper nav ul li .dropdown-items li .sub-dropdown li:hover a {
    color: #fff;
}

.menu-items-wrapper nav ul li .dropdown-items li:hover {
    /* background-color: #0153a1; */
    background-color: #f4f4f4;
    color: #0153a1;
}

.menu-items-wrapper nav ul li .dropdown-items li:hover:after {
    display: none;
}

.menu-items-wrapper nav ul li .dropdown-items li:hover a {
    color: #0153a1;
}

.menu-items-wrapper nav ul li .dropdown-items li:hover .sub-dropdown {
    opacity: 1;
    visibility: visible;
}

.menu-items-wrapper nav ul li::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 0%;
    height: 3px;
    background-color: #4a4a4a;
    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.menu-items-wrapper nav ul li:hover::after {
    width: 100%;
}

.menu-items-wrapper nav ul li:hover .dropdown-items {
    opacity: 1;
    visibility: visible;
}

.menu-items-wrapper nav ul li:hover .dropdown-items a {
    padding: 0px !important;
}

.menu-items-wrapper form input {
    width: 380px;
    background: #e43662;
    border: none;
    height: 40px;
    color: #fff;
    padding-left: 30px;
    margin-top: 2px;
}

.menu-items-wrapper form input::placeholder {
    color: #fff;
}

.menu-items-wrapper form span {
    position: absolute;
    right: 25px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.banner-section-wrapper {
    /* background-image: url(../images/bg-img.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
}

.banner-section-wrapper .sb-banner-section h4 {
    line-height: 35px;
}

.banner-section-wrapper .sb-banner-section h2 {
    padding-top: 20px;
    font-size: 54px;
}

.banner-section-wrapper .sb-banner-section h2 span {
    color: #0153a1;
}

.banner-section-wrapper .sb-banner-section p {
    width: 500px;
    padding-top: 20px;
}

.main-header-wrapper2 {
    position: relative;
    z-index: 2;
}

.main-header-wrapper2:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    height: 51px;
    width: 26%;
    background-color: #004274;
    top: 0;
    z-index: -1;
}

.main-header-wrapper2 .sb-header-section2 .logo-wrapper2 {
    line-height: 141px;
    position: relative;
}

.main-header-wrapper2 .sb-header-section2 .logo-wrapper2:after {
    content: "";
    position: absolute;
    width: 5px;
    top: -8px;
    height: 112%;
    display: block;
    transform: rotate(24deg);
    background-color: #00b3ff;
    right: 3px;
    z-index: 9;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 {
    position: relative;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #004274;
    padding-left: 20px;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li {
    padding: 13px 0;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li a {
    color: #fff;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li a span {
    padding-right: 7px;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li a:hover {
    color: #00b3ff;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li ul {
    padding: 0;
    align-items: center;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li ul li {
    padding: 0 10px;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul .btn2 {
    width: 180px;
    text-align: center;
    background-color: #00b3ff;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul .btn2:hover a {
    color: #fff !important;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2::before {
    content: "";
    position: absolute;
    left: -23px;
    display: block;
    height: 100%;
    width: 27px;
    background-color: #004274;
    top: 0;
    clip-path: polygon(100% 5%, 0% 100%, 100% 100%);
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    padding-left: 20px;
    padding-bottom: 11px;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li a {
    width: 100%;
    display: block;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li a i {
    font-size: 12px;
    padding-left: 3px;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items {
    position: absolute;
    background-color: #fff;
    border-bottom: 2px solid #004274;
    z-index: 999;
    top: 50px;
    opacity: 0;
    width: 240px;
    visibility: hidden;
    left: -50%;
    padding: 20px 0;
    padding-left: 0;
    display: block;
    box-shadow: 2px 0 10px #0000001a;
    transition: all 0.5s;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li {
    padding: 7px 20px;
    position: relative;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li
    a {
    color: #222;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li
    a
    span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li
    .sub-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 240px;
    padding: 20px 0;
    top: 0;
    width: 200px;
    background-color: #fff;
    border-bottom: 2px solid #004274;
    box-shadow: 2px 0 10px #0000001a;
    display: block;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li
    .sub-dropdown
    li {
    padding: 7px 20px;
    display: block;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li
    .sub-dropdown
    li
    a {
    color: #222;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li
    .sub-dropdown
    li:hover
    a {
    color: #fff;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li:hover {
    background-color: #004274;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li:hover:after {
    display: none;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li:hover
    a {
    color: #fff;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li
    .dropdown-items
    li:hover
    .sub-dropdown {
    opacity: 1;
    visibility: visible;
}

.main-header-wrapper2
    .sb-header-section2
    .menu-section2
    ul
    li:hover
    .dropdown-items {
    opacity: 1;
    visibility: visible;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li:hover a {
    color: #00b3ff;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul .book-btn2 {
    height: 50px;
    width: 150px;
    background-color: #004274;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.main-header-wrapper2 .mobile-menu-wrapper {
    background-color: #004274;
}

.main-header-wrapper2 #sidebar #cssmenu ul li .social-icon li {
    background-color: #004274 !important;
}

.main-header-wrapper2 #sidebar #cssmenu ul li .social-icon li a {
    color: #fff;
}

.main-header-wrapper2 .nav-link {
    padding: 0 !important;
}

.thankyouContent {
    padding: 0px 0;
}

.thankyouContent p {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.banner-main-wrapper2 {
    float: left;
    width: 100%;
    position: relative;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-next-icon,
.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-prev-icon {
    background-image: none;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    top: auto;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-next,
.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-prev {
    width: auto;
    top: auto;
    transition: all 0.5s;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-next:hover,
.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-next:focus,
.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-prev:hover,
.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-prev:focus {
    background-color: #fff;
    opacity: 1;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-next:hover i,
.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-next:focus i,
.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-prev:hover i,
.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-prev:focus i {
    color: #333 !important;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-prev {
    right: 46px;
    left: auto;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-control-next {
    right: 7px;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-item {
    background-image: url(../images/bg-image02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    width: 100%;
    text-align: left;
    color: #111;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-item h4 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-item h4 span {
    color: #004274;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-item h3 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 40px;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-item p {
    color: #222;
    padding-bottom: 10px;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-item ul {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.banner-main-wrapper2 #carouselExampleCaptions .carousel-item ul li {
    padding-right: 20px;
}

.main-header-wrapper3 .sb-main-header3 .top-header3 {
    padding: 18px 0;
}

.main-header-wrapper3 .sb-main-header3 .top-header3 .top-right-section ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header-wrapper3 .sb-main-header3 .top-header3 .top-right-section ul li a {
    float: left;
}

.main-header-wrapper3
    .sb-main-header3
    .top-header3
    .top-right-section
    ul
    li
    a
    i {
    border-radius: 50%;
    color: #ff9e21;
    text-align: center;
    line-height: 35px;
    margin: 10px;
}

.main-header-wrapper3
    .sb-main-header3
    .top-header3
    .top-right-section
    ul
    li
    a
    .search {
    background-color: #0a3382;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
}

.main-header-wrapper3
    .sb-main-header3
    .top-header3
    .top-right-section
    ul
    li
    + li {
    padding-left: 20px;
}

.main-header-wrapper3 .sb-main-header3 .menu-item-wrapper3 {
    background-color: #0a3382;
}

.main-header-wrapper3
    .sb-main-header3
    .menu-item-wrapper3
    .social-media-icons
    li
    a {
    color: #fff;
    color: #fff;
    padding: 9px 15px;
    display: inline-block;
    transition: all 0.5s;
}

.main-header-wrapper3
    .sb-main-header3
    .menu-item-wrapper3
    .social-media-icons
    li
    a:hover {
    color: #0153a1;
}

.main-header-wrapper3 .sb-main-header3 .menu-item-wrapper3 .home3-btn {
    transition: all 0.5s;
    background-color: #fff;
}

.main-header-wrapper3 .sb-main-header3 .menu-item-wrapper3 .home3-btn:hover {
    background-color: transparent;
}

.main-header-wrapper3 .sb-main-header3 .menu-item-wrapper3 .home3-btn:hover a {
    color: #fff !important;
}

.main-header-wrapper3 .sb-main-header3 .menu-item-wrapper3 .dropdown-items {
    border-bottom: 2px solid #0a3382;
}

.main-header-wrapper3
    .sb-main-header3
    .menu-item-wrapper3
    .dropdown-items
    li:hover {
    background-color: #0a3382;
}

.main-header-wrapper3
    .sb-main-header3
    .menu-item-wrapper3
    .dropdown-items
    li
    .sub-dropdown {
    border-bottom: 2px solid #0a3382;
}

.main-header-wrapper3 .sb-main-header3 .mobile-menu-wrapper {
    background-color: #0a3382;
}

.main-header-wrapper3 #sidebar #cssmenu ul li .social-icon li {
    background-color: #ff9e21 !important;
}

.main-header-wrapper3 #sidebar #cssmenu ul li .social-icon li a {
    color: #fff;
}

.mobile-menu-wrapper .toggle-main-wrapper {
    display: block;
}

.mobile-menu-wrapper .toggle-main-wrapper .line {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 6px auto;
    transition: all 0.3s ease-in-out;
}

.mega-menu {
    width: 700px !important;
    padding: 20px 0;
    display: flex !important;
    left: -330px !important;
}

.mega-menu ul {
    display: block !important;
}

.about-main-wrapper .sb-about-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-main-wrapper .sb-about-section h5 {
    font-size: 24px;
}

.about-main-wrapper .sb-about-section .icon {
    float: left;
}

.about-main-wrapper .sb-about-section .icon svg {
    width: 40px;
    margin-right: 10px;
}

.image-section {
    height: 400px;
    overflow: hidden;
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 6px 6px 70px rgb(16 40 81 / 20%);
}

.image-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#abouttitle {
    align-items: center;
}

.image-about-wrapper .image-section .image-content {
    background-color: #0153a1;
    color: #fff;
    width: 280px;
    position: relative;
    left: 0;
    padding: 20px 0;
    border-radius: 20px;
    left: 180px;
    top: -150px;
}

.image-about-wrapper .image-section .image-content .content-box {
    display: flex;
    justify-content: space-evenly;
}

.image-about-wrapper .image-section .image-content h5 {
    color: #fff;
    padding-left: 32px;
    padding-bottom: 15px;
    font-size: 24px;
}

.image-about-wrapper .image-section .image-content .logo-icon {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: -25px;
    left: 240px;
    box-shadow: 0 3px 10px #7b7b7b6e;
}

.image-about-wrapper .image-section .image-content .logo-icon img {
    width: 45px;
}

.image-about-wrapper .about-content {
    padding: 0 30px;
}

.image-about-wrapper .about-content h5 {
    color: #0153a1;
    padding-bottom: 10px;
}

.image-about-wrapper .about-content h4 {
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: 600;
}
.image-about-wrapper span {
    color: #f8be1f;
    text-transform: uppercase;
}

.services-main-wrapper {
    /* background: url('../images/HomeBg.jpg') no-repeat center / cover; */
    padding: 40px 0;
    z-index: 50;
    background-color: #f9f9f7;
    /* position: relative; */
}

.services-main-wrapper::after {
    z-index: -1;
    content: "";
    background-color: rgba(255, 255, 255, 0.938);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.services-main-wrapper .sb-service-section h6 {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    overflow: hidden;
    color: #364759;
}

.services-main-wrapper
    .sb-service-section
    .slider-service-section
    .owl-carousel
    .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.services-main-wrapper
    .sb-service-section
    .slider-service-section
    .owl-carousel
    .owl-nav
    button {
    height: 50px;
    width: 50px;
    background-color: #ffd9db;
    color: #0153a1;
    border-radius: 50%;
    transition: all 0.5s;
}

.services-main-wrapper
    .sb-service-section
    .slider-service-section
    .owl-carousel
    .owl-nav
    button:hover {
    background-color: #0153a1;
    color: #fff;
}

.services-main-wrapper
    .sb-service-section
    .slider-service-section
    .owl-carousel
    .owl-nav
    button.owl-prev {
    left: -65px;
    position: absolute;
}

.services-main-wrapper
    .sb-service-section
    .slider-service-section
    .owl-carousel
    .owl-nav
    button.owl-next {
    right: -65px;
    position: absolute;
}

#why-choose-homePage .container .rowMain {
    padding: 5rem 0 5rem 0;
}
#why-choose-homePage .container .rowMain h2 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
}

#why-choose-homePage .container .rowMain h5 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #00509e;
}
#why-choose-homePage .container .rowMain p {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.8;
}
#why-choose-homePage .container .rowMain i {
    box-shadow: 0px 0px 20px -7px gray;
    padding: 0.7rem;
    border-radius: 5rem;
    font-size: 1.2rem;
    color: #fcb900;
}
#why-choose-homePage .container .rowMain .contant-div .row {
    margin: 1.5rem 0;
}
#why-choose-homePage .contant-div {
    text-align: left;
}

#why-choose-homePage .container .row .left {
    text-align: end;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* 
#why-choose-homePage .container .row .mid {
}

#why-choose-homePage .container .row .mid .imgageDiv {
} */

#why-choose-homePage .container .row .mid .imgageDiv img {
    width: 100%;
}

#why-choose-homePage .container .row .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slider-box {
    text-align: center;
    background-color: #fff;
    padding: 40px 30px;
    position: relative;
    margin-top: 50px;
    border-radius: 7px;
}

.slider-box::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #0153a1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32%;
}

.slider-box .icon {
    position: absolute;
    width: 41px;
    height: 41px;
    background-color: #ffd9db;
    color: #0153a1;
    line-height: 41px;
    top: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    transition: all 0.5s;
}

.slider-box svg {
    width: 55px;
}

.slider-box h5 {
    padding-top: 60px;
    font-size: 24px;
}

.slider-box p {
    padding: 10px 0;
}

.slider-box:hover .icon {
    background-color: #0153a1;
    color: #fff;
}

.emergency-main-wrapper {
    float: left;
    width: 100%;
    background-image: url(../images/service-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

.emergency-main-wrapper .sb-emergency-main-wrapper {
    max-width: 500px;
    background-image: url(../images/sb-service.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 40px;
}

.emergency-main-wrapper .sb-emergency-main-wrapper .content {
    padding-bottom: 20px;
}

.emergency-main-wrapper .sb-emergency-main-wrapper .content span {
    float: left;
    margin-right: 20px;
}

.emergency-main-wrapper .sb-emergency-main-wrapper .content span i {
    font-size: 50px;
}

.emergency-main-wrapper .sb-emergency-main-wrapper .content .rotate {
    transform: rotate(-25deg);
}

.emergency-main-wrapper .sb-emergency-main-wrapper .content h4 {
    color: #fff;
}

.emergency-main-wrapper .sb-emergency-main-wrapper h5 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 18px;
}

.emergency-main-wrapper .sb-emergency-main-wrapper p {
    padding-bottom: 20px;
    color: #fff;
}

.team-main-wrapper {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.team-main-wrapper .sb-team-section p {
    text-align: center;
    padding-top: 10px;
}

.team-main-wrapper .team-section {
    padding: 45px 40px 50px;
    text-align: center;
    border-radius: 5px;
    margin-top: 50px;
    position: relative;
    transition: all 0.5s;
}

.team-main-wrapper .team-section .image {
    position: relative;
    max-width: 155px;
    margin: 0 auto;
}

.team-main-wrapper .team-section .image img {
    border-radius: 50%;
}

.team-main-wrapper .team-section .image .contact-action {
    position: absolute;
    top: 0;
    right: -15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
}

.logoDesign {
    height: 90px;
    width: 170px;
    object-fit: contain;
}

.team-main-wrapper .team-section .image .contact-action .item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #0153a1;
    border-radius: 50%;
    transition: all 0.5s;
}

.team-main-wrapper .team-section .image .contact-action .item.icon-bg {
    background-color: #fff !important;
    color: #0153a1 !important;
}

.team-main-wrapper .team-section .image .contact-action span {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: 0;
    left: 0;
}

.team-main-wrapper .team-section h5 {
    font-size: 22px;
    margin-top: 20px;
}

.team-main-wrapper .team-section h5,
.team-main-wrapper .team-section .plus-sign {
    transition: all 0.5s;
}

.team-main-wrapper .team-section p {
    padding-top: 0;
    transition: all 0.5s;
}

.team-main-wrapper .team-section::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #0153a1;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s;
}

.team-main-wrapper .team-section .contact-action.open1 div,
.team-main-wrapper .team-section .action-1.open2 div,
.team-main-wrapper .team-section .action-2.open3 div,
.team-main-wrapper .team-section .action-3.open4 div {
    transform: rotate(45deg);
    color: #0153a1 !important;
    background: #fff !important;
}

.team-main-wrapper .team-section .contact-action.open1 span,
.team-main-wrapper .team-section .action-1.open2 span,
.team-main-wrapper .team-section .action-2.open3 span,
.team-main-wrapper .team-section .action-3.open4 span {
    visibility: visible;
    animation: 1s entering;
    color: #0153a1;
    background: #fff;
}

.team-main-wrapper .team-section .contact-action.open1 span:nth-child(2),
.team-main-wrapper .team-section .action-1.open2 span:nth-child(2),
.team-main-wrapper .team-section .action-2.open3 span:nth-child(2),
.team-main-wrapper .team-section .action-3.open4 span:nth-child(2) {
    top: 50px;
}

.team-main-wrapper .team-section .contact-action.open1 span:nth-child(3),
.team-main-wrapper .team-section .action-1.open2 span:nth-child(3),
.team-main-wrapper .team-section .action-2.open3 span:nth-child(3),
.team-main-wrapper .team-section .action-3.open4 span:nth-child(3) {
    top: 100px;
}

@keyframes entering {
    0% {
        top: 0;
        left: 0;
        width: 65%;
        height: 65%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

.team-main-wrapper .team-section:hover {
    background-color: #0153a1;
}

.team-main-wrapper .team-section:hover a {
    color: #fff;
}

.team-main-wrapper .team-section:hover::after {
    background-color: #fff;
}

.team-main-wrapper .team-section:hover .plus-sign {
    color: #0153a1;
    background: #fff;
}

.image-wrapper img {
    width: 100%;
}

.testimonial-main-wrapper {
    float: left;
    width: 100%;
    padding: 100px 0;
    background-color: #ebf5f5;
}

.testimonial-main-wrapper .sb-testimonial-wrapper {
    position: relative;
}

.testimonial-main-wrapper .sb-testimonial-wrapper .text-slider {
    margin-top: -45px;
}

.testimonial-main-wrapper
    .sb-testimonial-wrapper
    .text-slider
    .owl-carousel
    .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial-main-wrapper
    .sb-testimonial-wrapper
    .text-slider
    .owl-carousel
    .owl-nav
    button {
    width: 50px;
    height: 50px;
    background-color: #ffd9db;
    color: #0153a1;
    border-radius: 50%;
    transition: all 0.5s;
}

.testimonial-main-wrapper
    .sb-testimonial-wrapper
    .text-slider
    .owl-carousel
    .owl-nav
    button:hover {
    background-color: #0153a1;
    color: #fff;
}

.testimonial-main-wrapper
    .sb-testimonial-wrapper
    .text-slider
    .owl-carousel
    img {
    width: auto;
    position: relative;
    left: 35%;
    top: 75px;
    border-radius: 50%;
    z-index: 99;
}

#clienViewImage {
    height: 130px;
    width: 130px;
}

/* .treatmentPara .span{
height: 120px;
overflow: hidden;
} */

.checked {
    color: orange;
}

.testimonial-main-wrapper
    .sb-testimonial-wrapper
    .text-slider
    .owl-carousel
    .item-box {
    padding: 50px 30px 30px;
    border-radius: 25px;
    border: 7px solid #0153a1;
    opacity: 0.5;
    margin-top: 40px;
    background-color: #fff;
    transition: all 0.5s;
}

.testimonial-main-wrapper
    .sb-testimonial-wrapper
    .text-slider
    .owl-carousel
    .item-box
    span
    i {
    color: #f7d90d !important;
}

.testimonial-main-wrapper
    .sb-testimonial-wrapper
    .text-slider
    .owl-carousel
    .item-box
    a {
    color: #222;
    margin-top: 20px;
}

.testimonial-main-wrapper
    .sb-testimonial-wrapper
    .text-slider
    .owl-carousel
    .item-box:hover {
    opacity: 1;
}

.blog-main-wrapper {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #ebfbff;
}

.blog-main-wrapper .sb-blog-main-section h6 {
    text-align: center;
}

/* .blog-main-wrapper ma hover par box .shadow-effect */

.blog-box {
    transition: all 0.5s;
    overflow: hidden;
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 6px 6px 70px rgb(16 40 81 / 20%);
    border: 1px solid transparent;
}

.blog-box:hover {
    border: 1px solid #ffb500;
}

.blog-box .img-icon {
    position: relative;
    overflow: hidden;
}

.blog-box .img-icon .img-overlay {
    position: absolute;
    /* background-color: rgba(103, 11, 11, 0.5); */
    /* background-color: rgba(103, 11, 11, 0); */
    left: 50%;
    top: 50%;
    bottom: 50%;
    right: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.blog_img {
    height: 200px;
}

.blog-box .img-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-icon-all {
    height: 500px;
}

.img-icon-all .owl-carousel,
.img-icon-all .owl-stage-outer,
.img-icon-all .owl-stage,
.img-icon-all .owl-item,
.img-icon-all .item {
    height: 100%;
}

.blog-box .img-icon-all img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.blog-box .img-icon p {
    width: auto;
    height: 25px;
    border-radius: 5px;
    background-color: #0153a1;
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    bottom: 0px;
    z-index: 1;
}

.link-style {
    /* color: #0153a1; */
    color: #0153a1;
    padding-bottom: 60px;
    margin-top: 100px;
    margin-left: 4px;
}

.blog-design.blog-design:hover {
    /* margin-bottom: 20px; */
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.blog-design {
    margin-top: 50px;
    padding-top: 0px;
    transition: all 0.5s;
    overflow: hidden;
    padding-bottom: 15px;
}

.alltreatmentstyle {
    margin-top: 30px;
    padding-top: 20px;
    transition: all 0.5s;
    overflow: hidden;
    padding-bottom: 20px;
}

/* .alltreatmentstyle.alltreatmentstyle:hover {
     box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02); 
} */

.blog-content {
    padding: 0 0 20px 0;
}

.blog-box .blog-content h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
}

.blog-box .blog-content ul {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 15px;
}

.blog-box .blog-content ul li {
    padding-right: 40px;
}

.blog-box .blog-content ul li i {
    padding-right: 15px;
    color: #0153a1;
}

.blog-box .blog-content h6 {
    margin: 0px 0 12px 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.blog-box .blog-content h6 p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
}

.planDayanamic {
    margin-left: 110px;
    height: 40px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plan-detail.active {
    background-color: #0153a1;
    color: #fff;
}

.appointmentDesign {
    margin-top: 50px;
    /* margin-bottom: 10px; */
}

.home-btn {
    align-items: top;
    margin-left: 700px;
    font-size: 40px;
}

#planButton {
    background-color: #0153a1;
}

#aboutDesign {
    margin-bottom: 20px;
}

#registererror {
    color: #0153a1;
    font-size: 16px;
    margin-top: 20px;
}

.blog-box .blog-content .r-btn {
    color: #0153a1;
    padding-top: 15px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    margin-bottom: 50px;
}

.blog-box:hover h3 {
    color: #0153a1 !important;
}

.blog-box:hover .img-overlay {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.blog-box:hover .r-btn {
    border-bottom-color: #0153a1;
}

.counter-main-wrapper {
    margin-top: 2rem;
    float: left;
    width: 100%;
    padding: 30px 20px;
    /* background-image: url(../images/counter-img.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* background-color: #4a4a4a;*/
    background-color: #ffffff;
}
.counter-main-wrapper .row {
    gap: 28px 0;
}

.counter-main-wrapper .count-up {
    position: relative;
    z-index: 9;
    color: #0153a1;
    text-align: center;
    border: solid 2px #fcb900;
    border-radius: 10px;
    padding: 20px;
}

.counter-main-wrapper .count-up p {
    font-size: 14px;
    color: #0153a1;
    text-transform: none;
    line-height: 26px;
    font-weight: 600;
    margin: 0 !important;
}

.counter-main-wrapper .count-up .counter-icon {
    width: 50px;
    height: 50px;
    /* background-color: #fff; */
    border-radius: 50%;
    /* border: 2px solid #ffd9db; */
    margin: 0 auto;
    /* margin-bottom: 20px; */
    transition: all 0.5s;
    /* margin-top: -50px; */
}

.counter-main-wrapper .count-up .counter-icon img {
    width: 50px;
    height: 50px;
    fill: #e6dad4;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.counter-main-wrapper .count-up .counter-count {
    color: #0153a1;
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0 0px 0;
}

.border-r {
    border-right: 1px solid #ffffff2e;
}

/* .counter-main-wrapper .count-up:hover .counter-icon {
  background-color: #0153a1;
} */

.counter-main-wrapper .count-up:hover svg {
    fill: #e6dad4;
}

/* .counter-main-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  background-color: #4a4a4a;
  z-index: 1;
} */

.partner-main-wrapper {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.partner-main-wrapper img {
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.plr {
    padding: 0 15px;
}

.contact-main-wrapper {
    margin: 8.2rem 0 0 0;
    padding: 1rem 0 0 0;
}

.contact-main-wrapper iframe {
    width: 106%;
    transform: translate(-14px, -14px);
}

.contact-main-wrapper .sb-contact-section iframe {
    border: 5px solid #0153a1;
}

.footer-main-wrapper .links ul li a:hover {
    color: #fff !important;
}

#userappiont {
    margin-top: 30px;
}

/* #aboutstyle {
    margin-top: 50px;
} */

.form-main-wrapper {
    float: left;
    width: 100%;
    /* padding: 100px 0; */
    margin-top: 2rem;
}

.form-main-wrapper section {
    /* background: #ebf5f5; */
    padding: 30px;
    border-radius: 7px;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.form-main-wrapper section span {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    border: 5px solid #000000d1;
    color: #0153a1;
    margin-right: 20px;
}

.form-main-wrapper section h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.form-section h6 {
    background-color: #0153a1;
    padding: 13px 20px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 7px;
    font-size: 22px;
}

.form-section .form-input {
    padding: 26px 20px;
    box-shadow: rgb(0 0 0 / 30%) 0 2px 7px;
    background-color: transparent;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 30px;
}

.form-section .form-input .input-group-text {
    color: #707070;
    background: #fff;
}

.alltreatmentLead .form-section .form-input input {
    height: 40px;
    border-radius: 25px;
    padding: 0 15px;
    border: 1px solid #0153a1;
}

.alltreatmentLead .form-section .select {
    height: 40px;
    border-radius: 25px;
    padding: 0 15px;
    /* border: 1px solid #0153a1; */
    /* overflow: hidden; */
}

#appointmentchange .form-section .form-input {
    background-color: transparent;
    padding: 26px 20px;
    box-shadow: rgb(0 0 0 / 30%) 0 2px 7px;
    border-radius: 25px;
}

#appointmentchange .select {
    border-radius: 25px;
    height: 40px;
    /* border: 1px solid #0153a1; */
    color: grey;
}

#appointmentchange .select .select-styled {
    height: auto;
    background: transparent;
    padding: 5px 20px;
    overflow: auto;
}

#exampleFormControlTextarea1 {
    border: 1px solid #0153a1;
    border-radius: 25px;
}

.input-group > .form-control,
.input-group > .form-select {
    height: 40px;
    border-radius: 25px;
    padding: 0 15px;
    border: 1px solid #0153a1;
}

.openmodal .form-section .select {
    height: 40px;
    border-radius: 25px;
    padding: 0 15px;
    border: 1px solid #0153a1;
    /* overflow: hidden; */
}

.alltreatmentLead .form-section .select-styled {
    height: 38px;
    border-radius: 25px;
    padding: 5px 20px;
    overflow: auto;
}

.alltreatmentLead .form-section .select {
    color: #ddd;
}

.alltreatmentLead .form-section .form-input input::placeholder {
    color: #ddd;
}

.form-section .form-input input[type="radio"] {
    height: auto !important;
}

.form-section .form-input .form-control:focus {
    border: 1px solid #aaa;
    box-shadow: none;
}

.form-section .form-input .input-custom {
    background-color: #fff;
}

.form-section .form-input .input-custom input {
    position: relative;
    width: 100%;
    z-index: 2;
    background: 0 0;
}

.form-section .form-input .input-custom span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.form-section .checkbox-wrap {
    display: flex;
    align-items: center;
}

.form-section .checkbox-wrap input {
    margin-right: 20px;
}

.form-section .pd-btn {
    padding: 0 85px;
    padding-left: 45px;
}

.footer-main-wrapper {
    float: left;
    width: 100%;
    /* padding: 100px 0 30px 0; */
    /* background-image: url(../images/footer.png); */
    background-image: url(../images/footerp.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.fttoek {
    padding: 115px 0 0 19px;
}

/* .footer-main-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0e3340db;
  background-image: url(../images/);
  z-index: -1;
} */
.footer-main-wrapper .sb-footer-section .footer-logo {
    padding-bottom: 10px;
}

.footer-main-wrapper .sb-footer-section ul li {
    padding-bottom: 15px;
}

.footer-main-wrapper .sb-footer-section ul li {
    display: flex;
    align-items: center;
    color: #fff;
}
.footer-main-wrapper .sb-footer-section ul li a {
    color: #fff;
    padding: 0 0 0 10px;
}

.footer-main-wrapper .sb-footer-section ul li i {
    padding-right: 6px;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media {
    display: flex;
    justify-content: start;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li {
    padding-right: 20px;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 1;
    padding: 0px;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a i {
    padding-right: 0;
    position: relative;
    color: #fff;
    transition: 0.5s;
    z-index: 3;
}
.footer-main-wrapper .sb-footer-section ul li .footer-media li a img {
    /* filter: invert(1); */
    width: 1.7rem;
    margin-top: -0.25vw;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #065dac;
    transition: all 0.5s;
    z-index: 2;
    opacity: 0.7;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a:hover i {
    color: #fff;
    transform: rotateY(360deg);
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a:hover::before {
    top: 0;
}

.footer-main-wrapper h5 {
    color: #fff;
    padding-bottom: 20px;
}

.footer-main-wrapper h4 {
    margin-top: 50px;
    font-size: 24px;
    padding-bottom: 25px;
    color: #fff;
}

.footer-main-wrapper .links ul li {
    padding-bottom: 5px;
}

.footer-main-wrapper .links ul li a {
    color: #fff;
}

.footer-main-wrapper .links ul li a i {
    padding-right: 10px;
}

.footer-main-wrapper .links ul li a:hover {
    color: #0153a1;
}

.footer-main-wrapper .img-link ul li {
    padding-bottom: 25px;
}

.footer-main-wrapper .img-link ul li img {
    float: left;
    padding-right: 15px;
}

.footer-main-wrapper .img-link ul li .content {
    line-height: 18px;
}

.footer-main-wrapper .img-link ul li .content p {
    color: #fff;
}

.footer-main-wrapper .img-link ul li .content h5 a {
    color: #fff;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 24px;
}

.footer-main-wrapper .time-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-main-wrapper .time-wrapper ul li {
    color: #fff;
    padding: 4px 0;
}

.footer-main-wrapper #newsletter {
    margin-top: 25px;
}

.footer-main-wrapper #newsletter h4 {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
}

.footer-main-wrapper #newsletter h5 {
    font-size: 22px;
}

.footer-main-wrapper section .container {
    border-top: 2px solid #516c75;
}

.footer-main-wrapper section p {
    color: #fff;
    padding-top: 30px;
}

.footer-main-wrapper section p a {
    color: #fff;
}

.footer-main-wrapper section a {
    color: #fff;
}

.footer-main-wrapper section .last-para {
    text-align: end;
}

.footer-main-wrapper section .design {
    text-align: end;
}

.mobileF {
    display: none !important;
}

.input-box {
    position: relative;
    display: inline-block;
}

.input-box input {
    width: 250px;
    height: 50px;
    background-color: #516c75;
    border: none;
    padding-left: 20px;
    color: #fff;
}

.input-box input::placeholder {
    font-size: 16px;
    color: #fff;
}

.input-box i {
    position: absolute;
    width: 40px;
    height: 50px;
    background-color: #0153a1;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    right: 0;
}

.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(214, 214, 214, 0.3);
    opacity: 0;
    border-radius: 100%;
    right: -75px;
    bottom: -75px;
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
}

.wrapper .wave-1 {
    animation-delay: 0s;
}

.wrapper .wave-2 {
    animation-delay: 1s;
}

.wrapper .wave-3 {
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

.page-2-heading h4 {
    position: relative;
    text-align: center;
}

.page-2-heading h4 span {
    color: #00b3ff;
}

.page-2-heading h4:before {
    content: "";
    width: 90px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #aaa;
    top: 49px;
}

.page-2-heading h4::after {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #00b3ff;
    top: 49px;
}

.service2-main-wrapper2 {
    position: relative;
    z-index: 1;
}

section {
    position: relative;
}

section .sb-service-section2 {
    text-align: center;
    padding: 40px 30px;
    background-color: #00b3ff;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

section .sb-service-section2 h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

section .sb-service-section2 span {
    font-size: 50px;
    padding-bottom: 15px;
}

section .sb-service-section2 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
    -webkit-line-clamp: 4;
}

section .hover-type a {
    padding: 15px 0;
    background-color: #004274;
    color: #fff;
    position: absolute;
    bottom: 0;
}

section:hover .sb-service-section2 {
    transform: translateY(-53px);
    background-color: #009adb;
}

section:hover .hover-type a {
    display: inline-block !important;
}

.about2-main-wrapper {
    padding: 100px 0;
}

.about2-main-wrapper h3 {
    font-weight: 600;
    color: #222;
    padding: 40px 0;
    position: relative;
    font-size: 32px;
}

.about2-main-wrapper h3:before {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: #aaa;
    left: 0;
    bottom: 30px;
}

.about2-main-wrapper h3:after {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    background-color: #00b3ff;
    left: 0;
    bottom: 30px;
}

.about2-main-wrapper h3 span {
    color: #00b3ff;
}

.about2-main-wrapper h4 {
    font-size: 30px;
    padding-bottom: 15px;
}

.about2-main-wrapper .sb-about-section .counter-main {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about2-main-wrapper .sb-about-section .counter-main .count-up {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding-top: 90px;
}

.about2-main-wrapper .sb-about-section .counter-main .count-up .counter-icon {
    padding: 20px;
    border: 1px solid #00b3ff;
    margin-right: 15px;
}

.about2-main-wrapper .sb-about-section .counter-main .count-up svg {
    width: 50px;
    fill: #00b3ff;
}

.about2-main-wrapper .sb-about-section .counter-main .count-up h3,
.about2-main-wrapper .sb-about-section .counter-main .count-up h4 {
    padding: 0;
}

.about2-main-wrapper .sb-about-section .counter-main:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #aaa;
    left: 0;
    top: 45px;
}

.emergency2-main-wrapper .video-section {
    background-image: url(../images/video-img2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    text-align: center;
}

.emergency2-main-wrapper .video-section img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.emergency2-main-wrapper .sb-emergency-section {
    background-color: #00b3ff;
    color: #fff;
    padding: 52px 70px;
    padding-right: 0;
    position: relative;
}

.emergency2-main-wrapper .sb-emergency-section p {
    color: #fff;
}

.emergency2-main-wrapper .sb-emergency-section .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}

.emergency2-main-wrapper .sb-emergency-section .content i {
    font-size: 50px;
}

.emergency2-main-wrapper .sb-emergency-section .content h4 {
    color: #fff;
    padding-left: 25px;
    font-size: 30px;
}

.emergency2-main-wrapper .sb-emergency-section img {
    position: absolute;
    top: -70px;
    right: 0;
    height: 400px;
}

.service2-main-wrapper {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.service2-main-wrapper .sb-service-box {
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    transition: all 0.5s;
}

.service2-main-wrapper .sb-service-box i {
    font-size: 65px;
    padding-bottom: 10px;
    color: #00b3ff;
}

.service2-main-wrapper .sb-service-box h6 {
    padding-bottom: 10px;
    font-size: 22px;
}

.service2-main-wrapper .sb-service-box:hover {
    background: #00b3ff;
    color: #fff;
    transform: scale(1.1);
}

.service2-main-wrapper .sb-service-box:hover h6,
.service2-main-wrapper .sb-service-box:hover i {
    color: #fff;
}

.service2-main-wrapper .sb-service-box:hover p {
    color: #fff;
}

.founder-main-wrapper {
    padding: 100px 0;
    float: left;
    width: 100%;
    background-color: #ebf5f5;
}

.founder-main-wrapper .sb-founder-section img {
    display: block;
    margin: auto;
}

.founder-main-wrapper .sb-founder-section section .bg-change2 {
    background-color: #004274;
    color: #fff;
}

.founder-main-wrapper .sb-founder-section section .bg-change2 h6 {
    color: #fff;
}

.founder-main-wrapper .sb-founder-section section .hover-type a {
    background-color: #00b3ff;
    color: #fff;
}

.gallery-main-wrapper {
    background-image: url(../images/gallery.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    padding-bottom: 250px;
    position: relative;
}

.gallery-main-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #004274c9;
}

.gallery-main-wrapper .text-color {
    color: #fff;
}

.gallery-main-wrapper .text-color:after {
    background: #fff;
}

.gallery-box-section {
    position: relative;
    top: -150px;
}

.gallery-box-section .portfolio_img_wrapper {
    text-align: center;
}

.gallery-box-section .portfolio_img_wrapper .portfolio_img {
    position: relative;
    margin-bottom: 30px;
    max-height: 275px;
    overflow: hidden;
}

.gallery-box-section .portfolio_img_wrapper .portfolio_img .img-responsive {
    width: 100%;
}

.gallery-box-section
    .portfolio_img_wrapper
    .portfolio_img
    .portfolio_img_overlay {
    background: #023969bf none repeat scroll 0 0;
    height: calc(100% - 40px);
    left: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    transform: translateX(-15px) translateY(-15px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: calc(100% - 40px);
    transition: 0.2s ease;
    transition: all 0.5s;
}

.gallery-box-section
    .portfolio_img_wrapper
    .portfolio_img
    .portfolio_img_overlay
    .portfolio_img_text {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}

.gallery-box-section .portfolio_img_wrapper:hover .portfolio_img_overlay {
    transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
}

.gallery-box-section
    .portfolio_img_wrapper:hover
    .portfolio_img_overlay
    .portfolio_img_text {
    visibility: visible;
    opacity: 1;
}

.client2-main-wrapper {
    padding-top: 100px;
    background-color: #ebf5f5;
}

/* .slider-sec {
  height: 600px;
} */
.slider-sec .carousel-inner {
    height: 400px;
}

.slider-sec .carousel-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-change-icon .active {
    border: 1px solid #0153a1 !important;
    border-radius: 10px;
}

.slider-change-icon button {
    width: 100px;
    height: 100px;
}

.client2-main-wrapper .slider-section {
    padding-bottom: 200px;
}

.client2-main-wrapper .slider-section .set-margin::before,
.client2-main-wrapper .slider-section .set-margin:after {
    margin: unset;
}

.client2-main-wrapper .slider-section .owl-carousel {
    position: relative;
}

.client2-main-wrapper .slider-section .owl-carousel .item a {
    font-size: 22px;
    color: #00b3ff;
}

.client2-main-wrapper .slider-section .owl-carousel .item a small {
    margin-left: 10px;
    color: #222;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    margin-top: 40px;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #00b3ff;
    margin-right: 10px;
    transition: all 0.5s;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav button i {
    color: #fff;
    font-size: 24px;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav button:hover {
    background-color: #004274;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav.active button {
    background-color: #004274;
}

.health-main-wrapper {
    background-image: url(../images/health-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.checked {
    color: orange;
}

.testmorialArea {
    margin-top: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    padding-top: 20px;
    color: orange;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 6px 6px 70px rgb(16 40 81 / 20%);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #0153a1;
    padding: 0px 20px 5px 20px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.imgs-circle {
    transform-style: preserve-3d;
    width: 90px;
    margin: 0 auto 15px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.imgs-circle img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0153a1;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #0153a1;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 25px;
}

.health-main-wrapper .sb-health-main-sec {
    text-align: center;
}

.health-main-wrapper .sb-health-main-sec h4 {
    color: #fff;
    line-height: 45px;
}

.health-main-wrapper .sb-health-main-sec h4 span {
    color: #004274;
}

.health-main-wrapper .sb-health-main-sec p {
    color: #fff;
}

.health-main-wrapper .sb-health-main-sec .bg-white {
    background-color: #fff;
    color: #00b3ff;
    margin-right: 15px;
    border: none !important;
}

.health-main-wrapper .sb-health-main-sec .bg-white:hover {
    color: #fff;
}

.news2-page-main .blog-box .img-overlay {
    background-color: #0042749e !important;
}

.news2-page-main .blog-box .img-icon .bg-blue {
    background-color: #004274 !important;
}

.news2-page-main .blog-box .text-blue {
    color: #00b3ff !important;
}

.news2-page-main .blog-box a:hover {
    color: #004274 !important;
}

.news2-page-main .blog-box:hover a {
    color: #004274;
    border-bottom-color: #004274 !important;
}

.bg-section-color {
    background-color: #ebf5f5;
}

.page2-footer-main:after {
    background-color: #004274c7;
}

.page2-footer-main .input-box input {
    background-color: #47779b !important;
}

.page2-footer-main .input-box i {
    background-color: #004274 !important;
}

.page2-footer-main .footer-media a:before {
    background-color: #004274 !important;
}

.page2-footer-main .links ul li a:hover {
    color: #004274;
}

.search-modal .modal-header button:focus {
    box-shadow: none;
}

.search-modal .modal-body {
    position: relative;
    margin-bottom: 25px;
}

.search-modal .modal-body input {
    border: none;
    width: 100%;
    border-bottom: 1px solid #aaa;
    color: #222;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.search-modal .modal-body span {
    position: absolute;
    right: 20px;
}

.home3-btn {
    display: inline-block;
    background: #ff9e21;
    color: #fff;
    padding: 0 25px !important;
    border-radius: 50px;
    border: 1px solid transparent;
    line-height: 40px;
}

.home3-btn:hover {
    background-color: transparent;
    color: #0153a1;
    border: 1px solid #ff9e21;
}

.bg-white {
    background-color: #fff;
    color: #0a3382 !important;
}

.bg-white:hover {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.bg-yellow {
    background-color: #ff9e21 !important;
}

.bg-yellow:before {
    background: #fae2c2 !important;
}

.bg-yellow span {
    background-color: #fae2c2 !important;
    color: #ff9e21 !important;
    transition: all 0.5s;
}

.bg-yellow:hover {
    color: #0153a1 !important;
}

.bg-yellow:hover span {
    background-color: #ff9e21 !important;
    color: #fff !important;
}

.text-color-change3 {
    color: #ff9e21;
}

.banner-main-wrapper3 {
    float: left;
    width: 100%;
}

.banner-main-wrapper3 .carousel .carousel-item {
    background-image: url(../images/home3/bg-Image-01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    text-align: center;
    padding: 150px 0;
}

.banner-main-wrapper3 .carousel .carousel-item button {
    border: none;
    background-color: transparent;
}

.banner-main-wrapper3 .carousel .carousel-item h4 {
    color: #444;
    margin-bottom: 20px;
}

.banner-main-wrapper3 .carousel .carousel-item h2 {
    font-weight: 600;
}

.banner-main-wrapper3 .carousel .carousel-item h2 span {
    color: #0a3382;
    line-height: 66px;
}

.banner-main-wrapper3 .carousel .carousel-item p {
    margin-top: 20px;
}

.banner-main-wrapper3 .carousel .carousel-indicators button {
    height: 7px;
    width: 7px;
    border-radius: 50px;
    background-color: #0a3382;
    border: 0 !important;
    transition: all 0.5s;
}

.banner-main-wrapper3 .carousel .carousel-indicators button.active {
    opacity: 1;
    width: 32px !important;
    height: 7px !important;
}

.service-section3 p {
    clear: both;
    margin-top: 7px;
}

.service-section3 .sb-about-section .icon {
    float: left;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: #4e72d0;
    margin-right: 15px;
}

.service-section3 .sb-about-section .icon svg {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
}

.service-section3 .sb-about-section .icon.bg-color1 {
    background: #5bc199;
}

.service-section3 .sb-about-section .icon.bg-color2 {
    background: #f9c862;
}

.service-section3 .sb-about-section h5 {
    line-height: 70px;
    margin-left: 15px;
}

.service-section3 .sb-about-section a {
    color: #f9c862;
    display: inline-block;
    margin-top: 10px;
}

.service-section3 .sb-about-section:hover a {
    color: #4e72d0;
}

.about-main-wrapper3 h4 {
    font-weight: 600;
    font-size: 36px !important;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 {
    position: relative;
    margin-top: 50px;
    background-color: #fff;
    padding: 40px 30px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 h6 {
    font-size: 22px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #4e72d0;
    margin-right: 15px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon svg {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon img {
    position: absolute;
    width: 75px;
    top: 45px;
    right: 25px;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon.bg-green {
    background-color: #5bc199;
}

.service-slider-wrappe3 .owl-carousel .slider-content3 .icon.bg-pink {
    background-color: #d6425b;
}

.service-slider-wrappe3 .owl-carousel .owl-nav button {
    background-color: #fae2c2 !important;
    color: #ff9e21 !important;
}

.service-slider-wrappe3 .owl-carousel .owl-nav button:hover {
    background-color: #ff9e21 !important;
    color: #fae2c2 !important;
}

.gallery-main-wrapper {
    position: unset;
    background-image: unset;
    padding: 100px 0 !important;
}

.gallery-main-wrapper:before {
    display: none;
}

.gallery-main-wrapper .overlay-color {
    background: #ff9f21a3 !important;
}

.about-gallery-main3 {
    background-image: url(../images/home3/about-gallery.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}

.about-gallery-main3 .text-color-yellow {
    color: #ff9e21;
}

.about-gallery-main3 .text-color-white {
    color: #fff;
}

.about-gallery-main3 p {
    font-size: 20px;
    line-height: 27px;
}

.our-team-main3 section .team-box {
    position: relative;
    text-align: center;
}

.our-team-main3 section .team-box .icon {
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.5s;
    transform: translateY(0px) rotateX(0deg);
    padding: 20px;
}

.our-team-main3 section .team-box .icon h6 {
    font-size: 22px;
}

.our-team-main3 section .team-box .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a3382;
    transition: 0.5s;
    transform-origin: bottom;
    transform: translateY(-100px) rotateX(90deg);
}

.our-team-main3 section .team-box .details ul {
    padding: 19px 15px;
}

.our-team-main3 section .team-box .details ul li a {
    color: #fff;
    font-size: 18px;
    width: 50px;
    display: inline-block;
    height: 50px;
    border: 1px solid #fff;
    line-height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
}

.our-team-main3 section .team-box .details ul li a:hover {
    background-color: #ff9e21;
    color: #fff;
    border-color: #ff9e21;
}

.our-team-main3 section:hover .icon {
    transform: translateY(100%) rotateX(90deg);
}

.our-team-main3 section:hover .details {
    transform: translateY(0) rotateX(0deg);
}

.counter-main3 {
    background-image: url(../images/home3/counter3-bg.jpg);
}

.counter-main3:after {
    display: none !important;
}

.counter-main3 .text-color-black {
    color: #222 !important;
}

.counter-main3 svg {
    fill: #0153a1 !important;
}

.counter-main3 .count-up .bg-border-yellow {
    border-color: #fae2c2 !important;
}

.counter-main3 .count-up:hover .bg-border-yellow {
    background-color: #0153a1 !important;
}

.counter-main3 .count-up:hover .bg-border-yellow svg {
    fill: #fff !important;
}

.blog-main3 .blog-box .img-overlay {
    background-color: #0153a1 !important;
}

.blog-main3 .blog-box .img-icon .bg-yellow {
    background-color: #0153a1 !important;
}

.blog-main3 .blog-box .text-yellow {
    color: #0153a1 !important;
}

.blog-main3 .blog-box a:hover {
    color: #0153a1 !important;
}

.blog-main3 .blog-box:hover a {
    color: #0153a1;
    border-bottom-color: #0153a1 !important;
}

.testimonial-main3 {
    background-image: url(../images/home3/bg-test-img.jpg);
}

.testimonial-main3 .text-color-white {
    color: #fff;
}

.testimonial-main3 .owl-carousel .item {
    padding: 35px 45px;
    background-color: #2222228a;
    position: relative;
    border-radius: 7px;
}

.testimonial-main3 .owl-carousel .item span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0153a1;
    width: 65px;
    height: 65px;
    line-height: 40px;
    padding-left: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    color: #fff;
    border-top-left-radius: 7px;
}

.testimonial-main3 .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -110px;
    right: 0;
}

.testimonial-main3 .owl-carousel .owl-nav button {
    height: 50px;
    width: 50px;
    background-color: #fae2c2;
    border-radius: 50px;
    color: #0153a1;
    transition: all 0.5s;
}

.testimonial-main3 .owl-carousel .owl-nav button:hover {
    background-color: #0153a1;
    color: #fff;
}

.footer-main3 .input-box input {
    background-color: #516c75 !important;
}

.footer-main3 .input-box i {
    background-color: #0153a1 !important;
}

.footer-main3 .footer-media a:before {
    background-color: #0153a1 !important;
}

.footer-main3 .links ul li a:hover {
    color: #0153a1;
}

.gallery-main-page .overlay-color {
    background-color: #0153a199 !important;
}

.gallery-main-page ul {
    column-count: 5;
    column-gap: 15px;
    width: 100%;
}

.team-dr {
    background-color: #fff;
}

.team-dr .sb-founder-section {
    background-color: #ebf5f5;
}

.team-dr .row {
    row-gap: 30px;
}

.team-dr .page-2-heading h4 {
    color: #0153a1;
}

.team-dr .page-2-heading h4::before,
.team-dr .page-2-heading h4::after {
    display: none;
}

.team-dr .sb-founder-section section .bg-change2 {
    background-color: #0153a1;
}

.team-dr .sb-founder-section section .hover-type a {
    background-color: #ffd9db;
    color: #0153a1;
}

.team-dr .allteam-btn {
    display: flex;
    justify-content: center;
}

.team-single {
    padding-bottom: 60px;
    padding-top: 0;
}

.consult-wrap {
    padding: 30px;
}

.consult-wrap .consult {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 25px;
}

.consult-wrap .consult i {
    color: #0153a1;
    margin-right: 10px;
}

.consult-wrap .consult h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.about-box .sb-about-box {
    position: relative;
    display: inline-block;
    padding: 40px;
    margin-top: 20px;
    transition: all 0.5s;
    border-radius: 7px;
    box-shadow: 0px 0px 16px -4px gray;
}
.mainModal .modalImg h5 {
    padding-top: 32px;
    font-size: 1.5rem;
    padding-left: 18px;
    padding-right: 18px;
}

.about-box h6 {
    font-size: 1.2rem;
    color: #000000;
    font-weight: 500;
}

.sb-about-box {
    height: 25rem;
}

/* .about-box .sb-about-box:before,
.about-box .sb-about-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 7px;
}

.about-box .sb-about-box:before {
  border-bottom: 7px solid #0153a1;
  border-left: 7px solid #0153a1;
  transform-origin: 0 100%;
}

.about-box .sb-about-box:after {
  border-top: 7px solid #0153a1;
  border-right: 7px solid #0153a1;
  transform-origin: 100% 0%;
}

.about-box .sb-about-box:hover {
  border: 7px solid transparent;
} */

/* .about-box .sb-about-box:hover:before,
.about-box .sb-about-box:hover:after {
  transform: scale(1);
} */

/* .service-main-page-wrapper {
} */

.service-main-page-wrapper .mt-25 {
    margin-top: 30px;
}

.service-main-page-wrapper .mb-25 {
    margin-bottom: 25px;
}

.service-main-page-wrapper .slider-change-icon {
    display: flex;
    column-count: 4;
    column-gap: 15px;
    justify-self: center;
}

.slider-change-icon button {
    padding: 5px;
    border: none;
    background: transparent;
    margin-top: 10px;
}

.service-main-page-wrapper .slider-change-icon img {
    border-radius: 7px;
    width: 80px;
    height: 80px;
}

.service-main-page-wrapper .service-content {
    padding: 30px;
    background: #ebf5f5;
    border-radius: 5px;
}

.service-main-page-wrapper .service-content h6 {
    font-size: 22px;
}

.service-main-page-wrapper .booking-main-sec .form-section h5 {
    font-size: 22px;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img {
    display: flex;
    column-count: 4;
    column-gap: 15px;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img li {
    width: 100%;
    position: relative;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img li label {
    width: 100%;
}

.service-main-page-wrapper
    .booking-main-sec
    .form-section
    .list-img
    li
    label
    a {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.service-main-page-wrapper
    .booking-main-sec
    .form-section
    .list-img
    li
    label
    img {
    width: 100%;
    border-radius: 7px;
}

.service-main-page-wrapper .booking-main-sec .form-section .list-img li input {
    position: absolute;
    right: 0;
    top: 0;
}

.service-main-page-wrapper .booking-main-sec section {
    margin-bottom: 60px;
    position: relative;
}

.service-main-page-wrapper .booking-main-sec section:before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #aaa;
    left: 0;
    bottom: -30px;
}

.service-main-page-wrapper .booking-main-sec .booking-info {
    display: flex;
    column-count: 4;
    column-gap: 70px;
    position: relative;
}

.service-main-page-wrapper .booking-main-sec .booking-info ul {
    width: 100%;
}

.service-main-page-wrapper .booking-main-sec .booking-info ul li {
    line-height: 35px;
}

.service-main-page-wrapper .booking-main-sec .booking-info ul .highlight {
    color: #111;
    font-weight: 600;
    padding-top: 40px;
}

.service-main-page-wrapper .booking-main-sec .booking-info ul .highlight.color {
    color: #0153a1;
}

.service-main-page-wrapper .booking-main-sec .booking-info.r-border:before {
    content: "";
    position: absolute;
    right: 35px;
    top: 0;
    width: 100%;
    border-right: 1px solid #d4d4d4;
    height: 100%;
}

.service-main-page-wrapper .booking-main-sec .booking-info.r-border:after {
    content: "";
    position: absolute;
    left: 0;
    width: 71%;
    border-bottom: 1px solid #d4d4d4;
    height: 100%;
    bottom: 40px;
}

.service-main-page-wrapper .booking-main-sec .form-group {
    display: block;
    margin-bottom: 15px;
}

.service-main-page-wrapper .booking-main-sec .form-group label {
    position: relative;
    cursor: pointer;
}

.service-main-page-wrapper .booking-main-sec .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #e8e7ec;
    border: 2px solid #e8e7ec;
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    top: 10px;
    right: 5px;
    border-radius: 50px;
}

.service-main-page-wrapper
    .booking-main-sec
    .form-group
    input:checked
    + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 19px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.service-main-page-wrapper
    .booking-main-sec
    .form-group
    input:checked
    + label:before {
    background-color: #0153a1;
    border: 2px solid #0153a1;
}

.service-main-page-wrapper
    .servie-left-sidebar
    .slider-sec
    .carousel-inner
    .carousel-item
    img {
    border-radius: 15px;
}

.slider-sec #carouselExampleIndicators img {
    object-fit: cover !important;
}

.slider-sec {
    background-color: #f6f6f6;
    padding: 10px;
    border-radius: 15px;
}

.right-section2 ul li {
    line-height: 30px;
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #000;
    margin: 5px 0;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-section2 .accordion {
    padding: 20px;
}

.right-section2 .accordion .accordion-item {
    border: none;
    background-color: #ebf5f5;
}

.right-section2 .accordion .accordion-item .accordion-header {
    margin-bottom: 1px;
}

.right-section2 .accordion .accordion-item .accordion-header .accordion-button {
    position: relative;
    background-color: #ebf5f5;
}

.refernceId {
    margin-top: 38px;
}

.right-section2
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button.collapsed {
    border-bottom: 1px solid #d4d4d4;
}

.right-section2
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:before {
    display: block;
    position: absolute;
    content: "";
    top: 24px;
    right: 16px;
    width: 11px;
    height: 1px;
    background: #0153a1;
}

.right-section2
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:after {
    display: block;
    position: absolute;
    content: "";
    flex-shrink: 0;
    top: 19px;
    right: 21px;
    width: 1px;
    height: 11px;
    background: #0153a1;
    background-image: none;
    transition: 0.2s ease all;
}

.right-section2
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed)::after {
    opacity: 0;
    transform: none;
}

.right-section2
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    color: #0153a1;
    box-shadow: none;
}

.right-section2
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.right-section2 .accordion .accordion-item .accordion-body ul li {
    position: relative;
}

.right-section2 .accordion .accordion-item .accordion-body ul li:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #4d4d4e;
    border-radius: 50px;
    transform: translateY(-50%);
}

.social a {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #444;
    margin-right: 20px;
    transition: all 0.5s;
}

.social a .icon-color {
    color: #444;
    transition: all 0.5s;
    padding: 0 !important;
}

.social a:hover {
    background-color: #0153a1;
    border-color: #0153a1;
}

.social a:hover .icon-color {
    color: #fff;
}

.comment-section {
    padding: 30px 0;
}

.comment-section h5 {
    font-size: 22px;
    margin-bottom: 10px;
}

.comment-section h5 span {
    color: #0153a1;
    font-style: italic;
    font-size: 20px;
    padding-left: 10px;
}

.comment-section h5 span a {
    color: #0153a1;
    text-decoration: underline;
}

.comment-section .comment-border {
    margin-bottom: 60px;
    position: relative;
}

.comment-section .comment-border:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    left: 0;
    bottom: -30px;
}

.service-page-main {
    background-color: #ebf5f5;
}

.service-page-main .sb-about-section {
    padding: 60px 0;
}

.service-bg-color {
    background-color: #fff;
}

.service-bg-color .slider-box {
    box-shadow: 4px 0 30px #0000001a;
}

.bg-white-color {
    background-color: #fff !important;
    border: 1px solid #0153a1;
    color: #0153a1 !important;
}

.bg-white-color:before {
    background-color: #0153a1 !important;
    left: -4px !important;
}

.bg-white-color:hover {
    color: #fff !important;
}

.bg-white-color:hover span {
    color: #0153a1 !important;
    background-color: #ffd9db !important;
}

.blog-page-main-container .blog-right-sidebar .form-section {
    margin-top: 33px;
}

.blog-page-main-container .blog-right-sidebar section {
    padding: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 0rem 0rem 0.7rem 0.7rem;
    border: 2px solid gray;
    box-shadow: 0px 0px 20px -6px gray;
    background-color: white;
}

.blog-page-main-container .blog-right-sidebar section .input-group input {
    height: 50px;
}

.blog-page-main-container .blog-right-sidebar section .input-group span {
    height: 100%;
    padding: 15px 25px;
    background: #0153a1;
    border: none;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.blog-page-main-container .blog-right-sidebar section .post-main-container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.blog-page-main-container
    .blog-right-sidebar
    section
    .post-main-container
    .post-container
    .h6 {
    font-size: 16px;
}

.blog-page-main-container
    .blog-right-sidebar
    section
    .post-main-container
    .post-container
    p {
    margin-top: 7px;
    font-size: 14px;
}

.blog-page-main-container
    .blog-right-sidebar
    section
    .post-main-container.hr-line {
    position: relative;
}

.blog-page-main-container
    .blog-right-sidebar
    section
    .post-main-container.hr-line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    border-top: 1px solid #d4d4d4;
}

.blog-page-main-container .blog-right-sidebar section .categories li {
    line-height: 35px;
}

.blog-page-main-container .blog-right-sidebar section .categories li span {
    color: #0153a1;
    margin-right: 15px;
}

.blog-page-main-container .blog-right-sidebar section .insta-post {
    column-count: 4;
    column-gap: 7px;
    width: 100%;
}

.blog-page-main-container .blog-right-sidebar section .insta-post li {
    width: 100%;
    margin-bottom: 7px;
}

.blog-page-main-container .blog-right-sidebar section .insta-post li img {
    width: 100%;
}

.blog-page-main-container .blog-right-sidebar section .tags {
    flex-wrap: wrap;
    display: flex;
    column-gap: 10px;
}

/* #categories{
  background-color: #0153a1;
} */

.blog-page-main-container .blog-right-sidebar section .tags li a {
    background-color: #f4f4f4;
    padding: 8px 14px;
    text-align: center;
    display: inline-block;
    border-radius: 7px;
    transition: all 0.5s;
}

.blog-page-main-container .blog-right-sidebar section .tags li:hover a {
    /* background-color: #0153a1; */
    background-color: #0153a1;
    color: #fff;
}

.blog-page-main-container .blog-single-main-page .blog-box .img-icon p {
    left: 30px;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .img-icon
    .owl-theme
    .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .img-icon
    .owl-theme
    .owl-dots
    .owl-dot
    span {
    transition: all 0.5s;
    background-color: #0153a1;
    /* background-color: #0153a1; */
    opacity: 0.4;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .img-icon
    .owl-theme
    .owl-dots
    .owl-dot:hover
    span,
.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .img-icon
    .owl-theme
    .owl-dots
    .owl-dot.active
    span {
    background-color: #0153a1;
    width: 32px;
    opacity: 1;
}

.blog-page-main-container .blog-single-main-page .blog-box .blog-content {
    padding: 0px 30px;
    /* background-color: #ebf5f5; */
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .quote-sec {
    padding: 25px;
    background: #0153a1;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .quote-sec
    p {
    color: #fff;
    text-align: center;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .quote-sec
    h6 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .quote-sec
    img {
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
}

.modalColorChange {
    color: #464646;
    font-size: 14px;
}

/* .modalColorChange hover par  color : blue; */
.img_box {
    height: 200px;
}

.img_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modalColorChange:hover {
    color: #464646;
}

.modalColor {
    color: #464646;
}

.colordayanamic {
    color: #464646;
}

.colordayanamic:hover {
    color: #464646;
}

.nav-link {
    cursor: pointer;
}

/* .aboutDataHandel {
    height: 180px;
    width: 320px; 
    width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
    height: 100px;
} */

/* .thankyouData{
text-align: center;
/* margin-left: 100px; */

/* } */
*/
    .blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d4d4d4;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .fa-tag {
    color: #0153a1;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .tag-buttons {
    padding: 0;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .tag-buttons
    li {
    padding-right: 0;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .tag-buttons
    li
    a {
    background: #fff;
    display: inline-block;
    padding: 3px 9px;
    border-radius: 5px;
    transition: all 0.5s;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .tag-buttons
    li
    a:hover {
    background-color: #0153a1;
    color: #fff;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .social
    ul {
    border-bottom: none;
    padding: 0;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .social
    ul
    li {
    padding: 0 !important;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .social
    ul
    li
    a
    i {
    color: #222;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .blog-content
    .tag-with-media
    .social
    ul
    li
    a:hover
    i {
    color: #fff;
}

.blog-page-main-container .blog-single-main-page .blog-box .admin-main {
    background-color: #ebf5f5;
    margin-top: 30px;
    padding: 30px;
    border-radius: 7px;
    display: flex;
    justify-content: start;
    align-items: start;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .admin-main
    .admin-about {
    margin-left: 20px;
    padding-top: 15px;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .admin-main
    .admin-about
    .h6 {
    font-size: 24px;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .admin-main
    .admin-about
    .h6
    span {
    color: #0153a1;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .admin-main
    .admin-about
    .h6:hover {
    color: #222;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .admin-main
    .admin-about
    p {
    margin-top: 15px;
}

.blog-page-main-container
    .blog-single-main-page
    .blog-box
    .admin-main
    .admin-about
    .more-btn {
    color: #fff;
    background: #0153a1;
    padding: 0 8px;
    margin-left: 15px;
    border-radius: 5px;
    display: inline-block;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    vertical-align: super;
}

nav.page-navigation {
    margin-top: 50px;
}

nav.page-navigation ul li.page-item {
    margin-right: 20px;
}

nav.page-navigation ul li.page-item:first-child .page-link,
nav.page-navigation ul li.page-item:last-child .page-link {
    border-radius: 50px;
    background-color: #ffd9db;
    transition: all 0.5s;
}

nav.page-navigation ul li.page-item:first-child .page-link:hover,
nav.page-navigation ul li.page-item:last-child .page-link:hover {
    background-color: #0153a1;
    color: #fff;
}

nav.page-navigation ul li.page-item a.page-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 50px;
    background-color: #ebf5f6;
    color: #0153a1;
    transition: all 0.5s;
}

nav.page-navigation ul li.page-item.active a.page-link {
    background-color: #0153a1;
    color: #fff;
}

nav.page-navigation ul li.page-item a.page-link:hover {
    background-color: #0153a1;
    color: #fff;
}

nav.page-navigation ul li.page-item a.page-link:focus {
    box-shadow: none;
}

iframe {
    width: 100%;
}

.Error-page-main-wrapper {
    background-image: url(../images/bg-404.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position-x: center;
    position: relative;
}

.Error-page-main-wrapper .sb-error-section {
    padding: 50px 0;
}

.Error-page-main-wrapper .sb-error-content {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 75px;
}

.Error-page-main-wrapper .sb-error-content h2 {
    font-size: 50px;
    font-weight: 700;
}

.Error-page-main-wrapper .sb-error-content p {
    color: #fff;
}

a {
    text-decoration: none;
    color: #111;
}

p {
    color: #464646;
}

.padd-100 {
    padding: 100px 0;
}

ul {
    padding: 0;
    list-style-type: none;
}

.page-header {
    padding: 30px 0;
    background-color: #fafafa;
}

.page-header .heading h4 {
    font-size: 24px;
    color: #111;
}

.accor-heading {
    margin-bottom: 30px;
}

.accor-heading h3 {
    font-size: 24px;
    text-align: center;
}

.accordion1-main-wrapper .accordion-button span {
    display: inline-block;
    margin-right: 20px;
}

.accordion1-main-wrapper .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion1-main-wrapper .accordion-button:not(.collapsed) {
    color: #0153a1;
    background-color: #fff;
    box-shadow: none;
}

.accordion1-main-wrapper .accordion-button:after {
    background-image: none;
}

.accordion1-main-wrapper .accordion-item {
    border: none;
}

.accordion1-main-wrapper .accordion-item .accordion-body {
    margin: 1rem 1.25rem;
    padding: 0 35px;
    border-left: 2px solid #0153a1;
}

.accordion2-wrapper {
    background-color: #232323;
}

.accordion2-wrapper .accor-heading h3 {
    color: #fff;
}

.accordion2-wrapper .accordion-button span {
    display: inline-block;
    margin-right: 20px;
}

.accordion2-wrapper .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion2-wrapper .accordion-button:not(.collapsed) {
    color: #0153a1;
    background-color: #fff;
    box-shadow: none;
}

.accordion2-wrapper .accordion-button:after {
    background-image: none;
}

.accordion2-wrapper .accordion-item {
    border: none;
    margin-top: 20px;
}

.accordion2-wrapper .accordion-item .accordion-header button {
    position: relative;
}

.accordion2-wrapper .accordion-item .accordion-header button:before {
    content: "";
    text-align: center;
    background: #232323;
    font-size: 14px;
    width: 15px;
    height: 1px;
    line-height: 24px;
    display: block;
    position: absolute;
    right: 13px;
}

.accordion2-wrapper .accordion-item .accordion-header button:after {
    content: "";
    text-align: center;
    background: #232323;
    font-size: 14px;
    width: 1px;
    height: 15px;
    line-height: 24px;
    display: block;
}

.accordion2-wrapper
    .accordion-item
    .accordion-header
    button:not(.collapsed):after {
    display: none;
}

.accordion3-wrapper {
    background-color: #f7f7f7;
}

.accordion3-wrapper .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion3-wrapper .accordion-button:not(.collapsed) {
    color: #0153a1;
    background-color: #fff;
    box-shadow: none;
}

.accordion3-wrapper .accordion-button:after {
    background-image: none;
}

.accordion3-wrapper .accordion-item {
    border: none;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px #00000014;
}

.accordion3-wrapper .accordion-item .accordion-header button {
    position: relative;
}

.accordion3-wrapper .accordion-item .accordion-header button:after {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: 900;
    text-align: center;
    color: #111;
    font-size: 14px;
    display: block;
}

.accordion3-wrapper
    .accordion-item
    .accordion-header
    button:not(.collapsed):after {
    transform: rotate(90deg);
}

.accordion4-wrapper .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion4-wrapper .accordion-button:not(.collapsed) {
    color: #0153a1;
    background-color: #fff;
    box-shadow: none;
}

.accordion4-wrapper .accordion-button:after {
    background-image: none;
}

.accordion4-wrapper .accordion-item {
    border: none;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px #00000014;
}

.accordion4-wrapper .accordion-item .accordion-header button {
    position: relative;
}

.accordion4-wrapper .accordion-item .accordion-header button:before {
    content: "+";
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    display: block;
    position: absolute;
    right: 23px;
    top: 15px;
    z-index: 9;
    color: #111;
}

.accordion4-wrapper .accordion-item .accordion-header button:after {
    content: "";
    text-align: center;
    background: #f7f7f7;
    width: 20px;
    height: 20px;
    line-height: 24px;
    display: block;
}

.accordion4-wrapper
    .accordion-item
    .accordion-header
    button:not(.collapsed):after {
    background: #0153a1;
}

.accordion4-wrapper
    .accordion-item
    .accordion-header
    button:not(.collapsed):before {
    content: "-";
    right: 23px;
    color: #fff;
    font-size: 24px;
}

.accordion5-wrapper {
    background-color: #0153a1;
}

.accordion5-wrapper .accor-heading h3 {
    color: #fff;
}

.accordion5-wrapper .accordion-button {
    background-color: transparent;
}

.accordion5-wrapper .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion5-wrapper .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.accordion5-wrapper .accordion-button:after {
    background-image: none;
}

.accordion5-wrapper .accordion-item {
    border: none;
    background-color: transparent;
}

.accordion5-wrapper .accordion-item .accordion-header button {
    position: relative;
    color: #fff;
    border-bottom: 1px solid #851d37;
    transition: all 0.5s;
}

.accordion5-wrapper .accordion-item .accordion-header button:before {
    content: "+";
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    display: block;
    position: absolute;
    right: 23px;
    top: 10px;
    z-index: 9;
    color: #fff;
}

.accordion5-wrapper .accordion-item .accordion-header button:not(.collapsed) {
    border-bottom: none;
    background-color: #851d37;
}

.accordion5-wrapper
    .accordion-item
    .accordion-header
    button:not(.collapsed):before {
    content: "-";
    right: 25px;
    font-size: 24px;
}

/* #office-select{
  height:40px;
  overflow-y:auto;
    width:50px;
}
option{
  overflow-y:scroll;
} */

.accordion5-wrapper .accordion-item .accordion-body {
    background-color: #851d37;
}

.accordion5-wrapper .accordion-item .accordion-body p {
    color: #fff;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading h4 {
    font-size: 24px;
    text-align: center;
}

.button1-wrapper {
    text-align: center;
}

.button1-wrapper .btn1 {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border: 2px solid #0153a1;
    background-color: #0153a1;
    color: #fff;
    margin: 0 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
}

.button1-wrapper .btn1:hover {
    background-color: #fff;
    color: #0153a1;
}

.button1-wrapper .btn1.xl-btn {
    padding: 16px 40px;
}

.button1-wrapper .btn1.lg-btn {
    padding: 12px 32px;
}

.button1-wrapper .btn1.md-btn {
    padding: 10px 26px;
}

.button1-wrapper .btn1.sm-btn {
    padding: 8px 22px;
}

.button1-wrapper .btn1.xs-btn {
    padding: 6px 16px;
}

.button2-wrapper {
    text-align: center;
    background-color: #f7f7f7;
}

.button2-wrapper .btn2 {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border: 2px solid #232323;
    background-color: #232323;
    color: #fff;
    margin: 0 6px;
    font-weight: 600;
    padding: 12px 32px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button2-wrapper .btn2:hover {
    background-color: #fff;
    color: #232323;
}

.button2-wrapper .btn2.radius1-btn {
    border-radius: 10px;
}

.button2-wrapper .btn2.radius2-btn {
    border-radius: 5px;
}

.button2-wrapper .btn2.rounded-btn {
    border-radius: 50px;
}

.button3-wrapper {
    text-align: center;
    background-image: linear-gradient(to top right, #80063f, #fc035a, #ffbf00);
}

.button3-wrapper .btn3 {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border: 2px solid #0153a1;
    background-color: #0153a1;
    color: #fff;
    margin: 0 6px;
    font-weight: 600;
    padding: 12px 32px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button3-wrapper .btn3:hover {
    background-color: transparent;
    color: #0153a1;
}

.button3-wrapper .btn3.gray-btn {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
}

.button3-wrapper .btn3.gray-btn:hover {
    background-color: transparent;
    color: #333;
    border: 2px solid #333;
}

.button3-wrapper .btn3.black-btn {
    background-color: #111;
    border: 2px solid #111;
    color: #fff;
}

.button3-wrapper .btn3.black-btn:hover {
    background-color: transparent;
    color: #232323;
    border: 2px solid #111;
}

.button3-wrapper .btn3.white-btn {
    background-color: #fff;
    border: 2px solid #fff;
    color: #232323;
}

.button3-wrapper .btn3.white-btn:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.button4-wrapper {
    text-align: center;
}

.button4-wrapper .btn4 {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border: 2px solid #0153a1;
    background-color: transparent;
    color: #111;
    margin: 0 6px;
    font-weight: 600;
    padding: 12px 32px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button4-wrapper .btn4:hover {
    background-color: #0153a1;
    color: #fff;
}

.button4-wrapper .btn4.light-border {
    border-color: #dbdbdb;
    border-radius: 10px;
}

.button4-wrapper .btn4.light-border:hover {
    background-color: #232323;
    color: #fff;
    border-color: #232323;
}

.button4-wrapper .btn4.black-border {
    border-color: #111;
    border-radius: 50px;
}

.button4-wrapper .btn4.black-border:hover {
    background-color: #111;
    color: #fff;
}

.button5-wrapper {
    text-align: center;
    background-color: #232323;
}

.button5-wrapper .section-heading h4 {
    color: #fff;
}

.button5-wrapper .btn5 {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    margin: 0 6px;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 32px;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button5-wrapper .btn5.gradient1 {
    background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient1:hover {
    background-position: right center;
}

.button5-wrapper .btn5.gradient2 {
    background-image: linear-gradient(to right, #662d8c, #ed1e79, #662d8c);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient2:hover {
    background-position: right center;
}

.button5-wrapper .btn5.gradient3 {
    background-image: linear-gradient(to right, #ea8d8d, #a890fe, #ea8d8d);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient3:hover {
    background-position: right center;
}

.button5-wrapper .btn5.gradient4 {
    background-image: linear-gradient(to right, #c33764, #1d2671, #c33764);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient4:hover {
    background-position: right center;
}

.button5-wrapper .btn5.gradient5 {
    background-image: linear-gradient(to right, #764ba2, #667eea, #764ba2);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button5-wrapper .btn5.gradient5:hover {
    background-position: right center;
}

.button6-wrapper {
    text-align: center;
}

.button6-wrapper .btn6 {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    margin: 0 6px;
    font-weight: 600;
    border: 2px solid #0153a1;
    font-size: 14px;
    padding: 12px 32px;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button6-wrapper .btn6 span {
    margin: 0 5px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button6-wrapper .btn6.blog1 {
    background-color: #0153a1;
}

.button6-wrapper .btn6.blog1:hover {
    background-color: transparent;
    color: #0153a1;
}

.button6-wrapper .btn6.blog1:hover span {
    color: #0153a1;
}

.button6-wrapper .btn6.checkout {
    background-color: #232323;
    border-color: #232323;
}

.button6-wrapper .btn6.checkout:hover {
    background-color: transparent;
    color: #232323;
}

.button6-wrapper .btn6.checkout:hover span {
    color: #232323;
}

.button6-wrapper .btn6.instagram {
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background-size: 140% auto;
    border: none;
}

.button6-wrapper .btn6.instagram:hover {
    background-position: right center;
}

.button6-wrapper .btn6.explore {
    background-color: transparent;
    border-color: #232323;
    color: #232323;
}

.button6-wrapper .btn6.explore span {
    color: #232323;
}

.button6-wrapper .btn6.explore:hover {
    background-color: #232323;
    color: #fff;
}

.button6-wrapper .btn6.explore:hover span {
    color: #fff;
}

.button7-wrapper {
    text-align: center;
    background-color: #f7f7f7;
}

.button8-wrapper {
    text-align: center;
    background-color: #232323;
}

.button8-wrapper .section-heading h4 {
    color: #fff;
}

.button8-wrapper .btn8 {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 12px 32px;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 10px;
}

.button8-wrapper .btn8:hover {
    border-color: #0153a1;
}

.button8-wrapper .btn8:after {
    transition: all 0.3s;
}

.button8-wrapper .btn8:after,
.button8-wrapper .btn8:before {
    background: #0153a1;
    content: "";
    position: absolute;
    z-index: -1;
}

.button8-wrapper .btn8.slide-1:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.button8-wrapper .btn8.slide-1:hover:after {
    height: 100%;
}

.button8-wrapper .btn8.slide-2:after {
    height: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.button8-wrapper .btn8.slide-2:hover:after {
    height: 100%;
}

.button8-wrapper .btn8.slide-3:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

.button8-wrapper .btn8.slide-3:hover:after {
    width: 100%;
}

.button8-wrapper .btn8.slide-4:after {
    height: 100%;
    right: 0;
    top: 0;
    width: 0;
}

.button8-wrapper .btn8.slide-4:hover:after {
    width: 100%;
}

.button8-wrapper .btn8.slide-5:after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.button8-wrapper .btn8.slide-5:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.button8-wrapper .btn8.slide-6:before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.button8-wrapper .btn8.slide-6:after {
    background: #232323;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.button8-wrapper .btn8.slide-6:hover:after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.button8-wrapper .btn8.slide-7 {
    overflow: hidden;
    color: #fff;
}

.button8-wrapper .btn8.slide-7:after {
    height: 100%;
    left: -45%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
}

.button8-wrapper .btn8.slide-7:hover:after {
    height: 100%;
    width: 145%;
}

.button8-wrapper .extra-btns {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button9-wrapper {
    text-align: center;
}

.button9-wrapper .expan-rouded-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #232323;
    margin: 0 6px;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 28px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button9-wrapper .expan-rouded-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: #0153a1;
}

.button9-wrapper .expan-rouded-btn:hover {
    color: #fff;
}

.button9-wrapper .expan-rouded-btn:hover span {
    width: 100%;
}

.button9-wrapper .expan-rouded-btn.squre span {
    border-radius: 5px !important;
    width: 90px;
}

.button9-wrapper .expan-rouded-btn.squre:hover {
    color: #fff;
}

.button9-wrapper .expan-rouded-btn.squre:hover span {
    width: 100%;
}

.button10-wrapper {
    text-align: center;
    background-color: #232323;
}

.button10-wrapper .section-heading h4 {
    color: #fff;
}

.button10-wrapper a {
    margin: 0 10px;
}

.button10-wrapper a:hover {
    opacity: 0.7;
}

.button10-wrapper .text-gradient {
    padding: 7px 0 2px;
    position: relative;
    border: 0;
    background: linear-gradient(
        to right,
        #b783ff,
        #b783ff,
        #fa7cc1,
        #ff85a6,
        #ff9393
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button10-wrapper .text-gradient span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(
        to right,
        #b783ff,
        #b783ff,
        #fa7cc1,
        #ff85a6,
        #ff9393
    );
}

.button10-wrapper .text-undeline {
    font-size: 16px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.button10-wrapper .text-thin-underline {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.button11-wrapper {
    text-align: center;
    background-color: #f7f7f7;
}

.button11-wrapper .btn11 {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    color: #111;
    margin: 0 6px;
    font-weight: 600;
    padding: 12px 32px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button11-wrapper .btn11:hover {
    box-shadow: 0 8px 30px -5px #00000033;
    transform: translate3d(0, -3px, 0);
}

.button11-wrapper .btn11.shadow-rounded {
    background-color: #fff;
    border-radius: 50px;
}

.button11-wrapper .btn11.shadow-squre {
    background-color: #232323;
    color: #fff;
}

.button12-wrapper {
    text-align: center;
}

.button12-wrapper .flat-shadow-btn {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border: 1px solid #232323;
    box-shadow: 2px 2px 0 #232323;
    color: #111;
    margin: 0 6px;
    font-weight: 600;
    padding: 12px 32px;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.button12-wrapper .flat-shadow-btn:hover {
    background-color: #232323;
    color: #fff;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .btn-sizes a {
        font-size: 14px;
    }
}
@media (max-width: 3440px) and (min-width: 992px) {
    #hiddenInDesktop {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .btn-sizes a {
        display: block !important;
        width: max-content !important;
        margin: 15px auto !important;
        text-align: center !important;
    }

    .contact-main-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .btn-sizes .extra-btns {
        display: block !important;
        margin: 15px auto !important;
    }
}

.client1-wrapper {
    background-color: #f7f7f7;
    text-align: center;
}

.client1-wrapper a {
    display: block;
    text-align: center;
    padding: 40px 0;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.client1-wrapper a:hover {
    background-color: #fff;
    opacity: 1;
}

.client2-wrapper {
    text-align: center;
}

.client2-wrapper a {
    display: inline-block;
}

.client2-wrapper a img {
    width: 100%;
    filter: grayscale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.client2-wrapper a img:hover {
    filter: grayscale(0);
}

.client3-wrapper {
    background-color: #f7f7f7;
    text-align: center;
}

.client3-wrapper .hover-box {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px;
    position: relative;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.client3-wrapper .hover-box a {
    display: inline-block;
}

.client3-wrapper .hover-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0.8);
    background-color: #fff;
    transition-duration: 0.3s;
    box-shadow: 0 0 15px #00000014;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.client3-wrapper .hover-box:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

.client4-wrapper {
    text-align: center;
}

.client4-wrapper .client-carousel .owl-carousel .owl-nav {
    display: block;
}

.client4-wrapper .client-carousel .owl-carousel .owl-nav button {
    height: 40px;
    width: 40px;
    background: #0a58ca;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    border-radius: 50px;
}

.client4-wrapper .client-carousel .owl-carousel .item img {
    width: auto;
}

.g-map1-section .h-500px {
    height: 500px;
}

.tab-one-wrapper .tab-one .nav-tabs {
    border: none;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item {
    padding: 0 25px;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #808080bf;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link.active {
    border: none;
    border-bottom: 2px solid #232323;
    color: #232323;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link:hover {
    border: none;
    color: #232323;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link:hover::before {
    transform: scale3d(1, 1, 1);
    transform-origin: 100% 50%;
}

.tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    background: #232323;
    transform-origin: 0 50%;
}

.tab-one-wrapper .tab-content .tab-one-home {
    margin: 60px 0 0;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content h4 {
    color: #0153a1;
    text-transform: uppercase;
    font-size: 20px;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content h1 {
    font-weight: 700;
    font-size: 32px;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content p {
    color: #808080d9;
    padding: 20px 0 0;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content a {
    border: 2px solid #232323;
    padding: 10px 30px;
    font-weight: 500;
    background-color: #232323;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.5s;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-content a:hover {
    background-color: transparent;
    color: #232323;
}

.tab-one-wrapper .tab-content .tab-one-home .tab-one-img img {
    width: 100%;
}

.tab-two-wrapper {
    background-color: #f7f7f7;
}

.tab-two-wrapper .nav-pills .nav-item {
    padding: 0 25px;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link {
    font-size: 18px;
    color: gray;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link i {
    display: block;
    margin-bottom: 10px;
    transform: translateY(0);
    transition: all 0.5s;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link.active {
    background-color: transparent;
    color: #0153a1;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link:hover {
    color: #0153a1;
}

.tab-two-wrapper .nav-pills .nav-item .nav-link:hover i {
    transform: translateY(-5px);
}

.tab-two-wrapper .tab-content .tab-two-head {
    margin-top: 60px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-img img {
    width: 100%;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper {
    padding-left: 35px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper a {
    border-bottom: 1px solid #232323;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper a:hover {
    color: #232323;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-content h6 {
    line-height: 26px;
    font-size: 20px;
}

.tab-two-wrapper .tab-content .tab-two-head .tab-two-content p {
    padding: 12px 0 0;
}

.tab-three-wrapper .nav-pills .nav-item {
    padding: 0 30px;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link {
    background-color: transparent;
    padding: 10px 35px;
    color: gray;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link.active {
    background: #fff;
    box-shadow: 0 0 15px 0 #17171714;
    border-radius: 20px;
    color: #232323;
}

.tab-three-wrapper .nav-pills .nav-item .nav-link:hover {
    color: #232323;
}

.tab-three-wrapper .tab-content .tab-three-accordion {
    background-color: #fff;
    padding: 30px 0;
}

.tab-three-wrapper
    .tab-content
    .tab-accordion
    .accordion-item
    .accordion-header
    button {
    background-color: #232323;
    color: #fff;
}

.tab-three-wrapper
    .tab-content
    .tab-accordion
    .accordion-item
    .accordion-header
    button::after {
    color: #fff;
}

.tab-three-wrapper .tab-content .tab-accordion .accordion-item .accordion-body {
    background-color: #232323;
}

.tab-five-wrapper .nav-pills {
    border-top: 1px solid #80808082;
    border-bottom: 1px solid #80808082;
    padding: 20px 0 0;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link {
    background-color: transparent;
    color: #232323;
    position: relative;
    border-bottom: 3px solid transparent;
    padding-bottom: 20px;
    border-radius: 0;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link:hover {
    opacity: 1;
    border-bottom: 3px solid #0153a1;
    color: #0153a1;
}

.tab-five-wrapper .nav-pills .nav-item .nav-link.active {
    border-bottom: 3px solid #0153a1;
    color: #0153a1;
}

.tab-five-wrapper .tab-content .tab-five-head {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.tab-five-wrapper .tab-content .tab-five-content {
    margin-left: 100px;
}

.tab-five-wrapper .tab-content .tab-five-content h2 {
    padding-bottom: 50px;
    font-size: 32px;
}

.tab-five-wrapper .tab-content .tab-five-content .tab-five-strategic {
    display: flex;
}

.tab-five-wrapper
    .tab-content
    .tab-five-content
    .tab-five-strategic
    .tab-icon
    i {
    font-size: 30px;
    color: #0153a1;
}

.tab-five-wrapper .tab-content .tab-five-content .straregic-two {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tab-five-wrapper .tab-content .tab-five-content .strategic-content {
    margin-left: 25px;
}

.tab-five-wrapper .tab-content .tab-five-content .strategic-content p {
    max-width: 350px;
}

.tab-five-wrapper .tab-content .tab-five-content a {
    border-bottom: 2px solid #232323;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.5s;
}

.tab-five-wrapper .tab-content .tab-five-content a:hover {
    color: #808080c2;
}

@media (max-width: 991px) {
    .tab-five-wrapper .tab-content .tab-five-head {
        display: block;
    }

    .tab-five-wrapper .tab-content .tab-five-content {
        margin-left: 0;
        margin-top: 30px;
    }
}

.form-control {
    padding: 10px 7px;
}

.form-control:focus {
    box-shadow: none;
}

.form-btn {
    background-color: #0153a1;
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    margin: 0 6px;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 32px;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: none;
}

.form-btn.btn-two {
    background-color: #0153a1;
    width: 100%;
}

.form-btn.send-btn {
    float: right;
    margin-top: 20px;
}

.form-btn.float-btn {
    background-color: #0153a1;
    border-radius: 25px;
    padding: 10px 60px;
}

.form-btn:hover {
    background-position: right center;
}

.form-one-wrapper .form-one form input {
    padding: 12px 10px;
}

.form-one-wrapper .form-one form textarea {
    height: 110px;
}

.form-one-wrapper .form-one .form-control:focus {
    border: 1px solid #86b7fe;
}

.form-two-wrapper {
    background-image: url(../images/form/bg-two.jpg);
    background-size: cover;
    position: relative;
}

.form-two-wrapper .form-two form {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 30px #00000014;
}

.form-two-wrapper .form-two .form-control:focus {
    border: 1px solid #86b7fe;
}

.form-three-wrapper .form-three form textarea {
    height: 195px;
}

.form-three-wrapper .form-three .form-control:focus {
    border: 1px solid #86b7fe;
}

.form-four-wrapper {
    background-color: #1f232c;
}

.form-four-wrapper .section-heading h4 {
    color: #fff;
}

.form-four-wrapper .form-four form input {
    background: 0 0;
    border-bottom: 1px solid #80808087;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #fff;
    padding: 20px 10px;
}

.form-four-wrapper .form-four form input::placeholder {
    color: gray;
}

.form-four-wrapper .form-four form .form-check-input:focus {
    box-shadow: none;
}

.form-four-wrapper .form-four form .check-btn {
    font-size: 14px;
    color: gray;
    margin-left: 8px;
}

.form-four-wrapper .form-four form textarea {
    background: 0 0;
    border-bottom: 1px solid #80808087;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #fff;
}

.form-four-wrapper .form-four .form-control:focus {
    border: 1px solid #86b7fe;
}

.form-five .form-control:focus {
    border: 1px solid #86b7fe;
}

.counter-one-wrapper .counter-one {
    text-align: center;
}

.counter-one-wrapper .counter-one .our-progress {
    margin-top: 20px;
}

.counter-one-wrapper .counter-one .our-progress .chart-one {
    position: relative;
    margin-bottom: 15px;
}

.counter-one-wrapper .counter-one .our-progress h4 {
    font-size: 24px;
    line-height: 35px;
}

.counter-one-wrapper .percent {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #111;
    letter-spacing: 3px;
}

.counter-one-wrapper .percent::after {
    content: "%";
    font-size: 18px;
    position: absolute;
    margin-top: -5px;
}

.counter-two-wrapper {
    background-color: #f9f9f9;
}

.counter-two-wrapper .counter-two {
    text-align: center;
}

.counter-two-wrapper .counter-two .our-progress {
    margin-top: 20px;
}

.counter-two-wrapper .counter-two .our-progress .chart-two-one,
.counter-two-wrapper .counter-two .our-progress .chart-two-two,
.counter-two-wrapper .counter-two .our-progress .chart-two-three,
.counter-two-wrapper .counter-two .our-progress .chart-two-four {
    position: relative;
    margin-bottom: 15px;
}

.counter-two-wrapper .counter-two .our-progress h4 {
    font-size: 24px;
    line-height: 35px;
}

.counter-two-wrapper .percent-one {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    background-color: #0153a1;
    border-radius: 50%;
    font-size: 24px;
    line-height: 80px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
}

.counter-two-wrapper .percent-one::after {
    content: "%";
    font-size: 18px;
    position: absolute;
    color: #fff;
}

.counter-two-wrapper .percent-one.percent-two {
    background-color: #7197b3;
}

.counter-two-wrapper .percent-one.percent-three {
    background-color: #73ca8d;
}

.counter-two-wrapper .percent-one.percent-four {
    background-color: #ea6a38;
}

.counter-three-wrapper {
    background-color: #1f232c;
}

.counter-three-wrapper .section-heading h4 {
    color: #fff;
}

.counter-three-wrapper .counter-three .our-progress {
    margin-top: 20px;
    text-align: center;
}

.counter-three-wrapper .counter-three .our-progress .chart-three h2 {
    font-size: 45px;
    color: #fff;
    display: inline-block;
}

.counter-three-wrapper .counter-three .our-progress .chart-three .count-plus {
    color: #0153a1;
    font-size: 25px;
    font-weight: 700;
    margin-left: 5px;
    position: relative;
    top: -20px;
}

.counter-three-wrapper .counter-three .our-progress .chart-three .counter-head {
    clear: both;
}

.counter-three-wrapper
    .counter-three
    .our-progress
    .chart-three
    .counter-head
    p {
    font-size: 20px;
    text-transform: uppercase;
}

.counter-four-wrapper .counter-four {
    text-align: center;
}

.counter-four-wrapper .counter-four .our-progress-one {
    margin-top: 20px;
    background-color: #0153a1;
    border-radius: 5px;
}

.counter-four-wrapper .counter-four .our-progress-one h2 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 30px;
}

.counter-four-wrapper .counter-four .our-progress-one h2 a {
    color: #fff;
}

.counter-four-wrapper .counter-four .our-progress-one .chart-four-1st,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-2nd,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-3rd,
.counter-four-wrapper .counter-four .our-progress-one .chart-four-4th {
    position: relative;
    padding: 32px 0;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-two {
    margin-top: 20px;
    background-color: #7197b3;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-three {
    margin-top: 20px;
    background-color: #73ca8d;
}

.counter-four-wrapper .counter-four .our-progress-one.our-progress-four {
    margin-top: 20px;
    background-color: #ea6a38;
}

.counter-four-wrapper .percent {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 3px;
}

.counter-four-wrapper .percent::after {
    content: "%";
    font-size: 18px;
    position: absolute;
    color: #fff;
}

.count-one-wrapper #countdown-one {
    text-align: center;
    background: #222;
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    margin: auto;
    padding: 40px 0;
    position: relative;
}

.count-one-wrapper #countdown-one::before {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 60px;
    left: -9px;
}

.count-one-wrapper #countdown-one::after {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 60px;
    right: -9px;
}

.count-one-wrapper #countdown-one #tiles span {
    width: 92px;
    max-width: 92px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
    margin: 0 7px;
    padding: 18px 0;
    display: inline-block;
    position: relative;
}

.count-one-wrapper #countdown-one #tiles span::before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1;
}

.count-one-wrapper #countdown-one #tiles span::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%;
    left: 0;
}

.count-one-wrapper #countdown-one .labels {
    text-align: center;
    margin-top: 12px;
}

.count-one-wrapper #countdown-one .labels li {
    width: 102px;
    font: 700 15px droid sans, Arial, sans-serif;
    color: #f47321;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.count-two-wrapper {
    text-align: center;
    background-color: #232323;
}

.count-two-wrapper .section-heading h4 {
    color: #fff;
}

.count-two-wrapper div {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 40px;
}

.count-two-wrapper span {
    display: block;
    font-size: 20px;
    color: #fff;
}

#days {
    font-size: 100px;
    color: #db4844;
}

#hours {
    font-size: 100px;
    color: #f07c22;
}

#minutes {
    font-size: 100px;
    color: #f6da74;
}

#seconds {
    font-size: 50px;
    color: #abcd58;
}

.price-btn {
    border: 2px solid #262b35;
    padding: 8px 22px;
    border-radius: 4px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.price-btn:hover {
    color: #fff;
    background-color: #262b35;
}

.price-btn.price-gradient {
    background-image: linear-gradient(to right, #ec606c, #eb7242, #ec606c);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
}

.price-btn.price-gradient:hover {
    background-position: right center;
}

.pricing-one-wrapper .pricing-one .pricing-table {
    text-align: center;
    padding: 65px;
}

/* register model ka input par border 2px lagana hai/ */
.pricing-one-wrapper .pricing-one .pricing-table .pricing-head h5 {
    color: #374162;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-head span {
    font-size: 13px;
    text-transform: uppercase;
    color: gray;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-head h2 {
    margin-top: 40px;
    color: #374162;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu {
    padding: 30px 0;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu ul li {
    color: gray;
    padding: 10px 0;
    border-bottom: 1px solid #8080806b;
}

.pricing-one-wrapper .pricing-one .pricing-table .pricing-menu ul li span {
    color: #111;
    font-weight: 700;
}

.pricing-one-wrapper
    .pricing-one
    .pricing-table
    .pricing-menu
    ul
    li:last-child {
    border-bottom: none;
}

.pricing-one-wrapper .pricing-one.pricing-two {
    box-shadow: 0 0 30px #00000014;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-two {
    padding-right: 0;
}

.box-two-left {
    padding-left: 0;
}

.pricing-two-wrapper .pricing-two .pricing-table-two {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    text-align: center;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .price-two-head {
    background-color: #f7f7f7;
    padding: 12px;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .price-two-head h6 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}

.pricing-two-wrapper .pricing-two .pricing-table-two .pricing-body {
    padding: 40px 0;
}

.pricing-two-wrapper
    .pricing-two
    .pricing-table-two
    .pricing-body
    .price-icon
    i {
    font-size: 35px;
    color: #0153a1;
    margin-bottom: 20px;
}

.pricing-two-wrapper
    .pricing-two
    .pricing-table-two
    .pricing-body
    .pricing-menu {
    padding: 30px 0;
}

.pricing-two-wrapper
    .pricing-two
    .pricing-table-two
    .pricing-body
    .pricing-menu
    ul
    li {
    color: gray;
    padding: 15px 0;
    border-bottom: 1px solid #8080806b;
}

.pricing-two-wrapper
    .pricing-two
    .pricing-table-two
    .pricing-body
    .pricing-menu
    ul
    li
    span {
    color: #111;
    font-weight: 700;
}

.pricing-two-wrapper
    .pricing-two
    .pricing-table-two
    .pricing-body
    .pricing-menu
    ul
    li:last-child {
    border-bottom: none;
}

.pricing-two-wrapper .pricing-two .pricing-table-two.box-two-shadow {
    box-shadow: 0 0 30px #00000014;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pricing-three-wrapper .pricing-three .pricing-table-three {
    box-shadow: 0 0 25px #00000014;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
    border-radius: 5px;
    padding: 60px;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .price-three-head
    span {
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    margin-bottom: 10px;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .price-three-head
    h6 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 12px 0 25px;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .price-three-head
    h2 {
    font-size: 36px;
    color: #0b4ebd;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .price-three-head
    strong {
    text-transform: uppercase;
    font-weight: 500;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .pricing-body-three {
    padding: 30px 0;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .pricing-body-three
    ul
    li {
    color: #828282;
    padding: 20px 0;
    border-bottom: 1px solid #8282827d;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .pricing-body-three
    ul
    li:last-child {
    border-bottom: none;
}

.pricing-three-wrapper .pricing-three .pricing-table-three .price-btn-three {
    background-color: #232323;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    border: 2px solid #232323;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .price-btn-three:hover {
    background-color: transparent;
    color: #232323;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .price-btn-three.btn-clr {
    background-color: #fff;
    border: 2px solid #fff;
    color: #232323;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three
    .price-btn-three.btn-clr:hover {
    color: #fff;
    background-color: transparent;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg {
    padding-top: 70px;
    padding-bottom: 70px;
    background: linear-gradient(90deg, #020024 0%, #12408b 62%, #4285f4 100%);
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg h6 {
    color: #fff;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg h2 {
    color: #fff;
}

.pricing-three-wrapper .pricing-three .pricing-table-three.price-bg strong {
    color: #fff;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three.price-bg
    .pricing-body-three {
    padding: 30px 0;
}

.pricing-three-wrapper
    .pricing-three
    .pricing-table-three.price-bg
    .pricing-body-three
    ul
    li {
    color: #fff;
}

.testimonial-one-wrapper {
    background-color: #f7f7f7;
}

.testimonial-one-wrapper .testimonial-one {
    background-color: #fff;
}

.testimonial-one-wrapper .testimonial-one:hover {
    box-shadow: 0 0 20px #00000012;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.testimonial-one-wrapper .testimonial-one .test-img img {
    width: 100%;
}

.testimonial-one-wrapper .testimonial-one .test-content {
    text-align: center;
    position: relative;
    padding: 45px 20px;
}

.testimonial-one-wrapper .testimonial-one .test-content h6 {
    font-size: 22px;
    line-height: 40px;
}

.testimonial-one-wrapper .testimonial-one .test-content .test-icon {
    height: 75px;
    width: 75px;
    line-height: 71px;
    overflow: hidden;
    box-shadow: 0 0 25px #0000000d;
    position: absolute;
    top: 0;
    left: 50%;
    background: #ffff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in-out;
}

.testimonial-one-wrapper .testimonial-one .test-content .test-icon i {
    background: linear-gradient(
        to right,
        #b783ff,
        #b783ff,
        #fa7cc1,
        #ff85a6,
        #ff9393
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
}

.testimonial-one-wrapper .testimonial-one .test-content span {
    color: #808080c2;
    font-weight: 500;
}

.testimonial-two-wrapper {
    background-color: #232323;
}

.testimonial-two-wrapper .section-heading h4 {
    color: #fff;
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .item
    .slider-wrapper
    .slider-content {
    padding: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 20px #00000014;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .item
    .slider-wrapper
    .slider-content::before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent;
    border-width: 27px 10px 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -19px;
    left: 50px;
    z-index: 1;
    transform: rotate(27deg);
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .item
    .slider-wrapper
    .slider-content:hover {
    transform: translate3d(0, -3px, 0);
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .item
    .slider-wrapper
    .slider-img {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .item
    .slider-wrapper
    .slider-img
    img {
    width: 80px;
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .item
    .slider-wrapper
    .slider-img
    .slider-head {
    margin-left: 22px;
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .item
    .slider-wrapper
    .slider-img
    .slider-head
    h6 {
    color: #fff;
    margin-bottom: 2px;
    font-size: 22px;
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .item
    .slider-wrapper
    .slider-img
    .slider-head
    span {
    color: #808080d9;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 5px;
}

.testimonial-two-wrapper
    .slider-test
    .owl-carousel
    .owl-dots
    .owl-dot.active
    span {
    border: 2px solid #fff;
    background-color: #fff;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -52px;
    top: 220px;
}

.testimonial-two-wrapper .slider-test .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -52px;
    top: 220px;
}

.testimonial-three-wrapper {
    background-color: #dbdbdb;
}

.testimonial-three-wrapper .slider-two-wrapper {
    background-color: #f7f7f7;
    position: relative;
    padding: 45px;
    transition-duration: 0.5s;
}

.testimonial-three-wrapper .slider-two-wrapper:hover {
    box-shadow: 0 0 15px #00000012;
    background: #fff;
}

.testimonial-three-wrapper .slider-two-wrapper:hover .slider-quote {
    transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
}

.testimonial-three-wrapper .slider-two-wrapper .slider-quote {
    position: absolute;
    top: 0;
    transform: translateY(-50%) rotateY(0) rotateX(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-quote i {
    font-size: 35px;
    color: #1a5cc9;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-two-content {
    border-bottom: 1px solid #80808069;
    padding-bottom: 20px;
    display: inline-block;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author img {
    width: 50px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name {
    margin-left: 15px;
}

.testimonial-three-wrapper .slider-two-wrapper .slider-author .author-name h6 {
    margin-bottom: 0;
    font-size: 22px;
}

.testimonial-three-wrapper
    .slider-two-wrapper
    .slider-author
    .author-name
    span {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.testimonial-four-wrapper .test-bg {
    background-image: url(../images/testimonial/image_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    width: 100%;
}

.testimonial-four-wrapper .test-bg .test-bg-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #121517;
    opacity: 0.7;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-item img {
    width: 158px;
}

.testimonial-four-wrapper
    .forth-slider
    .owl-carousel
    .owl-item
    .testimonial-slider
    .slider-img-wrapper {
    float: left;
    width: 15%;
}

.testimonial-four-wrapper
    .forth-slider
    .owl-carousel
    .owl-item
    .testimonial-slider
    .test-content {
    float: left;
    width: calc(100% - 15%);
    padding-left: 30px;
    padding-top: 45px;
}

.testimonial-four-wrapper
    .forth-slider
    .owl-carousel
    .owl-item
    .testimonial-slider
    .test-content
    p {
    color: #fff;
    font-style: italic;
}

.testimonial-four-wrapper
    .forth-slider
    .owl-carousel
    .owl-item
    .testimonial-slider
    .test-content
    h3 {
    color: #fff;
    font-size: 22px;
}

.testimonial-four-wrapper
    .forth-slider
    .owl-carousel
    .owl-item
    .testimonial-slider
    .test-content
    span {
    color: #3f80ea;
}

.testimonial-four-wrapper .forth-slider .owl-carousel .owl-dots {
    text-align: center;
}

.testimonial-four-wrapper .forth-slider .owl-carousel button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #676b6e;
    border-radius: 50px;
    margin: 10px;
    transition: all 0.5s;
}

.testimonial-four-wrapper
    .forth-slider
    .owl-carousel
    button.owl-dot
    span:hover {
    background: #0153a1;
    width: 12px;
    height: 12px;
    transition: all 0.5s;
}

.testimonial-four-wrapper
    .forth-slider
    .owl-carousel
    button.owl-dot.active
    span {
    background: #0153a1;
    width: 12px;
    height: 12px;
    transition: all 0.5s;
}

.testimonial-five-wrapper
    .testimonial-five
    .owl-carousel
    .item
    .test-five-wrapper {
    text-align: center;
}

.testimonial-five-wrapper
    .testimonial-five
    .owl-carousel
    .item
    .test-five-wrapper
    h4 {
    font-size: 22px;
}

.testimonial-five-wrapper
    .testimonial-five
    .owl-carousel
    .item
    .test-five-wrapper
    .test-five-icon {
    margin-bottom: 20px;
}

.testimonial-five-wrapper
    .testimonial-five
    .owl-carousel
    .item
    .test-five-wrapper
    .test-five-icon
    i {
    color: #0153a1;
    font-size: 40px;
}

.testimonial-five-wrapper
    .testimonial-five
    .owl-carousel
    .item
    .test-five-wrapper
    p {
    max-width: 925px;
    font-style: italic;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

.testimonial-five-wrapper
    .testimonial-five
    .owl-carousel
    .item
    .test-five-wrapper
    h6 {
    margin: 10px 0;
    font-size: 20px;
    color: #0153a1;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-prev,
.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-next {
    background: #f7f7f7;
    color: #999;
    transition: all 0.5s;
    position: absolute;
    top: 220px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-prev {
    left: -52px;
}

.testimonial-five-wrapper .testimonial-five .owl-carousel .owl-nav .owl-next {
    right: -52px;
}

@media (max-width: 991px) {
    .tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper {
        padding: 20px 0;
    }

    .tab-one-wrapper .tab-content .tab-one-home .tab-one-content h4 {
        margin-top: 20px;
    }

    .testimonial-three-wrapper .slider-two-wrapper {
        margin: 30px 0;
    }
}

@media (max-width: 767px) {
    .tab-one-wrapper .tab-one .nav-tabs .nav-item {
        padding: 0 5px;
    }

    .tab-two-wrapper .nav-pills .nav-item {
        padding: 0 3px;
    }

    .tab-three-wrapper .nav-pills .nav-item {
        padding: 0 3px;
    }
}

@media (max-width: 580px) {
    .tab-one-wrapper .tab-one .nav {
        display: block;
    }

    .tab-one-wrapper .tab-one .nav-tabs .nav-item .nav-link {
        margin: 0 auto;
    }

    .tab-two-wrapper .nav {
        display: block;
    }

    .tab-two-wrapper .nav-pills .nav-item .nav-link {
        margin: 0 auto;
    }

    .tab-two-wrapper .tab-content .tab-two-head .tab-two-head-wrapper h2 {
        font-size: 24px;
    }

    .tab-three-wrapper .nav {
        display: block;
    }

    .tab-three-wrapper .nav-pills .nav-item .nav-link {
        margin: 10px auto;
    }

    .tab-five-wrapper .nav {
        display: block;
    }

    .tab-five-wrapper .nav-pills .nav-item .nav-link {
        margin: 8px auto;
        padding-bottom: 10px;
    }

    .tab-five-wrapper .tab-content .tab-five-img img {
        width: 100%;
    }
}

.al-section-1 .alert-section-1 {
    margin-top: 40px;
}

.al-section-1 .alert-section-1 .alert-icon {
    font-size: 18px;
    margin-right: 15px;
    color: #797979;
}

.al-section-1 .alert-section-1 .envelope-color {
    color: #797979;
}

.al-section-1 .alert-section-1 .triangle-color {
    color: #eb768c;
}

.al-section-1 .alert-section-1 .umbrella-color {
    color: #31aae2;
}

.al-section-1 .alert-section-1 .bell-color {
    color: #f0c440;
}

.al-section-1 .alert-section-1 .check-color {
    color: #73c8b7;
}

.al-section-1 .alert-section-1 .bullhorn-color {
    color: #5581c4;
}

.al-section-1 .alert-section-1 p {
    font-size: 20px;
}

.al-section-2 {
    background-color: #f9f9f9;
}

.al-section-2 span i {
    padding: 24px;
}

.al-section-2 .alert-img {
    float: left;
    padding: 0 25px;
}

.al-section-2 .alert-img span {
    display: inline-block;
    width: 70px;
    height: 70px;
}

.al-section-2 .alert-content {
    margin-left: 115px;
}

.al-section-2 .alert-content h4 {
    font-size: 24px;
    line-height: 35px;
}

.al-section-2 .alert-light {
    padding: 30px;
    margin-top: 40px;
}

.al-section-2 .envelope-color {
    background-color: #797979;
    color: #fff;
    border-radius: 40px;
}

.al-section-2 .triangle-color {
    background-color: #eb768c;
    color: #fff;
    border-radius: 40px;
}

.al-section-2 .umbrella-color {
    background-color: #31aae2;
    color: #fff;
    border-radius: 40px;
}

.al-section-2 .bell-color {
    background-color: #f0c440;
    color: #fff;
    border-radius: 40px;
}

.al-section-2 .check-color {
    background-color: #73c8b7;
    color: #fff;
    border-radius: 40px;
}

.al-section-2 .bullhorn-color {
    background-color: #5581c4;
    color: #fff;
    border-radius: 40px;
}

.al-section-3 span i {
    padding: 21px;
    color: #fff;
}

.al-section-3 .alert-img {
    float: left;
    padding: 0 25px;
}

.al-section-3 .alert-img span {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 40px;
    line-height: 70px;
    text-align: center;
}

.al-section-3 .alert-light {
    padding: 30px;
    margin-top: 40px;
}

.al-section-3 .envelope-color {
    background-color: #797979;
    color: #fff;
}

.al-section-3 .triangle-color {
    background-color: #eb768c;
    color: #fff;
}

.al-section-3 .umbrella-color {
    background-color: #31aae2;
    color: #fff;
}

.al-section-3 .bell-color {
    background-color: #f0c440;
    color: #fff;
}

.al-section-3 .check-color {
    background-color: #73c8b7;
    color: #fff;
}

.al-section-3 .bullhorn-color {
    background-color: #5581c4;
    color: #fff;
}

.al-section-3 .alert-content {
    margin-left: 115px;
}

.al-section-3 .alert-content p {
    color: #fff;
}

.al-section-3 .alert-content h4 {
    color: #fff;
    font-size: 24px;
    line-height: 35px;
}

.al-section-3 .btn-close {
    background: 0 0;
    opacity: 1;
}

.al-section-3 .btn-close:focus {
    box-shadow: none;
}

.al-section-3 span.cancle-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.al-section-4 {
    background-color: #f9f9f9;
}

.al-section-4 .alert-box {
    background-color: #fff;
    margin-top: 30px;
}

.al-section-4 .alert {
    padding: 0;
}

.al-section-4 .alert-icon {
    display: inline-block;
    height: 100%;
    border-right: 1px solid #e9e9e9;
    padding: 40px;
}

.al-section-4 .alert-icon i {
    font-size: 30px;
}

.al-section-4 .alert-text {
    padding-left: 30px;
    font-size: 16px;
    font-family: poppins;
}

.al-section-4 .btn-close {
    padding: 1rem;
}

.al-section-4 .envelope-color {
    color: #696868;
}

.al-section-4 .triangle-color {
    color: #eb768c;
}

.al-section-4 .umbrella-color {
    color: #31aae2;
}

.al-section-4 .bell-color {
    color: #f0c440;
}

.al-section-4 .check-color {
    color: #73c8b7;
}

.al-section-4 .bullhorn-color {
    color: #5581c4;
}

.al-section-5 .alert-img {
    float: left;
    padding: 0 25px;
}

.al-section-5 .alert {
    padding: 40px;
}

.al-section-5 .alert-content p {
    color: #fff;
}

.al-section-5 .alert-content h4 {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
}

.al-section-5 .envelope-color {
    background-color: #797979;
    color: #fff;
    position: relative;
}

.al-section-5 .triangle-color {
    background-color: #eb768c;
    color: #fff;
}

.al-section-5 .umbrella-color {
    background-color: #31aae2;
    color: #fff;
}

.al-section-5 .bell-color {
    background-color: #f0c440;
    color: #fff;
}

.al-section-5 .check-color {
    background-color: #73c8b7;
    color: #fff;
}

.al-section-5 .bullhorn-color {
    background-color: #5581c4;
    color: #fff;
}

.al-section-5 .alert-icon {
    display: inline-block;
    height: 100%;
    padding: 15px;
}

.al-section-5 .alert-dismissible .btn-close {
    background: 0 0 !important;
}

.al-section-5 i {
    font-size: 30px;
}

.al-section-5 span i {
    font-size: 36px;
    color: #fff;
}

.al-section-5 span.cancle-icon {
    position: absolute;
    right: 40px;
    top: 40px;
}

@media (max-width: 767px) {
    .al-section-5 .alert-icon {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }
    .service-main-page-wrapper {
        background: white !important;
        padding: 1rem 1rem;
    }
    #treatment-detail-submenu .treamentAnchorTags a {
        width: 100%;
    }
    .al-section-5 .alert-text {
        text-align: center;
        display: block;
    }

    .al-section-5 .alert-img {
        float: none;
    }

    .al-section-5 .alert-content {
        text-align: center;
    }

    .al-section-5 span.cancle-icon {
        top: 20px;
        right: 20px;
    }

    .home-hero-section {
        /* border: 5px solid red; */
        margin-top: 5.1rem !important;
    }

    #why-choose-homePage .container .rowMain {
        padding: 0;
        .home1-section-heading1 {
            margin-top: 3rem;
        }
    }
    .worksSlider {
        padding: 0 !important;
    }
    .image-about-wrapper .about-content {
        padding-bottom: 35px !important;
    }
    .counter-main-wrapper .row {
        gap: 0 !important;
    }
    .counter-main-wrapper {
        margin-top: -2rem !important;
    }
}
/* .worksSlider {
} */
@media (max-width: 580px) {
    .al-section-4 .alert-icon {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .al-section-4 .alert-text {
        text-align: center;
        display: block;
    }
}

@media (max-width: 480px) {
    .al-section-2 .alert-img {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .al-section-2 .alert-content {
        margin-left: 0;
        text-align: center;
    }

    .al-section-3 .alert-img {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .al-section-3 .alert-content {
        margin-left: 0;
        text-align: center;
    }
}

.team-one-wrapper {
    padding-bottom: 150px;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper {
    position: relative;
    width: auto;
    display: inline-block;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay {
    position: absolute;
    top: 200px;
    bottom: 200px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.2s ease;
    transition: all 0.5s;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay
    .content-wrapper {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.5s;
    text-align: center;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay
    .content-wrapper
    h4 {
    color: #fff;
    padding-bottom: 5px;
    font-size: 22px;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay
    .content-wrapper
    h5 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 18px;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay
    .content-wrapper
    .social-icon {
    display: inline-block;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay
    .content-wrapper
    .social-icon
    li {
    float: left;
    margin-left: 4px;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay
    .content-wrapper
    .social-icon
    li:first-child {
    margin-left: 0;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay
    .content-wrapper
    .social-icon
    li
    a {
    float: left;
    color: #fff;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
    transition: all 0.5s;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content
    .image-wrapper
    .image-wrapper-overlay
    .content-wrapper
    .social-icon
    li
    a:hover {
    border: 1px solid #0153a1;
    background: #0153a1;
    transition: all 0.5s;
}

.team-one-wrapper
    .team-slider-wrapper
    .owl-carousel
    .item
    .slider-content:hover
    .image-wrapper-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    overflow: hidden;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .owl-nav .owl-prev {
    color: #999;
    font-size: 30px;
    height: 50px;
    display: inline-block;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999;
    position: absolute;
    left: 33%;
    bottom: -96px;
    z-index: 100;
    transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-carousel .owl-nav .owl-next {
    color: #999;
    font-size: 30px;
    height: 50px;
    display: inline-block;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999;
    position: absolute;
    left: 61%;
    bottom: -96px;
    z-index: 100;
    transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -83px;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot {
    margin-left: 3px;
    transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: #ccc;
    transition: all 0.5s;
}

.team-one-wrapper .team-slider-wrapper .owl-theme .owl-dots .owl-dot:hover span,
.team-one-wrapper
    .team-slider-wrapper
    .owl-theme
    .owl-dots
    .owl-dot.active
    span {
    background: #0153a1;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
}

.team-two-wrapper {
    background-color: #f9f9f9;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .image-two-wrapper {
    position: relative;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .image-two-wrapper
    .overlay-two-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    background-image: linear-gradient(to top right, #80063f, #fc035a, #ffbf00);
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .team-two-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .team-two-content
    .team-title,
.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .team-two-content
    .team-sub-title,
.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .team-two-content
    .social-icon-two {
    color: #fff;
    transform: translateY(15px);
    opacity: 0;
    transition: transform 0.85s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .team-two-content
    .social-icon-two {
    position: absolute;
    bottom: 30px;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .team-two-content
    .social-icon-two
    a {
    margin: 0 10px;
    color: #fff;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .team-two-content
    .social-icon-two
    a:first-child {
    margin: 0;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content
    .team-two-content
    .social-icon-two
    a:last-child {
    margin: 0;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content:hover
    .image-two-wrapper
    .overlay-two-wrapper {
    opacity: 1;
    visibility: visible;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content:hover
    .team-two-content {
    opacity: 1;
}

.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content:hover
    .team-two-content
    .team-title,
.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content:hover
    .team-two-content
    .team-sub-title,
.team-two-wrapper
    .slider-two-wrapper
    .owl-carousel
    .item
    .slider-two-content:hover
    .team-two-content
    .social-icon-two {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    display: block;
}

.team-three-wrapper .row {
    row-gap: 55px;
}

.team-three-wrapper .team-three-wrapper .team-three-img {
    position: relative;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    overflow: hidden;
}

.team-three-wrapper .team-three-wrapper .team-three-img img {
    display: block;
    margin: auto;
}

.team-three-wrapper .team-three-wrapper .team-three-img .team-three-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    background-image: linear-gradient(
        to right top,
        rgba(0, 57, 227, 0.8),
        rgba(65, 50, 224, 0.8),
        rgba(94, 40, 221, 0.8),
        rgba(116, 27, 217, 0.8),
        rgba(134, 0, 212, 0.8)
    );
    overflow: hidden;
    visibility: hidden;
    color: #fff;
}

.team-three-wrapper
    .team-three-wrapper
    .team-three-img
    .team-three-overlay
    span {
    text-transform: uppercase;
    font-weight: 500;
}

.team-three-wrapper
    .team-three-wrapper
    .team-three-img
    .team-three-overlay
    .social-icon-three {
    position: absolute;
    bottom: 40px;
}

.team-three-wrapper
    .team-three-wrapper
    .team-three-img
    .team-three-overlay
    .social-icon-three
    a {
    margin: 0 10px;
}

.team-three-wrapper
    .team-three-wrapper
    .team-three-img
    .team-three-overlay
    .social-icon-three
    a
    i {
    color: #fff;
}

.team-three-wrapper
    .team-three-wrapper
    .team-three-img
    .team-three-overlay
    .social-icon-three
    a:first-child {
    margin-left: 0;
}

.team-three-wrapper
    .team-three-wrapper:hover
    .team-three-img
    .team-three-overlay {
    top: 0;
    visibility: visible;
}

.team-four-wrapper {
    background-color: #f7f7f7;
}

.team-four-wrapper .owl-carousel .item .four-content {
    text-align: center;
    box-shadow: 0 0 20px #00000014;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-img {
    position: relative;
    overflow: hidden;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-img img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content {
    background-color: #fff;
    padding: 40px 0;
    display: inline-block;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content h6 {
    text-transform: uppercase;
}

.team-four-wrapper .owl-carousel .item .four-content .team-four-content span {
    margin-bottom: 20px;
    line-height: 22px;
    color: #828282;
}

.team-four-wrapper
    .owl-carousel
    .item
    .four-content
    .team-four-content
    .social-icon-four {
    margin: 12px 0 0;
}

.team-four-wrapper
    .owl-carousel
    .item
    .four-content
    .team-four-content
    .social-icon-four
    a {
    margin: 0 10px;
}

.team-four-wrapper
    .owl-carousel
    .item
    .four-content
    .team-four-content
    .social-icon-four
    a:first-child {
    margin-left: 0;
}

.team-four-wrapper
    .owl-carousel
    .item
    .four-content
    .team-four-content
    .social-icon-four
    a:last-child {
    margin-right: 0;
}

.team-four-wrapper .owl-carousel .item .four-content:hover .team-four-img img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.team-four-wrapper .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -83px;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot {
    margin-left: 3px;
    transition: all 0.5s;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: #ccc;
    transition: all 0.5s;
}

.team-four-wrapper .owl-theme .owl-dots .owl-dot:hover span,
.team-four-wrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #0153a1;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
}

.icon1-main-wrapper .social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon1-main-wrapper .social-icons ul li {
    padding: 25px;
}

.icon1-main-wrapper .social-icons ul li a {
    font-size: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.icon1-main-wrapper .social-icons ul li a:hover {
    color: #0038e3;
}

.icon2-main-wrapper {
    background-color: #e9e9e9;
}

.icon2-main-wrapper .social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon2-main-wrapper .social-icons ul li {
    padding: 25px;
}

.icon2-main-wrapper .social-icons ul li a {
    font-size: 22px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.icon2-main-wrapper .social-icons ul li a.facebook:hover {
    color: #3b5998;
    transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.twitter:hover {
    color: #00aced;
    transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.google:hover {
    color: #dc4a38;
    transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.dribbble:hover {
    color: #ea4c89;
    transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.linkedin:hover {
    color: #0077b5;
    transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.instagram:hover {
    color: #fe1f49;
    transform: translateY(-10px);
}

.icon2-main-wrapper .social-icons ul li a.behance:hover {
    color: #1769ff;
    transform: translateY(-10px);
}

.icon3-main-wrapper .social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon3-main-wrapper .social-icons ul li {
    padding: 25px;
}

.icon3-main-wrapper .social-icons ul li a {
    font-size: 22px;
    display: inline-block;
    height: 50px;
    width: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.icon3-main-wrapper .social-icons ul li a:hover {
    border-radius: 50px;
}

.icon3-main-wrapper .social-icons ul li a.facebook {
    background-color: #3b5998;
}

.icon3-main-wrapper .social-icons ul li a.twitter {
    background-color: #00aced;
}

.icon3-main-wrapper .social-icons ul li a.google {
    background-color: #dc4a38;
}

.icon3-main-wrapper .social-icons ul li a.dribbble {
    background-color: #ea4c89;
}

.icon3-main-wrapper .social-icons ul li a.linkedin {
    background-color: #0077b5;
}

.icon3-main-wrapper .social-icons ul li a.instagram {
    background-color: #fe1f49;
}

.icon3-main-wrapper .social-icons ul li a.behance {
    background-color: #1769ff;
}

.icon4-main-wrapper {
    background-color: #e9e9e9;
}

.icon4-main-wrapper .social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon4-main-wrapper .social-icons ul li {
    padding: 25px;
}

.icon4-main-wrapper .social-icons ul li a {
    font-size: 22px;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.icon4-main-wrapper .social-icons ul li a:hover {
    background-color: #fff !important;
    box-shadow: 0 0 30px #17171740;
    transform: translate3d(0, -5px, 0);
}

.icon4-main-wrapper .social-icons ul li a.facebook {
    background-color: #3b5998;
}

.icon4-main-wrapper .social-icons ul li a.facebook:hover {
    color: #3b5998;
}

.icon4-main-wrapper .social-icons ul li a.twitter {
    background-color: #00aced;
}

.icon4-main-wrapper .social-icons ul li a.twitter:hover {
    color: #00aced;
}

.icon4-main-wrapper .social-icons ul li a.google {
    background-color: #dc4a38;
}

.icon4-main-wrapper .social-icons ul li a.google:hover {
    color: #dc4a38;
}

.icon4-main-wrapper .social-icons ul li a.dribbble {
    background-color: #ea4c89;
}

.icon4-main-wrapper .social-icons ul li a.dribbble:hover {
    color: #ea4c89;
}

.icon4-main-wrapper .social-icons ul li a.linkedin {
    background-color: #0077b5;
}

.icon4-main-wrapper .social-icons ul li a.linkedin:hover {
    color: #0077b5;
}

.icon4-main-wrapper .social-icons ul li a.instagram {
    background-color: #fe1f49;
}

.icon4-main-wrapper .social-icons ul li a.instagram:hover {
    color: #fe1f49;
}

.icon4-main-wrapper .social-icons ul li a.behance {
    background-color: #1769ff;
}

.icon4-main-wrapper .social-icons ul li a.behance:hover {
    color: #1769ff;
}

.icon5-main-wrapper .social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon5-main-wrapper .social-icons ul li {
    padding: 25px;
}

.icon5-main-wrapper .social-icons ul li a {
    font-size: 22px;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #111;
    text-align: center;
    line-height: 50px;
    position: relative;
}

.icon5-main-wrapper .social-icons ul li a span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 0;
    z-index: -1;
}

.icon5-main-wrapper .social-icons ul li a:hover {
    color: #fff !important;
}

.icon5-main-wrapper .social-icons ul li a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
}

.icon5-main-wrapper .social-icons ul li a.facebook span {
    background-color: #3b5998;
}

.icon5-main-wrapper .social-icons ul li a.twitter span {
    background-color: #00aced;
}

.icon5-main-wrapper .social-icons ul li a.google span {
    background-color: #dc4a38;
}

.icon5-main-wrapper .social-icons ul li a.dribbble span {
    background-color: #ea4c89;
}

.icon5-main-wrapper .social-icons ul li a.linkedin span {
    background-color: #0077b5;
}

.icon5-main-wrapper .social-icons ul li a.instagram span {
    background-color: #fe1f49;
}

.icon5-main-wrapper .social-icons ul li a.behance span {
    background-color: #1769ff;
}

.icon6-main-wrapper {
    background-color: #e9e9e9;
}

.icon6-main-wrapper .social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon6-main-wrapper .social-icons ul li {
    padding: 25px;
}

.icon6-main-wrapper .social-icons ul li a {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 24px;
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.icon6-main-wrapper .social-icons ul li a span {
    line-height: inherit;
    font-weight: 500;
    top: 0;
    position: relative;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.icon6-main-wrapper .social-icons ul li a span.brand-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.3s;
}

.icon6-main-wrapper .social-icons ul li a.facebook {
    color: #3b5998;
}

.icon6-main-wrapper .social-icons ul li a.dribbble {
    color: #ea4c89;
}

.icon6-main-wrapper .social-icons ul li a.behance {
    color: #1769ff;
}

.icon6-main-wrapper .social-icons ul li a.instagram {
    color: #fe1f49;
}

.icon6-main-wrapper .social-icons ul li a:hover .brand-label {
    top: -50px;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.icon6-main-wrapper .social-icons ul li a:hover .brand-icon {
    top: 0;
    transition-duration: 0.3s;
}

.icon7-main-wrapper {
    background-color: #111;
}

.icon7-main-wrapper .accor-heading h3 {
    color: #fff;
}

.icon7-main-wrapper .social-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.icon7-main-wrapper .social-icons ul li {
    padding-right: 25px;
}

.icon7-main-wrapper .social-icons ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 1;
    color: #fff;
}

.icon7-main-wrapper .social-icons ul li a i {
    padding-right: 0;
    position: relative;
    color: #fff;
    transition: 0.5s;
    z-index: 3;
}

.icon7-main-wrapper .social-icons ul li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b5998;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    z-index: 2;
}

.icon7-main-wrapper .social-icons ul li a:hover {
    border-color: #3b5998;
}

.icon7-main-wrapper .social-icons ul li a:hover i {
    color: #fff;
    transform: rotateY(360deg);
}

.icon7-main-wrapper .social-icons ul li a:hover::before {
    top: 0;
}

@media (max-width: 767px) {
    .icon1-main-wrapper .social-icons ul li,
    .icon2-main-wrapper .social-icons ul li,
    .icon3-main-wrapper .social-icons ul li,
    .icon4-main-wrapper .social-icons ul li,
    .icon5-main-wrapper .social-icons ul li,
    .icon7-main-wrapper .social-icons ul li {
        padding: 12px;
    }

    .icon6-main-wrapper .social-icons ul li {
        padding: 5px;
    }
}

@media (max-width: 580px) {
    .icon1-main-wrapper .social-icons ul,
    .icon2-main-wrapper .social-icons ul,
    .icon3-main-wrapper .social-icons ul,
    .icon4-main-wrapper .social-icons ul,
    .icon5-main-wrapper .social-icons ul,
    .icon7-main-wrapper .social-icons ul {
        display: block;
        column-count: 3;
        column-gap: 10px;
        max-width: 280px;
        text-align: center;
        margin: 0 auto;
    }

    .icon1-main-wrapper .social-icons ul li,
    .icon2-main-wrapper .social-icons ul li,
    .icon3-main-wrapper .social-icons ul li,
    .icon4-main-wrapper .social-icons ul li,
    .icon5-main-wrapper .social-icons ul li,
    .icon7-main-wrapper .social-icons ul li {
        display: inline-block;
    }

    .icon6-main-wrapper .social-icons ul {
        display: block;
        column-count: 3;
        column-gap: 10px;
        max-width: 280px;
        text-align: center;
        margin: 0 auto;
    }

    .icon6-main-wrapper .social-icons ul li {
        display: inline-block;
        padding: 15px;
    }
}

.gallery1-wrapper .img-gallery-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li {
    padding: 10px;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
    text-align: center;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img {
    position: relative;
    overflow: hidden;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    img {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .img-responsive {
    width: 100%;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .portfolio_img_overlay {
    background-image: linear-gradient(to top right, #80063f, #fc035a, #ffbf00);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-15px) translateY(-15px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    transition: 0.2s ease;
    transition: all 0.5s;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .portfolio_img_overlay
    .portfolio_img_text {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img_overlay {
    transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img_overlay
    .portfolio_img_text {
    visibility: visible;
    opacity: 1;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img
    img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    opacity: 0.15;
}

.gallery1-wrapper .img-gallery-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery1-wrapper .img-gallery-wrapper ul li {
    padding: 10px;
}

.gallery1-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
    text-align: center;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img {
    position: relative;
    overflow: hidden;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    img {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .img-responsive {
    width: 100%;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .portfolio_img_overlay {
    background: #833ab4;
    background: linear-gradient(
        90deg,
        rgba(131, 58, 180, 0.779149) 0%,
        rgba(253, 29, 29, 0.563463) 46%,
        rgba(252, 176, 69, 0.823967) 100%
    );
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-15px) translateY(-15px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    transition: 0.2s ease;
    transition: all 0.5s;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .portfolio_img_overlay
    .portfolio_img_text {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img_overlay {
    transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img_overlay
    .portfolio_img_text {
    visibility: visible;
    opacity: 1;
}

.gallery1-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img
    img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    opacity: 0.15;
}

.gallery2-wrapper {
    background-color: #e9e9e9;
}

.gallery2-wrapper .portfolio_img img {
    width: 100%;
}

.gallery2-wrapper .portfolio_img_wrapper {
    text-align: center;
}

.gallery2-wrapper .portfolio_img {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.gallery2-wrapper .portfolio_img_overlay {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    height: calc(100% - 60px);
    left: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    transform: translateX(-15px) translateY(-15px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: calc(100% - 60px);
    transition: 0.2s ease;
    transition: all 0.5s;
}

.gallery2-wrapper .portfolio_img_wrapper:hover .portfolio_img_overlay {
    transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
}

.gallery2-wrapper .portfolio_img_text {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}

.gallery2-wrapper .portfolio_img_wrapper:hover .portfolio_img_text {
    visibility: visible;
    opacity: 1;
}

.gallery2-wrapper .portfolio_img_text a {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #0153a1;
    color: #0153a1;
}

.gallery2-wrapper .portfolio_img_text a:hover {
    background: #0153a1;
    color: #fff;
}

.gallery3-wrapper .img-gallery-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery3-wrapper .img-gallery-wrapper ul li {
    padding: 10px;
}

.gallery3-wrapper .img-gallery-wrapper ul li.portfolio_img_wrapper {
    text-align: center;
}

.gallery3-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img {
    position: relative;
    overflow: hidden;
}

.gallery3-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    img {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.gallery3-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .img-responsive {
    width: 100%;
}

.gallery3-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .portfolio_img_overlay {
    background-image: linear-gradient(to top right, #80063f, #fc035a, #ffbf00);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-15px) translateY(-15px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    transition: 0.2s ease;
    transition: all 0.5s;
}

.gallery3-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper
    .portfolio_img
    .portfolio_img_overlay
    .portfolio_img_text {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}

.gallery3-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img_overlay {
    transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
}

.gallery3-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img_overlay
    .portfolio_img_text {
    visibility: visible;
    opacity: 1;
}

.gallery3-wrapper
    .img-gallery-wrapper
    ul
    li.portfolio_img_wrapper:hover
    .portfolio_img
    img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    opacity: 0.15;
}

.gallery3-wrapper .section4_portfolio_slider {
    float: left;
    width: 100%;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -56px;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-dots .owl-dot {
    margin-left: 3px;
    transition: all 0.5s;
}

.gallery3-wrapper
    .section4_portfolio_slider
    .owl-theme
    .owl-dots
    .owl-dot
    span {
    width: 10px;
    height: 10px;
    background: #ccc;
    transition: all 0.5s;
}

.gallery3-wrapper
    .section4_portfolio_slider
    .owl-theme
    .owl-dots
    .owl-dot.active
    span,
.gallery3-wrapper
    .section4_portfolio_slider
    .owl-theme
    .owl-dots
    .owl-dot:hover
    span {
    background: #0153a1;
    width: 10px;
    height: 10px;
    transition: all 0.5s;
}

.gallery3-wrapper
    .section4_portfolio_slider
    .owl-theme
    .owl-dots
    .owl-dot.active,
.gallery3-wrapper
    .section4_portfolio_slider
    .owl-theme
    .owl-dots
    .owl-dot:hover {
    transition: all 0.5s;
}

.gallery3-wrapper .section4_portfolio_slider .owl-theme .owl-nav {
    display: none;
}

.gallery3-wrapper .portfolio_image_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

.gallery3-wrapper .portfolio_image {
    position: relative;
    width: auto;
    display: inline-block;
}

.gallery3-wrapper .portfolio_image_overlay {
    position: absolute;
    top: 400px;
    left: 300px;
    right: 400px;
    opacity: 0;
    transition: 0.2s ease;
    transition: all 0.5s;
}

.gallery3-wrapper .portfolio_image_wrapper:hover .portfolio_image_overlay {
    background-color: #0153a1;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    overflow: hidden;
}

.gallery3-wrapper .portfolio_img_icon {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.gallery4-wrapper {
    background-color: #e9e9e9;
}

.gallery4-wrapper .tab_image,
.gallery4-wrapper .tab_image_text {
    float: left;
    width: 100%;
}

.gallery4-wrapper .tab_image_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.gallery4-wrapper .section6_nav_tabs {
    float: left;
    width: 100%;
    text-align: center;
}

.gallery4-wrapper .section6_nav_tabs .nav_tabs {
    display: inline-block;
    padding-bottom: 50px;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills > li + li {
    margin-left: 30px;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills > li > a {
    border: 1px solid #fff;
    color: #999;
    text-transform: uppercase;
}

.gallery4-wrapper .section6_nav_tabs .nav > li > a:focus,
.gallery4-wrapper .section6_nav_tabs .nav > li > a:hover {
    text-decoration: none;
    color: #0153a1;
    border: 1px solid #0153a1;
    border-radius: 35px;
    background: #fff;
}

.gallery4-wrapper .section6_nav_tabs .nav-pills > li a.active,
.gallery4-wrapper .section6_nav_tabs .nav-pills > li a.active > :focus,
.gallery4-wrapper .section6_nav_tabs .nav-pills > li a.active > :hover {
    color: #0153a1;
    border: 1px solid #0153a1;
    border-radius: 35px;
    background: #fff;
}

.gallery4-wrapper .tab_image_text {
    border: 1px solid #e1e1e1;
    padding: 30px;
    border-top: none;
}

.gallery4-wrapper .project_category {
    float: left;
}

.gallery4-wrapper .project_likes {
    float: right;
}

.gallery4-wrapper .project_category h4 a {
    color: #999;
    font-size: 14px;
}

.gallery4-wrapper .project_title h4 {
    font-size: 18px;
    font-weight: 700;
}

.gallery4-wrapper .project_title h4 a {
    color: #111;
}

.gallery4-wrapper .project_title {
    padding-bottom: 20px;
}

.gallery4-wrapper .project_likes a i {
    color: #0153a1;
}

.gallery4-wrapper .tab_image_wrapper:hover .tab_image_text {
    border: 1px solid #0153a1;
    background: #0153a1;
    border-top: none;
    transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_title h4 a {
    color: #fff;
    transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_category h4 a {
    color: #fff;
    transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_likes a {
    color: #fff;
    transition: all 0.5s;
}

.gallery4-wrapper .tab_image_wrapper:hover .project_likes a i {
    color: #fff;
    transition: all 0.5s;
}

.gallery4-wrapper .tab_image figure {
    display: block;
    margin: 0;
    overflow: hidden;
}

.gallery4-wrapper .tab_image figure img {
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.gallery4-wrapper .tab_image:hover figure img {
    transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
    .gallery1-wrapper .img-gallery-wrapper ul {
        display: block;
        column-count: 2;
        column-gap: 10px;
    }
}

@media (max-width: 480px) {
    .gallery1-wrapper .img-gallery-wrapper ul {
        column-count: 1;
    }

    .nav-link {
        padding: 10px 14px;
    }
}

@media (max-width: 767px) {
    .tab_img {
        float: left;
        width: auto;
        position: relative;
    }

    .right {
        float: none;
    }

    .section3_img1,
    .section3_img3,
    .section3_img4 {
        float: left;
        width: 100%;
    }

    .section3_img2 {
        float: left;
        width: 100%;
        position: relative;
    }

    .nav-pills > li {
        margin-left: 30px;
    }

    .nav-pills > li + li {
        margin-left: 30px;
        margin-bottom: 20px;
    }

    .section6_nav_tabs .nav-pills > li {
        margin: 10px 0;
    }

    .section6_nav_tabs .nav-pills > li + li {
        margin-left: 5px;
    }

    .section5_portfolio_slider .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }

    .section5_portfolio_slider .owl-carousel .owl-nav .owl-next {
        right: 0;
        left: auto;
    }

    .gallery4-wrapper .section6_nav_tabs .nav_tabs .nav {
        display: block;
    }

    .gallery4-wrapper .section6_nav_tabs .nav-pills > li + li {
        margin-left: 0;
    }
}

.p-top-padding {
    padding-top: 40px;
}

.p-bottom-padding {
    padding-bottom: 40px;
}

.pt-section-1 .p-box-1 {
    height: 660px;
    margin-top: 20px;
    box-shadow: 0 0 5px #e9e9e9;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.7s;
}

.pt-section-1 .p-box-1 h4 {
    font-size: 16px;
    padding-bottom: 20px;
}

.pt-section-1 .p-box-1 .text-1 {
    margin: 20px 0;
    padding: 15px 0;
    background-color: #fafafa;
    color: #797979;
    font-size: 16px;
}

.pt-section-1 .p-box-1 .heading-1 {
    height: 75px;
    line-height: 75px;
    background-color: #fafafa;
    color: #0153a1;
    text-transform: capitalize;
}

.pt-section-1 .p-box-1 .btn-1 {
    width: 230px;
    height: 40px;
    border-radius: 30px;
    color: #0153a1;
    border: 1px solid #0153a1;
    background: #fff;
    transition: all 0.7s;
}

.pt-section-1 .p-box-1:hover .btn-1 {
    background-color: #0153a1;
    color: #fff;
}

.pt-section-1 .p-box-1.box-border {
    transition: color 0.25s;
    position: relative;
}

.pt-section-1 .p-box-1.box-border:before,
.pt-section-1 .p-box-1.box-border:after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.pt-section-1 .p-box-1.box-border:before {
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.pt-section-1 .p-box-1.box-border:after {
    border-top-width: 1px;
    border-right-width: 1px;
}

.pt-section-1 .p-box-1.box-border:hover:before,
.pt-section-1 .p-box-1.box-border:hover:after {
    border-color: #0153a1;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.pt-section-1 .p-box-1.box-border:hover:before {
    transition-delay: 0s, 0s, 0.25s;
}

.pt-section-1 .p-box-1.box-border:hover:after {
    transition-delay: 0s, 0.25s, 0s;
}

.pt-section-2 {
    background-color: #e9e9e9;
}

.pt-section-2 .p-box-2 {
    margin-top: 20px;
    height: 610px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.7s;
}

.pt-section-2 .p-box-2 h4 {
    font-size: 16px;
    padding-bottom: 20px;
    position: relative;
}

.pt-section-2 .p-box-2 h4:after {
    content: "";
    border: 1px dashed #797979;
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 77px;
}

.pt-section-2 .p-box-2 .heading-2 {
    transition: none;
    font-size: 28px;
    margin-top: 10px;
}

.pt-section-2 .p-box-2 .text-2 {
    color: #797979;
    font-size: 16px;
    margin-top: 10px;
}

.pt-section-2 .p-box-2 h3 .small {
    font-size: 16px;
    color: #797979;
}

.pt-section-2 .p-box-2 .btn-2 {
    width: 210px;
    height: 40px;
    border-radius: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0153a1;
    border: 1px solid #285595;
    background: #fff;
    margin-top: 30px;
    transition: all 0.7s;
}

.pt-section-2 .p-box-2:before {
    content: "";
    position: absolute;
    color: #fff;
    background: #0153a1;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
}

.palnGap {
    margin: 0px !important;
}

.safety {
    /* margin-top: 150px; */
    margin-bottom: 25px;
    /* background-color: #ea4c89; */
}

.pt-section-2 .p-box-2:hover {
    box-shadow: 0 0 15px 7px #e9e9e9;
}

.pt-section-2 .p-box-2:hover h4 a {
    color: #fff;
}

.pt-section-2 .p-box-2:hover h4 a:after {
    border-color: #fff;
}

.pt-section-2 .p-box-2:hover .heading-2 {
    color: #fff;
}

.pt-section-2 .p-box-2:hover .text-2 {
    color: #fff;
}

.pt-section-2 .p-box-2:hover .small {
    color: #fff;
}

.pt-section-2 .p-box-2:hover:before {
    width: 100%;
    height: 100%;
}

.pt-section-3 {
    text-align: center;
}

.pt-section-3 .p-box-3 .p-promo {
    background: #0f1012;
    color: #f9f9f9;
    border: 2px solid transparent;
    transition: all 0.7s;
}

.pt-section-3 .p-box-3 .deal {
    padding: 10px 0 0;
}

.pt-section-3 .p-box-3 .deal span {
    display: block;
    text-align: center;
    transition: all 0.7s;
}

.pt-section-3 .p-box-3 .deal span:first-of-type {
    font-size: 23px;
}

.pt-section-3 .p-box-3 .deal span:last-of-type {
    font-size: 13px;
}

.pt-section-3 .p-box-3 .price {
    font-weight: 700;
    transition: all 0.7s;
    display: block;
    background: #292b2e;
    margin: 15px 0 10px;
    text-align: center;
    font-size: 23px;
    padding: 17px 0;
}

.pt-section-3 .p-box-3 ul {
    display: block;
    margin: 20px 0 10px;
    padding: 0;
    list-style-type: none;
    text-align: center;
    color: #999;
}

.pt-section-3 .p-box-3 ul li {
    display: block;
    margin: 10px 0 0;
    line-height: 35px;
}

.pt-section-3 .p-box-3:hover .deal span {
    color: #0153a1 !important;
}

.pt-section-3 .p-box-3 .btn-5 {
    border: none;
    border-radius: 40px;
    background: #292b2e;
    color: #f9f9f9;
    padding: 10px 37px;
    transition: all 0.7s;
}

.pt-section-3 .p-box-3 .btn-5:hover {
    background: #0153a1;
}

.pt-section-4 {
    background-color: #fff;
}

.pt-section-4 .p-box-4 {
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 8px #0000001f;
    padding-bottom: 80px;
    height: 100%;
    position: relative;
}

.pt-section-4 .p-box-4 .p-box-4-1 {
    height: 165px;
    padding: 40px;
    margin-bottom: 30px;
    background-color: #ddd;
    transition: all 0.7s;
}

.pt-section-4 .p-box-4 .p-box-4-1 h2 {
    transition: none;
    font-size: 26px;
}

.pt-section-4 .p-box-4 .p-box-4-1 h3 {
    box-shadow: 1px 1px 8px #0000001f;
    background-color: #fff;
    height: 90px;
    margin-top: 24px;
    padding: 30px 52px;
    font-weight: 700;
    font-size: 26px;
}

.pt-section-4 .p-box-4 .p-box-4-1 h3 span {
    font-size: 14px;
}

.pt-section-4 .p-box-4 .list-6 {
    padding: 20px;
    margin: 0;
}

.pt-section-4 .p-box-4 .list-6 li {
    line-height: 35px;
}

.pt-section-4 .p-box-4 .btn-6 {
    padding: 10px 50px;
    background-color: #fff;
    border: 1px solid #797979;
    border-radius: 5px;
    transition: all 0.7s;
    position: absolute;
    bottom: 10px;
    left: 50%;
    left: 30%;
}

/* #palnButton {
    margin-top: 500px;
    margin-bottom: 4px;
} */

.pt-section-4 .p-box-4:hover .p-box-4-1 {
    background-color: #0153a1;
    color: #fff;
}

.pt-section-4 .p-box-4:hover .p-box-4-1 h2 {
    color: #fff;
}

.pt-section-4 .p-box-4:hover .p-box-4-1 h3 {
    color: #111;
}

.pt-section-4 .p-box-4:hover .btn-6 {
    background-color: #0153a1;
    color: #fff;
}

.pt-section-5 .p-box-5 {
    margin-top: 20px;
    background-color: #444;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.7s;
}

.pt-section-5 .p-box-5 .heading-5 {
    text-align: center;
    color: #fff;
    padding: 30px;
}

.pt-section-5 .p-box-5 .heading-5 a {
    color: #fff;
    font-size: 22px;
}

.pt-section-5 .p-box-5 .heading-5 h2 {
    font-size: 36px;
    color: #fff;
}

.pt-section-5 .p-box-5 .heading-5 h3 {
    font-size: 26px;
    margin-top: 10px;
    color: #fff;
}

.pt-section-5 .p-box-5 .content-5 {
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 15px;
}

.pt-section-5 .p-box-5 ul {
    padding: 0;
}

.pt-section-5 .p-box-5 ul li {
    line-height: 35px;
}

.pt-section-5 .p-box-5 .btn-5 {
    padding: 7px 50px;
    margin-top: 20px;
    border: none;
    background: #797979;
    color: #fff;
    transition: all 0.7s;
}

.pt-section-5 .p-box-5:hover {
    background-color: #0153a1;
}

.pt-section-5 .p-box-5:hover .btn-5 {
    background-color: #0153a1;
}

@media (max-width: 991px) {
    .container {
        max-width: 900px;
    }

    .pt-section-4 .p-box-4-1 h3 {
        padding: 30px 20px;
    }
}

.ic-section-1 .icon-1 {
    height: 80px;
    width: 80px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-bottom-right-radius: 63px;
    line-height: 73px;
    text-align: center;
    transition: all 0.7s;
    color: #fff;
    background-color: #0153a1;
}

.ic-section-1 .box {
    border: 1px solid #e9e9e9;
    margin-top: 30px;
    padding-bottom: 30px;
    transition: all 0.5s;
}

.ic-section-1 .box p {
    padding: 0;
    padding-right: 20px;
}

.ic-section-1 .box p.left_shift {
    padding-left: 20px;
    padding-top: 10px;
}

.ic-section-1 .box h4 {
    padding-left: 20px;
    padding-top: 10px;
    font-size: 24px;
}

.ic-section-1 .box h4 a {
    color: #0153a1;
}

.ic-section-1 .box-border {
    transition: color 0.25s;
    position: relative;
}

.ic-section-1 .box-border:after,
.ic-section-1 .box-border:after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.ic-section-1 .box-border:after {
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.ic-section-1 .box-border:after {
    border-top-width: 1px;
    border-right-width: 1px;
}

.ic-section-1 .box-border:hover:after,
.ic-section-1 .box-border:hover:after {
    border-color: #0153a1;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.ic-section-1 .box-border:hover:before {
    transition-delay: 0s, 0s, 0.25s;
}

.ic-section-1 .box-border:hover:after {
    transition-delay: 0s, 0.25s, 0s;
}

.ic-section-2 {
    background-color: #f9f9f9;
}

.ic-section-2 .icon-box-two {
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    transition: all 0.7s;
}

.ic-section-2 .icon-box-two::before {
    content: "";
    position: absolute;
    color: #fff;
    background: #0153a1;
    z-index: -1;
    transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
}

.ic-section-2 .icon-box-two span {
    padding-bottom: 15px;
    display: block;
}

.ic-section-2 .icon-box-two span i {
    margin-top: 50px;
    border: 1px solid, #0153a1;
    border-radius: 40px;
    background-color: #0153a1;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.ic-section-2 .icon-box-two h4 {
    padding-top: 10px;
    font-size: 24px;
}

.ic-section-2 .icon-box-two h4 a:hover {
    color: #fff;
}

.ic-section-2 .icon-box-two p {
    padding-top: 10px;
    padding-bottom: 30px;
}

.ic-section-2 .icon-box-two:hover {
    border-color: #0153a1;
    box-shadow: 0 0 10px #797979;
}

.ic-section-2 .icon-box-two:hover::before {
    width: 100%;
    height: 100%;
}

.ic-section-2 .icon-box-two:hover span {
    color: #fff;
}

.ic-section-2 .icon-box-two:hover span i {
    background-color: #fff;
    color: #0153a1;
}

.ic-section-2 .icon-box-two:hover h4 a {
    color: #fff;
}

.ic-section-2 .icon-box-two:hover p {
    color: #fff;
}

.ic-section-3 .icon-box-three {
    padding-bottom: 40px;
    text-align: center;
    border: 1px solid #e9e9e9;
    transition: all 0.7s;
}

.ic-section-3 .icon-box-three span {
    background-color: #797979;
    height: 90px;
    transition: all 0.5s;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    display: block;
}

.ic-section-3 .icon-box-three span::before {
    content: "";
    position: absolute;
    color: #fff;
    background: #0153a1;
    z-index: -1;
    transition: 0.5s width ease-in-out, 0.5s height ease-in-out;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.ic-section-3 .icon-box-three span i {
    margin-top: 50px;
    border: 1px solid, #0153a1;
    border-radius: 40px;
    background-color: #fff;
    color: #797979;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.ic-section-3 .icon-box-three h4 {
    padding: 35px 0 17px;
    font-size: 24px;
}

.ic-section-3 .icon-box-three p {
    padding-bottom: 15px;
}

.ic-section-3 .icon-box-three:hover span::before {
    width: 100%;
    height: 100%;
}

.ic-section-4 {
    background-color: #f9f9f9;
}

.ic-section-4 .icon-box-four {
    text-align: center;
    border: 1px solid #e9e9e9;
    transition: all 0.7s;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.ic-section-4 .icon-box-four::before {
    content: "";
    position: absolute;
    color: #fff;
    background: #0153a1;
    z-index: -1;
    transition: 0.7s width ease-in-out, 0.7s height ease-in-out;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.ic-section-4 .icon-box-four span {
    transition: all 0.7s;
}

.ic-section-4 .icon-box-four span i {
    background-color: #0153a1;
    color: #fff;
    margin-top: 50px;
    border: 1px solid, #0153a1;
    border-radius: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    transition: all 0.7s;
}

.ic-section-4 .icon-box-four h4 {
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 24px;
}

.ic-section-4 .icon-box-four h4 a:hover {
    color: #fff;
}

.ic-section-4 .icon-box-four p {
    transition: all 0.7s;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.ic-section-4 .icon-box-four:hover {
    background-color: #0153a1;
}

.ic-section-4 .icon-box-four:hover::before {
    width: 100%;
    height: 100%;
}

.ic-section-4 .icon-box-four:hover span i {
    background-color: #fff;
    color: #0153a1;
}

.ic-section-4 .icon-box-four:hover p {
    color: #fff;
}

.ic-section-4 .icon-box-four:hover h4 a {
    color: #fff;
}

.ic-section-4 .icon-box-four:hover p {
    color: #fff;
}

.ic-section-5 .icon-box-five {
    text-align: center;
    border: 1px solid #e9e9e9;
    padding-bottom: 30px;
    transition: all 0.7s;
}

.ic-section-5 .icon-box-five::before,
.ic-section-5 .icon-box-five::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.ic-section-5 .icon-box-five span {
    position: relative;
    display: inline-block;
    width: 165px;
    height: 2px;
    color: #f74539;
    padding-bottom: 20px;
}

.ic-section-5 .icon-box-five span i {
    margin-top: 50px;
    border: 1px solid, #0153a1;
    border-radius: 40px;
    background-color: #0153a1;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.ic-section-5 .icon-box-five span::after {
    content: "";
    height: 50px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e9e9e9;
    transition: all 0.5s;
}

.ic-section-5 .icon-box-five h4 {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 24px;
}

.ic-section-5 .icon-box-five p {
    padding-left: 20px;
    padding-right: 20px;
}

.ic-section-5 .icon-box-five:hover {
    border-bottom-color: #0153a1;
}

.ic-section-5 .icon-box-five:hover::before,
.ic-section-5 .icon-box-five:hover::after {
    border-color: #0153a1;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
    transition-delay: 0s, 0s, 0.25s;
}

.ic-section-5 .icon-box-five:hover span::after {
    background-color: #0153a1;
}

.ic-section-5 .icon-box-five:hover h4 a {
    color: #0153a1;
}

@media (max-width: 991px) {
    .ic-section-2 .icon-box-two {
        margin: 12px 0;
    }

    .ic-section-3 .icon-box-three {
        margin: 12px 0;
    }

    .ic-section-4 .icon-box-four {
        margin: 12px 0;
    }

    .ic-section-5 .icon-box-five {
        margin: 12px 0;
    }

    .ic-section-2 {
        padding-top: 0;
    }

    .ic-section-3 {
        padding-top: 0;
    }

    .ic-section-4 {
        padding-top: 0;
    }

    .ic-section-5 {
        padding-top: 0;
    }
}

.list-main-wrapper-one {
    background-color: #fafafa;
}

.list-main-wrapper-one .list-one-wrapper {
    margin-top: 25px;
}

.list-main-wrapper-one .list-one-wrapper ul {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.list-main-wrapper-one .list-one-wrapper ul li {
    position: relative;
    padding: 12px 25px 14px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.list-main-wrapper-one .list-one-wrapper ul li .list-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 0 15px #00000014;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.list-main-wrapper-one .list-one-wrapper ul li i {
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 14px;
    opacity: 0.7;
    color: #757575;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover {
    padding: 12px 25px 14px 50px;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover .list-one-bg {
    opacity: 1;
}

.list-main-wrapper-one .list-one-wrapper ul li:hover i {
    left: 25px;
    opacity: 1;
}

.list-main-wrapper-two .list-two-wrapper {
    margin-top: 25px;
}

.list-main-wrapper-two .list-two-wrapper ul li {
    color: #828282;
    margin-bottom: 20px;
}

.list-main-wrapper-two .list-two-wrapper ul li i {
    margin-right: 10px;
    line-height: 30px;
    color: #0038e3;
    font-size: 18px;
    position: relative;
}

.list-main-wrapper-three {
    background-color: #fafafa;
}

.list-main-wrapper-three .list-three-wrapper {
    margin-top: 25px;
}

.list-main-wrapper-three .list-three-wrapper ul li {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    padding-top: 15px;
}

.list-main-wrapper-three .list-three-wrapper ul li:first-child {
    padding-top: 0;
}

.list-main-wrapper-three .list-three-wrapper ul li i {
    margin-right: 10px;
    background: linear-gradient(
        to right,
        #556fff,
        #556fff,
        #e05fc4,
        #f767a6,
        #ff798e
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.list-main-wrapper-four {
    background-color: #f7f7f7;
}

.list-main-wrapper-four .list-four-wrapper ul li {
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.list-main-wrapper-four .list-four-wrapper ul li i {
    color: #0038e3;
    margin-right: 15px;
}

.list-main-wrapper-four .list-four-wrapper ul li:hover {
    box-shadow: 0 0 20px #00000026;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.list-main-wrapper-five .list-five-wrapper ul li {
    display: flex;
    align-items: center;
    padding: 28px 0;
    border-color: rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content {
    width: 90%;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content .list-head {
    font-weight: 700;
    line-height: 28px;
}

.list-main-wrapper-five
    .list-five-wrapper
    ul
    li
    .list-content
    .list-head
    .label-new {
    background-color: #0aa5d6;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 9px;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 1px;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-content p {
    font-weight: 500x;
}

.list-main-wrapper-five .list-five-wrapper ul li .list-price {
    font-weight: 700;
}

@media (max-width: 767px) {
    .list-main-wrapper-one .list-one-wrapper {
        display: flex;
        justify-content: center;
    }

    .list-main-wrapper-two .list-two-wrapper {
        display: flex;
        justify-content: center;
    }

    .list-main-wrapper-three .list-three-wrapper {
        display: flex;
        justify-content: center;
    }

    .list-four-wrapper {
        display: flex;
        justify-content: center;
    }
}

.login-main-wrapper .form-sidebar {
    position: relative;
    height: 100vh;
}

.login-main-wrapper .form-sidebar:before {
    content: "";
    position: absolute;
    width: 46%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0153a1;
    z-index: -1;
}

.login-main-wrapper .form-sidebar .logo-section {
    padding: 60px 30px;
}

.login-main-wrapper .form-sidebar .form-image {
    max-width: 496px;
    position: absolute;
    bottom: 0;
    left: 50px;
}

.login-main-wrapper .form-sidebar .form-image img {
    width: 100%;
}

.login-main-wrapper .login-main {
    max-width: 500px;
}

.login-main-wrapper .login-main form h4 {
    font-weight: 600;
}

.login-main-wrapper .login-main form input.my-width {
    width: 100%;
    border: none;
    background-color: #ebf5f5;
    padding: 12px 20px;
    font-weight: 600;
    color: #828383;
    margin-top: 15px;
}

.login-main-wrapper .login-main form ul {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.login-main-wrapper .login-main form ul li a,
.login-main-wrapper .login-main form ul li label {
    color: #0153a1;
}

.login-main-wrapper .login-main form a.button-btn {
    padding: 0 80px;
    padding-left: 30px !important;
}

.login-main-wrapper .login-main form .form-media {
    justify-content: start;
}

.login-main-wrapper .login-main form .form-media li {
    margin-right: 15px;
}

.login-main-wrapper .login-main form .form-media li a {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    background-color: #4867aa;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.login-main-wrapper .login-main form .form-media li:nth-child(2) a {
    background-color: #1da1f2 !important;
}

.login-main-wrapper .login-main form .form-media li:nth-child(3) a {
    background-color: #db0324;
}

.login-main-wrapper .login-main form .form-media li:nth-child(4) a {
    background-color: #db0324;
}

.text-color-pink {
    color: #0153a1;
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f6f6f6;
    z-index: 10000;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 7px;
}

#return-to-top {
    position: fixed;
    bottom: 43px;
    right: 45px;
    display: block;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    font-size: 24px;
    background: #0153a1;
    transition: all 0.3s ease;
    z-index: 999;
    color: #fff;
    animation: jump 1s ease-in alternate infinite;
}

#return-to-top i {
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    transition: all 0.3s ease;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.change-bg1 {
    background: #004274 !important;
}

.change-bg2 {
    background: #0a3382 !important;
}

@keyframes jump {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 50%, 0);
    }
}

#toggle_close {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 30px;
    font-size: 25px;
    color: #aaa;
    cursor: pointer;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50px;
}

/* ---------------------home slider--------------------------------------------------- */
.main-header-wrapper {
    position: fixed;
    z-index: 99;
    top: 0;
    background: #f6f6f6;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 7px;
}

#carouselExampleIndicators {
    height: 600px;
    overflow: hidden;
    margin: 130px 0 0 0;
    /* border: 5px solid red; */
}

.carousel-item,
.carousel-inner {
    height: 100%;
    margin: -6px 0 0 0;
}

/* #carouselExampleIndicators img {
    width: 100%;
  height: 100%;
  object-fit: contain;
} */

#treatmentallImage {
    width: 70px;
    height: 130px;
    object-fit: cover;
}

.textBanner {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}

.carousel-caption {
    width: 40%;
    top: 35%;
    text-align: left;
    left: 10%;
}

.carousel-caption p {
    padding: 20px 0 0 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000;
    border-radius: 25px;
    background-size: 80% 80%;
}

.inner-h {
    font-size: 22px;
    line-height: 32px;
    color: #0b0b0b;
    position: relative;
    margin-bottom: 20px;
    margin-top: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.inner-h strong {
    display: inline-block;
    border-left: 5px solid #0153a1;
    padding: 0px 12px;
}

.right-section2 .form-section h6 {
    text-align: center;
    position: relative;
    padding: 20px;
    font-weight: 600;
    box-shadow: none;
}

.alltreatmentLead .form-section .form-input {
    /* box-shadow: none; */
    border-radius: 25px;
    background-color: transparent;
    /* padding: 10px 0 0 0; */
}

.alltreatmentLead .form-section .form-input .input-group-text {
    color: rgb(255, 255, 255);
    background: rgb(255, 128, 1);
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 
.right-section2 .form-section h6:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0153a1;
} */

#treatmentButton {
    background-color: #0153a1;
    margin: 0 0 30px 0;
    border-color: #0153a1;
    border-radius: 25px;
}

@media (max-width: 767px) {
    .blog-box .blog-content h6 {
        width: 100%;
    }

    .carousel-caption {
        width: 70%;
    }

    .counter-main-wrapper .col-md-3 {
        flex: 0 0 auto m !important;
        width: 50% !important;
        margin-top: 2rem;
    }

    .counter-main-wrapper::after {
        height: 100%;
    }

    .counter-main-wrapper .count-up {
        height: 170px;
    }

    .counter-main-wrapper .count-up .counter-icon {
        margin-top: 0;
    }

    #carouselExampleIndicators {
        height: 270px;
    }

    #carouselExampleIndicators a.button-btn {
        padding: 0px 10px;
        font-size: 7px;
        line-height: 20px;
        margin: 0px !important;
    }

    #carouselExampleIndicators a.button-btn span {
        display: none;
    }

    #carouselExampleIndicators h5 {
        font-size: 15px;
        line-height: 1.5;
    }

    .thankyouContent p {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #carouselExampleIndicators p {
        font-size: 12px;
        line-height: 1.2;
        padding: 10px 0;
    }

    .blog-box .blog-content h6 {
        height: 45px;
        margin: 0 0 10px 0;
    }

    .contact-main-wrapper {
        height: 190px;
    }

    .blog-page-main-container .blog-single-main-page .blog-box .blog-content {
        padding: 20px 0;
    }

    .service-main-page-wrapper .slider-change-icon {
        overflow: scroll;
    }

    .blog-box .img-icon img {
        height: 350px;
        width: 100%;
    }

    #appointmentDanger {
        align-items: center !important;
    }

    .footer-main-wrapper h4 {
        margin-top: 0px;
    }

    .footer-main-wrapper {
        float: left;
        width: 100%;
        padding: 100px 0 0px 0;
        /* background-image: url(../images/footer-bg.png); */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .logoDesign {
        height: 60px;
        width: 130px;
    }

    .contact-main-wrapper {
        margin: 82px 0 0px 0;
        display: flex;
        align-items: center;
        height: 7rem;
    }
    .contact-main-wrapper iframe {
        width: 106%;
        transform: translate(-11px, 0px);
    }

    .alltreatmentLead {
        margin-top: 30px;
    }

    .ourTreatment .col-md-2 {
        flex: 0 0 auto;
        width: 45%;
    }

    .ourTreatment .col-md-2 h6 {
        font-size: 15px !important;
    }

    .treatmentIconList {
        height: 110px;
    }
    .treatmentIcon {
        height: 47px;
        width: 47px;
    }

    .treatmentIcon {
        margin-top: 10px;
    }

    .alltrrr .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .treatmentList-content {
        height: 55px;
    }

    .fttoek .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .daysSec {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .time-wrapper .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .time-wrapper .col-md-8 {
        flex: 0 0 auto;
        width: 50%;
    }

    .footer-main-wrapper h4 {
        font-size: 17px;
    }

    .sb-footer-section {
        margin: 0px !important;
    }

    .navbarHeight {
        height: 80px;
    }

    .image-section img {
        margin-top: 20px;
    }

    /* .planDesign{
  margin-top: 20px;
 } */
}

@media (max-width: 600px) {
    .alltrrr .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
        /* height: 100%; */
    }

    .blog-box .treatmentimages {
        height: 200px;
        width: 100%;
    }

    .treatmentList-content {
        height: 100px !important;
    }

    #palnButton {
        align-items: center;
    }
}

.modal-content {
    border-radius: 25px !important;
}

.modal-title {
    font-size: 25px;
}

.loginModal {
    top: 27px;
}

.modal-footer {
    border: none !important;
    padding: 0px;
}

.modal-footer button {
    width: 100%;
    border-radius: 10px;
}

.modalColorChange {
    /* text-align: center; */
    width: 100%;
}

.modalColorChange a {
    text-decoration: none;
}

.modalImg {
    text-align: center;
}

.modalImg img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 5px;
}

.modalImg h5 {
    font-size: 20px;
}

.ujm {
    color: #0153a1;
    font-size: 14px;
}

.modal-body {
    padding: 3rem;
}

#appointmentDanger {
    margin-top: 30px;
}

#appointmentchange {
    margin-bottom: auto;
}

.allError {
    color: #0153a1;
    font-size: 14px;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    background-color: #fff;
}

.carousel-indicators .active {
    /* background-color: #000; */
    background-color: #0153a1;
}

.sliderIndi {
    /* border: 1px solid #fff; */
    /* border:1px solid transparent; */
    height: 22px;
    width: 22px;
    margin: 0 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header {
    display: none;
}

@media (max-width: 767px) {
    .modal-header {
        padding: 10px 1rem;
    }

    .modal-body {
        padding: 1rem 1rem;
    }

    .form-section {
        margin: 15px 0 0 0;
    }

    .footer-main-wrapper section p,
    .footer-main-wrapper .time-wrapper ul li,
    .footer-main-wrapper .links ul li a,
    .footer-main-wrapper .sb-footer-section ul li a {
        font-size: 10px;
    }

    .footer-main-wrapper .links ul li,
    .footer-main-wrapper h4 {
        padding-bottom: 0px;
    }

    .footer-main-wrapper .sb-footer-section ul li .footer-media li {
        padding-right: 5px;
    }

    .footer-main-wrapper .sb-footer-section ul li .footer-media li a {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .footer-main-wrapper .pb-4 {
        padding-bottom: 0rem !important;
    }

    .treatMentSLider {
        height: 520px !important;
    }

    .img-icon-all {
        height: 300px;
    }

    .pt-section-4 .p-box-4 .btn-6 {
        position: static;
    }
}

.readMroel {
    background-color: #0153a1;
    color: #fff;
    padding: 5px 20px 8px 20px;
    border-radius: 25px;
    font-size: 12px;
}

.book-appointment-btn {
    background-color: #0153a1 !important;
    color: #fff !important;
}
.book-appointment-btn:hover {
    background-color: #fff !important;
    color: #0153a1 !important;
    border: 2px solid #0153a1 !important;
}
.treatMentSLider {
    height: 560px !important;
    margin: 0 !important;
}

.w3-row.p {
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.w3-row.p > .w3-col {
    padding: 10px;
    margin: 0px 50px;
}

.w3-col.s6 {
    width: 24.99999%;
    float: left;
}

.w3-center {
    text-align: center !important;
}

.d_p_box {
    padding: 10px;
    position: relative;
}

.d_p_box:before {
    content: "";
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    position: absolute;
    top: 60px;
    left: -1px;
    right: -1px;
    bottom: 29px;
}

.d_p_box_inner {
    padding: 10px;
    background: #fffaf5;
    border-radius: 6px;
    position: relative;
}

.d_p_box_inner h4 {
    color: #4e3224;
    font-size: 22px;
    /* text-transform: uppercase; */
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
}

.d_p_box_inner img {
    width: 100%;
}

.d_p_box a {
    position: relative;
    margin-top: 0px;
    background: #0153a1;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.select-options {
    height: 150px;
    max-width: 100%;
    /* overflow:scroll; */
    overflow-y: scroll;
    padding-right: 20px;
    /* background-color: #F4F4F4; */
    background-color: #f9f9f9;
    /* background-color: */
    border-radius: 10px;
    padding-bottom: 8px;
}

.select-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 5px;
}

.select-options::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.select-options::-webkit-scrollbar-thumb {
    background-color: orange;
    border: 2px solid white;
    border-radius: 5px;
}

/* ---------------------------plan------------------------------ */
.updent-bx {
    position: relative;
}

.updent-bx:after {
    content: "";
    /* border: solid 1px #cbcbca; */
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.dent-plan-bx {
    background-color: #fff;
    border-radius: 7px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin: 12px;
    z-index: 9;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 7px;
}

.planImg {
    width: 100%;
    height: auto;
}

.planImg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.dent-plan-bx .dental-helth-cnt {
    padding: 15px 0px 15px;
    position: relative;
}

.dental-helth-cnt {
    text-align: center;
    padding: 15px 15px 39px;
}

.dent-plan-bx .dental-helth-cnt h4 {
    font-size: 1rem;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-weight: 500;
}

.dent-plan-bx .dental-helth-cnt p {
    font-size: 1.5rem !important;
    font-weight: 500;
}

.back-btn.helt-buy-btn {
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.back-btn {
    background-color: #0153a1;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.5s;
    border: 1px solid #0153a1;
}

.back-btn:hover {
    background: transparent;
    color: #0153a1;
}

/* ----------------------main Modal------------------------------ */
.mainModal .modal-body {
    padding: 0rem;
}

.mainModal .modal-content {
    overflow: hidden;
}

.mainModal .form-input {
    padding: 2rem;
    background-color: #f3f7fb;
}

.mainModal .modalImg {
    background-color: #4a4a4a29;
    border-radius: 10px 10px 0px 0px;
    height: 100px;
    position: relative;
}

.mainModal .modalImg button {
    position: absolute;
    right: 25px;
    top: 40px;
    color: #fff;
}

.mainModal .modalImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: none;
}

.mainModal h4 {
    text-align: center;
    color: #000;
    font-size: 22px;
    line-height: 1.1;
    padding-bottom: 10px;
}

.mainModal h6 {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #452c20;
    font-family: "Raleway", sans-serif;
    padding-bottom: 20px;
    text-align: center;
}

.mainModal .select {
    /* border: 1px solid #0153a1; */
    border-radius: 25px;
    margin: 10px 0 10px 0;
    height: 40px;
}

.mainModal .select .select-styled {
    background-color: transparent;
    padding: 5px 20px;
    overflow: auto;
}

.mainModal .input-group {
    padding: 7px 0;
}

.mainModal .select-options {
    height: 200px;
}

.jobData .select {
    height: 40px;
    border-radius: 25px;
    padding: 0 15px;
    border: 1px solid #0153a1;
    background-color: transparent;
}

.jobData .form-section .select {
    color: #ddd;
}

.jobData .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    background: transparent;
    padding: 5px 20px;
    transition: all 0.2s ease-in;
}

/* -----------------------------Career page---------------------------- */
.idel-workspace {
    width: 100%;
    display: block;
    float: left;
    margin: 30px 0px;
}

.inner-work {
    padding: 30px 40px;
    box-shadow: 0px 0px 4px #d0d0d0;
    margin-bottom: 20px;
    border-radius: 15px;
}

.inner-work h3 {
    color: #4a4a4a;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 14px;
    font-weight: 600;
}

.inner-work p {
    font-size: 16px;
    color: #464646;
    line-height: 23px;
}

.careers_detail .awareness-table {
    background: #ffeddd;
    width: 100%;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.careers_detail .awareness-table,
.careers_detail .awareness-table th,
.careers_detail .awareness-table td {
    border: 1px solid #fff;
    border-collapse: collapse;
}

.careers_detail .awareness-table thead {
    border-radius: 6px;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
    /* background-image: linear-gradient(to top, #704a36, #503425); */
}

.awareness-table th {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    /* background: #7c3700; */
    background-color: #0153a1;
    border-color: #4a2e20;
    text-transform: uppercase;
}

.awareness-table thead tr th {
    padding: 15px 10px !important;
}

.awareness-table th,
.awareness-table td {
    line-height: 22px;
    padding: 10px 0;
}

.strip-sec {
    background-color: #fff9f4;
}

.doc_book_an_apt {
    background-color: #0153a1;
    color: #fff !important;
    padding: 10px 35px;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    width: 145px;
}

#locaton-jobs {
    width: 100%;
    padding: 10px;
    border: 1px solid #0153a1;
    border-radius: 18px;
    height: 43px;
    background: #fff;
    color: #000;
    margin: 0 0 20px 0;
}

#resumeUpload {
    color: #0153a1;
}

/* clock// */

.patientSafety li {
    list-style: auto;
    margin-top: 10px;
    margin-left: 34px;
}

.patientdata span {
    color: #0153a1;
}

.patientHeading {
    color: #0153a1;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

/* password change// */

#recovery-passwordData {
    margin-top: 30px;
}

.recoverydata {
    margin-top: 25px;
}

#newpassButton {
    margin-top: 25px;
}

#dataerror {
    margin-top: 15px;
}

.recoverydataand {
    margin-top: 35px;
}

.headingData {
    margin-top: 80px;
    color: #0153a1;
}

.my-plan span {
    font-size: 18px;
}

.my-plan {
    padding: 0 !important;
}

.myPlanBg {
    background-color: #0153a1;
}

.myPlanBg h4 {
    font-size: 20px;
    color: #fff;
    padding: 8px 0;
}

.fas fa-angle-double-up {
    margin-top: 50px;
}

/* -------------------safetyPage-------------------- */
.qImg {
    height: 100px;
}

.qImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.patient_se {
    padding: 50px 0;
}

.patient_se h5 {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}

.patient_se h5 a {
    color: #0153a1;
}

.patient_se h4 {
    color: #0153a1;
    font-size: 24px;
    padding: 10px 0 0 0;
}

.patientList {
    padding: 10px 0 0 20px;
}

.patientList li {
    list-style-type: auto;
    padding: 10px 0;
}

.safetyInstrumentImg {
    box-shadow: 5px 5px 27px -7px rgb(0 0 0 / 50%);
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
}

.safetyInstrument h3 {
    color: #0153a1;
    font-size: 24px;
    padding: 10px 0 0 0;
}

.stepSec h3 {
    color: #0153a1;
    font-size: 24px;
    padding: 10px 0 0 0;
}

.safMainH {
    border-left: 5px solid #0153a1;
    padding: 0px 12px;
    font-size: 28px;
    display: inline-block;
    color: #4f3325;
}

.appointmentimmmmm {
    height: 39rem;
    padding: 2rem 0 0 0;
}

.appointmentimmmmm img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 16px -8px gray;
    border-radius: 10px;
}

/* --------------------------------------------------------------- */
#surgerySlider .item {
    padding: 10px;
}

#surgerySlider .shadow-effect {
    text-align: left;
}

#surgerySlider .shadow-effect h3 {
    font-size: 24px;
    padding: 10px 0 0 0;
}

#surgerySlider .surgerySliderImg {
    height: 200px;
}

#surgerySlider .surgerySliderImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.succeMod {
    position: relative;
}

.blog_img {
    cursor: pointer;
}

.closeModal {
    position: absolute;
    right: -7px;
    top: -7px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    border-radius: 10px;
}

.successModalImg {
    height: 400px;
}

.successModalImg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.worksSlider {
    padding: 40px 0;
    background: #fff;
}

.worksSlider .item {
    padding: 10px;
}

.img-circle {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.img-circle img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ourW {
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    border: 1px solid transparent;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 17rem;
}

.ourW:hover {
    border: 1px solid #ffb500;
}

.teamSec {
    padding: 40px 0;
}

.teamSec .row {
    display: flex;
    gap: 20px;
}

.teamSec .card {
    width: 240px;
    background: #fff;
    padding: 15px;
    transition: 0.5s;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
}

.teamSec .card:hover {
    box-shadow: 0px 3px 10px 5px #e9e9e9;
}

.teamImg {
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

.teamSec .card img {
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #ddd;
}

.teamSec .card h4 {
    font-size: 18px;
}

.teamSec .card p {
    font-size: 80%;
    color: #444;
    line-height: 1.6;
}

.teamSec .card a {
    background: var(--btn, #000);
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    display: block;
    border-radius: var(--br);
    text-decoration: none;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .teamSec .row {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

    .teamSec .card {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 420px) {
    .teamSec .card {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

.profilePage {
    padding: 40px 0;
}

.profileDetail {
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}

.profileDetail h4 {
    font-size: 16px;
}

.fotterData {
    padding-left: 38px;
}

.sendotpbtn {
    background-color: #0153a1;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #0153a1;
}

.blue_bg {
    background-color: #0153a1 !important;
}

.half_color_blue {
    color: #0153a1 !important;
}

.top_menu_header {
    border-bottom: 2px solid #cacaca;
    background-color: #0153a1;
}

.white {
    color: #fff !important;
}

#contenet {
    background: #fcb900 !important;
}

.enquiry_background {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    width: 100%;
    height: 500px;
}

.enquiry_section {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.enquiry_section_h4 {
    line-height: 48px;
    font-weight: 600;
}

.profile_section_update {
    margin-top: 90px;
    width: 500px;
    height: 350px;
}
.profile_section_update_2 {
    margin-top: 90px;
    width: 500px;
    height: 450px;
}
.login_form_data {
    margin: 50px auto;
    padding: 0 30px;
}
.contact-main-wrapper {
    height: 200px;
}
.contact-main-wrapper .sb-contact-section {
    display: block;
    background: rgba(255, 255, 255, 0.3);
    padding: 20px 20px;
    border-radius: 15px;
    margin-top: 22px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    #why-choose-homePage {
        .left {
            .row {
                flex-direction: row-reverse;
            }
        }
    }
    #carouselExampleIndicators {
        height: 240px !important;
        overflow: hidden;
        margin: 80px 0 0 0 !important;
    }
    .appointmentimmmmm {
        height: auto !important;
        padding: 2rem 0 0 0;
        display: none !important;
    }
    .contact-main-wrapper {
        height: 277px !important;
    }
    .contact-main-wrapper .sb-contact-section {
        margin-top: 45px;
    }
    .login_form_data {
        margin: -77px auto;
        padding: 0 30px;
    }
    .profile_section_update {
        margin-top: 90px;
        width: 500px;
        height: auto;
    }
    .profile_section_update_2 {
        margin-top: 0px;
        width: 500px;
        /* height: auto; */
    }
    .extra_div_hide {
        display: none;
    }

    .planImg img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .fttoek {
        padding: 168px 0 0 19px;
    }
    .enquiry_section {
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .enquiry_background {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
        width: 100%;
        height: 400px;
    }
    .enquiry_section_h4 {
        line-height: 38px;
        font-weight: 600;
        padding: 10px;
    }

    .col-md-3 .links h4 {
        margin-bottom: 15px;
    }
    .col-md-2 .links h4 {
        margin-bottom: 15px;
    }

    .mainModal h4 {
        text-align: center;
        color: #000;
        font-size: 15px;
        line-height: 1.1;
        padding-bottom: 10px;
    }

    .mainModal h6 {
        font-size: 14px;
        line-height: 1.1;
        font-weight: 600;
        color: #452c20;
        font-family: "Raleway", sans-serif;
        padding-bottom: 10px;
        text-align: center;
    }

    .mainModal .input-group {
        padding: 2px 0;
    }

    .mainModal .form-input {
        padding: 1.2rem;
        background-color: #f3f7fb;
    }

    /* #why-choose-homePage .contant-div span {
        display: none;
    } */
}

.treatment_list_h3 {
    padding-top: 0px !important;
}

* {
    font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 700px) {
    #treatment-detail-submenu {
        padding: 0.5rem 0.5rem;
        margin-top: 22.5rem !important;
    }
    #treatment-detail-submenu .justify-content-between {
        justify-content: space-between !important;
        width: 100%;
        background-color: #efefef;
        border-radius: 1rem;
        padding: 2rem 1rem;
        flex-direction: column !important;
        margin: 15.5rem 0 0 0;
        border: 1px solid orange;
    }
    #treatment-detail-submenu .justify-content-between a {
        font-size: 1.2rem;
        line-height: 2.5rem;
    }

    #treatment-detail-submenu .justify-content-between a:hover {
        color: black;
    }
    #treatment-detail-submenu .justify-content-between a:focus {
        color: black;
    }
    #treatment-detail-submenu .justify-content-between span {
        font-size: 1.2rem;
        margin: 1rem 0;
    }
}

#treatment-detail-submenu {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
}
#treatment-detail-submenu .treamentAnchorTags {
    gap: 0rem 1rem;
    justify-content: center;
    width: 100%;
    border-radius: 1rem;
    padding: 2rem 1rem;
    margin: 0.5rem 0 0 0;
    border: 1px solid orange;
}
#treatment-detail-submenu .treamentAnchorTags a {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0.5rem 0;
    font-weight: 500;
    padding: 0 1rem;
    box-shadow: 0px 0px 20px -8px gray;
    padding: 1rem 1rem;
    justify-content: center !important;
    border-radius: 10px;
}

#treatment-detail-submenu .treamentAnchorTags a:hover {
    background-color: #fcb900;
    color: black;
}
#treatment-detail-submenu .treamentAnchorTags a:focus {
    color: black;
}
#treatment-detail-submenu .treamentAnchorTags span {
    font-size: 1rem;
    margin: 0rem 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
}

* {
    font-family: "Poppins", system-ui !important;
}
p {
    font-size: 14px !important;
    font-weight: 500;
    color: black;
}

.service-main-page-wrapper h2 {
    font-weight: 400 !important;
    font-family: "Montserrat", system-ui !important;
}
.service-main-page-wrapper .inner-h {
    font-weight: 400 !important;
    font-family: "Montserrat", system-ui !important;
}

/* #home-counter{
 background-color: #0038e3; 
} */

#home-counter .count-up {
    border: none;
    background-color: unset;
    box-shadow: unset;
    color: white;
    border: 2px solid #fcb900;
}
#home-counter .count-up h3 {
    color: #0153a1;
}
#home-counter .count-up p {
    color: #0153a1;
}

#home-counter .count-up .counter-icon img {
    width: 50px;
    height: 50px;
    fill: #0153a1;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    filter: unset;
}

#aboutTwoDiv img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 20px -8px gray;
    margin: 0.5rem;
}

#aboutThreeDiv img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 20px -8px gray;
    margin: 0.5rem;
}

#aboutTwoDiv,
#aboutThreeDiv {
    align-items: center;
}
.mainModal .select {
    border: none;
}

.service_icon_style {
    width: 22px;
    margin-left: 9px;
}

select#office-select {
    padding: 10px;
    border-radius: 21px;
    border: 1px solid #0153a1;
    width: 100%;
}

.home-hero-section {
    margin-top: 8.25rem;
    .col-12 {
        padding: 0;
    }
    .swiper-slide {
        img {
            width: 100%;
        }
    }
}

@media screen and (min-device-width: 769px) and (max-device-width: 1439px) {
    #carouselExampleIndicators {
        /* height: 240px !important; */
        overflow: hidden;
        margin: 80px 0 0 0 !important;
    }
    .appointmentimmmmm {
        height: auto !important;
        padding: 2rem 0 0 0;
        display: block !important;
    }
    .contact-main-wrapper {
        height: 250px !important;
    }
    .contact-main-wrapper .sb-contact-section {
        margin-top: 45px;
    }
    .profile_section_update {
        margin-top: 130px !important;
        width: 500px;
        height: 350px;
    }
    .profile_section_update_2 {
        margin-top: -43px !important;
        margin-left: 8rem !important;
        width: 500px;
        height: 450px;
    }
}

.footer-main-wrapper {
    .contact-info-div {
        span {
            img {
                width: 22px;
                margin-right: 5px;
            }
        }
    }
    .useful-links {
        li {
            a {
                span {
                    img {
                        width: 20px;
                        margin-right: 5px;
                    }
                }
            }
        }
    }
}

.footer-main-wrapper .footer-media {
    span {
        img {
            width: 100% !important;
        }
    }
}
.inner-h {
    margin: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 5px !important;
    .MsoNormal {
        margin: 0 !important;
    }
    p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 5px !important;
        margin: 0px;
    }
    span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 5px !important;
    }
}
.treatment-list-page-section {
    .inner-h {
        margin: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 5px !important;
        .MsoNormal {
            margin: 0 !important;
        }
        p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 5px !important;
            margin: 0px;
        }
        span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 15px !important;
        }
    }
}
.treatmentList-content {
    p {
        line-height: 20px;
        font-weight: 400;
        font-size: 12px !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    span {
        line-height: 20px;
        font-weight: 400;
        font-size: 12px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0 !important;
    }
}
.inner-h {
    p {
        line-height: 5px !important;
        font-weight: 400;
        font-size: 12px !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    line-height: 5px !important;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    span {
        line-height: 30px !important;
        font-weight: 400;
        font-size: 12px !important;
        letter-spacing: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.treatmentDetail-content {
    h6 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        .col-lg-8 {
            .mt-25 {
                margin-top: 0px !important;
            }
            p {
                line-height: 20px !important;
                font-weight: 400;
                font-size: 12px !important;
                letter-spacing: 0 !important;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            span {
                line-height: 20px !important;
                font-weight: 400 !important;
                font-size: 12px !important;
                letter-spacing: 0 !important;
            }
        }
    }
}

.contact-page-section {
    .inner-h {
        line-height: 30px !important;
        margin-bottom: 1rem !important;
        font-size: 1.75rem;
    }
}

#heading1 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}
#heading2 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}
#heading3 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}
#heading4 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}
#heading5 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}
#heading6 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}
#heading7 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}
#heading8 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}
#heading8,
#heading9,
#heading10,
#heading11,
#heading12,
#heading13,
#heading14,
#heading15,
#heading16,
#heading17,
#heading18,
#heading19,
#heading20,
#heading21,
#heading22,
#heading23 {
    line-height: 30px !important;
    strong {
        line-height: 30px !important;
    }
}

#appointmentchange {
    .inner-h {
        line-height: 30px !important;
        font-size: 1.75rem;
        margin-bottom: 1.5rem !important;
    }
}

.form-section {
    .inner-h {
        line-height: 30px !important;
        font-size: 1.75rem;
        margin-bottom: 1.5rem !important;
    }
}
.phone-banner-section {
    display: none;
}

.home-work-slider-1 {
    margin: 0;
    padding: 0 !important;
}

.home-work-slider-2 {
    margin: 0;
    padding: 0 !important;
}

.image-plan-detail-page-product {
    width: 25%;
    height: auto !important;
    border-radius: 5px;
    margin-bottom: 1rem;
}

/* my manual Css */

.table-of-content-section {
    margin-top: 1.5rem;

    .container {
        .row {
            .col-12 {
                .inner-div {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 1rem;
                    align-items: center;
                    justify-content: center;
                    padding: 2.75rem 0;
                    border: 1px solid orange;
                    border-radius: 10px;
                    h4 {
                        font-size: 1.5rem;
                        font-weight: 700;
                    }
                    a {
                        padding: 0.5rem 0 !important;
                        margin: 0 !important;
                        height: auto !important;
                        span {
                            background-color: cyan;
                            padding: 0.5rem 1.25rem;
                            border-radius: 10px;
                            background-color: white;
                            /* box-shadow: 0px 0px 20px -8px gray; */
                            box-shadow: gray 0px 0px 20px -8px;
                            transition: 0.3s;
                            &:hover {
                                background-color: orange;
                                color: black;
                            }
                        }
                    }
                }
            }
        }
    }
}

.enquiry-form-with-img {
    margin: 4rem 0;
    .form-div {
        > div {
            padding: 20px 10px !important;
        }
    }
    form {
        margin: 1rem 0;
        padding: 1.5rem;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 7px;
        select {
            margin: 1rem 0;
        }
        #treatmentButton {
            margin-top: 2rem;
            &:hover {
                opacity: 0.85;
            }
        }
    }
    .img-div {
        background-color: #e7e7e7;
        padding: 10px;
        border-radius: 15px;
        height: fit-content;
        img {
            width: 100%;
            border-radius: 15px;
        }
    }
    h4 {
        strong {
            display: inline-block;
            border-left: 5px solid #0153a1;
            padding: 0px 12px;
        }
    }
}

.content-section {
    .table-div {
        background-color: #e6e6e6;
        padding: 10px;
        margin-top: 3rem;
        border-radius: 5px;
    }
    h5 {
        font-size: 1.25rem !important;
        margin: 1rem 0;
        strong {
            display: inline-block;
            border-left: 5px solid #0153a1;
            padding: 0px 12px;
        }
    }

    p,
    li {
        font-size: 14px !important;
        font-weight: 400;
        color: #383838;
        span {
            font-size: 14px !important;
            font-weight: 400;
            color: gray;
        }
    }
    p {
        line-height: 22px;
    }

    .firstUl {
        padding: 0 1.75rem;
        margin-bottom: 1rem;
    }
    .secondUl {
        padding: 0 1.75rem;
        margin-bottom: 1rem;
    }
    .thirdUl {
        padding: 0 1.75rem;
        margin-bottom: 1rem;
    }
    .fourthUl {
        padding: 0 1.75rem;
        margin-bottom: 1rem;
    }

    li {
        color: black;
        list-style: disc;
    }
    th,
    td {
        font-size: 14px !important;
    }
    table,
    th,
    td {
        border: 1px solid black;
        padding: 10px 20px;
        line-height: 20px;
    }
    table {
        margin-top: 2rem;
    }
}

/* my manual Css */

.plans-page-pricing-para {
    font-family: "Montserrat" !important;
    span {
        font-family: "Montserrat" !important;
        font-size: 1.5rem;
        font-weight: 600;
    }
}
#planButton {
    font-family: "Montserrat" !important;
    font-weight: 600;
}

.dental-implant-main-page-section {
    .col-12 {
        > h5 {
            text-transform: uppercase;
        }
    }
}

.blog-single-main-page {
    h1 {
        line-height: 30px !important;
        font-size: 1.75rem !important;
        margin-top: 5rem !important;
    }
    h2 {
        line-height: 30px !important;
        margin-top: 1rem !important;
        span {
            font-size: 1.25rem !important;
        }
    }
}

.contact-page-section {
    .row {
        > div {
            span {
                display: flex;
                align-items: center;
                justify-content: center;
                img {
                    width: 80%;
                    filter: invert(90);
                }
            }
        }
    }
}

@media (max-width: 720px) {
    .contact-page-section {
        .row {
            .col-md-6 {
                &:last-child {
                    padding: 15px;
                }
            }
            > div {
                padding: 0;
                section {
                    padding: 0;
                    margin: 0;
                    padding: 20px 20px;
                }
                > div {
                    padding: 0;
                }
                span {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: auto;
                    img {
                        width: 40px;
                        height: 40px;
                        filter: invert(90) !important;
                        padding: 5px;
                    }
                }
            }
        }
    }

    .contact-page-section {
        .row {
            padding: 10px;
        }
    }

    .blog-single-main-page {
        h1 {
            margin-top: 0px !important;
        }
    }
    .blog-page-main-container {
        .row {
            padding: 10px;
        }
    }
    .enquiry-form-with-img {
        margin-bottom: 0 !important;
    }

    .image-plan-detail-page-product {
        width: 75%;
        height: auto !important;
        border-radius: 5px;
        margin-bottom: 1rem;
    }
    .treatment-list-page-section {
        .row {
            /* background-color: blue; */
            padding: 5px;
            a {
                /* background-color: green; */
                padding: 10px 5px;
                margin: 0rem 0;
                width: 50%;
                height: auto;
                p {
                    margin: 0 !important;
                }
                .col-lg-8 {
                    padding: 0 !important;
                }
                #blogData {
                    line-height: 20px;
                }
                h6 {
                    height: auto !important;
                    p {
                        margin: 0;
                    }
                }
            }
        }
    }
    #why-choose-homePage .container .row .mid .imgageDiv img {
        width: 50%;
    }
    #why-choose-homePage .container .row .mid .imgageDiv {
        display: flex;
        justify-content: center;
    }

    .desktop-banner-section {
        display: none;
    }
    .phone-banner-section {
        display: block;
    }
    #customers-testimonials .owl-item.active.center .item {
        padding: 10px !important;
    }

    .table-of-content-section {
        & .container {
            & .row {
                padding: 10px 5px;
                & .col-12 {
                    .inner-div {
                        flex-wrap: nowrap;
                        flex-direction: column;
                        align-items: start;
                        justify-content: start;
                        padding-left: 10px;
                        gap: 0.5rem 0;
                        a {
                            box-shadow: -1px 0px 10px -4px gray;
                            padding: 10px 17px !important;
                            margin: 5px 10px !important;
                            border-radius: 5px;
                            width: 90%;
                            span {
                                font-size: 14px;
                                padding: 0;
                                box-shadow: unset;
                            }
                        }
                    }
                }
            }
        }
    }

    .content-section {
        padding: 10px;
    }

    #sidebar #cssmenu ul .has-sub ul li a {
        padding: 10px 10px 10px 35px;
    }

    #appointmentchange {
        .row {
            gap: 0;
            > div {
                padding: 20px;
            }
        }
    }

    .appointment-tracker-page-main {
        margin-top: -2rem !important;

        .form-section .form-input .row {
            row-gap: 0 !important;
            .text-center {
                font-weight: 600;
                font-size: 1.5rem;
            }
        }
        .row {
            > div {
                padding: 5px 20px;
            }
        }
    }

    #plans-page-main-section {
        padding: 0px;
        .dent-plan-bx .dental-helth-cnt h4 {
            padding: 0 10px;
            font-size: 14px;
        }
        .row {
            padding: 20px;
            justify-content: space-between;
            > div {
                width: 48% !important;
                padding: 0;
                margin: 0;
                .updent-bx {
                    padding: 0;
                    margin: 0;
                }
                .dent-plan-bx {
                    padding: 0;
                    margin: 0;
                }
            }
        }
    }

    .home-work-slider-1 .owl-item {
        width: 280px !important;
    }

    .footer-main-wrapper {
        margin: 2rem 0 0 0;
        padding: 0;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0%;
        background-position: 0rem 1rem;
        background-color: #065dac;
        border-radius: 25px 25px 0 0;
        .container {
        }
        .fttoek {
            padding: 2rem 0 0 0;
            margin: 0;
        }
    }

    .top_menu_header {
        display: block !important;
        .row {
            .justify-content-end {
                display: none !important;
            }
            .col-md-6 {
                .navbar-expand-lg{
                    width: 100%;
                }
                .navbar-nav {
                    display: flex;
                    flex-direction: row !important;
                    justify-content: center !important;
                    align-items: center !important;
                    width: 100% !important;
                    li {
                        padding: 0px !important;
                        &:first-child {
                            width: 30% !important;
                        }
                        &:last-child {
                            width: 65% !important;
                            padding: 0 !important;
                            margin: 0 !important;
                            height: auto !important;
                            a {
                                    text-align: end;
                              
                            }
                        }

                        a {
                            padding: 0 !important;
                            margin: 0 !important;
                            width: 100% !important;
                            &::after {
                                display: none !important;
                            }
                            font-size: 0.75rem;
                            span {
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }
    
    

#aboutThreeDiv{
    .contentDiv{
        
        padding-bottom: 4rem;
    }
     
    padding: 0 11px !important;
    >div{
        &:first-child{
            padding:0px !important;
        }
    }
}


#aboutTwoDiv{
    .contentDiv{
        
        padding:20px 10px 10px 10px;
    }
     
    padding: 0 11px !important;
   
        >div{
 
            
                
                padding:0px;
            
        }

}

#abouttitle{
    
    .image-section{
        padding:0px;
    }
    .about-content {
        padding:0px 10px;
    }
}

.safetyInstrument{
    
    .si-second-row,.si-fourth-row,.si-sixth-row,.si-eighth-row,.si-tenth-row{
        flex-direction: column-reverse;

    }
}


.safetyPage{
    .safetyInstrumentImg {
        height: auto !important;
        background-color: red;
        img{
            width:100%;
        }
    }
    padding:10px;
}
 
 .stepImg{
     display: none;
 }
.stepSec{
    .row{
        
        padding:0px !important;
    }
}
.blog-main-wrapper{
    .row{
        padding:10px;
    }
}


}
