@charset "utf-8";
@font-face {
    font-family: Barlow;
    src: url("fonts/Barlow-Regular.eot");
    src: url("fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-Regular.woff2") format("woff2"), url("fonts/Barlow-Regular.woff") format("woff"), url("fonts/Barlow-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Barlow;
    src: url("fonts/Barlow-Bold.eot");
    src: url("fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-Bold.woff2") format("woff2"), url("fonts/Barlow-Bold.woff") format("woff"), url("fonts/Barlow-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Barlow;
    src: url("fonts/Barlow-Medium.eot");
    src: url("fonts/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-Medium.woff2") format("woff2"), url("fonts/Barlow-Medium.woff") format("woff"), url("fonts/Barlow-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Barlow;
    src: url("fonts/Barlow-SemiBold.eot");
    src: url("fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-SemiBold.woff2") format("woff2"), url("fonts/Barlow-SemiBold.woff") format("woff"), url("fonts/Barlow-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Barlow;
    src: url("fonts/Barlow-Light.eot");
    src: url("fonts/Barlow-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Barlow-Light.woff2") format("woff2"), url("fonts/Barlow-Light.woff") format("woff"), url("fonts/Barlow-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Caveat;
    src: url("fonts/Caveat-SemiBold.eot");
    src: url("fonts/Caveat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Caveat-SemiBold.woff2") format("woff2"), url("fonts/Caveat-SemiBold.woff") format("woff"), url("fonts/Caveat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: icomoon;
    src: url("fonts/icomoon.eot?i3y6gh");
    src: url("fonts/icomoon.eot?i3y6gh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?i3y6gh") format("truetype"), url("fonts/icomoon.woff?i3y6gh") format("woff"), url("fonts/icomoon.svg?i3y6gh#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}
.smooth-scroll, [data-scroll] {
    will-change: transform !important;
    position: relative
}
[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-location:before {
    content: "\e912"
}
.icon-whatsapp:before {
    content: "\e901"
}
.icon-telegram:before {
    content: "\e902"
}
.icon-share:before {
    content: "\e908"
}
.icon-youtube:before {
    content: "\e90c"
}
.icon-email-filled:before {
    content: "\e913"
}
.icon-telephone:before {
    content: "\e90b"
}
.icon-facebook:before {
    content: "\e903"
}
.icon-instagram:before {
    content: "\e904"
}
.icon-twitter:before {
    content: "\e909"
}
.icon-smartphone:before {
    content: "\e900"
}
.icon-email:before {
    content: "\e907"
}
.icon-left:before {
    content: "\e90f"
}
.icon-right:before {
    content: "\e910"
}
.icon-linkedin:before {
    content: "\e906"
}
.icon-left-arrow:before {
    content: "\e90d"
}
.icon-search:before {
    content: "\e905"
}
.icon-right-arrow:before {
    content: "\e90e"
}
.common_ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.teambox {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex
}
.btn_plain {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 30px 16px;
    margin: 0;
    background: #8ebc2b;
    background: linear-gradient(125deg, #8ebc2b 0, #3eb0ba 25%, #0f71a8 50%, #00122f 75%);
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    color: #fff;
    transition: all 1s
}
.btn_plain:hover {
    background: linear-gradient(30deg, #8ebc2b 0, #3eb0ba 25%, #0f71a8 50%, #00122f 75%)
}
.btn_plain span {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Barlow;
    font-weight: 600;
    color: #fff;
    width: 100%;
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
    transition: all .5s
}
.btn_plain:hover span {
    color: #fff
}
a {
    text-decoration: none;
    color: #000
}
*, button, button:focus, li, ol, ul {
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    outline: 0;
    list-style: none;
    padding: 0;
    margin: 0
}
body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    width: 100%;
    font-family: Barlow;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden !important;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%
}
body.off-hidden {
    overflow: hidden
}
.owl-stage-outer h1 {
    color: white;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0
}
p {
    font-family: Barlow;
    font-weight: 400;
    color: #000;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding: 0
}
.link {
    text-decoration: underline;
    color: #0f71a8
}
.inbig_para2 .link {
    text-decoration: none;
    color: #0f71a8
}
b, strong {
    font-weight: 600;
    color: #0f71a8;
    font-size: 17px
}
.juicer-feed h1.referral a {
    display: none !important;
}
.juicer-feed.referral {
    display: none !important;
}
#wrapper {
    padding-top: 140px;
}
.video-box {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 15px 50px -15px rgb(0 0 0 / 30%);
    overflow: hidden;
    margin: 30px 0;
}
.video-box video, .video-box iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.logo {
    width: 150px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.main_menu_inner li {
    padding: 0 10px;
}
.main_menu_inner li a {
    font-family: Barlow;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding: 3px 0 6px;
    position: relative
}
.main_menu_inner li a:not(.btn_clr):after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0f71a8;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.main_menu_inner li a:hover {
    color: #0f71a8
}
.main_menu_inner li a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}
.main_menu_inner li.active a {
    color: #0f71a8
}
.main_menu_inner li.active a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}
.main_menu_inner li a.btn_clr::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, #00122f 0, #0f71a8 25%, #3eb0ba 50%, #8ebc2b 75%);
    transition: all .5s
}
.main_menu_inner li a.btn_clr:hover:before {
    opacity: 0
}
.mobile-menu .btn_clr {
    margin-left: 15px;
}
.header {
    width: 100%;
    padding: 25px 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 0 transparent
}
.header.fixed {
    padding: 10px 0;
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, .1)
}
.header.fixed .logo {
    width: 80px;
}
.header.fixed .header_contact {
    display: none;
    opacity: 0;
    visibility: hidden
}
.header.sticky {
    position: fixed;
    top: 0;
    z-index: 111
}
.header.sticky .logo {
    width: 100px;
}
.header.sticky .tnavaln {
    padding-top: 15px;
}
.footer {
    background-image: url(../images/footer-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0;
    position: relative;
    overflow: hidden
}
.footer > .container {
    position: relative;
    z-index: 5
}
.footer:after {
    content: "";
    width: 110%;
    position: absolute;
    left: -5%;
    height: 150px;
    bottom: -50px;
    z-index: 2;
    background-color: #fff;
    display: block;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    transform: rotate(2deg)
}
.footer .footer-x {
    content: "";
    width: 350px;
    height: 120%;
    position: absolute;
    left: calc(100vw - 20%);
    top: -10%;
    z-index: 1;
    opacity: .1
}
.footer .footer-x img {
    width: 100%
}
.footer_heading {
    font-family: Barlow;
    font-weight: 400;
    color: #62abcf;
    font-size: 18px;
    padding: 0;
    margin: 0 0 15px;
}
.footer_box .common_ul {
    margin-bottom: 10px;
    display: block
}
.footer_box .common_ul li {
    margin-bottom: 3px;
}
.footer_box .common_ul li a {
    font-family: Barlow;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.footer_box .common_ul li a:after {
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
    transition: transform .3s cubic-bezier(.77, 0, .175, 1);
    transition: transform .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1)
}
.footer_box .common_ul li a i {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.footer_box .common_ul li a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}
.footer_box .common_ul.social_icon li {
    margin-left: 10px;
}
.footer_box .common_ul.social_icon li a {
    font-size: 20px;
    position: relative;
    transition: all .3s;
    transition: all .3s, all .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0
}
.footer_box .common_ul.social_icon li a:after {
    display: none !important
}
.footer_box .common_ul.social_icon li a:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    top: -2px;
}
.footer_box.footer_box1 .common_ul {
    display: flex;
    flex-flow: row wrap
}
.footer_box.footer_box1 .common_ul li {
    width: 50%
}
.footer_box.footer_box1 .common_ul li a::after {
    width: 100%
}
.footer_box p {
    font-family: Barlow;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
.map-link {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 6px;
    transition: all .5s
}
.map-link:hover {
    color: #fff;
    opacity: .8
}
.round_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 10px 30px 12px;
    margin: 0;
    font-family: Barlow;
    font-size: 16px;
    line-height: 1.2;
    color: #0f71a8;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: #fff;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.round_btn:hover {
    background-color: transparent;
    color: #fff
}
.footer_bottom {
    padding-top: 70px;
    padding-bottom: 30px;
}
.footer_bottom p {
    color: #565656;
    font-size: 14px;
    margin: 0
}
.footer_bottom p a {
    color: #565656;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.footer_bottom p a:hover {
    color: #000
}
.primary_title {
    font-family: Barlow;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 500;
    background: linear-gradient(to right, #8ebc2b 0, #3eb0ba 25%, #0f71a8 75%, #00122f 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -.02em;
    background-size: contain;
    color: #0f71a8;
    background-clip: text;
    display: inline-block;
    margin: 0 0 35px;
}
.title_tag {
    font-family: Barlow;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    top: 2px;
    display: block
}
.title_tag i {
    display: inline-block;
    margin-right: 10px;
}
.title_tag:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: #8ebc2b;
    background: linear-gradient(125deg, #8ebc2b 0, #3eb0ba 25%, #0f71a8 50%, #00122f 75%)
}
.insta_arrow .primary_title {
    position: relative
}
.insta_arrow .primary_title:before {
    content: "";
    width: 45px;
    height: 75px;
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -45px;
    top: -40px;
}
.section {
    padding: 90px 0
}
.section-insta {
    padding: 60px 0 0 0
}
.section-instahome {
    padding: 100px 0 0 0
}
.section-partner {
    padding: 90px 0 90px 0
}
.section-special {
    padding: 50px 0 90px;
}
.partner_slider {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 15px;
}
.partner_slider .item img {
    display: table;
    margin: 0 auto;
    width: 80%
}
.partner_slider .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.form_control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    letter-spacing: .02em;
    color: #101010;
    background-color: transparent
}
.form_control:focus {
    border-bottom-color: #0f71a8
}
.form_controlmess {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    letter-spacing: .02em;
    color: #101010;
    background-color: transparent
}
.form_controlmess:focus {
    border-bottom-color: #0f71a8
}
.buttonnew.button_gold1cont {
    color: #000;
    font-size: 21px;
    border-bottom: 3px solid #0f71a8
}
.form_group {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.buttonnew {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
    line-height: 1;
    padding: 7px 0;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: .02em;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
.big_parac {
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.big_parac i {
    padding-right: 7px;
    line-height: 31px;
}
.big_parac a {
    line-height: 2
}
.big_para {
    font-size: 22px;
    line-height: 1.4
}
.specializing_container .big_para, .team_container .big_para {
    width: 100%;
    margin: 0 auto 20px;
}
.specializing_slider {
    width: 100%;
    margin: 0 auto 20px;
}
.specializing_slider .item {
    padding: 20px 25px 60px;
}
.specializing_slider .special_box {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, .2)
}
.special_box {
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.special_box img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.special_txt {
    position: relative;
    padding: 30px 20px 20px; /*height: 210px;*/
}
.special_txt .icon {
    position: absolute;
    width: 65px;
    height: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 15px;
    border-radius: 50%;
    transition: all .3s
}
.special_txt .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
.special_txt p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.4;
    height: auto;
    overflow: hidden;
}
.special_txt h3 {
    font-family: Barlow;
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    margin: 0 0 10px;
}
.special_txt a {
    font-weight: 600;
    font-family: Barlow;
    display: inline-block;
    padding: 0 0 2px;
    color: #0f71a8;
    position: relative
}
.special_txt a:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
    transition: transform .3s cubic-bezier(.77, 0, .175, 1);
    transition: transform .3s cubic-bezier(.77, 0, .175, 1), -webkit-transform .3s cubic-bezier(.77, 0, .175, 1);
    position: absolute;
    background-color: #0f71a8
}
.special_txt a:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0)
}
.rmore {
    position: relative;
    font-weight: 600;
    font-family: Barlow;
    display: inline-block;
    padding: 0 0 2px;
    color: #0f71a8;
    position: relative;
    font-size: 16px !important
}
.rmore:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #0f71a8
}
.special_img {
    overflow: hidden
}
.special_img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.special_box:hover .special_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.inspecial_img {
    overflow: hidden
}
.inspecial_img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.special_box:hover .inspecial_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.img-hover-zoom {
    overflow: hidden;
    width: 100%
}
.img-hover-zoom img {
    width: 100%;
    transition: all .5s
}
.img-hover-zoom:hover img {
    transform: scale(1.1)
}
.team_container_main {
    margin-bottom: 60px;
}
.team_container_main li {
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px 15px rgba(0, 0, 0, .1)
}
.team_container_main li:hover .team_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.team_img {
    overflow: hidden;
    border-radius: 15px;
}
.team_img img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.team_desc {
    padding: 15px 15px;
}
.team_desc h5 {
    font-family: Barlow;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin: 0 0 2px;
}
.team_desc p {
    color: #0f71a8;
    font-size: 14px;
    margin: 0;
    height: 40px;
    overflow: hidden;
}
.bg_blue {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative
}
.bg_blue:after {
    content: "";
    width: 1px;
    height: 50%;
    background-color: #fff;
    left: 40%;
    opacity: .2;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}
.bg_blue {
    background-repeat: no-repeat;
    background-color: #0a53be;
    background-position: center;
    background-size: cover;
    background-image: url(../images/doc_bg.webp)
}
.team_container {
    background-color: #f2f2f2;
    position: relative;
    padding-top: 0;
    margin-top: 40px;
    padding-bottom: 120px;
}
.team_container > .container {
    z-index: 30;
    position: relative
}
.team_container:before {
    content: "";
    width: 100%;
    height: 230px;
    top: -120px;
    left: 0;
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../images/top-round-bg.webp);
    background-color: #fff;
    position: absolute;
    z-index: 5
}
.team_container:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -40px;
    left: 0;
    background-color: #f2f2f2;
    transform: skew(0, -2deg);
    z-index: 50
}
.drfive {
    padding: 160px 15px 70px 15px;
    background: #0a6faf;
    background: -moz-linear-gradient(-45deg, #0a6faf 0%, #0d173c 53%);
    background: -webkit-linear-gradient(-45deg, #0a6faf 0%, #0d173c 53%);
    background: linear-gradient(135deg, #0a6faf 0%, #0d173c 53%);
}
.doc_box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    text-align: left;
}
.doc_box > a:first-child {
    display: flex;
    margin-bottom: 20px;
}
.doc_box h3 {
    display: flex;
    width: 100%;
    font-family: Barlow;
    font-size: 20px;
    text-align: left;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
}
.doc_box1 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    text-align: left;
}
.doc_box1 h3 {
    display: flex;
    width: 100%;
    font-family: Barlow;
    font-size: 20px;
    text-align: left;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
}
.doc_box h3:last-child {
    margin-bottom: 0;
}
.doc_box .left {
    display: inline-flex;
    flex-flow: row wrap;
    width: 170px;
}
.doc_box .left img {
    display: inline-flex;
    flex: 1;
    height: 22px;
    object-fit: contain;
    object-position: left;
    margin: 0 0 6px 5px;
}
.doc_box1 h3:last-child {
    margin-bottom: 0;
}
.doc_box1 .left img {
    display: inline-flex;
    flex: 1;
    height: 22px;
    object-fit: contain;
    object-position: left;
    margin: 0 0 6px 5px;
}
.doc_box .ext-link {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    margin-left: 20px;
}
.doc_box .ext-link img {
    width: 180px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 0;
}
.doc_box1 .ext-link {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    margin-left: 20px;
}
.doc_box1 .ext-link img {
    width: 180px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 0;
}
.doc_box .profile-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex: 1;
}
.doc_box .media {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    background: #fff;
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
    width: 220px;
    margin-left: 25px;
}
.doc_box .media-img {
    width: 40px;
    height: 100%;
    margin-right: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.doc_box .media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.doc_box .media-body {
    flex: 1;
    padding: 0;
}
.doc_box .media-body img {
    width: 100%;
    height: 16px;
    object-fit: contain;
    object-position: left;
    filter: invert(1);
    margin-bottom: 5px;
}
.doc_box .media-body p {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 2px;
    margin: 0;
}
.secondary_head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.secondary_head img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.secondary_head p {
    font-family: Caveat;
    font-size: 25px;
    color: #a8a8a8;
    line-height: 1.3;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    margin: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.secondary_head2 {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: 60 !important
}
.secondary_head2 p {
    width: 550px;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px;
}
.secondary_head3 {
    width: 455px;
    position: absolute;
    right: 0;
    bottom: -150px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.secondary_head3:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.secondary_head3:hover p {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.position-relative {
    position: relative
}
.position-relative > .container {
    position: relative
}
.no_bottom_padding {
    padding-bottom: 0 !important
}
.secondary_head1 {
    width: 485px;
    position: absolute;
    right: -31px;
    bottom: -150px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    transform: rotate(7deg);
    z-index: 50
}
.secondary_head1:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.secondary_head1:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.home_banner_container {
    position: relative
}
.home_banner_container .owl-carousel.owl-drag .owl-item {
    z-index: 9
}
.home_banner.owl-carousel .owl-item .item {
    height: 480px;
}
.home_banner.owl-carousel .owl-item .item video {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.home_banner.owl-carousel .owl-item .item img {
    height: 100%;
    width: 100%;
    object-fit: cover
}
.home_banner_container:before {
    content: "";
    width: 100%;
    height: 65px;
    background-image: url(../images/banner_top.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 5
}
.home_banner_container:after {
    content: "";
    width: 100%;
    height: 65px;
    background-image: url(../images/banner_bot.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 5
}
.home_banner_container .overly {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3c8f8e;
    background: linear-gradient(97deg, #3c8f8e 0, #1777a8 18%, #1369a4 41%, rgba(129, 186, 66, 0) 100%);
    z-index: 4
}
.home_banner_container .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    height: 100%;
    margin: 0 auto;
    z-index: 6
}
.content_inner {
    max-width: 500px;
}
.content_inner h2 {
    font-family: Barlow;
    font-weight: 400;
    color: #fff;
    font-size: 52px;
    line-height: 1;
    letter-spacing: -.03em;
    margin-bottom: 10px;
}
.content_inner p {
    color: #fff
}
.header_contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    z-index: 5;
    top: -8px;
    right: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header_contact li {
    margin-left: 20px;
}
.header_contact li a {
    color: #0f71a8;
    font-family: Barlow;
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 17px;
}
.header_contact li a i {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.header_contact li a:hover {
    color: #000
}
.home_banner_dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 50;
    text-align: center
}
.home_banner_dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 0;
    border-radius: 50%;
    margin: 0 4px;
    outline: 0;
    cursor: pointer
}
.home_banner_dots .owl-dot.active {
    background-color: #fff
}
.home_banner_txt .btn_plain {
    background: #fff;
    transition: all .5s;
    text-transform: uppercase
}
.home_banner_txt .btn_plain:hover {
    background-color: #0f71a8
}
.home_banner_txt .btn_plain span {
    color: #0f71a8
}
.home_banner_txt .btn_plain:hover span {
    color: #fff
}
.home_banner_txt p {
    font-size: 18px;
    line-height: 1.3
}
.testi-slider .owl-dots {
    margin-top: 10px;
}
.testi-slider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: 0 0 !important;
    border: 1px solid #339ebc !important;
    border-radius: 50%;
    margin: 3px;
}
.testi-slider .owl-dot.active {
    background: #339ebc !important
}
.testi-slider.owl-carousel .owl-nav button.owl-next, .testi-slider.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -100px;
    overflow: hidden;
    bottom: -40px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center
}
.testi-slider.owl-carousel .owl-nav button.owl-prev {
    background: #f2f2f2 url("../images/left-arrow.webp");
    right: 50%
}
.testi-slider.owl-carousel .owl-nav button.owl-next {
    background: #f2f2f2 url("../images/right-arrow.webp");
    left: 50%
}
.quick_info {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 99;
    width: 45px;
    height: 86px;
}
.quick_info a {
    font-size: 20px;
    display: block;
    background-color: #fff;
    padding: 10px 12px;
    padding-right: 5px;
    margin-bottom: 3px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-decoration: none !important;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
    transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff
}
.quick_info a:nth-of-type(2) {
    background-color: #1ad641
}
.quick_info a:nth-of-type(1) {
    background-color: #0f71a8
}
.quick_info a:hover {
    width: 290px;
}
.quick_info a i {
    line-height: 26px;
    display: block;
    margin-right: 8px;
}
.quick_info a.call_quick {
    color: #fff
}
.quick_info a.call_quick i, .quick_info a i {
    font-size: 30px;
}
.quick_info a.call_whatsapp {
    top: 52px;
}
.quick_info .quick_info_txt {
    font-family: Barlow;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    display: inline-block
}
.team_box {
    position: relative;
    display: block
}
.team_img {
    position: relative
}
.team_container_main .team_ovrly {
    padding: 30px 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #81ba42;
    background: linear-gradient(111deg, rgba(129, 186, 66, .9) 3%, rgba(60, 143, 142, .9) 17%, rgba(58, 142, 143, .9) 19%, rgba(23, 119, 168, .9) 59%, rgba(9, 69, 136, .9) 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 50;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-120%) skew(5deg);
    -ms-transform: translateX(-120%) skew(5deg);
    -moz-transform: translateX(-120%) skew(5deg);
    transform: translateX(-120%) skew(5deg);
    transition: all .5s
}
.team_container_main .team_ovrly ul {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 20px;
    box-sizing: border-box;
    display: block
}
.team_container_main .team_ovrly li {
    background-color: transparent;
    box-shadow: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 5px;
}
.team_container_main .team_ovrly li:last-of-type {
    margin-bottom: 0
}
.team_box:hover .team_ovrly {
    -webkit-transform: translateX(0) skew(0);
    -ms-transform: translateX(0) skew(0);
    -moz-transform: translateX(0) skew(0);
    transform: translateX(0) skew(0);
    opacity: 1;
    visibility: visible
}
.team_box:hover .team_ovrly ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}
.arrow_side {
    padding: 0 20px;
}
.arrow_side .owl-nav .owl-next, .arrow_side .owl-nav .owl-prev {
    width: 17px;
    height: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    border-bottom: 3px solid #0f71a8 !important;
    border-right: 3px solid #0f71a8 !important;
    outline: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.arrow_side .owl-nav .owl-next span, .arrow_side .owl-nav .owl-prev span {
    display: none
}
.arrow_side .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg)
}
.arrow_side .owl-nav .owl-next {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.ourteam {
    position: relative
}
.ourteam .inheaderbg {
    background-image: url(../images/inheaderbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 144px;
    display: flex;
    align-items: center;
    position: relative;
}
.ourteam .inheaderbg .container {
    position: relative;
    z-index: 1;
}
.ourteam .inheaderbg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background: rgb(142, 188, 43);
    background: -moz-linear-gradient(45deg, rgba(142, 188, 43, 0.8) 0%, rgba(62, 176, 186, 0.8) 25%, rgba(15, 113, 168, 0.8) 50%, rgba(0, 0, 18, 0.8) 87%);
    background: -webkit-linear-gradient(45deg, rgba(142, 188, 43, 0.8) 0%, rgba(62, 176, 186, 0.8) 25%, rgba(15, 113, 168, 0.8) 50%, rgba(0, 0, 18, 0.8) 87%);
    background: linear-gradient(45deg, rgba(142, 188, 43, 0.8) 0%, rgba(62, 176, 186, 0.8) 25%, rgba(15, 113, 168, 0.8) 50%, rgba(0, 0, 18, 0.8) 87%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebc2b', endColorstr='#000012', GradientType=1);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
@keyframes gradient {
    0% {
        background-position: 0 50%
    }
    25% {
        background-position: 50% 50%
    }
    50% {
        background-position: 100% 50%
    }
    75% {
        background-position: 75% 50%
    }
    100% {
        background-position: 0 50%
    }
}
.ourteam h1 {
    font-size: 42px;
    color: #fff
}
.ourteam .headtlt {
    font-size: 18px;
    padding-top: 0;
    color: #fff
}
.inbig_para {
    font-size: 22px;
    line-height: 1.4;
    padding-top: 40px;
}
.inbig_para1, .specializing_container .inbig_para, .team_container .inbig_para {
    width: 80%;
    margin: 0 auto 20px;
}
.inbig_para2 {
    font-size: 17px;
    line-height: 26px;
}
.ourteam .headtlt .inbig_para1 {
    font-size: 18px;
    line-height: 1.2
}
.inteam_container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 0
}
.inteam_container > .container {
    z-index: 30;
    position: relative
}
.inteam_detail {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0
}
.inteam_detail .borbot {
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 23px 0 20px;
}
.pl-30 {
    padding-left: 50px;
}
.pr-30 {
    padding-right: 50px;
}
.pl-50 {
    padding-left: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.pb-70 {
    padding-bottom: 70px;
}
.align-center {
    text-align: center
}
.inquick_info {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 99;
    width: 45px;
    height: 86px;
}
.inquick_info a {
    font-size: 20px;
    display: block;
    background-color: #fff;
    padding: 10px 12px;
    padding-right: 5px;
    margin-bottom: 5px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-decoration: none !important;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
    transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff
}
.inquick_info a:nth-of-type(2) {
    background-color: #1ad641
}
.inquick_info a:nth-of-type(1) {
    background-color: #0f71a8
}
.inquick_info a:hover {
    width: 290px;
}
.inquick_info a i {
    line-height: 26px;
    display: block;
    margin-right: 8px;
}
.inquick_info a.call_quick {
    color: #fff
}
.inquick_info a.call_quick i, .inquick_info a i {
    font-size: 30px;
}
.inquick_info a.call_whatsapp {
    top: 53px;
}
.inquick_info .quick_info_txt {
    font-family: Barlow;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    display: inline-block
}
.insecondary_head1 {
    width: 128px;
    position: absolute;
    left: -35px;
    bottom: -110px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    transform: rotate(7deg);
    z-index: 0
}
.insecondary_head1:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head1:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head img {
    -ms-flex: 0 0 128px;
    max-width: 128px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head22 {
    width: 73px;
    position: absolute;
    right: 20px;
    bottom: 550px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    transform: rotate(7deg);
    z-index: 0
}
.insecondary_head22:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head22:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head11 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head11 img {
    -ms-flex: 0 0 173px;
    max-width: 173px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head222 {
    width: 74px;
    position: absolute;
    left: -80px;
    bottom: -50px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 0
}
.insecondary_head222:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head222:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head111 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head111 img {
    -ms-flex: 0 0 74px;
    max-width: 74px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head2222 {
    width: 120px;
    position: absolute;
    left: -160px;
    bottom: 110px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 0
}
.insecondary_head2222:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head2222:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head1111 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head1111 img {
    -ms-flex: 0 0 120px;
    max-width: 120px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head22222 {
    width: 88px;
    position: absolute;
    right: 100px;
    bottom: 530px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 0
}
.insecondary_head22222:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head22222:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head11111 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head11111 img {
    -ms-flex: 0 0 88px;
    max-width: 88px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head12 {
    width: 130px;
    position: absolute;
    left: -35px;
    bottom: -110px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    transform: rotate(7deg);
    z-index: 0
}
.insecondary_head12:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head12:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head12 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head12 img {
    -ms-flex: 0 0 130px;
    max-width: 130px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head123 {
    width: 92px;
    position: absolute;
    right: -100px;
    bottom: 320px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    transform: rotate(7deg);
    z-index: -1
}
.insecondary_head123:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head123:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head123 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head123 img {
    -ms-flex: 0 0 92px;
    max-width: 92px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head1234 {
    width: 103px;
    position: absolute;
    left: -100px;
    bottom: -80px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    transform: rotate(7deg);
    z-index: 0
}
.insecondary_head1234:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head1234:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head1234 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head1234 img {
    -ms-flex: 0 0 103px;
    max-width: 103px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head112 {
    width: 121px;
    position: absolute;
    right: 50px;
    bottom: 390px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 0
}
.insecondary_head112:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head112:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head112 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head112 img {
    -ms-flex: 0 0 121px;
    max-width: 121px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head113 {
    width: 60px;
    position: absolute;
    left: 0;
    bottom: -70px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 0
}
.insecondary_head113:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head113:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head113 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head113 img {
    -ms-flex: 0 0 60px;
    max-width: 60px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.insecondary_head114 {
    width: 106px;
    position: absolute;
    right: 50px;
    bottom: 490px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 0
}
.insecondary_head114:hover p {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    transform: rotate(-7deg)
}
.insecondary_head114:hover img {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg)
}
.insecondary_head114 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}
.insecondary_head114 img {
    -ms-flex: 0 0 106px;
    max-width: 106px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.title_tagin {
    font-family: Barlow;
    font-size: 20px;
    color: #403f3f;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    top: 2px;
}
.title_tagin i {
    display: inline-block;
    margin-right: 10px;
}
.title_tagin:after {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8ebc2b;
    background: linear-gradient(125deg, #8ebc2b 0, #3eb0ba 25%, #0f71a8 50%, #00122f 75%)
}
.title_tagin span {
    color: #1073a8;
    font-weight: 500;
    line-height: 31px;
}
.drdes {
    padding-top: 8px;
    margin-bottom: 0;
    font-size: 20px;
}
.drdes1 {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    text-align: left
}
.inspecial_box {
    margin-bottom: 30px;
    overflow: hidden;
    height: calc(100% - 30px);
    border-radius: 30px;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, .2);
    transition: all .5s
}
.inspecial_box:hover {
    transform: scale(.95)
}
.inspecial_box:hover .img-hover-zoom img {
    transform: scale(1.1)
}
.inspecial_box a {
    display: flex;
    flex-flow: row wrap;
    transition: all .5s
}
.services-continer {
    position: relative;
    padding-top: 50px;
}
.detimg img {
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, .2);
    position: sticky;
    top: 110px;
    left: 0;
    width: 100%
}
.img-cont2 {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, .3);
    display: flex;
}
.img-cont2 img {
    width: 100%;
}
.detimg video {
    width: 100%;
    height: 100%;
}
.inprimary_title {
    font-family: Barlow;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    background: linear-gradient(to right, #8ebc2b 0, #3eb0ba 25%, #0f71a8 75%, #00122f 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -.02em;
    background-size: contain;
    color: #0f71a8;
    background-clip: text;
    margin: 0 0 25px 0
}
.inprimary_title1 {
    font-family: Barlow;
    font-size: 45px;
    line-height: 1;
    font-weight: 500;
    background: linear-gradient(to right, #8ebc2b 0, #3eb0ba 25%, #0f71a8 75%, #00122f 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -.02em;
    background-size: contain;
    color: #0f71a8;
    background-clip: text;
    margin: 0 0 25px 0
}
.drhead p {
    font-family: Caveat;
    font-size: 25px;
    color: #000;
    line-height: 1.3;
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    margin: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
}
.blclr {
    color: #1073a8
}
.plogo {
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom: 30px;
}
.partners {
    padding-top: 50px;
    position: relative
}
.Faqbox {
    padding: 50px 0 70px 0;
    position: relative;
    background: #fff
}
.whyus {
    margin-top: 50px;
    padding: 50px 0 70px 0;
    position: relative;
    background: #f6f6f6
}
.whyus .woption {
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    margin-left: 0;
    margin-right: 0
}
.whyus .woption img {
    padding-left: 20px;
}
.whyus .woption .optxt {
    padding: 0 10px;
}
.whyus ul li:not(:last-child) {
    border-right: 1px solid #ddd
}
.hamburger {
    transition: .4s;
    position: relative;
    width: 25px;
    height: 17px;
    cursor: pointer;
    display: none
}
.hamburger.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px);
    background: #fff
}
.hamburger.active .bar2 {
    opacity: 0
}
.hamburger.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background: #fff
}
.hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0
}
.hamburger span:nth-of-type(1) {
    top: 0
}
.hamburger span:nth-of-type(2) {
    top: 7px;
}
.hamburger span:nth-of-type(3) {
    top: 14px;
}
.tnavaln {
    padding-top: 35px;
}
.btn_clr {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 10px 20px 12px;
    margin: 0;
    background: #8ebc2b;
    background: linear-gradient(125deg, #8ebc2b 0, #3eb0ba 25%, #0f71a8 50%, #00122f 75%);
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    transition: all .3s
}
.btn_clr span {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Barlow;
    font-weight: 600;
    color: #fff;
    width: 100%;
    line-height: 1.2;
    font-size: 15px;
    text-align: center;
    position: relative;
    z-index: 5;
    transition: all .4s
}
.btn_clr:hover span {
    color: #fff
}
.mobwidth {
    width: 100%
}
.mobwidth .padtop {
    padding-top: 10px;
}
.dhide {
    display: none
}
.modal-box {
    display: flex;
    width: 100vw;
    height: 100vh;
    padding: 80px 0;
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    z-index: 99999;
    transition: all .5s;
    overflow: auto
}
.modal-box.active {
    left: 0
}
.modal-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px 15px;
    background: #0f71a8;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
}
.modal-box .content-box {
    width: 100%;
    overflow: auto
}
.modal-box .content-box::-webkit-scrollbar {
    display: none
}
.list-group {
    padding-left: 25px;
}
.list-group li {
    list-style-type: disc;
    padding: 5px 0
}
.list-group li::marker {
    text-align: end !important
}
.list-group li p {
    margin-bottom: 0
}
.team_container_main li {
    margin-bottom: 30px;
}
.map {
    height: 340px;
}
.common_ul {
    display: flex
}
.testimonial {
    display: none;
    padding: 120px 0 70px 0;
    background: #34a2b6;
    background: -moz-linear-gradient(-45deg, #34a2b6 0%, #011636 100%);
    background: -webkit-linear-gradient(-45deg, #34a2b6 0%, #011636 100%);
    background: linear-gradient(135deg, #34a2b6 0%, #011636 100%);
    text-align: center
}
.testimonial .primary_title {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.testimonial .title_tag {
    color: #fff;
}
.testimonial .testi-bx p {
    color: #fff;
}
.testimonial .testi-bx h2 {
    color: #fff;
}
.testi-bx p {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.testi-bx h2 {
    font-size: 18px;
    font-weight: 600
}
.testi-bx h6 {
    font-size: 16px;
    font-weight: 400
}
.star li {
    display: inline-block;
    margin: 5px;
}
.star li img {
    max-width: 25px;
}
.main_menu_inner li {
    display: inline-block;
    list-style: none
}
.main_menu_inner li:last-child {
    padding-right: 0
}
.main_menu_inner .button-dropdown {
    position: relative
}
.main_menu_inner li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
    background: #0b5087;
    background: linear-gradient(125deg, #8ebc2b 0, #3eb0ba 25%, #0f71a8 50%, #00122f 75%);
    border: 0;
    border-radius: 7px;
}
.dropdown-item.active, .dropdown-item:active {
    background: 0 0
}
.main_menu_inner li .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #7ab94f
}
.main_menu_inner li .dropdown-menu.active {
    display: block
}
.main_menu_inner li.button-dropdown:hover .dropdown-menu {
    display: block
}
.main_menu_inner li .dropdown-menu a {
    width: 50%;
    float: left;
    font-size: 14px;
}
.main_menu_inner li ul.dropdown-menu {
    width: 450px;
    padding: 10px 10px;
}
.main_menu_inner li ul.dropdown-menu li {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.main_menu_inner li ul.dropdown-menu li a {
    width: auto;
    color: #fff;
    padding: 10px 0;
    text-transform: capitalize
}
.main_menu_inner li ul.dropdown-menu li a:not(.btn_clr):after {
    width: 100%;
    left: 0
}
.main_menu_inner li.button-dropdown a:not(.btn_clr):after {
    border: 0
}
.dropdown-item.active, .dropdown-item:active {
    background: #f2f2f2
}
.dropdown-toggle::after {
    margin-left: 0
}
.mob-ser {
    display: none !important
}
.img-cont {
    width: 100%
}
.img-cont {
    width: 100%;
    margin-bottom: 15px;
}
.img-cont img {
    width: 100%
}
.ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
.ban-img {
    height: 700px;
}
.home_banner.owl-carousel .owl-item .item video {
    height: 700px;
}
.home_banner.owl-carousel .owl-item .item {
    height: 700px;
}
.mob-img {
    display: none
}
.message-from-doctor {
    padding: 60px 0;
}
.message-from-doctor .video-box {
    width: 100%;
    padding-bottom: 56.25%;
}
.pay-later {
    padding: 60px 0;
}
.pay-later .pay-step {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 50px -15px rgb(0 0 0 / 20%);
    height: calc(100% - 60px);
    margin-top: 60px;
}
.pay-later .pay-step .count-box {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0f71a8;
    margin: -50px auto 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.pay-later .pay-step h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}
.pay-later .pay-step p {
    text-align: center;
}
.pay-later .pay-step ul li {
    text-align: center;
}
.pay-later .inbig_para2 img {
    width: 50px;
}
.subheading {
    font-size: 35px;
    margin-bottom: 30px;
    color: #000;
}
.video-div video {
    width: 100%
}
.inteam_detail .video-div {
    margin-bottom: 60px;
    border-radius: 30px;
    overflow: hidden;
}
.new-patient h6 {
    font-size: 28px;
    color: #0f71a8;
    margin-bottom: 20px
}
.juicer-feed h1.referral a {
    display: none !important;
}
.doc_box .profile-wrap a {
    margin-bottom: 5px;
}
.contact-modal .modal-dialog {
    max-width: 750px
}
.contact-modal .container {
    width: 100%;
    max-width: 100%
}
.contact-modal .modal-body {
    padding: 25px
}
.modal-title {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-weight: 500
}
.btn_plain {
    padding: 10px 20px
}
.contact-modal .btn_plain {
    margin: auto;
    display: block;
}
.modal {
    background: rgba(0, 0, 0, 0.75)
}
.modal-header .close {
    position: absolute;
    background: transparent;
    top: 10px;
    right: 14px;
    width: 18px;
}
.modal-header .close img {
    width: 100%
}
.modal-header .close:focus {
    box-shadow: none;
    border: none;
}
.inteam_detail .btn_plain {
    display: inline-block;
    margin-top: 5px
}
@media only screen and (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
    .inquick_info a.call_quick i, .inquick_info a i, .quick_info a.call_quick i, .quick_info a i {
        font-size: 27px;
    }
    .inquick_info a, .quick_info a {
        width: 44px;
    }
}
@media (max-width:1300px) {
    .btn_plain span {
        line-height: 1;
        font-size: 14px;
    }
    .btn_plain {
        padding: 15px 20px;
    }
    .content_inner h2 {
        padding-top: 0;
        font-size: 42px;
        line-height: .9
    }
    .home_banner_txt p {
        font-size: 18px;
        line-height: 1.1
    }
    .inprimary_title {
        margin-bottom: 15px;
    }
}
@media (max-width:1440px) {
    .insecondary_head123 {
        right: 0
    }
    .insecondary_head1234 {
        left: 0;
        bottom: -40px;
    }
}
@media (max-width:1200px) {
    .btn_plain span {
        line-height: 1;
        font-size: 14px;
    }
    .btn_plain {
        padding: 7px 15px;
    }
    .content_inner h2 {
        padding-top: 0;
        font-size: 34px;
        line-height: .9
    }
    .home_banner_txt p {
        font-size: 16px;
        line-height: 1.1
    }
    .special_txt h3 {
        font-size: 20px;
    }
}
@media (max-width:1200px) {
    .container {
        width: 98%;
        max-width: 98%;
        margin: auto
    }
    .whyus .woption {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .whyus .woption img {
        width: 70px;
        padding-left: 0;
        padding-right: 5px;
    }
    .service-detail .inprimary_title {
        margin: 0
    }
    .insecondary_head113 {
        bottom: -87px;
    }
    .insecondary_head123 {
        right: 10px;
    }
    .secondary_head1 {
        right: 0
    }
    .pl-30 {
        padding-left: 30px;
    }
    .pr-30 {
        padding-right: 30px;
    }
    .map {
        height: 340px;
        margin-bottom: 20px;
    }
    .hamburger {
        display: block;
        position: relative;
        z-index: 201
    }
    .hamburgaln {
        align-items: center;
        display: flex
    }
    .logo {
        width: 120px;
    }
    .common_ul.main_menu_inner {
        display: block
    }
    .main_menu.active ul > li {
        padding: 15px 0
    }
    .main_menu_inner li a {
        font-size: 20px;
        color: #fff
    }
    .mob-ser {
        display: block !important
    }
    .button-dropdown {
        display: none !important
    }
    #wrapper {
        padding-top: 123px;
    }
    .header_contact {
        display: none
    }
    .main_menu {
        opacity: 0;
        background: #063c65;
        background: -moz-linear-gradient(45deg, #063c65 1%, #3aabb8 48%, #8ebc2b 100%);
        background: -webkit-linear-gradient(45deg, #063c65 1%, #3aabb8 48%, #8ebc2b 100%);
        background: linear-gradient(45deg, #063c65 1%, #3aabb8 48%, #8ebc2b 100%);
        background-size: 400% 400%;
        animation: gradient 4s ease infinite;
        position: fixed;
        width: 600px;
        height: 100%;
        z-index: 200;
        right: 0;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translateX(100%) skew(-15deg, 0deg);
        -ms-transform: translateX(100%) skew(-15deg, 0deg);
        -moz-transform: translateX(100%) skew(-15deg, 0deg);
        transform: translateX(100%) skew(-15deg, 0deg);
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-align: center
    }
    @keyframes gradient {
        0% {
            background-position: 0 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0 50%
        }
    }
    .main_menu.active {
        opacity: 1;
        transform-origin: bottom left;
        -webkit-transform: translateX(0) skew(-15deg, 0deg);
        -ms-transform: translateX(0) skew(-15deg, 0deg);
        -moz-transform: translateX(0) skew(-15deg, 0deg);
        transform: translateX(0) skew(-15deg, 0deg)
    }
    .mobwidth {
        padding-right: 100px;
        transform: skew(15deg, 0deg)
    }
    .main_menu_inner li.active a {
        color: #fff
    }
    .main_menu_inner li a:hover {
        color: #fff;
    }
    .main_menu_inner li a:not(.btn_clr):after {
        background: #000
    }
    .main_menu_inner li a:not(.btn_clr):after {
        bottom: -5px;
    }
    .main_menu.active ul > li {
        text-align: center;
        -webkit-animation: animateIn 360ms ease-in calc(var(--animation-order) * 150ms) both;
        animation: animateIn 360ms ease-in calc(var(--animation-order) * 150ms) both
    }
    .main_menu:before {
        opacity: 0;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border-left: 5px solid #03223e;
        background: 0 0;
        transition: all 2s;
        transform: skew(0deg, 0deg)
    }
    .main_menu.active:before {
        opacity: 1;
        height: 100%
    }
    @-webkit-keyframes animateIn {
        0% {
            opacity: 0;
            transform: translateX(30px)
        }
        100% {
            opacity: 1
        }
    }
    @keyframes animateIn {
        0% {
            opacity: 0;
            transform: translateX(30px)
        }
        100% {
            opacity: 1
        }
    }
    .main_menu_inner li {
        display: block
    }
    .main_menu_inner li .dropdown-menu {
        position: static
    }
    .main_menu_inner li ul.dropdown-menu {
        width: auto;
        background: rgba(255, 255, 255, 0);
        float: left;
        display: none
    }
    .dropdown-toggle.active ul.dropdown-menu {
        display: none !important
    }
    .main_menu_inner li ul.dropdown-menu li {
        width: 100%;
        text-align: center;
        padding: 0 0
    }
    .main_menu_inner li ul.dropdown-menu li a {
        line-height: 25px;
        font-size: 16px;
        padding: 5px 0;
        border-bottom: 0
    }
    .ban-img {
        height: 400px;
    }
    .home_banner.owl-carousel .owl-item .item video {
        height: 400px;
    }
    .home_banner.owl-carousel .owl-item .item {
        height: 400px;
    }
    .secondary_head1 {
        bottom: -190px;
    }
    .primary_title {
        margin-bottom: 15px;
    }
    .specializing_container .big_para, .team_container .big_para {
        width: 90%;
        margin: 0 auto 25px;
    }
    .teambox {
        display: inline-flex;
        align-items: start !important
    }
    .footer_box .common_ul li a i {
        margin-right: 6px;
    }
}
.intro-paragraph {
    padding: 50px 0px 10px 0px;
    text-align: center;
}
.intro-paragraph p {
    padding-top: 0px;
    margin: 0px;
}
@media (max-width:992px) {
    .container {
        width: 98%;
        max-width: 98%;
        margin: auto
    }
    .doc_box1 .ext-link {
        margin-left: 0px
    }
    .doc_box1 {
        justify-content: left
    }
    /*.special_txt { height: 230px }*/
    .special_txt {
        height: 160px;
    }
    .insecondary_head113 {
        bottom: -97px;
    }
    .hamburgaln {
        padding-top: 0;
        display: flex;
        align-items: center
    }
    .whyus .woption {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .whyus .woption img {
        width: 70px;
        padding-left: 0;
        padding-right: 5px;
    }
    .header_contact {
        display: none
    }
    .btn_plain span {
        line-height: 1;
        font-size: 14px;
    }
    .btn_plain {
        padding: 12px 18px;
    }
    .content_inner h2 {
        padding-top: 0;
        font-size: 34px;
        line-height: .9
    }
    .home_banner_txt p {
        font-size: 16px;
        line-height: 1.1
    }
    .inbig_para1, .specializing_container .inbig_para, .team_container .inbig_para {
        width: 100%;
        margin: 0 auto 20px;
    }
    .common_ul.d-md-flex {
        display: inline-block !important
    }
    .main_menu_inner li a {
        font-size: 25px;
        color: #fff
    }
    .main_menu_inner li a:hover {
        color: #fff
    }
    .mobile-menu .btn_clr {
        background: #fff;
        color: #000;
        border-color: #fff
    }
    .btn_clr span {
        color: #000
    }
    .main_menu_inner li a.btn_clr::before {
        background: 0 0
    }
    .btn_clr:hover {
        background-color: #000
    }
    .mobwidth .padtop {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footpad {
        padding-right: 15px;
    }
    .mob-ser {
        display: block !important
    }
    .button-dropdown {
        display: none
    }
    .logo {
        width: 95px;
    }
    #wrapper {
        padding-top: 95px;
    }
    .footer_box .common_ul li a, .footer_box p, .map-link {
        font-size: 12px;
    }
    .subheading {
        font-size: 30px
    }
    .inteam_detail .video-div {
        margin-bottom: 40px;
    }
}
@media (max-width:992px) {
    .text-end {
        text-align: left !important
    }
    .inteam_detail img {
        margin-bottom: 20px;
    }
    .inteam_detail .big_parac img {
        margin-bottom: 0px;
    }
    .mobwidth li:last-child {
        margin-top: 10px;
    }
    .common_ul {
        display: block
    }
    .common_ul.mhide {
        display: none
    }
    .teambox {
        display: flex
    }
    .inprimary_title {
        margin: 20px 0 25px 0;
        font-size: 35px;
    }
    .ourteam h1 {
        font-size: 35px;
    }
    .services-continer {
        padding-top: 30px;
    }
    .new-patient.inteam_detail {
        padding-top: 40px;
    }
    .main_menu_inner li.button-dropdown {
        display: none !important
    }
    .pl-30 {
        padding-left: 15px;
    }
    .section-partner {
        padding: 60px 0 90px 0
    }
    .primary_title {
        margin-bottom: 35px;
    }
    .quick_info a {
        padding: 15px 12px;
    }
    .quick_info a.call_whatsapp {
        top: 65px;
    }
    .inquick_info a.call_quick i, .inquick_info a i {
        font-size: 22px;
    }
    .inquick_info a {
        width: 39px;
    }
    .team_desc h5 {
        font-size: 18px;
    }
    .new-patient h6 {
        font-size: 25px;
        margin-bottom: 15px
    }
    .drfive {
        padding: 110px 15px 70px 15px;
    }
}
@media (max-width:767px) {
    .secondary_head p {
        font-size: 21px;
        line-height: 1.3
    }
    .special_txt {
        height: 145px;
    }
    .header {
        width: 100%;
        padding: 15px 0 10px;
    }
    .dhide {
        display: block
    }
    .mobwidth .padtop {
        padding-top: 0
    }
    .specializing_slider .item {
        padding: 20px 25px 50px;
    }
    .main_menu_inner li a {
        padding: 8px 8px;
        position: relative
    }
    .hamburgaln {
        display: flex;
        align-items: center
    }
    .team_container_main {
        margin-bottom: 20px;
        padding: 0 0
    }
    .team_container_main li {
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        background-color: #fff;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 30px;
        box-shadow: 0 15px 40px 15px rgb(0 0 0 / 10%)
    }
    .main_menu_inner li a {
        font-size: 22px;
        line-height: 45px;
    }
    .section-insta {
        padding: 60px 0 0 0
    }
    .section-instahome {
        padding: 175px 0 0 0
    }
    .team_container:before {
        top: -108px;
        height: 150px;
    }
    .specializing_container .big_para, .team_container .big_para {
        margin: 0 auto 30px;
    }
    .section-partner {
        padding: 40px 0
    }
    .section-special {
        padding: 250px 0 20px 0
    }
    .big_para {
        font-size: 18px;
        line-height: 1.4
    }
    .mhide {
        display: none
    }
    .partner_slider .item img {
        width: 100%
    }
    .secondary_head1 {
        width: 100%;
        right: 20px;
        position: sticky
    }
    /*.home_banner_dots { text-align: left; bottom: 20px; margin-left: 5px; }*/
    .home_banner_dots {
        top: 220px;
        margin-left: 5px;
    }
    .inbig_para2 {
        text-align: justify
    }
    .home_banner_container .content {
        top: 20px;
        height: auto;
        background: linear-gradient(to right, #398d90 0, #0f71a8 25%, #408a7c 75%, #8ebc2b 120%)
    }
    .home_banner_container .container {
        max-width: 100%;
        width: 100%
    }
    .doc_box {
        padding: 40px 0 30px 0
    }
    .doc_box h3 {
        font-size: 18px;
    }
    .doc_box1 h3 {
        font-size: 18px;
    }
    .btn_plain span {
        line-height: 1;
        font-size: 12px;
    }
    .btn_plain {
        padding: 13px 20px;
    }
    .content_inner h2 {
        font-size: 28px;
    }
    .home_banner_container:before {
        display: block;
        background-size: 150%;
    }
    .home_banner_container:after {
        display: block;
        width: 49%;
        bottom: -42px;
        background-size: 192%;
    }
    .secondary_head img {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }
    .secondary_head2 {
        width: 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }
    .position-relative > .container {
        position: relative !important;
        width: 98%;
        max-width: 98%
    }
    .secondary_head2 p {
        width: 250px;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }
    .secondary_head3 {
        width: 355px;
        position: absolute;
        right: 40px;
        bottom: -175px;
    }
    .services-continer {
        padding-top: 30px;
    }
    .mt-50 {
        margin-top: 0
    }
    .inspecial_box {
        margin-bottom: 30px;
    }
    .title_tagin {
        padding-top: 20px;
        text-align: left
    }
    .pl-15 {
        padding-left: 15px;
    }
    .pb-15 {
        padding-bottom: 15px;
    }
    .ourteam h1 {
        font-size: 27px;
    }
    .inprimary_title {
        font-size: 28px;
        margin: 20px 0 10px 0;
        line-height: 35px;
    }
    .pl-30 {
        padding-left: 15px;
    }
    .pr-30 {
        padding-right: 15px;
    }
    .insecondary_head112 {
        right: 0;
        bottom: 343px;
    }
    .plogo {
        padding: 10px 0;
        margin-bottom: 15px;
    }
    .section {
        padding: 40px 0
    }
    .team_container.position-relative {
        padding: 0 0 40px;
        margin-top: 80px;
    }
    .insecondary_head113 {
        left: 0;
        bottom: -100px;
    }
    .drhead {
        margin-bottom: 20px;
    }
    .inprimary_title1 {
        font-size: 28px;
        align-items: center
    }
    .whyus .woption {
        font-size: 16px;
        padding-bottom: 20px;
        align-items: center
    }
    .whyus .woption img {
        width: 70px;
        padding-left: 0;
        padding-right: 5px;
    }
    .whyus .woption .optxt {
        padding: 0;
        border-right: none
    }
    .inteam_detail {
        padding-top: 20px;
    }
    .whyus {
        margin-top: 50px;
        padding: 30px 0 30px 0
    }
    .partners {
        padding-top: 40px;
    }
    .primary_title {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .insta_arrow .primary_title {
        margin-bottom: 30px;
    }
    .insta_arrow .primary_title:before {
        content: "";
        width: 45px;
        height: 51px;
        top: -24px;
    }
    .home_banner .item img {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
        -o-object-position: top 0% right 20%;
        object-position: top 0% right 20%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .home_banner .item {
        height: 50vh
    }
    .home_banner_container .content {
        top: 146%;
        padding: 25px 20px 50px 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .home_banner_container .overly {
        position: relative;
        top: 300;
        z-index: 100000;
        background: #3c8f8e;
        background: linear-gradient(90deg, #3c8f8e 0, #1777a8 10%, #1369a4 20%, rgba(129, 186, 66, 0) 100%)
    }
    .home_banner_txt .item {
        padding-right: 30px;
    }
    .modal-box {
        padding: 80px 0 20px;
    }
    .container {
        max-width: 100%;
        width: 100%
    }
    .doc_box > img {
        height: 25px;
    }
    .bg_blue:after {
        display: none;
    }
    .inbig_para {
        padding-top: 30px;
    }
    .ourteam h1 {
        font-size: 22px;
    }
    .logo img {
        max-width: 70px;
    }
    #wrapper {
        padding-top: 75px;
    }
    .inteam_detail {
        padding-top: 25px;
    }
    .hamburgaln {
        padding-top: 0
    }
    .inbig_para {
        font-size: 17px;
    }
    .section-insta {
        padding: 29px 0 0 0
    }
    .inteam_detail img {
        margin-bottom: 0
    }
    .form_km {
        padding: 25px;
    }
    .map2 {
        height: 350px;
    }
    .mobwidth .padtop {
        padding-bottom: 0
    }
    .special_txt {
        width: 100%
    }
    .services-continer {
        padding-top: 20px;
    }
    .main_menu {
        width: 500px;
    }
    .home_banner_dots .owl-dot {
        width: 10px;
        height: 10px;
    }
    .section-special {
        padding: 40px 0 0 0
    }
    .secondary_head2 p {
        width: 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
    .big_para, .inbig_para, .inbig_para1 {
        text-align: justify
    }
    .inteam_detail p {
        text-align: justify
    }
    .inteam_detail .title_tagin p.drdes1 {
        text-align: left !important
    }
    .home_banner_container .content {
        position: static;
        top: inherit;
        transform: none
    }
    .title_tagin span {
        line-height: 22px;
    }
    .footer_box .common_ul li a, .footer_box p, .map-link {
        font-size: 14px;
    }
    .inquick_info a.call_quick i, .inquick_info a i, .quick_info a i {
        font-size: 20px !important;
    }
    .inquick_info a, .quick_info a {
        width: 42px;
    }
    .quick_info a:hover {
        width: 240px;
    }
    .quick_info a.call_quick i, .quick_info a i {
        font-size: 20px !important
    }
    .team_container_main .team_ovrly ul {
        width: 230px;
    }
    .team_container_main .team_ovrly {
        padding: 19px 15px;
    }
    .addr span {
        display: block;
    }
    .team_container_main .team_ovrly li {
        font-size: 18px;
    }
    .quick_info a {
        padding: 8px 14px;
    }
    .inbig_para2 {
        line-height: 20px;
    }
    .img-cont2 {
        margin-bottom: 15px;
    }
    .special_txt p {
        height: 50px;
        overflow: hidden;
    }
    .quick_info a.call_whatsapp {
        top: 52px;
    }
    .team_desc p {
        height: auto;
    }
    .team_desc {
        height: 100px;
    }
    .new-patient h6 {
        font-size: 20px;
        margin-bottom: 5px;
        margin-top: 10px
    }
    .inteam_detail .video-div {
        margin-bottom: 30px;
    }
    .subheading {
        font-size: 25px;
        margin-bottom: 20px
    }
    .drfive {
        padding: 80px 15px 30px 15px;
    }
    .contact-modal .modal-dialog {
        width: 97%;
        margin: auto;
    }
    .contact-modal .modal-body {
        padding: 0px
    }
    .contact-modal .modal-body .form_km {
        background: transparent;
        padding: 15px 10px
    }
    .modal-title {
        font-size: 22px
    }
    .modal-header .close {
        width: 14px
    }
}
@media (max-width:576px) {
    .team_container_main li {
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px)
    }
    .special_txt {
        height: auto;
    }
    .section-instahome {
        padding: 175px 0 0 0
    }
    .secondary_head1 {
        right: 10px;
    }
    .secondary_head2 {
        width: 100%;
        flex: 0 0 100%
    }
    .secondary_head3 {
        bottom: -147px;
        right: 10px;
        width: 90%
    }
    .secondary_head3 p {
        flex: 0 0 calc(100% - 110px);
        max-width: calc(100% - 110px)
    }
    .partner_slider {
        padding: 15px;
    }
    .footer .footer-x {
        left: 0
    }
    .ourteam .inheaderbg {
        min-height: 115px;
    }
    .ourteam .headtlt {
        font-size: 14px;
    }
    .inbig_para2 {
        font-size: 15px;
    }
    .inbig_para {
        font-size: 17px;
    }
    .footer_bottom {
        display: block !important
    }
    .drdes1 {
        font-size: 16px;
    }
    .special_txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .footer_box .common_ul li a i {
        margin-right: 6px;
    }
    .inbig_para1, .specializing_container .inbig_para, .team_container .inbig_para {
        margin-bottom: 10px;
    }
    .special_txt .icon {
        width: 70px;
        height: 70px;
        top: -45px;
    }
    .big_parac {
        font-size: 15px;
    }
    .title_tagin {
        font-size: 18px;
    }
    .header.fixed .logo img {
        max-width: 55px;
    }
    .title_tagin {
        padding-top: 10px;
    }
    .inprimary_title {
        font-size: 22px;
    }
    .main_menu.active {
        opacity: 1;
        transform-origin: bottom left;
        -webkit-transform: translateX(0) skew(-10deg, 0deg);
        -ms-transform: translateX(0) skew(-10deg, 0deg);
        -moz-transform: translateX(0) skew(-10deg, 0deg);
        transform: translateX(0) skew(-10deg, 0deg)
    }
    .mobwidth {
        padding-right: 40px;
        transform: skew(10deg, 0deg)
    }
    .main_menu {
        width: 450px;
    }
    .mobwidth .padtop {
        padding-bottom: 0
    }
    .testi-bx p {
        font-size: 15px;
    }
    .star li img {
        max-width: 18px;
    }
    .testimonial {
        padding: 90px 0 50px 0
    }
    .primary_title {
        font-size: 25px;
    }
    .big_para {
        font-size: 18px;
    }
    .footer_bottom {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .whyus {
        margin-top: 40px;
    }
    .whyus .inprimary_title1 {
        margin-bottom: 10px;
    }
    .team_container:before {
        top: -41px;
        height: 45px;
    }
    .pl-30 {
        padding-left: 10px;
    }
    .secondary_head2 p {
        width: 95%;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%
    }
    .list-group li {
        font-size: 16px;
        line-height: 1.4;
    }
    .list-group {
        padding-left: 16px;
        margin-bottom: 10px !important;
    }
    .ban-img {
        width: 100%;
        height: 300px;
    }
    .ban-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }
    .home_banner.owl-carousel .owl-item .item video {
        height: 300px;
    }
    .home_banner.owl-carousel .owl-item .item {
        height: 300px;
    }
    .mob-img {
        display: block
    }
    .desk-img {
        display: none !important
    }
    .inteam_detail .title_tagin p.drdes1 {
        text-align: left !important
    }
    .team_container_main .team_ovrly ul {
        padding: 0
    }
    .special_txt p {
        height: 53px;
        overflow: hidden;
    }
    .section-special .primary_title {
        margin-bottom: 25px;
    }
    .team_box:hover .team_ovrly ul {
        max-height: 100px;
        overflow: hidden;
    }
    .footer_box .common_ul {
        margin-bottom: 5px;
        display: block
    }
    .team_container_main .team_ovrly ul {
        width: 175px;
    }
    .footer_heading {
        margin-bottom: 10px;
    }
    .team_container_main .team_ovrly li {
        font-size: 13px;
    }
    .position-relative .inprimary_title {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .subheading {
        font-size: 20px;
        margin-bottom: 15px
    }
    .doc_box1 .ext-link {
        justify-content: center;
        margin-left: 0px
    }
    .doc_box .profile-wrap {
        justify-content: center;
    }
    .doc_box .profile-wrap a {
        margin-left: 0px;
        margin: 15px 0px
    }
    .doc_box1 {
        justify-content: center
    }
    .doc_box1 {
        display: block;
        text-align: center;
        width: auto;
    }
    .doc_box h3 {
        display: block;
        text-align: center;
    }
    .doc_box1 h3 {
        display: block;
        text-align: center;
    }
}
@media (max-width:440px) {
    .content_inner h2 {
        padding-top: 0;
        font-size: 22px;
        line-height: .9
    }
    .main_menu {
        width: 100%
    }
    .main_menu.active {
        opacity: 1;
        transform-origin: bottom left;
        -webkit-transform: translateX(0) skew(0deg, 0deg);
        -ms-transform: translateX(0) skew(0deg, 0deg);
        -moz-transform: translateX(0) skew(0deg, 0deg);
        transform: translateX(0) skew(0deg, 0deg)
    }
    .mobwidth {
        padding-right: 0;
        transform: skew(0deg, 0deg)
    }
    .main_menu_inner li ul.dropdown-menu li {
        width: 50%;
        float: left;
        text-align: center;
        padding: 0 10px;
    }
    .main_menu_inner li ul.dropdown-menu li a {
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 5px 0;
        font-size: 12px;
        text-align: left
    }
    .new-patient.inteam_detail {
        padding-top: 20px;
    }
    .special_txt p {
        display: none
    }
    .special_txt {
        position: relative;
        padding: 30px 10px 20px;
    }
    .img-hover-zoom {
        height: 105px;
    }
    .special_txt h3 {
        font-size: 15px;
    }
    .inspecial_box {
        margin-bottom: 25px;
    }
    .btn_plain span {
        font-size: 13px;
    }
    .special_txt .icon {
        width: 55px;
        height: 55px;
        top: -30px;
    }
    .secondary_head1 {
        width: 100%
    }
    .secondary_head p {
        max-width: 90%
    }
    .doc_box {
        padding: 30px 0 10px 0
    }
    .team_desc h5 {
        font-size: 15px;
    }
    .team_desc p {
        font-size: 11px;
    }
    .team_desc {
        padding: 15px 10px;
        height: 80px;
    }
    .team_desc p {
        height: auto;
    }
    .secondary_head img {
        margin: auto
    }
    .secondary_head1 {
        margin-top: 20px;
    }
    .inteam_detail p {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.4;
    }
    body p {
        font-size: 16px
    }
    .section-special {
        padding: 30px 0 0 0
    }
    .main_menu.active ul > li {
        padding: 5px 0
    }
    .team_desc h5 {
        font-size: 14px;
    }
    .inquick_info a, .quick_info a {
        width: 38px;
    }
    p, ul li {
        line-height: 1.4
    }
    .intro-paragraph {
        padding-top: 25px
    }
}
@media (max-width:430px) {
    .secondary_head img {
        -ms-flex: 0 0 100px;
        flex: 0 0 80px;
        max-width: 80px;
    }
    .footer_box.footer_box1 .common_ul li {
        width: 50%
    }
    .team_container_main li {
        max-width: 46%;
        margin: 0 5px 15px 5px;
    }
    .inbig_para, .inbig_para1 {
        font-size: 17px;
    }
    .specializing_container .big_para, .team_container .big_para {
        width: 100%;
    }
    .form_km {
        background: #f9f9f9;
        padding: 50px;
    }
    .contct-bx .title_tagin {
        text-align: center
    }
    .contct-bx .title_tagin:after {
        left: 50%;
        transform: translateX(-50%)
    }
    .form_km .btn_plain {
        margin: auto;
        display: block;
        margin-top: 15px;
    }
    .inbig_para {
        margin-top: -15px;
    }
    .footer_box .common_ul li a i {
        margin-right: 8px;
    }
    .footer_box .common_ul li a {
        white-space: nowrap
    }
    .footer_bottom p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .footer_box .common_ul li a, .footer_box p {
        font-size: 14px;
    }
    .map2 {
        height: 230px;
    }
    .form_km {
        padding: 20px;
    }
    .ban-img {
        width: 100%;
        height: 250px;
    }
    .home_banner.owl-carousel .owl-item .item, .home_banner.owl-carousel .owl-item .item video {
        height: 250px;
    }
    .inteam_detail .title_tagin p.drdes1 {
        text-align: left !important
    }
    .title_tagin {
        padding-bottom: 7px;
    }
    .title_tagin:after {
        bottom: -4px;
    }
    .footer_bottom {
        padding-top: 70px;
    }
}
.introtextabout {
    padding-top: 50px;
}
.introtextabout .inprimary_title {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
}
.whyimage img {
    width: 75px;
    height: 130px;
}
.grid-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
    .image-text-section {
        flex-direction: column;
    }
    .image-container, .text-content {
        width: 100%;
        max-width: 100%;
    }
    .split-section {
        flex-direction: column;
    }
    .image-container, .text-content {
        width: 100%;
    }
    .split-section.reverse-mobile {
        flex-direction: column-reverse;
    }
    .two-column {
        flex-direction: column;
    }
    .grid-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.servicespediatric {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bloglisting {
    margin: 30px 0 0 0;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, .2);
    transition: all .5s;
}
.bloglisting:hover {
    transform: scale(.95);
}
.bloglisting a {
    width: 100%;
    display: inline-block;
}
.bloglisting a span, .bloglisting a span img {
    width: 100%;
    display: inline-block;
}
.bloglisting a aside {
    width: 100%;
    display: inline-block;
    padding: 30px;
}
.bloglisting a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Barlow;
    font-size: 20px;
    color: #000;
    line-height: 1.2;
}
.accordionBox {
    border: 1px solid #dfdfdf;
}
.collapsible {
    border: 1px solid #ddd;
}
.collapsible-title {
    background-color: #f4f4f4;
}
.collapsible-section {
    border-bottom: 1px solid #ddd;
}
.collapsible-section:last-child {
    border-bottom: none;
}
.collapsible-title {
    background-color: #ffffff;
    padding: 12px 15px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: background-color 0.3s ease;
}
.collapsible-title.opened {
    background-color: #f0f0f0;
}
.collapsible-title:hover {
    background-color: #f0f0f0;
}
.collapsible-title::after {
    content: '\002B';
    position: absolute;
    right: 15px;
    font-size: 20px;
    transition: transform 0.3s ease;
}
.collapsible-title.opened::after {
    content: '\2212';
    transform: rotate(180deg);
}
.collapsible-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background-color: #fff;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.collapsible-body.opened {
    max-height: 2000px; /* Adjust based on content */
    padding: 15px;
}
.collapsible-body p {
    margin: 0;
    line-height: 1.6;
}
.insurancebox {
    width: 100%;
    background: #f8f8f8;
    padding: 80px 0 50px;
}
.insuranceboxContact {
    background: #fff;
    padding: 30px 30px 20px;
    border-radius: 30px;
    border: 1px solid #dfdfdf;
}
.insurancebox ul {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}
.insurancebox li {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.insurancebox li img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}