@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

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

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

body::-webkit-scrollbar {
    width: 6px;
    /* background-color: #F5F5F5; */
}

body::-webkit-scrollbar-thumb {
    background-color: #103599;
}

a {
    text-decoration: none;
    color: #1a3797;
    white-space: initial;
    display: inline-block;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat center right 16px !important;
    padding: 15px 35px 15px 15px !important;
    background-size: 15px !important;
} */
/* .lineBox {
    height: 40px;
    width: 1px;
    background: black;
    position: absolute;
    top: 10px;
    right: 50px;
} */
.dropdown>a.dropdown-toggle {
    min-height: 44px;
    padding: 9px 20px !important;
    border-radius: 10px !important;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    /* font-family: 'trj-b'; */
    src: url(../fonts/TrajanPro-Bold.otf);
}

@font-face {
    /* font-family: 'trj-r'; */
    src: url(../fonts/TrajanPro-Regular.ttf);
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    /* font-family: 'trj-r'; */
    font-size: 43px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    /* text-transform: uppercase; */
}

h2 {
    /* font-family: 'trj-b'; */
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    /* font-family: 'trj-b'; */
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    /* font-family: 'trj-b'; */
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    /* font-family: 'trj-b'; */
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 10px 0;
    border: 1px solid #ffffffba;
    margin: 0;
    border-left: 0;
    border-right: 0;
    transition: all .5s ease-in-out;
    /* background: #fff; */
}

.menuSec img {
    margin: 0;
    width: 364px !important;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

div#Header header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
}

header.sticky .menuSec {
    margin-top: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    /* border: 3px solid #235ede; */
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #235ede;
    padding: 6px 27px;
    font-size: 12px !important;
    border-radius: 21px;
    text-transform: uppercase;
    font-family: #235ede;
}

.dropdown:hover>ul.dropdown-menu {
    display: block;
}

p.terms_p {
    color: #000;
    text-align: start;
    font-family: arial;
}

h1.terms_h1 {
    color: #000;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    /* text-align: left !important; */
    /* list-style: none !important; */
    background: #3060db !important;
    padding: 20px 0 !important;
    border-radius: 10px;
    margin-top: 0px !important;
}

.dropdown-submenu>a::after {
    color: #fff !important;
}

.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
}

.dropdown-submenu a.dropdown-toggle,
ul.dropdown-menu li a {
    display: block;
    padding: 2px 20px;
    color: #fff;
    font-size: 12px;
}

.sh-btn {
    padding: 2px 10px !important;
    border-radius: 0px !important;
    background: #1a3797 !important;
}

.dropdown-toggle::after {
    display: none;
}

/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
    background-color: #235ede;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: unset;
    left: 0;
    width: 230px;
    text-align: left;
    top: 40px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: -274px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 1s all;
}

.header-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: 80%;
    margin-left: auto !important;
    position: relative;
}

.header-text h3 {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

button.book-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    border: 0;
    background: #235ede;
    color: #fff;
}

.header-text input {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    background: #00000040;
    border: 1px solid #989898;
    color: #fff;
}

.header-text input::placeholder {
    color: #fff;
}

.header-btn a:hover {
    color: #fff;
}

.btn-1 {
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: #235ede;
    padding: 10px 30px;
    background: #235ede;
    border-radius: 10px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header-btn a {
    font-size: 12px !important;
}

header .header-text {
    margin-top: -200px;
    transition: 1s all;
}

header.sticky {
    position: sticky;
    background: #000;
    transition: 1s all;
    z-index: 999999999;
}

header.sticky .header-text {
    margin: 0;
}

.menuSec .row {
    align-items: center;
}

.header-logo {
    position: relative;
    width: 170px;
    padding: 10px;
}

.header-logo:after {}


/* Header Section End */


/* Banner Section Start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 30px 0 !important;
    text-indent: -999px;
    border-radius: 30px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

section.main_slider {
    position: relative;
    z-index: 1;
    margin-top: 98px;
}

section.main_slider:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: #0000008f;
    z-index: 0;
}

.carousel-item.active img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.contact-inpt select {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    border: 1px solid #b7b7b7;
    margin-bottom: 5%;
    border-radius: 0;
}

.carousel-caption {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 4;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 0%);
}

/* review-section */
.review-section {
    background: #f8f9fa;
    padding: 40px 0;
}

.review-section h2 {
    text-align: center;
    /* margin-bottom: 30px; */
}

.review-list {
    margin-bottom: 40px;
    margin-bottom: 40px;
    border: 1px solid #e9ecef;
    padding: 25px;
    background: #f0f5fe;
}

.review-item {
    border-bottom: 1px solid #e9ecef;
    padding: 20px 0;
}

.review-item:last-child {
    border-bottom: none;
}

.review-item h4 {
    margin-bottom: 10px;
}

.review-item p {
    margin-bottom: 5px;
}

.review-form {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    max-width: 70%;
    margin: 0 auto;
}

.review-form h3 {
    margin-bottom: 20px;
}

.review-form .form-group {
    margin-bottom: 15px;
}

.review-form .form-control {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 0;
    padding: 7px 20px;
    font-family: 'Montserrat';
    color: #666;
    border: 1px solid #ededed;
}

.review-form .form-control:focus {
    border-color: #80bdff;
    outline: none;
}

.review-form button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background: #235ede;
    border: 0;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    width: 200px;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    margin: 0 auto;
}

.review-form button:hover {
    background: #0056b3;
}

/* review-section */

/* pagination styling start  */
.page-item a {
    color: #fff !important;
    background: #000 !important;
    min-width: 44px !important;
    padding: 8px 6px !important;
    text-align: center !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.page-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.pagination {
    justify-content: center !important;
    gap: 2px;
}

/* pagination styling End  */
.search_formSec {
    top: -220px;
    position: relative;
    z-index: 8;
}

/* Search */
ul#forum-search-list {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    ;
    width: 90%;
    padding-top: 9px;
    right: 82px;
    top: 44px;
    border-radius: 5px;
    text-align: center;
}

#forum-search-list li:hover {
    background: #000000;
    cursor: pointer;
    padding: 5px;
}

/* Search */
.dropdown {
    float: none !important;
}

.service-page>div>.row>.filter {
    display: flex;
    justify-content: end;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 1 !important;
    position: relative;
}

.home-banner-text {
    width: 78%;
    margin: 0 auto;
    text-align: center;
}

.home-banner-text p {
    font-size: 20px;
    color: #ffffffb3;
    margin: 20px 0;
}

.banner-form input {
    width: 21%;
    height: 40px;
    padding: 10px 20px;
    background: #98989859;
    border: 1px solid #ffffff59;
    color: #fff;
}

.banner-form input::placeholder {
    color: #ffffff9c;
}

.banner-form {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.banner-form button {
    margin-left: -25px;
    color: #fff;
    width: 60px;
    height: 40px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 0;
}

.banner-form input:first-child {
    width: 76%;
}

.carousel-indicators .active:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 40px;
}

.carousel-indicators {
    position: absolute;
    right: 50px;
    left: auto;
    top: 35%;
    display: block;
    margin: auto;
}


/*banner css end*/


/* Banner Section End */


/* Service Section Start */

.service-sec {
    padding: 50px 0 80px;
}

h2 {}

.sec-head h2 {
    font-size: 36px;
    /* text-transform: uppercase; */
    /* font-family: 'trj-r'; */
    color: #1d1816;
}

.sec-head {
    text-align: center;
    margin-bottom: 20px;
}

.service-image {
    position: relative;
    z-index: 4;
    min-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.service-image img {
    width: 100%;
}

.service-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    z-index: 1;
}

.service-box {
    position: relative;
    border-radius: 15px !important;
    overflow: hidden;
}

.service-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.service-image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #00000069;
    z-index: 0;
    border-radius: 15px;
}

.service-box a {
    z-index: 20;
    position: relative;
    width: 100% !important;
}

.service-text h3 {
    font-size: 16px;
    color: #fff;
}

.service-slider .slick-slide {
    margin: 9px 10px;
    opacity: 1;
}

.slick-prev,
.slick-next {
    border: 1px solid #b5b4b4 !important;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    border-radius: 0;
    color: #b5b4b4;
    font-size: 30px;
    transition: .5s all;
    content: " ";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translateX(3px) translateY(0px);
    cursor: pointer;
    display: block;
}

.service-slider .slick-prev:hover:before,
.service-slider .slick-next:hover:before {
    color: #000;
    border-color: #000;
}

.service-slider .slick-next:before {
    transform: rotate(230deg) translateX(1px) translateY(-2px);
}

.service-slider .slick-prev {
    left: -50px;
}

.service-slider .slick-next {
    right: -50px;
}


/* Service Section End */


/* Category Section Start */

.category-box-main {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 47px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 50px;
}

.category-box-main .sec-head h2 {
    font-size: 30px;
}

.catgory-box {
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 3px 47px 0px rgba(0, 0, 0, 0.09); */
    text-align: center;
    padding: 20px;
    margin: 20px 10px;
    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  not working */
    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  not working */
    position: relative;
    z-index: 1;
}

.catgory-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid #1e65dc;
    background: #fff;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.catgory-image img {
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}

.catgory-text>h4 {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    min-height: 30px;
    margin-bottom: 0;
}

.category-sec {
    padding: 0px 0 50px;
}

.discover-slider .slick-slide {
    margin: 0 0;
    opacity: 1;
}

.discover-slider .slick-prev:before,
.discover-slider .slick-next:before {
    border-radius: 0;
    color: #b5b4b4;
    font-size: 30px;
    transition: .5s all;
    content: " ";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translateX(3px) translateY(0px);
    cursor: pointer;
    display: block;
}

.discover-slider .slick-next:before {
    transform: rotate(230deg) translateX(1px) translateY(-2px);
}

.discover-slider .slick-prev {
    left: -70px;
}

.discover-slider .slick-next {
    right: -70px;
}

.discover-slider .slick-prev:hover:before,
.discover-slider .slick-next:hover:before {
    color: #000;
    border-color: #000;
}


/* Category Section End */


/* Service Section Start */

.our-service-sec {
    padding: 80px 0;
    position: relative;
}

.our-service-sec .our-service-slider {
    width: 108%;
    margin-left: auto;
    margin-right: -150px;
    position: relative;
}

.service-left-text h2 {
    font-size: 41px;
    color: #2b2b33;
    text-transform: uppercase;
}

.service-left-text p {
    font-size: 13px;
    color: #2b2b33;
    font-family: 'Montserrat';
    line-height: 24px;
    margin: 20px 0;
    font-weight: 600;
}

.action {
    display: grid;
}

.action a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    border-top: 1px solid #2b2b337d;
    color: #2b2b33a1;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.action a:last-child {
    border-bottom: 1px solid #2b2b337d;
}

.action a>i {
    font-size: 20px;
    font-weight: 500;
}

.our-service-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transform: scale(.8);
}

.category-box-main .catgory-box {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.our-service-sec .our-service-slider .slick-slide {
    float: left;
    opacity: 1;
    height: 100%;
}

.our-service-box {
    position: relative;
}


/* .slick-list.draggable {
    padding: 0 !important;
} */

.our-service-text {
    position: absolute;
    top: 20%;
    right: -53px;
}

.our-service-text a {
    border-radius: 0;
    font-family: 'Montserrat';
    color: #ffffff96;
    text-transform: capitalize;
    opacity: 0;
}

.our-service-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    /* font-family: 'trj-b'; */
    color: #fff;
    background: #2b2b33;
    padding: 40px 50px;
}

.our-service-btn {
    margin: -50px 0 0 20px;
    z-index: 1;
    position: relative;
}

.slide_counter {
    position: absolute;
    bottom: 77px;
    right: 35.7%;
    z-index: 4;
}

span.start_number {
    font-size: 17px;
    font-family: 'Montserrat';
    color: #2b2b33;
}

span.end_number {
    color: #666666;
    font-size: 12px;
    font-family: 'Montserrat';
}

span.slide_counter-line {
    font-size: 19px;
}

.our-service-slider .slick-prev,
.our-service-slider .slick-next {
    top: auto;
    bottom: -60px;
    left: 26%;
    z-index: 5;
}

.our-service-slider .slick-next {
    left: 40%;
}

.our-service-slider .slick-prev:before,
.our-service-slider .slick-next:before {
    position: absolute;
    content: '\f061';
    width: 30px;
    height: 30px;
    font-size: 17px;
    color: #bababc;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

.our-service-slider .slick-slide.slick-current.slick-active .our-service-text a {
    opacity: 1;
    z-index: 7;
    position: relative;
}

.our-service-slider .slick-slide.slick-current.slick-active .our-service-image img {
    transform: scale(1.1);
}

.our-service-slider .slick-prev:before {
    position: absolute;
    content: '\f060';
}

.our-service-slider .slick-prev:hover:before,
.our-service-slider .slick-next:hover:before {
    color: #000;
}


/* Service Section End */


/* About Section Start */

.about-sec {
    position: relative;
    z-index: 9;
    padding: 80px 0;
    background: #f0f5fe;
}

.about-sec:after {}

.about-top-btn {
    margin-bottom: 70px;
    border-bottom: 1px solid #acc3f3;
}

.btn-6 {
    font-size: 14px;
    text-transform: uppercase;
    /* font-family: 'trj-b'; */
    color: #235ede;
    letter-spacing: 1px;
    border: 1px solid #acc3f3;
    padding: 25px 40px;
    border-bottom-color: #f0f5fe;
    margin-bottom: -1px;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.about-text h2 {
    font-size: 30px;
    color: #010001;
    /* font-family: 'trj-r'; */
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}

.about-text p {
    font-size: 14px;
    color: #666;
    padding: 6px 0;
}

.about-text a {
    margin-top: 20px;
}

.about-text a:hover {
    color: #fff;
}


/* About Section End */


/* Blogs Section Start */

.blog-image {
    width: 415px;
}

.blog--box h2 {
    margin-bottom: 15px;
}

.blog-sec {
    padding: 50px 0 80px;
}

.blog-sec .sec-head h2 {
    font-size: 60px;
}

.blog-box {
    position: relative;
}

.blog-image img {
    width: 100%;
    border-radius: 10px;
    height: 270px;
}

.blog-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background: #0000007d;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px;
}

.blog-text h6 {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
}

.blog-text h5 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 13px 0;
}

.blog-text p {
    font-size: 13px;
    color: #ffffff87;
    font-weight: 500;
}

.blog-right-box .blog-text h5 {
    font-size: 28px;
    border-bottom: 1px solid;
    display: inline-flex;
}

.blog-box:first-child {
    margin-bottom: 30px;
}

.blog-right-box .blog-image img {
    height: 570px;
    object-fit: cover;
}


/* Blogs Section End */


/* Footer Section Start */

.newlettersec {
    background: #1d1f22;
    padding: 80px 0;
}

.dropdown-content>p.filter_h1 {
    color: #fff !important;
}

.dropdown>button {
    min-height: 44px !important;
    border-radius: 10px !important;
}

.newsletter-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.newsletter-box i {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}

.newsletter-text h4 {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
}

.newsletter-text p {
    font-size: 14px;
    color: #fff;
}

.newsletter-input input {
    width: 76%;
    height: 44px;
    padding: 10px 20px;
    color: #898989;
    border: 0;
    font-size: 12px;
}

.newsletter-input input::placeholder {
    font-size: 12px;
    font-family: inherit;
    color: #7c7c7c;
}

.newsletter-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.newsletter-input button {
    margin-left: -4px;
    height: 45px;
    border-radius: 0;
    text-transform: capitalize;
    width: 150px;
    font-family: 'Montserrat';
}

footer {
    background: #0f1011;
    padding: 50px 0;
}

.footer-box h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.footer-box a {
    font-size: 15px;
    color: #ffffff87;
    width: 90%;
    text-decoration: underline;
    margin: 10px 0 30px 0px;
}

.StripeElement {
    background-color: white;
    height: 48px !important;
    padding: 14px 12px !important;
    border-radius: 4px;
    border: 1px solid #ededed !important;
    box-shadow: 0 1px 3px 0 #e6ebf100 !important;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

ul.footer-links a {
    margin: 0;
    text-decoration: auto;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

ul.footer-menu-list {
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 0;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-menu-list-box {
    padding: 46px 30px;
    border: 1px solid;
    border-bottom: none;
}

.footer-menu-list-box h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.ser-category-page .sarvice-page-text h3 {
    font-size: 18px;
}

ul.footer-menu-list a {
    text-transform: uppercase;
    color: #ffffffbd;
    font-size: 13px;
    position: relative;
}

.footer-input {
    text-align: center;
}

.footer-input a {
    color: #fff;
    text-decoration: none;
}

ul.footer-menu-list a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -10px;
    top: 0;
    background: #ffffff8c;
}

.footer-input input,
.footer-input select {
    width: 98%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #ffffff6e;
    background: transparent;
    color: #fff;
    border-radius: 50px;
    margin: 5px auto;
    -webkit-appearance: auto;
    font-size: 12px;
}

.footer-input select>option {
    background: #000;
    color: #fff;
}

.footer-input textarea::placeholder,
.footer-input input::placeholder {
    color: #ffffffa6;
}

.footer-input textarea {
    width: 100%;
    height: 80px;
    background: transparent;
    padding: 12px 20px;
    border-radius: 20px;
    margin-top: 5px;
    color: #fff;
}

.footer-input button {
    background: #fff;
    color: #235ede;
    font-size: 12px;
    margin-top: 20px;
}

.footer-nav-text p {
    font-size: 12px;
    color: #fefefe;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

ul.footer-social i {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: .5s all;
}

ul.footer-social i:hover {
    background: #235ede;
    border-color: #235ede;
    transform: scale(1.1);
}

.footer-bottom-nav {
    background: #121314;
    padding: 20px 40px;
    margin-top: 0;
    border: 1px solid #3e3f40;
}

.footer-bottom-nav .row {
    align-items: center;
}

.footer-box-2 {
    padding-left: 70px !important;
}

.footer-box {
    padding: 30px 20px;
    border: 1px solid;
    height: 260px;
    border-bottom: 0;
}

.footer-box.footer-appointment {
    height: auto;
    border-left: 0;
}

a.no-border:after {
    display: none;
}


/* Footer Section End */


/* Inner Pages Start */


/* Inner BAnner Start */

.inner-banner-sec {
    position: relative;
    max-height: 481px;
    overflow: hidden;
}

.inner-banner-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #00000052, #0000002b);
}

img.inner-banner-image {
    width: 100%;
    object-fit: fill;
}

.inner-banner-box {
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner-banner-box .banner-form {
    width: 50%;
}

b {
    font-size: 12px;
    font-weight: bold;
}

.inner-banner-text h1 {
    font-size: 40px;
    letter-spacing: 3px;
}

.inner-banner-text p {
    font-size: 14px;
    color: #ffffffb0;
    margin: 10px 0 20px;
}


/* Inner BAnner End */


/* About PAge Start */

.about-page:after {
    display: none;
}

.about-page .about-image img {
    height: 620px;
    object-fit: cover;
}


/* About PAge End */


/* Service Page Start */

.service-page {
    padding: 80px 0px 130px;
}

.serv-page-box {
    position: relative;
    margin: 30px 0 0;
    overflow: hidden;
    border: 1px solid #000;
    /* padding: 10px 0; */
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.service-price {
    position: absolute;
    top: -34px;
    right: 4px;
    background-color: #00339b;
    padding: 7px 25px;
    border-radius: 30px;
}

.service-price h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.serv-page-box img {
    width: auto;
    max-height: 300px;
    min-height: 300px;
    background-color: #ffffff;
    /* object-position: top; */
    padding: 0px;
}

.datetime {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 32% 32% 32%;
    grid-row-gap: 10px;
}

.datetime .date_lable>input {
    width: 100%;
    margin-top: -2px;
}

.prices {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px;
    align-items: center;
}

.title_div h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}

.title_div p {
    font-size: 14px;
    color: #999;
}

.btn_div>button {
    background: #3060db;
    border: navajowhite;
    color: #fff;
    padding: 5px 11px;
    border-radius: 4px;
}

.btn_div>button:nth-child(3) {
    background: red;
}

.date_lable {
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 8px;
}

.datetime input {
    width: 32%;
    height: 31px;
    background: #fff;
    border-radius: 0;
    padding: 7px 20px;
    font-family: 'Montserrat';
    color: #666;
    border: 1px solid #ededed;
}

.sarvice-page-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #151515;
    padding: 30px 0px;
    text-align: center;
    transition: .5s all;
    height: 80px;
}

/* .ser-category-page .sarvice-page-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background: #151515;
    padding: 20px 0px;
    text-align: center;
    transition: .5s all;
    height: 70px;
} */

.sarvice-page-text h3 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    /* font-family: 'trj-r'; */
    font-weight: 100;
}

.col-lg-12.col-md-12.col-12.bd-example {
    margin-top: 56px;
}

.ser-btn-1 {
    font-size: 13px;
    text-transform: uppercase;
    /* font-family: 'trj-b'; */
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: .5s all;
    margin: 30px 0 -100px 0px;
}

.serv-page-box:hover .ser-btn-1 {
    display: inline-block;
}

.serv-page-box:hover .ser-btn-1 {
    margin: 0;
}

.serv-page-box:hover .sarvice-page-text {
    height: 120px;
    background: #235ede;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.ser-btn-1:hover {
    color: #fff;
}

form#review-form {
    padding: 0 !important;
    border: none !important;
    max-width: 100%;
}

/* Service Page End */


/* Service Category PAge Start */

.ser-category-page .serv-page-box img {
    height: 331px;
    object-fit: cover;
}


/* Service Category PAge End */


/* Services Categories Detail PAge Start */

.catg-detail-page .about-text h2 {
    font-size: 30px;
}

.catg-detail-page .about-image img {
    max-height: 425px;
    min-height: 425px;
    border-radius: 0 !important;
    object-fit: contain;
}


/* Services Categories Detail PAge End */


/* Blog  PAge Start */

.blog-page .blog-image img {
    height: 300px;
}


/* Blog  PAge End */


/* Blog Detail Page Start */

.blog-detail-page .about-text h6 {
    font-size: 14px;
    color: #235ede;
    font-family: 'Montserrat';
}

.blog-detail-page .about-text h2 {
    font-size: 28px;
    margin: 20px 0 0;
}

.blog-detail-page .about-image img {
    height: 530px;
    width: 98%;
    margin-top: -13px;
}


/* Blog Detail Page End */


/* Contact Page Start */

section.contact-sec {
    padding: 100px 0;
}

.get-in-touch-sec {
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 0;
    /* padding-top: 12%; */
    width: 95%;
    /* padding-bottom: 10%; */
    height: 100%;
    background: #235ede;
}

.get-in-touch-sec h4 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 5%;
    font-family: 'trj-r';
    font-weight: 300;
}

.get-in-touch-sec p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 7%;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
}

.get-in-touch-sec ul {
    display: flex;
    margin-bottom: 10%;
    align-items: center;
    gap: 20px;
}

.get-in-touch-sec ul li span {
    color: #ef165d;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 30px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 20px 23px;
}

.get-in-touch-sec ul li h6 {
    font-size: 24px;
    color: #fffcf3;
    margin-bottom: 3px;
    font-weight: 300;
    font-family: 'trj-r';
}

.get-in-touch-sec ul li a {
    font-size: 18px;
    color: #fffcf791;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.req-qoute-sec h4 {
    font-size: 47px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'trj-r';
    font-weight: 100;
    color: #235ede;
}

.contact-inpt.about-text a {
    font-size: 20px;
    text-transform: uppercase;
    background: #973416;
    color: #fff;
    padding: 13px 40px;
    background-image: -moz-linear-gradient(90deg, rgb(123, 232, 255) 0%, rgb(41, 137, 204) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0) 0%, rgb(254 0 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(123, 232, 255) 0%, rgb(41, 137, 204) 100%);
}

.contact-inpt input::placeholder {
    font-family: revert;
    color: #808080c7;
}

.contact-inpt input {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    border: 1px solid #b7b7b7;
    margin-bottom: 5%;
    border-radius: 0;
}

.contact-inpt textarea {
    width: 95%;
    border: 1px solid #b7b7b7;
    margin-bottom: 10px;
    padding: 12px 20px;
    resize: none;
    border-radius: 35px;
    resize: vertical;
}

.contact-inpt input::placeholder {
    font-size: 14px;
}

.contact-inpt textarea::placeholder {
    font-size: 14px;
    font-family: "Avenir";
}

.req-qoute-sec {
    padding: 40px;
    position: relative;
    background: #fff;
    height: 100%;
    box-shadow: 0 0 25px 0 #9898981a;
}

.req-qoute-sec h4:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 2px;
    height: 55px;
    width: 7px;
    background: #235ede;
}

.get-in-touch-sec ul li i {
    height: 70px;
    z-index: 4;
    width: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    color: #235ede;
}

.booking .form-check .form-check-input {
    margin-left: -2em;
}

.contact-inpt.about-text .btn1 {
    border-radius: 0;
}

.contact-inpt.about-text .btn-1 {
    border-radius: 0;
    font-size: 20px;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}


/* Contact Page End */
.mobileView {
    display: none !important;
}

div#Header header.sticky .mobileView>i>img {
    filter: invert(1);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0px;
    right: -200px;
    background-color: #000;
    overflow-x: hidden;
    padding: 60px 30px 30px;
    transition: 0.5s;
}

.gap10 {
    gap: 10px;
}

/* The navigation menu links */
.sidenav a {
    padding: 10px 8px 10px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffff !important;
    border-bottom: 2px solid #ffffff2e;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    border: none;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Inner Pages End */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (max-width: 1280px) {
    .header-text {
        width: 100% !important;
    }

    header .header-text form {
        position: relative;
    }

    .header-text {
        flex-direction: column;
    }
}

@media only screen and (max-width: 991px) {
    .menuSec img {
        max-width: 150px !important;
    }

    .aut-form-box {
        /* padding: 0px 0px 0px !important; */
    }

    .newsletter-input input {
        width: 70%;
    }

    ul.footer-menu-list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .chk-bx {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .photoBox {
        grid-template-columns: 49% 49% !important;
    }

    .cols__container {
        width: 90%;
        margin: 0 auto;
    }

    .home-banner-text {
        padding-bottom: 50px;
    }

    .widthdefal {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .mobileView {
        display: block !important;
    }

    .mobileView>i img {
        width: 50px !important;
        display: table;
        margin: 0 auto;
        margin-right: 0;
    }

    header.sticky .header-text {
        margin: 0;
        gap: 6px;
    }

    header .header-text {
        margin-top: 0 !important;
        transition: 1s all;
    }

    .date-item {
        min-width: 100px;
        display: flex;
    }

    .auth-head h2 {
        font-size: 30px !important;
    }

    .home-banner-text {
        padding-bottom: 0px;
    }

    .photoBox {
        grid-template-columns: 100%;
    }

    .header-btn {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        gap: 20px;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {





    /* .dropdown {
        display: flex !important;
        gap: 8px;
        align-items: center;
    } */

    .sidenav a {
        padding: 10px 15px;
    }

    .service-page>div>.row>.col-lg-12.col-md-12 {
        justify-content: center;
    }

    .service-page>div>.row>.col-lg-12.col-md-12>a {
        /* font-size: 12px !important;
        margin-left: 0 !important;
        padding: 2px 7px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 32px !important; */
    }

    .inner-banner-sec img.inner-banner-image {
        min-height: 300px;
    }

    .category-box-main .sec-head h2 {
        font-size: 24px;
    }

    .service-page>div>.row>.col-lg-12.col-md-12 {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }






    .menuSec {
        background: #fff;
    }


    .header-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }



    header.sticky .menuSec {
        background-color: #000 !important;
    }

    .home-banner-text {
        padding-bottom: 0px;
    }

    .desktopView {
        display: none !important;
    }

    header .searchbar {
        display: none !important;
    }

    header.sticky .searchbar {
        display: block !important;
    }

    .desktopView.logoBox {
        display: block !important;
    }

    header.sticky .desktopView.logoBox {
        display: none !important;
    }



    .header-text h3 {
        display: none;
    }

}


@media only screen and (max-width: 519px) {


    .photoBox {
        grid-template-columns: 100% !important;
    }



    .header-logo {
        max-width: 100px;
    }

    .header-text h3 {
        display: none;
    }

    .header-btn {
        margin-top: 20px;
    }

    .header-text {
        margin-bottom: 5px;
    }

    section.main_slider {
        margin-top: 0;
    }

    h3 {
        font-size: 20px !important;
    }

    .newsletter-input input {
        width: 96%;
    }

    .title_div {
        max-width: 225px;
    }
}

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

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/

.gorilla-content .gorrila-page-txt .color-red {
    color: #a60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #a60000;
}

.accordion-body.gorrila-page-txt {
    padding: 20px 30px;
    background: #ffffff;
    border: 1px solid #e6e7e9;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.gorilla-content .accordion-item {
    border: unset;
    margin: 10px 0;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border: 1px solid #e6e7e9;
    background: unset;
    border-bottom: unset;
    color: #235ede;
    font-size: 23px;
    font-family: 'trj-r';
    text-transform: capitalize;
    font-weight: 600;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.faqs-main .accordion-collapse.collapse {
    /* border: 1px solid #A60000; */
    border-top: 0;
    border-radius: 0 0 10px 10px;
    /* margin-bottom: 30px; */
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    content: "\f067";
    font-weight: 600;
    font-family: "Font Awesome 5 free";
    background-image: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.right__col nav {
    padding-bottom: 0px !important;
}

.cols__container .right__col nav>ul>li>a {
    color: #1d1d1d;
    font-size: 30px !important;
    font-weight: 600;
    /* font-family: 'trj-b'; */
}

.faqs-main .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.contact-main h2 {
    font-size: 45px;
    color: #000;
    line-height: 45px;
    padding-bottom: 15px;
    font-weight: 400;
}

section.faqs-main p {
    font-size: 18px;
    color: #666666;
    font-family: 'Montserrat';
}

.faqs-main {
    padding: 80px 0;
}

.faqs-main button.accordion-button.collapsed {
    font-size: 22px;
    text-transform: capitalize;
    border: 1px solid #e6e7e9;
}


/*faq end*/


/* Privacy Page Start */

.privacy-page-text p {
    font-size: 16px;
    color: #333;
    padding: 14px 0;
    /* text-align: center; */
}

.privacy-page-text li {
    margin-bottom: 10px;
}

.privacy-page {
    padding: 80px 0;
}


/* Privacy Page End */


/* Account Page Start */

.log-in-wrap {
    padding: 40px 25px;
    background-color: #fdfdfd;
    /* box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 20px; */
    border: 2px solid #E1E1E1;
}

.log-in-wrap h2 {
    margin: 0px 0px 30px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
    text-transform: uppercase;
    /* font-family: 'trj-r'; */
    font-weight: 300;
}

.log-in-wrap form button {
    padding: 15px 50px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-family: 'Montserrat';
    border: none;
    background-color: #235ede;
    border-radius: 0;
}

.log-in-wrap form button:hover {
    background-color: #235ede;
}

.width-100 {
    width: 100% !important;
}

.log-in-page-main {
    padding: 100px 0px;
}

.log-in-page-main .form-control {
    height: 60px;
    padding-left: 25px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: unset !important;
}

.log-in-page-main .form-control::placeholder {
    color: rgb(176, 175, 175);
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    color: rgb(0 0 0);
    font-family: 'Montserrat';
}

.form-check-input:checked {
    background-color: #973416;
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}

.forgot-pass {
    margin-top: 21px;
    width: 100%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 0px;
    color: #000;
}

.forgot-pass a:hover {
    color: rgb(213, 0, 0);
}

/* Add this to your CSS file or style tag */
.form-action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

/* #lead_review_btn {
    background-color: #6c757d;
    border-color: #6c757d;
}

#lead_review_btn:hover {
    background-color: #5a6268;
    border-color: #545b62;
} */

.agree-text {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Montserrat';
    color: black;
    display: inline-block;
    justify-content: start;
    padding: 0 10px;
    flex-wrap: wrap;
    gap: 5px;
}

.term-condition {
    font-weight: 500;
    margin-left: 10px;
    color: #000;
    text-decoration: underline;
}

.terms_chk .form-check-input {
    border-color: #79281f;
    border-radius: 0 !important;
    box-shadow: none !important;
}

ul.account-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

ul.account-list i {
    font-size: 15px;
    color: #000;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.account-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid #000;
    border-radius: 50px;
    transition: 1s all;
    padding: 5px;
}

ul.account-list span {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    transition: 1s all;
    padding-right: 10px;
}

.log-in-wrap h3 {
    font-size: 26px;
    font-family: auto;
    color: #767676;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.log-in-wrap h3:after,
.log-in-wrap h3:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 1px;
    background: #7c7c7c;
    left: 15%;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}

.log-in-wrap h3:before {
    right: 15%;
    left: auto;
}


/* Account Page End */


/* Appointment Section Start */

.customer {
    background-image: url(../images/customer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.cus-text {
    text-align: center;
    margin-bottom: 40px;
}

.cus-text h3 {
    font-size: 70px;
    line-height: 80px;
    color: #fff !important;
    font-family: 'phant';
    text-transform: uppercase;
}

.cus-text p {
    font-family: 'Montserrat';
}

.customer-input input {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    background: #fff;
    border: 0;
    font-size: 18px;
    border-radius: 0;
    padding: 0 20px;
    font-family: 'Montserrat';
    color: #666;
    border: 1px solid #ededed;
}

.customer-input select {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    color: #666;
    border: 1px solid #ededed;
    font-family: 'Montserrat';
    font-size: 20px;
}

.customer-input option {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    background: #8b8b8c70;
    border: 0;
    border-radius: 50px;
    padding: 0 20px;
    color: #fff;
}

.customer .customer-input input::placeholder {
    color: #666;
}

.customer-input input::placeholder {
    color: #000 !important;
}

.customer-text.qoute-pg button {
    width: 100%;
    height: 60px;
    border: 0;
    font-size: 20px;
    font-family: 'Montserrat';
    margin-top: 30px;
    text-transform: uppercase;
    background: #235ede;
    color: #fff;
}

.customer-input textarea {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 20px 30px;
    color: #666;
    border: 1px solid #ededed;
    font-family: 'Montserrat';
    font-size: 20px;
}

button.btn10.cus-bttn {
    width: 100%;
    margin-top: 30px;
    text-transform: uppercase;
}

.customer-text.qoute-pg h2 {
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'trj-r';
}

.customer-text.qoute-pg {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 50px;
}


/* Appointment Section End */


/* Process Page Start */

section.process-page {
    padding: 80px 0 80px;
}

.process-box {
    position: relative;
    background-color: #fff;
    z-index: 99;
    width: 70%;
    margin: 20px 0;
    padding: 30px;
    margin-left: 50px;
}

.process-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    /* background-color: #000; */
    box-shadow: 10px 7px 88.2px 9.8px rgb(0 0 0 / 9%);
    z-index: -6;
    border: 20px solid #cccccc29;
}

.process-image {
    text-align: end;
    margin: 0px 40px 0px 0px;
}

.process-number h2 {
    font-size: 40px;
    color: #fff;
    background: #235ede;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    font-family: 'trj-r';
}

.process-image>img {
    max-width: 80px;
}

.process-number h2:after {
    position: absolute;
    content: '';
    width: 160px;
    height: 160px;
    top: 2px;
    left: -20px;
    right: 0;
    bottom: 0;
    background: #235ede24;
    border-radius: 200px;
    z-index: -1;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-number {
    position: absolute;
    top: -30px;
    left: -30px;
    animation: pulsate-bck 2s ease-in-out infinite both;
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.process-text h3 {
    font-size: 18.32px;
    text-transform: uppercase;
}

.process-text p {
    font-size: 15px;
    color: #8f8f8f;
    font-weight: 500;
    padding: 20px 0;
    width: 90%;
}

.process-text {
    position: relative;
    margin-top: 40px;
    margin-bottom: 15px;
}

.process-text:after {
    position: absolute;
    content: '';
    width: 15%;
    left: 0;
    right: 0;
    margin: auto;
    background: #235ede;
    bottom: -10px;
    height: 2px;
}

.proces-box-4 {
    margin-top: 70px;
}

.proces-box-3 {
    margin-top: 70px;
}

.process-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}

img.prc-d-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -178px;
}

.process-page .row {
    position: relative;
}

.process-page .row:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/prc-d-2.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}

input.s_head::placeholder {
    font-size: 12px;
}

textarea#lead_message::placeholder {
    color: #70726b;
}

textarea#message::placeholder {
    color: #70726b;
}

/* Process Page End */
.content ul {
    display: flex;
}

@media (min-width: 868px) {
    .cols__container {
        max-width: 1200px;
        margin: 0 auto;
        width: 90%;
        justify-content: space-between;
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 50px;
    }
}

.cols__container .left__col .about {
    justify-content: space-between;
    position: relative;
    margin: 35px 0;
    display: flex;
}

.title_banner {
    width: 100%;
    background: url(https://images.pexels.com/photos/291732/pexels-photo-291732.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) no-repeat 50% 20%/cover;
    min-height: calc(100px + 15vw);
}

.cols__container .left__col {
    padding: 25px 20px;
    text-align: center;
    max-width: 350px;
    position: relative;
    margin: 0 auto;
    min-width: 350px;
}

div#carouselExampleControls button {
    z-index: 9999;
}

.photoBox .serv-page-box .sarvice-page-text h3 {
    font-size: 12px !important;
}

@media (min-width: 868px) {
    .cols__container .left__col {
        padding: 25px 0px;
    }
}

@media (min-width: 1017px) {
    .cols__container .left__col {
        margin: 0;
        margin-right: auto;
    }
}

.cols__container .left__col .img__container {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translatex(-50%);
}

.cols__container .left__col .img__container img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.18);
}

.photoBox {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 32% 32% 32%;
    grid-row-gap: 10px;
}

.photoBox .serv-page-box img {
    height: auto !important;
    min-height: 250px;
}

/* .favBox {
    
} */
.favBox>button {
    position: absolute;
    top: 10px;
    right: 5px;
    height: 42px;
    width: 47px;
    background: #f8f8f8;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all .5s ease-in-out;
}

.favBox>lable.star {
    position: absolute;
    top: 12px;
    right: 58px;
    height: 40px;
    width: 62px;
    background: #151515;
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all .5s ease-in-out;
    color: #fff;
}

.favBox>button:hover {
    background: #ffffff;
}

.favBox>button>i {
    color: #ff0000;
    transform: translateY(2px);
}

.favBox>button:hover>i {
    color: #ff0000;
}

/* .cols__container .left__col .img__container span {
    position: absolute;
    background: #2afa6a;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    bottom: 3px;
    right: 11px;
    border: 2px solid #fff;
} */

.cols__container .left__col h2 {
    margin-top: 60px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.cols__container .left__col p {
    font-size: 0.9rem;
    color: #818181;
    margin: 0;
}

.cols__container .left__col .about {
    justify-content: space-between;
    position: relative;
    margin: 20px 0;
}

.cols__container .left__col .about li {
    display: flex;
    flex-direction: column;
    color: #818181;
    font-size: 0.9rem;
}

.cols__container .left__col .about li span {
    color: #1d1d1d;
    font-weight: 600;
}

.cols__container .left__col .about:after {
    position: absolute;
    content: "";
    bottom: -16px;
    display: block;
    background: #cccccc;
    height: 1px;
    width: 100%;
}

.cols__container .content p {
    font-size: 1rem;
    color: #1d1d1d;
    line-height: 1.8em;
}

.cols__container .content ul {
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.cols__container .content ul li {
    display: flex;
}

.cols__container .content ul i {
    font-size: 1.3rem;
}

.cols__container .right__col nav {
    display: flex;
    align-items: center;
    padding: 30px 0;
    justify-content: space-between;
    flex-direction: column;
}

@media (min-width: 1016px) {
    .cols__container .right__col nav {
        flex-direction: row;
    }
}

.cols__container .right__col nav ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

@media (min-width: 868px) {
    .cols__container .right__col nav ul {
        flex-direction: row;
        gap: 10px;
    }
}

.cols__container .right__col nav ul li a {
    text-transform: uppercase;
    color: #818181;
}

.cols__container .right__col nav ul li:nth-child(1) a {
    color: #1d1d1d;
    font-weight: 600;
}

.cols__container .right__col nav button {
    background: #0091ff;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.cols__container .right__col nav button:hover {
    opacity: 0.8;
}

@media (min-width: 1016px) {
    .cols__container .right__col nav button {
        margin-top: 0;
    }
}

.cols__container .right__col .photos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 20px;
}

.cols__container .right__col .photos img {
    max-width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 868px) {
    .cols__container .right__col .photos {
        height: 365px;
        overflow: auto;
        padding: 0 0 30px;
    }
}



/* Price PAge Start */

.price-page {
    padding: 80px 0;
}

.price-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.price-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 15%;
    left: 0px;
    /* right: 0; */
    bottom: -19px;
    background-image: url(../images/price--bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
}

.price-top-text {
    background: #235ede;
    padding: 30px 30px;
    text-align: center;
}

.price-box {
    background: #fff;
    box-shadow: 0 0 15px 0 #9898988a;
    padding-bottom: 80px;
}

.price-top-text h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 0;
}

.price-top-text p {
    font-size: 13px;
    color: #fff;
}

.price-center-text {
    text-align: center;
    padding: 30px 0;
    position: relative;
    min-height: 180px;
}
.featured-sl>.owl-stage-outer {
    padding: 10px 0;
}

.price-center-text h4 {
    font-size: 60px;
    color: #235ede;
    font-family: 'Montserrat';
    font-weight: 400;
}

span.prc-1 {
    font-size: 36px;
    color: #000000;
    vertical-align: text-top;
}

span.prc-2 {
    font-size: 25px;
    color: #c5c5c5;
}

.price-center-text:after {
    position: absolute;
    content: '';
    width: 25%;
    height: 4px;
    border-radius: 50px;
    background: #c9c5c5;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
}

ul.price-list {
    width: 60%;
    margin: 20px auto;
}

ul.price-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}

ul.price-list li i {
    font-size: 16px;
    color: #235ede;
}

ul.price-list li p {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
}

.price-btn {
    text-align: center;
}

.price-btn button {
    border-radius: 0 !important;
    font-family: 'Montserrat';
    font-size: 16px;
    margin-top: 15px;
    border-radius: 100px !important;
}


/* Price PAge End */


/* Inner Pages End */

section.aouther-form-page {
    position: relative;
    padding: 80px 0;
}

section.aouther-form-page select {
    margin-top: 15px;
    text-align: left;
}

section.aouther-form-page input {
    margin-top: 12px;
    /* text-align: left; */
}

section.aouther-form-page .auth-social.chek input {
    margin: 0;
    height: 20px;
    width: 30px;
}

.select-style {
    position: relative;
}

.select-style select {
    appearance: none !important;
}

.select-style i {
    position: absolute;
    right: 20px;
    top: 35px;
    color: #000;
}

.auth-head h2 {
    font-size: 43px;
    color: #010101;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-family: 'Gotham Medium';
}

.aut-form-box {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 50px 50px 100px;
}

.aut-form-box h4 {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    width: 95%;
}

.auth-form input {
    width: 100%;
    height: 48px;
    background: #fff;
    font-size: 12px;
    border-radius: 0;
    padding: 7px 20px;
    font-family: 'Montserrat';
    color: #666;
    border: 1px solid #ededed;
}

.auth-form input::placeholder {
    color: #666;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 16px;
}

.auth-form select {
    position: relative;
    box-shadow: 0px 2px 10px 0px #c1c1c100;
    font-weight: 400;
    width: 100%;
    height: 48px;
    background: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 20px;
    font-family: 'Montserrat';
    color: #666;
    border: 1px solid #ededed;
}

.auth-form textarea {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    position: relative;
    color: #666;
    padding: 20px 20px;
    font-size: 16px;
    border: 0;
    margin-top: 20px;
    border: 1px solid #ededed;
}

.aut-form-box h3 {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.time-slots>h3 {
    font-size: 16px;
    color: #ff1414;
    margin-top: 20px;
    text-transform: capitalize;
    margin-bottom: 11px;
    width: 100%;
    text-align: center;
}

.auth-social a {
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 2px 10px 0px #c1c1c1;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.auth-social i {
    font-size: 22px;
    margin-top: 4px;
}

i.fab.fa-linkedin {
    color: #0077b5;
}

i.fab.fa-youtube {
    color: #f61c0d;
}

i.fab.fa-twitter {
    /* color: #03a9f4; */
}

i.fal.fa-globe {
    color: #235ede;
}

.upload-btn-wrapper .left {
    margin-right: 20px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.upload-btn-wrapper .btn {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #666;
    position: relative;
    border-bottom: 0;
    color: #666;
    margin-top: 20px;
    box-shadow: 0px 2px 10px 0px #c1c1c18c;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.aoth-so-text h6 {
    margin: 0;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    opacity: 1;
    transition: 0.5s ease-in-out;
    margin-left: 280px;
}

.auth-social .aoth-so-text h6 {
    margin: 15px;
    /* font-family: 'trj-b'; */
    opacity: 1;
    transition: .5s ease-in-out;
}

.auth-social {
    overflow: hidden;
}


.photoBox .sarvice-page-text {
    padding: 10px 0px !important;
    height: 30px !important;
}

.photoBox .serv-page-box:hover .sarvice-page-text {
    height: 60px !important;
    background: #235ede;
}

.auth-social.chek {
    border: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.auth-btn button {
    background: #235ede;
    border: 0;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    width: 170px;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    margin: 0% auto;
}

.auth-social.chek label {
    color: #666;
    font-weight: 400;
    font-family: 'Montserrat';
}

.auth-btn.byers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.auth-btn.byers button {
    width: 100%;
}

.service-page .row {
    justify-content: center;
}

ul.customers-link li a {
    margin: 0px 0 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .menuSec img {
        width: 200px;
    }

    .header-btn {
        gap: 10px;
        margin-left: -20px;
    }

    h1 {
        font-size: 40px;
    }

    .service-slider .slick-prev {
        left: -10px;
        z-index: 1;
    }

    .service-slider .slick-next {
        right: 20px;
        z-index: 1;
    }

    .category-box-main .sec-head h2 {
        font-size: 30px;
    }

    .discover-slider .slick-prev {
        left: -60px;
    }

    .discover-slider .slick-next {
        right: -30px;
    }

    .about-text h2 {
        font-size: 36px;
    }

    .blog-image {
        width: 100%;
    }

    .blog-text {
        bottom: 10px;
        margin: 0 10px;
    }

    .blog-image img {
        height: 240px;
        object-fit: cover;
    }

    .newsletter-box {
        gap: 20px;
    }

    .newsletter-text h4 {
        font-size: 22px;
    }

    .footer-box h3 {
        font-size: 18px;
    }

    .footer-box-2 {
        padding-left: 50px !important;
    }

    .footer-menu-list-box {
        padding: 20px 10px;
    }

    .footer-box a {
        width: 100%;
        margin: 10px 0 10px 0px;
    }

    ul.footer-menu-list a {
        font-size: 11px;
    }

    ul.footer-menu-list a:after {
        width: 1px;
        height: 100%;
        right: -10px;
    }

    .footer-box {
        padding: 30px 15px;
    }

    .footer-menu-list-box h3 {
        margin-bottom: 10px;
        font-size: 17px;
    }

    img.inner-banner-image {
        object-fit: cover;
        height: 400px;
    }

    .log-in-page-main {
        padding: 80px 0px;
    }

    .log-in-wrap h2 {
        margin: 0px 0px 30px;
        font-size: 26px;
    }

    .forgot-pass {
        width: 65%;
    }

    .agree-text {
        font-size: 13px;
        padding: 0 0px;
    }

    .auth-social .aoth-so-text h6 {
        margin: 10px;
    }

    .process-image {
        margin: 30px 0 0px 0px;
    }

    img.prc-d-1 {
        right: -154px;
    }

    .process-box {
        position: relative;
        padding: 30px 20px;
    }

    .price-box:after {
        width: 100%;
        height: 9%;
        left: 0;
        right: 0;
        bottom: -8px;
    }

    ul.price-list {
        width: 70%;
    }

    .about-page .about-image img {
        height: 800px;
    }

    .service-page {
        padding: 40px 0px 20px;
    }

    .sarvice-page-text h3 {
        font-size: 18px;
    }

    .catg-detail-page .about-text h2 {
        font-size: 40px;
    }

    .blog-detail-page .about-text h2 {
        font-size: 24px;
    }

    .get-in-touch-sec {
        padding: 40px 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec img {
        width: 150px;
    }

    .search_formSec {
        top: -160px;
    }

    .btn-1 {
        padding: 12px 15px;
    }

    .header-btn {
        gap: 10px;
        margin-left: -40px;
    }

    h1 {
        font-size: 30px;
    }

    .banner-form input {
        width: 37%;
    }

    .carousel-item.active img {
        height: 450px;
    }

    .service-sec {
        padding: 50px 0;
    }

    .sec-head {
        margin-bottom: 20px;
    }

    .category-box-main {
        padding: 50px 20px;
    }

    .discover-slider .slick-next {
        right: 0;
    }

    .discover-slider .slick-prev {
        left: -30px;
        z-index: 1;
    }

    .service-box {
        text-align: center;
    }

    .service-slider .slick-prev {
        left: -20px;
        z-index: 1;
    }

    .service-slider .slick-next {
        right: 10px;
        z-index: 1;
    }

    .about-text h2 {
        font-size: 40px;
    }

    .blog-image {
        width: 100%;
    }

    .blog-image img {
        height: 250px;
        object-fit: cover;
    }

    .newsletter-box i {
        font-size: 50px;
    }

    .newsletter-box {
        gap: 15px;
    }

    .newsletter-text h4 {
        font-size: 20px;
    }

    .footer-box {
        padding: 30px 10px;
        height: 100%;
    }

    .footer-box-2 {
        padding-left: 40px !important;
    }

    .footer-box.footer-appointment {
        height: auto;
        margin-left: 12px;
        border: 1px solid;
        width: 100%;
        padding: 25px 30px;
    }

    .footer-menu-list-box {
        padding: 30px 20px;
    }

    .footer-box h3 {
        font-size: 18px;
    }

    ul.footer-menu-list a:after {
        height: 85%;
        right: -6px;
    }

    .footer-box a {
        width: 100%;
        margin: 10px 0 0 0px;
    }

    .footer-bottom-nav {
        padding: 20px 20px;
        width: 102%;
    }

    img.inner-banner-image {
        height: 400px;
    }

    .log-in-page-main {
        padding: 60px 0px;
    }

    .log-in-wrap {
        padding: 30px 15px;
    }

    .log-in-wrap h2 {
        margin: 0px 0px 20px;
        font-size: 20px;
    }

    ul.account-list {
        gap: 10px;
        margin-bottom: 20px;
    }

    ul.account-list span {
        font-size: 10px;
    }

    .log-in-wrap h3:after {
        width: 30%;
        left: 10%;
    }

    .log-in-wrap h3:before {
        right: 10% !important;
        left: auto !important;
    }

    .forgot-pass {
        width: 55%;
    }

    .agree-text {
        display: inline-block;
    }

    .aut-form-box {
        padding: 10px !important;
    }

    .auth-social a {
        padding: 10px 10px;
    }

    .auth-social .aoth-so-text h6 {
        margin: 0 0 0 8px;
    }

    .process-box {
        width: 90%;
        padding: 15px;
        margin: 30px auto;
    }

    .process-number h2 {
        font-size: 55px;
        width: 130px;
        height: 130px;
    }

    .process-number h2:after {
        width: 150px;
        height: 150px;
        top: 0;
        left: -10px;
    }

    .process-image {
        margin: 0px 0 0 0px;
    }

    img.prc-d-1 {
        right: -51px;
        width: 15%;
    }

    .process-text h3 {
        font-size: 17px;
    }

    .process-page .row:after {
        width: 40px;
        right: -20px;
        background-size: contain;
    }

    section.process-page {
        padding: 60px 0;
    }

    .price-page .row {
        justify-content: center;
    }

    .price-box {
        padding-bottom: 60px;
        margin: 15px 0;
    }

    .price-box:after {
        height: 10%;
        bottom: -3px;
    }

    .serv-page-box {
        margin: 20px 0;
    }

    .service-page {
        padding: 40px 0px 50px;
    }

    .inner-banner-text h1 {
        font-size: 34px;
    }

    .get-in-touch-sec {
        padding: 20px;
        width: 100%;
    }

    .get-in-touch-sec h4 {
        font-size: 30px;
        margin-bottom: 3%;
    }

    .req-qoute-sec {
        padding: 20px;
    }

    .req-qoute-sec h4 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .get-in-touch-sec p {
        font-size: 13px;
        line-height: 26px;
    }

    .get-in-touch-sec ul li a {
        font-size: 16px;
    }

    section.contact-sec {
        padding: 70px 0;
    }

    .faqs-main {
        padding: 60px 0;
    }

    .privacy-page {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .search_formSec {
        top: -160px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header {
        position: relative;
        padding: 0 0 0 15px;
    }

    .search_formSec {
        top: -140px;
    }
    .home-banner-text p {
        font-size: 16px;
    }

    .menuSec img {
        margin: 10px auto;
        width: 80%;
        display: flex;
        padding-left: 10px;
    }



    .header-btn a {
        font-size: 11px !important;
        padding: 10px 20px;
    }

    .home-banner-text {
        width: 100%;
    }

    h1 {
        font-size: 30px;
    }

    .banner-form {
        width: 100%;
    }

    .banner-form button {
        width: 40px;
    }

    .banner-form input {
        width: 45%;
        padding: 10px 5px;
    }

    .carousel-item.active img {
        height: 450px;
    }

    .service-sec {
        padding: 50px 0;
    }

    .sec-head h2 {
        font-size: 30px;
    }

    .sec-head {
        margin-bottom: 20px;
    }

    .category-sec {
        padding: 0 0 40px;
    }

    .category-box-main {
        padding: 30px 15px;
    }

    .category-box-main .sec-head h2 {
        font-size: 22px;
    }

    .blog-box {
        margin: 10px 0 !important;
    }

    .blog-image {
        width: 100%;
    }

    .blog-image img {
        height: 250px;
        object-fit: cover;
    }

    .about-text {
        margin: 20px 0;
    }

    .about-text a {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .about-text h2 {
        font-size: 38px;
    }

    .blog-text {
        bottom: 10px;
        margin: 0 10px;
    }

    .newlettersec {
        padding: 30px 0;
    }

    .newsletter-box {
        display: grid;
        justify-content: center;
        gap: 20px;
        text-align: center;
        margin-bottom: 15px;
    }

    .newsletter-text h4 {
        font-size: 20px;
    }

    .newsletter-input input {
        padding: 10px 10px;
    }

    .newsletter-input button {
        margin-left: -130px;
        width: 135px;
    }

    .noLeft {
        padding-left: 12px;
    }

    .noRight {
        padding-right: 12px;
    }

    .footer-box {
        padding: 20px 10px;
        height: auto;
    }

    .footer-box-2 {
        padding-left: 10px !important;
    }

    .footer-box h3 {
        font-size: 17px;
    }

    .footer-menu-list-box {
        padding: 20px 10px;
    }

    ul.footer-menu-list {
        display: block;
        column-count: 2;
    }

    ul.footer-menu-list a:after {
        display: none;
    }

    ul.footer-links a {
        width: 100%;
    }

    .footer-box.footer-appointment {
        border: 1px solid;
        padding: 20px 18px;
    }

    .footer-bottom-nav {
        padding: 10px 10px;
        text-align: center;
    }

    ul.footer-social {
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

    img.inner-banner-image {
        object-fit: cover;
        height: 300px;
    }

    .inner-banner-text h1 {
        font-size: 24px;
        letter-spacing: 0px;
    }

    .log-in-page-main {
        padding: 60px 0px;
    }

    .log-in-wrap {
        padding: 30px 10px;
        margin: 10px 0;
    }

    .log-in-wrap h2 {
        margin: 0px 0px 20px;
        font-size: 20px;
    }

    .log-in-wrap h3:after,
    .log-in-wrap h3:before {
        width: 25%;
    }

    ul.account-list {
        display: grid;
    }

    .forgot-pass {
        width: 50%;
    }

    .agree-text {
        display: inline-block;
    }

    .log-in-wrap form button {
        padding: 15px 40px;
    }

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

    .aut-form-box {
        padding: 20px 10px;
    }

    .inner-banner-box .banner-form {
        width: 100%;
    }

    .inner-banner-box .banner-form input:first-child {
        width: 80%;
    }

    .process-box {
        width: 100%;
        margin: 30px 0;
        padding: 20px;
        margin-left: 0;
    }

    .process-image {
        margin: 20px 0px 0px 0px;
    }

    .process-number h2 {
        font-size: 40px;
        width: 100px;
        height: 100px;
    }

    .process-number h2:after {
        width: 120px;
        height: 120px;
        left: -10px;
    }

    .process-number {
        top: 0;
        left: 0px;
    }

    .process-text {
        margin-top: 40px;
    }

    .process-text h3 {
        font-size: 17px;
    }

    .process-page .row:after {
        display: none;
    }

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

    .price-page {
        padding: 50px 0;
    }

    .price-box {
        padding-bottom: 50px;
        margin: 20px 0;
    }

    .price-box:after {
        height: 9%;
        bottom: -4px;
    }

    .about-sec {
        padding: 50px 0;
    }

    .about-page .about-image img {
        height: auto;
    }

    .serv-page-box {
        margin: 10px 0;
    }

    .service-page {
        padding: 50px 0;
    }

    .sarvice-page-text h3 {
        font-size: 18px;
    }

    .catg-detail-page .about-text h2 {
        font-size: 30px;
    }

    .blog-detail-page .about-text h2 {
        font-size: 20px;
    }

    section.contact-sec {
        padding: 50px 0;
    }

    .get-in-touch-sec {
        padding: 20px;
        width: 100%;
    }

    .get-in-touch-sec h4 {
        font-size: 33px;
        margin-bottom: 0;
    }

    .get-in-touch-sec p {
        font-size: 13px;
        margin-bottom: 5%;
        line-height: 25px;
    }

    .get-in-touch-sec ul li a {
        font-size: 14px;
    }

    .get-in-touch-sec ul li i {
        height: 50px;
        width: 50px;
        font-size: 20px;
    }

    .req-qoute-sec {
        padding: 20px;
    }

    .req-qoute-sec h4 {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .req-qoute-sec h4:before {
        left: -20px;
    }

    .contact-inpt input {
        width: 100%;
    }

    .faqs-main {
        padding: 50px 0;
    }

    .faqs-main button.accordion-button.collapsed {
        font-size: 18px;
    }

    .gorilla-content .accordion-button:not(.collapsed) {
        font-size: 18px;
    }

    .accordion-body.gorrila-page-txt {
        padding: 20px 10px;
    }

    section.faqs-main p {
        font-size: 14px;
    }

    .privacy-page {
        padding: 50px 0;
    }

    .header-logo {
        width: 100%;
        text-align: center;
    }

    .carousel-indicators {
        display: none;
    }
}

html {
    overflow-x: hidden;
}


/*Media Query End*/



/* range slider  */

::selection {
    color: #fff;
    background: #003a99;
}

.flexBox .wrapper {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

header h2 {
    font-size: 24px;
    font-weight: 600;
}

header p {
    margin-top: 5px;
    font-size: 16px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 25px 0 20px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
}

.field input {
    width: 100%;
    max-width: 156px;
    height: 100%;
    padding-left: 7px;
    outline: none;
    font-size: 16px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto !important;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #003a99;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 0px;
    top: -15px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #fc0000;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

li.dropdown-submenu ul.dropdown-menu {
    left: 40% !important;
    max-width: 200px;
}

a#link1 {
    border: none !important;
    text-decoration: underline !important;
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #fc0000;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.b-btn.paypal i {
    color: blue;
}

.b-btn:hover {
    text-decoration: none;
    font-weight: bold;
}

.b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
}


button.prev-days,
button.next-days {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff !important;
    border: none;
    border-radius: 100px;
}

.time-slot-container {
    background: black;
    padding: 20px;
    border-radius: 10px;
}

.calendar-slider {
    padding: 20px 0 !important;
}

.dropdown-submenu>ul.dropdown-menu {
    position: absolute;
    left: unset !important;
    top: 0;
    margin-left: 5px;
    right: -100%;
}