﻿body.overlayFixed2 {
    position: relative;
    overflow: hidden;
}

    body.overlayFixed2:after {
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.4);
        z-index: 10;
        position: fixed;
    }
@media(max-width: 768px) {
    .mob_search_icon label {
        font-weight: normal;
        font-size: 11px;
    }
    .mob_search_icon label i {
        padding-right: 6px;
    }
}
@media(max-width: 768px) {
    .mobilecallwpicon {
        display:block !important;
        width: 100%;
    }

        .mobilecallwpicon .icon-bar {
            position: fixed;
            top: 72%;
            left: 0;
            transform: translateY(-50%);
            /* background-color: #FFBB27;*/
            padding: 0px 2px 0px 3px;
            /* border-width: 1px 0px 1px 1px;
       border-color: white;
       border-style: solid;*/
            z-index: 9999 !important;
        }

            .mobilecallwpicon .icon-bar img {
                width: 30px;
            }

        .mobilecallwpicon .wpimage {
            width: 30px !important;
        }
    .mobilecallwpicon .icon-bar a {
        display: block;
        text-align: center;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

            .mobilecallwpicon .icon-bar .mobilecallwpicon_phone {
                padding-top: 10px;
                color: black;
            }

            .mobilecallwpicon .icon-bar .whatsapp {
                color: green;
            }

        .mobilecallwpicon .callbox {
            background: #fff;
            position: absolute;
            left: 24px;
            top: -53%;
            z-index: 1;
        }

            .mobilecallwpicon .callbox a {
                font-size: 10px;
                padding: 5px;
                font-family: 'Montserrat', sans-serif;
                font-size: 12px;
                font-weight: 500;
                line-height: 1.4;
                width: 120px;
                color: black;
            }

                .mobilecallwpicon .callbox a :hover {
                    background: #F9E4B6;
                }
}

/*.btmSheet__backdrop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1024;
}*/
.btmSheet__animate {
    animation: btmSheet_slideUp1 0.3s ease-in-out forwards;
}

#bottom-sheet-root {
    height: auto;
    width: auto;
    position: relative;
}

.btmSheet {
    display:none;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    max-height: calc(var(--100vh) - 36px);
    border-radius: 16px 16px 0 0;
    top: unset !important;
    min-height: unset !important;
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
}
.authStepperWrapper {
    background: #fff;
}
.btmSheet__header {
    display: flex;
    padding: 10px 20px 17px 20px;
    align-items: center;
    border-bottom: 1px #e6e6e6 solid;
    border-radius: 16px 16px 0 0;
}
.logSprite.icGo {
    width: 37px;
    height: 37px;
    background-position: -9px -8px;
}

.logSprite {
    background: url(../../gos3.ibcdn.com/sprite-1620307422.png) no-repeat;
    display: inline-block;
    background-size: 300px 300px;
    font-size: 0px;
    flex-shrink: 0;
}

.gr-append-right15 {
    margin-right: 15px;
}

.btmSheet__header--heading {
    font-size: 18px;
    line-height: 23px;
    color: #141823;
    font-weight: 700;
    margin: 0 !important;
}
.btmSheet__header--subHeading {
    font-size: 14px;
    line-height: 18px;
    color: #141823;
    margin-top: 4px;
}
.close-btn-wrap {
    margin-left: auto;
    padding: 12px 12px 2px 12px;
    text-align: right;
    position: absolute;
    right: 8px;
}
.logSprite.icClose {
    width: 16px;
    height: 16px;
    background-position: -180px -8px;
    cursor: pointer;
}

.btmSheet__close {
    margin-left: auto;
    flex-shrink: 0;
}
.btmSheet__content {
    padding: 15px 30px;
    height: auto;
}
.loginCont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.loginCont__inputwrap {
    height: 56px;
    border-radius: 4px;
    border: solid 2px #FFCC00;
    position: relative;
    display: flex;
}
.loginCont__label {
    display: inline-flex;
    position: absolute;
    left: 11px;
    top: -11px;
    background-color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    color: #FFCC00;
    font-weight:bold;
}
.loginCont__code {
    font-size: 13px;
    font-weight: 700;
    color: #c2c2c2;
    display: inline-flex;
    padding: 0 5px 0 20px;
    align-items: center;
    flex-shrink: 0;
}
.loginCont__input {
    width: 100%;
    border: 0;
    outline: 0; /*
    font-size: 16px;
    font-weight: 700;*/
    color: black;
    padding-left: 5px;
    border-radius: 0 4px 4px 0;
}

.loginCont__btn.disabled {
    background-color: #cecece;
    pointer-events: none;
}

.loginCont__btn {
    width: 100%;
    height: 47px;
    padding: 13px 118px 13px 116px;
    margin-top: 22px;
    border-radius: 8px;
    background-color: #FFCC00;
    color: #fff;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    -webkit-appearance: none;
}
.loginCont__tnc {
    text-align: center;
    margin-top: 22px;
}
.gr-lineHight18 {
    line-height: 18px !important;
}

.gr-font12 {
    font-size: 12px;
}
.loginCont__tnc a {
    cursor: pointer;
    color: rgb(0, 140, 255)
}

.offer img{
    width:68px;
}

.btmSheet__header--content
{
    width:100%;
    text-align:center;
}

.mob_search_icon.callicon .mobdropdown {
    display:inline;
}

.tblOffer {
    width:100%;
}

    .tblOffer td {
        text-align: center;
        padding: 5px 0px;
    }

.tblOffer a {
    font-size: 14px;
    font-weight: bold;
    color: #4C3D3D;
}

.callbox2 {
    background: #fff;
    position: absolute;
    left: 31%;
    bottom: 24px;
    z-index: 1;
}

.callbox2 a {
    font-size: 10px;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    width: 120px;
    color: black !important;
    display:block 
}

.callbox2 a :hover {
    background: #F9E4B6;
}
.tblOffer .td_wp {
    background:green;
    color:#fff;
}

.tblOffer .td2, .tblOffer .td3, .tblOffer .td4 {
    background: black;
    color:#fff
}
.tblOffer td a {
    font-weight: bold;
    color: #F4F4EC;
    font-size:12px;
}


.callicon {
    padding: 2px 0px !important;
    background:none !important;
    bottom:-2px !important;
}
h1 {font-size:25px;font-weight: 700;color: #000;}
.newPages ul li {
  list-style: none;
  position: relative;
  padding: 3px 0 2px 25px;
}

.newPages ul li::before {
  content: '*';
  position: absolute;
  top: 6px;
  left: 0;
}
.newPages .price-details table {
    border: 1px solid #ccc;
}
.newPages table.tajWayTableStyle {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}
.price-details table th, .price-details table td {
    padding: 10px;
    border: 1px solid #ccc;
}
.tajWayTableStyle th {
    background-color: #ffcc00;
    color: black;
    font-size: 14px;
    font-weight: 400;
}
.tajWayTableStyle th, .tajWayTableStyle td {
    text-align: left;
    padding: 3px;
    font-size: 14px;
}
.blg-data ul {
  list-style: square outside none;
}
.blg-data ul li { 
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0 20px;}
