@font-face {
    font-family: 'Larsseit-Light';
    src: url('../fonts/Larsseit-Light.eot');
    src: url('../fonts/Larsseit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larsseit-Light.woff2') format('woff2'),
        url('../fonts/Larsseit-Light.woff') format('woff'),
        url('../fonts/Larsseit-Light.ttf') format('truetype'),
        url('../fonts/Larsseit-Light.svg#Larsseit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('../fonts/Larsseit.eot');
    src: url('../fonts/Larsseit.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larsseit.woff2') format('woff2'),
        url('../fonts/Larsseit.woff') format('woff'),
        url('../fonts/Larsseit.ttf') format('truetype'),
        url('../fonts/Larsseit.svg#Larsseit') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit-Medium';
    src: url('../fonts/Larsseit-Medium.eot');
    src: url('../fonts/Larsseit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larsseit-Medium.woff2') format('woff2'),
        url('../fonts/Larsseit-Medium.woff') format('woff'),
        url('../fonts/Larsseit-Medium.ttf') format('truetype'),
        url('../fonts/Larsseit-Medium.svg#Larsseit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Larsseit-Bold';
    src: url('../fonts/Larsseit-Bold.eot');
    src: url('../fonts/Larsseit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larsseit-Bold.woff2') format('woff2'),
        url('../fonts/Larsseit-Bold.woff') format('woff'),
        url('../fonts/Larsseit-Bold.ttf') format('truetype'),
        url('../fonts/Larsseit-Bold.svg#Larsseit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Larsseit-ExtraBold';
    src: url('../fonts/Larsseit-ExtraBold.eot');
    src: url('../fonts/Larsseit-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Larsseit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Larsseit-ExtraBold.woff') format('woff'),
        url('../fonts/Larsseit-ExtraBold.ttf') format('truetype'),
        url('../fonts/Larsseit-ExtraBold.svg#Larsseit-ExtraBold') format('svg');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}



body {
    margin: 0 auto;
    font-size: 15px;
    padding: 0;
    font-family: 'Larsseit';
    font-family: 'Larsseit', sans-serif;
    color: #252525;
}

::selection {
    background-color: #4D369E;
    color: #fff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252525;

}

a {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    outline: 0;
    color: #252525;
    text-decoration: none;

}

a:hover {
    outline: 0;
    color: #000;
    text-decoration: none
}

.wow {
    visibility: hidden
}

.clear {
    clear: both
}

img {
    max-width: 100%
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

p {
    font-size: 15px;
    color: #252525;
    line-height: 22px
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center
}

body.scroll-off {
    overflow: hidden
}

.px-padding {
    padding-right: 185px !important;
    padding-left: 185px !important
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 130px;
    background-color: #f8f8f8
}

.section-heading {
    color: #000;
    font-size: 30px;
    font-family: 'Larsseit-Bold';
    margin-bottom: 0
}

.section {
    margin-top: 50px
}

.font-400 {
    font-weight: 400
}

.font-500 {
    font-weight: 500
}

::-webkit-input-placeholder {
    color: #252525;
    opacity: 1;

}

::-moz-placeholder {
    color: #252525;
    opacity: 1;

}

:-ms-input-placeholder {
    color: #252525;
    opacity: 1;

}

:-moz-placeholder {
    color: #252525;
    opacity: 1;
}

.user_dropdown {
    display: inline-block
}

.user_dropdown>a {
    color: #494949;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0
}

.user_dropdown img {
    height: 35px;
    width: 35px;
    border-radius: 50%
}

.user_dropdown .dropdown-menu.show {
    display: block;
    left: auto;
    right: 0;
    width: 160px;
    overflow-x: hidden;
    padding-bottom: 0;
    box-shadow: 1px 1px 8px 0 rgba(60, 64, 67, .3);
    border: none;
    border-radius: 2px;
    margin-top: 10px
}

.user_name>div {
    white-space: nowrap;
    max-width: calc(160px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #494949;
    text-transform: capitalize;
    font-size: 15px
}

.user_name {
    padding: 0 10px;
    border-bottom: 1px solid #e9ecef
}

.user_name small {
    color: #a2a2a2;
    text-transform: lowercase
}

.user_name .user_email {
    margin-top: -18px
}

.user_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.user_dropdown ul li {
    display: block
}

.user_dropdown ul li a {
    color: #494949;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 0;
    padding-left: 20px;
    display: block;
    border-bottom: 1px solid #e9ecef
}

.user_dropdown ul li a i {
    margin-right: 5px
}

.user_dropdown ul li a:hover {
    background-color: #e9ecef
}

.loader-wrapper {
    background: rgba(0, 0, 0, .84);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    cursor: wait
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #484848;
    box-shadow: 0 -20px 50px -35px rgb(0 0 0), 0 20px 50px -35px rgb(0 0 0);
}

.loader img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.material-spinner {
    border-radius: 100px;
    border: 5px transparent solid;
    -webkit-animation: material-spinner 4s infinite;
    animation: material-spinner 4s infinite;
    position: absolute;
    border-top: 5px solid #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@keyframes material-spinner {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(360deg)
    }

    50% {
        transform: rotate(720deg)
    }

    75% {
        transform: rotate(1080deg)
    }

    100% {
        transform: rotate(1440deg)
    }
}

#header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 12;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#header.is-sticky {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    animation: 0.7s ease 0s 1 normal none running fadeInDown;
    background-color: rgb(255, 255, 255);
    border-bottom: transparent;
}


#header>.container-fluid>.navbar {
    padding-left: 0;
    padding-right: 0
}

#header .navbar-brand img {
    max-width: 120px;
    width: auto;
}

#header .navbar-expand-lg .navbar-collapse .navbar-nav {
    margin-left: 57px;
}

#header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 22px
}

#header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #EB797B;
    font-family: 'Larsseit-Bold';
}

#header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #EB797B;
}

#header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover:after,
#header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item.active .nav-link:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 4px;
    background: #EB797B;
    border-radius: 5px 5px 0px 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0
}

#header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    line-height: 80px;
}

#header .navbar-expand-lg .navbar-nav .nav-link {
    color: #252525;
    padding: 0;
    font-size: 16px;
    position: relative;
}

#header .dropdown-toggle::after {
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 3px
}

#header .navbar-expand-lg .extra_nav .navbar-nav .nav-item:not(:last-child) {
    margin-right: 22px
}

#header .extra_nav .nav-item:list-child {
    margin-right: 0
}

#header .flag_ico {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%)
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 32px;
    padding-right: 5px;
    width: auto;
    font-family: 'Larsseit';
    color: #000
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop:hover {
    background-color: #ebebeb
}

#header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 21px;
    height: auto;
    vertical-align: text-bottom
}

.lang_dropdown .dropdown-toggle span {
    font-size: 18px
}

#header .for_mobile {
    display: none
}

#header .for_desktop {
    display: block
}

.langugae_filter {
    position: relative
}

.lang_dropdown {
    background-color: #363744;
    font-size: 14px;
    border-radius: 8px;
    color: #fff;
    margin-left: 20px
}

.lang_dropdown .dropdown-menu {
    min-width: 125px;
    background-color: #363744;
    padding: 10px 0
}

.lang_dropdown .dropdown-menu ul>li>a span {
    margin-left: 8px
}

.lang_dropdown .dropdown-menu ul>li>a {
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 10px;
    align-items: center
}

.lang_dropdown .dropdown-menu ul>li>a:hover {
    background-color: #2b2b35
}

.lang_dropdown img {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    overflow: hidden;
    border-radius: 50%
}

.dropdown-menu ul {
    padding: 0
}

.lang_dropdown .nav-link {
    color: #fff;
    font-family: 'Larsseit';
    padding: 14px 13px;
    text-transform: uppercase
}

.lang_dropdown span {
    margin-left: 6px;
    font-size: 14px
}

.lang_country {
    position: relative;
    cursor: pointer
}

.lang_country {
    position: relative;
    padding: 5px 0 5px 34px;
    color: #494949;
    border-bottom: 1px solid #e9e9e9
}

.navbar-brand {
    font-size: 0
}

.headerSearch {
    margin-left: 10px
}

.headerSearch {
    margin-left: 80px;
    width: 100%;
    max-width: 450px
}

.headerSearch form {
    position: relative;
    width: 100%
}

.headerSearch input {
    width: 100%;
    height: 57px;
    padding: 10px 75px 10px 25px;
    background-color: #000;
    border: 1px solid #424242;
    color: #fff;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px
}

.headerSearchBtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    outline: 0
}

#header .navbar-expand-lg .navbar-nav .nav-item.loginBtn {
    font-family: 'Larsseit-Bold';
    background-color: #363744;
    display: inline-block;
    padding: 15px;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    justify-content: center
}

#header .navbar-expand-lg .navbar-nav .nav-item.loginBtn .nav-link {
    font-weight: 700
}

#header .navbar-expand-lg .navbar-nav .nav-item.loginBtn .nav-link:hover {
    opacity: .8
}

#header .navbar-expand-lg .navbar-nav .nav-item.loginBtn {
    margin-left: 53px
}

.navbar {
    padding: 0
}

.back_top {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 110px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b8c0cb;
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    border: 2px solid transparent;
    z-index: 10;
    transform: translateY(200px);
}

.back_top.active {
    transform: translateY(0)
}

.back_top:hover {
    border-color: #b8c0cb;
    color: #b8c0cb;
    background-color: #fff
}

#header .extraNav .navbar-nav .nav-item.signIn .nav-link {
    font-family: 'Larsseit-Bold';
    color: #4D369E;
}


#header .extraNav .navbar-nav .nav-item.signIn .nav-link:hover {
    color: #EB797B;
}

#header .navbar-expand-lg .navbar-nav .nav-link.btn-fill {
    min-width: 140px;
    background-color: #4D369E;
    border: 1px solid #4D369E;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 28px;
}

#header .navbar-expand-lg .navbar-nav .nav-link.btn-fill:hover {
    background-color: #EB797B;
    border-color: #EB797B;
    color: #ffffff;
}
/*============= Hero Banner ============= */
.herobg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

.heroFrom {
    max-width: 480px;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgba(77, 54, 158, 0.15);
    border-radius: 10px;
    padding: 28px 23px 35px;
}

.heroBanner {
    background-size: cover;
    padding: 130px 0;
}
.themePopupBtn:hover{
        background-color: #EB797B;
    color: #ffffff;
}
.themePopupBtn {
    background: #4D369E;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding: 15px 30px;
    display: block;
    width: 100%;
    margin: 15px auto 2px auto;
    border: 0;
}
.tab-content li{
    line-height: 20px;
        margin-bottom: 15px;
}
.heroText h1 {
    font-family: 'Larsseit-Bold';
    line-height: 52px;
    max-width: 450px;
    margin: 0 0 30px;
}

.heroFrom input.form-control {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    height: 50px;
    padding: 10px 18px;
}


.herowall {
    max-width: 430px;
    margin: 0 auto;
    position: relative;
}


.herocard {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: absolute;
    padding: 8px;
    font-size: 13px;
    font-family: 'Larsseit-Bold';
    line-height: normal;
}

.herocardIcon {
    background: rgba(77, 54, 158, 0.2);
    border-radius: 15px;
    flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.herocardIcon img {
    width: 24px;
}

.herocard.hciTop {
    top: 50%;
    right: -80px;
}

.herocard.hciBottom {
    bottom: 0;
    min-width: 230px;
}

.bounce-slide {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: bounceSlide;
    animation-name: bounceSlide;
}

@keyframes bounceSlide {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
}

/*============= Footer ============= */

.copyright {
    text-align: center;
    background: rgba(77, 54, 158, 0.1);
    font-size: 14px;
    color: #252525;
    padding: 15px 0;
}

footer h6 {
    font-size: 16px;
    font-family: 'Larsseit-Bold';
    line-height: 20px;
    margin: 0 0 15px;
    color: #4D369E;
}


ul.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-links>li>a {
    font-size: 14px;
    font-family: 'Larsseit';
    line-height: 28px;
    display: block;
        width: fit-content;
}

ul.footer-links>li>a:hover {
    color: #4D369E;
    transform: translateX(5px);
}

.footCall a,
.footmail a,
footer address {
    font-size: 14px;
    font-family: 'Larsseit';
}

.subscribeBlock {
    margin: 50px 0;
}


.footCall,
.footmail,
footer address {
    position: relative;
    padding-left: 27px;
    margin: 0 0 12px;
}

footer address span {
    display: block;
}

footer .ficon {
    position: absolute;
    left: 0;
    top: 4px;
}


footer.footer-wrapper {
    background-color: #F5F5FD;
    padding: 150px 0 0;
}

.subscribeBox input {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    height: 45px;
    width: 100%;
    outline: 0;
    padding: 0 55px 0 15px;
    background-color: transparent;
}

.subscribeBox {
    max-width: 310px;
    position: relative;
}

.subscribeBox .btn-circle {
    position: absolute;
    right: -6px;
    top: -6px;

}

.btn-circle {
    background-color: #4D369E;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-circle:hover {
    background-color: #EB797B;
}

.subscribeBox img {
    max-width: 24px;
}

.socialLink ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.socialLink ul>li>a {
    background: #4D369E;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialLink ul>li>a:hover {
    background-color: #EB797B;
}

.socialLink ul>li:not(:first-child) {
    margin-left: 20px;
}


.socialLink ul>li>a img {
    max-width: 15px;
    max-height: 15px;
}

.bookneedbox {
    background: linear-gradient(244.08deg, #6847DC 22.79%, #4D369E 74.72%);
    border-radius: 10px;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: -100px;
    z-index: 2;
    position: relative;
}

.bookneedbox h2 {
    font-family: 'Larsseit-Bold';
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 20px;
}

.bookneedbox p {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 690px;
    font-family: 'Larsseit-Light';
    margin: 0 auto 50px;
}

.circleArrowBtn {
    background-color: transparent;
    border: 0;
    position: relative;
}

.circleArrowBtn {
    background-color: transparent;
    border: 0;
    position: relative;
    padding: 0;
    font-family: 'Larsseit-Bold';
    font-size: 16px;
    color: #4D369E;
    padding-left: 55px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.circleArrowBtn.themeColor1 {
    color: #EB797B;
}

.circleArrowBtn span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #4D369E;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.circleArrowBtn.themeColor1 span {
    background-color: #EB797B;
}

.circleArrowBtn svg {
    width: 14px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.circleArrowBtn:hover span svg {
    transform: rotate(45deg);
}

.bookneedlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 60px 0 0;
}

.bookneedlist>li {
    flex: 0 0 auto;
    color: #ffffff;
    position: relative;
    padding-left: 32px;
    margin: 20px 0 0;
}

.bookneedlist>li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='white'/%3E%3Cg clip-path='url(%23clip0_282_106)'%3E%3Cpath d='M22.2492 12.7031L16.7508 19.9523L13.5 16.7039L12 18.2039L16.9992 23.2031L24 14.2031L22.2492 12.7031Z' fill='%234D369E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_282_106'%3E%3Crect width='12' height='12' fill='white' transform='translate(12 12)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    background-size: cover;
}

.footer-block {
    margin: 0 0 50px;
}

.footer-block img {
    max-width: 160px;
}


/*============= Faq ============= */

.themeAccordion .accordion-button:not(.collapsed) {
    border: 0;
    color: #4D369E;
    font-family: 'Larsseit-Bold';
    background-color: transparent;
    box-shadow: unset;
    outline: 0;
}

.themeAccordion .accordion-item {
    border: 0;
}

.themeAccordion button.accordion-button.collapsed {
    font-family: 'Larsseit';
    font-size: 15px;
    color: #252525;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: unset;
    outline: 0;
}

.themeAccordion .accordion-button {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.themeAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M10.1152 0.615723L5.9994 4.73239L1.88357 0.615723L0.115234 2.38406L5.9994 8.26739L11.8836 2.38406L10.1152 0.615723Z' fill='%234D369E'/%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.themeAccordion .accordion-body {
    padding: 0.3rem 0 1rem;
    font-size: 14px;
    line-height: 22px
}

.faqSection {
    margin: 0 0 80px;
}

.themeHead {
    position: relative;
    padding-top: 20px;
    margin: 0 0 30px;
}

.themeHead img {
    position: absolute;
    left: 0;
    top: -20px;
}

.themeHead.starCenter img {
    right: 0;
    margin: 0 auto;
}

.themeHead h2 {
    font-family: 'Larsseit-Bold';
    font-size: 38px;
    color: #252525;
    line-height: 38px;
    margin: 0 0 25px;
}

.themeHead p {
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.faqSection .themeHead p {
    max-width: 360px;
    margin-left: 0;
}

/*============= Client Testimonials ============= */


.testiSection {
    margin: 0 0 140px;
}


.testiSection .themeHead {
    margin: 0 0 80px;
}

.testiCard {
    background: rgba(245, 245, 253, 0.5);
    box-shadow: 0px 4px 14px rgba(77, 54, 158, 0.15);
    border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testiCard p {
    flex: 1;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px;
}

.testiCard figure {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
}

.testiCard figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authorDetails strong {
    font-family: 'Larsseit-Bold';
    display: block;
}

.authorDetails span {
    font-size: 14px;
    color: #2E4878;
}


/*============= Our Collection ============= */

.OurCollection {
    margin: 0 0 140px;
}

.themepill-tabs .nav {
    justify-content: center;
    margin: 0 0 50px;
}

.themepill-tabs .nav .nav-item .nav-link {
    border: 1px dashed #252525;
    border-radius: 6px;
    margin: 0 10px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #252525;
    min-width: 110px;
}

.themepill-tabs .nav .nav-item .nav-link.active {
    background-color: #EB797B;
    border: 1px solid #EB797B;
    color: #ffffff;
}
.themepill-tabs.servicesTab .nav .nav-item .nav-link {
    border: 1px dashed #252525;
    border-radius: 0px;
    margin: 0 0px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #252525;
    min-width: 110px;
}
.OurCollection .themeHead {
    margin: 0 0 45px;
}

.ThemeSwiper .swiper-slide figure img {
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.25));
    max-height: 365px;
}

.ThemeSwiper.swiper {
    padding-bottom: 60px;
}.ThemeSwiper.swiper.similarBSLider  {
   height: 100%
}

.ThemeSwiper .swiper-pagination-bullet {
    border: 1px solid #4D369E;
    background-color: transparent;
    opacity: 1;
}

.ThemeSwiper .swiper-pagination-bullet-active {
    background-color: #4D369E;
    border-radius: 10px;
    width: 35px;
}


/*============= How we Work  ============= */

.hiwSection {
    padding: 90px 0 70px;
    margin: 0 0 100px;
}

.bg-light-theme {
    background-color: #F5F5FD;
}

.planbox {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 44px 25px 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.planbox:after {
    content: '';
    background-color: #4D369E;
    width: 100%;
    height: 14px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.planbox.starting:after {
    background-color: #bbbbbb;
}
.planbox.goldPlan:after {
    background-color: #EBC66E;
}

.planbox.platinumPlan:after {
    background-color: #EF5A60;
}

.hiwSection .themeHead {
    margin: 0 0 70px;
}

.planHead h3 {
    font-size: 26px;
    color: #252525;
    font-family: 'Larsseit-Bold';
    margin: 0 0 12px;
}

.planHead {
    margin: 0 0 25px;
}

.planHead p,
.planPrice span {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}

.planPrice h4 {
    font-size: 30px;
    color: #252525;
    font-family: 'Larsseit-Bold';
    margin: 0 0 5px;
}

.planPrice {
    margin: 0 0 25px;
}

.planDetails>ul li {
    position: relative;
    padding-left: 24px;
    margin: 0 0 12px;
}
.planDetails>ul p {
    font-size: 15px;
    color: #eb797b;
    line-height: 22px;
    font-weight: 600;
}
.planDetails>ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #4D369E;
        font-weight: 500;
    font-size: 14px;
}

.planDetails {
    margin: 0 0 30px;
}

.btn-outline {
    border: 1px solid #4D369E;
    border-radius: 10px;
    color: #4D369E;
    font-family: 'Larsseit-Bold';
    font-size: 14px;
    padding: 15px;
}

.btn-outline:hover {
    background-color: #4D369E;
    color: #ffffff;
}

.planAction .btn-outline {
    width: 100%;
}

.vfPlan {
    display: table;
    margin: 20px auto 0;
    color: #4D369E;
    font-family: 'Larsseit-Bold';
    font-size: 14px;
}

.vfPlan i {
    padding-left: 15px;
}

.vfPlan:hover {
    color: #EB797B;
}


/*============= Quality Assurance  ============= */

.qaSection {
    padding: 110px 0 20px;
}

.qaSection p {
    margin: 0 0 20px;
    font-style: normal;
}

.qaSection .themeHead {
    margin: 0 0 60px;
}

.qaBlockList {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    max-width: 500px;
}

.qaBlockIcon {
    flex: 0 0 64px;
    -ms-flex: 0 0 64px;
    max-width: 64px;
    height: 64px;
    background: #F5F5FD;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qaText {
    padding-left: 15px;
}

.qaText h3 {
    font-size: 14px;
    line-height: 14px;
    color: #4D369E;
    font-family: 'Larsseit-Bold';
}

.qaText p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.qaBlock .qaBlockList:not(:last-child) {
    margin: 0 0 15px;
}

.qaBlockIcon img {
    width: 27px;
}

.qaBlock {
    margin: 0 0 50px;
}

.hwwListBlock {
    position: relative;
}

.hwwInner {
    display: flex;
    justify-content: center;
}

.hwwWall {
    max-width:415px;
    width: 100%;
}

.shapeRound {
    position: absolute;
    left: -90px;
    top: 0;
    max-width: 210px;
}

.hwwList>li h3 {
    font-family: 'Larsseit-Bold';
    font-size: 18px;
    margin: 0 0 5px;
}

.hwwList>li p {
    font-size: 13px;
    margin: 0;
}



.hwwSection .themeHead {
    margin: 0 0 70px;
}

.hwwSection {
    padding: 80px 0 30px;
}


/*============= How we Work  ============= */
.hwwList.freePublishinglist{
        margin-left: 30px;
    }
.hwwList.freePublishinglist>li{
    position: relative;
    padding-left: 51px !important;
}
.hwwList.freePublishinglist>li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -7px;
    width: 35px;
    height: 35px;
    border: 2px solid #4D369E;
    background-color: #ffffff;
    border-radius: 50%;
}
.hwwList.freePublishinglist>li:after {
    content: '';
    height: 100%;
    width: 1px;
    border-left: 2px dashed #4D369E;
    position: absolute;
    left: 17px;
    top: 20px;
    z-index: -1;
}
.hwwList.freePublishinglist>li:last-child:after {
    content: none;
}
/*============= Paper Towns Advantage  ============= */

.ptaCard {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 22px rgb(0 0 0 / 15%);
    height: 100%;
}

.ptaIcon img {
    max-width: 60px;
}
.freePublishingIcn .ptaIcon img {
    max-width: 30px;
}
.freePublishingIcn .ptaCard p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 12px;
}
.ptaCard h3 {
    font-size: 18px;
    font-family: 'Larsseit-Bold';
    margin: 25px 0 12px;
}

.ptaCard p {
    font-size: 14px;
    line-height: 22px;
}

.ptaSection .themeHead {
    margin: 0 0 70px;
}

.ptaSection {
    padding: 80px 0;
}
/*Login form*/
.formInBx p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.ptaIcon i{
    font-size: 40px;
    color: #4d369e;
}
.formBox{
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgb(77 54 158 / 15%);
}
.formInBx h1{
     font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #252525;
}
.herosidewall{
    background-color: #4D369E;
    height: 100%;
    padding: 100px;
    position: relative;
        display: flex;
}
.themBtn{
    background: #4D369E;
    border-radius: 8px;
    padding: 15px 20px;
    border: none;
    color: #fff
}
.orDivider>span {
        display: block;
    margin: 30px auto;
    width: fit-content;
    background-color: #fff;
    padding: 0 10px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #a9a7a7
}
.orDivider{
       position: relative;
    text-align: center;
}
.orDivider:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
}
.loginOptionLogin a.googleLogin svg{
    margin-right: 8px
}
.loginOptionLogin a.googleLogin {
       background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 13px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgotLink {
    color: #4D369E;
    font-size: 15px;
}
.popupLink a{
    color: #4D369E
}
.popupLink {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}
.imgBox{
    background: linear-gradient(204.02deg, rgba(255, 255, 255, 0.15) 4%, rgba(255, 255, 255, 0.015) 98.51%);
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(25px);
    border-radius: 40px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.themeboxHead{
    text-align: left;
}
.imgBox h2 {
    font-family: 'Larsseit-Bold';
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin: 0 0 25px;
}
.imgBox>img{
    width: 100%;
    margin-top: 40px;
    margin: 40px auto -30px auto;
}
.heroBxcard {
      display: flex;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 50%;
    position: absolute;
    padding: 15px;
    width: 70px;
    height: 70px;
    justify-content: center;
}
.heroBxcard.ImgBottomicn {
    bottom:25%;
    left: 13%
}
.heroBxcard .herocardIcon {
    background: rgba(77, 54, 158, 0.2);
    border-radius: 50%;
    /* flex: 0 0 50px; */
    -ms-flex: 0 0 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 50px;
}
.heroBxcard.ImgTopicn {
       top: 42%;
    right: 7%;
}
.heroBxcard.ImgTopicn.smallSize{
    top: 23%;
    right: 8%;
    width: 45px;
    height: 45px;
}
.heroBxcard.smallSize .herocardIcon img{
    width: 15px;
}
.heroBxcard.smallSize .herocardIcon{
        height: 30px;
    width: 30px;
    max-width: 31px;
}
.themecolor{
    color: #EB797B
}
.formInBx {
    padding:60px
}
.formheroBanner{
    background-size: cover;
    padding: 130px 0;
}
.formInBx .form-label{
       position: absolute;
    top: -13px;
    left: 13px;
    background-color: #fff;
    padding: 1px 5px;
    margin-bottom: 0;
    font-size: 16px;
}
.formInBx i{
    position: absolute;
    top: 17px;
    right: 20px;
    color: rgba(0, 0, 0, 0.25);
}
.formInBx .form-control {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    height: 50px;
    padding: 10px 18px;
}
.inputBx{
    position: relative;
}
.eyeclose,.passshow .eyeopen{
    display: none
}
.passshow .eyeclose{
    display: block;
}
.formInBx .form-control.is-invalid, .formInBx .was-validated .form-control:invalid {
    border-color: #4D369E;
    background-size: calc(0em + 0rem) calc(0em + 0rem);
}
.formInBx .form-control.is-valid, .formInBx .was-validated .form-control:valid{
    background-size: calc(0em + 0rem) calc(0em + 0rem);    
}

/*Login form*/
/*calculator*/
.calculatorinnBx{
    background: #EFEFFF;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}.formbordertop{
        border-top: 25px solid #4D369E;
}
.calForm, .calSummryBx{
padding: 30px
}
.calsubmitBtn{
    background: #EB797B;
border-radius: 8px;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
color: #fff
}
.calculatorFrm{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.calSummryBx {
    background-color: #4d369e;
    position: relative;
  /* flex-grow: 1; */
    margin-top: auto;
}
/*.calSummryBx:before{
    content: '';
    background-image: url(../img/calcFbg.png);
    position: absolute;
    top: -10px;
    width: 100%;
    height: 11px;
    left: 0px;    
}*/
.resultTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px
}
.resultValue {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.Resultrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}
.booknot {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.5);
    margin: 30px 0 0px;
}
.calculatorinnBx .form-control{
    background: #FFFFFF;
    border-radius: 8px;
    border: 0;
    padding: 16px 16px;
}
.calculatorinnBx label.form-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}
.calculatorinnBx .mb-4.row{
    align-items: center;
}
.calculatorFrm h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #252525;
    margin-bottom: 30px;
}
.authorSide .booknot{
    color:rgba(0, 0, 0, 0.5)
}
.calculatorTabs.nav-tabs {
    border: transparent;
    background-color: #fff;
    flex-wrap: nowrap;
    border-radius: 8px;
    margin: 30px 0;
        padding: 3px;
}
.calculatorTabs.nav-tabs .nav-item{
    width: 100%;
    text-align: center;
}
.calculatorTabs.nav-tabs .nav-item button{
    width: 100%;    
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
font-size: 16px;
border-radius: 8px;
height: 100%;
}
.calculatorTabs.nav-tabs .nav-item.show .nav-link, .calculatorTabs.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #4d369e;
    border-color: transparent;
    border-radius: 8px;
}
.calculatorTabs.nav-tabs .nav-link:focus, .calculatorTabs.nav-tabs .nav-link:hover {
    border-color: transparent;
    }
/*calculator*/
/*Listing*/
.topListingBanner {
    margin: 0 auto 35px auto;
    border-radius: 10px;
    overflow: hidden;
}
.listingContent{
    margin: 3px 0
}
.itmeImg {
    max-height: 190px;
    height: 190px;
    width: auto;
    margin: 0 auto 15px;
    text-align: center;
    overflow: hidden;
}
.itmeImg img{
    height: 100%;
    margin: auto;
}
.itemLink:hover .itmeImg img{
       transform: scale(1.2);
    transition: all 2s;
}
.itmeStatus span{
    background-color: #f3f3f3;
    padding: 7px 20px;
    font-size: 14px;
    color: #000;
    border-radius: 28px;
    display: inline-block;
    margin:3px 0 15px 0;
}
.itmeStatus span.soldout{
    background-color: #000;
    color: #fff;
}
.itmeInfo{
      background-color: transparent;
    padding: 6px 10px;
        text-align: center;
}
.itmePri{
    margin-top: 10px;
}
.rowGap5{
    row-gap: 15px;
}
.mainPricut{
    color: #b1b1b1;
    margin-right: 10px;
    text-decoration: line-through;
}
.itmeTitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
  
.shortmargin{
justify-content: end;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;

}
.shortmargin select:focus{
    box-shadow: none
}
.shortmargin select{
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding: 5px 45px 5px 8px;
}
 .sidebarFilter input[type=checkbox] {
    margin-right: 5px;
}
 .sidebarFilter ul li{
    margin: 5px 0;
    display: flex;
    align-items: center;
    width: 100%;
 }
 .bapf_sfilter{
    margin-bottom: 30px
 }
 .sidebarFilter ul{
    list-style: none;
    padding: 0;
    margin: 0
 }
 .sidebarFilter h3 {
    font-size: 14px !important;
    font-weight: bold;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    color: #000 !important;
    letter-spacing: 0;
    text-transform: capitalize;
}
.sidebarFilter input[type=checkbox]{
    width: 15px;
    height: 15px;
    background-color: #FA9E57;
}

.sidebarFilter input[type=checkbox]:checked{
    background-color: #FA9E57;
}
.price-range-slider {
    width:100%;
    float:left;
    padding:10px 0px;
}
.price-range-slider .range-value {
    margin:0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: initial;
     box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
    text-align: right;
}    
.range-bar {
    border: none;
    background: #000;
    height: 3px;    
    width: 96%;
    margin-left: 8px;
}
.range-bar .ui-slider-range {
    background:#4d369e;
}                                    
.range-bar .ui-slider-handle {
    border:none;
    border-radius:25px;
    background:#fff;
    border:2px solid #06b9c0;
    height:17px;
    width:17px;
    top: -0.52em;
    cursor:pointer;
}
.range-bar .ui-slider-handle + span {
    background: #ffffff;
    border: 1px solid #4d369e
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    }
.priSlider .ui-slider-horizontal {
    height: 8px;
    border-radius: 15px !important;
}
.priSlider .ui-slider .ui-slider-handle {
    width: 13px;
    height: 13px;
    outline: none;
}
.priSlider .ui-widget.ui-widget-content {
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
}
/*--- /.price-range-slider ---*/
.wpfFilterButtons button {
    font-size: 16px;
    font-weight: normal;
    padding: 9px 13px;
    border-radius: 5px;
    line-height: 1;
    border: 0;
}
.wpfFilterButtons button.filterApply {
    background-color: #eb797b;
    color: #fff;
}

/*Listing*/
/*contact*/
.contactbtn{
    min-width: 140px;
    background-color: #4D369E;
    border: 1px solid #4D369E;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 28px;
}
.paddingtop{
    padding: 130px 0 10px 0
}
.formInBx textarea.form-control{
    height: auto;
        padding-top: 20px;
}
.support-details {
    padding-left: 0;
}
.support-details li {
    display: flex;
    margin-bottom: 30px;
}
.support-details .support-icon {
    width: 60px;
    background: rgba(77, 54, 158, 0.1);
    border-radius: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.support-details .support-content {
    left: 30px;
    position: relative;
}

.support-title {
    margin-bottom: 10px !important;
    color: #000;
    font-weight: 700;
}
.support-details .support-content a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.social_contact {
    display: flex;
    column-gap: 50px;
}
.social_contact .social_item {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0047B7;
    border-radius: 50px;
}

/*contact*/
.itmeStatus {
    display: none;
}
/*about us*/
.abotIcon{
    width: 70px;
    height: 70px;
    background: #4D369E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: absolute;
    top: -20px;

}
.abotIcon img {
    max-width: 40px;
}
.aboutCard {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 22px rgb(0 0 0 / 15%);
    position: relative;
}
.aboutCard h3 {
    font-size: 18px;
    font-family: 'Larsseit-Bold';
    margin: 25px 0 12px;
    color: #4D369E;
    margin-top: 50px;
}
.aboutCard p {
    font-size: 16px;
    color: #252525
}
.aboutSection p{
    font-weight: 400;
    font-size: 16px;
    color: #252525;

}
.aboutSection img{
    margin-bottom: 90px

}
.SectionTitle{
    font-family: 'Larsseit-Bold';
    font-size: 38px;
    color: #252525;
    line-height: 38px;
    margin: 0 0 25px;
}
.aboutData li{
    font-weight: 700;
    font-size: 40px;
    color: #4D369E;
    margin-bottom: 15px
}
.aboutData li>span{
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #000000;
}
ul.aboutData {
    list-style: none;
    column-count: 2;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
/*about us*/
/*publish free*/
.themePublishBtn:hover {
    background-color: #EB797B;
    color: #ffffff;
}
.themePublishBtn{
background: #4D369E;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    padding: 15px 30px;
    display: block;
    width: fit-content;
    margin: 30px auto 10px auto;
}
.freeheroText h1 {
    font-family: 'Larsseit-Bold';
    line-height: normal;
    max-width: 350px;
    margin: 0 0 30px;
}
.themecolor{
    color:#4D369E
}
.theme2clr span{
    background-color: #eb797b;
}
.theme2clr{
    color: #eb797b;
    margin: 30px 0 10px 0;
}
.aftererrow{
    position: relative;

}
.aftererrow:after{
    content: '';
    background-image: url(../img/aftererrow.png);
    position: absolute;
    top: 40%;
    right: -45px;
    width: 45px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: repeat;
}
.lastChild .col-md-3:nth-child(4) .aftererrow:after{
    content:none;
}
/*publish free*/
/*Detail page*/

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;    margin-right: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 23%;
    margin-right: 2.5%;
    background-color: #cccccc36;
     }
    .preview-thumbnail.nav-tabs li img {
        max-width: 100%;
        display: block;
        height: 100px;
        object-fit: cover;
            margin: auto;
       }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
                height: 530px;
    width: 530px;}
  .tab-content.innservitab img {
    height:auto;
    width: auto;}
.serviDTL {
    padding: 30px 0 31px;
}
.Detailcard {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  /*text-transform: UPPERCASE;*/
  font-weight: bold; }

.checked, .price span {
  color: #eb797b;
   }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0;
  line-height: 38px;
   }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #4d369e;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }
    
    .DetailBtns img{
        margin:auto;
        max-width:120px;
    }
    .DetailBtns{
    /* background: #4d369e12; */
    padding: 0px 0px;
    border: 0px solid #4d369eb8;
    border-radius: 9px;
    /* border: none; */
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    margin-right: 25px;
    display: inline-block;
}
.DetailBtns:hover{
    background: #4d369e00;
    border: 2px solid #4d369e;
}
.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
#proInfoTab{
        margin-bottom: 30px;
            border-bottom: 1px solid #4d369e;
}
#proInfoTab .nav-link {
    color: #4e4e4e;
}
#proInfoTab .nav-link.active {
    color: #4d369e;
    background-color: #fff;
    border-color: #4d369e #4d369e #fff;
}
.serviceSection{
    padding:110px 0
}
/*Detail page*/
.fairPlanText {
    margin: 50px 0 26px;
    font-weight: 700;
    color: #4d369e;
}

.formLabelRow {
    display: flex;
    align-items: center;
    gap: 10px 15px;
}
.searchResultCard {
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 7px;
    position: absolute;
    top: 38px;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
}
.searchResultCard ul a{
    margin:2px 0;
}
.searchResultCard ul{
    margin: 0;
    padding: padding: 8px 10px;
    padding: 8px 12px;
    list-style: none;
}
.form-control::placeholder {
    font-weight: 400;
    font-size: 15px;
}
.form-control:focus {
    border-color: #4d369e5e;
    outline: 0;
    box-shadow: none;
}
#sortfilter option{
    padding:3px 8px;
}

.mobilFilter svg{
    width:20px;
}
.listing-pagination{
       margin-top:30px;
       margin-bottom:15px;
}
.listing-pagination nav ul{
        justify-content: center;
    flex-wrap: wrap;
}
.listing-pagination .page-link {
    color: #4d369e;
}
.listing-pagination .page-item.active .page-link {
    background-color: #4d369e;
    border-color: #4d369e;
}