@font-face {
    font-family: myFirstFont;
    src: url(../fonts/NotoSerifGujarati-Bold.ttf);
}

.balooFont {
    font-family: 'Baloo Bhai', cursive !important;
    font-weight: normal !important;
}

body {
    background: #fff;
    font-family: 'Baloo Bhai', cursive;
    font-weight: normal;
    color: #64686d;
    line-height: 26px
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: #fff
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
    background-color: #ec008c
}

#header {
    transition: all 0.6s
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(228, 228, 228, 0.7);
    box-shadow: 11px 1px 4px 0 rgba(228, 228, 228, 0.7)
}

.topHead {
    background-color: #2d3436;
    padding: 15px 0
}

.headLogo img {
    width: 230px
}

.lavajamDiv {
    text-align: right
}

.lavajamLink {
    font-size: 22px !important;
    color: #ec008c;
    transition: all 0.6s !important
}

.lavajamLink:hover {
    color: #fff !important
}

.headSocial {
    margin: 0;
    padding: 18px 0 0 0;
    text-align: right;
    list-style-type: none;
    float: left;
    width: 100%
}

.headSocial li {
    display: inline-block
}

.headSocial li a {
    color: #fff;
    padding: 0px 0 0 25px;
    font-size: 30px;
    transition: all 0.4s
}

.headSocial li a:hover {
    color: #ec008c
}

.navSearch {
    position: relative;
    border-radius: 7px 0 0 7px;
    border: 1px solid #ec008c;
    padding: 6px 10px;
    font-size: 15px
}

.navSearch:focus,
.navSearch:active {
    outline: none;
    box-shadow: 0px 0px 5px #ec008c
}

.gypsyBanner {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.gypsyBanner:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    -ms-filter: brightness(120%);
    -o-filter: brightness(120%)
}

.latestMagazine {
    background-color: #f5f5f5;
    padding: 80px 0 40px 0;
}

.latestMagHead {
    margin: 0 0 30px 0
}

.latestMagHead h4 {
    color: #ec008c;
    text-align: left;
    font-size: 25px;
    font-family: 'Yantramanav', sans-serif;
    margin: 0;
    font-weight: normal
}

.latestMagHead h5 {
    margin: 5px 0 0 0;
    font-size: 20px;
    color: #636363
}

.latestMagBlock {
    width: 100%;
    transition: all 0.4s;
    margin: 0 0 5px 0
}

.magIcon {
    color: #ec008c;
    font-size: 20px;
    cursor: pointer
}

.green {
    color: #79d000
}

.red {
    color: #d82222
}

.theme {
    color: #ec008c !important
}

.latestMagBlock:hover {
    box-shadow: 0px 0px 20px #2d3436
}

.latestMagBlock:hover img {
    filter: grayscale()
}

.latestMagBlock img {
    width: 100%;
    height: 220px
}

.magDetails {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff
}

.magDetails h4 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 27px
}

.magDetails h5 {
    color: #fff;
    font-size: 16px
}

.magDetails h6 a {
    color: #fff;
    font-size: 16px;
    transition: all 0.4s
}

.magDetails h6 a:hover {
    text-decoration: underline
}

.hoverEffectMain {
    position: relative;
    overflow: hidden;
    background: black;
    float: left
}

.hoverEffectInner {
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%
}

.featured {
    padding: 100px 0
}

.featuredBlock {
    position: relative;
    transition: all 0.6s;
    margin: 0 0 25px 0;
    width: 100%
}

.imgHeight100 {}

.featuredBlock img {
    width: 100%
}

.featuredBlock:hover {
    box-shadow: 0px 0px 20px #2d3436;
    transform: scale(1.1)
}

.featuredBlock:hover img {
    filter: grayscale()
}

.featuredImgDec {
    font-size: 16px;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, .0001), #2d3436);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .0001), #2d3436);
    background-image: -moz-linear-gradient(-180deg, rgba(0, 0, 0, .0001), #2d3436);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px 10px;
    color: #fff;
    word-break: break-word
}

.featuredMoreDec {
    background-color: rgba(45, 52, 54, 0.8);
    color: #fff;
    padding: 10px;
    font-size: 26px;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    font-weight: bold
}

.featuredMoreDec {
    color: #ec008c
}

.featuredMoreDec::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}

.featuredMoreDec::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}

.featuredMoreDec::-webkit-scrollbar-thumb {
    background-color: #00c6ff
}

.stories {
    background-color: #f5f5f5;
    padding: 120px 0
}

.storiesBlockMain {
    transition: all 0.4s;
    margin: 0 0 20px 0;
    min-height: 590px;
    position: relative
}

.moreInfoPos {
    position: absolute;
    right: 15px;
    bottom: 0px
}

.storiesBlockMain:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px #c3c3c3;
    border-radius: 2px
}

.storiesBlock img {
    margin: 10px 0 0 0;
    width: 100%
}

.storiesBlock h4 {
    background-color: #2d3436;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Baloo Bhai', cursive;
    text-align: left;
    font-weight: normal;
    border-radius: 0px 10px 0px 10px
}

.storiesBlock h5 {
    font-size: 16px;
    font-family: 'Baloo Bhai', cursive;
    color: #2d3436;
    line-height: 35px;
    font-weight: normal;
    text-align: justify;
    word-break: break-word;
    margin-bottom: 20px
}

.storiesBlock h6 {
    font-size: 16px;
    font-weight: normal;
    text-align: right
}

.storiesBlock h6 a {
    color: #2e3537
}

.storiesBlock h6 i {
    color: #2e3537;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0
}

.secAbout {
    background-color: #2d3436;
    padding: 80px 0px
}

.aboutHomeImg {
    margin: 15px auto
}

.aboutHomeBlock h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'Baloo Bhai', cursive;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0
}

.aboutHomeBlock h5 {
    color: #ec008c;
    font-size: 26px;
    font-family: 'Baloo Bhai', cursive;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.aboutHomeBlock h6 {
    font-weight: normal;
    line-height: 32px;
    text-align: justify;
    font-size: 16px;
    margin: 0 0 0 0;
    color: #fff
}

.film {
    padding: 120px 0;
    background-color: #f5f5f5
}

.videoText {
    background-color: #2d3436;
    color: #fff;
    height: 395px
}

.videoText h4 {
    color: #ec008c;
    font-family: 'Yantramanav', sans-serif;
    font-size: 25px;
    padding: 10px 0;
    word-break: break-word;
    line-height: 40px;
    font-weight: bold
}

.videoText h5 {
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: normal;
    word-break: break-word;
    text-align: justify
}

.filmVideo {
    background-color: #2d3436;
    height: 395px;
    padding: 10px
}

.filmVideo iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.filmVideo img {
    width: 100%;
    height: 100%;
    border: 0
}

.ourVideo {}

.soical {
    padding: 10px 0;
    background-color: #ec008c;
    float: left;
    width: 100%
}

.footerSocial {
    margin: 0;
    padding: 0px 0 0 0;
    text-align: right;
    list-style-type: none
}

.footerSocial li {
    display: inline-block
}

.footerSocial li a {
    color: #fff;
    font-size: 30px;
    transition: all 0.4s;
    margin: 0 100px 0 0px;
    line-height: unset;
    position: relative;
    top: 3px
}

.footerSocial li a i {
    transition: all 0.4s
}

.footerSocial li a i:hover {
    transform: scale(1.3);
    color: #FFCB04
}

footer {
    padding: 50px 0;
    background-color: #2d3436;
    float: left;
    width: 100%
}

.footerAbout img {
    width: 190px
}

.footerAbout p {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
    font-family: 'Yantramanav', sans-serif;
}

.lineHead {
    color: #fff;
    font-size: 20px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: normal;
    border-bottom: 2px solid #ec008c;
    padding: 0 0 5px 0;
    margin: 10px 0 10px 0
}

.footerMenu {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footerMenu li {}

.footerMenu li a {
    font-family: 'Yantramanav', sans-serif;
    display: block;
    padding: 7px 10px 7px 0px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #262d2f;
    transition: all 0.4s
}

.footerMenu li a:hover {
    border-bottom: 1px solid #ec008c
}

.footerMenu li span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    float: left;
    width: 100%;
    border-top: 2px solid #ec008c;
    padding: 15px 0 0 0
}

.footerAddresh {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 25px;
    border-bottom: 2px solid #ec008c;
    padding-bottom: 10px
}

.footerCopyRight {
    font-family: 'Yantramanav', sans-serif;
    padding: 10px 0;
    background-color: #2d3436;
    color: #adadad;
    text-align: center;
    font-size: 15px;
    border-top: 2px solid #ec008c;
    float: left;
    width: 100%
}

.footerCopyRight a {
    color: #adadad
}

.trekList {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #686868;
    border-radius: 5px;
    min-height: 485px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s
}

.trekList:hover {
    border: 1px solid #ec008c;
    box-shadow: 0px 6px 15px #cfcfcf
}

.trekList:hover img {
    filter: grayscale();
    -webkit-filter: grayscale()
}

.trekList:hover h4 {
    color: #686868
}

.trekList img {
    float: left;
    width: 100%;
    height: 250px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0
}

.trekList h4 {
    float: left;
    width: 100%;
    margin: 20px 0 0px 0;
    font-size: 23px;
    line-height: 35px;
    padding: 0 15px;
    color: #ec008c;
    text-align: center
}

.trekList h4 span {
    font-size: 16px;
    color: #686868;
    width: auto;
    float: none;
    text-align: center
}

.trekList p {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

.trekList span {
    float: left;
    width: 100%;
    margin: 5px 0 15px 0;
    padding: 0 15px;
    text-align: center
}

.trekLogoSlider {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 1;
    padding: 0 80px 0 0;
    text-align: right
}

.trekLogoSlider img {
    width: 450px
}

.section_trek_Details {
    float: left;
    width: 100%;
    padding: 50px 0
}

.trek_head {
    float: left;
    width: 100%
}

.trekHeadBor {
    border-top: 1px solid #d6d6d6;
    padding-top: 65px;
    margin: 25px 0 0 0
}

.trek_day_head {
    font-size: 25px;
    color: #2d3436;
    border: 1px solid #ec008c;
    padding: 11px 30px 10px 0;
    margin: 0 0 10px 0;
    display: inline-block
}

.trek_day_head span {
    background-color: #ec008c;
    color: #fff;
    padding: 8px 20px;
    margin: 0 10px 0 0;
    font-size: 21px;
}

.trek_head h1 {
    margin: 0 0 10px 0;
    color: #ec008c;
    font-size: 50px;
    font-family: 'Yantramanav', sans-serif;
    line-height: 70px
}

.trek_head h1 span {
    margin: 0 0 0 5px;
    color: #636363;
    font-size: 20px;
    font-family: 'Yantramanav', sans-serif
}

.trek_head p {
    margin: 30px 0 4px 0;
    color: #2d3436;
    font-size: 25px;
    font-family: 'Yantramanav', sans-serif;
    float: left;
    font-weight: bold
}

.trek_head p span {
    color: #ec008c
}

.trek_price {
    float: left;
    width: 100%;
    text-align: right;
    color: #2d3436;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Yantramanav', sans-serif;
    margin: 0
}

.trek_price i {
    position: relative;
    top: 2px;
    font-size: 30px;
    margin: 0 10px 0 0
}

.trek_price span {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 18px;
    color: #686868
}

.trek_more_details {
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    color: #2d3436;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    line-height: 60px;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #ec008c
}

.ckDivCss {
    float: left;
    width: 100%;
    margin: 0px
}

.ckDivCss h3 {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 25px;
    color: #ec018c
}

.ckDivCss p {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 18px;
    line-height: 45px;
    text-align: justify;
    color: #2d3436
}

.ckDivCss ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px
}

.ckDivCss ul li {
    float: left;
    width: 100%;
    margin: 5px 0 5px 0;
    font-size: 18px;
    line-height: 45px;
    text-align: justify;
    color: #2d3436
}

.chkAcceptCon {
    width: 23px;
    height: 23px;
    margin: 0 9px 0 0 !important;
    position: relative;
    top: 6px
}

.lblAcceptCon {
    font-size: 20px;
    color: #ec008c;
    font-weight: bold;
    font-family: calibri;
}

.home_photo_gallery {
    overflow: hidden;
    cursor: pointer;
    padding: 0px
}

.home_photo_gallery img {
    transition: all 0.4s;
    width: 100%;
    height: 200px
}

.home_photo_gallery img:hover {
    transform: scale(1.2, 1.2)
}


.section{
    float: left;
    width: 100%;
    padding: 100px 0;
}

.section_search{
    float: left;
    width: 100%;
    padding: 60px 0;
    min-height: 400px;
}

.search_result{
    float: left;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #f7f7f7;
    margin: 40px 0 0 0;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.search_result:hover{
    background-color: #fff;
    box-shadow:0px 0px 10px #b9b9b9;
    border: 1px solid #262626;
}

.search_result img{
    width: 100% !important;
    height: 171px !important;
    object-fit: cover !important;
}
.search_result h4{
    color: #ec008c !important;
    font-family: 'Baloo Bhai', cursive;
    font-weight: normal;
}

.search_keyword{
    float: left;
    width: 80%;
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .navTowMore {
        position: relative !important;
        box-shadow: none !important
    }
    .navTowMore li {
        width: 100% !important
    }
    .navTowMore li a {
        padding-left: 30px !important
    }
}

@media only screen and (max-width: 768px) {
    .hideRes {
        display: none !important
    }



    .search_keyword{
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }

    .trekLogoSlider {
        padding: 0 30px 0 0 !important
    }
    .trekLogoSlider img {
        width: 150px !important
    }
    .trek_head h1 {
        font-size: 35px !important
    }
    .trek_head p {
        margin: 0px 0 0px 0 !important;
        font-size: 20px !important;
        text-align: center !important;
        float: left !important;
        width: 100% !important
    }
    .section_trek h4 {
        font-size: 28px !important;
        left: 26% !important;
        top: 20% !important
    }
    .trek_head {
        font-size: 30px !important;
        text-align: center !important;
        margin: 0 0 10px 0 !important;
        line-height: 65px !important
    }
    .trek_price {
        text-align: center !important
    }
    .trek_more_details {
        margin: 0 0 20px 0 !important
    }
    .trek_day_head {
        font-size: 20px !important;
        color: #fff !important;
        background-color: #e40a80 !important;
        padding: 10px !important;
        margin: 0 0 10px 0 !important;
        width: 100% !important;
        float: left !important
    }
    .trek_day_head span {
        background-color: transparent !important;
        color: #fff !important;
        padding: 0 10px 0 0 !important;
        margin: 0 !important;
        font-size:16px;
    }
    .storiesBlockMain {
        position: unset !important;
        height: auto !important
    }
    .moreInfoPos {
        position: unset !important;
        right: initial !important
    }
    .lavajamDiv {
        text-align: center !important;
        margin: 20px 0 0 0 !important
    }
    .lavajamLink {
        color: #fff !important
    }
    .lavajamLink:hover {
        color: #ec008c !important
    }
    .track_orderLink {
        text-align: center !important;
        padding: 10px 0 10px 0 !important
    }
    .fsimeg {
        height: 200px !important
    }
    .magVedio {
        height: auto !important;
        margin: 50px 0 0px 0 !important
    }
    .lineHeadNew {
        margin: 25px 0 15px 0 !important
    }
    .cartCount {
        margin: 0px 0 15px 0 !important;
        border-radius: 0 !important
    }
    .uranusBooks {
        width: 100% !important;
        margin: 30px 0 15px 0 !important
    }
    .logoName {
        font-size: 15px !important;
        float: left;
        width: 100%;
        top: 5px !important;
        left: 0 !important
    }
    .latestMagBlock img {
        height: 100% !important
    }
    .magIcon {
        margin: 10px 0 20px 0 !important;
        font-size: 25px !important
    }
    .headLogoMain {
        text-align: center !important
    }
    .headLogo img {
        width: 100px !important
    }
    .headSocial {
        text-align: center !important;
        padding: 15px 0 0 0 !important
    }
    .navbar-header {
        float: left !important;
        width: 100% !important
    }
    .navbar.navbar-default .navbar-toggle {
        margin: 8px -15px 0 0 !important
    }
    .navSearch {
        width: 250px !important;
        border-radius: 0 !important
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent !important;
        width: 100% !important;
        margin: 0 !important
    }
    .navbar-nav {
        margin: 0 !important
    }
    .carousel-content h2 {
        font-size: 25px !important;
        padding: 0 20px 0 0;
        margin: 0 0 10px 0 !important
    }
    .carousel-content p {
        font-family: 'Baloo Bhai', cursive;
        font-size: 16px !important;
        line-height: 30px !important;
        padding: 0px 20px 0 0
    }
    .featuredBlock img {
        height: auto !important
    }
    .storiesBlock img {
        height: auto !important
    }
    .videoText {
        height: auto !important;
        padding: 10px !important
    }
    .filmVideo {
        height: auto !important
    }
    .footerSocial li a {
        margin: 0 15px 0 15px !important
    }
    .lineHead {
        margin-top: 20px !important
    }
    .footerAbout h4 {
        text-align: center !important
    }
    .footerLastO {
        text-align: center !important
    }
    .footerLastT {
        text-align: center !important
    }
    .pageSetOrder {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }
    .order2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        -ms-flex: 2;
        -webkit-flex: 2;
        flex: 2
    }
    .order1 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .order3 {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        -webkit-box-flex: 3;
        -moz-box-flex: 3;
        -ms-flex: 3;
        -webkit-flex: 3;
        flex: 3
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Yantramanav', sans-serif;
    color: #272727
}

a {
    color: #ec008c;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms
}

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

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff
}

.navbar-default .navbar-toggle {
    border-color: #fff
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #e40a80;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.section-header {
    margin-bottom: 50px
}

.section-header h4 {
    text-align: center;
    margin: 20px 0 40px 0;
    float: left;
    width: 100%;
    color: #ec008c;
    text-transform: uppercase
}

.section-header .section-title {
    font-size: 35px;
    font-family: 'Yantramanav', sans-serif;
    color: #2d3436;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-weight: normal
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 2px;
    background: #ec008c
}

.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -23px;
    left: 50%;
    margin-left: -15px;
    border-top: 12px solid #ec008c;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.section-header h2 {
    font-size: 16px;
    line-height: 25px;
    color: #686868;
    font-weight: normal
}

.btn {
    border-width: 0;
    border-radius: 3px;
    font-size: 16px
}

.btn-theme {
    background: #2d3436;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #2d3436
}

.btn.btn-theme:hover,
.btn.btn-theme:focus,
.btn.btn-theme:active {
    color: #fff;
    background: #ec008c;
    border: 1px solid #ec008c
}

.btn-themee {
    background: #ec008c;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ec008c
}

.btn.btn-themee:hover,
.btn.btn-themee:focus,
.btn.btn-themee:active {
    color: #fff;
    background: #2d3436;
    border: 1px solid #ec008c
}

.btn.btn-primary {
    background: #ec008c;
    border-color: #ec008c
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #ec008c
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #ec008c
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

ul.nostyle i {
    color: #ec008c
}

.navTow:hover .navTowMore {
    display: block
}

.navTowMore {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 2px 2px 0px #4c4c4c
}

.navTowMore li {
    width: 250px
}

.navTowMore li a {
    border-top: 1px solid #e6e6e6;
    color: #777;
    -webit-transition: all 0.4s;
    ;
    transition: all 0.4s
}

.navTowMore li a:hover,
.navTowMore li a:active,
.navTowMore li a:focus {
    border-top: 1px solid #ec008c;
    background-color: #ffe0c6 !important
}

.navbar-header {
    float: right
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 32px
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 7px 10px 9px
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        background: #fff;
        -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
        z-index: 9
    }
    #main-menu.navbar-default .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-right: 1px solid #ccc;
        font-weight: normal;
        line-height: unset;
        padding-left: 10px;
        text-transform: uppercase;
        padding-right: 10px;
        font-family: 'Yantramanav', sans-serif;
        color: #000
    }
    #main-menu.navbar-default .navbar-nav > li.active > a,
    #main-menu.navbar-default .navbar-nav > li.open > a,
    #main-menu.navbar-default .navbar-nav>li:hover>a {
        background: #ec008c;
        color: #fff;
        border-right: 1px solid #ec008c
    }
}

#main-slider {
    overflow: hidden;
    position: relative
}

#main-slider .item {
    height: 558px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

#main-slider .slider-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff
}

.carousel-content {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 1
}

.carousel-content h2 {
    color: #ec008c;
    text-align: center;
    font-size: 50px;
    font-family: 'Yantramanav', sans-serif;
    text-shadow: 3px 1px 7px #2d3436;
    text-transform: capitalize;
    margin: 0px 0 15px 0
}

.carousel-content p {
    font-family: 'Baloo Bhai', cursive;
    font-size: 38px;
    line-height: 55px;
    font-weight: normal;
    text-align: center;
    text-shadow: 3px 1px 7px #2d3436
}

#main-slider .slider-inner .btn {
    margin-top: 10px
}

#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #ec008c
}

#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px
}

#main-slider .owl-next {
    right: -35px;
    text-indent: -14px
}

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0
}

.nav.main-tab>li>a {
    color: #272727
}

.nav.main-tab>li.active>a {
    background: #222534;
    color: #ec008c
}

.nav.main-tab>li:first-child>a {
    border-radius: 3px 0 0 0
}

.nav.main-tab>li:last-child>a {
    border-radius: 0 3px 0 0
}

.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px
}

.panel-default {
    border-color: #eee
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #eee
}

.panel-default > .panel-heading .panel-title {
    font-size: 14px;
    font-weight: 400
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none
}

.listType {}

.listType ol {
    list-style-type: none;
    list-style-type: decimal !ie;
    margin: 0;
    margin-left: 1em;
    padding: 0;
    counter-reset: li-counter
}

.listType ol li {
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em;
    background-color: #e4e4e4;
    padding-right: 20px;
    padding-left: 58px;
    font-size: 16px;
    color: #424242;
    border-radius: 4px
}

.listType a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-family: 'Raleway', sans-serif
}

.listType li:hover {
    box-shadow: inset -1em 0 #f58321;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s
}

.listType ol li:before {
    position: absolute;
    top: -0.2em;
    left: -0.3em;
    width: 1.8em;
    height: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #ec008c;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-24deg);
    z-index: 1;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
    border-radius: 4px;
    font-size: 24px
}

.ulp {
    padding: 0 0 0 20px;
    margin: 0
}

.ulp li {
    font-size: 16px;
    margin: 0 0 20px 0
}

.divRow {
    width: 100%;
    float: left;
    margin: 1% 0 0 0
}

.divLine {
    width: 100%;
    float: left
}

.backToTop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2d3436;
    z-index: 9999999;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0px 0px 19px #ec008c;
    transition: ease-in 0.4s;
    overflow: hidden;
    -moz-animation: scroll 2s infinite;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite
}

.backToTop:hover {
    background-color: #ec008c;
    box-shadow: 0px 0px 19px #2d3436
}

.backToTop i {
    color: white;
    font-size: 37px
}

.boxSizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.block_1 {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.block_2 {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.block_3 {
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.block_4 {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.block_5 {
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.block_6 {
    float: left;
    width: 16.66%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.widthAuto {
    width: auto !important
}

.width5 {
    width: 5% !important
}

.width10 {
    width: 10% !important
}

.width15 {
    width: 15% !important
}

.width20 {
    width: 20% !important
}

.width25 {
    width: 25% !important
}

.width30 {
    width: 30% !important
}

.width33 {
    width: 33% !important
}

.width35 {
    width: 35% !important
}

.width40 {
    width: 40% !important
}

.width45 {
    width: 45% !important
}

.width48 {
    width: 48% !important
}

.width49 {
    width: 49% !important
}

.width50 {
    width: 50% !important
}

.width55 {
    width: 55% !important
}

.width60 {
    width: 60% !important
}

.width65 {
    width: 65% !important
}

.width70 {
    width: 70% !important
}

.width75 {
    width: 75% !important
}

.width80 {
    width: 80% !important
}

.width85 {
    width: 85% !important
}

.width90 {
    width: 90% !important
}

.width95 {
    width: 95% !important
}

.width98 {
    width: 98px !important
}

.width100 {
    width: 100% !important
}

.width3Block {
    width: 33.00% !important
}

.width7Block {
    width: 14.28% !important
}

.width9Block {
    width: 11.11% !important
}

.widthP10 {
    width: 10px
}

.widthP20 {
    width: 20px
}

.widthP30 {
    width: 30px
}

.widthP40 {
    width: 40px
}

.widthP50 {
    width: 50px
}

.widthP50 {
    width: 50px
}

.widthP50 {
    width: 50px
}

.widthP100 {
    width: 100px
}

.widthP130 {
    width: 130px
}

.widthP140 {
    width: 140px
}

.widthP150 {
    width: 150px
}

.widthP160 {
    width: 160px
}

.widthP165 {
    width: 165px
}

.widthP170 {
    width: 170px
}

.widthP180 {
    width: 180px
}

.widthP185 {
    width: 185px
}

.widthP200 {
    width: 200px
}

.widthP250 {
    width: 250px
}

.widthP300 {
    width: 300px
}

.widthP320 {
    width: 320px
}

.widthP350 {
    width: 350px
}

.widthP400 {
    width: 400px
}

.widthP450 {
    width: 450px
}

.widthP500 {
    width: 500px
}

.widthP550 {
    width: 550px
}

.widthP600 {
    width: 600px
}

.widthP650 {
    width: 650px
}

.widthP700 {
    width: 700px
}

.widthP750 {
    width: 750px
}

.widthP800 {
    width: 800px
}

.widthP850 {
    width: 850px
}

.widthP900 {
    width: 900px
}

.widthP950 {
    width: 950px
}

.widthP1000 {
    width: 1000px
}

.margin0 {
    margin: 0 !important
}

.margin10 {
    margin: 5px !important
}

.margin10 {
    margin: 10px !important
}

.margin15 {
    margin: 15px !important
}

.margin20 {
    margin: 20px !important
}

.margin25 {
    margin: 25px !important
}

.margin30 {
    margin: 30px !important
}

.margin40 {
    margin: 40px !important
}

.margin50 {
    margin: 40px !important
}

.marginTB10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.marginTB20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.marginTB30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.marginTB40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.marginTB50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.marginTop10 {
    margin-top: 10px !important
}

.marginBottom10 {
    margin-bottom: 10px !important
}

.marginPT1 {
    margin-top: 1% !important
}

.marginPT2 {
    margin-top: 2% !important
}

.marginPT3 {
    margin-top: 3% !important
}

.marginPT4 {
    margin-top: 4% !important
}

.marginPT5 {
    margin-top: 5% !important
}

.marginPL1 {
    margin-left: 1% !important
}

.marginPL2 {
    margin-left: 2% !important
}

.marginPL3 {
    margin-left: 3% !important
}

.marginPL4 {
    margin-left: 4% !important
}

.marginPL5 {
    margin-left: 5% !important
}

.marginPR1 {
    margin-right: 1% !important
}

.marginPR2 {
    margin-right: 2% !important
}

.marginPR3 {
    margin-right: 3% !important
}

.marginPR4 {
    margin-right: 4% !important
}

.marginPR5 {
    margin-right: 5% !important
}

.marginPB1 {
    margin-bottom: 1% !important
}

.marginPB2 {
    margin-bottom: 2% !important
}

.marginPB3 {
    margin-bottom: 3% !important
}

.marginPB4 {
    margin-bottom: 4% !important
}

.marginPB5 {
    margin-bottom: 5% !important
}

.marginT5 {
    margin-top: 5px !important
}

.marginT10 {
    margin-top: 10px !important
}

.marginT15 {
    margin-top: 15px !important
}

.marginT20 {
    margin-top: 20px !important
}

.marginT25 {
    margin-top: 25px !important
}

.marginT30 {
    margin-top: 30px !important
}

.marginT35 {
    margin-top: 35px !important
}

.marginT40 {
    margin-top: 40px !important
}

.marginT20 {
    margin-top: 45px !important
}

.marginT50 {
    margin-top: 50px !important
}

.marginL5 {
    margin-left: 5px !important
}

.marginL10 {
    margin-left: 10px !important
}

.marginL15 {
    margin-left: 15px !important
}

.marginL20 {
    margin-left: 20px !important
}

.marginL25 {
    margin-left: 25px !important
}

.marginL30 {
    margin-left: 30px !important
}

.marginL35 {
    margin-left: 35px !important
}

.marginL40 {
    margin-left: 40px !important
}

.marginL45 {
    margin-left: 45px !important
}

.marginL50 {
    margin-left: 50px !important
}

.marginR5 {
    margin-right: 5px !important
}

.marginR10 {
    margin-right: 10px !important
}

.marginR15 {
    margin-right: 15px !important
}

.marginR20 {
    margin-right: 20px !important
}

.marginR25 {
    margin-right: 25px !important
}

.marginR30 {
    margin-right: 30px !important
}

.marginR35 {
    margin-right: 35px !important
}

.marginR40 {
    margin-right: 40px !important
}

.marginR45 {
    margin-right: 45px !important
}

.marginR50 {
    margin-right: 50px !important
}

.marginB5 {
    margin-bottom: 5px !important
}

.marginB10 {
    margin-bottom: 10px !important
}

.marginB15 {
    margin-bottom: 15px !important
}

.marginB20 {
    margin-bottom: 20px !important
}

.marginB25 {
    margin-bottom: 25px !important
}

.marginB30 {
    margin-bottom: 30px !important
}

.marginB35 {
    margin-bottom: 35px !important
}

.marginB40 {
    margin-bottom: 40px !important
}

.marginB45 {
    margin-bottom: 45px !important
}

.marginB50 {
    margin-bottom: 50px !important
}

.marginB100 {
    margin-bottom: 100px !important
}

.marginB200 {
    margin-bottom: 200px !important
}

.marginB300 {
    margin-bottom: 300px !important
}

.padding0 {
    padding: 0px !important
}

.padding5 {
    padding: 5px !important
}

.padding10 {
    padding: 10px !important
}

.padding15 {
    padding: 15px !important
}

.padding20 {
    padding: 20px !important
}

.padding25 {
    padding: 25px !important
}

.padding30 {
    padding: 30px !important
}

.padding40 {
    padding: 40px !important
}

.padding50 {
    padding: 50px !important
}

.paddingTB10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.paddingTB20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.paddingTB30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.paddingTB40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.paddingTB50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.paddingLR10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.paddingLR20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.paddingLR30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.paddingLR40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.paddingLR50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.paddingT1 {
    padding-top: 1px !important
}

.paddingT2 {
    padding-top: 2px !important
}

.paddingT3 {
    padding-top: 3px !important
}

.paddingT4 {
    padding-top: 4px !important
}

.paddingT5 {
    padding-top: 5px !important
}

.paddingT6 {
    padding-top: 6px !important
}

.paddingT7 {
    padding-top: 7px !important
}

.paddingT8 {
    padding-top: 8px !important
}

.paddingT9 {
    padding-top: 9px !important
}

.paddingT10 {
    padding-top: 10px !important
}

.paddingT15 {
    padding-top: 15px !important
}

.paddingT20 {
    padding-top: 20px !important
}

.paddingT25 {
    padding-top: 25px !important
}

.paddingT30 {
    padding-top: 30px !important
}

.paddingT35 {
    padding-top: 35px !important
}

.paddingT40 {
    padding-top: 40px !important
}

.paddingT20 {
    padding-top: 45px !important
}

.paddingT50 {
    padding-top: 50px !important
}

.paddingL5 {
    padding-left: 5px !important
}

.paddingL10 {
    padding-left: 10px !important
}

.paddingL15 {
    padding-left: 15px !important
}

.paddingL20 {
    padding-left: 20px !important
}

.paddingL25 {
    padding-left: 25px !important
}

.paddingL30 {
    padding-left: 30px !important
}

.paddingL35 {
    padding-left: 35px !important
}

.paddingL40 {
    padding-left: 40px !important
}

.paddingL45 {
    padding-left: 45px !important
}

.paddingL50 {
    padding-left: 50px !important
}

.paddingR5 {
    padding-right: 5px !important
}

.paddingR10 {
    padding-right: 10px !important
}

.paddingR15 {
    padding-right: 15px !important
}

.paddingR20 {
    padding-right: 20px !important
}

.paddingR25 {
    padding-right: 25px !important
}

.paddingR30 {
    padding-right: 30px !important
}

.paddingR35 {
    padding-right: 35px !important
}

.paddingR40 {
    padding-right: 40px !important
}

.paddingR45 {
    padding-right: 45px !important
}

.paddingR50 {
    padding-right: 50px !important
}

.paddingB5 {
    padding-bottom: 5px !important
}

.paddingB10 {
    padding-bottom: 10px !important
}

.paddingB15 {
    padding-bottom: 15px !important
}

.paddingB20 {
    padding-bottom: 20px !important
}

.paddingB25 {
    padding-bottom: 25px !important
}

.paddingB30 {
    padding-bottom: 30px !important
}

.paddingB35 {
    padding-bottom: 35px !important
}

.paddingB40 {
    padding-bottom: 40px !important
}

.paddingB45 {
    padding-bottom: 45px !important
}

.paddingB50 {
    padding-bottom: 50px !important
}

.paddingB100 {
    padding-bottom: 100px !important
}

.paddingB200 {
    padding-bottom: 200px !important
}

.paddingB300 {
    padding-bottom: 300px !important
}

.paddingB400 {
    padding-bottom: 400px !important
}

.paddingB500 {
    padding-bottom: 500px !important
}

.tCenter {
    text-align: center !important
}

.tLeft {
    text-align: left !important
}

.tRight {
    text-align: right !important
}

.inputBox {
    font-size: 16px !important;
    outline: none;
    resize: none;
    width: 100%;
    border-radius: 2px;
    padding: 4px 5px !important;
    font-family: calibri;
    border: 1px solid #c8c8c8;
    margin: 0px 0 0px 0;
    box-sizing: border-box;
    background-color: white;
    word-break: break-word;
    cursor: text;
    position: relative
}

.inputBoxDec {
    font-size: 16px !important;
    outline: none;
    resize: none;
    width: 100%;
    border-radius: 2px;
    padding: 4px 5px !important;
    font-family: calibri;
    border: 1px solid #c8c8c8;
    margin: 0px 0 0px 0;
    box-sizing: border-box;
    background-color: #e6e6e6;
    word-break: break-word;
    cursor: no-drop !important;
    position: relative
}

.floatL {
    float: left !important
}

.floatR {
    float: right !important
}

.font15 {
    font-size: 15px !important
}

.font20 {
    font-size: 20px !important
}

.font21 {
    font-size: 21px !important
}

.font23 {
    font-size: 23px !important
}

.font24 {
    font-size: 23px !important
}

.font28 {
    font-size: 28px !important
}

.font35 {
    font-size: 28px !important
}

.tooltip {
    position: absolute;
    z-index: 9999999;
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip-inner {
    padding: 3px 20px;
    color: #6e6a6a;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 4px;
    -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
    font-family: Calibri;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
    margin-left: 0px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6e6a6a
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6e6a6a
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #6e6a6a
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -5px;
    margin-top: -5px;
    border-top-color: #6e6a6a;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #6e6a6a;
    border-bottom: 5px solid transparent
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: -6px;
    margin-top: -5px;
    border-top-color: #6e6a6a;
    border-top: 5px solid transparent;
    border-left: 5px solid #6e6a6a;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.tooltip.bottom .tooltip-arrow {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #6e6a6a
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-top-color: #6e6a6a
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-top-color: #6e6a6a
}

.tdHead {
    width: 100%;
    padding: 7px;
    background-color: #36a4f9;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: calibri;
    border-radius: 2px;
    margin-top: 50px;
    margin-bottom: 0
}

.logoName {
    font-size: 20px;
    color: #ec008c;
    position: relative;
    top: 36px;
    font-weight: normal;
    left: 15px
}

.pageHead {
    padding: 50px 0px 20px 0
}

.sectionComm {
    padding: 50px 0 100px 0;
    float: left;
    width: 100%
}

.magView h4 {
    font-weight: normal;
    font-size: 30px;
    font-family: 'Baloo Bhai', cursive;
    margin: 0 0 20px 0;
    color: #ec008c;
    text-align: center
}

.magView h5 {
    font-size: 20px
}

.magView h1 {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    text-align: right
}

.magView h6 {
    font-family: 'Baloo Bhai', cursive;
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    text-align: justify;
    word-break: break-word
}

.magView_ul {
    padding: 0 0 0 20px
}

.magView_ul li {
    margin-bottom: 15px
}

.magView_ul li a {
    color: #2d3436
}

.magView_ul li a:hover {
    color: #ec008c;
    text-decoration: underline
}

.viewBooksIfrem {
    width: 100%;
    height: 693px;
    border: none
}

#mapCon {
    position: relative;
    overflow: hidden;
    height: 385px
}

#mapCon .container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: rgba(255, 203, 4, 0.2);
    z-index: 1
}

.contactIcon {
    font-size: 35px;
    color: #ec008c
}

.contactText {
    font-size: 30px;
    font-family: 'Yantramanav', sans-serif;
    padding: 5px 0 0 0;
    color: #ec008c
}

.contactSubText {
    font-size: 20px;
    font-family: 'Yantramanav', sans-serif;
    padding: 5px 0 0 0
}

.normalText {
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
    font-family: 'Yantramanav', sans-serif !important;
}

.uranusBooks {
    width: 147px;
    margin: 0 auto
}

.cartMainBlock {
    box-shadow: 1px 1px 5px #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
    padding-top: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s
}

.cartMainBlock:hover {
    box-shadow: 1px 1px 10px #d0cfcf;
    background-color: #f3fbff
}

.cartTile {
    color: #ec008c;
    margin: 5px 0 0 0;
    font-size: 22px
}

.catrDetails {
    margin: 7px 0 7px 0;
    text-align: left;
    font-size: 16px;
    font-style: italic;
    word-break: break-word
}

.removeCart {
    margin: 0px
}

.deleteCart {
    color: red;
    font-size: 16px
}

.deleteCart:hover {
    color: #d60000
}

.cartPrice {
    font-size: 20px;
    font-weight: 600
}

.cartPrice i {
    font-size: 17px
}

.cartSubTotal {
    padding: 20px;
    text-align: center;
    background-color: #f7f7f7;
    float: left;
    margin: 0 0 20px 0
}

.cartSubTotal i {
    font-size: 18px
}

.chargeH4 {
    float: left;
    font-size: 18px;
    width: 100%;
    margin: 0 0 5px 0
}

.chargeH4 span {}

.btn-dec {
    background-color: #d2d2d2;
    color: #636363;
    cursor: no-drop !important
}

.btn-dec:hover {
    color: #636363
}

.marginLC {
    margin-left: calc(100% - 93%);
    margin-bottom: 0;
    margin-top: 10px
}

.lineHeadNew {
    text-align: center;
    font-size: 18px;
    border-bottom: 1.5px solid #bdbbbb;
    padding-bottom: 5px;
    margin: 0 0 15px 0;
    color: #2d3436;
    text-transform: uppercase;
    font-family: 'Yantramanav', sans-serif
}

.cartCount {
    background-color: #fff;
    padding: 5px 15px 4px 15px !important;
    margin: 7px 0 0 10px;
    border-radius: 3px;
    border: 1px solid #ec008c;
    border-right: 1px solid #ec008c !important
}

.cartCount:hover {
    background-color: transparent
}

.cartCount:hover span,
.cartCount:hover i {
    color: #fff
}

.cartCount span {
    color: #ec008c
}

.cartCount i {
    color: #ec008c;
    margin-right: 10px
}

.subDetails h4 {
    font-size: 20px;
    color: #ec008c;
    margin: 0 0 20px 0;
    font-weight: bold
}

.subDetails h5 {
    font-size: 20px;
    margin: 0 0 20px 0
}

.successMsg {
    font-size: 30px;
    color: #28a745;
    text-align: center;
    width: 100%;
    float: left;
    line-height: 42px
}

.magVedio {
    width: 100%;
    height: 327px;
    border: 2px solid #ec008c
}

#booksBuyNow {
    padding: 100px 0 100px 0;
    position: relative;
    background-color: #f3f3f3
}

.booksDetailsUB {
    min-height: 535px
}

.booksDetails {
    width: 100%;
    box-shadow: 1px 1px 10px #d8d7d7;
    text-align: center;
    min-height: 535px;
    padding: 20px;
    border: 2px solid #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.booksDetails:hover {
    box-shadow: 1px 1px 10px #4ebfff;
    background-color: #fff
}

.booksDetails img {
    width: 150px;
    margin: 0 auto
}

.booksDetails h3 {
    font-size: 18px;
    color: #ec008c;
    line-height: 22px;
    margin: 15px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase
}

.booksDetails h4 {
    margin: 0 0 10px 0;
    font-size: 20px;
    text-transform: uppercase
}

.booksDetails h5 {
    margin: 0 0 0px 0;
    font-weight: bold;
    font-size: 22px
}

.booksDetails h5 i {
    font-size: 19px
}

.booksDetails h6 {
    margin: 10px 0 0 0
}

.textFadeIn {
    -ms-animation: textFadeIn 2s infinite;
    -o-animation: textFadeIn 2s infinite;
    -webkit-animation: textFadeIn 2s infinite;
    animation: textFadeIn 2s infinite
}

@-webkit-keyframes textFadeIn {
    0% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.posR {
    position: relative
}

.posA {
    position: absolute;
    top: 0;
    left: 0
}

.btn-btnline {
    border: 1px solid #fff;
    color: #fff
}

.btn-btnline:hover {
    color: #ec008c;
    border: 1px solid #ec008c
}

.track_orderLink {
    float: right;
    width: 100%;
    text-align: right
}

.linear-wipe {
    text-align: center;
    background: linear-gradient(to right, #ec008c 10%, #fff 40%, #fff 60%, #fff 80%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 1s linear infinite;
    font-size: 16px !important;
    padding: 1px 5px !important;
    margin: -15px 0 0 0;
    font-weight: normal
}

.linear-wipe:hover {
    color: #fff
}

.linear-wipe-text {
    color: #ec008c !important;
    font-weight: bold !important
}

.linear-wipe-text:hover {
    color: #fff !important
}

.active .linear-wipe-text {
    color: #fff !important
}

@keyframes shine {
    to {
        background-position: -200% center
    }
}

.footerLastO {
    text-align: left
}

.footerLastT {
    text-align: right
}

.trackLinks {
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px 0;
    float: left;
    color: #ec008c;
    width: 100%
}

.trackLinks:hover {
    color: #2d3436;
    text-decoration: underline
}

.kaleidImg img {
    width: 100%
}

.popupImage {
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 999;
    text-align: center;
    padding: 50px 10px
}

.popupImage img {
    width: 500px;
    margin: 0 auto
}

.crntMag {
    background-color: rgba(236, 1, 140, 0.1);
    padding: 10px
}

.sliderImgCur {
    width: 250px
}

.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.stendImg {
    width: 100%;
    height: 95px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(../images/stend.png);
    background-size: 345px 85px;
    text-align: center;
    background-position: center;
    z-index: -1;
    position: relative;
    top: -40px
}

.bookDetails {
    float: left;
    width: 100%
}

.bookDetails h4 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #ec008c;
    font-weight: bold;
    margin: 10px 0 20px 0;
    line-height: 38px
}

.bookDetails h6 {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0 0 25px 0;
    color: #4a4a4a;
    font-weight: normal
}

.bookDetails h6 p {
    float: left;
    width: 100%
}

.bookDetails h6 span:nth-child(1) {
    color: #717171;
    font-weight: normal;
    width: 125px;
    display: inline-block
}

.bookDetails h6 span:nth-child(2) {
    color: #636363;
    margin: 0 0 0 10px
}

.bookDetails h6 span em {
    text-decoration: line-through;
    color: #7b7b7b;
    font-size: 20px
}

.bookDetailsDesc {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #4a4a4a;
    margin: 20px 0 0 0;
    line-height: 30px
}