.txtBox {
    border-color: #76a0c7;
    border-style: solid;
    border-width: 1px;
    font-family: Calibri;
    font-size: 16px;
    height: 35px;
    border-radius: 10px;
}

.txtBox2 {
    border: 0px;
    font-family: Calibri;
    font-size: 16px;
    height: 30px;
    border-bottom: solid 1px #76a0c7;
    width: 95%;
}

.btn {
    font-size: 18px;
    font-family: Calibri;
    background-color: #F0BB00;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    color: red;
    cursor: pointer;
    border-radius:10px !important;
}

.graybtn {
    font-size: 18px;
    font-family: Calibri;
    background-color: #cccccc;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    text-decoration:none;
    border-radius:10px;
}

.width200 {
    width:200px;
}

.bigbtn {
    font-size: 25px;
    font-family: Calibri;
    background-color: #F0BB00;
    padding: 30px 50px 30px 50px;
    font-weight: bold;
    color: red;
    border: solid 1px transparent;
    border-radius: 20px;
    cursor: pointer;
}

.btn_white {
    border-right: #76a0c7 1px solid;
    border-top: #76a0c7 1px solid;
    font-size: 12px;
    border-left: #76a0c7 1px solid;
    border-bottom: #76a0c7 1px solid;
    font-family: Calibri;
    background-color: #ffffff;
    padding: 3px 10px;
    height: 34px;
    color: #ffffff;
}



.preview {
    background-color: #ffffff;
    position: absolute;
    height: 200px;
    width: 250px;
    display: none;
    font-size: 12px;
    border: solid 1px black;
    color: black;
}

#tabelprfile td {
    border-width: 0px;
    padding: 2px;
    /*width: 200px;*/
}



.tdcol {
    font-family: Calibri !important;
    color: #444444 !important;
    font-size: 18px !important;
    text-align: left !important;
}

.tdcolerror {
    font-family: Calibri !important;
    color: red !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: left !important;
}

.preview table {
    border: solid 1px white;
    width: 100%;
    height: 100%;
}

    .preview table tr td {
        border: solid 1px #999999;
        width: 50%;
        padding: 4px;
    }
/*  .popuptable table tr td {
    padding:2px;
    
    }*/

#tablesubmenu td {
    border-width: 0 1px 1px 0;
    padding: 10px;
}

#tablesubmenu td, th {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.submenu1 {
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 0 0px;
    color: #000;
    padding: 5px;
    padding-left: 8px;
}

    .submenu1:hover {
        text-transform: uppercase;
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        padding: 12px 0 0px;
        color: #F58220;
        padding: 5px;
        padding-left: 8px;
    }


#navigation {
    position: relative;
    z-index: 999;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    #navigation ul {
        padding: 0 0 0 0px;
        margin: 0px;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        list-style: none;
        text-decoration: none;
    }

        #navigation ul li {
            position: relative;
            font-size: 12px;
            font-weight: bold;
            line-height: 30px;
            list-style: none;
            margin-top: 11px;
            color: #e7e7e7;
            text-align: center;
            line-height: 30px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            float: left;
            margin-right: 1px;
            text-decoration: none;
        }

            #navigation ul li a {
                padding-left: 15px;
                padding-right: 15px;
                color: #525252;
                text-align: center;
                line-height: 30px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                text-decoration: none;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                display: block;
                text-decoration: none;
                background: #ffffff;
            }

                #navigation ul li a:hover {
                    padding-left: 15px;
                    padding-right: 15px;
                    color: #ffffff;
                    text-align: center;
                    line-height: 30px;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    text-decoration: none;
                    /*background: #0186BA;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#47465E, endColorstr=#7A7A7A);
  background: -webkit-gradient(linear, left top, left bottom, from(#47465E), to(#7A7A7A));
  background: -moz-linear-gradient(top,  #47465E,  #7A7A7A);*/
                    background: #0B5FA7;
                    display: block;
                }

.menuactive {
    float: left;
    text-decoration: none;
    color: #000000;
    background-color: #FFFFFF;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}


#navigation ul li:hover a {
    /*color:#ffffff;*/
    text-decoration: none;
}

#navigation ul li ul {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    width: 190px;
    margin-left: 0px;
    margin-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#navigation ul li:hover > ul {
    position: absolute;
    display: block;
}

#navigation ul li ul li {
    background-image: none;
    width: 220px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    text-indent: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    list-style: none;
    color: #e7e7e7;
    text-align: left;
    float: left;
    z-index: 999;
    margin-right: 1px;
    text-decoration: none;
    border-radius: 5px;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}

#navigation ul li:hover ul li a {
    color: #525252;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    font-size: 12px;
    display: block;
    text-align: left;
    /*padding: 0px 17px 0px; */
}

#navigation ul li ul li a:hover {
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #0B5FA7;
    display: block;
    /*padding: 0px 17px 0px;*/
}

/*DLB*/
.portal {
    margin: 40px 0;
    background: #0265ae none repeat scroll 0 0;
    padding: 15px;
}

.portal1 {
    padding: 12px 0;
}

.portal a {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    color: #012a48;
    display: block;
    margin-left: 10%;
    width: 80%;
    padding: 10px 0;
    font-size: 18px;
}

.cbp-item {
    float: left;
    padding: 10px;
    width: 50%;
}

.caption_overlapped span {
    display: none;
}


.dlb-high-list {
    border: 20px solid #1B2443;
    margin: 30px 0;
}

    .dlb-high-list .col-sm-12 {
        padding: 0;
    }

.high_tech_nave {
    background: #1B2443;
    padding: 18px 0 0;
    margin-bottom: 20px;
}

    .high_tech_nave ul {
        margin: auto;
        text-align: center;
    }

    .high_tech_nave li {
        display: inline-block;
        margin: 0 40px;
    }

    .high_tech_nave a {
        color: #fff;
        font-size: 17px;
        font-weight: normal;
        text-transform: capitalize;
    }

        .high_tech_nave a:hover {
            color: #00AFF0;
        }

        .high_tech_nave a::after {
            background: #00AFF0 none repeat scroll 0 0;
            content: "";
            display: inline-block;
            height: 4px;
            transform: scale3d(0, 1, 1);
            transition: transform 0.4s ease 0s;
            width: 100%;
        }

        .high_tech_nave a:hover::after {
            transform: scale3d(1, 1, 1);
        }

.high-tech-images > img {
    width: 100%;
    padding: 17px 0;
}

.high-tech-contant {
    background: #fff7b3;
}

.dlb-high-list h4 {
    color: #1B2443;
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
}

.high-tech-contant p {
    font-size: 18px;
    margin: 15px 17px;
}

.high-tech-img > img {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 3px solid #ffffff;
}

.high-tech-contant > h3 {
    text-align: center;
    font-size: 22px;
    color: #2f2483;
    padding: 28px 0;
}

.high-tech-contant ul {
    margin: 0 40px 20px;
}

.high-tech-contant li {
    font-size: 16px;
    padding: 7px;
    list-style-type: square;
}


.polaroid_com {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.photo-gall_com p {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.heading_space iframe {
    border: 5px solid #394866;
    width: 100%;
}

.image > h4 {
    border: 1px solid #394866;
    color: #394866;
    font-weight: bold;
    margin-top: -5px;
    padding: 10px 0;
    text-align: center;
}

.heading_space {
    margin-bottom: 50px;
}

div.polaroid {
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.photo-gall > p {
    color: #000;
    font-size: 16px;
    padding: 15px 10px;
    text-align: center;
}

.modal {
    z-index: 1040;
}


#popupdiv {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}

.newpopupdiv {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: -moz-use-text-color #514836 #514836;
    border-image: none;
    border-radius: 5px 5px 3px 3px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #000000;
    display: none;
    font-size: 16px;
    padding: 0;
    position: absolute;
    z-index: 333;
}

    .newpopupdiv .popheader {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #e6ac1a, #e6ac1a) repeat scroll 0 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #ffffff;
        height: 20px;
        padding: 5px 0 0 5px;
        width: 99.4%;
    }

        .newpopupdiv .popheader .headername {
            background-position: left center;
            background-repeat: no-repeat;
            color: #ffffff;
            float: left;
            font-family: Calibri;
            font-size: 10pt;
            margin: 0;
            padding: 0 0 0 19px;
        }

.newpopupdiv-inner {
    margin: 0 auto;
    padding: 15px 5px 5px;
    width: 99%;
}

.clearfx {
    width: 100%;
    float: left;
}

.innerbox {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}

.heading1 {
    text-align: center;
    color: #E40025;
    font-size: 45px;
}

.heading2 {
    text-align: center;
    color: #E40025;
    font-size: 35px;
}

.heading3 {
    text-align: center;
    color: #CA9E00;
    font-size: 35px;
}

.content1 {
    text-align: center;
    color: #666666;
    font-size: 20px;
    line-height: 38px;
    padding:7px;
}


.imgstyle {
    width: 90%;
    margin: 2%;
    border-radius: 20px;
    border: solid 1px transparent;
}

.imgstyle2 {
    width: 60%;
    margin: 2%;
    border-radius: 20px;
    border: solid 1px transparent;
}

.big_button_link {
    width: 90%;
    margin-right: 5%;
    margin-left:5%;
    height: 100px;
    color: black;
    background-color: #FEF8E4;
    box-shadow: 5px 6px 18px -8px rgba(0,0,0,0.8);
    cursor: pointer;
}

.big_button_link_active {
    width: 90%;
    margin-right: 5%;
    margin-left:5%;
    height: 100px;
    color: white;
    background-color: #CB9E00;
    box-shadow: 5px 6px 18px -8px rgba(0,0,0,0.8);
    cursor: pointer;
}

    .big_button_link:hover {
        width: 90%;
        margin-right: 5%;
        height: 100px;
        color: black;
        background-color: #E9D6C0;
        box-shadow: 5px 6px 18px -8px rgba(0,0,0,0.8);
        cursor: pointer;
    }

.bannerimg {
    border: solid 1px tranparent;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.question {
    width: 95%;
    text-align: justify;
    padding: 10px;
    font-size: 19px;
    text-transform: capitalize;
    font-family: Oswald, sans-serif;
    background-color: #eee;
    margin-bottom: 10px;
}



.answer {
    text-align: left;
    font-family: Oswald, sans-serif;
    border: outset 1px;
    font-size: 19px;
    padding: 20px;
    display: none;
    word-spacing: 6px;
    line-height: 36px;
    background-color: #fff;
    min-height: 100px;
    overflow: auto;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}


.divlink {
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    font-family: Oswald, sans-serif;
}

    .divlink a {
        font-size: 20px;
        color: #000000;
        text-decoration: none;
        font-family: Oswald, sans-serif;
    }

        .divlink a:hover {
            font-size: 20px;
            color: #000000;
            text-decoration: underline;
            font-family: Oswald, sans-serif;
        }

.Ans {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    padding-right: 10px;
    font-family: Oswald, sans-serif;
}


.divlink a:active {
    font-size: 20px;
    color: #000000;
    text-decoration: underline;
    font-family: Oswald, sans-serif;
}

.order_now_div {
    margin: 0px auto;
    width: 100%;
    background-color: #CB9E00;
    height: 42px;
    padding-top: 8px;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    float:left;
}

.media_bottom_div {
    margin: 0px auto;
    width: 100%;
 
   
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    float:left;

    font-size:28px; height:50px; padding-top:14px; color:red; font-weight:bold; background-color:#F0BB00;
}


.order_now_link {
    font-size: 28px;
    cursor: pointer;
    font-weight: 500;
    transition: box-shadow .2s ease;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

.cart_link_dark {
    width: 100%; background-color: #B49E76; padding:15px 0px; text-align:center; font-weight:bold; color: White;
}

.cart_link_light {
    width: 100%; background-color: #EDDEBE; padding:15px 0px; text-align:center; font-weight:bold; color: black;
}

.header_gray {
    background-color: #D8D8D8;
width: 100%;
text-align: center;
font-weight: bold;
font-size: 30px;
color: #666666;
padding-top: 8px;
height: 45px;
float: left;
}

.tokri_offered_head {
   width: 100%;
background-color: #7D9855;
font-size: 22px;
max-width: 350px;
padding: 20px;
text-align: center;
color: #fff;
border-radius: 10px;
margin: 0px auto;
}

.tokri_next_head {
   width: 100%;
background-color: #D4974A;
font-size: 22px;
max-width: 350px;
padding: 20px;
text-align: center;
color: #fff;
border-radius: 10px;
margin: 0px auto;
}

.tokri_offered_button {
   width: 100%;
background-color: #7D9855;
font-size: 18px;
max-width: 160px;
padding: 15px;
text-align: center;
color: #fff;
border-radius: 10px;
margin: 5px auto;
font-weight:bold;  

}

.tokri_next_button {
   width: 100%;
background-color: #D4974A;
font-size: 18px;
max-width: 160px;
padding: 15px;
text-align: center;
color: #fff;
border-radius: 10px;
margin: 5px auto;
font-weight:bold;

}

.tokri_pending_button {
   width: 100%;
background-color: #FEE89A;
font-size: 18px;
max-width: 160px;
padding: 15px;
text-align: center;
color: #000000;
border-radius: 10px;
margin: 5px auto;
font-weight:bold;

}