@import "custom.css";

/*HEADER TOP*/
.header-top-section {
    background: var(--sc);
}

.header-top-left a i {
    transition: 300ms;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    /* border: 1px solid var(--pc); */
    border-radius: 50%;
    margin-right: 8px;
    color: #182861;
    background: var(--wc);
    font-size: 14px;
}

.header-top-left.details a i {
    border: none;
    background: #DADADA;
}

.header-top-left a i:hover {
    color: #ffffff;
    background: black;
    /* border: 1px solid #ffffff; */
}

.header-top-left.details a i:hover {
    border: none;
}

.header-top-right {
    text-align: right;
}

.header-top-right a {
    color: var(--wc);
    font-weight: 500;
}

.header-top-right a img {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: var(--wc);
    margin-right: 8px;
}

.header-top-right a i {
    padding-left: 5px;
}

.shopping-cart-image img {
    padding: 5px;
}

.shopping-cart-image .supper {
    position: relative;
}

.shopping-cart-image .supper sup {
    position: absolute;
    left: 22px;
}

/*HEADER TOP END*/

/*HEADER*/
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #FCFCFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.active {
    color: var(--sc);
}

.logo a img {
    width: 180px;
}


.menubar>ul>li {
    display: inline-block;
    margin: 6px 0px;
}

.menubar>ul>li>a {
    font-weight: bold;
    padding: 8px 6px;
    border-radius: 4px;
    transition: 300ms;
}

.menubar ul li a img {
    width: 16px;
    margin-right: 2px;
}

.menubar ul li a.login {
    border: 1px solid var(--pc);
}

.menubar ul li a.login:hover {
    background: var(--sc);
    color: var(--wc);
    border: 1px solid var(--sc);
}

.menubar li a:hover {
    border-bottom: 1px solid rgb(91, 2, 111);
    background-color: #6B438A;
    color: white;
}
.menubar li a.active {
    border-bottom: 1px solid rgb(91, 2, 111);
    background-color: #a442f026;
}


.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--wc);
    width: 170px;
    text-align: left;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 2px;
}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%);
}

.sub-menu>a {
    display: block;
    width: 100%;
    padding: 7px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
}

.sub-menu>a:hover {
    background: var(--sc);
    color: var(--wc) !important;
}

/*HEADER END*/

/*MOBILE MENU*/

/*ACCORDION CUSTOM*/
.mobile-logo img {
    width: 140px;
    padding: 10px 0;
    margin-left: 10px;
}

.mobile-logo i {
    font-size: 20px;
    float: right;
    margin: 5px 20px;
    color: var(--pc);
    cursor: pointer;
    padding: 5px;
}

.mobile-logo i:hover {
    color: var(--sc);
}

.custom.accordion-button {
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    color: var(--pc);
    font-weight: 400;
}

.custom.accordion-button:hover {
    color: var(--sc);
}

.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;

}

.custom.accordion-button:not(.collapsed) {
    color: var(--sc);
    background: var(--rc);
    -webkit-transform: none;
    transform: none;
    font-weight: 400;
}

.custom.accordion-button:not(.collapsed)::after {
    /*    background-image: none;*/
    /*
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
*/
    /*
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
*/
}

.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.custom.accordion-button::after {
    /*    background-image: none;*/
    /*
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
*/
}

.none.accordion-button::after {
    content: none;
}

.custom.accordion-body {
    padding: 0 0px;
}

.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}

.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--pc);
    font-weight: 400;
    display: inline-block;
    margin-left: 40px;
}

.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 10px;
}

.custom.accordion-body ul li:hover {
    color: var(--wc);
    background: var(--rc);
}

.custom.accordion-body ul li:hover a {
    color: var(--sc);
}

.custom.accordion-item a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.custom.accordion-item .accordion-button {
    display: block;
    width: 100%;
}

.accordion-button.custom i {
    padding: 0 10px;
}

.custom.accordion-button:focus {
    border: none;
}

/*ACCORDION CUSTOM END*/


.mobile-menu {
    width: 300px;
    position: fixed;
    left: -380px;
    top: 0;
    z-index: 3;
    background: var(--wc);
    height: 100%;
    overflow: auto;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 10px 0;
}

#mobileOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgb(56 56 56 / 52%);
    z-index: 2;
    cursor: pointer;
}

.mobileAdd {
    left: 0 !important;
}

.mobile-overlay {
    position: inherit !important;
}

/*MOBILE MENU END*/


/*SLIDER SECTION*/
.carousel-item img {}


/*SLIDER SECTION END*/


/*SUBSCRIBE SECTION*/
.subscribe-content h3 {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: var(--wc);
}

.subscribe-box {
    background: var(--sc);
    padding: 0 180px;
}

.subscribe-box.service-search {
    background: var(--sc2);
}

.subscribe-form.service-form button {
    /* background: var(--sc2); */
    background: var(--sc);
}

.subscribe-form input {
    width: 100%;
    border: 1px solid var(--gc);
    background: #F2F2F2;
    padding: 15px 30px;
    border-radius: 100px;
    outline: none;
    margin: 0;
}

.subscribe-form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 24px;
    color: #ABABAB;
}

.subscribe-form input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 30px;
    color: #CBCBCB;
}

.subscribe-form input::placeholder {
    font-weight: 500;
    font-size: 24px;
    color: #ABABAB;
}

.subscribe-form {
    position: relative;
}

.subscribe-form button {
    position: absolute;
    top: 6px;
    right: 5px;
    height: 80%;
    display: inline-block;
    background: var(--sc);
    color: var(--wc);
    border-radius: 100px;
    padding: 0 32px;
    font-weight: 500;
    font-size: 24px;
}

/*SUBSCRIBE SECTION END*/

/*SERVICE SECTION*/
.service-box {
    padding-bottom: 20px;
}

.service-box img {
    width: 100%;
    height: 205px;
}

.service-overlay {
    width: calc(100% - 10%);
    margin: auto;
    margin-top: -30px;
    position: relative;
    background: var(--wc);
    box-shadow: 4px 4px 10px -2px rgba(0, 0, 0, 0.25);
    padding: 15px;
}


.service-overlay {}

.service-overlay p {
    margin: 0;
}

.service-row {
    content: "";
    height: 2px;
    width: 100%;
    background: var(--bc);
}

.service-overlay h3 {
    margin: 0;
    font-size: 30px;
}

.service-count {
    margin-right: 5px;
}

/*SERVICE SECTION END*/

/* BISNESS PARTNER */
.bisness-partner-right img {
    width: 100%;
    height: 500px;
    opacity: .5;
}

.bisness-partner-right {
    position: relative;
}

.bisness-overlay {
    position: absolute;
    color: #212529;
    top: 0;
    left: 0;
    font-weight: bold;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.bisness-overlay h3 {
    font-size: 50px;
}

.bisness-overlay p {
    /* color: var(--wc); */
}

.bisness-btn {
    text-transform: capitalize;
    border: 1px solid #8012ac;
    transition: .4s ease;
    color: white;
    background-color: blueviolet;
}

.bisness-btn:hover {
    background-color: rgb(90, 19, 157);
}


.bisness-partner-box {
    padding-right: 50px;
    margin-left: 30px;
    width: calc(100% - 10%);
    z-index: 1;
}

.bisness-partner-box p {
    background: #F4F4F4;
    padding: 10px 0;
    transition: 200ms;
}

.bisness-partner-box p:hover {
    background: #6B438A;
    padding: 10px 0;
    color: white;
}

/* BISNESS PARTNER END */

/*INVESMENT SECTION*/
.invesment-box {
    text-align: center;
    padding: 30px 8px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ededed;
    transition: .3s;
    height: 300px;
}

.invesment-box img {
    width: 100%;
}

.invesment-box h5 {
    font-weight: 600;
    margin: 0;
    padding: 17px 0;
}

.invesment-box p {
    color: #787878;
    margin: 0;
}

/*INVESMENT SECTION END*/

/*QUERY SECTION*/
.section-title h5 {
    font-size: 20px;
    color: var(--wc);
    margin-top: 0px;
    text-transform: uppercase;
}

.support-bg {
    height: 523px;
    background: var(--sc);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.support-bg .section-title h2 {
    color: var(--wc)
}

.support-bg .section-title p {
    color: var(--wc)
}

.support-form {
    max-width: 1033px;
    margin: 0 auto;
    background: rgba(242, 242, 242, 0.73);
    border-radius: 15px;
    padding: 20px;
    margin-top: -320px;
}

.support-form input {
    width: 100%;
    box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: none;
    padding: 10px;
    outline: none;
    padding: 20px;
    background: var(--wc);
}

.support-form input::placeholder {
    font-weight: 500;
    color: #555555;
    font-size: 16px;
}

.support-form textarea {
    width: 100%;
    box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: none;
    padding: 10px;
    height: 160px;
    outline: none;
    padding: 23px;
    background: var(--wc);
}

.support-form textarea::placeholder {
    font-weight: 500;
    color: #555555;
    font-size: 16px;
}

.custom-btn.support-btn {
    border-radius: 3px;
}

.query-title h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: var(--wc);
}

.query-title p {
    max-width: 450px;
    margin: 0 auto;
    color: var(--wc);
    text-align: center;
}

/*QUERY SECTION END*/


/*FOOTER*/
footer {
    background: #6B438A;
}

.connect-with {
    border-bottom: 1px solid #707070;
}

.footer-head {
    color: var(--wc);
}

.footer-head .logo a img {
    padding-top: 0;
}

.footer-head p {
    color: var(--wc);
    font-weight: 500;
}

.footer-head h6 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--gc);
    padding-bottom: 8px;
}


.footer-head ul li {
    transition: .3s;
}

.footer-head ul li a {
    color: var(--wc);
    padding: 10px 0;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500;
}

.footer-head ul li:hover {
    margin-left: 2px;
}

.footer-head ul li img {
    margin-right: 10px;
    width: 20px;
}

.footer-head ul li i {
    font-size: 10px;
    margin-right: 5px;
}

/*FOOTER END*/

/*COPYRIGHT*/
.copyright-section {
    background: #4A2A63;
    color: var(--wc);
}

.copyright-section p {
    margin: 0;

}

.logo i {
    font-size: 26px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.logo i:hover {
    color: var(--sc);
}

.privacy-policy {
    text-align: right;
}

.privacy-policy a {
    color: var(--wc);
}

.privacy-policy a:nth-child(2)::after {
    content: '';
    height: 14px;
    width: 1px;
    background: var(--gc);
    display: inline-block;
    margin: 0 10px;
}

.privacy-policy a:nth-child(2)::before {
    content: '';
    height: 14px;
    width: 1px;
    background: var(--gc);
    display: inline-block;
    margin: 0 10px;
}

/*COPYRIGHT END*/


/*CONTACT PAGE*/
.contact-content h4 {
    border-bottom: 1px solid var(--gc);
    padding-bottom: 10px;
    font-size: 30px;
}

.contact-form {
    background: #F2F2F2;
    padding: 30px;
}

.contact-form input {
    width: 100%;
    height: 50px;
    background: #F2F2F2;
    outline: none;
    border: 1px solid var(--pc);
    border-radius: 5px;
    padding: 0 15px;
}

.contact-form textarea {
    width: 100%;
    height: 180px;
    outline: none;
    border: 1px solid var(--pc);
    border-radius: 5px;
    background: #F2F2F2;
    padding: 5px 15px;
}

.contact-form label {
    font-weight: 600;
    padding-bottom: 5px;
}

.custom-btn.contact-btn {
    border-radius: 7px;
}

.form-text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--pc);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.maps-section h6 {
    font-weight: 600;
    color: var(--sc);
}

/*CONTACT PAGE END*/

/*BISNESS PARTNER PAGE*/

.intestment-section .partner-box {
    background: #F2F2F2;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: 300px;
    text-align: center;
    padding: 30px 15px;
    transition: .3s;
}

.intestment-section .partner-box {
    background: #F2F2F2;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: 356px;
    text-align: center;
    padding: 30px 15px;
    transition: .3s;
}

.intestment-section .partner-box:hover {
    background: #E5E5E5;
}

.intestment-section .partner-box h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #333333;
}

.intestment-section .partner-box p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

.intestment-section .partner-box h5 {}

.partner-line {
    min-height: 100px;
}

.partner-line img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

/*BISNESS PARTNER PAGE END*/

/*ABOUT PAGE*/
.mission-vission-section {
    background: #F2F2F2;
}

.mission-vission-box img {
    width: 160px;
    margin-right: 20px;
}

.mission-vission-box h6 {
    font-size: 30px;
    font-weight: 37px;
}

.mission-vission-box p {
    margin: 0;
}

/*ABOUT PAGE END*/

/*SERVICE PAGE*/
.service-left {
    background: var(--bg);
    padding: 12px;
}

.service-left a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid var(--gc);
    color: #555555;
    font-weight: 500;
    line-height: 30px;
    transition: all .21s ease;
    -moz-transition: all .21s ease;
    -webkit-transition: all .21s ease;
}

.service-left a:hover {
    padding-left: 2px;
    font-weight: 600;
    color: var(--pc);
}

.service-left a i {
    float: right;
    margin-top: 8px;
    opacity: 0;
    transition: .2s;
}

.service-left a:hover i {
    opacity: 1;
}

.ads-box img {
    width: 100%;
}

.service-page-box h6 {
    margin: 0;
    padding: 10px 0;
}

.service-page-box p {
    line-height: 21px;
    font-size: 14px;
}

.service-page-box img {
    width: 100%;
}

.service-page-box p a {
    font-weight: 600;
    text-transform: capitalize;
}

/*SERVICE PAGE END*/

/*SERVICE DETAILS PAGE*/
.service-details-head {
    font-size: 30px !important;
    line-height: 45px !important;
}

.custom-btn.service-btn {
    background: none;
    color: var(--sc);
    border: 1px solid var(--sc);
    font-size: 15px;
}

.custom-btn.service-btn:hover {
    color: var(--wc);
    background-color: var(--sc);
}

.service-details-tabs .nav-item button {
    color: var(--pc);
}

.service-details-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none;
    color: var(--pc);
    font-weight: 600;
}

.service-details-table table tr th {
    color: var(--pc);
    font-weight: 600;
    /*    min-width: 250px;*/
    padding: 5px 0;
    padding-right: 30px;
}

.service-details-table table tr td {
    color: var(--pc);
}

.service-details-table {
    border: 1px solid var(--gc);
    padding: 20px;
    border-radius: 2px;
}

.service-details-table.details {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}

/*SERVICE DETAILS PAGE END*/

/*=================*/
/*NEW CSS START*/
/*=================*/

/*SERVICE PAGE 2*/

.subscribe-section2 {
    /* background: var(--sc2); */
    background: var(--sc);
}

.subscribe-section2 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    color: var(--wc);
}

.subscribe-section2 p {
    font-weight: 600;
    color: var(--wc);
    padding-top: 10px;
}

.subscribe-image img {
    width: 100%;
}

.best-area-slider .slider-item a {
    position: relative;
}

.best-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--wc);
}

.best-service-overlay h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.best-service-overlay span {
    font-size: 14px;
}

/*===================
    slick slider
=====================*/
.autoplay img {
    width: 100%;
}

.next {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #E9E9E9;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 2px 13px -5px #919191;
    border: 1px solid rgba(145, 145, 145, 0.1);
    transition: .4s;
}

.next:hover {
    color: var(--tc-red);
}

.prev {
    position: absolute;
    font-size: 24px;
    cursor: pointer;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #E9E9E9;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 2px 13px -5px #919191;
    border: 1px solid rgba(145, 145, 145, 0.1);
    transition: .4s;

}

.prev:hover {
    color: var(--tc-red);
}

.slider-item {
    margin: 0 10px;
}

.slider-width-control {
    width: 100%;
    margin: 0 auto;
}

.best-area-slider {
    position: relative;
}

/*===================
    slick slider end
=====================*/
.service-left.service-left-main a {
    border: none;
}

.service-left.service-left-main h6 {
    font-size: 20px;
}

.service-search-form form input {
    background: var(--wc);
    width: 100%;
    outline: none;
    padding: 8px;
    border: none;
    border: 1px solid #E2E2E2;
    position: relative;
}

.service-search-form form button img {
    position: absolute;
    right: 10px;
    top: 13px;
}

.service-page-box.main img {
    padding-bottom: 10px;
}

.service-page-box.main h5 {
    font-size: 20px;
    color: var(--pc2);
}

.service-page-box.main a.services-box {
    color: var(--pc2);
    display: block;
    padding: 8px;
    font-weight: 500;
    border: 1px solid #2D124C;
    text-align: center;
    transition: .3s;
}

.service-page-box.main a.services-box:hover {
    color: var(--wc);
    background: var(--sc2);
}

/*SERVICE PAGE 2 END*/
.breadcrumb-section {
    font-weight: 500;
}

.breadcrumb-section a {
    color: var(--sc2);
}

.about-content h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    color: var(--pc2);
}

/*BREADCRUMB SECTION END*/

/*SERVICE DETAILS 2*/
.customar-review p {
    font-weight: 600;
}

.customar-review i {
    color: #FF7C33;
}

.service-tag span {
    font-weight: 600;
    padding: 5px;
}

.releted-head {
    width: 140px;
}

.tag-main span {
    background: #F2F2F2;
    padding: 0 5px;
    display: inline-block;
    border-radius: 8px;
    margin: 0px 5px 5px 0;
}

.about-images {
    position: relative;
}

.service-cart-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.service-cart-overlay a {
    color: var(--wc);
    background: var(--sc2);
    padding: 8px 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s;
}

.service-cart-overlay:hover {
    background: rgba(255, 255, 255, 0.14);
}

.service-cart-overlay:hover a {
    opacity: 1;
}

.service-cart-overlay a i {
    margin-right: 5px;
    font-size: 14px;
}

.service-details-table {
    color: var(--pc);
}

/*SERVICE DETAILS 2 END*/

/*SHOP PAGE*/
.shop-table .table tr th {
    padding: 10px;
}

.shop-table .table tr th:first-child {
    min-width: 400px;
}

.shop-table h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--bc);
    text-align: center;
    padding: 8px;
    background: #EBEBEB;
}

.shop-text h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--pc2);
}

.shop-text p {
    color: var(--pc2);
}

.shop-service img {
    width: 145px;
    margin-right: 10px;
}

.order-number button {
    display: block;
    margin: 4px;
    font-weight: 600;
}

.order-number input {
    width: 50px;
    border: none;
    outline: none;
}

.shop-table b {
    color: var(--pc2);
}

.shop-total p {
    text-align: right;
    padding: 0 50px;
    font-weight: 600;
    color: var(--pc2);
    font-size: 20px;
}

.total {
    border-top: 1px solid var(--gc);
    padding-top: 10px;
}

.shop-cart-btn {
    text-align: right;
}

/*SHOP PAGE END*/

/*SHOP FORM PAGE*/
.shop-form-box {
    width: 900px;
    background: red;
    margin: 0 auto;
    background: #FAFAFA;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.shop-form-head h6 {
    margin: 0;
    color: #2D124C;
    font-size: 30px;
    font-weight: 45px;
    font-weight: 600;
    background: #ECECEC;
    border-radius: 5px 5px 0px 0px;
    padding: 16px;
    text-align: center;
}

.contact-form.shop-form input {
    padding: 5px 10px;
    background-color: #FFFFFF;
    border: 1px solid var(--gc);
}

.contact-form.shop-form textarea {
    border: 1px solid var(--gc);
    background-color: #FFFFFF;
}


/*SHOP FORM PAGE END*/

/*slider*/

.slider-section .carousel-item .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    max-width: 600px;
}

.slider-arabic {
    text-align: right;
}

/*slider end*/


/* Login Registration section */
/*registration start*/

#registration-section {
    background: #F2F2F2;
}

#registration-section .card {
    background: #FFFFFF;
    border-radius: 7px;
    border: none;
}

#registration-section h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #555555;
}

#registration-section p {
    font-size: 16px;
    line-height: 24px;
}

.field-icon {
    float: right;
    color: #787878;
    margin-top: -30px;
    height: 22px;
    width: 22px;
    position: relative;
    z-index: 2;
    right: 10px;
    top: 4px;
    cursor: pointer;
}

#registration-section .sign-up {
    background: #FFFFFF;
    box-shadow: 6px 32px 34px 1px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
}

#registration-section .sign-up input {
    background: #EFF6FF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 7px;
}

#registration-section .sign-up button {
    background: #6B438A;
    width: 100%;
    color: #FFFFFF;
}

/*registration end*/

.shop-page-section .shop-head h4 {
    background: #EBEBEB;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.shop-page-section table td {
    vertical-align: middle;
}

#mobile-menu li {
    transition: 500ms;
    border-bottom: 1px black dotted;
}

#mobile-menu li:hover,
#mobile-menu li.active {
    border-left: 2px solid green;
    background: rgb(230, 230, 230);
    font-weight: bold
}

/* back to top */
#backToTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 15px;
    /* Place the button at the bottom of the page */
    right: 15px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    height: 40px;
    opacity: 0.7;
}

.error {
    color: red
}
