@import"https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;font-family:"Roboto",sans-serif;background:#fff;color:#8d8c8c}pre{font-family:"Roboto",sans-serif;white-space:pre-wrap;white-space:-pre-wrap;word-wrap:break-word;word-break:break-all;font-size:100%;padding:0;border:none;background:rgba(0,0,0,0);margin:0;border-radius:0}h1,h2,h3,h4,h5,h6{font-family:"Saira",sans-serif;font-weight:500;color:#000}input,textarea,select{box-shadow:none;outline:none;font-family:"Roboto",sans-serif}input:focus,textarea:focus,select:focus{box-shadow:none;outline:none}textarea{resize:none;font-family:"Roboto",sans-serif}a,button{text-decoration:none;transition:all ease-in-out .3s;cursor:pointer}a:visited,button:visited{outline:none}a:focus,button:focus{outline:none}a:active,button:active{outline:none}a:hover,button:hover{transition:all ease-in-out .3s}a:focus-visible,button:focus-visible{outline:none}ul{margin:0;padding:0;list-style:none;font-size:14px}.error{font-size:11px;margin:2px 0 0;color:#c73333}.bg_anim{animation:bgAnimation 25s ease-in-out alternate infinite}.badge{display:flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:50%;font-size:10px;background:#32549c;color:#fff}.btn{display:inline-block;min-width:115px;padding:8px 15px;background:#b7783a;color:#fff;font-size:14px;text-transform:uppercase;font-family:"Saira",sans-serif;text-decoration:none;text-align:center;transition:.3s;border:none;cursor:pointer;border-radius:30px;letter-spacing:1px;transition:all ease-in-out .3s}.btn:hover{background:#ab6d2e;transition:all ease-in-out .3s}.title{text-align:center;margin-bottom:20px}.title h1{font-size:32px;font-weight:500;text-transform:uppercase;color:#b7783a;margin-bottom:6px}.title h1 span{font-weight:300}@media(max-width: 850px){.title h1{font-size:25px;margin-bottom:2px}}.title p{font-size:14px;color:#8d8c8c}.more_btn{text-align:center;margin-top:25px}.more_btn .btn{font-size:13px;text-transform:unset;padding:7px 25px}.open{display:block !important}.notAvail{margin:20px 0 10px;font-size:16px;font-weight:500;color:#b3b3b3;font-family:"Saira",sans-serif;text-transform:uppercase}.notAvail a{color:#b7783a}.notAvail a:hover{color:#ab6d2e}.morecontent span{display:none}.morelink{display:inline-block;color:#b7783a;font-weight:500;font-family:"Saira",sans-serif;text-transform:lowercase}.mainSection{padding:60px 0;position:relative}@media(max-width: 850px){.mainSection{padding:35px 0}}@media(max-width: 450px){.mainSection{padding:25px 0}}.page_head{padding:25px 0;background-image:url(../public/images/page_header_bg.png);background-size:cover;background-color:rgba(183,120,58,.25)}.page_head .container{display:flex;align-items:center;justify-content:flex-start}.page_head .container h2{font-size:22px;text-transform:uppercase;color:#b7783a}.page_head .container .link{display:flex;align-items:center;justify-content:center;font-size:13px;margin-left:auto;font-weight:600}.page_head .container .link a{color:#b7783a}.page_head .container .link a:hover{color:#ab6d2e}.page_head .container .link i{margin:0 10px}pre[class*=language-]{background:#0f2142;border-radius:12px;padding:20px 15px;max-height:600px}code[class*=language-],pre[class*=language-]{color:#e88695}.goTop{position:fixed;bottom:55px;right:50px;background:#b7783a;width:35px;height:35px;line-height:39px;text-align:center;display:none;color:#fff;box-shadow:0px 0px 8px 2px rgba(0,0,0,.12);border:2px solid var(--white)}.goTop i{font-size:20px}@media(max-width: 450px){.goTop{bottom:25px;right:25px}}.goTop:hover{color:#fff;background:#000}.formBox{position:relative;margin-bottom:15px}.formBox input,.formBox textarea{width:100%;height:40px;border:1px solid #e3dedd;border-radius:10px;padding:5px 12px;transition:.3s;color:#8d8c8c;font-size:13px}.formBox input:focus,.formBox textarea:focus{outline:none;border-color:#b7783a;transition:.3s}.formBox input.is-invalid,.formBox textarea.is-invalid{border-color:#c73333}.formBox textarea{font-family:"Roboto",sans-serif;resize:none;height:85px}.formBox.btnBox{margin-top:25px}.formBox .btn{min-width:135px}.formBox .error{font-size:11px;color:#c73333}.popupOuter{width:100%;height:100%;display:none;position:fixed;top:0px;left:0px;background:rgba(183,120,58,.65);z-index:999;overflow-y:auto;padding:65px 15px 35px}.popupOuter .popUpBox{max-width:615px;min-height:200px;background:#b7783a;position:relative;border-radius:8px;padding:30px;left:0;right:0;margin:auto;z-index:1002}.popupOuter .popUpBox .contact_section .form{padding:0}.popupOuter .popUpBox h2{text-align:center;color:#fff;margin-bottom:25px;text-transform:uppercase}.popupOuter .popUpBox .closePop{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;position:absolute;right:6px;top:6px;color:#000;transition:all .3s ease-in-out;cursor:pointer}.popupOuter .popUpBox .closePop img{width:15px}.popupOuter .outerClose{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width: 850px){.page_head{padding:15px 0}.page_head .container h2{font-size:20px}.page_head .container .link{font-size:12px}}.container{max-width:1170px;margin:0px auto;padding-right:.7rem;padding-left:.7rem}.fRow{display:flex;flex-wrap:wrap;margin-right:-0.7rem;margin-left:-0.7rem}.fRow_ineer{width:100%;display:flex;flex-wrap:wrap}.w-auto,.w-1,.w-2,.w-3,.w-4,.w-5,.w-6,.w-7,.w-8,.w-9,.w-10,.w-11,.w-12,.w-30,.w-70{padding-right:.7rem;padding-left:.7rem;min-height:1px;position:relative}.w-auto{width:auto}.w-1{width:8.3%}.w-2{width:16.6%}.w-3{width:25%}.w-4{width:33.3%}.w-5{width:41.6%}.w-6{width:50%}.w-7{width:58.3%}.w-8{width:66.6%}.w-9{width:75%}.w-10{width:83.3%}.w-11{width:91.6%}.w-12{width:100%}.w-30{width:30%}.w-70{width:70%}@media screen and (max-width: 1024px){.container{max-width:970px}.w-l-1{width:8.3%}.w-l-2{width:16.6%}.w-l-3{width:25%}.w-l-4{width:33.3%}.w-l-5{width:41.6%}.w-l-6{width:50%}.w-l-7{width:58.3%}.w-l-8{width:66.6%}.w-l-9{width:75%}.w-l-10{width:83.3%}.w-l-11{width:91.6%}.w-l-12{width:100%}}@media screen and (max-width: 850px){.container{max-width:745px}.w-m-1{width:8.3%}.w-m-2{width:16.6%}.w-m-3{width:25%}.w-m-4{width:33.3%}.w-m-5{width:41.6%}.w-m-6{width:50%}.w-m-7{width:58.3%}.w-m-8{width:66.6%}.w-m-9{width:75%}.w-m-10{width:83.3%}.w-m-11{width:91.6%}.w-m-12{width:100%}}@media screen and (max-width: 450px){.container{padding:0 15px}.w-s-1{width:8.3%}.w-s-2{width:16.6%}.w-s-3{width:25%}.w-s-4{width:33.3%}.w-s-5{width:41.6%}.w-s-6{width:50%}.w-s-7{width:58.3%}.w-s-8{width:66.6%}.w-s-9{width:75%}.w-s-10{width:83.3%}.w-s-11{width:91.6%}.w-s-12{width:100%}}@media screen and (max-width: 320px){.w-xs-1{width:8.3%}.w-xs-2{width:16.6%}.w-xs-3{width:25%}.w-xs-4{width:33.3%}.w-xs-5{width:41.6%}.w-xs-6{width:50%}.w-xs-7{width:58.3%}.w-xs-8{width:66.6%}.w-xs-9{width:75%}.w-xs-10{width:83.3%}.w-xs-11{width:91.6%}.w-xs-12{width:100%}}@keyframes employmentAnim{0%{box-shadow:0px 0px 0px 0px rgba(30,155,213,.8)}100%{box-shadow:0px 0px 0px 8px rgba(30,155,213,.08)}}@keyframes headerBg{0%{margin-top:-75px}100%{margin-top:0}}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes bgAnimation{0%{background-position:0 0}33%{background-position:0px 75px}66%{background-position:-75px 75px}100%{background-position:-75px 0px}}.dropDownBox .dropDown{display:none;position:absolute;right:0;background:#fff;border-radius:5px;overflow:hidden;text-align:left;list-style:none;margin:0;padding:0;width:200px;box-shadow:0px 0px 8px 3px rgba(0,0,0,.1);z-index:13}.dropDownBox .dropDown li:not(:last-child){border-bottom:1px solid rgba(183,120,58,.17)}.dropDownBox .dropDown li a{display:flex;align-items:center;justify-content:flex-start;background:#fff;padding:8px 12px;width:100%;font-size:13px;color:#b7783a}.dropDownBox .dropDown li a:hover{background:rgba(183,120,58,.14)}.dropDownBox .dropDown li a.logout{background:#b7783a;color:#fff}.dropDownBox .dropDown li a.logout:hover{background:#ab6d2e}.dropDownBox .dropDown li a img{margin-right:4px}.ads_box{width:100%;background:#fff;box-shadow:-1px 3px 14px rgba(0,0,0,.102);min-height:125px;border-radius:8px;overflow:hidden;padding:10px}.ads_box img{width:100%;margin-bottom:15px;display:block;border-radius:8px}.ads_box img:last-child{margin-bottom:0}.main_menu{display:none}.overlay{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(183,120,58,.3);z-index:98;opacity:0;display:none;transition:all ease-in-out 1s}.sidebar{display:block;position:fixed;top:0;z-index:99;left:0;height:100vh;background:#fff;width:250px;padding:90px 15px 15px 15px;border-radius:0;transform:translateX(-100%);transition:all ease-in-out .5s}@media(max-width: 450px){.sidebar{width:250px}}.sidebar .menu{flex-direction:column}.sidebar .menu li{height:auto;width:100%}.sidebar .menu li a{padding:10px;align-items:flex-start;justify-content:flex-start}.open_SB{overflow:hidden}.open_SB .overlay{display:block;opacity:1;transition:all ease-in-out 3s}.open_SB .sidebar{transform:translateX(0);transition:all ease-in-out .5s;box-shadow:0 5px 20px rgba(0,0,0,.15)}.filter{display:flex;align-items:center;justify-content:flex-start;background:#b7783a;padding:8px;margin-bottom:20px;border-radius:6px 8px;display:none}@media(max-width: 450px){.filter{display:flex}}.filter h2{font-size:20px;color:#fff;text-transform:uppercase;margin-left:8px}.filter span{display:flex;align-items:center;justify-content:center;border-radius:6px;width:40px;height:35px;margin-left:auto;background:#fff;color:#b7783a;font-size:18px}.filter span i{position:relative;top:1px}header{position:relative;width:100%;background-color:#fff;box-shadow:0 2px 13px 0 rgba(0,0,0,.12);z-index:99}header.headerBg{top:0;position:fixed;animation:headerBg .2s linear 1}header .container{display:flex;align-items:center;justify-content:flex-start}header .top{background:#b7783a}header .top .container{display:flex}header .top .text{display:flex;align-items:center;justify-content:flex-start;width:40%;height:35px;font-size:13px;color:#000;font-family:"Saira",sans-serif;letter-spacing:.4px;font-weight:500;position:relative;padding-right:35px;position:relative;z-index:1}header .top .text span{color:#b7783a}header .top .text::after{content:"";position:absolute;top:0;right:0;height:100%;width:805px;background:#ffedc4;z-index:-1}header .top .info{width:100%;height:35px;background:#b7783a;position:relative;display:flex;align-items:center;justify-content:flex-start;z-index:1}header .top .info::before{content:"";position:absolute;left:0;top:-1px;border-right:29px solid #b7783a;border-top:36px solid rgba(0,0,0,0);border-bottom:none;border-left:none;transform:translateX(-100%)}header .top .info::after{content:"";position:absolute;left:0;height:100%;width:100%;z-index:-1}header .top .info .contact{color:#fff;font-size:12px;font-family:"Saira",sans-serif;font-weight:300;letter-spacing:.5px}header .top .info .contact span:not(:last-child){margin-right:15px}header .top .info .contact span b{font-weight:500}header .top .info .icon{position:relative;color:#fff;margin-right:13px;margin-left:auto}header .top .info .icon .badge{background:#fff;color:#b7783a;position:absolute;position:absolute;top:-4px;right:-13px;font-size:9px;font-weight:700}header .top .info .user_box{position:relative;margin-left:12px;top:-1px}header .top .info .user_box .btn{background:#fff;color:#b7783a;padding:3px 12px;min-width:auto;font-size:10px;font-weight:600}header .top .info .user_box .user{display:flex !important;align-items:center;justify-content:center;cursor:pointer}header .top .info .user_box .user img{width:25px;height:25px;border-radius:50%}header .top .info .user_box .user h5{font-size:13px;font-weight:400;color:#fff;margin-left:4px}header .top .info .user_box .user i{font-size:17px;color:#fff;margin-left:5px;position:relative;top:2px}header .inner{padding:7px 0}header .inner .menu_link{display:block;margin-right:15px;position:relative;top:2px;cursor:pointer}header .inner .menu_link img{width:18px}header .inner .logo{text-decoration:none;margin-right:40px}header .inner .logo img{height:40px;display:block}header .inner .social{display:flex;align-items:center;justify-content:flex-start;list-style:none;margin-left:auto}header .inner .social li a{display:block;padding:15px 10px;font-size:15px;text-decoration:none;color:#8d8c8c;font-family:"Saira",sans-serif;text-transform:uppercase}header .inner .social li a:hover{color:#b7783a}header .inner .btn{font-size:12px;padding:4px 15px;margin-left:20px}header .inner .btn i{font-size:14px}header .inner .search{position:relative}header .inner .search .inputs{position:absolute;left:0;transform:translateX(-100%);width:300px;background:#f1f1f2;z-index:2;border:2px solid #e2e2e2;height:100%;display:none}header .inner .search .inputs.open{display:flex !important}header .inner .search .inputs .inputs_box{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%}header .inner .search .inputs .inputs_box .select{display:flex;align-items:center;justify-content:center;position:relative;height:100%}header .inner .search .inputs .inputs_box .select:hover .select_box{display:block}header .inner .search .inputs .inputs_box .select .selected{display:flex;align-items:center;justify-content:center;height:100%;width:45px;padding:5px;cursor:pointer}header .inner .search .inputs .inputs_box .select .selected i{font-size:15px}header .inner .search .inputs .inputs_box .select .selected img{width:20px;margin:5px}header .inner .search .inputs .inputs_box .select .select_box{position:absolute;background:#fff;bottom:0;left:0;transform:translateY(100%);width:150px;display:none}header .inner .search .inputs .inputs_box .select .select_box label{display:flex;align-items:center;justify-content:flex-start;padding:6px 10px;cursor:pointer}header .inner .search .inputs .inputs_box .select .select_box label:hover{background:#f3f3f3}header .inner .search .inputs .inputs_box .select .select_box label input{display:none}header .inner .search .inputs .inputs_box .select .select_box label input:checked~small{background:#b7783a}header .inner .search .inputs .inputs_box .select .select_box label input:checked~small i{color:#fff;opacity:1}header .inner .search .inputs .inputs_box .select .select_box label small{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:rgba(183,120,58,.5);color:#fff;font-size:11px;border-radius:3px}header .inner .search .inputs .inputs_box .select .select_box label small i{color:#b7783a;opacity:.5}header .inner .search .inputs .inputs_box .select .select_box label span{display:flex;align-items:center;justify-content:flex-start;margin-left:8px;font-size:14px}header .inner .search .inputs .inputs_box .select .select_box label span img{height:18px;margin-right:5px}header .inner .search .inputs .inputs_box .serchBox{width:calc(100% - 45px);height:28px;padding-left:6px}header .inner .search .inputs .inputs_box .serchBox input{width:100%;height:100%;padding:6px 10px;font-size:13px;border:none;background:rgba(0,0,0,0);border-left:1px solid #e2e2e2}header .inner .search .search_btn{display:block;padding:15px 10px;font-size:15px;text-decoration:none;color:#8d8c8c;font-family:"Saira",sans-serif;text-transform:uppercase;background:#f1f1f2;padding:15px 20px;cursor:pointer}.menu{display:flex;align-items:center;justify-content:flex-start;list-style:none}.menu li a{display:block;padding:5px 15px;font-size:14px;text-decoration:none;color:#8d8c8c;font-family:"Saira",sans-serif;text-transform:uppercase;font-weight:500}.menu li a:hover,.menu li a.active{color:#b7783a}.appointment_section .form .inputBox{margin-bottom:15px}.appointment_section .form .inputBox input,.appointment_section .form .inputBox textarea,.appointment_section .form .inputBox select{width:100%;height:45px;border-radius:8px;background:#fff;border:none;padding:3px 10px;color:#b7783a;font-size:14px}.appointment_section .form .inputBox input:-moz-placeholder,.appointment_section .form .inputBox textarea:-moz-placeholder,.appointment_section .form .inputBox select:-moz-placeholder{color:#b7783a}.appointment_section .form .inputBox input::-webkit-input-placeholder,.appointment_section .form .inputBox textarea::-webkit-input-placeholder,.appointment_section .form .inputBox select::-webkit-input-placeholder{color:#b7783a}.appointment_section .form .inputBox input.is-invalid,.appointment_section .form .inputBox textarea.is-invalid,.appointment_section .form .inputBox select.is-invalid{border:1px solid #c73333}.appointment_section .form .inputBox textarea{height:85px;resize:none;padding:10px}.appointment_section .form .inputBox.btnBox{margin-bottom:0}.appointment_section .form .inputBox.btnBox .btn{background:#fff;color:#b7783a}.appointment_section .form .inputBox .error{font-size:11px;margin:2px 0 0;color:#c73333}.subscribe-sec{background:#184048;padding:20px 0}.subscribe-sec .subscribeText{font-size:26px;color:#fff;font-weight:400}.subscribe-sec .subscribe-form{display:flex;align-items:center;justify-content:flex-end}.subscribe-sec .subscribe-form input{background:#fff;color:#b7783a;border-radius:0px;padding:5px 15px;height:42px;font-size:13px;width:275px;border:1px solid #fff;border-radius:50px 0 0 50px}.subscribe-sec .subscribe-form input::-webkit-input-placeholder{color:#b7783a}.subscribe-sec .subscribe-form input::-moz-placeholder{color:#b7783a}.subscribe-sec .subscribe-form input:-ms-input-placeholder{color:#b7783a}.subscribe-sec .subscribe-form input::-moz-placeholder{color:#b7783a}.subscribe-sec .subscribe-form button{display:flex;align-items:center;justify-content:center;background:#b7783a;color:#fff;font-size:14px;height:42px;font-weight:500;border:1px solid #b7783a;border-radius:0 50px 50px 0;min-width:100px;padding:10px 8px;padding:8px 48px 8px 12px}.subscribe-sec .subscribe-form button span{display:flex;align-items:center;justify-content:center;width:35px;height:35px;background:#fff;color:#b7783a;border-radius:50%;position:absolute;right:15px}footer{background-size:contain;background:#0d363c;padding:50px 0;color:#fff}footer .footer-logoSec .footer-logo .logo{text-decoration:none;font-size:26px;font-weight:700;color:#b7783a;text-transform:uppercase;letter-spacing:-1.2px;margin-bottom:5px;display:inline-block}footer .footer-logoSec .footer-logo .logo span{font-weight:400;color:#8d8c8c}footer .footer-logoSec .footer-logo img{height:42px}footer .footer-logoSec .footer-socialLink{display:flex;margin-right:15px}footer .footer-logoSec .footer-socialLink a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;border:2px solid rgba(183,120,58,.37);margin-right:15px;font-size:13px;color:#b7783a}footer .footer-logoSec .footer-socialLink a:hover{background:#b7783a;color:#fff}footer .footer-logoSec .about{font-size:12px;color:#8d8c8c;font-weight:300;line-height:1.65em;margin-bottom:30px}footer .linkBox .footerHed{font-size:15px;font-weight:400;margin-bottom:20px;padding-bottom:10px;position:relative;font-family:"Saira",sans-serif}footer .linkBox .footerHed:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background:#fff}footer .linkBox .footerLink{padding:0;margin:0}footer .linkBox .footerLink li{list-style:none;padding:0}footer .linkBox .footerLink li:not(:last-child){margin-bottom:8px}footer .linkBox .footerLink li a{color:#8d8c8c;font-size:13px;font-weight:300}footer .linkBox .footerLink li a:hover{color:#b7783a;text-decoration:none}footer .linkBox .contact-list{padding:0;margin:0}footer .linkBox .contact-list li{list-style:none;padding:0;font-size:14px;line-height:1.25em;position:relative;word-break:break-all;padding-left:30px;color:#8d8c8c}footer .linkBox .contact-list li:not(:last-child){margin-bottom:15px}footer .linkBox .contact-list li a{text-decoration:none;color:#8d8c8c;word-break:break-all}footer .linkBox .contact-list li i{position:absolute;left:0;top:2px;font-size:18px}.foot{padding:15px 0;background:#184048}.foot .copy{font-size:13px;color:#8d8c8c}.foot .link{text-align:center}.foot .link a{color:#8d8c8c;font-size:12px}.foot .link a:hover{color:#b7783a}.notify_popup{display:flex;width:350px;height:90px;align-items:center;background:#fff;padding:3px 4px;border-radius:12px;position:fixed;right:75px;top:80px;box-shadow:1px 0px 13px rgba(0,0,0,.25);z-index:999;transition:ease-in;animation:showNotify .6s ease-in 1}.notify_popup .content{width:calc(100% - 30px);display:flex;height:100%;padding:15px 10px}.notify_popup .content .icon{width:30px;height:30px;border-radius:50%;border:1px solid #b9d9ea;padding:2px}.notify_popup .content .icon span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#ccc;color:#fff;font-size:11px}.notify_popup .content .text{width:calc(100% - 30px);padding-left:10px}.notify_popup .content .text h4{font-size:16px;color:#000;margin-bottom:4px;font-weight:600}.notify_popup .content .text p{font-size:13px;color:#565656;font-weight:400}.notify_popup .close{background:#f4f4f4;display:flex;align-items:center;justify-content:center;width:30px;height:100%;border-radius:0 12px 12px 0;cursor:pointer;transition:all ease-in-out .3s}.notify_popup .close i{font-size:20px;font-weight:500}.notify_popup .close:hover{background:#eee;transition:all ease-in-out .3s}.notify_popup.info .icon span{background:#efb55f}.notify_popup.info .text h4{color:#efb55f}.notify_popup.error .icon span{background:#c85e62}.notify_popup.error .text h4{color:#c85e62}.notify_popup.success .icon span{background:#1d8e4e}.notify_popup.success .text h4{color:#1d8e4e}@keyframes showNotify{0%{transform:translateX(300px)}90%{transform:translateX(-100px)}100%{transform:translateX(0)}}.policy{max-width:950px;margin:0 auto}.policy .policy_text:not(:last-child){margin-bottom:18px}.policy .policy_text h1{font-size:35px;margin-bottom:15px;color:#b7783a}.policy .policy_text h2{font-size:20px;margin-bottom:5px}.policy .policy_text p,.policy .policy_text li{font-size:13px;line-height:1.65em}.policy .policy_text p:not(:last-child),.policy .policy_text li:not(:last-child){margin-bottom:8px}.policy .policy_text p a,.policy .policy_text li a{color:#b7783a}.policy .policy_text p a:hover,.policy .policy_text li a:hover{color:#ab6d2e;text-decoration:underline}.policy .policy_text ul{list-style:disc;padding-left:15px}.policy .policy_text ul li:not(:last-child){margin-bottom:3px}.policy .policy_text ul li b{color:#000;font-weight:600}@media(max-width: 850px){header .inner .logo{margin-right:25px}header .inner .logo img{height:35px}header .inner .btn{margin-left:auto;min-width:130px;font-size:12px}header .inner .menu li a{padding:4px 10px;font-size:12px}header .inner .social{margin-left:auto}header .inner .social li a{padding:10px 8px;font-size:14px}header .inner .social li a.search{padding:10px 10px}header .inner .btn{margin-left:auto}footer{padding:45px 0 40px}footer .footer-logoSec .footer-logo .logo{font-size:25px;margin-right:0}}@media(max-width: 450px){.main_menu{display:block}header .top .text{display:none}header .top .info{width:100%}header .top .info .contact{padding-left:0}header .top .info .contact .email{display:none}header .inner .menu_link{margin-right:12px}header .inner .menu_link img{width:19px}header .inner .menu{display:none}header .inner .logo{font-size:18px;margin-right:0}header .inner .social{display:none}header .inner .search{margin-left:auto}.subscribe-sec{padding:20px 0 25px}.subscribe-sec .subscribeText{text-align:center;margin-bottom:12px}footer .footer-logoSec .about{margin-bottom:15px}footer .linkBox{margin-top:25px}.foot{text-align:center}}.banner_section .owl-nav{margin:0}.banner_section .owl-nav .owl-prev,.banner_section .owl-nav .owl-next{position:absolute;top:50%}.banner_section .owl-nav .owl-prev:hover,.banner_section .owl-nav .owl-next:hover{background:rgba(0,0,0,0)}.banner_section .owl-nav .owl-prev span,.banner_section .owl-nav .owl-next span{display:flex;align-items:center;justify-content:center;width:30px;height:40px;border:2px solid #b7783a;font-size:45px;padding-bottom:5px;background-color:rgba(255,255,255,.5);color:#b7783a;border-radius:5px;opacity:.85}.banner_section .owl-nav .owl-prev span:hover,.banner_section .owl-nav .owl-next span:hover{background-color:rgba(183,120,58,.2);color:#fff}.banner_section .owl-nav .owl-prev{left:75px}.banner_section .owl-nav .owl-next{right:75px}.banner{height:615px;width:100%;background-size:cover;position:relative}.banner .container,.banner .fRow,.banner .bannerTxt,.banner .bannerImg{height:100%}.banner .bannerTxt{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.banner .bannerTxt__box h2{font-size:48px;font-weight:600;text-transform:uppercase;margin-bottom:5px;line-height:1.25em;margin-bottom:20px;color:#fff;font-style:italic}.banner .bannerTxt__box h2 span{font-weight:400;letter-spacing:-0.5px;color:#b7783a}.banner .bannerTxt__box p{font-size:15px;color:#000;line-height:1.5em;padding-right:50px;font-weight:300;color:#fff;font-style:italic}@media(max-width: 850px){.banner .bannerTxt__box p{padding-right:0}}.banner .bannerTxt__box .btn__box{margin-top:50px}.banner .bannerTxt__box .btn__box .btn{min-width:185px;padding:10px 15px;font-size:15px}.banner .bannerImg{display:flex;align-items:center;justify-content:center}.banner .bannerImg__box{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.banner .bannerImg__box img{width:100%}.banner .bannerImg__box .b_img{width:265px}.banner .bannerImg__box .client_say{width:175px;background:#fff;height:185px;border-radius:8px;position:absolute;right:-50px;bottom:20px}.banner .bannerImg__box .client_say .slide{padding:20px 15px}.banner .bannerImg__box .client_say .slide .icon{position:absolute;right:10px;top:2px;opacity:.5}.banner .bannerImg__box .client_say .slide .icon img{width:22px;height:auto}.banner .bannerImg__box .client_say .slide .rate{display:flex;align-items:center;justify-content:flex-start;gap:3px;font-size:12px;margin-bottom:10px}.banner .bannerImg__box .client_say .slide .rate i{color:#8d8c8c}.banner .bannerImg__box .client_say .slide .rate i.active{color:#fba017}.banner .bannerImg__box .client_say .slide p{font-size:12px;font-style:italic;color:#8d8c8c;line-height:1.35}.banner .bannerImg__box .client_say .slide .user{display:flex;align-items:center;justify-content:flex-start;margin-top:15px}.banner .bannerImg__box .client_say .slide .user img{width:40px;height:40px;border-radius:50%}.banner .bannerImg__box .client_say .slide .user .detail{width:calc(100% - 40px);padding-left:6px}.banner .bannerImg__box .client_say .slide .user .detail h6{font-size:12px}.banner .bannerImg__box .client_say .slide .user .detail p{color:#948f8f;font-style:initial;font-size:11px}.banner .dropArrow{display:flex;justify-content:center;position:absolute;width:100%;bottom:20px;left:0;z-index:1}.banner .dropArrow a img{width:35px;animation:bounce 2s infinite}.about_section{padding:65px 0}.about_section .image{padding-right:35px}.about_section .image img{width:100%;border-radius:8px;border:3px solid rgba(183,120,58,.5)}.about_section .about{padding-left:5px}.about_section .about .head{padding-left:30px;text-transform:uppercase;position:relative;margin-bottom:25px}.about_section .about .head::before{content:"";position:absolute;left:0;width:4px;height:100%;background:#b7783a;border-radius:2px}.about_section .about .head h5{font-size:16px;color:#b7783a;margin-bottom:10px}.about_section .about .head h2{font-size:38px;font-weight:600;line-height:1.15em}.about_section .about .abt-text{font-size:16px;font-weight:300;color:#000;line-height:1.65em;margin-bottom:35px}.about_section .about .mission{border-bottom:1px solid #f1f1f1;padding-bottom:20px;margin-bottom:20px}.about_section .about .mission__box{display:flex;align-items:center;justify-content:flex-start;padding:15px;box-shadow:1px 4px 13px rgba(0,0,0,.25);border-radius:8px;max-width:85%}.about_section .about .mission__box:not(:last-child){margin-bottom:25px}.about_section .about .mission__box .icon{display:flex;align-items:center;justify-content:center;width:75px;height:75px;background:#b7783a;border-radius:50%}.about_section .about .mission__box .icon img{width:45px}.about_section .about .mission__box .detail{width:calc(100% - 65px);padding-left:20px}.about_section .about .mission__box .detail h2{font-size:17px;color:rgba(0,0,0,.6);line-height:1.35em;font-family:"Saira",sans-serif;font-weight:600;margin-bottom:4px}.about_section .about .mission__box .detail p{font-size:14px;line-height:1.35em;font-weight:300}.about_section .about .btn-col{border-right:1px solid #f1f1f1}.about_section .about .btnBox{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.about_section .about .btnBox .btn{font-size:13px;font-weight:500;padding:7px 25px}.about_section .about .signature-box{text-align:center}.about_section .about .signature-box .signature img{width:100px}.about_section .about .signature-box .signature h4{font-size:16px;color:#b7783a;text-transform:uppercase}.testimonial_section{padding:50px 0;background-color:rgba(183,120,58,.3);background-image:url(../public/images/site_bg.png)}.testimonial_section .testimonial{padding:0 50px}.testimonial_section .testimonial__box{padding:35px 35px 45px;background:#fff;border-radius:8px;box-shadow:0px 3px 16px 2px rgba(183,120,58,.15);position:relative;margin:15px 0}.testimonial_section .testimonial__box p{font-size:14px;line-height:1.85em;font-style:italic;margin-bottom:25px;height:155px}.testimonial_section .testimonial__box .user{display:flex;align-items:center;justify-content:flex-start;position:relative}.testimonial_section .testimonial__box .user img{width:55px;height:55px;border-radius:50%;box-shadow:0px 3px 12px rgba(0,0,0,.2)}.testimonial_section .testimonial__box .user .detail{width:calc(100% - 50px);padding-left:10px}.testimonial_section .testimonial__box .user .detail h5{font-size:14px;margin-bottom:2px}.testimonial_section .testimonial__box .user .detail .dig{font-size:11px}.testimonial_section .testimonial__box .user .detail .quotes{width:45px;position:absolute;right:20px;bottom:0;border-radius:0;opacity:.4;box-shadow:none}.testimonial_section .testimonial.owl-theme .owl-dots .owl-dot{border:1px solid rgba(0,0,0,0);padding:2px !important;border-radius:50%;margin:0 3px}.testimonial_section .testimonial.owl-theme .owl-dots .owl-dot span{background:#b7783a;width:8px;height:8px;margin:0}.testimonial_section .testimonial.owl-theme .owl-dots .owl-dot.active{border:1px solid #b7783a}.blog_section{padding:50px 0;background-color:rgba(183,120,58,.3);background-image:url(../public/images/site_bg.png)}.blog_section .blogs_section{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:25px;padding-right:0}.blog_section .blogs_section .blog{width:calc((100% - 50px)/3);margin-bottom:0}.blog_section .blogs_section .blog__content{padding:20px 15px}.blog_section .blogs_section .blog__content .info{margin-bottom:12px}.blog_section .blogs_section .blog__content .info span{font-size:11px}.blog_section .blogs_section .blog__content .info span:not(:last-child){margin-right:9px;padding-right:10px}.blog_section .blogs_section .blog__content .content h1{font-size:17px;font-weight:600}.blog_section .blogs_section .more_btn{margin-top:10px;width:100%}.gallery_section.photo_gallery .gallery__box{width:calc((100% - 50px)/3)}.gallery_section.photo_gallery .gallery__box a .gallImg{width:100%;height:225px}.gallery_section.photo_gallery .gallery__box .abt_img{text-align:left;font-weight:300}@media(max-width: 850px){.banner .bannerTxt{padding-left:25px}.banner .bannerImg__box{width:300px;height:300px}.banner .bannerImg__box img{width:100%}.banner .bannerImg__box .client_say{right:-18px;bottom:15px}.counter_section .counter{align-items:flex-start}.counter_section .counter__box h2{font-size:30px}.counter_section .counter__box h4{font-size:17px}.counter_section .counter__box p{font-size:12px}.theraphy_section .theraphy__box{width:calc((100% - 25px)/2)}.testimonial_section .testimonial{padding:0 20px}.testimonial_section .testimonial__box{padding:25px 25px 40px}}@media(max-width: 450px){.banner{height:400px}.banner .bannerTxt{padding-left:15px}.banner .bannerTxt__box h2{font-size:25px}.banner .bannerTxt__box h2 span{font-size:15px}.banner .bannerTxt__box h5{font-size:21px;margin-bottom:0}.banner .bannerTxt__box h4{font-size:20px}.banner .bannerTxt__box p{font-size:14px;line-height:1.55em}.banner .bannerTxt__box .btn__box{margin-top:25px}.banner .bannerTxt__box .btn__box .btn{min-width:150px;padding:8px 15px;font-size:15px}.banner .bannerImg{display:none}.counter_section .counter{flex-wrap:wrap;row-gap:10px}.counter_section .counter__box{width:50%}.counter_section .counter__box h2{font-size:24px;margin-bottom:0}.counter_section .counter__box h4{font-size:13px}.counter_section .counter__box p{font-size:9px}.theraphy_section{padding:50px 0}.theraphy_section .theraphy{gap:15px}.theraphy_section .theraphy__box{width:100%;padding:20px}.theraphy_section .theraphy__box .image{margin-bottom:10px}.theraphy_section .theraphy__box .image img{height:60px}.testimonial_section{padding:50px 0}.testimonial_section .testimonial{padding:0}.testimonial_section .testimonial__box{padding:20px 20px 30px}.blog_section{padding:50px 0}.blog_section .blogs_section{padding-right:0;gap:20px}.blog_section .blogs_section .blog{width:100%}}.mainSection .photo_gallery{padding:0}.photo_gallery{padding:50px 0}.photo_gallery .gallery{display:flex;align-items:center;justify-content:flex-start;gap:25px;flex-wrap:wrap}.photo_gallery .gallery__box{width:calc((100% - 25px)/2);background:#fff;border-radius:8px;box-shadow:0px 3px 16px 2px rgba(183,120,58,.15);overflow:hidden;position:relative}.photo_gallery .gallery__box a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.photo_gallery .gallery__box a .gallImg{width:100%;height:325px}.photo_gallery .gallery__box .img-overlay{display:flex;align-items:center;justify-content:center;background:rgba(183,120,58,.6);width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;cursor:pointer;z-index:1}.photo_gallery .gallery__box .img-overlay i{font-size:45px;color:#fff}.photo_gallery .gallery__box .abt_img{position:absolute;left:0;bottom:0;width:100%;padding:25px 15px 10px;font-size:14px;background-image:linear-gradient(rgba(255, 255, 255, 0), #b7783a);color:#fff;font-family:"Saira",sans-serif;line-height:1.15em;letter-spacing:.5px;text-align:center;z-index:2}.photo_gallery .gallery__box .abt_img .morecontent{display:inline;line-height:1.22em}.photo_gallery .gallery__box .abt_img .morecontent .morelink{display:inline;color:#fff}#overlay{background:rgba(0,0,0,.8);width:100%;height:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-user-select:none;-moz-user-select:none;user-select:none}#overlay i{padding:5px 0;font-size:30px;color:#b7783a}#overlay img{margin:0;width:50%;height:auto;-o-object-fit:contain;object-fit:contain;margin:0 25px;border-radius:8px}#nextButton{font-size:2em;transition:opacity .8s;cursor:pointer}#nextButton:hover{opacity:.7}#prevButton{font-size:2em;transition:opacity .8s;cursor:pointer}#prevButton:hover{opacity:.7}#exitButton{width:25px;height:25px;background-size:cover;position:absolute;top:35px;right:40px;cursor:pointer}#exitButton:hover{opacity:.7}@media(max-width: 850px){.photo_gallery .gallery__box{width:calc((100% - 25px)/2)}#overlay img{width:75%}}@media(max-width: 450px){.photo_gallery{padding:50px 0}.photo_gallery .gallery{gap:20px}.photo_gallery .gallery__box{width:100%}.photo_gallery .gallery__box a .gallImg{height:auto}#overlay img{width:calc(100% - 30px);margin:0}#prevButton,#nextButton{position:absolute;bottom:150px;margin:0 15px}#prevButton{left:35%}#nextButton{right:35%}#exitButton{top:45px;right:15px}#exitButton i{padding:0}}.contact_section .contact{display:flex;gap:50px;margin-bottom:50px}.contact_section .contact__form{width:calc((100% - 50px)/2)}.contact_section .contact__form h2{margin-bottom:25px;color:#b7783a}.contact_section .contact__address{width:calc((100% - 50px)/2)}.contact_section .contact__address p{margin-bottom:35px;font-size:15px;color:#000;width:90%;line-height:1.5em}@media(max-width: 450px){.contact_section .contact__address p{width:100%}}.contact_section .contact__address .addres{display:flex;align-items:center;justify-content:flex-start;gap:15px;flex-wrap:wrap;margin-bottom:40px}.contact_section .contact__address .addres__box{display:flex;display:flex;align-items:center;justify-content:flex-start;width:calc((100% - 15px)/2);margin-bottom:20px}.contact_section .contact__address .addres__box .icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#b7783a;color:#fff;font-size:18px}.contact_section .contact__address .addres__box .detail{width:calc(100% - 40px);padding-left:10px}.contact_section .contact__address .addres__box .detail p{font-size:13px;margin-bottom:2px}.contact_section .contact__address .addres__box .detail h5{font-size:14px}.contact_section .contact__address .social{display:flex;align-items:center;justify-content:flex-start}.contact_section .contact__address .social a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;border:2px solid rgba(183,120,58,.37);margin-right:15px;font-size:14px;color:#b7783a}.contact_section .contact__address .social a:hover{background:#b7783a;color:#fff}.contact_section .map{width:100%}.contact_section .map iframe{width:100%;height:450px;border:2px solid #b7783a;border-radius:12px}@media(max-width: 850px){.contact_section .contact{gap:35px}.contact_section .contact__address .addres__box{width:100%;margin-bottom:0}}@media(max-width: 450px){.contact_section .contact{flex-wrap:wrap}.contact_section .contact__form{width:100%}.contact_section .contact__form h2{font-size:21px;text-align:center}.contact_section .contact__address{width:100%}.contact_section .map iframe{height:350px}}.blogs_section{padding-right:35px}.blog{border-radius:12px;overflow:hidden;box-shadow:0 3px 18px rgba(183,120,58,.2);margin-bottom:25px;background:#fff}.blog__img{position:relative}.blog__img .tag{position:absolute;bottom:25px;left:25px;background:#fff;color:#b7783a;border-radius:20px;font-size:12px;padding:5px 15px;text-transform:uppercase;font-family:"Saira",sans-serif;font-weight:500;box-shadow:3px 3px 12px rgba(183,120,58,.4392156863)}.blog__img img{width:100%;display:block}.blog__content{padding:25px 20px}.blog__content .info{margin-bottom:15px;display:flex;align-items:center;justify-content:flex-start}.blog__content .info span{font-size:12px;display:flex;align-items:center;justify-content:flex-start}.blog__content .info span:not(:last-child){border-right:1px solid rgba(183,120,58,.35);margin-right:13px;padding-right:13px}.blog__content .info span i{font-size:13px;color:#b7783a;margin-right:7px}.blog__content .content{margin-bottom:15px}.blog__content .content h1{font-size:22px;margin-bottom:10px;line-height:1.25em}.blog__content .content h1 a{color:#000}.blog__content .content h1 a:hover{color:#b7783a}.blog__content .content__detail{font-size:13px;line-height:1.7em}.blog__content .content__detail p{font-size:13px;line-height:1.65em}.blog__content .content__detail h5{font-size:14px}.blog__content .content__detail .list{margin:15px 0 25px;padding-left:22px;list-style:disc}.blog__content .content__detail .list li{font-size:14px;color:#8d8c8c}.blog__content .content__detail .list li:not(:last-child){margin-bottom:10px}.blog__content .btnBox a{font-size:14px;font-family:"Saira",sans-serif;color:#b7783a;text-transform:uppercase;font-weight:500}.blog__content .btnBox a:hover{color:#ab6d2e}.blog__content .btnBox a i{font-weight:900}.blog.detail .blog__content{padding:30px}.blog.detail .blog__content .content{margin-bottom:0}.blog.detail .blog__content .content p{margin-bottom:15px}.blog_sb .search{position:relative;margin-bottom:25px}.blog_sb .search input{width:100%;height:35px;border-radius:20px;font-size:12px;border:1px solid #b7783a;padding:3px 10px;padding-right:40px}.blog_sb .search button{display:flex;align-items:center;justify-content:center;position:absolute;right:2px;top:1px;width:35px;height:35px;background:rgba(0,0,0,0);border:none;color:#b7783a}.blog_sb .search button i{font-size:15px;font-weight:600}.blog_sb .title{display:flex;align-items:center;justify-content:flex-start;font-size:16px;font-family:"Saira",sans-serif;margin-bottom:20px;text-align:left;font-weight:600;color:#b7783a;text-transform:uppercase}.blog_sb .title i{font-size:18px;color:#b7783a;margin-right:5px;position:relative;top:1px}.blog_sb .category{margin-bottom:35px}.blog_sb .category li{display:flex;align-items:center;justify-content:flex-start;font-size:13px;cursor:pointer;font-family:"Saira",sans-serif}.blog_sb .category li:not(:last-child){margin-bottom:6px}.blog_sb .category li:hover{color:#b7783a}.blog_sb .category li:hover span{color:#000}.blog_sb .category li span{margin-left:auto;color:#000;font-weight:600}.blog_sb .recommended{margin-bottom:35px}.blog_sb .recommended .blog{display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px;box-shadow:none}.blog_sb .recommended .blog__img{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:8px;overflow:hidden}.blog_sb .recommended .blog__img img{width:auto;height:100%}.blog_sb .recommended .blog__content{width:calc(100% - 50px);padding:0 0 0 10px}.blog_sb .recommended .blog__content .info{margin-bottom:0}.blog_sb .recommended .blog__content .info span{font-size:11px;font-weight:500}.blog_sb .recommended .blog__content .info span:not(:last-child){border-right:1px solid rgba(183,120,58,.35);margin-right:6px;padding-right:6px}.blog_sb .recommended .blog__content .content{margin-bottom:6px}.blog_sb .recommended .blog__content .content h1{font-size:14px;margin-bottom:0}.blog_sb .tags{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:5px}.blog_sb .tags a{background:#fff;border:1px solid #b7783a;color:#b7783a;border-radius:20px;font-size:11px;padding:3px 10px;text-transform:uppercase;font-family:"Saira",sans-serif}.blog_sb .tags a:hover{background:#b7783a;color:#fff}.blog_comment{border-radius:12px;overflow:hidden;box-shadow:0 3px 18px rgba(183,120,58,.2);padding:20px 30px}@media(max-width: 850px){.blogs_section{padding-right:15px}.blog_sb .recommended .blog__img{width:45px;height:45px}.blog_sb .recommended .blog__content{width:calc(100% - 45px)}.blog_sb .recommended .blog__content .info span{font-size:11px}.blog_sb .recommended .blog__content .info span:not(:last-child){margin-right:5px;padding-right:5px}}@media(max-width: 450px){.blogRow{flex-direction:column-reverse}.blogSB{display:none;margin-bottom:25px}.blog__content{padding:20px 15px}.blog__content .info{margin-bottom:10px}.blog__content .info span{font-size:11px}.blog__content .info span:not(:last-child){margin-right:8px;padding-right:8px}.blog__content .content h1{font-size:18px;line-height:1.3em}.blog.detail .blog__content{padding:20px 15px}}.aboutSection{padding:0 0 65px}.aboutSection .title{font-size:26px;font-family:"Saira",sans-serif;color:#b7783a;margin-bottom:20px;font-weight:500;letter-spacing:.4px;text-transform:uppercase;text-align:left}.aboutSection .title span{font-weight:300}.aboutSection .aboutImgBox{position:relative}.aboutSection .aboutImgBox .aboutImg{border:3px solid #b7783a;box-shadow:0px 3px 15px 0px rgba(0,0,0,.2);position:relative}.aboutSection .aboutImgBox .aboutImg img{width:100%;height:100%}.aboutSection .aboutImgBox .aboutImg.aboutImg1{width:400px;height:500px}.aboutSection .aboutImgBox .aboutImg.aboutImg2{width:325px;height:300px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.aboutSection .aboutText{padding-left:35px}.aboutSection .aboutText p{font-size:14px;color:#707070;line-height:1.75em;margin-bottom:15px}.aboutSection .aboutText p:last-child{margin-bottom:0}.teamSection{padding:0 0 65px}.teamSection .title{font-size:30px;font-family:"Saira",sans-serif;color:#b7783a;margin-bottom:35px;font-weight:500;letter-spacing:.4px;text-transform:uppercase;text-align:center}.teamSection .title span{font-weight:300}.teamSection .teamBox{text-align:center;margin-bottom:25px}.teamSection .teamBox .teamImgBox{width:150px;height:150px;border-radius:5px;overflow:hidden;border:2px solid #fff;box-shadow:0px 3px 15px 0px rgba(0,0,0,.2);margin:0 auto 15px;position:relative;transition:.5s}.teamSection .teamBox .teamImgBox img{width:100%;height:100%}.teamSection .teamBox .teamImgBox:hover .teamHover{opacity:1;transition:.5s}.teamSection .teamBox .teamImgBox .teamHover{display:flex;align-items:center;justify-content:center;background:rgba(183,120,58,.4);position:absolute;left:0;top:0;width:100%;height:100%;transition:.5s;cursor:pointer;opacity:0}.teamSection .teamBox .teamImgBox .teamHover img{width:45px;height:45px}.teamSection .teamBox h2{font-size:16px;font-weight:500;text-transform:uppercase;color:#b7783a;margin-bottom:3px}.teamSection .teamBox h4{color:#585858;font-size:13px;font-weight:400;margin-bottom:12px}.teamSection .teamBox p{font-size:13px;color:#909090;margin-bottom:0}.teamSection .teamBox .footSocial{margin:15px 0 0}.teamSection .teamBox .footSocial a{color:#8d8c8c;font-size:15px;margin:0 5px}.teamSection .teamBox .footSocial a:hover{color:#b7783a}.modal-backdrop{background-color:rgba(52,132,71,.269);opacity:1 !important}.teapPopupContent{background-image:linear-gradient(-90deg, rgba(46, 108, 61, 0.925) 0%, rgba(52, 132, 71, 0.824) 100%);padding:22px;border:none}.teapPopupContent .close{position:absolute;right:12px;color:#fff;top:12px;opacity:1}.teapPopupContent .close img{width:27px;transform:rotate(45deg)}.teapPopupContent .close span{color:#fff}.teamPopImgSec .teamImgBox{margin:0;display:inline-block;vertical-align:middle}.teamPopImgSec .teamBox{text-align:left;margin-bottom:15px}.teamPopImgSec .teamNameBox{display:inline-block;width:calc(100% - 150px - 5px);vertical-align:middle;padding-left:12px}.teamPopImgSec .teamBox h2{font-size:24px;color:#fff;margin-bottom:5px}.teamPopImgSec .teamBox h4{color:#fff;font-size:15px}.teamPopImgSec .footSocial a{font-size:20px;padding:0 5px;color:#fff}.teamPopImgSec .footSocial a:hover{color:#b7783a}.teamPopImgBox{display:inline-block;vertical-align:middle}.teamPopImg{width:100px;height:100px;border-radius:50%;border:4px solid #fff;box-shadow:0px 20px 30px rgba(0,0,0,.069);overflow:hidden}.teamPopImg img{width:100%;height:100%;border-radius:50%}.teamPopNm{display:inline-block;vertical-align:middle;width:75%;padding-left:10px}.teamPopNm h2{font-size:18px;font-weight:400;text-transform:uppercase;color:#fff;margin-bottom:0}.teamAboutText{margin-top:12px}.teamAboutText p{font-size:15px;color:#fff;font-weight:300;margin-bottom:12px;line-height:1.6}.teamAboutText ul{color:#fff;font-size:14px;margin:15px 0 5px;padding-left:22px}.teamAboutText ul li{font-weight:300;margin-bottom:5px}@media(max-width: 820px){.aboutSection .aboutImgBox .aboutImg.aboutImg1{width:100%;height:auto}.aboutSection .aboutImgBox .aboutImg.aboutImg1::after{display:none}.aboutSection .aboutImgBox .aboutImg.aboutImg1 img{display:block}.aboutSection .aboutImgBox .aboutImg.aboutImg2{display:none}.aboutSection .aboutText{padding-left:0}.aboutSection .aboutText p{font-size:14px}}@media(max-width: 450px){.aboutSection .aboutImgBox{padding:0 45px;margin-bottom:30px}.aboutSection .aboutText{padding-left:0}.aboutSection .aboutText p{font-size:14px}}.login_container{width:100%;height:100vh;background-image:url(../public/images/loginBG.png);background-color:rgba(183,120,58,.4);background-size:cover;background-position:center;position:relative}@media(max-width: 450px){.login_container{padding:0 20px}}.login_container .login_box{background:#fff;max-width:450px;min-height:300px;position:relative;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:12px;padding:35px 40px}@media(max-width: 450px){.login_container .login_box{padding:20px}}.login_container .login_box h2{font-size:24px;color:#b7783a;text-transform:uppercase;font-weight:600;margin-bottom:5px;text-align:center}.login_container .login_box p{font-size:15px;font-weight:400;color:#8d8c8c;text-align:center}.login_container .login_box .alert-success{margin-top:15px}.login_container .login_box .login_form{margin-top:20px}.login_container .login_box .login_form .inputs{margin-bottom:15px}.login_container .login_box .login_form .inputs:last-child{margin-bottom:0}.login_container .login_box .login_form .inputs input{height:44px;border:none;background:#f0f0f0;color:#8d8c8c;border-radius:0;box-shadow:none;width:100%;padding:6px 12px}.login_container .login_box .login_form .inputs input.is-invalid{background:rgba(199,51,51,.0588235294)}.login_container .login_box .login_form .inputs .error{font-size:12px;text-align:left;color:#c73333;margin-top:5px}.login_container .login_box .login_form .btn_box{margin-top:25px;margin-bottom:10px}.login_container .login_box .login_form .btn_box .btn{width:100%;border-radius:0;background:#b7783a;color:#fff;font-size:15px;padding:10px}.login_container .login_box .login_form .btn_box .btn:hover{background:#ab6d2e}.login_container .login_box .form_link{font-size:14px;cursor:pointer}.login_container .login_box .form_link span,.login_container .login_box .form_link input{vertical-align:middle;margin:0}.login_container .login_box .form_link .remember{font-size:13px;font-weight:400;cursor:pointer}.login_container .login_box .forgotPwd{text-align:right}.login_container .login_box .forgotPwd a{color:#b7783a;font-size:14px}.login_container .login_box .forgotPwd a:hover{text-decoration:none;color:#ab6d2e}.login_container .login_box .noAccount{text-align:center;margin-top:25px;font-size:14px;font-weight:400}.login_container .login_box .noAccount a{color:#b7783a}.login_container .login_box .noAccount a:hover{color:#ab6d2e}.profileSection{padding:50px 0}.userSB{padding:0;background:#fff;box-shadow:0px 0px 13px 4px rgba(0,0,0,.06);border-radius:5px;border:1px solid #efefef;padding:0 0 15px;min-height:300px}.userSB .userNm{width:100%;height:155px;background:#b7783a;text-align:center;padding:15px;color:#fff;margin-bottom:85px}.userSB .userNm .user{display:inline-block;text-align:left}.userSB .userNm .user span{display:inline-block;vertical-align:middle}.userSB .userNm .user img{width:140px;height:140px;border-radius:50%;border:3px solid #fff;box-shadow:0px 3px 8px 1px rgba(0,0,0,.2);display:block}.userSB .userNm h4{font-size:26px;margin:8px 0 15px;font-weight:500;color:#fff}.userSocial{text-align:center}.userSocial a{display:inline-block;font-size:24px;color:#b7783a;margin:0 6px}.userSocial a:hover{color:#ab6d2e}.userSB .SBdetail{padding:0 15px}.userSB .intro{font-size:14px;color:gray;margin:10px 0;text-align:center}.userDetail{margin:15px 0}.userDetail p{margin:0 0 3px;font-size:14px}.userDetail b,.userDetail span{display:inline-block}.userDetail b{color:#424242}.userDetail span{color:gray;margin-left:10px}.userContact{text-align:center;padding:15px 0}.contactBox{padding:15px 0}.contactBox:last-child{border-top:2px solid #e6e6e6}.contactBox h5{font-size:16px;color:#424242;margin-bottom:2px}.contactBox p{font-size:14px;color:gray;margin-bottom:0}.userContent{padding:25px 20px;background:#fff;box-shadow:0px 0px 10px 2px rgba(0,0,0,.06);border-radius:5px;border:1px solid #f5f5f5;padding:15px;margin-bottom:18px;min-height:85px}.patientProgressBox h5{font-size:18px;margin-bottom:10px}.followupBox{margin-left:25px;position:relative}.followupBox:before{content:"";position:absolute;left:0;height:88%;width:2px;background:#b7783a;top:50%;transform:translateY(-50%)}.followup{position:relative;padding:12px 0;padding-left:35px}.followup:before{content:"";position:absolute;left:-8px;height:18px;width:18px;border-radius:50%;border:2px solid #b7783a;top:50%;transform:translateY(-50%);background:#fff}.followup p{color:#5a5a5a;font-size:15px;margin:2px 0}.followup p a{display:inline-block;color:#b7783a;margin-left:4px}.patientProgressBox .head{margin-bottom:20px}.patientProgressBox .head h5{font-size:20px;margin-bottom:5px}.patientProgressBox .head p{font-size:14px;margin-bottom:0}.appointment_list{width:100%}.appointment_list h1{font-size:18px;text-transform:uppercase;margin-bottom:10px}.appointment_list h1 span{color:#b7783a}.appointment_list .box{padding-left:45px;position:relative}.appointment_list .box:not(:last-child){margin-bottom:20px}.appointment_list .box::before{content:attr(appo-number);position:absolute;left:0;top:0;font-size:28px;font-family:"Saira",sans-serif;font-weight:800;color:#b7783a;opacity:.5}.appointment_list .box .name{font-size:16px}.appointment_list .box .name small{font-size:12px;margin-left:8px;font-weight:400;color:#b7783a}.appointment_list .box .type{font-size:14px;margin-bottom:5px}.appointment_list .box .msg{font-size:13px}.appointment_list .box .form{margin-top:20px}.appointment_list .box .form .formBox{margin-bottom:8px}.appointment_list .box .form .formBox textarea{height:65px}.changePWD{margin-top:25px}.comments_section h2{font-size:22px;text-transform:uppercase;color:#b7783a;margin-bottom:17px}.comments_section .form .btnBox .btn{padding:7px 20px}.comments_section .comment_list{margin-top:25px}.comments_section .comment_list .comment{display:flex;width:100%;margin-bottom:20px}.comments_section .comment_list .comment .userImg img{display:block;width:65px;height:65px;border-radius:50%;border:1px solid #ededed;box-shadow:0px 6px 14px rgba(0,0,0,.18)}.comments_section .comment_list .comment .detail{width:calc(100% - 70px);padding-left:15px}.comments_section .comment_list .comment .detail .name{font-size:17px;color:#b7783a;font-family:"Saira",sans-serif;margin-bottom:5px}.comments_section .comment_list .comment .detail .name .date{color:#8d8c8c;font-weight:300;font-size:12px;text-transform:uppercase;margin-left:10px}.comments_section .comment_list .comment .detail p{font-size:13px;color:#8d8c8c;line-height:1.5em}.comments_section .comment_list .comment .detail .replies_box{display:flex;align-items:center;justify-content:flex-start;margin-top:7px}.comments_section .comment_list .comment .detail .replies_box .replies{font-size:14px;color:#b7783a;font-family:"Saira",sans-serif;font-weight:500;cursor:pointer}.comments_section .comment_list .comment .detail .replies_box .replies span{color:#b7783a;font-size:13px;opacity:.5}.comments_section .comment_list .comment .detail .replies_box .reply{font-size:14px;color:#000;font-family:"Saira",sans-serif;font-weight:500;margin-left:auto;cursor:pointer}.comments_section .comment_list .comment .detail .reply_list{display:none;margin-top:20px}.comments_section .comment_list .comment .detail .reply_list .comment .userImg img{width:50px;height:50px}.comments_section .comment_list .comment .detail .reply_list .comment .detail{width:calc(100% - 65px)}.comments_section .comment_list .comment .detail .reply_list .comment .detail .name{font-size:16px}.comments_section .comment_list .comment .detail .reply_list .comment .detail .name .date{font-size:13px}.comments_section .comment_list .comment .detail .reply_list .comment .detail p{font-size:12px}.comments_section .comment_list .comment .detail .form{display:none;margin-top:20px}.services_section .services{display:flex;gap:25px;flex-wrap:wrap}.services_section .services__box{width:calc((100% - 50px)/3);background:#fff;border-radius:8px;box-shadow:0px 3px 16px 2px rgba(101,170,161,.15);overflow:hidden}.services_section .services__box .image{width:100%}.services_section .services__box .image img{width:100%}.services_section .services__box .detail{padding:20px 25px}.services_section .services__box .detail .title{font-size:19px;margin-bottom:8px;text-align:left;color:#000}.services_section .services__box .detail .desc{font-size:13px;color:#8d8c8c;margin-bottom:15px;line-height:1.75em}.services_section .services__box .detail h1,.services_section .services__box .detail h2,.services_section .services__box .detail h3,.services_section .services__box .detail h4,.services_section .services__box .detail h5,.services_section .services__box .detail h6{margin-bottom:10px}.services_section .services__box .detail h1{font-size:20px;margin-bottom:10px}.services_section .services__box .detail h2{font-size:18px;margin-bottom:10px}.services_section .services__box .detail h3{font-size:16px;margin-bottom:10px}.services_section .services__box .detail h4{font-size:14px;margin-bottom:10px}.services_section .services__box .detail p:not(:last-child){margin-bottom:10px}.services_section .services__box .detail ul{font-size:13px;color:#8d8c8c;list-style:disc;padding-left:15px;margin-bottom:10px}.services_section .services__box .detail ul li:not(:last-child){margin-bottom:2px}.services_section .services__box .detail .link a{color:#b7783a;font-size:13px;font-weight:600}.services_section .services__box .detail .link a i{font-weight:600;position:relative;top:1px}.services_section .services__box .detail .link a:hover{color:#ab6d2e}.services_section.detail{padding:0;background:rgba(0,0,0,0)}.services_section.detail .services{width:100%}.services_section.detail .services__box{width:100%}.services_section.detail .services__box .detail .title{font-size:26px}.services_section.detail .services__box .detail .desc{font-size:14px}/*# sourceMappingURL=main.css.map */