@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Rajdhani:wght@500;600;700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #000;
    overflow: hidden;
    background-color: #f8f6f6;
}

html {
    overflow-x: hidden;
}

:root {
    --rajdhani-font: 'Rajdhani', sans-serif;
    --montserrat-font: 'Montserrat', sans-serif;
    --main-color: #237a69;
    --second-color: #f3ebe6;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--main-color);
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'uni-r';
    src: url(../fonts/uni-r.ttf);
}

@font-face {
    font-family: 'sign';
    src: url(../fonts/sign.ttf);
}


/***** Custom Classes *****/

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'uni-r';
    font-size: 55px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'uni-r';
    font-size: 55px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'uni-r';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'uni-r';
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'uni-r';
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'uni-r';
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-transform: capitalize;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 20px;
    font-family: 'uni-r';
    font-weight: 600;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #237a69;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.topSec {
    background-color: #dbb8158c;
    padding: 10px 0px;
}

.topSec p {
    margin: 0;
}

.topSec p span {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

.topSec .top2 {
    text-align: right;
}

.topSec .top2 p a {
    text-decoration: underline;
    color: var(--main-color);
}

.logo h2 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}


/* Button  */

.theme_btn {
    display: block;
    height: 100%;
    animation: 10s linear 0s infinite normal none running hue-rotate;
}

.button {
    -webkit-font-smoothing: antialiased;
    background-color: var(--main-color);
    border: none;
    display: inline-flex;
    font-family: 'uni-r';
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    user-select: none;
    letter-spacing: 1px;
    color: white;
    padding: 14px 25px;
    text-transform: capitalize;
    transition: all 0.1s ease-out 0s;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.button:hover {
    background-color: #e7b212;
    color: rgb(255, 255, 255);
}

.button:active {
    transform: scale(0.95);
}

.button--bubble {
    position: relative;
    z-index: 2;
    color: white;
}

.button--bubble:hover+.button--bubble__effect-container .circle {
    background: var(--main-color);
}

.button--bubble:hover+.button--bubble__effect-container .button {
    background: var(--main-color);
}

.button--bubble:active+.button--bubble__effect-container {
    transform: scale(0.95);
}

.button--bubble__container {
    position: relative;
    display: inline-block;
}

.button--bubble__container .effect-button {
    position: absolute;
    width: 50%;
    height: 25%;
    top: 50%;
    left: 25%;
    z-index: 1;
    transform: translateY(-50%);
    background: var(--main-color);
    transition: background 0.1s ease-out 0s;
}

.button--bubble__effect-container {
    position: absolute;
    display: block;
    width: 200%;
    height: 400%;
    top: -150%;
    left: -50%;
    filter: url("#goo");
    transition: all 0.1s ease-out 0s;
    pointer-events: none;
}

.button--bubble__effect-container .circle {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: rgb(34, 34, 34);
    transition: background 0.1s ease-out 0s;
}

.button--bubble__effect-container .circle.top-left {
    top: 40%;
    left: 27%;
}

.button--bubble__effect-container .circle.bottom-right {
    bottom: 40%;
    right: 27%;
}

.goo {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.button--bubble__container {
    top: 50%;
    margin-top: -25px;
}


/* Button  */


/* Banner  */

.main_slider .slick-slide {
    margin: 0;
}

.main_slider .banner {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(100vh - 120px);
    z-index: 9;
}

.main_slider .banner_info {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main_slider .banner_info h3 img {
    height: unset;
    width: unset;
    margin-right: 10px;
}

.main_slider .banner_info h3 {
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.main_slider .banner_info h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 73px;
}

.main_slider .banner_info p {
    color: #fff;
    margin: 0px 0px;
}

.banner_info .theme_btn {
    margin-top: 35px;
}

.banner_info .button {
    text-transform: uppercase;
}

.banner_details {
    width: 61%;
}

.main_slider .slick-dots li button:before {
    color: #fff;
    top: -306px;
    font-size: 9px;
    left: 30px;
}

.main_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid;
    border-radius: 100%;
}

.main_slider .slick-dots li button {
    height: 20px;
    width: 20px;
}

.main_slider .slick-dots {
    text-align: unset;
}

.main_slider .slick-dots li {
    display: block;
    margin-top: 10px;
}

.main_slider .slick-active {
    opacity: 1;
}

.main_slider .banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000061;
    z-index: 0;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


/* Banner  */


/* After banner  */

.after_banner1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 43px;
    height: 300px;
    border-radius: 20px;
    background-color: #fff;
}

.after_banner1 h2 {
    font-weight: 700;
    font-size: 27px;
    color: #000;
    margin: 0;
}

.after_banner1 p {
    margin: 10px 0px;
    width: 90%;
    margin-bottom: 30px;
}

.after_banner1 ul li {
    margin-bottom: 10px;
}

.after_banner1 ul li i {
    color: var(--main-color);
    font-size: 25px;
    margin-right: 10px;
}

.after_banner1 ul li {
    font-size: 16px;
    color: #000;
}

.after_banner1 a {
    color: #237a69;
    font-weight: bold;
    text-decoration: underline;
}

.after_banner2 {
    background-image: url(../images/af2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 43px;
    height: 300px;
    position: relative;
    border-radius: 20px;
}

.after_banner2::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #237a69;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    z-index: 1;
    border-radius: 20px;
}

.af2 {
    z-index: 1;
    position: absolute;
}

.af2 h2 {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 10px;
}

.af2 p {
    color: #fff;
}

.af2 h2 {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 10px;
}

.af2 p {
    color: #fff;
}

.af2 .call {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--main-color);
    padding-top: 20px;
}

.af2 .call p {
    margin: 0;
    font-weight: bold;
}

.af2 .call h3 {
    color: #fff;
    margin: 0;
}

.af2 .call img {
    margin-right: 15px;
}

.af2 p a {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}

section.after_banner {
    position: relative;
    top: -100px;
}


/* After banner  */


/* About section  */

.about {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.about .row {
    align-items: center;
}

.about_image {
    height: 100%;
    width: 100%;
    position: relative;
}

.about_image img {
    height: inherit;
    width: 60%;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
}

.about_image::before {
    content: url(../images/partices.png);
    position: absolute;
    z-index: -1;
    left: 40px;
    top: -50px;
}

.abt_top p {
    font-family: 'uni-r';
    font-size: 30px;
    font-style: italic;
    line-height: 1;
}

.abt_top {
    position: absolute;
    right: 0;
    height: 200px;
    background: #fff;
    padding: 20px;
    width: 344px;
    bottom: 20px;
}

.abt_top i {
    color: #237a69;
    font-size: 50px;
}

ul.about_sign {
    display: flex;
    justify-content: space-between
}

ul.about_sign {
    display: flex;
    justify-content: space-between;
}

.about_info h3 {
    color: #237a69;
    font-size: 30px;
    text-transform: uppercase;
}

.about_info h2 {
    font-weight: 700;
    font-size: 45px;
}

.about_info>p {
    opacity: 0.6;
}

.about_info .about_sign p {
    font-family: 'uni-r';
    color: #000;
    font-size: 20px;
}

.about_info .about_sign p span {
    color: gray;
}

.about_info {
    padding: 0px 149px 0px 0px;
}


/* About section  */


/* Achievement section  */

.achievement {
    background-color: #dbb81542;
}

ul.counter {
    display: flex;
    align-items: center;
    padding: 0px 50px;
}

ul.counter h3 {
    color: #237a69;
    font-family: 'uni-r';
    font-size: 66px;
    margin-bottom: 10px;
}

ul.counter img {
    margin-right: 20px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(49%) saturate(542%) hue-rotate(118deg) brightness(95%) contrast(90%);
}

ul.counter p {
    margin: 0;
    color: gray;
    font-weight: 500;
}

.acvhievement_box {
    border-right: 1px solid var(--main-color);
    position: relative;
}

.acvhievement_box::before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: var(--main-color);
    border-radius: 100%;
    right: -5px;
    top: -15px;
}


/* Achievement section  */


/* Featuers  */

.featuers_sec {
    background: url(../images/features.jpg);
    padding-bottom: 130px;
}

.featuers_inner h2,
.featuers_inner h3,
.featuers_inner p {
    color: #fff;
}

.featuers_inner h3 {
    font-size: 16px;
}

.featuers_inner h2 {
    font-weight: 700;
}

.featuers_inner p {
    margin-bottom: 30px;
    width: 61%;
}

.featuers_inner .button {
    text-transform: uppercase;
}

.f_box {
    padding: 0px 30px 0px 30px;
    margin-top: 20px;
}

.f_box h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    border-bottom: 1px dashed var(--main-color);
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.f_box h2::before {
    content: url(../images/star.png);
    margin: 0px 10px 0px -20px;
}

.f_box p {
    color: #fff;
}

.skype_sec_inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    background: #fff;
    margin-top: -58px;
    margin-bottom: 40px;
    position: relative;
}

.skype_sec_inner::after {
    content: url(../images/sk.png);
    position: absolute;
    right: 0;
    bottom: 0;
}

.skype_sec_image img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.skype_sec_info h2 {
    font-weight: 700;
    margin: 0;
    font-size: 34px;
}

.skype_sec_info {
    width: 51%;
    margin: 0 auto;
}

.skype_sec_info p {
    font-size: 19px;
    margin: 10px 0px;
}

.skype_sec_info p a {
    color: #237a69;
    text-decoration: underline;
}

.skype_sec_image a {
    position: absolute;
    height: 90px;
    width: 90px;
    background: #237a69;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 15px solid #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -38px;
    font-size: 23px;
}

.skype_sec_image {
    position: relative;
}

.heading h3 {
    font-size: 22px;
    color: #237a69;
    font-weight: 500;
}

.heading h2 {
    font-weight: 700;
    width: 48%;
    font-size: 45px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.heading h3 {
    font-size: 22px;
    color: #237a69;
    font-weight: 500;
}

.service_box .service_image {
    height: 250px;
    width: 100%;
}

.service-slider .slick-active {
    opacity: 1;
}

.service-slider .slick-track {
    margin: 25px 0;
}

.service-slider .slick-next:before {
    position: absolute;
    content: '\f054';
    width: 50px;
    height: 50px;
    background: #237a69;
    border-radius: 50px;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.service-slider .slick-prev:before {
    position: absolute;
    content: '\f053';
    width: 50px;
    height: 50px;
    background: #237a69;
    border-radius: 50px;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    left: -30px;
}

.service_box .service_image img {
    height: inherit;
    width: inherit;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service_info h2 {
    font-size: 24px;
    font-weight: 700;
    color: #237a69;
    margin: 10px 0px;
    text-transform: capitalize;
}

.service_info {
    text-align: center;
    padding: 10px 21px;
}

.service_info p {
    opacity: 0.7;
}

ul.read_more {
    display: flex;
    justify-content: end;
    border-top: 1px solid #237a69;
    padding: 10px 0px;
    margin: 0;
    align-items: center;
}

ul.read_more>li>a {
    color: #237a69;
}

.service_box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    /* Featuers  */
}

.service_box ul.read_more li:last-child a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--main-color);
    border-radius: 100%;
}

.service_box ul.read_more li>a {
    font-family: 'uni-r';
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.service-sec-heade h2 {
    font-size: 60px;
    text-decoration: underline;
}

.book_appoinment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    border-top: 1px solid #237a69;
    padding-top: 30px;
}

.book_appoinment ul {
    display: flex;
    align-items: center;
}

.book_appoinment ul li img {
    margin-right: 24px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(49%) saturate(542%) hue-rotate(118deg) brightness(95%) contrast(90%);
}

.book_appoinment ul li h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
}

.book_appoinment p {
    font-size: 20px;
    margin: 10px 0px;
}

.book_appoinment ul li .theme_btn {
    margin-left: 10px;
}

.testimonial {
    background: url(../images/testimmonial_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 150px;
}

.testimonial_slide {
    text-align: center;
}

.testimonial_slide .testimonial_image {
    height: 100px;
    width: 100px;
    margin: 10px auto;
}

.testimonial_slide .testimonial_image img {
    height: inherit;
    width: inherit;
    border-radius: 100%;
    object-fit: cover;
}

.testimonial_slide p {
    color: #fff;
    font-size: 21px;
    font-family: 'uni-r';
    width: 58%;
    margin: 20px auto;
}

.testimonial_slide h4 {
    color: #fff;
    font-size: 16px;
}

.testimonial_slide h4 span {
    font-weight: 400;
}

.slick-dots li button:before {
    color: #fff;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 11px;
}


/* Booking Form  */

.booking_sec {
    background: #ececec;
    border-radius: 10px;
}

.booking_image h2 {
    position: absolute;
    color: #fff;
    bottom: 69px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    width: 67%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.booking_image {
    position: relative;
    width: 100%;
    height: 500px;
}

.booking_image img {
    width: inherit;
    height: inherit;
}

form.booking_form {
    padding: 20px;
}

form.booking_form input,
form.booking_form select {
    width: 100%;
    border: none;
    height: 50px;
    padding: 10px;
    margin-bottom: 30px;
}

form.booking_form p {
    margin-bottom: 10px;
}

form.booking_form button {
    width: 100%;
    border: none;
    height: 50px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: var(--main-color);
    color: #fff;
}

section.home_booking_form {
    margin-top: -146px;
    margin-bottom: 60px;
}


/* Booking Form  */


/* Contact section  */

.contact_box h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact_box p {
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #000;
}

.contact_box p>a {
    color: #000;
    text-decoration: auto;
    margin-left: 10px;
    font-size: 16px;
}

.contact_box {
    padding: 0px 45px;
}

.col-lg-4.col-md-4:last-child .contact_box {
    border: none;
}

.col-lg-4.col-md-4:last-child .contact_box::after {
    display: none;
}

.contact_box a {
    color: #237a69;
    font-weight: 600;
    font-size: 17px;
    text-decoration: underline;
}

.contact_box {
    border-right: 1px dashed #237a69;
    position: relative;
}

section.contact_sec {
    margin-bottom: 60px;
}

.contact_box:after {
    height: 10px;
    width: 10px;
    background: #237a69;
    position: absolute;
    content: '';
    border-radius: 100%;
    top: -16px;
    right: -5px;
}


/* Contact section  */


/* Before Footer  */

.before_footer {
    background-image: url(../images/before_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.footer_inner.ftr-log-box {
    width: 90%;
}

.footer-nav p {
    text-align: center;
    padding: 20px;
    background: #10816d;
}

.footer_inner.ftr-log-box a img {
    width: 59%;
}

.before_footer h2 {
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    width: 80%;
    margin-bottom: 10px;
}

.before_footer p {
    color: #fff;
    font-family: 'uni-r';
    font-size: 20px;
    font-style: italic;
    margin: 0;
}

.before_footer ul li input {
    border: none;
    height: 50px;
    width: 70%;
    padding: 15px;
}

.before_footer ul li button {
    border: none;
    height: 50px;
    width: 30%;
    margin-top: 10px;
    background-color: var(--main-color);
    color: #fff;
}

.before_footer #ns {
    font-family: 'uni-r';
    font-size: 14px;
    font-style: normal;
    text-align: center;
}

.before_footer #ns a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}


/* Before Footer  */


/* Footer  */

footer {
    background: #000;
    padding: 60px 0px;
}

footer p {
    color: #fff;
}

.footer_inner ul {
    display: flex;
}

.footer_inner ul li i {
    color: #237a69;
    font-size: 18px;
}

.footer_inner ul li {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

footer h4 {
    font-family: 'uni-r';
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

footer h4::after {
    content: '';
    height: 3px;
    width: 56px;
    background-color: var(--main-color);
    position: absolute;
    bottom: 7px;
    left: 0;
}

footer {
    background: #000;
    padding: 60px 0px;
}

footer p {
    color: #fff;
    margin: 0;
}

.footer_inner ul {
    display: flex;
    margin-top: 20px;
}

.footer_inner ul li i {
    color: #237a69;
    font-size: 18px;
}

.footer_inner ul li {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

.footer_inner2 ul li a {
    color: #fff;
    display: block;
    margin: 12px 0px;
}

.footer_inner3 ul li a {
    color: #848484;
    display: block;
    margin: 10px 0px;
}

.footer_inner4 ul {
    align-items: center;
    display: flex;
    margin: 0;
}

.footer_inner4 ul .contact_icon {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.footer_inner4 ul .contact_icon i {
    color: #237a69;
    font-size: 24px;
}

.footer_inner4 ul h5 {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.footer_inner4 .bg {
    background: #181818;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 13px;
}

.footer_inner p {
    margin: 20px 0px;
    opacity: 0.7;
}


/* Footer  */


/* inner  */

.inner_banner .banner {
    height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.inner_banner .banner img {
    height: inherit;
    width: inherit;
    object-fit: cover;
}

.inner_banner .banner_info {
    position: absolute;
    width: 100%;
}

.inner_banner .banner_info h2 {
    font-weight: 700;
    color: #fff;
    font-size: 73px;
    text-transform: uppercase;
}


/* inner  */

.service_page .service_box {
    margin-bottom: 50px;
}

.service-detail-btn {
    margin-top: 40px;
}

.pr_pagination ul {
    display: flex;
    justify-content: center;
}

.pr_pagination ul li {
    height: 60px;
    width: 60px;
    margin: 0px 10px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}

.pr_pagination ul li:first-child {
    background-color: var(--main-color);
    color: #fff;
}

.contact_page_top {
    background-image: url('../images/abt_page_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.contact_page_head h5 {
    font-size: 18px;
    line-height: 25px;
    color: #a65e48;
    font-weight: 600;
    margin: 0 0 20px;
}

.contact_page_head h4 {
    font-size: 27px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}

.contact_page_head p {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px;
}

.be_in_touch_box figure img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.be_in_touch_box .touch_box_txt h4 {
    font-size: 20px;
    line-height: 24px;
    color: #1e1e1e;
    font-weight: 600;
    margin: 30px 0 5px;
}

.be_in_touch_box .touch_box_txt h5 {
    font-size: 16px;
    line-height: 24px;
    color: #313236;
    font-weight: 400;
    margin: 0;
}

.be_in_touch_box .touch_box_txt h5 span {
    color: #7f7f7f;
}

.be_in_touch_box {
    padding: 20px 0px;
    height: 200px;
}

.br-1 {
    border-right: 1px solid #d7d7d7;
}

.bb-0 {
    border-bottom: 0px solid #d7d7d7;
}

.bb-1 {
    border-bottom: 1px solid #d7d7d7;
}

.contact_page_map iframe {
    width: 100%;
    height: 500px;
}

li.psychiatric-name {
    font-size: 22px !important;
    font-weight: 600;
}

.contact-info ul li {
    font-size: 14px;
}

.contact-info ul li a {
    color: #0e7a6c;
    font-weight: 500;
}

.contact-info h3 {
    font-size: 40px;
    margin-bottom: 25px;
}


/* faq's */

section.faq-sec {
    padding: 80px 0;
}

.accordion-button:not(.collapsed) {
    color: var(--main-color);
    background: #fff;
    box-shadow: none;
}

.accordion-button {
    font-family: 'uni-r';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 8px 20px;
    margin: 0;
    border: none;
    box-shadow: 0 0 20px 0 #0000001f;
    border-radius: 7px;
}

.accordion-item {
    border: none;
    margin: 40px 0;
    box-shadow: 0 0 20px 0 #0000001f;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--main-color);
    background: #fff;
    box-shadow: none;
}

.accordion-button {
    font-family: 'uni-r';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 13px 20px;
    margin: 0;
    border: none;
    box-shadow: 0 0 20px 0 #0000001f;
    border-radius: 7px;
}

.accordion-item {
    border: none;
    margin: 40px 0;
    box-shadow: 0 0 20px 0 #0000001f;
    border-bottom: 10px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    box-shadow: none;
}

.accordion-item:first-of-type {
    border-radius: 10px;
}

.accordion-button:not(.collapsed)::after {
    border-color: var(--main-color);
    background: transparent;
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-top: 14px;
    filter: none;
}

.accordion-button::after {
    border: 1px solid #bdbdbd;
    padding: 14px;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    filter: hue-rotate(264deg);
}

.accordian-wrap {
    padding: 0 25px;
    position: relative;
}

.accordian-wrap.bard:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background: #237a69;
    left: -12.5px;
    top: 0;
}

.accordian-wrap.bard:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #237a69;
    left: -20px;
    top: 0;
    border-radius: 50%;
}


/* faq's */


/* book now */

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000045;
}

section.book-now-sec {
    background: #f8f6f6;
    padding: 100px 0;
    margin-bottom: 80px;
}

a.ui-datepicker-next {
    order: 3;
}

.ui-datepicker-title {
    font-size: 23px;
    background: #ede0d9;
    padding: 10px 20px;
    border-radius: 6px;
}

.ui-datepicker-header a {
    font-size: 30px;
}

table.ui-datepicker-calendar {
    width: 90%;
    text-align: center;
    margin: auto;
}

table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
}

table.ui-datepicker-calendar thead {
    border-bottom: 2px solid #000;
}

div#datepicker {
    background: #ede0d9;
    border-radius: 10px;
}

td.ui-datepicker-current-day {
    background: #f3f3f3;
    border-radius: 10px;
}

table.ui-datepicker-calendar th {
    padding-top: 30px;
}

p.bgText {
    font-size: 20px;
}

.select-time {
    margin-top: 50px;
}

.select-time>span {
    font-size: 20px;
}

.time-box-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-flow: wrap;
}

.time-btn {
    width: 30%;
    position: relative;
    margin: 15px 0;
}

.time-btn input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.time-btn span {
    color: #000;
    font-size: 20px;
    height: 65px;
    width: 100%;
    background: #ede0d9;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.time-btn input:checked+span {
    background: #237a69;
    color: #fff;
}

a.btn-lg-mo {
    height: 70px;
    display: inline-flex;
    background: #ede0d9;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 10px;
}

a.btn-lg-mo i {
    margin-left: 30px;
}

.book-form {
    margin-top: 70px;
}

.book-form input,
.book-form textarea {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border: none;
    box-shadow: 0 0 20px 0 #0003;
    border-radius: 6px;
}

.book-form textarea {
    height: 150px;
}

.book-form button.btn-1 {
    height: 50px;
    padding: 0 30px;
    background: #237a69;
    border: none;
    color: #fff;
}


/* book now */


/* service Details  */

.service_details {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 38px;
}

.service_details_image {
    height: 450px;
    width: 100%;
}

.service_details_image img {
    height: inherit;
    width: inherit;
    object-fit: cover;
}

.service_content {
    padding: 20px;
}

.service_content h2 {
    font-size: 29px;
    font-weight: 700;
    color: #237a69;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.service_content span {
    font-family: 'uni-r';
    color: #929191;
    font-size: 15px;
}

.service_content p {
    opacity: 0.6;
}


/* service Details  */


/*LIFE AT PODCAST SEC STRT*/

.podcast_vid_wrap {
    position: relative;
}

.podcast_vid_wrap figure {
    margin: 0;
}

.overlay-counselling-video {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.sm_podcast_box .podcast_txt h5 {
    font-size: 14px;
    line-height: 20px;
    color: #313236;
    font-weight: 700;
    margin: 0 0 10px;
}

.sm_podcast_box .podcast_txt p {
    font-size: 11px;
    color: #666;
}

.sm_podcast_box .podcast_txt p span.author {
    font-weight: 600;
    color: #000;
}

.sm_podcast_box .podcast_txt p span.date {
    font-style: italic;
}

.life_at_home h4 {
    font-family: 'uni-';
    font-size: 37px;
    line-height: 37px;
    color: #313236;
    font-weight: 600;
    margin: 0 0 20px;
}

.see_all_btn {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #000;
}

.big_podcast_text {
    position: absolute;
    background-color: #000000b5;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
}

.big_podcast_text h5 {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0px;
}

.big_podcast_text p {
    font-size: 11px;
    color: #fff;
    margin: 0;
}

.big_podcast_text p span.author {
    font-weight: 600;
    color: #fff;
}

.big_podcast_text p span.date {
    font-style: italic;
}

.podcas_top_sec .news_box_txt h6 {
    background-color: #a65e48 !important;
    color: #fff !important;
}

.podcas_top_sec .news_box_txt a {
    font-size: 20px;
    font-family: 'uni-r';
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}


/*LIFE AT PODCAST SEC END*/


/*HOME NEWS SEC STRT*/

.news_box_txt {
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 30px;
    left: 0;
    right: 0;
}

.news_box {
    position: relative;
}


/*.news_box img {
    width: 100%;
}*/

.news_box_txt h6 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 22px;
    display: inline-block;
    padding: 3px 30px;
    border-radius: 100px;
}

.news_box_txt a {
    color: #fff;
    font-size: 39px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-family: 'uni-r';
    display: block;
}

.news_box_txt ul li {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px;
    display: inline-block;
}

.news_box_txt ul li img {
    margin: 0 7px 0 0px;
}

.news_box:hover {
    filter: grayscale(1);
}

.news_box figure img {
    width: 100%;
}

.podcast_vid_wrap img {
    width: 100%;
}

.resources_det_sec img {
    width: 100%;
}

.resources_det_sec h3 {
    font-size: 35px;
    line-height: 40px;
    color: #151515;
    font-weight: 600;
    margin: 20px 0 30px;
}

.resources_det_sec p {
    font-size: 14px;
    line-height: 26px;
    color: #7a7a7a;
}


/*HOME NEWS SEC END*/

.heading.text-center img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(49%) saturate(542%) hue-rotate(118deg) brightness(95%) contrast(90%);
}

.about_info img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(49%) saturate(542%) hue-rotate(118deg) brightness(95%) contrast(90%);
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*404 Page*/
.error-404 p {
    color: white;
    font-size: 20px;
}
.error-404 .btn_not_found {
    background-color: #327d7b;
    color: white;
    padding: 10px 35px !important;
    border-radius: 20px;
}
.error-404 h2 {
    margin-bottom: 0;
}





.footer_inner ul {
    justify-content: center;
    width: 59%;
}



@media only screen and (max-device-width: 650px)
{
/*Header*/
.topSec p {
    text-align: center;
}
.menuSec .col-md-2 {
    width: 65%;
}
.menuSec .row {
    justify-content: center;
}
.logo {
    text-align: center;
}
/*Home Baner*/
.main_slider .banner {
    height: 500px !important;
}
.banner_details {
    width: 100% !important;
}
.main_slider .banner_info h1 {
    font-size: 65px !important;
}
.slick-dots {
    position: relative !important;
    bottom: -225px !important;
    display: flex !important;
    left: -30px !important;
    justify-content: center;
}
/*Home*/
.about_info {
    padding: 20px 0px 0px 0px !important;
}
.about.pb_8 {
    padding-bottom: 0 !important;
}
.about_image img {
    width: 90% !important;
}
.featuers_sec .container>.row {
    justify-content: center;
}
.featuers_sec .f_box h2 {   
    font-size: 30px !important;
}
.skype_sec_info {
    width: 90% !important;
    padding: 20px 0 !important;
}
.skype_sec_info h2 {
    text-align: center;
}
.skype_sec_image a {
    bottom: 0 !important;
    right: 2px !important;
}
.home section.services.pt_8.pb_8 {
    display: none !important;
}
/*WHo We Are*/
ul.about_sign {
    margin-bottom: 0 !important;
}
.about .row {
    margin-top: 0 !important;
}
/*Inner Banner*/
.inner_banner .banner_info h2 {
    font-size: 40px !important;
}
.inner_banner .banner {
    height: 200px !important;
}
.inner_banner .banner img {
    object-position: right !important;
}
/*Footer*/
.footer_inner.ftr-log-box a img {
    width: 100% !important;
}
footer .col-lg-4:nth-child(1) {
    display: flex;
    justify-content: center;
}
.footer_inner ul {
    width: 100%;
}
.contact-info h3 {
    font-size: 36px;
    margin-bottom: 15px;
}
}







@media only screen and (min-device-width: 768px) and (max-device-width: 1023px)
{
/*Header*/
.menuSec .col-md-8 {
    width: 80%;
}
.menuSec .col-md-2 {
    width: 20%;
}
.menuSec ul {
    width: 100% !important;
    justify-content: flex-end;
}
/*Home Banner*/
.banner_details {
    left: 10%;
    position: relative;
}
.main_slider .banner {
    height: 450px !important;
}
.slick-dots {
    bottom: -125px !important;
}
/*Home*/
.about_info {
    padding: 0px 0px 0px 0px !important;
}
.about_image img {
    width: 90% !important;
}
.about_image::before {
    left: 0;
    top: -50px;
}
.featuers_sec .col-lg-3 {
    width: 50%;
}
.home section.services.pt_8.pb_8 {
    display: none !important;
}
/*Inner Banner*/
.inner_banner .banner {
    height: 300px !important;
}
/*Footer*/
.footer_inner.ftr-log-box a img {
    width: 80%;
}
.footer_inner ul {
    width: 80%;
    justify-content: flex-start;
}
.skype_sec_image a {
    height: 70px;
    width: 70px;
    right: -30px;
    font-size: 17px;
}
.skype_sec_info {
    width: 80%;
    margin: 0 auto;
}
.skype_sec_info h2 {
    font-size: 25px;
}
section.contact_page_top .col-lg-4 {
    width: 50%;
}
}








@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
/*Home Banner*/
.banner_details {
    left: 10%;
    position: relative;
}
.main_slider .banner {
    height: 600px !important;
}
.slick-dots {
    bottom: -75px !important;
}
/*Home*/
.about_info {
    padding: 0px 0px 0px 0px !important;
}
.about_image img {
    width: 90% !important;
}
.featuers_sec .col-lg-3 {
    width: 50%;
}
.skype_sec_info {
    width: 80% !important;
}
.home section.services.pt_8.pb_8 {
    display: none !important;
}
/*Inner Banner*/
.inner_banner .banner {
    height: 500px !important;
}
/*Footer*/
.footer_inner.ftr-log-box a img {
    width: 100%;
}
footer .col-lg-4:first-child {
    width: 28%;
}
footer .col-lg-3:nth-child(2) {
    width: 30.3%;
}
.footer_inner ul {
    width: 100%;
}
}


@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .logo img {
    max-width: 210px !important;
    height: 110px !important;
    object-fit: cover;
}
.about_image::before {
    left: 0 !important;
    top: -20px !important;
}
.skype_sec_info {
    width: 80% !important;
    margin: 0 auto;
}
.footer_inner.ftr-log-box a img {
    width: 80%;
    object-fit: contain;

}
.footer_inner2 {
    margin-left: -50px;
}
.service_info h2 {
    font-size: 20px;
}
section.services.service_page.pt_8.pb_8 {
    padding: 60px 0 20px 0 !important;
}
.top1 p {
    font-size: 14px;
}
section.contact_page_top .col-lg-4 {
    width: 50%;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo img {
    max-width: 200px !important;
    height: 100px !important;
    object-fit: cover !important;
}
.menuSec ul li a {
    padding: 10px 10px !important;
    font-size: 18px !important;
}
.main_slider .banner_info h1 {
    font-size: 50px !important;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .logo h2 {
        font-size: 20px;
    }
    .button {
        padding: 10px;
    }
    .menuSec {
        padding: 20px 0px;
    }
    .topSec {
        text-align: center;
    }
    .topSec p {
        text-align: center;
    }
    .slick-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .banner_details {
        width: 100%;
    }
    .main_slider .banner_info h3 {
        font-size: 20px;
    }
    .main_slider .banner_info h1 {
        font-size: 30px;
    }
    .main_slider .banner_info p {
        font-size: 14px;
        line-height: 1.2;
    }
    .main_slider .slick-dots {
        display: none;
    }
    .after_banner1 {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .after_banner2 {
        padding: 20px;
    }
    .af2 .call h3 {}
    .af2 .call h3 {
        font-size: 23px;
    }
    .abt_top p {
        font-size: 20px;
    }
    .abt_top {
        width: 100%;
        height: auto;
    }
    .about_image img {
        width: 100%;
    }
    .about_info {
        padding: 0;
        margin-top: 60px;
    }
    .about_info h2 {
        font-size: 30px;
    }
    .pb_8 {
        padding-bottom: 40px;
    }
    .pt_8 {
        padding-top: 40px;
    }
    .featuers_inner h2 {
        font-size: 33px;
    }
    .featuers_inner p {
        width: 100%;
    }
    .f_box {
        padding: 10px;
    }
    .skype_sec_info {
        width: 100%;
        padding: 15px;
    }
    .skype_sec_info h2 {
        font-size: 29px;
    }
    .skype_sec_info p {
        font-size: 16px;
    }
    .heading h2 {
        width: 100%;
        font-size: 28px;
    }
    .service_info {
        margin-bottom: 20px;
    }
    .book_appoinment {
        display: block;
    }
    .book_appoinment ul li h2 {
        font-size: 25px;
    }
    .book_appoinment p {
        font-size: 13px;
        margin: 0;
    }
    .book_appoinment ul li img {
        margin-right: 40px;
    }
    .testimonial_slide p {
        width: 100%;
        font-size: 14px;
    }
    .booking_image img {
        object-fit: cover;
    }
    .booking_image {
        height: 350px;
    }
    section.home_booking_form {
        margin-top: -30px;
    }
    .booking_image h2 {
        width: 93%;
        font-size: 27px;
    }
    .contact_box {
        padding: 0;
        margin-bottom: 30px;
    }
    .before_footer h2 {
        width: 100%;
        font-size: 33px;
    }
    .before_footer ul li button {
        font-size: 14px;
    }
    .before_footer {
        padding: 20px 0px;
    }
    .footer_inner2 {
        margin: 27px 0px;
    }
    .accordian-wrap {
        padding: 0;
    }
    .inner_banner .banner_info h2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .logo h2 {
        font-size: 20px;
    }
html .logo img {
    object-fit: contain !important;
    width: 200px !important;
    height: 100px !important;
}
    .button {
        padding: 10px;
    }
    .menuSec {
        padding: 20px 0px;
    }
    .topSec {
        text-align: center;
    }
    .topSec p {
        text-align: center;
    }
    .slick-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .banner_details {
        width: 100%;
    }
    .main_slider .banner_info h3 {
        font-size: 20px;
    }
    .main_slider .banner_info h1 {
        font-size: 30px;
    }
    .main_slider .banner_info p {
        font-size: 14px;
        line-height: 1.2;
    }
    .main_slider .slick-dots {
        display: none;
    }
    .after_banner1 {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .after_banner2 {
        padding: 20px;
    }
    .af2 .call h3 {}
    .af2 .call h3 {
        font-size: 23px;
    }
    .abt_top p {
        font-size: 20px;
    }
    .abt_top {
        width: 100%;
        height: auto;
    }
    .about_image img {
        width: 100%;
    }
  .about_info {
    padding: 0;
    margin-top: 20px;
}
    .about_info h2 {
        font-size: 30px;
    }
    .pb_8 {
        padding-bottom: 40px;
    }
    .pt_8 {
        padding-top: 40px;
    }
    .featuers_inner h2 {
        font-size: 33px;
    }
    .featuers_inner p {
        width: 100%;
    }
    .f_box {
        padding: 10px;
    }
    .skype_sec_info {
        width: 100%;
        padding: 15px;
    }
    .skype_sec_info h2 {
        font-size: 29px;
    }
    .skype_sec_info p {
        font-size: 16px;
    }
    .heading h2 {
        width: 100%;
        font-size: 28px;
    }
    .service_info {
        margin-bottom: 20px;
    }
    .book_appoinment {
        display: block;
    }
    .book_appoinment ul li h2 {
        font-size: 25px;
    }
    .book_appoinment p {
        font-size: 13px;
        margin: 0;
    }
    .book_appoinment ul li img {
        margin-right: 40px;
    }
    .testimonial_slide p {
        width: 100%;
        font-size: 14px;
    }
    .booking_image img {
        object-fit: cover;
    }
    .booking_image {
        height: 350px;
    }
    section.home_booking_form {
        margin-top: -30px;
    }
    .booking_image h2 {
        width: 93%;
        font-size: 27px;
    }
    .contact_box {
        padding: 0;
        margin-bottom: 30px;
    }
    .before_footer h2 {
        width: 100%;
        font-size: 33px;
    }
    .before_footer ul li button {
        font-size: 14px;
    }
    .before_footer {
        padding: 20px 0px;
    }
    .footer_inner2 {
        margin: 27px 0px;
    }
    .accordian-wrap {
        padding: 0;
    }
    .inner_banner .banner_info h2 {
        font-size: 50px;
    }
    .about_image::before {
    left: 0;
    top: auto;
    bottom: -20px;
}
.skype_sec_inner {
    margin-top: -35px;
    margin-bottom: 40px;
}
section.contact_page_map .col-lg-12.col-md-12.col-12.noPadding p {
    margin-bottom: 0 !important;
}
}

@media only screen and (min-width: 280px) and (max-width: 299px) {
    .logo h2 {
        font-size: 20px;
    }
    ul.counter h3 {
        font-size: 42px;
    }
    .button {
        padding: 10px;
    }
    .menuSec {
        padding: 20px 0px;
    }
    .topSec {
        text-align: center;
    }
    .topSec p {
        text-align: center;
    }
    .slick-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .banner_details {
        width: 100%;
    }
    .main_slider .banner_info h3 {
        font-size: 14px;
    }
    .main_slider .banner_info h1 {
        font-size: 30px;
    }
    .main_slider .banner_info p {
        font-size: 14px;
        line-height: 1.2;
    }
    .main_slider .slick-dots {
        display: none;
    }
    .after_banner1 {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .after_banner2 {
        padding: 20px;
    }
    .af2 .call h3 {}
    .af2 .call h3 {
        font-size: 23px;
    }
    .abt_top p {
        font-size: 20px;
    }
    .abt_top {
        width: 100%;
        height: auto;
    }
    .about_image img {
        width: 100%;
    }
    .about_info {
        padding: 0;
        margin-top: 60px;
    }
    .about_info h2 {
        font-size: 30px;
    }
    .pb_8 {
        padding-bottom: 40px;
    }
    .pt_8 {
        padding-top: 40px;
    }
    .featuers_inner h2 {
        font-size: 33px;
    }
    .featuers_inner p {
        width: 100%;
    }
    .f_box {
        padding: 10px;
    }
    .skype_sec_info {
        width: 100%;
        padding: 15px;
    }
    .skype_sec_info h2 {
        font-size: 29px;
    }
    .skype_sec_info p {
        font-size: 16px;
    }
    .heading h2 {
        width: 100%;
        font-size: 28px;
    }
    .service_info {
        margin-bottom: 20px;
    }
    .book_appoinment {
        display: block;
    }
    .book_appoinment ul li h2 {
        font-size: 25px;
    }
    .book_appoinment p {
        font-size: 13px;
        margin: 0;
    }
    .book_appoinment ul li img {
        margin-right: 40px;
    }
    .testimonial_slide p {
        width: 100%;
        font-size: 14px;
    }
    .booking_image img {
        object-fit: cover;
    }
    .booking_image {
        height: 350px;
    }
    section.home_booking_form {
        margin-top: -30px;
    }
    .booking_image h2 {
        width: 93%;
        font-size: 27px;
    }
    .contact_box {
        padding: 0;
        margin-bottom: 30px;
    }
    .before_footer h2 {
        width: 100%;
        font-size: 33px;
    }
    .before_footer ul li button {
        font-size: 12px;
    }
    .before_footer {
        padding: 20px 0px;
    }
    .footer_inner2 {
        margin: 27px 0px;
    }
    .accordian-wrap {
        padding: 0;
    }
    .inner_banner .banner_info h2 {
        font-size: 50px;
    }
    .slicknav_menu {
        display: block;
    }
}



