@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,400;0,9..40,500;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500&family=Inter:wght@100;200;300;400;500;600&family=Montserrat:wght@100;200;300;400;500;600&family=Roboto:wght@100;300;400&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Roboto', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

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: 'Saudagar';
    src: url(../fonts/Saudagar.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #6f96d1!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #6f96d1!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 12px 40px;
    border-radius: 40px;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
}
.btn10 i{
    margin-left: 10px;
}
.btn10:hover {
    border: 1px solid #000000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #000000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.btn11 {
    border: 3px solid #6f96d1!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ffffff!important;
    z-index: 10;
    display: inline-block;
    color: #4e4e4e;
    padding: 7px 8px 7px 30px;
    border-radius: 40px;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 600 !important;
    text-transform: uppercase;
}
.btn11 i{
    margin-left: 20px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7bddff+0,58b7ff+100 */
    background: #6f96d1; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #7bddff 0%, #58b7ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #7bddff 0%,#58b7ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #6f96d1 0%,#6f96d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bddff', endColorstr='#58b7ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 50px;
    transform: rotate(45deg);
    color: #fff;
}
.btn11:hover {
    border: 1px solid #000000!important;
    color: #fff!important
}

.btn11::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #000000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn11::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn11:hover::before,
.btn11:hover::before {
    opacity: 1;
    width: 116%
}

.btn11:hover::after,
.btn11:hover::after {
    opacity: 1;
    width: 120%
}

.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: 'Saudagar', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #1b1b1b;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Saudagar', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #1b1b1b;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Saudagar', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #1b1b1b;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Saudagar', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #1b1b1b;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Saudagar', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #1b1b1b;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Saudagar', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #1b1b1b;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #848484;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', serif;
    font-weight: 400;
    margin: 0px;
    position: relative;
}

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 */
header {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 20px 0;
    background: #fff;
}
.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.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: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}


.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: #6f96d1;
}

.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 */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.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: #7496d1;
    width: 10px;
    height: 12px;
}

.main_slider img{
    width: 100%;
    height: 110vh;
    object-fit: cover;
}
.banner_text h1{
    font-size: 50px;
    line-height: 95px;
}
.banner_text h1 span{
    color: #000000;
    /* display: block; */
    /* height: 100px; */
    font-size: 50px;
}
section.main_slider {
    position: relative;
}
/*banner css end*/


/* search box css */

.about_us_sect{
    padding: 80px 0;
}
.theme_heading h2{
    font-size: 103px;
    margin-bottom: 0;
    line-height: 130px;
}
.about_content_home p{
    margin-bottom: 20px;
}

.about_Sec2 ul li{
    display: flex;
    align-items: flex-start;
}
.about_Sec2 ul li:not(:last-child){
    margin-bottom: 30px;
}
.about_points {
    display: flex;
}

.about_check{
    width: 3%;
    margin-right: 4%;
}
.about_list {
    width: 88%;
}
.about_check i{
    font-size: 16px;
    color: #6f96d1;
    width: 25px;
    height: 25px;
    background: #d4dff1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.about_Sec2>p{
    margin-bottom: 30px;
}

.about_list h6{
    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.about2_img img{
    border-radius: 410px;
    width: 85%
}
.about2_img{
    position: relative;
}
.about2_img::before{
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    background: #fff;
    border-radius: 400px;
    border: 2px solid #6f96d1;
    right: 0;
    z-index: -1;
}
.online_session{
    text-align: center;
}

/*howtoheal*/

.howtoheal{
    padding-top: 120px;
}

.howtoheal .head-title {
    text-align: center;
    margin-bottom: 60px;
}

.howtoheal .head-title h2 {
    font-size: 103px;
    font-weight: 400;
    color: #1b1b1b;
}

.howtoheal .head-title p {
    width: 85%;
    margin: 0 auto;
    line-height: 27px;
}

.areasoffoucs{
    background: url(../images/area-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.areasoffoucs .title-head2 {
    text-align: center;
    padding-top: 70px;
    margin-bottom: 30px;
}

.areasoffoucs .title-head2 h3 {
    font-size: 77px;
    font-weight: 400;
    color: #fff;
}

.areasoffoucs .circle-box{
    
background: #fff;
    
border-radius: 60%;
    
padding: 50px 20px;
    
width: 230px;
    
height: 230px;
    
display: flex;
    
align-items: center;
    
justify-content: center;
    
text-align: center;
    
border: 1px solid #000;
    
position: relative;
    
left: 33px;
    
margin-bottom: 30px;
transition: 0.3s ease-in-out;
}
.areasoffoucs .circle-box:hover{transition: 0.3s ease-in-out;background: #6f96d1;transform: scale(0.9);}
.areasoffoucs .circle-box:hover a{
    color: #fff;
}
.areasoffoucs .circle-box a{
    font-size: 28px;
    font-weight: 400;
    font-family: 'Saudagar', Sans-Serif;
    line-height: 40px;
    color: #6f96d1;
}

.areasoffoucs .circle-box a:hover{}

.backgrnd-blue{
    position: relative;
    text-align: center;
}

.backgrnd-blue .btn10{
    background: transparent !important;
    border: 1px solid #fff !important;
    margin-top: 40px;
    display: inline-block;
}

.custstyle h5 {
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    font-size: 26px;
}
.custstyle .modal-header .btn-close {
    opacity: 1;
    color: #fff;
    border-radius: 60px;
    border: 2px solid #000;
}

.backgrnd-blue:before {
    content: '';
    position: absolute;
    top: -470%;
    left: 0;
    width: 100%;
    height: 600px;
    background: #6f96d1;
    z-index: -1;
}

/*howtoheal End*/


.about_img img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: -528px;
}


.about_content_home.theme_heading {
    margin-top: 60px;
    background: #fff;
    padding: 70px;
    position: relative;
}

.about_content_home.theme_heading:after {
    content: '';
    position: absolute;
    right: -11%;
    top: -10%;
    background: #7496d1;
    width: 86%;
    height: 100%;
    z-index: -1;
}

.play_vid {
    position: absolute;
    bottom: 30%;
    right: 4%;
    width: 140px;
}

.play_vid_circle {
    position: relative;
}

.play_vid_circle a {
    position: absolute;
    top: 0;
    
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.play_vid img {
    width: 100%;
    animation: whyrotat 20s linear infinite;
}


@keyframes whyrotat {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.book_consultation_Sec {
    padding: 120px 0 80px;
}
.book_consult_content h2{
    margin-bottom: 10px;
    font-size: 61px;
}
.book_consult_content p{
    width: 75%;
    margin: 0 auto 30px;

}



/*.footer_main{
    background-image: url(../images/footer_bg.jpg);
    padding: 80px 0;
    background-size: cover;
}
.footer_main form{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.footer_main form input{
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border: 1px solid #8b8b8a;
    border-radius: 0;
    background: transparent;
}
.footer_main form button {
    position: absolute;
    width: 28%;
    height: 50px;
    border: none;
    right: 0;
    color: #fff;
    background: #7496d1;
    font-size: 18px;
}
.footer_news ul{
    margin-top: 40px;
    text-align: center;
    justify-content: center; 
    display: flex;
    gap:10px;
}
.footer_news ul li a i{
    width: 50px;
    height: 50px;
    display: flex;
    transition: 0.3s ease;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 1px solid #959594;
    color: #959594;
    border-radius: 30px;
}
.footer_news ul li a i:hover {
    background: #7896d1;
    color: #fff;
    transition: 0.3s ease;
    border-color: #7896d1;
}
*/



.footer_main{
    background-image: url(../images/footer_bg.jpg);
    padding: 50px 0 0;
    background-size: cover;
    position: relative;
}
.footer_main::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffffc7;
    top: 0;
    left: 0;
    /* opacity: 0.5; */
}
.footer_news img {
    margin-bottom: 20px;
}
.footer_main .container {
    position: relative;
}
.footer_main form{
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.footer_main form input{
    width: 67%;
    height: 60px;
    padding-left: 15px;
    border: 1px solid #000000;
    border-radius: 30px;
    background: transparent;
}
.footer_main form button {
    position: relative;
    width: 30%;
    /* height: 50px; */
    border: none;
    right: 0;
    /* color: #fff; */
    background: #7496d1;
    font-size: 17px;
    display: flex;
    /*padding-left: 24px;*/
    align-items: center;
    padding-top: 2px;
    /*padding-right: 2px !important;*/
    padding-bottom: 2px;
    justify-content: space-between;
}
.footer_news ul{
    margin-top: 40px;
    text-align: center;
    justify-content: center; 
    display: flex;
    gap:10px;
}
.footer_news ul li a i{
    width: 50px;
    height: 50px;
    display: flex;
    transition: 0.3s ease;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 1px solid #959594;
    color: #959594;
    border-radius: 30px;
}
.footer_news ul li a i:hover {
    background: #7896d1;
    color: #fff;
    transition: 0.3s ease;
    border-color: #7896d1;
}

.footer_news h2 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 0px;
}
.footer_news p{
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.footer_menu ul{
    display: flex;
    justify-content: center;
    gap:30px;
    margin-bottom: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bdbdc6;
}
.footer_menu ul li a{
    padding: 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
}

.copy_right p{
    font-size: 16px;
    color: #040404;
    font-weight: 600;
}

.footer_btn{
    background: transparent;
    padding: 10px 0;
    border-top: 1px solid #000;
    margin-top: 60px;
}






.our-client-sec .head-effect::after{
        width: 50%;
      }
      .client-sli .slick-slide{
        opacity: 1;
      }
      .client-sli .slick-prev,  .client-sli .slick-next{
        top: 3%;
      }
      .client-sli .slick-prev {
            left: -60px;
        }
      .client-box{
        margin: 0px 0;
      }
      .client-sli{
        position: relative;
        z-index: 1;
      }
      .client-sli::after{
        content: '';
        position: absolute;
        left: 0;
        top: 12%;
        border: 1px dotted #7496d1;
        width: 100%;
        z-index: -1;
      }
      .client-sli .slick-prev:before {
          content: '\f053';
          font-weight: 600;
          font-family: 'Font Awesome 5 Pro';
          position: absolute;
          left: 0;
          height: 50px;
          width: 50px;
          color: #fff;
          background-color: #000;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
      }
      .client-sli .slick-next:before {
          content: '\f054';
          font-weight: 600;
          font-family: 'Font Awesome 5 Pro';
          position: absolute;
          left: 0;
          height: 50px;
          width: 50px;
          color: #fff;
          background-color: #000;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
      }
      .client-box h6{
        color: #3c3c3c;
        font-size: 15px;
        font-weight: 500;
        display: block;
         
         margin-bottom: 10px;
         padding-left: 20px;
      }
      .client-box .quotess{
         margin-left: 20px;
         position: relative;
         left: 0;
         top: 0;
         height: 70px;
         width: 70px;
         border-radius: 50%;
         background-color: #6f96d161;
         z-index: -1;
         display: flex;
         align-items: center;
         justify-content: center;
         margin-bottom: 50px;
      }
      .client-box .quotess::after{
          content: '';
          position: absolute;
          z-index: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 50px;
          width: 50px;
          border-radius: 50%;
          background: #6f96d1;
          color: #fff;
          font-size: 30px;
      }
      .client-box .quotess::before{
        z-index: 2;
        color: #fff;
        font-size: 20px;
      }
      .client-ineer-box::before{
        content: '';
        position: absolute;
        top: -20px;
        left: 5%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-top-color: #ffffff;
        border-bottom: 0;
        margin-left: 20px;
        margin-bottom: 20px;
        transform: rotate(180deg);
        filter: drop-shadow(2px 4px 6px #00000021);
      }
      .client-ineer-box{
        z-index: 2;
        background-color: #fff;
        padding: 20px;
        position: relative;
        box-shadow: 0 0 10px 0 #00000022;
        background: #fff;
      }
      .client-ineer-box ul{
        display: flex;
        justify-content: space-between;
      }
      .client-ineer-box ul li h4{
        color: #6f96d1;
        font-size: 24px;
        font-weight: 500;
        margin: 0;
      }
      .client-ineer-box ul li h4 span{
        font-size: 16px;
        display: block;
        font-family: 'Montserrat';
        color: #666;
        margin-top: -7px;
      }
      .client-ineer-box ul li i{
        color: #ffb503;
        margin-right: 5px;
      }

section.our-client-sec.themes-padd {
    padding-bottom: 80px;
    padding-top: 80px;
}

section.our-client-sec.themes-padd .slick-track {
    margin-bottom: 30px;
}


.book_an_app_content{
    position: relative;
}
.book_an_app_content::before{
    content: '';
    position: absolute;
    left: -30px;
    width: 20%;
    height: 130%;
    transform: translateY(-50%);
    background: #6f96d1;
    top: 50%;
}
.book_an_app_content h2{
    font-size: 95px;
    line-height: 105px;
    margin-bottom: 10px;
    position: relative;
}
.book_app_form_sec{
    padding: 12% 0;
    background: #f5f4ee;
}
.book_app_form{
     background: #f5f4ee;
     position: relative;
}
.book_app_form::after{
    content: '';
    position: absolute;
    width: 80%;
    height: 500px;
    border-radius: 100%;
    border: 1px solid #abaaa6;
    top: 50%;
    transform: translateY(-50%);
    right: -10%;
    z-index: 0;
}
.book_app_form form{
    padding-left: 50px;
    padding-right: 20px;
    position: relative;
    z-index: 11111;
    background: #f5f4ee;
}
.book_app_form form input{
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #abaaa6;
    margin-bottom: 10px;
    background: transparent;
}
.book_app_form form input::placeholder{
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
}
.book_app_form form textarea{
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #abaaa6;
}
.book_app_form form textarea::placeholder{
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}
.book_an_app_content p{
    color: #000;
}
.header-logo img {
    width: 80%;
}


/*.copy_right p{
    font-size: 16px;
    color: #fff;
}

.footer_btn{
    background: #2a2a2a;
    padding: 10px 0;
}*/

@media only screen and (min-width: 1200px) and (max-width: 1365px){
      .footer_main form input {
    width: 64%;
}

.footer_main form button{
    width: 32%;
        font-size: 15px;
}
.footer_main form {
    width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .footer_main form input {
    width: 64%;
}

.footer_main form button{
    width: 35%;
        font-size: 15px;
}
.footer_main form {
    width: 100%;
    }

}




.banner_text {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}




.custstyle .modal-body h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
}








section.inner_banner {
    padding: 80px 0;
    background: #6f96d1;
}

section.inner_banner h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.listing_about{
    list-style: disc !important;
}
.listing_about li{
    margin-bottom: 0 !important;
    list-style: disc !important;
}
.howtoheal_serv{
    padding-bottom: 35px;
}
.about_Sec2 .d-flex li {
    margin-bottom: 0 !important;
}

.about_Sec2 .d-flex {
    align-items: flex-start;
}



.review_page{
    padding: 80px 0;
}
.review_page .client-ineer-box::before{
    display: none;
}
.review_page .client-ineer-box{
    margin-bottom: 50px;
}









/* Contact Us */
.get-in-touch-main{
  border:1px solid #f1f1f1;
  box-shadow: 0px 0px 8px 3px #f1f1f1;
  margin: 80px 0;
  padding:50px 60px 40px 300px;
}

.get-form h5{margin:0;font-family: 'Saudagar', sans-serif;font-size: 48px;color:#000000;font-weight:700;}

.get-form p{
margin:30px 0;
font-size:20px;
color:#000000;
font-weight:400;
font-family: 'Open Sans';
}

.get-form form input, .get-form form textarea{width:100%;margin-bottom:20px;padding:15px 20px;background-color: #e3e3e3;border: 1px solid #e3e3e3;}

.get-in-touch{
  position: relative;
}

.get-form form textarea{
height:200px;
}

.get-form form input::placeholder, .get-form form textarea::placeholder{
color:#222222;
font-weight:500;
}

.get-form form input[type="submit"]{
color:#222222;
margin-top:20px;
font-weight:600;
background-color:#aacc5b;
border-radius:16px;
width:30%;
}

.contact-main{
  background-color: #6f96d1;
  padding:50px;
  position: absolute;
  left: 10%;
  bottom: 15em;
  width: 400px;
}

.contact-main h5{margin:0;font-family: 'Saudagar', sans-serif;font-size:48px;color:#ffffff;font-weight:600;}

.contact-main ul{
  margin-top:50px;
}

.contact-main ul li{
  margin-bottom:15px;
  display: flex;
  color:#ffffff;
}

.contact-main ul li a{
  color:#ffffff;
}

.contact-main ul li i{
  color:#ffffff;
  margin-right:20px;
  margin-top: 5px;
}


.contact-main .social{
  margin-top:60px;
  display:flex;
}


.contact-main .social li a i{
  color: #6f96d1;
  background-color:#ffffff;
  height:35px;
  width:35px;
  display:flex;
  align-items:center;
  border-radius:50px;
  justify-content:center;
}
/* Contact Us */





/*book Page Start */

section.book-page {
    position: relative;
    padding: 100px 0;
}

.book-head h2 {
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.book-input input,
select {
    width: 100%;
    height: 60px;
    border: 1px solid #000000;
    margin-top: 30px;
    padding: 20px;
    border-radius: 50px;
    font-size: 16px;
    color: #333333;
}

.book-input input,
select::placeholder {
    color: #333;
    font-size: 16px;
}

.book-input textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-appearance: auto;
}

select {
    -webkit-appearance: auto;
}

button.btn2.bk-btn {
    padding: 20px 60px;
}

.book-head button {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}






.password_sec {
    position: relative;
}
.password_sec i{
    position: absolute;
    right: 10px;
    top: 20px;
    color: #6f96d1;
}
.book_app_form ul#myTab {
    justify-content: center;
    position: relative;
    z-index: 9;
    border: 0;
}
.login_forrmmm{
    padding: 50px;
    height: 400px;
}
.book_app_form div#myTabContent {
    position: relative;
    z-index: 9;
}
.book_app_form .nav-tabs .nav-link {
    background: #000000 !important;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
    border: none;
    font-family: 'Saudagar', Sans-Serif;
    font-size: 20px;
}
.book_app_form .nav-tabs .nav-link.active {
    background: #6f96d1 !important;
}
.forgot{
    font-size: 16px;
    color: #6f96d1;
    display: block;
    text-align: right;
    margin:12px 0;
}
.login_forrmmm p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}



/* Login */

.signin_sec {
    padding: 80px 0px 50px;
    position: relative;
    margin: 30px 0;
    /* padding-top: 0; */
}

h2.sign_up_heading {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 60px;
}

.input-icons i {
    position: absolute;
    font-size: 20px;
    z-index: 99;
    margin-top: 5px;
}

.input-icons {
    width: 100%;
}

.input-icons .icon {
    padding-top: 15px;
    padding-left: 12px;
    min-width: 40px;
}

.input-field {
    position: relative;
    display: flex;
    width: 100%;
    padding-left: 45px;
    margin-bottom: 30px;
    border: none;
    padding: 10px 50px;
    border-radius: 0;
    background-color: #ebebeb;
    height: 60px;
}

.input-field::placeholder {
    font-weight: 300;
}

.signup_form button {
    border: none;
    width: 100%;
}

.social_btn a i {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.social_btn a {
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    display: flex;
    gap: 20px;
}

.social_btn {
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social_btn a:first-child {
    background-color: #4267B2;
}

.social_btn a:last-child {
    background-color: #02abee;
}

.login {
    /* background-color: #d7d7d770; */
    padding: 0px 50px;
}

.login h3 {
    color: #000000;
    font-size: 36px;
    text-align: center;
    font-family: 'Exo 2';
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.login_form input {
    background-color: #ebebeb;
    border-radius: 0;
}

.login_form .remeber {
    text-align: center;
    margin-bottom: 20px;
}

.login_form button {
    border: none;
    height: 50px;
}

.forgot_pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.login_form label,
.forgot_pass a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.btn-1 {
    height: 60px;
    padding: 0 40px;
    background: #f00f8f;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bg-from-clr {
    /* background: #e9e9e96b; */
    padding-left: 20px;
}

.bg-from-clr .col-lg-5 {
    padding-right: 0;
}

.signup_form .btn-wrapper button {
    background: #008aff;
    font-size: 24px;
    border-radius: 50px;
    width: 100%;
    height: 60px;
    color: #fff;
}

section.signin_sec::after {
    position: absolute;
    content: "";
    background: url(../images/squares.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: 328px;
    left: -2%;
    bottom: -15%;
    z-index: -5;
}

button.btn.theme_btn {
    background: #191919;
    color: #fff;
    border-radius: 50px;
    padding: 20px;
    display: flex;
    align-items: center;
    font-family: 'Exo 2';
    justify-content: center;
}

.remeber input {
    width: 20px;
    height: 20px;
    color: #000;
}

.remeber {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


/* login */



.menuSec ul li:last-child {
    display: none;
}
img.con_ban {
    width: 100%;
    height: 540px;
    object-fit: cover;
}


/*Responsive Start*/

@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: 1199px){
	html {
    overflow-x: hidden;
}

.menuSec ul li a {
    padding: 10px 3px !important;!i;!;
    font-size: 12px !important;!i;!;
}

.online_session {
    width: fit-content !important;!i;!;
    margin-left: 0 !important;!i;!;
}

.main_slider img {
    height: 40vh;
}

.banner_text h1 {
    font-size: 44px;
}

.howtoheal .head-title h2 {
    font-size: 50px;
}

.areasoffoucs .circle-box {
    width: 210px;
    height: 210px;
    left: 0;
}

.areasoffoucs .circle-box a {
    font-size: 22px;
    line-height: 32px;
}

.theme_heading h2 {
    font-size: 50px;
    line-height: 60px;
}

.about_img img {
    object-position: -468px;
}

.about_content_home.theme_heading {
    padding: 0 !important;!i;!;
}

.client-sli .slick-next {
    right: 10px;
}

.client-sli .slick-prev {
    left: -20px;
}

.client-ineer-box ul li i {
    font-size: 12px;
    margin-right: 2px;
}

.client-ineer-box ul li h4 span {
    margin-top: 0;
}

.footer_menu ul {
    gap: 10px;
}

.footer_menu ul li a {
    padding: 0 20px;
}

.footer_news h2 {
    font-size: 50px;
}

.contact-main {
    width: 44%;
    left: 2%;
}

.login {
    padding: 0px 12px;
}

.login_form label, .forgot_pass a {
    font-size: 14px;
}

.login_form .remeber {
    margin-bottom: 0;
}

.forgot_pass {
    margin: 0 0 20px;
}

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
    padding: 15px 10px !important;
    font-size: 14px !important;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px){
html {
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}

.online_session {
    width: fit-content !important;
    margin-left: 0 !important;
}

.menuSec ul li a {
    padding: 10px 1px !important;
    font-size: 10px !important;
}

.online_session a {
    font-size: 10px !important;
    padding: 7px 2px 7px 4px !important;
}

.menuSec .col-md-6 {
    width: 56%;
    padding: 0;
}

.menuSec .col-md-4 {
    width: 27%;
}

.header-logo img {
    width: 100%;
}

.btn11 i {
    height: 20px !important;
    width: 20px !important;
}

.main_slider img {
    height: 42vh;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}

.howtoheal .head-title h2 {
    font-size: 50px;
}

.areasoffoucs .circle-box {
    width: 155px;
    height: 155px;
    padding: 10px;
    left: 0;
}

.areasoffoucs .circle-box a {
    font-size: 15px;
}

.areasoffoucs .title-head2 {
    padding-top: 0;
}

.about_content_home.theme_heading {
    padding: 0;
    margin: 0;
}

.about_img img {
    height: 600px;
    object-position: -520px;
}

.about_us_sect .col-lg-7 {
    width: 58%;
}

.theme_heading h2 {
    font-size: 40px;
    line-height: 50px;
}

.book_an_app_content::before {
    width: 10%;
    height: 100%;
}

.book_an_app_content {
    margin: 0 0 40px;
}

.login_forrmmm {
    padding: 0;
}

.book_app_form form {
    padding-left: 0;
}

.book_app_form::after {
    width: 42%;
    height: 470px;
    right: -7%;
}

.client-sli .slick-next {
    right: 0px;
}

.client-sli .slick-prev {
    left: -27px;
}

.client-ineer-box {
    padding: 10px;
}

.client-ineer-box ul li i {
    margin-right: 2px;
    font-size: 11px;
}

.client-ineer-box ul li h4 span {
    margin-top: 0;
}

.footer_menu ul {
    gap: 5px;
}

.footer_menu ul li a {
    padding: 0 7px;
    font-size: 14px;
}

.footer_news h2 {
    font-size: 50px;
}

.footer_main form {
    width: 100%;
}
section.inner_banner h2 {
    font-size: 40px;
}
.about_content_home h2 {
    font-size: 50px;
    line-height: 60px;
}

.contact-main {
    width: 250px;
    padding: 12px;
}

.contact-main h5 {
    font-size: 32px;
    line-height: 42px;
}

.contact-main ul li a {
    font-size: 12px;
}

.contact-main ul li i {
    margin-right: 8px;
}

.contact-main ul {
    margin-top: 10px;
}

.get-in-touch-main {
    padding: 50px 60px 40px 300px;
}
.login {
    padding: 0px 20px;
}

.login_form label, .forgot_pass a {
    font-size: 13px;
}

.login_form .remeber {
    margin-bottom: 0;
}

.forgot_pass {
    margin: 0 0 20px;
}

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
    padding: 15px 10px !important;
    font-size: 14px !important;
}

.btn10 {
	width: fit-content !important;
}
.table-responsive {
    max-width: 100%;
    overflow-x: scroll;
}

table.table {
    width: 1210px;
    width: 1000px !important;
    overflow-x: scroll;
    max-width: 1000px;
}


}

/*@media only screen and (min-width: 520px) and (max-width: 767px){}*/

@media only screen and (min-width: 300px) and (max-width: 767px){
	.header-logo img {
    width: 40%;
}

.header-logo {
    margin: 0 auto 20px;
    text-align: center;
}

html {
    overflow-x: hidden;
}

.online_session {
    width: fit-content !important;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.online_session a {
    font-size: 9px !important;
    padding: 4px 4px 4px 7px !important;
    border: 1px solid #6f96d1 !important;
}

.btn11 i {
    height: 15px !important;
    width: 15px !important;
    font-size: 8px !important;
}

.main_slider img {
    height: 50vh;
}

.banner_text {
    top: 20%;
}

.banner_text h1 {
    font-size: 35px;
    line-height: 47px;
}

.banner_text h1 span {
    display: block;
    font-size: 38px;
}

.howtoheal .head-title h2 {
    font-size: 44px;
    line-height: 54px;
    margin: 0 0 20px;
}

.howtoheal .head-title p {
    width: 100% !important;
    text-align: center !important;
}

p {
    font-size: 12px !important;
    line-height: 20px !important;
}

section.howtoheal span {
    font-size: 12px !important;
    text-align: center;
    margin: 0 auto 0;
}

.howtoheal .head-title p strong {
    !i;!;
    margin: 0;
}

.howtoheal {
    padding-top: 50px;
}

.areasoffoucs .title-head2 {
    padding-top: 0;
}

.areasoffoucs .circle-box {
    width: 180px;
    height: 180px;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
}

.areasoffoucs .circle-box a {
    font-size: 15px;
    line-height: 25px;
}

.backgrnd-blue:before {
    top: -480%;
}

.btn10 {
    font-size: 13px;
}

.about_img img {
    height: 200px;
    object-position: 0;
}

.about_content_home.theme_heading {
    padding: 50px 0 !important;
}

.theme_heading h2 {
    font-size: 44px;
    line-height: 54px;
}

.about_us_sect {
    padding: 80px 0 0;
}

.about2_img img {
}

section.book_consultation_Sec {
    padding: 50px 0;
}

.book_consult_content h2 {
    font-size: 44px;
    line-height: 54px;
}

.book_consult_content p {
    width: 100%;
}

.book_an_app_content {
    margin: 0 0 40px;
}

.login_forrmmm {
    padding: 50px 0;
}

.book_app_form form {
    padding-left: 0;
}

.book_app_form::after {
    display: none;
}

.client-ineer-box ul li h4 span {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
}

.client-ineer-box ul li h4 {
    font-size: 20px;
    line-height: 30px;
}

.client-ineer-box ul li i {
    font-size: 11px;
    margin-right: 2px;
}

.footer_menu ul {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: start;
}

.footer_menu ul li a {
    font-size: 11px;
    padding: 0 20px;
}

.footer_news h2 {
    font-size: 44px !important;
    line-height: 54px !important;
}

.footer_main form input {
    width: 100%;
    margin: 0 0 20px;
    height: 40px;
}

.footer_main form {
    width: 100%;
    display: block;
}

.footer_main form button {
    width: 100%;
}

section.our-client-sec.themes-padd {
    padding-bottom: 30px;
    padding-top: 40px;
}

section.inner_banner {
    padding: 50px 0;
}

section.inner_banner h2 {
    font-size: 40px !important;
}

.serviceDescription h3 {
    font-size: 24px;
}

.about_Sec2.theme_heading span {
    font-size: 12px !important;
}

.about_content_home h2 {
    font-size: 44px !important;
    line-height: 54px !important;
}

.about_us_sect {
    padding-bottom: 40px !important;
}

img.con_ban {
    height: 200px;
}

.get-in-touch-main {
    padding: 0;
}

.contact-main {
    position: relative;
    bottom: 0;
    left: 0;
}

.get-form {
    padding: 20px;
}

.get-form h5 {
    font-size: 30px;
    line-height: 37px;
}

.get-form p {
    margin: 0 0 20px;
}

.get-form form input, .get-form form textarea {
    padding: 10px 10px;
}

.contact-main {
    padding: 20px;
    width: fit-content;
}

.contact-main ul li i {
    margin-right: 6px;
}

.contact-main ul li a {
    font-size: 12px;
}

.contact-main ul li span {
    font-size: 12px;
}

.contact-main h5 {
    font-size: 30px;
    line-height: 40px;
}

.get-in-touch {
    padding-bottom: 50px;
}

.signin_sec {
    padding: 40px 0px 50px;
}

h2.sign_up_heading {
    font-size: 44px;
}

.bg-from-clr {
    padding-left: 0;
}

.login {
    padding: 50px 0px;
}

.bg-from-clr .col-lg-5 {
    padding-right: 10px;
}

.login_form label, .forgot_pass a {
    font-size: 12px;
}

.login_form .remeber {
    margin-bottom: 0;
}

.forgot_pass {
    margin: 0 0 20px;
}

.login h3 {
    font-family: 'Saudagar', Sans-Serif;
}

section.book-page {
    padding: 50px 0;
}

.book-input input, select {
    height: 50px;
    margin-top: 10px;
}

.book-input textarea {
    margin-top: 10px;
    height: 150px;
}

.ui-datepicker-title {
    padding: 10px 11px !important;
    font-size: 14px !important;
}

table.ui-datepicker-calendar th {
    padding-top: 20px;
}

table.ui-datepicker-calendar th span {
    font-size: 10px;
}

table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
    padding: 10px 5px !important;
    font-size: 11px !important;
}

.time-btn span {
    font-size: 12px !important;
}

section.book-now-sec {
    padding: 40px 0;
}

.select-time {
    margin-top: 30px;
}

.btn10 {
	width: fit-content !important;
}

#example23_filter input, #myTable_filter input {
    width: 90% !important;
    margin: 0 0 10px !important;
}

.myaccount-content h3 {
    line-height: 32px;
    margin: 0 0 10px;
}

.table-responsive {
    max-width: 100%;
    overflow-x: scroll;
}

table.table {
    width: 1210px;
    width: 1000px !important;
    overflow-x: scroll;
    max-width: 1000px;
}


}
.slicknav_nav a:hover {
    background: #6f96d1;
}

/*Responsive End*/

/* Assesment form */

#heading {
    text-transform: uppercase;
    color: #6f96d1;
    font-weight: normal;
    text-align: center;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    padding: 30px;
    box-shadow: 0 0 20px #ccc;
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: #ECEFF1;
    font-size: 13px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #6f96d1;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #6f96d1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    transition: 0.5s;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #6f96d1;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #6f96d1;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    text-align: left;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #6f96d1;
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 15%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f1cd";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f140";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f129";
}
#progressbar #Consent:before {
    font-family: FontAwesome;
    content: "\f2b5";
}


#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #6f96d1;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #6f96d1;
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.form-group {
    display: block;
    margin-bottom: 0;
    width: auto;
  }
  
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
  }
  
  .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #6f96d1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
      inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #6f96d1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .d-flex.cust-check-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 13px 0;
    flex-wrap: wrap;
}
#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
  }
  button#sig-submitBtn {
    background: #6f96d1;
    border-radius: 0;
}

.assement-form {
  padding: 80px 0;
}
/* end */
