body {
     color: #000;
     font-family: "Roboto", sans-serif;
     font-size: 15px;
     font-weight: 400;
     line-height: 1.625em;
     position: relative;
}
 ::-moz-selection {
     background-color: #e45447;
     color: #fff;
}
 ::selection {
     background-color: #e45447;
     color: #fff;
}
 ::-webkit-input-placeholder {
     color: #777777;
     font-weight: 300;
}
 :-moz-placeholder {
     color: #777777;
     opacity: 1;
     font-weight: 300;
}
 ::-moz-placeholder {
     color: #777777;
     opacity: 1;
     font-weight: 300;
}
 :-ms-input-placeholder {
     color: #777777;
     font-weight: 300;
}
 ::-ms-input-placeholder {
     color: #777777;
     font-weight: 300;
}
 ol, ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 a, a:focus, a:hover {
     text-decoration: none;
     outline: 0;
}
 input {
     outline: none;
     border: none;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: "Poppins", sans-serif;
     color: #222222;
     line-height: 1.2em;
     margin-bottom: 0;
     margin-top: 0;
     font-weight: 600;
}
 .h1, .h2, .h3, .h4, .h5, .h6 {
     margin-bottom: 0;
     margin-top: 0;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
     color: #222222;
}
 h1, .h1 {
    font-size: 24px;
    letter-spacing: 1px;
    color:#e45447;
}
 h2, .h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
 h3, .h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
 h4, .h4 {
     font-size: 18px;
}
 h5, .h5 {
     font-size: 16px;
}
 h6, .h6 {
     font-size: 14px;
     color: #222222;
}
 td, th {
     border-radius: 0px;
}
 .page_wrapper {
     position: relative;
     padding-top: 50px;
     overflow: hidden;
}
 .m-gap {
     margin: 30px 0px;
}
 .p-gap {
     padding: 40px 0px;
}
 .modal.just-form.show {
     opacity: 1;
     z-index: 1050;
     display: block !important;
}
 .modal.just-form {
     display: none !important;
}
/* back to top button */
 #back-top {
     position: fixed;
     right: 0;
     bottom: 30px;
     cursor: pointer;
     z-index: 9999999;
     opacity: 0;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 .back-top-animation {
     right: 20px !important;
     opacity: 1 !important;
     -webkit-transition: all 0.4s ease-in !important;
     -moz-transition: all 0.4s ease-in !important;
     -o-transition: all 0.4s ease-in !important;
     transition: all 0.4s ease-in !important;
}
 #back-top a {
     background: #e45447;
     display: block;
     text-align: center;
     width: 35px;
     height: 40px;
     border-radius: 5px 5px 0 0;
     padding: 8px;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     line-height: 8px;
}
 #back-top a i {
     font-size: 22px;
     color: #fff;
}
/* inner page banner */
 .breadstyle {
     padding: 10px 0 10px !important;
     position: relative;
     background-size: cover;
    /* background-position: center;
     */
     margin-bottom: 0;
     background-repeat: no-repeat;
     height: 100%;
     min-height: 100%;
     width: 100%;
     max-width: 100%;
}
 .breadstyle::before {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .8));
     content: "";
}
 .service_content h2 {
     margin-bottom: 15px;
     border-bottom: 1px solid #fff;
}
 .service_content h2, .service_content p {
     width: 500px;
}
 .service_content p {
     font-size: 1rem;
     color: #fff;
     font-weight: 400;
}
/* Title */
 .section-title {
     margin-bottom: 15px;
}
 .section-title span {
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
     color: #e45447;
}
 .section-title h3 {
     color: #222D39;
     font-size: 35px;
     font-weight: 700;
     line-height: 40px;
     position: relative;
     margin: 10px 0 20px;
     padding-bottom: 22px;
}
 .section-title h2 {
     color: #222D39;
     font-size: 35px;
     font-weight: 700;
     line-height: 40px;
     position: relative;
     margin: 10px 0 20px;
}
 .section-title.left-wrap h3:before {
     right: auto;
}
 .section-title.left-wrap h3::after {
     left: 95px;
     right: auto;
}
 .section-title h3:before {
     position: absolute;
     content: "";
     height: 3px;
     width: 80px;
     background-color: #fab4a2;
     bottom: 0;
     left: 0;
     right: 35px;
     margin: auto;
}
 .section-title h3::after {
     position: absolute;
     content: "";
     height: 3px;
     width: 32px;
     background-color: #ff724e;
     bottom: 0;
     margin: 0 auto;
     left: 95px;
     right: 0;
}
 .section-title .description {
     max-width: 540px;
     margin: 0 auto;
     display: block;
     color: #000;
     text-transform: capitalize;
}
 .server-title h4 {
     font-weight: 700;
     font-size: 20px;
     line-height: 48px;
     margin: 0;
     color: #212121;
     margin-bottom: 15px;
}
 .server-title p {
     display: none;
     color: #757575;
     margin: 4px 0 0;
     margin-bottom: 0px;
     font-size: 18px;
     line-height: 28px;
     margin-bottom: 40px;
}
 .inner-page-title {
     font-size: 42px;
     font-weight: 500;
     color: #fff;
    /*border-bottom: 1px solid #fff;
    */
    /*width: 500px;
    */
}
/* button */
 .btn-one, .send_btn, .book_btn {
     color: #ffffff;
     background: #d64a1a;
     background: -moz-linear-gradient(left, #d64a1a 9%, #f88120 55%);
     background: -webkit-linear-gradient(left, #d64a1a 9%, #f88120 55%);
     background: linear-gradient(to right, #d64a1a 9%, #f88120 55%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64a1a', endColorstr='#f88120', GradientType=1);
     background-size: 200%;
     background-position: 0;
     display: inline-block;
     text-align: center;
     padding: 0.70em 2em;
     font-weight: 500;
     border-radius: 2em;
     letter-spacing: 1px;
     transition: all .5s;
     font-size: 14px;
}
 .btn-one:hover, .send_btn:hover, .book_btn:hover {
     color: #ffffff;
     background: #d64a1a;
     background: -moz-linear-gradient(left, #d64a1a 9%, #f88120 55%);
     background: -webkit-linear-gradient(left, #d64a1a 9%, #f88120 55%);
     background: linear-gradient(to right, #d64a1a 9%, #f88120 55%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d64a1a', endColorstr='#f88120', GradientType=1);
     background-size: 200%;
     background-position: 100% !important;
}
 .default-btn {
     text-align: center;
     display: inline-block;
     transition: all .5s;
     border-radius: 5px;
     border: none;
     padding: 10px 30px;
     z-index: 1;
     color: #fff;
     background-color: #e45447;
     font-weight: 400;
     position: relative;
     font-size: 16px;
     cursor: pointer;
}
 .booknow_btn {
     font-size: 15px;
}
/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
 .logout_btn_icon .person, .user_icon .person {
     background: transparent;
     border: none;
     outline: none;
     cursor: pointer !important;
     padding: 0px;
}
 .logout_btn_icon .person:focus, .logout_btn_icon .person:active, .Signin .person:focus, .Signin .person:active {
     box-shadow: none !important;
     outline: none !important;
}
 .logout_btn_icon .person img, .user_icon .person img {
     width: 22px;
}
 .logout_btn_icon .dropdown:hover>.dropdown-menu {
     display: block;
}
 .logout_btn_icon .dropdown>.dropdown-toggle:active {
     pointer-events: none;
}
 .logout_btn_icon .dropdown-menu {
     border: none;
     box-shadow: 0px 0px 18.9px 2.1px rgb(0 0 0 / 10%);
     left: -120px;
     top: 26px;
}
 .logout_btn_icon .dropdown-menu:before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border-left: 13px solid transparent;
     border-right: 13px solid transparent;
     border-bottom: 13px solid #fff;
     top: -10px;
     right: 15px;
}
 .main-footer .our-service .footer-column .ft-menu .col-1 {
     flex: 0 0 15%;
     max-width: 15%;
}
 .main-footer .our-service .footer-column .ft-menu .col-11 {
     flex: 0 0 85%;
     max-width: 85%;
}
 .logout_btn_icon .dropdown-menu ul li a, .logout_btn_icon .dropdown-menu ul li label {
     width: 100%;
     display: block;
     padding: 0px 9px;
     font-size: 14px;
     color: #757575;
     transition: all .5s;
     display: flex;
     align-items: center;
     cursor: pointer;
}
 .logout_btn_icon .dropdown-menu ul li a i, .logout_btn_icon .dropdown-menu ul li label i {
     font-size: 16px;
}
 .logout_btn_icon .dropdown-menu ul li a:hover, .logout_btn_icon .dropdown-menu ul li label:hover {
     background: rgb(246 246 246);
}
 #header {
     padding: 5px 0px 5px 0px;
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     transition: all 0.5s;
     z-index: 500;
     background: #fff;
}
 #header.header-scrolled {
     position: fixed;
     box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
     background: #fff;
     transition: all 0.5s;
}
 #header.header-scrolled #nav-menu-container {
     margin-left: auto;
}
 #header.header-scrolled.dark {
     background: #222222;
}
 #logo {
     margin-left: 15px;
}
 #header #logo h1 {
     font-size: 34px;
     margin: 0;
     padding: 0;
     line-height: 1;
     font-weight: 700;
     letter-spacing: 3px;
}
 #header #logo h1 a, #header #logo h1 a:hover {
     color: #000;
     padding-left: 10px;
     border-left: 4px solid #e45447;
}
 #header #logo img {
     padding: 0;
     margin: 0;
}
/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/
/* Nav Menu Essentials */
 .nav-menu, .nav-menu * {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .nav-menu ul {
     position: absolute;
     display: none;
     top: 100%;
     left: 0;
     z-index: 99;
     background: rgba(255, 255, 255, 0.9);
}
 .nav-menu li {
     position: relative;
     white-space: nowrap;
}
 .nav-menu>li {
     float: left;
}
 .nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
     display: block;
}
 .nav-menu ul ul {
     top: 0;
     left: 100%;
}
 .nav-menu ul li {
     min-width: 180px;
     text-align: left;
}
/* Nav Menu Arrows */
 .sf-arrows .sf-with-ul {
     padding-right: 28px;
}
 .sf-arrows .sf-with-ul:after {
     content: "\f107";
     position: absolute;
     right: 15px;
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
}
 .sf-arrows ul .sf-with-ul:after {
     content: "\f105";
}
/* Nav Meu Container */
 #nav-menu-container {
     margin: 0;
     margin-right: 0px;
}
 #nav-menu-container .nav-menu li {
     margin-right: 10px;
}
 .nav-menu a {
     padding: 0px;
     text-decoration: none;
     display: block;
     color: #222222;
     font-weight: 500;
     font-size: 16px;
     text-transform: capitalize;
     outline: none;
     font-family: "Poppins", sans-serif;
}
 .nav-menu a.active, .nav-menu a:hover {
     color: #e45447 !important;
}
 .nav-menu.white a {
     color: #fff;
}
 .nav-menu>li {
     margin-right: 40px;
}
 .nav-menu>li:last-child {
     margin-right: 0;
}
 .nav-menu ul {
     margin: 33px 0 0 0;
     padding: 10px;
     box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
     background: #fff;
}
 .nav-menu ul.dark {
     background: #222222;
}
 .nav-menu ul li {
     transition: 0.3s;
}
 .nav-menu ul li a {
     padding: 10px;
     color: #333;
     transition: 0.3s;
     display: block;
     font-size: 13px;
     text-transform: none;
     font-weight: 400;
}
 .nav-menu ul li:hover>a {
     color: #e45447;
}
 .nav-menu ul ul {
     margin: 0;
}
 .header-info-box {
     position: relative;
     float: left;
     margin-left: 0px;
     padding: 10px 0px 0 40px;
     border: 0px;
     border-radius: 5px;
     display: flex;
     align-items: center;
}
 .header-info-box .header-info-icon {
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 35px;
     height: auto;
     padding-left: 8px;
     padding-right: 8px;
     font-size: 34px;
     text-align: left;
     line-height: 37px;
     -moz-transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .header-info-box h6 {
     margin-top: 5px;
     font-size: 12px;
     font-weight: 600;
}
 .header-info-box p {
     margin-bottom: 5px;
     font-size: 18px;
     font-weight: 400;
     color: #757575;
}
/* Mobile Nav Toggle */
 #mobile-nav-toggle {
     position: fixed;
     right: 15px;
     z-index: 999;
     top: 60px;
     border: 0;
     background: none;
     font-size: 24px;
     display: none;
     transition: all 0.4s;
     outline: none;
     cursor: pointer;
}
 #mobile-nav-toggle i {
     color: #e45447;
     font-weight: 900;
     font-size: 30px;
}
/* Mobile Nav Styling */
 #mobile-nav {
     position: fixed;
     top: 0;
     padding-top: 18px;
     bottom: 0;
     z-index: 998;
     background: rgba(0, 0, 0, 0.8);
     left: -260px;
     width: 260px;
     overflow-y: auto;
     transition: 0.4s;
}
 #mobile-nav ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
 #mobile-nav ul li {
     position: relative;
}
 #mobile-nav ul li a {
     color: #fff;
     font-size: 13px;
     text-transform: uppercase;
     overflow: hidden;
     padding: 10px 22px 10px 15px;
     position: relative;
     text-decoration: none;
     width: 100%;
     display: block;
     outline: none;
     font-weight: 400;
}
 #mobile-nav ul li a:hover {
     color: #fff;
}
 #mobile-nav ul li li {
     padding-left: 30px;
}
 #mobile-nav ul .menu-has-children i {
     position: absolute;
     right: 0;
     z-index: 99;
     padding: 15px;
     cursor: pointer;
     color: #fff;
}
 #mobile-nav ul .menu-has-children i.fa-chevron-up {
     color: #e45447;
}
 #mobile-nav ul .menu-has-children li a {
     text-transform: none;
}
 #mobile-nav ul .menu-item-active {
     color: #e45447;
}
 #mobile-body-overly {
     width: 100%;
     height: 100%;
     z-index: 997;
     top: 0;
     left: 0;
     position: fixed;
     background: rgba(0, 0, 0, 0.7);
     display: none;
}
 body.mobile-nav-active {
     overflow: hidden;
}
 body.mobile-nav-active #mobile-nav {
     left: 0;
}
 body.mobile-nav-active #mobile-nav-toggle {
     color: #fff;
}
/* ---------------------- home page ----------------------------- */
 .banner {
     position: relative;
}
 .banner .position_up {
     position: absolute;
     top: 0;
     z-index: 9;
     background: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .8));
     width: 100%;
     height: 100%;
     min-height: 100%;
     min-width: 100%;
     width: 100%;
     flex-direction: row;
     box-sizing: border-box;
     display: flex;
     place-content: center;
     align-items: center;
}
 .banner .position_up .banner_caption h1 {
     font-size: 50px;
     color: #FFF;
     font-weight: 600;
     margin-bottom: 10px;
}
 .banner .position_up .banner_caption {
     text-align: center;
}
 .banner .position_up .banner_caption h4 {
     color: #fff;
     font-weight: 300;
     margin-bottom: 20px;
}
 .banner .position_up .banner_caption .search_sec .optionbox {
     position: relative;
}
 .banner .position_up .banner_caption .search_sec .optionbox:before {
     content: '';
     position: absolute;
     top: 5px;
     left: 10px;
     width: 30px;
     height: 30px;
     background: #fff;
     text-align: center;
     line-height: 42px;
     color: #8B90A1;
     pointer-events: none;
     border-radius: 0px 4px 4px 0px;
     background-image: url(../images/Location.svg);
     background-repeat: no-repeat;
     background-size: 22px;
     background-position: center;
     z-index: 100;
}
 .drop-menu .dropdown {
     --max-scroll: 8;
     --text: #3f4656;
     --border: #2f3545;
     --borderActive: #23c4f8;
     --background: #151924;
     --arrow: #6c7486;
     --arrowActive: #e4ecfa;
     --listText: #99a3ba;
     --listBackground: #f5f9ff;
     --listActive: #e4ecfa;
     --listTextActive: #6c7486;
     --listBorder: none;
     --textFilled: #99a3ba;
     width: 220px;
     position: relative;
}
 .drop-menu .dropdown.light {
     --text: #cdd9ed;
     --border: #cdd9ed;
     --borderActive: #23c4f8;
     --background: #fff;
     --arrow: #99a3ba;
     --arrowActive: #6c7486;
     --listText: #99a3ba;
     --listBackground: #fff;
     --listActive: #f5f9ff;
     --listTextActive: #6c7486;
     --listBorder: #e4ecfa;
     --textFilled: #6c7486;
}
 .drop-menu .dropdown select {
     display: none;
}
 .drop-menu .dropdown>span {
     cursor: pointer;
     padding: 5px 16px;
     border-radius: 6px;
     display: block;
     position: relative;
     color: var(--text);
     border: 1px solid #ccc !important;
     background: #fff;
     transition: all 0.3s ease;
}
 .drop-menu .dropdown>span:before, .dropdown>span:after {
     content: '';
     display: block;
     position: absolute;
     width: 8px;
     height: 2px;
     border-radius: 1px;
     top: 50%;
     right: 15px;
     background: var(--arrow);
     transition: all 0.3s ease;
}
 .drop-menu .dropdown>span:before {
     margin-right: 4px;
     transform: scale(0.96, 0.8) rotate(50deg);
}
 .drop-menu .dropdown>span:after {
     transform: scale(0.96, 0.8) rotate(-50deg);
}
 .drop-menu .dropdown ul {
     margin: 0;
     padding: 0;
     list-style: none;
     opacity: 0;
     visibility: hidden;
     position: absolute;
     max-height: calc(var(--max-scroll) * 42px);
     top: 32px;
     left: 0;
     z-index: 1;
     right: 0;
     background: #fff;
     ;
     border-radius: 6px;
     overflow-x: hidden;
     overflow-y: auto;
     transform-origin: 0 0;
     transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
     transform: scale(0.8) translate(0, 4px);
     border: 1px solid var(--listBorder);
}
 .drop-menu .dropdown ul li {
     opacity: 0;
     transform: translate(6px, 0);
     transition: all 0.3s ease;
}
 .drop-menu .dropdown ul li a {
     cursor: pointer;
     display: block;
     padding: 10px 16px;
     color: var(--listText);
     text-decoration: none;
     outline: none;
     position: relative;
     transition: all 0.3s ease;
}
 .drop-menu .dropdown ul li a:hover {
     color: var(--listTextActive);
}
 .drop-menu .dropdown ul li.active a {
     color: var(--listTextActive);
     background: var(--listActive);
}
/* .drop-menu .dropdown ul li.active a:before, .dropdown ul li.active a:after {
    --scale: 0.6;
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 17px;
    top: 50%;
    opacity: 0;
    background: var(--listText);
    transition: all 0.2s ease;
}
 */
 .drop-menu .dropdown ul li.active a:before {
     transform: rotate(45deg) scale(var(--scale));
}
 .drop-menu .dropdown ul li.active a:after {
     transform: rotate(-45deg) scale(var(--scale));
}
 .drop-menu .dropdown ul li.active a:hover:before, .dropdown ul li.active a:hover:after {
     --scale: 0.9;
     opacity: 1;
}
 .drop-menu .dropdown ul li:first-child a {
     border-radius: 6px 6px 0 0;
}
 .drop-menu .dropdown ul li:last-child a {
     border-radius: 0 0 6px 6px;
}
 .drop-menu .dropdown.filled>span {
     font-weight: 400;
     color: #757575;
     font-size: 14px;
}
 .drop-menu .dropdown.open>span:before, .dropdown.open>span:after {
     background: var(--arrowActive);
}
 .drop-menu .dropdown.open>span:before {
     transform: scale(0.96, 0.8) rotate(-50deg);
}
 .drop-menu .dropdown.open>span:after {
     transform: scale(0.96, 0.8) rotate(50deg);
}
 .drop-menu .dropdown.open ul {
     opacity: 1;
     visibility: visible;
     transform: scale(1) translate(0, 12px);
     transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
 .drop-menu .dropdown.open ul li {
     opacity: 1;
     transform: translate(0, 0);
}
 .drop-menu .dropdown.open ul li:nth-child(1) {
     transition-delay: 80ms;
}
 .drop-menu .dropdown.open ul li:nth-child(2) {
     transition-delay: 160ms;
}
 .drop-menu .dropdown.open ul li:nth-child(3) {
     transition-delay: 240ms;
}
 .drop-menu .dropdown.open ul li:nth-child(4) {
     transition-delay: 320ms;
}
 .drop-menu .dropdown.open ul li:nth-child(5) {
     transition-delay: 400ms;
}
 .drop-menu .dropdown.open ul li:nth-child(6) {
     transition-delay: 480ms;
}
 .drop-menu .dropdown.open ul li:nth-child(7) {
     transition-delay: 560ms;
}
 .drop-menu .dropdown.open ul li:nth-child(8) {
     transition-delay: 640ms;
}
 .drop-menu .dropdown.open ul li:nth-child(9) {
     transition-delay: 720ms;
}
 .drop-menu .dropdown.open ul li:nth-child(10) {
     transition-delay: 800ms;
}
 .drop-menu select.dropdown {
     padding: 9px 16px;
     border-radius: 6px;
     color: var(--text);
     border: 1px solid var(--border);
     background: var(--background);
     line-height: 22px;
     font-size: 16px;
     font-family: inherit;
     -webkit-appearance: none;
}
 .drop-menu .switch {
     height: 20px;
     display: block;
     position: relative;
     cursor: pointer;
}
 .drop-menu .switch input {
     display: none;
}
 .drop-menu .switch input+span {
     padding-left: 38px;
     min-height: 20px;
     line-height: 20px;
     display: block;
     color: #3f4656;
     position: relative;
     white-space: nowrap;
}
 .drop-menu .switch input+span:not(:empty) {
     padding-left: 46px;
}
 .drop-menu .switch input+span:before, .switch input+span:after {
     content: '';
     display: block;
     position: absolute;
     border-radius: 10px;
}
 .drop-menu .switch input+span:before {
     top: 0;
     left: 0;
     width: 38px;
     height: 20px;
     border: 1px solid #2f3545;
     transition: all 0.3s ease;
}
 .drop-menu .switch input+span:after {
     width: 14px;
     height: 14px;
     background: #2f3545;
     top: 3px;
     left: 3px;
     transition: all 0.45s ease;
}
 .drop-menu .switch input+span+svg {
     display: none;
}
 .drop-menu .dropdown ul li.active a, .drop-menu .dropdown ul li a {
     color: #000;
}
 .banner .position_up .banner_caption .search {
     position: relative;
     margin-left: 20px;
}
 .banner .position_up .banner_caption .search i {
     position: absolute;
     z-index: 10;
     color: #fff;
     top: 50%;
     transform: translateY(-50%);
     right: 0px;
     border: none;
     font-size: 18px;
     background: #e45447;
     padding: 14px 15px;
     border-radius: 0px 4px 4px 0px;
     cursor: pointer;
}
 .banner .position_up .banner_caption .search i:hover {
     background: #000;
     transition: all .5s;
}
 .banner .position_up .banner_caption .search .input-1 {
     width: 450px;
     padding: 10px;
     color: gray;
     border-radius: 4px;
     border: none;
     height: auto;
}
 .banner .position_up .banner_caption P {
     margin-bottom: 0;
     margin-top: 20px;
     color: #fff;
     font-weight: 300;
     font-size: 16px;
}
 .search {
     border: 1px solid #ccc;
     border-radius: 4px;
     width: calc(100% - 240px);
     margin-left: 15px;
     max-width: 100%;
}
 .search_sec {
     width: 50%;
}
 .search input {
     width: 95%;
     font-size: 14px;
}
/* Services Finder categories */
/* .ac_service{
    background-image: url(../images/ac_service_bg.jpg);
}
 */
 .cat_box {
     background-color: #fff;
     transition: .5s;
     position: relative;
     margin-bottom: 10px;
     margin-right: 15px;
     transition: all .5s;
     margin-left: 15px;
}
 .cat_box .proimg_box {
     position: unset;
     text-align: left;
     margin-top: 8px;
}
 .cat_box .proimg_box .booknow_btn {
     background: rgba(228, 84, 71);
     border-color: rgba(228, 84, 71);
     font-size: 13px;
     padding: 6px 15px;
}
 .cat_box .img_area .box-image {
     position: relative;
     overflow: hidden;
    /*border-radius: 4px;
    */
}
 .cat_box .img_area .box-image .proimg_box {
     opacity: 1;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     position: absolute;
     bottom: 0;
     top: 0;
     left: 0;
     right: 0;
     transition: 0.2s;
}
 .Our-Service-bg {
     position: relative;
     border-top: 1px solid #eee;
     padding-top: 10px;
}
 .img_area .box-image .proimg_box .booknow_btn {
     margin-top: 50px;
     transition: margin 0.2s;
     margin: 0;
     position: absolute;
     top: 5px;
     padding: 5px 8px;
     font-size: 14px;
     right: 5px;
     font-weight: 200;
     background-color: rgba(228, 84, 71, 0.7);
     border: none;
}
 .booknow_btn.btn-danger:focus, .booknow_btn.btn-danger:active {
     box-shadow: none !important;
}
 .cat_box:hover .img_area h3 {
     color: #e45447 !important;
}
 .cat_box:hover .booknow_btn {
     background: rgb(228, 84, 71);
     border-color: rgb(228, 84, 71);
     transition: all .5s;
}
 .cat_box .img_area .img_text {
     padding: 10px 5px 0px;
     text-align: left;
}
 .cat_box .img_area .img_text h3 {
     color: #343846;
     font-size: 16px;
     line-height: 25px;
     transition: .5s;
     font-weight: 600;
     margin-bottom: 0;
     min-height: 50px;
}
 .cat_box .img_area .img_text h5 {
     font-size: 15px;
     font-weight: 400;
     color: rgb(228, 84, 71);
}
/* Services Finder categories */
 .just-care {
     background-image: url(../images/just-care.jpg) !important;
     background-position: bottom;
     background-repeat: no-repeat !important;
     background-size: 80% !important;
     padding: 50px 0px;
     overflow: hidden;
}
 .testimonialArea {
     background-color: #e45447;
     background-image: url(../images/bg3.png);
}
 .testimonialArea .section-title span, .testimonialArea .section-title h3 {
     color: #fff;
}
 .testimonialArea .section-title h3::before, .testimonialArea .section-title h3::after {
     background-color: #fff;
}
 .testimonials-carousel1 .testimonial-text {
     background-color: #fff;
     border-radius: 10px;
     padding: 15px;
     box-shadow: 0 0px 10px 4px rgb(31 66 135 / 10%);
     margin: 0px 15px;
}
 .testimonials-carousel1 .testimonial-text p {
     padding-bottom: 0;
     margin-bottom: 20px;
     min-height: 105px;
     border-bottom: 1px solid #ddd;
     padding-bottom: 5px;
}
 .testimonials-carousel1 .testimonial-pic img {
     border-radius: 50%;
     height: 80px;
     width: 80px;
     border: 3px solid;
     border-color: #896eff;
     overflow: hidden;
     margin-right: 15px;
     background: #FFF;
     position: relative;
     display: inline-block;
}
 .testimonials-carousel1 .testimonial-name {
     font-size: 18px;
     font-weight: 700;
     font-family: "Source Sans Pro", sans-serif;
     color: #1f2471;
     line-height: 26px;
     margin-bottom: 5px;
}
 .testimonials-carousel1 .testimonial-detail {
     display: flex;
}
 .testimonials-carousel1 .testimonial-position {
     font-size: 15px;
     display: block;
     margin-bottom: 6px;
}
 .testimonials-carousel1 .star-rating {
     margin-bottom: 0px;
}
 .testimonials-carousel1 .star-rating li {
     font-size: 14px;
     margin: 0 2px;
     display: inline-block;
}
 .Technical-Services {
     background-color: #f0f4f9;
     position: relative;
     background-image: url(../images/bg-5.jpg) !important;
     background-position: center;
     background-repeat: no-repeat !important;
     background-size: cover;
     padding: 50px 0px;
     overflow: hidden;
}
 .Technical-Services h3 {
     margin-bottom: 20px;
     line-height: 35px;
}
 .Technical-Services h2 {
     margin-bottom: 10px;
     line-height: 28px;
     font-size: 18px;
}
 .Technical-Services p {
     text-align: justify;
}
 .counter_new {
     background-image: url(../images/slide2.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     padding-bottom: 150px;
     position: relative;
     background-position: bottom;
}
 .counter_new::before {
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     content: "";
     top: 0;
     left: 0;
     opacity: .80;
     background-color: #e45447;
}
 .rtin-content span {
     font-size: 34px;
     font-weight: 700;
     display: inline-block;
     margin-bottom: 0.625rem;
     line-height: 1;
     z-index: 3;
     font-family: 'Poppins', sans-serif;
     position: relative;
     color: #fff;
}
 .rtin-content h2 {
     font-size: 20px;
     font-weight: 500;
     color: #fff;
     line-height: 1.4;
     margin-bottom: 0px;
     position: relative;
}
 .fposition-top {
     position: relative;
     margin-bottom: 100px;
}
 .fposition-top .fposition {
     width: 85%;
     z-index: 10;
     position: relative;
     top: 70px;
     display: flex;
     justify-content: center;
     padding: 0;
     margin-bottom: 5px;
     margin-top: -35px;
     box-shadow: 0px 0px 18.9px 2.1px rgb(0 0 0 / 10%);
     margin-top: -100px;
     background: #ffffff;
     border-radius: 5px;
}
 .fposition-top .fposition .fancy-box {
     padding: 35px 30px 35px 15px;
     border-right: 1px solid #ebebeb;
}
 .fposition-top .fposition .fancy-box.rounded_none {
     border: none;
}
 .fposition-top .fposition .fancy-head-wrapp .fancy-head {
     display: flex;
     width: 100%;
     align-items: center;
}
 .fancy-box .fancy-head-wrapp i {
     font-size: 30px;
     margin-right: 22px;
     color: #e45447;
}
 .fposition-top .fposition .fancy-head-wrapp .fancy-head h4 {
     line-height: 25px;
     color: #14212b;
     font-weight: 700;
     font-size: 18px;
     text-transform: capitalize;
     text-align: left;
}
 .fposition-top .fposition .fancy-description p {
     margin-bottom: 0;
     margin-top: 15px;
     font-size: 16px;
}
/* slider */
 .Service-slider-slider {
     position: relative;
     margin-bottom: 0px;
}
/*.Service-slider-slider .owl-controls .owl-nav{
    position: absolute;
    display: flex;
    top: 40%;
    transform: translate(-50%, -50%);
}
*/
 .Service-slider-slider .owl-controls .owl-nav .owl-prev {
     left: -20px;
}
 .Service-slider-slider .owl-controls .owl-nav .owl-next {
     right: -20px;
}
 .Service-slider-slider .owl-controls .owl-nav .owl-prev, .Service-slider-slider .owl-controls .owl-nav .owl-next, .Banner-sider .owl-nav .owl-prev, .Banner-sider .owl-nav .owl-next {
     font-size: 26px;
     position: absolute;
     top: 30%;
     height: 45px;
     width: 45px;
     border-radius: 50%;
     background: #fff;
     box-shadow: -2px 1px 8px 0 rgb(0 0 0 / 16%);
     display: flex !important;
     align-items: center;
     justify-content: center;
}
 .Service-slider-slider .owl-nav {
     opacity: 0;
}
 .Service-slider-slider:hover .owl-nav {
     opacity: 1;
     transition: all .5s;
}
 .Service-slider-slider .owl-controls .owl-nav .owl-prev i, .Service-slider-slider .owl-controls .owl-nav .owl-next i {
     transition: all .5s;
}
 .Service-slider-slider .owl-controls .owl-nav .owl-prev i:hover, .Service-slider-slider .owl-controls .owl-nav .owl-next i:hover {
     color: #e45447;
}
 .Service-slider-slider .owl-controls .owl-nav .owl-prev, .Service-slider-slider .owl-controls .owl-nav .owl-next {
     margin: 0px 10px;
     cursor: pointer;
}
/* About page */
 .about_banner {
     background-image: url(../images/bg-5.jpg);
}
 .breadstyle.about_banner {
     background-attachment: inherit;
     background-size: cover;
     background-position: center;
}
 .about-section {
     padding: 50px 0px 100px;
}
 .about-section .image_block_1 .image-box {
     position: relative;
}
 .about-section .image_block_1 .image-box .image-1 {
     position: relative;
     overflow: hidden;
     padding-bottom: 30px;
     text-align: center;
}
 .about-section .image_block_1 .image-box .image-1 img {
     border-radius: 4px;
     box-shadow: 0px 3px 16px 0px rgb(190 190 190 / 30%);
}
 .about-section .image_block_1 .image-box .image-2 {
     position: absolute;
     right: 0px;
     bottom: -50px;
     background: #fff;
     padding: 20px;
}
 .about-section .image_block_1 .image-box .image-2 img {
     width: 100%;
}
 .about-section .content ul li {
     text-align: left;
     padding-left: 35px;
     margin-bottom: 0.625rem;
     position: relative;
     color: #000;
     font-weight: 500;
}
 .about-section .content ul li:before {
     position: absolute;
     z-index: 1;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "\f00c";
     color: red;
     top: 0px;
     font-size: 0.625rem;
     left: 0;
     height: 1.25rem;
     width: 1.25rem;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-color: #ffffff;
     border-radius: 50%;
     box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
/* Contact page */
 .contact_banner {
     background-image: url(../images/slide1.jpg);
}
 .breadstyle.contact_banner {
     background-attachment: inherit;
     background-position: top;
}
 .contact-page .info-column {
     position: relative;
     margin-bottom: 40px;
     position: relative;
     padding: 50px 35px 45px;
     background-color: #e45447;
     -webkit-box-shadow: 0 0 45px rgb(0 0 0 / 20%);
     -ms-box-shadow: 0 0 45px rgba(0, 0, 0, .2);
     box-shadow: 0 0 45px rgb(0 0 0 / 20%);
}
 .contact-page .info-column .title-box {
     position: relative;
}
 .contact-page .info-column .title-box h3 {
     position: relative;
     color: #fff;
     font-size: 32px;
     font-weight: 500;
     line-height: 1.3em;
}
 .contact-page .info-column .title-box .title-text {
     position: relative;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5em;
     margin-top: 8px;
     margin-bottom: 30px;
     color: #fbfbfb;
}
 .contact-page .contact-info-list {
     position: relative;
}
 .contact-page .contact-info-list i {
     position: absolute;
     left: 0;
     top: 0px;
     font-size: 36px;
     line-height: 1em;
}
 .contact-page .contact-info-list li {
     position: relative;
     margin-bottom: 30px;
     font-size: 16px;
     min-height: 50px;
     line-height: 1.8em;
     padding-left: 50px;
     color: rgb(255, 255, 255);
}
 .contact-page .contact-info-list li strong {
     font-weight: 700;
     font-size: 18px;
     display: block;
}
 .contact-page .social-links {
     position: relative;
}
 .contact-page .social-links li {
     position: relative;
     margin-right: 4px;
     margin-bottom: 5px;
     display: inline-block;
}
 .contact-page .social-links li a {
     position: relative;
     color: #fff;
     width: 45px;
     height: 45px;
     border-radius: 2px;
     display: inline-block;
     text-align: center;
     line-height: 43px;
     -webkit-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     border: 1px solid rgba(255, 255, 255, .3);
}
 .contact-page .social-links li a:hover {
     color: #e45447;
     border-color: #fff;
     background-color: #fff;
}
 .contact-page .contact_form {
     padding: 40px 25px;
     margin-left: 15px;
     box-shadow: 0 0 20px hsl(0deg 0% 62% / 16%);
}
 .contact-page .contact_form h3 {
     margin-bottom: 20px;
     font-size: 25px;
}
 .contact-page .contact_form .form-group {
     position: relative;
}
 .contact-page .contact_form .form-group input, .contact_form .form-group textarea {
     color: var(--blackColor);
     box-shadow: unset!important;
     border: 1px solid #f5f5f5;
     background-color: #f5f5f5;
     transition: all -0.5s;
     border-radius: 3px;
     padding: 1px 0 0 40px;
     font-size: 16px;
     font-weight: 600;
}
 .contact-page .contact_form .form-group textarea {
     height: auto;
     padding-top: 6px;
}
 .contact-page .contact_form .form-group span {
     position: absolute;
     top: 7px;
     left: 10px;
     color: #6c757d;
     font-size: 16px;
}
 .contact-page .send_btn {
     margin-top: 30px;
}
/* Faq page */
 .faq_desc .shape-box1 img {
     opacity: 0.025;
}
 .faa_ques {
     width: 49%;
     margin-right: 11px;
}
 .faq_detail_desc {
     display: flex;
     justify-content: center;
     align-items: center;
}
/* how it work page */
 .howwork {
     background: #fbfbff;
}
 .awesomeFeaturedWrap {
     text-align: center;
     background: #fff;
     border: 1px solid #ebebeb;
     border-radius: 3px;
     padding: 50px 20px;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
     margin-top: 30px;
}
 .awesomeFeaturedWrap:hover {
     box-shadow: 0 10px 50px rgb(0 0 0 / 10%);
     -webkit-transform: translateY(-10px);
     transform: translateY(-10px);
     border-color: #fff;
}
 .howwork .block {
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .awesomeFeaturedWrap .awesomeFeaturedIcon {
     position: relative;
     width: 60px;
     margin-bottom: 25px !important;
     margin: auto;
}
 .awesomeFeaturedWrap .awesomeFeaturedIcon img {
     width: 100%;
}
 .awesomeFeaturedWrap h3 {
     font-size: 22px;
     color: #444;
     margin-top: 15px;
     margin-bottom: 20px;
     transition: all .3s;
     -webkit-transition: all .3s;
     -moz-transition: all .3s;
}
 .awesomeFeaturedWrap p {
     font-size: 16px;
     line-height: 26px;
     margin-bottom: 0;
     transition: all .3s;
     -webkit-transition: all .3s;
     -moz-transition: all .3s;
}
 .howwork-rpb {
     padding: 60px 0px;
     position: relative;
}
 .howwork-rpb::before {
     content: "";
     background: url(../images/dot_bg.png);
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
}
 .howwork-rpb .text {
     text-align: center;
}
 .howwork-rpb .text p {
     font-size: 18px;
     line-height: 28px;
     color: #000;
     text-align: justify;
}
/* inner pages ac-service */
 .service_sec .cat_box {
     margin-right: 30px;
}
 .service_sec {
     padding: 40px 0px;
}
 .service_sec .cat_box .box-image img {
     width: 100%;
     height: 155px;
     object-fit: contain;
}
 .service_sec .main_title h3 {
     font-size: 20px;
     font-weight: 600;
     margin: 0;
     position: relative;
     padding-bottom: 20px;
}
 .service_sec .cat_box .proimg_box {
     opacity: 1 !important;
}
 .service_sec .cat_box .proimg_box .booknow_btn {
     margin: 0;
     position: absolute;
     top: 5px;
     padding: 5px 8px;
     font-size: 14px;
     right: 5px;
     font-weight: 200;
}
 .category {
     text-transform: capitalize;
     font-weight: 700;
     color: #9A9A9A;
}
 .service_description {
     position: relative;
     background: #f7f7f7;
}
 .service_description .nav-item .nav-link, .service_description .nav-tabs .nav-link {
     -webkit-transition: all 300ms ease 0s;
     -moz-transition: all 300ms ease 0s;
     -o-transition: all 300ms ease 0s;
     -ms-transition: all 300ms ease 0s;
     transition: all 300ms ease 0s;
}
 .service_description .card a {
     -webkit-transition: all 150ms ease 0s;
     -moz-transition: all 150ms ease 0s;
     -o-transition: all 150ms ease 0s;
     -ms-transition: all 150ms ease 0s;
     transition: all 150ms ease 0s;
}
 .service_description .now-ui-icons {
     display: inline-block;
     font: normal normal normal 14px/1 'Nucleo Outline';
     font-size: inherit;
     speak: none;
     text-transform: none;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .service_description .nav-tabs {
     border: 0;
     padding: 15px 0.7rem;
}
 .service_description .card .nav-tabs {
     border-top-right-radius: 0.1875rem;
     border-top-left-radius: 0.1875rem;
}
 .service_description .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
     color: #FFFFFF;
}
 .service_description .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
     background-color: rgba(255, 255, 255, 0.2);
     color: #FFFFFF;
}
 .service_description .card {
     border: 0;
     border-radius: 0.1875rem;
     display: inline-block;
     position: relative;
     width: 100%;
     margin-bottom: 30px;
}
 .service_description .card-body .tab-content {
     padding: 0;
}
 .service_desbox {
     /*border: 1px solid rgba(0, 0, 0, .1);
     margin-bottom: 20px;
     box-shadow: 0 0 20px rgba(158, 158, 158, 0.1);*/
}
 .service_description .card-body {
     padding: 00;
     margin-top: 20px;
     background: #fff;
}
 .service_description .service_boxheader h2 {
     padding: 10px 20px;
     border-bottom: 1px solid rgba(0, 0, 0, .1);
     font-size: 20px;
}
 .service_description .service_desbox_text {
     padding: 20px;
}
 .service_description .sub-title h5 {
     font-size: 18px;
     margin-bottom: 12px;
}
 .service_description .service_desbox_text p, .service_description .service_desbox_text ul li {
     font-size: .80rem;
     color: #000;
     line-height: 27px;
     font-size: 15px;
     text-align: justify;
}
 .service_description .service_desbox_text ul li {
     padding-left: 20px;
     position: relative;
}
 .service_description .service_desbox_text ul li::before {
     position: absolute;
     content: "\f058";
     font: normal normal normal 14px/1 FontAwesome;
     left: 0;
     top: 8px;
     color: #e45447;
}
 .service_description .service_desbox_text strong, .service_description .service_desbox_text a {
     color: #e45447;
     font-size: 15px;
}
 .service_description .service_desbox_text a {
     text-decoration: underline;
}
 .product_box {
     position: relative;
     text-align: center;
     transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
     margin: 0px 10px 0px 10px;
     padding: 15px;
     background: #fff;
     border-radius: 4px;
}
 .product_box img {
     width: 100%;
}
 .product_box .img_area .text p {
     font-size: 16px;
     margin-top: 10px;
     text-align: left;
     margin-bottom: 0;
     color: #212529;
}
 .product_box .img_area .text i {
     font-size: 20px;
     margin-right: 10px;
}
 .product_box .img_area .text .booknow_btn {
     margin-top: 20px 
}
/* from */
 .just-form .modal-dialog-centered {
     width: 750px;
     max-width: 750px;
}
 .just-form .modal-dialog-centered .card .card-header .close {
     margin: 0;
     padding: 0;
     width: 35px;
     height: 35px;
     position: absolute;
     right: -15px;
     top: -10px;
     cursor: pointer;
     color: inherit !important;
     transition: all .3s;
     background: aliceblue;
     border: 0;
     box-sizing: border-box;
     border-radius: 100%;
     opacity: 1;
     -webkit-appearance: none;
     font: normal 16px/1 Arial;
     min-width: initial;
     max-width: none;
     min-height: initial;
     max-height: none;
     z-index: 99999;
}
 .just-form .modal-dialog-centered .card .card-header .close:focus, .just-form .modal-dialog-centered .card .card-header .close:active {
     box-shadow: none;
     border: none;
     outline: none;
}
 .just-form .modal-dialog-centered .card .card-header h3 {
     font-size: 16px;
     font-weight: 500;
     color: #ffffff;
}
 .just-form .modal-dialog-centered .card-body .form-group {
     position: relative;
}
 .just-form .modal-dialog-centered .card-body .form-group .form-control {
     background: #dddddd;
     border: 1px solid #ccc;
     border-radius: 6px;
     padding-left: 35px;
}
 .just-form .modal-dialog-centered .card-body .form-group .form-control:focus, .just-form .modal-dialog-centered .card-body .form-group .form-control:active {
     box-shadow: none;
}
 .just-form .modal-dialog-centered .card-body .form-group .form-control:hover, .just-form .modal-dialog-centered .card-body .form-group .form-control:focus.just-form .modal-dialog-centered .card-body .form-group .form-control:active {
     box-shadow: none;
}
 .just-form .modal-dialog-centered .card-body .form-group i {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 12px;
     font-size: 16px;
}
 .modal-dialog .card-body .form__field {
     border-bottom: none;
     padding: 0 
}
 .form__input {
     border-radius: 0.25em;
     border-style: solid;
     border-width: 2px;
     font-size: 1.5rem;
     padding: 0.5em 4em 0.5em 2em;
}
 .form__input:valid {
     border-color: forestgreen;
}
 .form__input:valid+.icon::after {
     content: '😃';
}
 .form__input:invalid {
     border-color: #f0f0f0;
}
 .form__input:invalid+.icon::after {
     content: '😳';
}
 .form__field .form__input {
     border-radius: 6px;
     padding-left: 40px;
     width: 100%;
     border-width: thin;
     background: #f5f7fa;
     padding: 5px 5px 5px 40px;
     height: calc(2.25rem + 2px);
}
 .form__field {
     position: relative;
}
 .form__field .icon {
     position: absolute;
     top: 9px;
     left: 10px;
}
 .opt-filed {
     margin-top: 10px;
}
 .opt-filed p {
     font-size: 14px;
}
 .opt-filed span {
     color: #e45447;
     margin-left: 5px;
}
 .just-form .modal-dialog-centered .modal-footer {
     border: none;
     text-align: center;
     display: flex;
     justify-content: center;
     padding: 15px 0 0 0;
     border-top: 1px solid #ccc;
}
 #booking_form input[type="radio"] {
     display: none;
}
 #timeSlots {
     margin-top: 15px;
     margin-bottom: 10px;
}
/* Signin popup design */
 .Signin {
     margin-right: 15px;
}
 .Signin [type="checkbox"]:checked, .Signin [type="checkbox"]:not(:checked) {
     position: absolute;
     left: -9999px;
     display: none;
}
 .Signin .modal-btn:checked+label, .Signin .modal-btn:not(:checked)+label {
     position: relative;
     font-weight: 500;
     font-size: 16px;
     padding: 5px 15px;
     line-height: 2;
     transition: all 200ms linear;
     border-radius: 4px;
     letter-spacing: 1px;
     display: -webkit-inline-flex;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-align-items: center;
     -moz-align-items: center;
     -ms-align-items: center;
     align-items: center;
     -webkit-justify-content: center;
     -moz-justify-content: center;
     -ms-justify-content: center;
     justify-content: center;
     -ms-flex-pack: center;
     text-align: center;
     -ms-flex-item-align: center;
     align-self: center;
     border: none;
     cursor: pointer;
     color: #222222;
    /*background-color: #e45447;
     box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
    */
     margin-bottom: 0px;
}
 .Signin .modal-btn:checked+label, .Signin .modal-btn:not(:checked)+label {
     color: #757575;
     letter-spacing: 0;
     font-weight: 400;
}
 #search_form {
     font-size: 12px;
     line-height: 30px;
     display: flex;
     align-items: center;
     padding: 0px 10px;
     position: relative;
}
 #search_form .fa-search {
     position: absolute;
     right: 0;
     cursor: pointer;
     height: 107%;
     top: 0;
     background: rgb(246 246 246);
     display: flex;
     align-items: center;
     border-radius: 0px 4px 4px 0px;
     padding: 10px;
     color: #757575;
}
 .modal-btn:not(:checked)+label:hover {
     background-color: #fff;
     color: #666;
}
 .modal-btn:checked+label .uil, .modal-btn:not(:checked)+label .uil {
     margin-left: 10px;
     font-size: 18px;
}
 .modal-btn:checked+label:after, .modal-btn:not(:checked)+label:after {
     position: fixed;
     top: 30px;
     right: 30px;
     z-index: 110;
     width: 40px;
     border-radius: 3px;
     height: 30px;
     text-align: center;
     line-height: 30px;
     font-size: 18px;
     background-color: #fff;
     color: #e45447;
     font-family: bootstrap-icons !important;
     content: "\f5ee";
     box-shadow: 0 12px 25px 0 rgba(16, 39, 112, .25);
     transition: all 200ms linear;
     opacity: 0;
     pointer-events: none;
     transform: translateY(20px);
}
 .modal-btn:checked+label:hover:after, .modal-btn:not(:checked)+label:hover:after {
     background-color: #e45447;
     color: #fff;
}
 .modal-btn:checked+label:after {
     transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
     opacity: 1;
     pointer-events: auto;
     transform: translate(210px, -140px);
     left: 50%;
     top: 50%;
     content: "\f659";
}
 .modal {
     background-color: rgba(31, 32, 41, .75);
     position: fixed;
     display: block;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-pack: center;
     justify-content: center;
     margin: 0 auto;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 100;
     overflow-x: hidden;
     pointer-events: none;
     opacity: 0;
     transition: opacity 250ms 700ms ease;
}
 div#my-modal {
     pointer-events: auto;
}
 .modal-btn:checked~.modal {
     pointer-events: auto;
     opacity: 1;
     transition: all 300ms ease-in-out;
}
 .modal-wrap {
     position: relative;
     display: block;
     width: 100%;
     max-width: 500px;
     margin: 0 auto;
     margin-top: 20px;
     margin-bottom: 20px;
     border-radius: 4px;
     padding: 20px 20px;
     background-color: #fff;
     -ms-flex-item-align: center;
     align-self: center;
     box-shadow: 0 12px 25px 0 rgba(199, 175, 189, .25);
     opacity: 0;
     transform: scale(0.6);
     transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}
 .modal-wrap img {
     display: block;
     width: auto;
     height: auto;
     margin: auto;
     margin-bottom: 20px;
}
 .modal-btn:checked~.modal .modal-wrap {
     opacity: 1;
     transform: scale(1);
     transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}
 .phone-number input, select {
     border: 1px solid #CCC;
     width: 250px;
}
 .phone-number #phone {
     height: 2.5rem;
     width: 100%;
     border: 0.125rem solid #222;
     border-radius: 0.375rem;
     background: transparent;
     letter-spacing: 0.0625rem;
     font-size: 0.875rem;
     color: #222;
     box-shadow: 0 12px 35px 0 rgb(16 39 112 / 25%);
}
 .phone-number .iti__selected-flag:focus {
     border: none;
     box-shadow: none;
     outline: none;
}
 .phone-number::-webkit-input-placeholder {
     color: #BBB;
}
 .phone-number::-moz-placeholder {
     color: #BBB;
     opacity: 1;
}
 .phone-number:-ms-input-placeholder {
     color: #BBB;
}
 .phone-number .btn-submit {
     position: relative;
     font-weight: 400;
     font-size: 15px;
     line-height: 2;
     height: 40px;
     transition: all 200ms linear;
     border-radius: 4px;
     width: 125px;
     max-width: 125px;
     letter-spacing: 1px;
     display: -webkit-inline-flex;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-align-items: center;
     -moz-align-items: center;
     -ms-align-items: center;
     align-items: center;
     -webkit-justify-content: center;
     -moz-justify-content: center;
     -ms-justify-content: center;
     justify-content: center;
     -ms-flex-pack: center;
     text-align: center;
     -ms-flex-item-align: center;
     align-self: center;
     border: none;
     cursor: pointer;
     background-color: #e45447;
     color: #fff;
     box-shadow: 0 12px 35px 0 rgb(16 39 112 / 25%);
     margin-bottom: 0px;
     margin-left: 10px;
}
 .phone-number .btn-submit:hover {
     transition: all .5s;
     background: #fff;
     color: #e45447;
}
 .phone-number .btn-submit:focus, .phone-number .btn-submit:active {
     border: none;
     box-shadow: none;
     outline: none;
     box-shadow: 0 12px 35px 0 rgb(16 39 112 / 25%);
}
/* profile pages */
 .profile_section, .my_booking {
     padding: 40px 0;
     background: #f2f2f2;
}
 .info_box {
     padding: 15px;
     background: #fff;
     border-radius: 4px;
     box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
 .profile_box {
     display: flex;
     align-items: center;
}
 .profile_box .userprofile {
     width: 50px;
     height: 50px;
     display: block;
     overflow: hidden;
     border-radius: 50%;
     margin-right: 15px;
}
 .profile_box .userprofile img {
     width: 100%;
}
 .profile_box p {
     font-size: 14px;
     margin-bottom: 5px;
}
 .profile_box h5 {
     font-size: 15px;
     font-weight: 600;
}
 .account_settings {
     margin: 20px 0 0;
     padding: 0;
}
 .account_settings .mat-action-list .mat-focus-indicator {
     height: 35px;
     width: 100%;
     padding: 0;
     border: none;
     display: flex;
     justify-content: space-between;
     align-items: center;
     cursor: pointer;
}
 .form-white .md-form label {
     color: #fff;
}
 .form-white input[type=text]:focus:not([readonly]) {
     border-bottom: 1px solid #fff;
     -webkit-box-shadow: 0 1px 0 0 #fff;
     box-shadow: 0 1px 0 0 #fff;
}
 .form-white input[type=text]:focus:not([readonly])+label {
     color: #fff;
}
 .form-white input[type=password]:focus:not([readonly]) {
     border-bottom: 1px solid #fff;
     -webkit-box-shadow: 0 1px 0 0 #fff;
     box-shadow: 0 1px 0 0 #fff;
}
 .form-white input[type=password]:focus:not([readonly])+label {
     color: #fff;
}
 .form-white input[type=password], .form-white input[type=text] {
     border-bottom: 1px solid #fff;
}
 .form-white .form-control:focus {
     color: #fff;
}
 .form-white .form-control {
     color: #fff;
}
 .form-white textarea.md-textarea:focus:not([readonly]) {
     border-bottom: 1px solid #fff;
     box-shadow: 0 1px 0 0 #fff;
     color: #fff;
}
 .form-white textarea.md-textarea {
     border-bottom: 1px solid #fff;
     color: #fff;
}
 .form-white textarea.md-textarea:focus:not([readonly])+label {
     color: #fff;
}
 .ripe-malinka-gradient {
     background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
 .near-moon-gradient {
     background-image: linear-gradient(to bottom, #5ee7df 0%, #b490ca 100%);
}
 .mat-action-list i, .mat-focus-indicator i {
     color: #e45447;
     font-size: 24px;
}
 .mat-action-list:hover {
     background: rgba(0, 0, 0, .04);
     transition: all .5s;
}
 .mat-focus-indicator h4, .mat-focus-indicator h4 {
     font-size: 17px;
     font-weight: 600;
     margin-left: 25px;
}
 .Account_list {
     align-items: center;
}
 .account_settings .p-spacing {
     padding: 10px;
}
 .mat-list-base {
     border-top: 1px solid #ced4da;
     border-bottom: 1px solid #ced4da;
     padding: 10px 0px;
}
 .mat-list-item ul {
     border: none;
}
 .mat-list-item ul li {
     width: 100%;
}
 .mat-list-item ul li a {
     padding-left: 70px;
     border: none !important;
}
 .mat-list-item ul li a:hover, .mat-list-item ul li a:focus, .mat-list-item ul li a:active {
     border-color: #fff !important;
}
 .mat-list-item ul li a.active {
     border: none !important;
     background-color: rgba(0, 0, 0, .04) !important;
}
 .mat-list-item ul li h5 {
     font-size: 15px;
     font-weight: 400;
}
 .profile_title h4 {
     margin-bottom: 15px;
     font-size: 16px;
     font-weight: 600;
}
 .editable_profile .column {
     display: flex;
     width: 100%;
}
 .editable_profile .column .column-row.column-1 {
     width: 65%;
     padding-right: 20px;
}
 .editable_profile .column .column-row.column-2 {
     width: 40%;
}
 .my_profile_img .user_profile_outer {
     align-items: center;
     padding: 15px;
     background: #f7f7f7;
     position: relative;
}
 .my_profile_img .user_profile_outer .useravtar {
     position: relative;
     width: 120px;
     height: 120px;
     overflow: hidden;
     border-radius: 50%;
     margin: auto;
     margin-bottom: 30px;
}
 .my_profile_img .button_outer .uploadimg {
     margin-top: 50px;
     transition: margin 0.2s;
     margin: 0;
     padding: 5px 8px;
     font-size: 14px;
     font-weight: 200;
     border: none;
     cursor: pointer;
}
 .my_profile_img .button_outer {
     text-align: center;
}
 .my_profile_img .user_profile_outer img {
     width: 100%;
}
 .form__group {
     position: relative;
     padding: 18px 0 0;
     margin-top: 10px;
     margin-bottom: 15px;
}
 .form__field {
     font-family: inherit;
     width: 100%;
     border: 0;
     border-bottom: 2px solid #9b9b9b;
     outline: 0;
     font-size: 14px;
     color: #000;
     padding: 7px 10px;
     background: transparent;
     transition: border-color 0.2s;
}
 .form__field::placeholder {
     color: transparent;
}
 .form__field:placeholder-shown~.form__label {
     font-size: 14px;
     cursor: text;
     top: 20px;
}
 .form__label {
     position: absolute;
     top: 0;
     display: block;
     transition: 0.2s;
     font-size: 1rem;
     color: #9b9b9b;
}
 .form__field:focus {
     padding-bottom: 6px;
     font-weight: 700;
     border-width: 3px;
     border-image: linear-gradient(to right, #e45447, #e45447);
     border-image-slice: 1;
}
 .form__field:focus~.form__label {
     position: absolute;
     top: 0;
     display: block;
     transition: 0.2s;
     font-size: 14px;
     color: #e45447;
     font-weight: 700;
}
 .form__field:required, .form__field:invalid {
     box-shadow: none;
}
/* faq */
 .faq-question {
     padding-bottom: 15px;
     padding-top: 15px;
     font-size: 16px;
     cursor: pointer;
}
 .faq-box {
     background: #fff;
     padding: 0 30px;
     border-radius: 10px;
     margin-bottom: 30px;
     box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
 .faq-box:last-child {
     margin-bottom: 0;
}
 .faq-answer {
     padding-top: 15px;
     padding-bottom: 20px;
     border-top: 2px solid #e45447;
     display: none;
}
 .faq-question a {
     display: block;
     width: 25px;
     height: 25px;
     position: relative;
}
 .faq-question a:after, .faq-question a:before {
     content: '';
     position: absolute;
     width: 100%;
     display: block;
     background: #e45447;
     height: 2px;
     top: 50%;
     transform: translateY(-50%);
     transition: all 0.5s cubic-bezier(1, 0.3, 0.3, 1);
}
 .faq-question a:after {
     transform: translateY(-50%) rotate(0);
}
 .faq-question.active a:after {
     transform: translateY(-50%) rotate(90deg);
}
 .faq-box .column_row {
     width: 50%;
}
 .faq-box .column_row.column_row_1 {
     padding-right: 20px;
}
 .map-form-field-wrapper .form__input {
     padding: 10px;
     font-size: 15px;
     font-weight: 600;
     width: 100%;
     margin-bottom: 25px;
}
 .radio_button_wrap .radio {
     margin: 16px 30px 25px 0px;
     display: block;
     cursor: pointer;
}
 .radio_button_wrap .radio input {
     display: none;
}
 .radio_button_wrap .radio input+span {
     line-height: 22px;
     height: 22px;
     padding-left: 22px;
     display: block;
     position: relative;
}
 .radio_button_wrap .radio input+span:not(:empty) {
     padding-left: 30px;
}
 .radio_button_wrap .radio input+span:before, .radio input+span:after {
     content: '';
     width: 22px;
     height: 22px;
     display: block;
     border-radius: 50%;
     left: 0;
     top: 0;
     position: absolute;
}
 .radio_button_wrap .radio input+span:before {
     background: #d1d7e3;
     transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
 .radio_button_wrap .radio input+span:after {
     background: #fff;
     transform: scale(0.78);
     transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
 .radio_button_wrap .radio input:checked+span:before {
     transform: scale(1);
     background: #e45447;
}
 .radio_button_wrap .radio input:checked+span:after {
     transform: scale(0.4);
     transition: transform 0.3s ease;
}
 .radio_button_wrap .radio:hover input+span:before {
     transform: scale(0.92);
}
 .radio_button_wrap .radio:hover input+span:after {
     transform: scale(0.74);
}
 .radio_button_wrap .radio:hover input:checked+span:after {
     transform: scale(0.4);
}
/* my-booking page */
 .my_booking .mat-tab-labels {
     background: #fff;
     border-radius: 4px;
     box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
 .my_booking .mat-tab-labels ul {
     display: block;
     border: 0 none;
}
 .my_booking .mat-tab-labels ul li {
     background-color: #fff;
     margin-bottom: 10px;
}
 .my_booking .mat-tab-labels ul li a {
     border: medium none;
     border-radius: 0;
     position: relative;
}
 .my_booking .mat-tab-labels ul li h5 {
     font-size: 16px;
     font-weight: 400;
     text-transform: lowercase;
}
 .my_booking .mat-tab-labels ul li a.active h5 {
     color: #495057;
}
 .my_booking .mat-tab-labels ul li a.active {
     background-color: rgba(0, 0, 0, .04) !important;
     transition: all .5s;
}
/* faq */
 .faq_section .collapse-area {
     background: #D7D8DC;
}
 .faq_section .panel {
     margin-top: 0px !important;
     border-radius: 0px !important;
     border: none;
     border-bottom-color: #D7D8DC;
     box-shadow: 0 0px 0px 0 transparent !important;
     -moz-box-shadow: 0 0px 0px 0 transparent !important;
     -webkit-box-shadow: 0 0px 0px 0 transparent !important;
     -o-box-shadow: 0 0px 0px 0 transparent !important;
}
 .faq_section .panel .panel-heading {
     border-radius: 0px !important;
     background: #f5f6f8;
     padding: 0px !important;
     border-bottom: 0px solid #DDDEE2;
}
 .faq_section .panel .panel-heading .panel-title a {
     text-decoration: none;
     font-weight: bold;
     display: block;
     padding: 15px 15px;
     font-weight: 300;
     color: #60626d;
     background-color: #f5f6f8 !important;
     line-height: 29px;
     position: relative;
     font-size: 16px;
}
 .faq_section .panel .panel-heading .panel-title a:hover, .faq_section .panel .panel-heading .panel-title a:active {
     text-decoration: none;
     cursor: pointer;
     transition: all 0.4s;
     -moz-transition: all 0.4s;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
     color: #e45447;
}
 .faq_section .panel .panel-heading .panel-title a span {
     float: left;
     margin-top: 15px;
     margin-right: 30px;
     transition: all 0.4s;
     -moz-transition: all 0.4s;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
}
 .faq_section .panel .panel-heading .panel-title a .bar, .faq_section .panel .panel-heading .panel-title a .bar:after {
     border-width: 1px;
     border-style: solid;
     width: 15px;
     border-radius: 10px;
     transition: all 0.4s;
     -moz-transition: all 0.4s;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
}
 .faq_section .panel .panel-heading .panel-title a .bar:after {
     content: "";
     height: 0;
     position: absolute;
     top: 30px;
     left: 15px;
}
 .faq_section .panel .panel-heading .panel-title a.collapsed {
     background-color: #f5f6f8 !important;
     border-bottom: 1px solid #eeeef3;
     position: relative;
     transition: all 0.4s;
     -moz-transition: all 0.4s;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
}
 .faq_section .panel .panel-heading .panel-title a.collapsed .bar {
     border-color: #75767F;
     background: #75767F;
}
 .faq_section .panel .panel-heading .panel-title a.collapsed .bar:after {
     transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     border-color: #75767F;
     transition: all 0.4s;
     -moz-transition: all 0.4s;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
}
 .faq_section .panel-collapse {
     background-color: #ffffff;
}
 .faq_section .panel-collapse .panel-body {
     background-color: #ffffff;
     border: 0px solid !important;
     line-height: 26px;
     font-weight: 300;
     margin-left: 50px;
     padding-bottom: 20px;
     padding-top: 0px;
     color: #000;
}
 .help .social li a {
     color: #e45447;
     width: 25px;
     height: 25px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     margin: 0 5px;
     border: 1px solid red;
     border-radius: 4px;
     padding: 15px;
}
 .help .social li a:hover {
     background: #e45447;
     color: #fff;
}
 .help p a {
     color: #e45447;
}
 #accordion .panel-heading {
     background-color: #f5f6f8 !important;
     position: relative;
     transition: all 0.4s;
     -moz-transition: all 0.4s;
     -webkit-transition: all 0.4s;
     -o-transition: all 0.4s;
     margin-bottom: 10px;
     border: none;
}
 #accordion .panel-heading a {
     text-decoration: none;
     font-weight: bold;
     display: block;
     font-weight: 300;
     color: #000;
     line-height: 29px;
     position: relative;
     font-size: 16px;
}
 #accordion .service_desbox, #accordion .panel-title {
     border: none;
     box-shadow: none;
}
 .Technical-Services.p-gap h1 {
     font-size: 20px;
     font-weight: 600;
     text-transform: uppercase;
     color: #e45447;
}
/* footer */
 ul.ft-title li a {
     color: #ffffff;
}
 .page-footer .footer-line {
     position: relative;
     padding-bottom: 20px;
     padding-top: 0px !important;
}
 .page-footer .footer-line:after {
     position: absolute;
     content: "";
     width: 90%;
     height: 1px;
     background: #d5d5d5;
     bottom: 0;
}
 .page-footer .our-service .footer-service {
     width: 100%;
     display: flex;
}
 .page-footer .our-service .footer-service .widget-content {
     width: 25%;
}
 .main-footer {
     background: #2b2a2e !important;
     position: relative;
     padding: 20px 0px 0px;
}
 .main-footer .footer_wrap {
     color: #fff;
     font-size: 15px;
     font-weight: 400;
     margin-top: 27px;
     margin-bottom: 0;
     text-align: justify;
}
 .main-footer .widget-title {
     color: #fff;
     font-weight: 600;
     font-size: 18px;
     line-height: 1.2em;
     margin-bottom: 20px;
     position: relative;
}
 .main-footer .widget-content ul.list {
     position: relative;
}
 .main-footer .widget-content .list.hr li a, .footer-bottom .bottom-links ul li a {
     display: inline-block;
     padding: 0;
     position: relative;
     overflow: hidden;
     -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
     -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
     transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
     z-index: 1;
}
 .main-footer .widget-content .list.hr li a:hover, .footer-bottom .bottom-links ul li a:hover {
     color: #e45447!important;
}
 .main-footer .widget-content .list.hr li a:hover:after, .footer-bottom .bottom-links ul li a:hover:after {
     width: 100%;
     left: 0;
     right: auto;
}
 .main-footer .widget-content .list.hr li a:after, .footer-bottom .bottom-links ul li a:hover:after {
     content: "";
     width: 0;
     height: 1px;
     bottom: 0;
     position: absolute;
     left: auto;
     right: 0;
     z-index: -1;
     -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
     -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
     transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
     background: currentColor;
}
 .main-footer .qr {
     width: 140px;
}
 .main-footer .ftr-details li {
     padding: 0 0 15px 0;
     display: flex;
     padding: 0;
}
 .main-footer .ftr-details li i {
     color: #fff;
     font-size: 24px;
     margin-right: 15px;
}
 .main-footer .ftr-details li p {
     font-weight: 600;
     font-size: 18px;
     line-height: 25px;
}
 .main-footer .ftr-details li p span, .ftr-details li p a {
     display: flex;
     font-weight: 400;
     font-size: 16px;
     color: #fff;
}
 .main-footer .widget-content ul li {
     position: relative;
     display: block;
     margin-bottom: 0px;
}
 .main-footer .widget-content ul li a, .ft-menu .ft-title li {
     position: relative;
     color: #fff;
     -webkit-transition: .5s ease;
     -o-transition: .5s ease;
     transition: .5s ease;
     font-size: 15px;
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
}
 .main-footer .social-icon-one {
     margin-top: 15px;
}
 .main-footer .social-icon-one li {
     display: inline-block;
     position: relative;
     padding-bottom: 5px;
     margin-bottom: 5px;
     display: inline-block !important;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     text-transform: capitalize;
}
 .main-footer .social-icon-one li {
     margin-right: 10px;
}
 .main-footer .social-icon-one li a {
     position: relative;
     color: #666;
     display: block;
     font-size: 16px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
     color: #848484;
     width: 35px;
     height: 35px;
     line-height: 35px;
     text-align: center;
     border-radius: 50%;
     border: 1px solid #f0f0f0;
}
 .main-footer .social-icon-one li a:hover {
     color: #fff;
     background-color: #e45447;
     border: 1px solid #e45447;
}
 .footer-bottom {
     position: relative;
     line-height: 24px;
     font-size: 14px;
}
 .footer-bottom .bottom-links ul {
     display: flex;
}
 .footer-bottom .bottom-links ul li a {
     font-size: 16px;
     line-height: 26px;
     color: #848484;
}
 .footer-bottom .bottom-links ul li {
     margin: 0px 10px;
}
 .ft-menu .ft-title li {
     position: relative;
     color: #fff;
     -webkit-transition: .5s ease;
     -o-transition: .5s ease;
     transition: .5s ease;
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 26px;
}
 .ft-menu .ft_link li {
     margin: 4px 10px;
}
 .ft-menu .ft_link li a {
     position: relative !important;
     color: #fff;
     -webkit-transition: .5s ease;
     -o-transition: .5s ease;
     transition: .5s ease;
     font-size: 14px !important;
     display: inline-block;
     padding-right: 10px;
     transition: all .5s;
}
 .ft-menu .ft_link li a:after {
     position: absolute;
     content: '/';
     right: -5px;
     color: #fff;
}
 .ft-menu .ft_link li:last-child a:after {
     display: none;
}
 .ft-menu .ft_link li a:hover {
     color: #e45447;
}
 .copyright-text p {
     color: #fff;
     padding: 0;
     margin: 0;
     font-weight: 600;
}
 p#otperror {
     color: #e45447;
     display: none;
}
 p#resendmsg {
     display: none;
}
 div#otp_div {
     display: none;
}
 .badge-light {
     background-color: #fff;
}
 #otp_value {
     padding-left: 15px;
     letter-spacing: 42px;
     border: 0;
     background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
     background-position: bottom;
     background-size: 50px 1px;
     background-repeat: repeat-x;
     background-position-x: 35px;
     width: 300px;
     min-width: 300px;
}
 .btn-primary {
     background-color: #fff !important;
     border-color: #e45447;
}
 .btn-primary:hover {
     border-color: #e45447;
}
 #map {
     margin-bottom: 15px;
}
 #my-modal .card-header {
     border-bottom: 1px solid #ccc !important;
     padding-bottom: 12px !important;
     background: linear-gradient(to right, #d64a1a 9%, #f88120 55%) !important;
}
 #booking_form .btn {
     padding: 8px;
}
 #my-modal .card-body {
     overflow-y: scroll;
     height: 630px;
     overflow-x: hidden;
}
 #my-modal .card-body .addRoleForm .modal-footer .btn {
     padding: 10px 25px;
}
 .Our-Service .Our-Service-bg .Service_slider .owl-carousel .owl-nav {
     opacity: 1;
}
 .Our-Service .Our-Service-bg .Service_slider .owl-carousel .owl-nav .owl-prev:hover, .Our-Service .Our-Service-bg .Service_slider .owl-carousel .owl-nav .owl-next:hover {
     background: rgba(228, 84, 71);
     color: #fff !important;
}
 .Our-Service .Our-Service-bg .Service_slider .owl-carousel .owl-nav .owl-prev:hover i, .Our-Service .Our-Service-bg .Service_slider .owl-carousel .owl-nav .owl-next:hover i {
     color: #fff !important;
}
 .Banner-sider .owl-nav {
     position: absolute;
     top: 45%;
     width: 100%;
     transform: translateY(-50%);
}
 .Banner-sider .owl-nav .owl-prev {
     left: 20px;
}
 .Banner-sider .owl-nav .owl-next {
     right: 20px;
}
 .cat_box p {
     height: auto !important;
     margin-bottom: 0 !important;
}
 @media screen and (max-width: 767px) {
     #mobile-nav-toggle {
         top: 8px !important;
         right: 11px !important;
    }
     .drop-menu {
         width: 28%;
         margin-right: 8px;
    }
     .drop-menu .dropdown {
         width: auto;
    }
     .search {
         width: 70%;
         margin-left: 0px;
    }
     .search input {
         width: 90%;
    }
}
 @media screen and (max-width: 480px) {
     .carousel-caption, .faq_section .panel .panel-heading .panel-title .bar {
         display: none;
    }
     .search {
         width: 62%;
         margin-left: 0px;
    }
     .drop-menu {
         width: 35%;
         margin-right: 8px;
    }
}
 @media (max-width: 991px) {
     .logout_btn_icon .person, .user_icon .person {
         margin-top: 8px;
         margin-right: 10px;
    }
     .user_icon {
         padding: 0 !important;
    }
     .logout_btn_icon .dropdown-menu {
         top: 38px;
    }
}
 .activeRadio {
     background: rgb(228, 84, 71) !important;
}
 .activeRadio .badge-light {
     background: rgb(228, 84, 71);
     color: #fff;
}
 #timeSlots .btn {
     margin-right: 5px;
}
 #example_wrapper #example thead tr th {
     font-size: 13px;
     font-weight: 500;
}
 #example_wrapper #example tbody tr td {
     font-size: 13px;
     font-weight: 400;
}
 .emailbox{
     position: relative;
    /*margin-top: 30px;
    */
     padding-top: 20px;
    /*border-top: 1px solid #dcdcdc;
    */
     width: 100%;
     max-width: 300px;
     margin-left: auto;
     margin-right: auto;
}
 .emailbox input{
     width: 100%;
     border: 2px solid #222;
     border-radius: 6px;
     background: transparent;
     letter-spacing: 1px;
     font-size: 14px;
     color: #222;
     box-shadow: 0 12px 35px 0 rgb(16 39 112 / 25%);
     padding: 10px 12px 9px;
}
 .emailbox .btn-submit{
     position: absolute;
     right: 5px;
     bottom: 5px;
     height: 37px;
}
 .fa, .fas {
     font-family: "Font Awesome 5 Pro";
}
 .callusnow{
     position: fixed;
     right: 10px;
     bottom: 128px;
     display: inline-flex;
     align-items: center;
    /*box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    */
     z-index: 100;
     font-size: 18px;
     color: #fff;
}
 #login_number_modal {
     padding: 15px;
}
 .today_help h2:after {
     content: '';
     display: block;
     background: #e45447;
     width: 75px;
     height: 4px;
     margin: 10px auto 0;
}
 .section-title h2::after {
     content: '';
     display: none;
     background: red;
     width: 75px;
     height: 4px;
     margin-top: 10px;
}
 .Technical-Services.p-gap h1:after {
     content: '';
     display: block;
     background: #e45447;
     width: 75px;
     height: 4px;
     margin-top: 10px;
}
 .service_desbox_text .titleBorder:after {
     content: '';
     display: block;
     background: #e45447;
     width: 50px;
     height: 4px;
     margin-top: 8px;
     margin-bottom: 20px;
}
 .testimonialArea .section-title span {
     color: #fff;
     font-size: 20px;
     margin-top: 15px;
     font-family: 'Poppins';
     font-weight: 700;
     margin-bottom: 15px;
}
 .testimonials-carousel1.owl-carousel.owl-theme.owl-loaded {
     margin-top: 15px;
}
 .section-title span:after {
     content: '';
     display: block;
     background: #fff;
     width: 75px;
     height: 4px;
     margin: 10px auto 0;
}
 .about-content p {
     /*display: none;*/
}
 .subcategory-list .item {
     float: left;
     width: 25%;
     margin-bottom: 20px;
     padding: 10px;
}
 .subcategory-list {
     overflow: hidden;
     width: 100%;
}
 .service_sec.service_box {
     /*background: #f7f7f7;*/
     margin-bottom: 30px;
}
 .subcategory-list .img_area {
     border: 1px solid #f3f3f3;
    /*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%), 0 2px 8px 0 rgb(0 0 0 / 15%);
    */
     background: #fff;
}
 .subcategory-list .cat_box {
     margin-right: 0;
     margin-left: 0;
}
 .subcategory-list .cat_box .box-image img {
     width: 100%;
     height: 175px;
     object-fit: contain;
}
 .subcategory-list .cat_box .img_area .img_text {
     padding: 10px 10px 0px;
     text-align: left;
}
.getQuote-btn {
    display: none;
}

#instant_booking_modal .card-header {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 12px !important;
    background: linear-gradient(to right, #d64a1a 9%, #f88120 55%) !important;
}

#instant_booking_modal_child .card-header {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 12px !important;
    background: linear-gradient(to right, #d64a1a 9%, #f88120 55%) !important;
}

#user_term_check_id input[type="checkbox"]
{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}