﻿@font-face {
    font-family: 'Montserrat-Black';
    src: url(../fonts/Montserrat-Black/Montserrat-Black.eot);
    src: url(../fonts/Montserrat-Black/Montserrat-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Black/Montserrat-Black.woff) format("woff"),url(../fonts/Montserrat-Black/Montserrat-Black.ttf) format("truetype"),url(../fonts/Montserrat-Black/Montserrat-Black.svg#DaxOT) format("svg");
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url(../fonts/Montserrat-Light/Montserrat-Light.eot);
    src: url(../fonts/Montserrat-Light/Montserrat-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Light/Montserrat-Light.woff) format("woff"),url(../fonts/Montserrat-Light/Montserrat-Light) format("truetype"),url(../fonts/Montserrat-Light/Montserrat-Light.svg#Montserrat) format("svg");
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"),url(../fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype"),url(../fonts/Montserrat-Bold/Montserrat-Bold.svg#Montserrat) format("svg");
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot);
    src: url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.woff) format("woff"),url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.ttf) format("truetype"),url(../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.svg#Montserrat) format("svg");
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"),url(../fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype"),url(../fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat) format("svg");
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff) format("woff"),url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf) format("truetype"),url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg#Montserrat) format("svg");
}

@font-face {
    font-family: 'Montserrat-UltraLight';
    src: url(../fonts/Montserrat-UltraLight/Montserrat-UltraLight.eot);
    src: url(../fonts/Montserrat-UltraLight/Montserrat-UltraLight.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-UltraLight/Montserrat-UltraLight.woff) format("woff"),url(../fonts/Montserrat-UltraLight/Montserrat-UltraLight.ttf) format("truetype"),url(../fonts/Montserrat-UltraLight/Montserrat-UltraLight.svg#Montserrat) format("svg");
}

body {
    font-family: 'Istok Web';
    font-size: 14px;
    color: #212121;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

.noscroll {
    overflow: hidden;
}

.tab-content ::-webkit-scrollbar {
    display: none;
}

h1 {
    font-family: 'Montserrat-bold';
    color: #706D6D;
    margin: 5px 0;
    font-size:24px;
}

h2 {
    font-family: Montserrat-Bold;
    color: #706D6D;
    margin: 5px 0;
}

h4, h5, h6 {
    color: #525050;
    margin: 5px 0;
}

a, button {
    transition: color .1s ease-in,background .1s ease-in;
    word-wrap: break-word;
    outline: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

    a:before, a:after {
        text-decoration: none;
    }

.btn {
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ddd;
}

.no-pad {
    padding: 0;
}

.left-pad {
    padding-left: 0;
}

.right-pad {
    padding-right: 0;
}

.full-border {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom {
    border-top: 1px solid #ddd;
}

.container-fluid.top-header-border {
    border-top: 1px solid #ddd;
    margin: 0;
    margin-bottom: 10px;
}
<!--

.flash_banner .globeAnc, #hero-tabs .four-box .globeAnc, #grid-box .globeAnc {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
-->
.btn {
    padding: 10px 40px;
    border: 1px solid #ddd;
    font-family: 'Istok Web';
    border-radius: 0;
}

    .btn.medium {
        padding: 10px 20px;
    }

    .btn.orange {
        color: #f56d23;
        border-color: #f56d23;
    }

        .btn.orange.text-black {
            border-color: #f56d23;
            color: #4a4a4a;
        }

        .btn.orange:hover {
            background-color: #f56d23;
            color: #fff !important;
        }

    .btn.white {
        color: #fff;
        border-color: #fff;
    }

        .btn.white:hover {
            background-color: #fff;
            color: #4A4A4A;
        }

    .btn.gray {
        color: #4A4A4A;
        border-color: #4A4A4A;
    }

        .btn.gray:hover {
            background-color: #ddd;
            color: #4A4A4A;
        }

.Device900, .Device1024, .Device300, .Device640 {
    display: none;
}

.Deskmain {
    display: block;
}

#header-top-wrap {
    background-color: transparent;
}

    #header-top-wrap ul.top-nav {
        margin: 0;
        padding: 0;
        text-align: right;
    }

#header-top-wrap ul .LTop-Nav {
    padding: 8px 2px !important;
}

        #header-top-wrap ul.top-nav li {
            display: inline-block;
            padding: 8px 15px;
        }

        #header-top-wrap ul.top-nav.right-nav li:last-child {
            padding-right: 0;
        }

.fa-angle-right::before {
    font-size: 23px;
}
        #header-top-wrap ul.top-nav.left-nav li:first-child {
            padding-left: 0;
        }

        #header-top-wrap ul.top-nav.right-nav li:last-child img {
            width: 18px;
        }

        #header-top-wrap ul.top-nav.left-nav > li > a {
            color: #AEAEAE;
            padding: 5px 20px;
            font-family: 'Montserrat-Regular';
            font-size: 12px;
        }

            #header-top-wrap ul.top-nav.left-nav > li > a:hover {
                background-color: #faa524;
                color: #fff;
            }

        #header-top-wrap ul.top-nav.right-nav li a {
            text-transform: capitalize;
            font-family: 'Montserrat-Bold';
        }

        #header-top-wrap ul.top-nav.right-nav > li > a {
            color: #f56d23;
            padding: 5px 3px;
            font-size: 14px;
        }

        #header-top-wrap ul.top-nav.left-nav > li.active > a {
            background-color: #faa524;
            color: #fff;
        }

    #header-top-wrap .top-wrap {
        padding: 10px 0;
    }

#sticky.affix {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    top: 0;
    border-bottom: solid 1px #d8d8d8;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

    #sticky.affix .navbar {
        margin-bottom: 0;
    }

#header-nav .navbar-brand > img {
    display: block;
    width: 140px;
    margin-top: 2px;
}

#header-nav .navbar-brand {
    height: auto;
    padding: 1px 15px;
}

#header-nav .navbar-nav > li {
    padding: 1px 0;
}

    #header-nav .navbar-nav > li > a {
        line-height: 55px;
        color: #000;
        font-family: 'Montserrat-Bold';
        font-size: 14px;
    }

#header-nav li.dropdown span {
    padding: 5px;
}

#header-nav .navbar-nav.desk > li.open > a {
    color: #f56d23;
}

#header-nav .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

#header-nav .navbar-nav > li.open a .glyphicon {
    color: #f56d23;
}

#header-nav .navbar-nav > li.open > a > span.glyphicon-chevron-down:before {
    content: "\e113";
}

#header-nav .nav-centre > li > a:hover {
    color: #f56d23;
}

#header-nav .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

#header-nav .navbar-nav > li > a:hover span.glyphicon-chevron-down {
    color: #f56d23;
}

#header-nav .nav-centre.navbar-nav {
    padding-left: 65px;
}

#header-nav .nav-centre > li > a {
    padding: 0 27px;
    text-transform: capitalize;
}

#nav-tools > li > a {
    padding: 0 15px;
    padding-left: 50px;
}

#nav-tools li:before {
    content: '|';
    position: absolute;
    top: 18px;
    color: #979797;
}

#header-nav .nav-centre .dropdown-menu > li {
    border-bottom: 1px solid #ebebeb;
}

    #header-nav .nav-centre .dropdown-menu > li > a {
        font-size: 14px;
        padding: 10px 15px;
        color: #5C5C5C;
        text-transform: capitalize;
        font-family: 'Montserrat-SemiBold';
        word-wrap: break-word;
        white-space: normal;
    }

        #header-nav .nav-centre .dropdown-menu > li > a:hover {
            background-color: #faa524;
            background-image: none;
            color: #fff;
        }

#header-nav .nav-centre .dropdown-menu {
    padding: 0;
    width: 157px;
}

    #header-nav .nav-centre .dropdown-menu > li:last-child {
        border: none;
    }

#header-nav .navbar-nav > li > a span.glyphicon-chevron-down {
    font-size: 10px;
    color: #B5B5B5;
}

#nav-tools .input-group-btn .btn-default {
    background-image: none;
    background-color: #f56d23;
    color: #fff;
}

#nav-tools .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
    width: 300px;
    padding: 0;
}

#nav-tools .navbar-form .input-group {
    width: 300px;
}

#nav-tools form.navbar-form {
    padding: 0 5px;
    margin: 0;
}

#nav-tools .navbar-form .input-group .input-group-btn {
    width: 1px;
}

#nav-tools .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 20px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: #d5d5d5;
    content: '';
}

#nav-tools .box {
    position: relative;
    padding-top: 17px;
}

    #nav-tools .box .search {
        width: 200px;
        max-width: 0;
        padding: 5px;
        padding-left: 15px;
        transition: all .5s ease;
        position: absolute;
        right: 40px;
        box-sizing: border-box;
        opacity: 0;
        border-radius: 20px;
        border: 1px solid #ddd;
        top: 15px;
    }

        #nav-tools .box .search.expanded {
            max-width: 200px;
            opacity: 1;
            z-index: 99;
        }

    #nav-tools .box .icon {
        width: 20px;
        height: 20px;
        right: 13px;
        position: absolute;
        cursor: pointer;
    }

input.search:focus {
    outline: none;
}

#main-content {
    border-bottom: 1px solid #ddd;
}

    #main-content .no-border {
        border: none;
    }

.theme-background {
    background-color: #fbfbfb;
}

.middle-section .content_description {
    padding-top: 20px;
}

#mob-footer .panel.panel-default.footer-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

    #mob-footer .panel.panel-default.footer-heading > a {
        text-decoration: none;
        color: #000;
    }

#mob-footer .panel-heading.footer-option > h4 {
    font-size: 16px;
}

#mob-footer .panel-body.footer-suboption > ul {
    list-style-type: none;
}

    #mob-footer .panel-body.footer-suboption > ul > li > a {
        color: #000;
        font-size: 12px;
    }

    #mob-footer .panel-body.footer-suboption > ul > li {
        padding: 6px 0;
    }

#mob-footer .panel-body.footer-suboption {
    padding: 16px 0;
}

#footer-wrap {
    border-top: solid 1px #d8d8d8;
}

    #footer-wrap.copyright_area {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #footer-wrap .pt {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #footer-wrap #footer-nav ul {
        padding: 0;
        margin-bottom: 30px;
    }

    #footer-wrap ul.footer-top > li {
        display: inline-block;
        padding: 0 5px;
    }

        #footer-wrap ul.footer-top > li > a {
            display: inline-block;
            font-family: 'Istok Web';
            font-size: 14px;
            color: #000;
        }

    #footer-wrap #footer-nav ul > li {
        display: inline-block;
    }

        #footer-wrap #footer-nav ul > li > a {
            display: inline-block;
            font-family: DaxOT-Regular;
            font-size: 13px;
            text-transform: uppercase;
            color: #212121;
        }

            #footer-wrap #footer-nav ul > li > a:hover {
                text-decoration: underline;
            }

    #footer-wrap ul.footer_ul li:first-child {
        font-size: 12px;
        color: #000;
    }

    #footer-wrap ul.footer-top > li:nth-child(2):before {
        content: "|";
        padding: 0 10px 0 0;
    }

    #footer-wrap ul.footer-top {
        padding: 0;
    }

        #footer-wrap ul.footer-top li:last-child a {
            background-color: #faa524;
            border-radius: 25px;
            color: #fff;
        }

            #footer-wrap ul.footer-top li:last-child a img {
                height: 25px;
            }

            #footer-wrap ul.footer-top li:last-child a i {
                padding-right: 5px;
                color: #fff;
            }

    #footer-wrap p.footer-txt {
        font-family: 'DaxOT-Medium';
        font-size: 13px;
        color: #0072bc;
    }

    #footer-wrap ul.footer-social {
        padding: 0;
    }

        #footer-wrap ul.footer-social li {
            list-style: none;
            display: inline-block;
        }

            #footer-wrap ul.footer-social li a {
                display: inline-block;
                margin: 0 7px;
                width: 30px;
                height: 30px;
                color: #939393;
                line-height: 28px;
                border: solid 2px #939393;
                border-radius: 30px;
                text-align: center;
            }

            #footer-wrap ul.footer-social li:first-child {
                font-size: 14px;
                font-family: 'Montserrat-Bold';
                text-transform: uppercase;
            }

            #footer-wrap ul .footer-social li a:hover {
                color: #0072bc;
                border-color: #0072bc;
            }

    #footer-wrap p.copy-txt, #footer-wrap p.copy-txt a {
        font-family: 'DaxOT-Regular';
        color: #1f2024;
        font-size: 13px;
    }

        #footer-wrap p.copy-txt a:hover {
            color: #0072bc;
        }

    #footer-wrap .footer_section ul > li {
        list-style-type: none;
        line-height: 27px;
    }

    #footer-wrap .footer_section {
        border-bottom: 1px solid rgba(0,0,0,0.16);
    }

        #footer-wrap .footer_section ul.footer_list {
            padding-left: 0;
        }

        #footer-wrap .footer_section ul.footer_ul {
            padding-left: 0;
        }

        #footer-wrap .footer_section ul > li a {
            font-size: 14px;
            font-family: 'Istok Web';
            color: #000;
        }

            #footer-wrap .footer_section ul > li a > b {
                font-size: 11px;
                font-family: 'Montserrat-Bold';
                color: #000;
            }

    #footer-wrap .footer-social li.facebook a {
        background-color: #264593;
        color: #fff;
        border: none;
    }

    #footer-wrap .footer-social li.twitter a {
        background-color: #2b8ed2;
        color: #fff;
        border: none;
    }

    #footer-wrap .footer-social li.youtube a {
        background-color: #9d0000;
        color: #fff;
        border: none;
    }

    #footer-wrap .footer_section ul.footer_ul li:first-child {
        padding-bottom: 10px;
        font-size: 14px;
        font-family: 'Montserrat-Bold';
        color: #000;
       text-transform: capitalize;
       
    }

    #footer-wrap .copyright_area {
        margin-top: 30px;
    }

    #footer-wrap .footer-section-right p {
        font-size: 14px;
        color: #3C3C3C;
        font-family: 'Istok Web';
    }

.footer-section-right span:hover {
    color: #3C3C3C;
    font-family: 'Montserrat-Black';
    cursor: pointer;
}

.footer-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f56d23;
    z-index: 9999;
}

    .footer-sticky .MsgCircle {
        padding: 6px 0;
        color: #FFF;
        font-family: "Montserrat-Regular";
        text-align: center;
    }

        .footer-sticky .MsgCircle a {
            padding: 6px 0;
            color: #FFF;
            text-decoration: underline;
        }

div#divFAQ a {
    width: 100%;
    text-align: left;
    border-left-style: none !important;
}

#plan-section {
    margin-top: 20px;
}
.activedevice{ color:#f56d23;}

    #plan-section .panel-heading > div {
        display: inline-block;
        height: 88px;
        border-right: 1px solid #ebebeb;
        vertical-align: middle;
        padding: 20px 8px;
        width: 11%;
    }

        #plan-section .panel-heading > div:nth-child(3) {
            padding: 20px 10px;
        }

        #plan-section .panel-heading > div:nth-child(2) {
            width: 50%;
            border: none;
        }

.panel-heading .plan_description p {
    text-align: left;
}

#plan-section .plan_rupees p {
    margin: 0;
    font-size: 23px;
    color: #F56D23;
    text-align: center;
    font-family: Montserrat-Black;
}

#plan-section .plan_description p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Istok Web';
}

    #plan-section .plan_description p span {
        padding-right: 5px;
    }

#plan-section .plan_description {
    width: 70%;
}

#plan-section .panel-heading {
    padding: 0;
}

#plan-section .pull-right.compare {
    padding: 10px 0;
}

#plan-section .compare a:before {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 10px;
    padding-right: 5px;
}

#plan-section .compare.check a:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 10px;
    padding-right: 5px;
}

#plan-section .compare.check a {
    color: #f56d23;
}

#plan-section .panel-default > .panel-heading:hover .compare.check p a {
    color: #f56d23;
}

#plan-section .compare a {
    color: #000000;
    font-family: 'Montserrat-Light';
    line-height: 50px;
    font-size: 12px;
}

#plan-section .panel-default > .panel-heading:hover .compare a {
    color: #000;
    cursor: pointer;
}

#plan-section .plan_title.panel-title {
    text-align: center;
}

#plan-section .panel-default > .panel-heading {
    background-image: none;
    background-color: #fff;
    filter: none;
    border-color: transparent;
}

#plan-section .panel-heading > div:last-child {
    border: none;
}

#plan-section .plan_shop {
    text-align: center;
}

    #plan-section .plan_shop i {
        line-height: 70px;
        color: #F56D23;
        font-size: 20px;
        cursor: pointer;
    }

#plan-section .fa-shopping-cart:before {
    content: 'ssss';
    background-image: url(../images/cart.png);
    color: transparent;
    background-repeat: no-repeat;
    font-size: 22px;
}

#plan-section .panel-collapse {
    position: relative;
    border-top: 1px solid #EBEBEB;
}

    #plan-section .panel-collapse:before {
        position: absolute;
        right: 18%;
        display: inline-block;
        content: '\f106';
        color: #ddd;
        top: -18px;
        font-size: 20px;
        background-color: #fff;
        font-family: 'FontAwesome';
        height: 18px;
    }

#plan-section .planlayout2.panel-collapse:before {
    right: 6%;
}

#plan-section .plan_title.panel-title a.collapsed span:first-child {
    display: block;
}

#plan-section .plan_title.panel-title a.collapsed span:last-child {
    display: none;
}

#plan-section .plan_title.panel-title span:first-child {
    display: none;
}

#plan-section .plan_title.panel-title span:last-child {
    display: block;
}

#plan-section .plan_rupees p i {
    font-size: 15px;
    vertical-align: initial;
    color: #000;
    font-weight: lighter;
}

#plan-section .panel-group .panel {
    margin-bottom: 15px;
    border: 1px solid #EBEBEB;
    margin-top: 15px;
	border-radius: 1px;
}

#plan-section .plan_description p strong {
    font-family: 'Montserrat-Light';
    color: #4C4C4C;
    padding-left: 5px;
    font-weight: 400;
}

    #plan-section .plan_description p strong:first-child {
        padding-left: 0;
    }

#plan-section h1.incoming_call {
    font-size: 12px;
    font-family: 'Montserrat-Regular';
}

#plan-section .panel-group .panel.plan-border {
    border: 1px solid #F56D23;
}

#plan-section .planlayout2 .plan_rupees p {
    font-size: 22px;
    font-family: 'Montserrat-Black';
    margin-top: 5px;
}

#plan-section .plan_rupees .pricesize p {
    margin: 0;
    font-size: 40px;
    color: #F56D23;
    text-align: center;
    font-family: Montserrat-Black;
}

#plan-section .planlayout2 .plan_rupees p.three-num {
    font-size: 15px;
}

#plan-section .plan_rupees p.three-num i {
    vertical-align: middle;
    padding-right: 2px;
}

#plan-section .planlayout2 .plan_rupees p span {
    color: #000;
    font-size: 14px;
    font-family: 'montserrat-Light';
    padding-left: 4px;
}

#plan-section .panel-heading.planlayout2 > div:last-child {
    display: none;
}

#plan-section .subpanel.panel-group {
    margin-bottom: 0;
}

#plan-section .planlayout2 .panel-collapse:before {
    right: 6%;
}

#plan-section .plan_shop p {
    margin-top: 5px;
}

#plan-section .plan_shop a {
    color: #4c4c4c;
    font-family: 'Montserrat-bold';
    font-size: 14px;
}

#plan-section .showmore {
    padding: 20px 0;
}

#plan-section .calls_btn {
    padding-left: 13%;
}

.vassection p {
    padding-left: 50px;
}

#compare-section-mobile {
    margin-top: 15px;
}
.now {
    margin-top: 20px;
}
.now a {
    background-color: #f56d23;
    border-radius: 0;
    color: #fff;
    font-family: "Montserrat-bold";
    font-size: 14px;
    padding: 10px 35px;
    text-transform: capitalize;
}
.price {
    height: 40px;
    color: #4a4a4a;
    font-family: "Montserrat-Bold";
    font-size: 14px;
}
.head {
    font-size: 16px !important;
    font-family: Montserrat-Bold !important;
    padding: 16px;
}

    #compare-section-mobile ul {
        padding: 0;
        margin: 0;
        
    }

        #compare-section-mobile ul li {
            list-style-type: none;
            display: inline-block;
        }

            #compare-section-mobile ul li:first-child {
                width: 70%;
                padding-left: 15px;
                border-right: 1px solid #ddd;
                padding-top: 5px;
                padding-bottom: 5px;
            }

            #compare-section-mobile ul li:last-child {
                width: 30%;
                position: absolute;
                padding: 4px;
                text-align: center;
                text-transform: capitalize;
                background-color: #ddd;
            }

                #compare-section-mobile ul li:last-child a {
                    color: #4A4A4A;
                }

            #compare-section-mobile ul li p {
                margin-bottom: 0;
                text-transform: uppercase;
                color: #4A4A4A;
                font-family: 'Montserrat-Light';
                font-size: 13px;
            }

#blogCarousalWrap .owl-controls.clickable {
    position: absolute;
    top: -40px;
    right: 15px;
}

#blogCarousalWrap .owl-buttons > div {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #4a4a4a;
}

    #blogCarousalWrap .owl-buttons > div:last-child {
        border: none;
    }

#blogCarousalWrap .faq-header {
    padding: 15px 0;
}

    #blogCarousalWrap .faq-header h3 {
        margin: 0;
    }

        #blogCarousalWrap .faq-header h3 a {
            font-size: 18px;
            font-family: 'Montserrat-Bold';
            color: #4A4A4A;
            padding: 0;
        }

#blogCarousalWrap .owl-prev i, .owl-next i {
    font-size: 20px;
    color: #4a4a4a;
}

#blogCarousalWrap .owl-carousel {
    margin: 0;
}

#blogCarousalWrap .b-border {
    border-bottom: 1px solid #ddd;
}

#blogCarousalWrap .owl-wrapper .owl-item {
    padding: 45px 30px;
    border-right: 1px solid #ddd;
    height: 270px;
}

    #blogCarousalWrap .owl-wrapper .owl-item:first-child {
        padding-left: 0;
    }

#blogCarousalWrap .owl-item .item .caption .title {
    color: #F56D23;
    font-size: 18px;
    font-family: 'Montserrat-Black';
    margin-bottom: 15px;
}

#blogCarousalWrap .owl-item .item a.knowmore-btn {
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #4A4A4A;
    font-size: 15px;
    font-family: 'Istok Web';
    cursor: pointer;
}

#blogCarousalWrap .owl-item .item .caption {
    padding-bottom: 30px;
}

    #blogCarousalWrap .owl-item .item .caption p {
        font-size: 14px;
        font-family: 'Istok Web';
        color: #4A4A4A;
    }

#blogCarousalWrap .content_description {
    padding-top: 20px;
}

.left-section > div {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background-color: #fbfbfb;
    padding-left: 55px;
}

    .left-section > div:first-child {
        border-top: 1px solid #ebebeb;
    }

#sel1, #sel2, #sel3, #Location {
    border: none;
    width: 75%;
    background-color: transparent;
    box-shadow: none;
    color: #F56D23;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Montserrat-Regular';
    cursor: pointer;
}

    #sel1 option, #sel2 option, #sel3 option, #Location option {
        color: #4A4A4A;
        font-size: 13px;
        font-family: 'Montserrat-Light';
    }

select.form-control {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: 0;
    outline: 0;
}

select::-ms-expand {
    display: none;
}

.left-section #accordion ul {
    padding: 0;
    list-style-type: none;
    position: relative;
}

.left-section .panel.panel-default {
    background-color: #FBFBFB;
    border-bottom-color: #FBFBFB;
    box-shadow: none;
}

.left-section .panel-default > .panel-heading {
    background-image: none;
    background-color: transparent;
    filter: none;
    padding: 0;
    border-color: transparent;
}

.left-section .form-group {
    margin-top: 15px;
}

#service ul li img {
    width: 100%;
}

.left-section .circle_area p, .left-section .filter_area p {
    font-size: 14px;
    margin: 0;
    color: #4A4A4A;
    font-family: 'Montserrat-Bold';
}

.left-section .panel-default {
    border-color: transparent;
}

    .left-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
    }

.left-section .mobileprepay-list ul > li {
    line-height: 25px;
    font-size: 14px;
}

.left-section .form-group.font-icon {
    position: relative;
}

.left-section .mobileprepay-list li.active {
    color: #f56d23;
    font-family: 'Montserrat-Bold';
}

.left-section .clear-section.fa-refresh:before {
    content: "CLEAR";
    color: #4A4A4A;
    font-size: 11px;
    margin-right: 20px;
    font-family: 'Montserrat-Light';
    cursor: pointer;
}

.left-section .checkbox_section1 p, .checkbox_section2 p, .checkbox_section3 p {
    font-size: 14px;
    font-family: 'Montserrat-Bold';
    color: #4A4A4A;
}

    .left-section .checkbox_section1 p a, .checkbox_section2 p a, .checkbox_section3 p a {
        cursor: pointer;
    }

.left-section .checkbox_section1 .checkbox label, .checkbox_section2 .checkbox label, .checkbox_section3 .checkbox label {
    padding-left: 0;
}

.left-section .mobileprepay-list li.active:before {
    content: "\f105";
    position: absolute;
    left: -5%;
    font-family: FontAwesome;
}

.left-section > div:first-child i {
    padding-right: 30px;
    color: #F56D23;
    cursor: pointer;
}

.left-section .accordian_section h4.panel-title a i {
    padding-left: 10px;
}

.left-section .accordian_section h4.panel-title {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat-bold';
    color: #4A4A4A;
}

.left-section .mobileprepay-list ul > li a {
    font-size: 13.5px;
    font-family: 'Montserrat-Light';
    color: #464646;
}

.left-section .mobileprepay-list ul > li.active a {
    color: #F56D23;
    font-family: 'Montserrat-Bold';
}

input[type="checkbox"] + span:before {
    content: "\f096";
    font-family: 'FontAwesome';
    padding-right: 10px;
    font-size: 15px;
    color: #000;
}

input[type="checkbox"]:checked + span:before {
    content: "\f046";
    color: #f56d23;
}

input[type="checkbox"]:checked + span {
    color: #f56d23;
}

input[type="checkbox"] {
    display: none;
}

.checkbox span {
    font-family: 'Istok Web';
    color: #464646;
    font-size: 14px;
}

.clk-hre {
    font-size: 15px;
    font-weight: 700;
}

    .clk-hre a {
        border: 1px solid #f56d23;
        border-radius: 20px;
        color: #f56d23;
        font-family: "Montserrat-Light";
        font-size: 12px;
        padding: 1px 7px;
        text-decoration: none;
        margin-left: 5px;
    }

.corNone {
    cursor: initial;
}

#filter .sort-by ul {
    padding: 0;
    margin: 0;
}

    #filter .sort-by ul > li:first-child {
        padding-left: 0;
        border-left: none;
        color: #464646;
        padding-right: 0;
    }

#filter .sort-by-list ul > li {
    font-size: 12px;
    font-family: montserrat-Light;
}

#filter .sort-by ul > li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid rgba(84,78,78,0.39);
}

#filter .sort-by .left-sort ul.dropdown-menu > li {
    display: block;
    padding: 0;
    border-left: none;
    border-bottom: 1px solid #ddd;
}

    #filter .sort-by .left-sort ul.dropdown-menu > li:last-child {
        border-bottom: none;
    }

#filter ul.top-option.left-sort > li.open > a .fa-angle-down:before {
    content: '\f106';
}

#filter .sort-by .left-sort .dropdown ul {
    margin-top: 20px;
    min-width: 100px;
}

#filter .sort-by ul > li:nth-child(2) {
    border-left: none;
    padding-left: 2px;
}

#filter .sort-by ul > li:first-child:after {
    display: none;
}

#filter .sort-by ul > li:last-child:after {
    display: none;
}

input.hdn {
    display: block;
    font-size: 0;
    opacity: 0;
    position: absolute;
    width: 78px;
    cursor: pointer;
}

#filter .sort-by .dropdown ul {
    padding: 0;
}

#filter .filter_area i {
    color: #f56d23;
    margin-right: 15px;
    font-size: 15px;
}

#filter ul.right-sort li {
    font-size: 14px;
    font-family: Montserrat-bold;
}

#filter .filter_area p {
    font-size: 16px;
    margin: 0;
    font-family: Montserrat-bold;
    color: #4A4A4A;
}

#filter ul.top-option.left-sort li > a {
    padding: 10px;
    font-size: 12px;
    color: #666;
    font-family: 'montserrat-Light';
}

#filter ul.top-option.right-sort li > a {
    font-size: 12px;
    color: #4A4A4A;
    font-family: 'Montserrat-Regular';
    cursor: pointer;
}

#filter ul.top-option.left-sort > li:nth-child(2) i {
    padding-left: 10px;
}

#filter .sort-by {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 16px;
    height: 50px;
    margin-left: 20px;
}

#filter .right-sort li {
    text-transform: uppercase;
}

#filter .sort-by ul {
    padding: 0 12px;
}

div#divDefaultPageMsg {
    text-align: center;
}

    div#divDefaultPageMsg h4 {
        font-size: 14px;
    }

.content_description h1 {
    font-size: 24px;
    font-family: Montserrat-bold;
    color: #4A4A4A;
}

.content_description h2 {
    font-size: 24px;
    font-family: Montserrat-bold;
    color: #4A4A4A;
}

.content_description p {
    font-size: 12px;
    color: #4A4A4A;
    line-height: 18px;
    font-family: Montserrat-Bold;
    margin-bottom: 20px;
}

.flash_banner > div {
    height: 160px;
    display: table;
}

.pista {
    background-color: #fef9f0;
}

.red {
    background-color: #f08c77;
}

.flash_banner {
    position: relative;
    border: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 0;
}

.btn_switch {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    position: relative;
    z-index: 2;
}

.heading_text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}

.flash_banner.pista h1, .flash_banner.pista h2 {
    color: #f56d23;
    font-size: 34px;
}

.flash_banner.red h1, .flash_banner.red h2, .flash_banner.red p {
    color: #fff;
}

.img_section {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.img-link1 i {
    color: #EBEBEB;
    margin-left: 5px;
}

.call_text {
    margin: 20px 0;
}

.calls_btn > div {
    display: inline-block;
    padding-right: 20px;
    margin: 15px 0;
}

.calls_btn p {
    color: #f56d23;
    border: 1px solid #f56d23;
    padding: 5px 20px;
    margin-left: 15px;
    text-align: center;
    cursor: pointer;
}

.call_text p {
    line-height: 2px;
    padding-left: 13%;
    font-size: 14px;
    color: #4A4A4A;
    font-family: 'Montserrat-Light';
}

.calls_btn > div:nth-child(2) a {
    font-size: 12px;
    color: #2594D9;
    font-family: 'Montserrat-Regular';
}

.plan_title.panel-title span {
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Istok Web';
}

.plan_title.panel-title.moreblackcolor span {
    color: #4c4c4c;
    margin-top: 6px;
    font-size: 13px;
    font-family: 'Montserrat-Regular';
}

.desktop_compare_section ul.compare_section {
    list-style-type: none;
    background-color: #FBFBFB;
    margin-bottom: 0;
    padding-left: 0;
}

.desktop_compare_section {
    line-height: 1px;
}

    .desktop_compare_section ul > li {
        color: #f56d23;
        font-size: 20px;
        border-bottom: 1px solid rgba(0,0,0,0.23);
        padding: 25px 0;
        position: relative;
        text-align: center;
        font-family: 'Montserrat-Bold';
    }

    .desktop_compare_section ul.compare_section span.max_4_items {
        color: #7C7C7C;
        font-size: 12px;
        font-family: 'Montserrat-Light';
    }

    .desktop_compare_section ul.compare_section i.fa.fa-inr.re_icon {
        color: #4A4A4A;
        font-size: 16px;
        padding-right: 5px;
    }

    .desktop_compare_section .go_btn {
        font-size: 12px;
        color: #fff;
        text-align: center;
        background-color: grey;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-family: 'Montserrat-Bold';
    }

        .desktop_compare_section .go_btn:hover {
            background-color: #f56d23;
        }

    .desktop_compare_section ul.compare_section i.fa.fa-times {
        font-size: 12px;
        color: grey;
    }

    .desktop_compare_section ul.compare_section sup.remove_icon {
        position: absolute;
        top: 5px;
        right: 15%;
    }

    .desktop_compare_section ul.compare_section p#compare_text {
        margin-bottom: 8px;
        font-family: 'Montserrat-Bold';
        font-size: 14px;
        color: #7C7C7C;
        line-height: 5px;
    }

    .desktop_compare_section ul > li:first-child:after {
        content: '';
        opacity: 0;
    }

    .desktop_compare_section ul > li:last-child:after {
        content: '';
        opacity: 0;
    }

    .desktop_compare_section ul > li:first-child:before {
        position: absolute;
        right: 42%;
        display: inline-block;
        content: '';
        color: transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0,0,0,0.2);
        bottom: -7px;
    }

    .desktop_compare_section ul > li:after {
        content: 'VS';
        font-size: 10px;
        color: #ddd;
        font-weight: 100;
        border: 1px solid #ddd;
        border-radius: 11px;
        padding: 5px 3px;
        width: 22px;
        height: 22px;
        line-height: 11px;
        position: absolute;
        bottom: -10px;
        right: 40px;
        background-color: #FBFBFB;
    }

    .desktop_compare_section ul > li.alert {
        margin: 0;
    }

        .desktop_compare_section ul > li.alert span {
            color: #000;
            margin-bottom: 0;
            font-size: 12px;
            font-family: Montserrat;
        }

    .desktop_compare_section ul > li.alert {
        margin: 0;
        font-size: 20px;
        line-height: 15px;
        font-family: Montserrat-Black;
    }

.navbar-fixed-top + .content-container {
    margin-top: 70px;
}

.content-container {
    margin: 0 130px;
}

#top-link-block a.well {
    background-image: none;
    background-color: #F56D23;
    padding: 10px;
    border-radius: 25px;
    border: 0 solid transparent;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: 1px 2px 3px #A29A9A;
}

#top-link-block.affix-top {
    position: absolute;
    right: 2%;
}

#top-link-block.affix {
    position: fixed;
    bottom: 10%;
    right: 2%;
}

#compareScrollspy.affix {
    position: fixed !important;
    top: 138px;
    width: 8.33%;
}

#top-link-block.affix a i {
    font-size: 18px;
}

#plan-section #subaccordion .subpanel.panel-group .panel {
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
}

#subaccordion.subpanel p.panel_body_content {
    padding: 10px;
}

#subaccordion .panel-body.subpanelbody {
    padding: 0;
}

#subaccordion .subpanel.panel-group .panel-title {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 13px;
    color: #4A4A4A;
    background-color: #F6F6F6;
    height: 20%;
    padding: 11px 15px;
    font-family: 'Montserrat-Regular';
}

#subaccordion .subpanel.panel-group > .panel.panel-default {
    margin-top: 0;
    margin-bottom: 0;
}

#subaccordion .suboption-terms {
    margin-top: 20px;
    margin-left: 14%;
}

#subaccordion .panel-body.subplan {
    padding: 0;
}

#subaccordion .subpanel.panel-group .panel-title > span {
    padding-right: 18%;
    padding-left: 12%;
}

#subaccordion p.panel_body_content {
    font-size: 13px;
    font-family: 'Montserrat-regular';
    color: #4A4A4A;
    padding: 0;
}

#plan-section .panel-heading.planlayout2 > div:nth-child(2) {
    width: 62%;
    border: none;
}

#plan-section .panel-heading.planlayout2 > div:nth-child(4) {
    border: none;
}

#subaccordion .subpanel .panel-collapse:before {
    display: none;
}

#subaccordion .panel-body.subplan .panel a > div > span .fa-plus:before {
    content: "\f068";
}

#subaccordion .panel-body.subplan .panel a.collapsed > div > span .fa-plus:before {
    content: "\f067";
    color: #4A4A4A;
    font-size: 13px;
    font-family: FontAwesome;
}

#plan-section .subpanel .panel-body {
    padding-left: 14%;
}

#blogCarousalWrap .faq-header a {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    color: #212121;
    font-family: 'Montserrat-Bold';
    border-left: 2px solid #212121;
}

    #blogCarousalWrap .faq-header a:first-child {
        border-left: none;
    }

.showmore a.showmore-btn {
    padding: 15px 25px;
}

.faq-header a {
    cursor: pointer;
}

#filter .filter .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    text-transform: uppercase;
}

#filter .filter .tab-content {
    position: relative;
    right: -396px;
}

#filter .filter .nav-tabs > li > a {
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    color: #000;
}

#filter .filter .nav-tabs > li.active > a, .filter .nav-tabs > li.active > a:focus, .filter .nav-tabs > li.active > a:hover {
    border-bottom-color: #ddd;
    border: none;
    border-right: 1px solid #ddd;
    background-color: #ddd;
}

#filter .back-btn, #faq-right .back-btn {
    padding: 10px 5px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
}

#filter .filter .description {
    padding: 10px;
    background-color: #fbfbfb;
}

    #filter .filter .description form > .checkbox {
        padding: 10px 0;
        border-bottom: 1px solid #fff;
    }

        #filter .filter .description form > .checkbox label {
            padding: 0 40px;
        }

#filter .back-btn a, #faq-right .back-btn a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 40px;
    font-family: 'Montserrat-Bold';
}

#filter .filter input[type="checkbox"] {
    display: none;
}

#filter .filter .nav-tabs > li a > span {
    position: absolute;
    right: 35px;
    top: 10px;
    color: #f56d23;
    background-color: transparent;
}

#filter .filter .nav-tabs > li:last-child a {
    padding: 25px;
    text-align: center;
    font-size: 18px;
    color: #F56D23;
}

#filter .filter .nav-tabs > li:last-child i {
    padding-right: 20px;
}

#filter ul.filter > li {
    text-align: center;
    display: inline-block;
    border-left: none;
    padding: 5px 0;
    width: 49.2%;
    height: 35px;
    border-right: 1px solid #ddd;
}

    #filter ul.filter > li:last-child {
        border: none;
    }

#filter ul.filter {
    padding: 0;
    border: 1px solid #ddd;
}

.open .dropdown-menu {
    right: 0;
    left: 15px;
    top: auto;
    position: absolute;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 0;
}

#filter ul.filter li.dropdown.open {
    position: static;
}

#filter ul.filter > li > a {
    color: #000;
    text-transform: uppercase;
    color: #4A4A4A;
    font-family: 'Montserrat-Light';
    font-size: 15px;
}

    #filter ul.filter > li > a i {
        padding-left: 15px;
    }

#filter ul.filter li.dropdown.open > a {
    color: #F56D23;
}

#filter ul.filter li.dropdown.open a .fa-angle-down:before {
    content: "\f106";
}

#filter ul.filter li .checkbox {
    margin: 0;
    padding: 15px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #fff;
}

    #filter ul.filter li .checkbox label {
        color: #000;
        font-size: 16px;
    }

#filter .back-btn a i {
    padding-right: 10px;
}

#filter .badges-border {
    border: 1px solid #f56d23;
    border-radius: 10px;
    padding: 1px;
    width: 20px;
    text-align: center;
}

.header-wrap {
    background-size: 95%;
    background-repeat: no-repeat;
}

#slider-wrap {
    height: 400px;
}

    #slider-wrap .heading_text a {
        border: 3px solid #f56d23;
        padding: 10px;
        color: #000;
    }

    #slider-wrap .left_text a {
        border: 3px solid #f56d23;
        padding: 10px;
        color: #000;
    }

    #slider-wrap .banner {
        position: relative;
    }

    #slider-wrap .banner_caption {
        position: absolute;
        top: 0;
        top: 130px;
    }

        #slider-wrap .banner_caption h1 {
            color: #f56d23;
            font-size: 50px;
            margin-bottom: 20px;
        }

    #slider-wrap .banner img {
        width: 100%;
    }

    #slider-wrap a.btn.orange.btn-grey {
        color: #4a4a4a;
    }

#slider-chat .chat-right {
    position: fixed;
    right: 0;
    top: 40%;
    background-color: #faa524;
    color: #fff;
    width: 30px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

#hero-tabs {
    margin-bottom: 25px;
}

    #hero-tabs .four-box {
        padding: 0;
        cursor: pointer;
    }

        #hero-tabs .four-box li {
            list-style-type: none;
            float: left;
            color: #fff;
            width: 25%;
        }

    #hero-tabs .box1 p {
        text-align: center;
        text-align: left;
        margin: 0;
    }

    #hero-tabs .four-box li p {
        font-size: 15px;
        font-family: 'Montserrat-Light';
        margin-bottom: 0;
        line-height:50px;
    }

        #hero-tabs .four-box li p span {
            font-family: 'Montserrat-Bold';
        }

    #hero-tabs .four-box li.box1 {
        background-color: #ed1c32;
        padding: 10px 30px;
        cursor: default;
    }

    #hero-tabs .four-box li.box2 {
        background-color: #f56d23;
        padding: 10px 30px;
        cursor: default;
    }

    #hero-tabs .four-box li.box3 {
        background-color: #faa524;
        padding: 10px 30px;
        cursor: default;
    }

    #hero-tabs .four-box li.box4 {
        background-color: #4a4a4a;
        padding: 10px 30px;
        cursor: default;
    }

    #hero-tabs .four-box .box-go-btn a {
        color: #fff;
        border: 2px solid;
        padding: 2px 13px;
        z-index: 2;
        position: relative;
        display:block;
    }

    #hero-tabs .four-box .box-go-btn {
        padding: 5px 0;
    }

        #hero-tabs .four-box .box-go-btn a:hover {
            background-color: #fff;
            color: #f56d23;
            border-color: transparent;
        }

    #hero-tabs .four-box li:first-child {
        padding-left: 65px;
    }

    #hero-tabs .four-box li:last-child {
        padding-right: 65px;
    }

#grid-box .box-btn .btn {
    position: relative;
    z-index: 2;
}

#grid-box .box11 {
    background-color: #fef9f0;
    height: 250px;
}

#grid-box .box12 {
    background-color: #fef9f0;
    height: 250px;
}

#grid-box .box13 {
    background-color: #faa524;
    height: 250px;
    background-color: #faa524;
    height: 250px;
    position: relative;
}

    #grid-box .box13 .box-btn {
        position: absolute;
        bottom: 15px;
        left: 15%;
        z-index: 2;
    }

#grid-box .box21 {
    background-color: #f08c77;
    height: 250px;
}

#grid-box .box31 {
    background-color: #f08c77;
    height: 250px;
    background-color: #f08c77;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 35%;
}

#grid-box .box32 {
    background-color: #fff;
    height: 250px;
    font-size: 20px;
}

#grid-box .box33 {
    background-color: #faa524;
    height: 250px;
}

#grid-box .box34 {
    background-color: #fff9dd;
    height: 250px;
}

#grid-box .box35 {
    background-color: #fbf8f6;
    height: 500px;
}

#grid-box .box11 {
    background-repeat: no-repeat;
    background-position: 97%;
    background-color: #fef9f0;
}

#grid-box .box12 {
    background-repeat: no-repeat;
    background-position: 10% 80%;
    background-color: #fff9dd;
}

#grid-box .box13 {
    background-repeat: no-repeat;
    background-position: 50% 35%;
}

#grid-box .box33 .caption p:first-child {
    font-size: 27px;
    color: #fff;
    font-family: 'Montserrat-Light';
    margin-bottom: 0;
}

#grid-box .box33 .caption p:nth-child(2) {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat-Bold';
    line-height: 10px;
}

#grid-box .box33 .caption p:last-child {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat-UltraLight';
    line-height: 15px;
}

#grid-box .box34 .caption .caption-heading p:first-child {
    font-size: 40px;
    color: #f56d23;
    font-family: 'Montserrat-Light';
    margin-bottom: 0;
    line-height: 15px;
}

#grid-box .box34 .caption .caption-heading p:last-child {
    font-size: 40px;
    color: #f56d23;
    font-family: 'Montserrat-Bold';
}

#grid-box .box35 .caption .caption-heading p:first-child {
    font-size: 40px;
    color: #f56d23;
    font-family: 'Montserrat-Light';
    margin-bottom: 0;
    line-height: 10px;
}

#grid-box .box35 .caption .caption-heading p:nth-child(2) {
    font-size: 40px;
    color: #f56d23;
    font-family: 'Montserrat-Light';
    margin-bottom: 0;
}

    #grid-box .box35 .caption .caption-heading p:first-child span, #grid-box .box35 .caption .caption-heading p:nth-child(2) span {
        font-size: 40px;
        color: #f56d23;
        font-family: 'Montserrat-Bold';
        padding-left: 5px;
    }

#grid-box .box35 .caption .caption-heading p:last-child {
    font-size: 14px;
    font-family: 'Montserrat-UltraLight';
    color: #4a4a4a;
}

#grid-box .box13 a.btn.link-btn {
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 0;
}

#grid-box .box13 .caption-heading p:first-child {
    color: #f56d23;
    font-size: 35px;
    font-family: 'Montserrat-Bold';
    line-height: 30px;
}

#grid-box .box13 .caption-heading p:nth-child(2) {
    color: #f56d23;
    font-size: 35px;
    font-family: 'Montserrat-Light';
    line-height: 20px;
}

#grid-box .box13 .caption-heading p:last-child {
    color: #f56d23;
    font-size: 20px;
    font-family: 'Montserrat-UltraLight';
    line-height: 30px;
}

#grid-box .box13 .caption {
    position: absolute;
    top: 10%;
    left: 15%;
    background-repeat: no-repeat;
    background-size: 100%;
}

#grid-box .box11 .caption, .box12 .caption, .box13 .caption, .box34 .caption, .box35 .caption {
    padding: 10px;
}

#grid-box .box11 .caption-heading p:last-child {
    font-size: 40px;
    font-family: 'Montserrat-Light';
    color: #f56d23;
    line-height: 20px;
}

#grid-box .box11 .caption-heading p:first-child {
    font-size: 40px;
    font-family: 'Montserrat-Bold';
    color: #f56d23;
    margin: 0;
}

#grid-box .box11 .caption-description {
    font-size: 18px;
    color: #f56d23;
}

#grid-box .box11 .box-btn {
    padding: 20px 0;
}

#grid-box .box11 a.btn.link-btn {
    font-size: 14px;
    color: #4a4a4a;
    border: 1px solid #f56d23;
    margin: 10px 40px;
    border-radius: 0;
}

#grid-box .box12 .caption {
    position: absolute;
    left: 5%;
    top: 15%;
}

    #grid-box .box12 .caption .caption-heading p:first-child {
        color: #f56d23;
        font-size: 35px;
        font-family: 'Montserrat-Light';
        margin: 0;
    }

    #grid-box .box12 .caption .caption-heading p:last-child {
        color: #f56d23;
        font-size: 35px;
        font-family: 'Montserrat-Bold';
        line-height: 20px;
    }

#grid-box .box11 .caption {
    position: absolute;
    left: 5%;
    top: 15%;
}

#grid-box .box31 .caption {
    position: absolute;
    top: 30%;
    left: 5%;
}

    #grid-box .box31 .caption .caption-heading p:first-child {
        font-size: 40px;
        color: #fff;
        font-family: 'Montserrat-Bold';
        margin: 0;
    }

    #grid-box .box31 .caption .caption-heading p:last-child {
        font-size: 40px;
        color: #fff;
        font-family: 'Montserrat-Light';
        line-height: 10px;
    }

#grid-box .box32 {
    background-repeat: no-repeat;
    position: 100% 47%;
    background-position: 100% 100%;
    background-size: 75%;
}

    #grid-box .box32 .caption {
        padding: 10px;
    }

        #grid-box .box32 .caption .caption-heading p:first-child {
            font-size: 17px;
            font-family: 'Montserrat-Light';
            color: #4a4a4a;
            margin: 0;
        }

        #grid-box .box32 .caption .caption-heading p:last-child {
            font-size: 17px;
            font-family: 'Montserrat-Bold';
            color: red;
            margin: 0;
        }

#grid-box .box33 {
    background-color: #faa524;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 0 100%;
    position: relative;
}

    #grid-box .box33 .caption p {
        color: #fff;
        font-size: 16px;
    }

    #grid-box .box33 .caption {
        position: absolute;
        top: 25%;
        right: 0;
        padding: 10px;
    }

#grid-box .box34 {
    background-color: #fff9dd;
    background-repeat: no-repeat;
    background-position: 90%;
}

    #grid-box .box34 .caption {
        position: absolute;
        top: 30%;
        left: 5%;
    }

#grid-box .box35 {
    background-color: #fbf8f6;
    background-repeat: no-repeat;
    background-position: 60% 5%;
    position: relative;
}

    #grid-box .box35 .caption {
        position: absolute;
        bottom: 10%;
        right: 8%;
    }

    #grid-box .box35 a.btn.link-btn {
        color: #4a4a4a;
        border: 1px solid #f56d23;
        font-size: 14px;
        border-radius: 0;
    }

#grid-box .box34 a.btn.link-btn {
    color: #4a4a4a;
    border: 1px solid #f56d23;
    padding: 10px 20px;
    margin: 10px 50px;
    border-radius: 0;
}

#grid-box .btn-section {
    margin: 15px 0;
    text-align: center;
    display: none;
}

#service {
    margin: 40px 0;
    cursor: pointer;
}

    #service ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #service ul > li {
            display: table;
            display: -webkit-box;
            padding: 30px 5%;
            float: left;
        }

            #service ul > li .text-right {
                padding-left: 15px;
                display: table-cell;
                vertical-align: middle;
            }

    #service .service-icon {
        float: left;
        border-radius: 30px;
        padding: 14px;
        background-color: red;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
    }

        #service .service-icon i {
            font-size: 25px;
            line-height: 25px;
        }

        #service .service-icon.link1 {
            background-color: #C60;
        }

        #service .service-icon.link2 {
            background-color: #C60;
        }

        #service .service-icon.link3 {
            background-color: #C03;
        }

        #service .service-icon.link4 {
            background-color: #F60;
        }

    #service ul > li .text-right h6 {
        font-family: 'Montserrat-black';
    }

    #service ul > li .text-right a {
        text-transform: uppercase;
        color: #000;
        font-size: 4px;
        text-align: left;
        font-family: Slabo;
    }

    #service ul > li:last-child {
        padding-right: 0;
    }

    #service ul > li:first-child {
        padding-left: 0;
    }

    #service .links h4 {
        font-size: 18px;
        font-family: 'Montserrat-Bold';
        color: #4a4a4a;
    }

    #service .links h5 {
        font-size: 14px;
        color: #4a4a4a;
        font-family: 'Istok Web';
    }

    #service ul.service-link-mob > li {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background-color: #fbfbfb;
    }

        #service ul.service-link-mob > li a {
            text-transform: uppercase;
            font-size: 15px;
            font-family: 'Montserrat-Bold';
            color: #5A5A5A;
        }

#about-section .heading p {
    font-size: 90px;
    font-family: 'Montserrat-Ultralight';
    line-height: 100%;
}

#about-section .heading span {
    font-size: 90px;
    font-family: 'Montserrat-Black';
    color: #4a4a4a;
    line-height: 50px;
}

#about-section .text-area p {
    font-size: 14px;
    color: #4a4a4a4font-family:Montserrat-Regular;
    padding-left: 3%;
}

#about-section {
    padding: 55px 0;
    background-color: #FBF8F6;
    border-top: 1px solid #fbf8f6;
}

p.box13-always {
    font-size: 20px;
    color: #f56d23;
    padding: 0 10px;
}

#faq-left {
    padding-left: 0;
    padding-bottom: 0;
    border-right-color: transparent;
    border-bottom-color: transparent;
    background-color: transparent;
    padding-top: 5px;
}

    #faq-left .panel-group {
        margin-bottom: 0;
    }

        #faq-left .panel-group .panel-heading {
            position: relative;
            padding: 15px 80px;
        }

        #faq-left .panel-group a .panel-heading:after {
            content: "\f106";
            position: absolute;
            top: 12px;
            right: 10%;
            font-family: FontAwesome;
            color: #f56d23;
        }

        #faq-left .panel-group a.collapsed .panel-heading:after {
            content: "\f107";
            color: #000;
        }

        #faq-left .panel-group a .panel-heading:before {
            content: "\f105";
            position: absolute;
            top: 12px;
            left: 65px;
            font-family: FontAwesome;
            color: #f56d23;
        }

        #faq-left .panel-group a.collapsed .panel-heading:before {
            content: "\f104";
            color: transparent;
        }

    #faq-left .panel.panel-default .collapse.in {
        border-bottom: 1px solid #ddd;
    }

    #faq-left .panel-title {
        color: #5A5A5A;
        text-transform: capitalize;
        font-size: 14px;
        font-family: 'Montserrat-Bold';
    }

    #faq-left .nav-tabs > li {
        float: none;
    }

        #faq-left .nav-tabs > li.active > a, #faq-left .nav-tabs > li.active > a:hover {
            color: #f56d23;
            background-color: transparent;
            border: none;
        }

        #faq-left .nav-tabs > li > a {
            font-family: 'Istok Web';
            font-size: 14px;
            border: none;
            color: #3a3a3a;
            text-transform: capitalize;
            padding: 10px;
        }

    #faq-left .nav-tabs {
        border-bottom-color: transparent;
        padding-left: 70px;
    }

    #faq-left .panel-body {
        padding: 0;
    }

    #faq-left .nav > li > a:focus, .nav > li > a:hover {
        border-color: transparent;
    }

    #faq-left .panel-group .panel a.collapsed .panel-heading .panel-title {
        color: #5A5A5A;
        font-family: 'Montserrat-Bold';
    }

    #faq-left .panel-group .panel a .panel-heading .panel-title {
        color: #f56d23;
    }

.left-section #faq-left .panel.panel-default {
    background-color: transparent;
    border-bottom-color: #F6F6F6;
}

.left-section {
    padding: 0;
}

.top-title {
    padding: 20px 0;
    padding-left: 50px;
}

    .top-title h1 {
        font-size: 17px;
        font-family: 'Montserrat-Bold';
        text-transform: capitalize;
        color: #000;
    }

    .top-title p {
        font-size: 14px;
        font-family: 'Istok Web';
    }

.left-section #faq-left .panel {
    margin-top: 0;
    border: none;
}

#faq-right {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

    #faq-right .panel {
        border: none;
    }

    #faq-right .panel-group .panel-heading {
        position: relative;
        padding: 20px 0;
        padding-left: 10%;
        background-color: #F6F6F6;
    }

    #faq-right .panel-group a .panel-heading:before {
        content: "Q";
        position: absolute;
        top: 18px;
        left: 5%;
        font-family: FontAwesome;
        color: #000;
    }

    #faq-right .tab-content h1 {
        color: #f56d23;
        font-size: 17px;
        font-family: 'Montserrat-Bold';
        padding-left: 5%;
        margin: 10px 0;
    }

    #faq-right .tab-content h2 {
        color: #f56d23;
        font-size: 18px;
        font-family: 'Montserrat-Bold';
        padding-left: 5%;
        margin: 10px 0;
    }

    #faq-right .panel-group .panel.panel-default a.collapsed .panel-heading h4.panel-title {
        color: #5a5a5a;
        font-size: 14px;
        font-family: 'Montserrat-Regular';
        line-height: 20px;
        letter-spacing: .2px;
    }

    #faq-right .panel-group .panel.panel-default a.collapsed .panel-heading:hover h4.panel-title {
        color: #f56d23;
    }

    #faq-right .back-btn {
        display: none;
    }

    #faq-right .panel-group .panel.panel-default h4.panel-title {
        color: #f56d23;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .2px;
    }

    #faq-right .panel-group a.collapsed .panel-heading:before {
        color: #000;
    }

    #faq-right .panel-group a.collapsed .panel-heading:hover:before {
        color: #f56d23;
    }

    #faq-right .panel-group a .panel-heading:before {
        color: #f56d23;
    }

    #faq-right .panel-group {
        margin-top: 20px;
        margin-bottom: 0;
    }

    #faq-right .panel-body {
        padding: 15px 0;
        padding-right: 10px;
    }

    #faq-right .ans {
        padding-left: 10%;
        position: relative;
    }

        #faq-right .ans:before {
            content: 'A';
            position: absolute;
            left: 5%;
        }

    #faq-right .ans-title p {
        margin-left: 0;
    }

    #faq-right .ans-title span {
        font-family: Montserrat-bold;
    }

    #faq-right .ans p {
        font-family: Montserrat-light;
        color: #000;
        font-size: 13.5px;
        line-height: 25px;
        letter-spacing: .8px;
    }

    #faq-right p.ans_heading {
        color: #f56d23;
        font-family: Montserrat-bold;
        margin-top: 15px;
        padding: 0;
        font-size: 12px;
    }

    #faq-right p.ans-content {
        font-family: Montserrat-light;
        font-size: 13.5px;
        color: #000;
        padding: 0;
        line-height: 25px;
        letter-spacing: .8px;
    }

    #faq-right .ans-list {
        margin-left: 0;
    }

        #faq-right .ans-list ul > li {
            text-decoration: none;
            color: #000;
            padding: 0;
        }

            #faq-right .ans-list ul > li > a {
                color: #000;
                border-right: 1px solid #000;
                padding-right: 17px;
                padding-left: 10px;
                margin-left: 0;
                font-size: 12px;
                font-family: 'Montserrat-Light';
            }

    #faq-right .ans-link a {
        font-family: Montserrat-regular;
        font-size: 12px;
        text-decoration: underline;
        padding: 0;
        color: #004aca;
    }

    #faq-right .ans-link p {
        font-family: Montserrat-light;
        font-size: 14px;
        color: #000;
        margin-left: 0;
        padding: 0;
    }

    #faq-right .ans-link1 a {
        padding: 0;
        margin-left: 0;
        font-size: 12px;
        text-decoration: underline;
        font-family: Montserrat-regular;
        color: #004aca;
    }

    #faq-right .ans-link1 {
        padding-top: 18px;
    }

    #faq-right .ans-list ul {
        padding: 0;
    }

        #faq-right .ans-list ul > li:first-child a {
            padding-left: 0;
        }

        #faq-right .ans-list ul > li:last-child a {
            border-right: none;
            padding-left: 0;
        }

.item.option-blog > div:last-child {
    position: absolute;
    width: 80%;
}

tbody.customtable {
    text-align: center;
}

#comparetable .table, #comparetable1 .table, #comparetable2 .table {
    width: 99%;
}

    #comparetable .table > tbody > tr > td:first-child, #comparetable1 .table > tbody > tr > td:first-child, #comparetable2 .table > tbody > tr > td:first-child {
        background-color: #f6f6f6;
        font-size: 13px;
        font-family: Montserrat-Bold;
        color: #4a4a4a;
        padding: 10px 20px;
    }

    #comparetable .table > tbody > tr.first-row > td {
        border: none;
        background-color: #FBFBFB;
    }

    #comparetable .table > tbody > tr.bg-color > td {
        padding: 10px;
    }

    #comparetable .table > thead > tr > th, #comparetable1 .table > thead > tr > th, #comparetable2 .table > thead > tr > th {
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
    }

    #comparetable .table > tbody > tr > td, #comparetable1 .table > tbody > tr > td, #comparetable2 .table > tbody > tr > td {
        padding: 30px 45px;
        line-height: 1.42857143;
        vertical-align: middle;
        font-size: 14px;
        font-family: Istok Web;
        color: #4a4a4a;
        border: 1px solid #ddd;
        background: #fff;
    }

.table tbody {
    border-top: 1px solid #ddd;
}

#comparetable .table > tbody > tr.bg-color > td p:first-child, #comparetable1 .table > tbody > tr.bg-color > td p:first-child, #comparetable2 .table > tbody > tr.bg-color > td p:first-child {
    margin-bottom: 0;
    color: #f56d23;
    text-align: center;
    font-size: 29px;
    font-family: 'Montserrat-black';
}

#comparetable .table > tbody > tr.bg-color > td p:last-child, #comparetable1 .table > tbody > tr.bg-color > td p:last-child, #comparetable2 .table > tbody > tr.bg-color > td p:last-child {
    margin-bottom: 0;
    text-align: center;
}

#comparetable p.num-text, #comparetable1 p.num-text, #comparetable2 p.num-text {
    font-size: 12px;
    color: #4a4a4a;
    font-family: 'Montserrat-Regular';
}

#comparetable .table > tbody > tr.no-border > td, #comparetable1 .table > tbody > tr.no-border > td, #comparetable2 .table > tbody > tr.no-border > td {
    border-bottom: 1px solid transparent;
}

    #comparetable .table > tbody > tr.no-border > td:first-child, #comparetable1 .table > tbody > tr.no-border > td:first-child, #comparetable2 .table > tbody > tr.no-border > td:first-child {
        border-bottom: 1px solid #ddd;
    }

    #comparetable .table > tbody > tr.no-border > td.bg-none:first-child, #comparetable1 .table > tbody > tr.no-border > td.bg-none:first-child, #comparetable2 .table > tbody > tr.no-border > td.bg-none:first-child {
        border-bottom-color: transparent;
    }

#comparetable thead.table-heading p:first-child, #comparetable1 thead.table-heading p:first-child, #comparetable2 thead.table-heading p:first-child {
    color: #f56d23;
    margin: 0;
    font-size: 25px;
    font-family: 'Montserrat-black';
    text-align: center;
}

#comparetable thead.table-heading p:last-child, #comparetable1 thead.table-heading p:last-child, #comparetable2 thead.table-heading p:last-child {
    font-size: 15px;
    margin: 0;
    text-align: center;
}

#comparetable thead.table-heading a, #comparetable1 thead.table-heading a, #comparetable2 thead.table-heading a {
    padding: 10px 15px;
    color: #4a4a4a;
    font-family: Montserrat-Regular;
}

#comparetable .table > thead > tr > th:first-child, #comparetable1 .table > thead > tr > th:first-child, #comparetable2 .table > thead > tr > th:first-child {
    border-right: 1px solid #ddd;
}

#comparetable tr.bg-color, #comparetable1 tr.bg-color, #comparetable2 tr.bg-color {
    background-color: #f6f6f6;
}

#comparetable .table > tbody > tr > td.bg-none:first-child, #comparetable1 .table > tbody > tr > td.bg-none:first-child, #comparetable2 .table > tbody > tr > td.bg-none:first-child {
    background-color: transparent;
    font-size: 13px;
    font-family: Montserrat-Light;
    color: #4a4a4a;
    padding: 15px 45px;
}

.back-to-page {
    padding: 30px 0;
}

    .back-to-page a {
        font-size: 17px;
        font-family: 'Montserrat-Bold';
        text-transform: uppercase;
        color: #4a4a4a;
    }

        .back-to-page a i {
            padding-right: 5px;
        }

#comparetable .content_description, #comparetable1 .content_description, #comparetable2 .content_description {
    margin: 30px 0;
}

#comparetable .table > tbody > tr > td.left-heading:first-child, #comparetable1 .table > tbody > tr > td.left-heading:first-child, #comparetable2 .table > tbody > tr > td.left-heading:first-child {
    font-family: Montserrat-Bold;
    color: #4a4a4a;
    font-size: 14px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none !important;
}

.table > tbody + tbody {
    border-top: none !important;
}

.comparetable .table, .comparetable1 .table, .comparetable2 .table {
    width: 99%;
}

    .comparetable .table > tbody > tr > td:first-child, .comparetable1 .table > tbody > tr > td:first-child, .comparetable2 .table > tbody > tr > td:first-child {
        border-left: 1px solid #ddd;
        border-left: 2px solid #ddd\0;
        background-color: #f6f6f6;
        font-size: 13px;
        font-family: Montserrat-Regular;
        color: #4a4a4a;
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
    }

    .comparetable .table > tbody > tr:last-child, .comparetable1 .table > tbody > tr:last-child, .comparetable2 .table > tbody > tr:last-child {
        border-bottom: 1px solid #ddd;
    }

    .comparetable .table > tbody > tr > td:last-child, .comparetable1 .table > tbody > tr > td:last-child, .comparetable2 .table > tbody > tr > td:last-child {
        border-right: 2px solid #ddd;
    }

    .comparetable .table > thead > tr > th, .comparetable1 .table > thead > tr > th, .comparetable2 .table > thead > tr > th {
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
    }

    .comparetable .table > tbody > tr > td, .comparetable1 .table > tbody > tr > td, .comparetable2 .table > tbody > tr > td {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 30px 45px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-top: 1px solid #ddd;
        font-size: 13px;
        font-family: Montserrat-Light;
        color: #4a4a4a;
    }

    .comparetable .table > tbody > tr.bg-color > td p:first-child, .comparetable1 .table > tbody > tr.bg-color > td p:first-child, .comparetable2 .table > tbody > tr.bg-color > td p:first-child {
        margin-bottom: 0;
        color: #f56d23;
        text-align: center;
        font-size: 25px;
        font-family: 'Montserrat-black';
    }

    .comparetable .table > tbody > tr.bg-color > td p:last-child, .comparetable1 .table > tbody > tr.bg-color > td p:last-child, .comparetable2 .table > tbody > tr.bg-color > td p:last-child {
        margin-bottom: 0;
        text-align: center;
    }

.comparetable p.num-text, .comparetable1 p.num-text, .comparetable2 p.num-text {
    font-size: 12px;
    color: #4a4a4a;
    font-family: 'Montserrat-Regular';
}

.comparetable .table > tbody > tr.no-border > td, .comparetable1 .table > tbody > tr.no-border > td, .comparetable2 .table > tbody > tr.no-border > td {
    border-bottom: 1px solid transparent;
}

    .comparetable .table > tbody > tr.no-border > td:first-child, .comparetable1 .table > tbody > tr.no-border > td:first-child, .comparetable2 .table > tbody > tr.no-border > td:first-child {
        border-bottom: 1px solid #ddd;
    }

    .comparetable .table > tbody > tr.no-border > td.bg-none:first-child, .comparetable1 .table > tbody > tr.no-border > td.bg-none:first-child, .comparetable2 .table > tbody > tr.no-border > td.bg-none:first-child {
        border-bottom-color: transparent;
    }

.comparetable thead.table-heading p:first-child, .comparetable1 thead.table-heading p:first-child, .comparetable2 thead.table-heading p:first-child {
    color: #f56d23;
    margin: 0;
    font-size: 25px;
    font-family: 'Montserrat-black';
    text-align: center;
}

.comparetable thead.table-heading p:last-child, .comparetable1 thead.table-heading p:last-child, .comparetable2 thead.table-heading p:last-child {
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.comparetable thead.table-heading a, .comparetable1 thead.table-heading a, .comparetable2 thead.table-heading a {
    padding: 10px 15px;
    color: #4a4a4a;
    font-family: Montserrat-Regular;
}

.comparetable .table > thead > tr > th:first-child, .comparetable1 .table > thead > tr > th:first-child, .comparetable2 .table > thead > tr > th:first-child {
    border-right: 1px solid #ddd;
}

.comparetable tr.bg-color, .comparetable1 tr.bg-color, .comparetable2 tr.bg-color {
    background-color: #f6f6f6;
}

.comparetable .table > tbody > tr > td.bg-none:first-child, .comparetable1 .table > tbody > tr > td.bg-none:first-child, .comparetable2 .table > tbody > tr > td.bg-none:first-child {
    background-color: transparent;
    font-size: 13px;
    font-family: Montserrat-Light;
    color: #4a4a4a;
    padding: 15px 45px;
}

.comparetable .content_description, .comparetable1 .content_description, .comparetable2 .content_description {
    margin: 30px 0;
}

.comparetable .table > tbody > tr > td.left-heading:first-child, .comparetable1 .table > tbody > tr > td.left-heading:first-child, .comparetable2 .table > tbody > tr > td.left-heading:first-child {
    font-family: Montserrat-Bold;
    color: #4a4a4a;
    font-size: 14px;
}

.comparetable .table, .comparetable1 .table, .comparetable2 .table {
    width: 99%;
}

    .comparetable .table > tbody > tr > td:first-child, .comparetable1 .table > tbody > tr > td:first-child, .comparetable2 .table > tbody > tr > td:first-child {
        border-left: 1px solid #ddd;
        border-left: 2px solid #ddd\0;
        background-color: #f6f6f6;
        font-size: 13px;
        font-family: Montserrat-Regular;
        color: #4a4a4a;
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
    }

    .comparetable .table > tbody > tr:last-child, .comparetable1 .table > tbody > tr:last-child, .comparetable2 .table > tbody > tr:last-child {
        border-bottom: 1px solid #ddd;
    }

    .comparetable .table > tbody > tr > td:last-child, .comparetable1 .table > tbody > tr > td:last-child, .comparetable2 .table > tbody > tr > td:last-child {
        border-right: 2px solid #ddd;
    }

    .comparetable .table > thead > tr > th, .comparetable1 .table > thead > tr > th, .comparetable2 .table > thead > tr > th {
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
    }

    .comparetable .table > tbody > tr > td, .comparetable1 .table > tbody > tr > td, .comparetable2 .table > tbody > tr > td {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .comparetable .table > tbody > tr > td, .comparetable1 .table > tbody > tr > td, .comparetable2 .table > tbody > tr > td {
        padding: 30px 45px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-top: 1px solid #ddd;
        font-size: 13px;
        font-family: Montserrat-Light;
        color: #4a4a4a;
    }

    .comparetable .table > tbody > tr.bg-color > td p:first-child, .comparetable1 .table > tbody > tr.bg-color > td p:first-child, .comparetable2 .table > tbody > tr.bg-color > td p:first-child {
        margin-bottom: 0;
        color: #f56d23;
        text-align: center;
        font-size: 25px;
        font-family: 'Montserrat-black';
    }

    .comparetable .table > tbody > tr.bg-color > td p:last-child, .comparetable1 .table > tbody > tr.bg-color > td p:last-child, .comparetable2 .table > tbody > tr.bg-color > td p:last-child {
        margin-bottom: 0;
        text-align: center;
    }

.comparetable p.num-text, .comparetable1 p.num-text, .comparetable2 p.num-text {
    font-size: 12px;
    color: #4a4a4a;
    font-family: 'Montserrat-Regular';
}

.comparetable .table > tbody > tr.no-border > td, .comparetable1 .table > tbody > tr.no-border > td, .comparetable2 .table > tbody > tr.no-border > td {
    border-bottom: 1px solid transparent;
}

    .comparetable .table > tbody > tr.no-border > td:first-child, .comparetable1 .table > tbody > tr.no-border > td:first-child, .comparetable2 .table > tbody > tr.no-border > td:first-child {
        border-bottom: 1px solid #ddd;
    }

    .comparetable .table > tbody > tr.no-border > td.bg-none:first-child, .comparetable1 .table > tbody > tr.no-border > td.bg-none:first-child, .comparetable2 .table > tbody > tr.no-border > td.bg-none:first-child {
        border-bottom-color: transparent;
    }

.comparetable thead.table-heading p:first-child, .comparetable1 thead.table-heading p:first-child, .comparetable2 thead.table-heading p:first-child {
    color: #f56d23;
    margin: 0;
    font-size: 25px;
    font-family: 'Montserrat-black';
    text-align: center;
}

.comparetable thead.table-heading p:last-child, .comparetable1 thead.table-heading p:last-child, .comparetable2 thead.table-heading p:last-child {
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.comparetable thead.table-heading a, .comparetable1 thead.table-heading a, .comparetable2 thead.table-heading a {
    padding: 10px 15px;
    color: #4a4a4a;
    font-family: Montserrat-Regular;
}

.comparetable .table > thead > tr > th:first-child, .comparetable1 .table > thead > tr > th:first-child, .comparetable2 .table > thead > tr > th:first-child {
    border-right: 1px solid #ddd;
}

.comparetable tr.bg-color, .comparetable1 tr.bg-color, .comparetable2 tr.bg-color {
    background-color: #f6f6f6;
}

.comparetable .table > tbody > tr > td.bg-none:first-child, .comparetable1 .table > tbody > tr > td.bg-none:first-child, .comparetable2 .table > tbody > tr > td.bg-none:first-child {
    background-color: transparent;
    font-size: 13px;
    font-family: Montserrat-Light;
    color: #4a4a4a;
    padding: 15px 45px;
}

.comparetable .content_description, .comparetable1 .content_description, .comparetable2 .content_description {
    margin: 30px 0;
}

.comparetable .table > tbody > tr > td.left-heading:first-child, .comparetable1 .table > tbody > tr > td.left-heading:first-child, .comparetable2 .table > tbody > tr > td.left-heading:first-child {
    font-family: Montserrat-Bold;
    color: #4a4a4a;
    font-size: 14px;
}

tbody.no-bdr {
    border-top: 0 none;
}

.bdr-top {
    border-top: 1px solid #ddd;
}

i.plan_rupees {
    color: #000;
    font-size: 16px;
    vertical-align: super;
}

#mobile-compare ul {
    padding-left: 0;
}

    #mobile-compare ul li:first-child {
        width: 60%;
    }

    #mobile-compare ul li:last-child {
        width: 40%;
    }

    #mobile-compare ul > li {
        float: left;
    }

.termscondition-body {
    clear: both;
    padding-left: 5%;
    font-size: 12px;
    color: #4c4c4c;
    font-family: 'Montserrat-Light';
    border-top: 1px solid #ddd;
    line-height: 12px;
    background: #f7f7f7 none repeat scroll 0 0;
}

    .termscondition-body p {
        margin-top: 8px;
    }

a.term-condition-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    padding-right: 2px;
    font-size: 15px;
}

.termsconditiontext {
    color: #000;
    font-size: 14px;
    padding: 5px 40px;
    font-family: 'Montserrat-Light';
}

a.term-condition-close {
    color: #000;
    font-size: 13px;
    padding: 5px 40px;
    font-family: 'Montserrat-Light';
    cursor: pointer;
}

#plan-section .panel-collapse.tnc {
    border: none;
}

.panel-group .panel-heading + .termscondition-body.panel-collapse > .panel-body {
    border-top: 0 solid #ddd;
}

.tnc {
    background: #f7f7f7;
}

.sitepopup .modal-dialog {
    width: 700px;
}

.sitepopup .modal-content {
    padding: 9px;
}

.sitepopup label {
    font-family: 'Montserrat-Regular';
    color: #4e4e4a;
    font-size: 16px;
}

.sitepopup .feedback label {
    width: 75px;
}

.sitepopup #feedback-form .modal-title {
    font-family: 'Montserrat-Black';
}

.sitepopup #feedback-form .modal-header {
    min-height: 16.43px;
    padding: 15px;
    position:relative;
}

.sitepopup #feedback-form button.close {
    border: 2px solid #000;
    border-radius: 25px;
    height: 30px;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.sitepopup #feedback-form p.mark-field {
    color: #EC2724;
    font-family: 'Montserrat-UltraLight';
    font-size: 13px;
}

.sitepopup select#city {
    width: 181px;
}

.sitepopup #feedback-form .feedback {
    font-family: 'Montserrat-SemiBold';
}

.sitepopup .rating-info {
    font-family: 'Montserrat-bold';
    font-size: 15px;
    margin: 15px 0;
    color: #4e4e4a;
}

.sitepopup .rating-data > div {
    width: 50%;
    padding: 10px 0;
    float: left;
}

.sitepopup #feedback-form .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 3px 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    font-family: 'Montserrat-Light';
}

    .sitepopup #feedback-form .form-control:focus {
        outline: 0;
        box-shadow: none;
    }

.sitepopup #feedback-form textarea.form-control {
    height: auto;
    width: 83%;
    border: 1px solid;
}

.sitepopup #feedback-form button#form-submit {
    background-color: #f56d23;
    background-image: none;
    border: #f56d23;
    font-family: 'Montserrat-Regular';
    padding: 10px 70px;
    text-transform: uppercase;
}

.sitepopup .modal-footer {
    border: none;
}

#faq-left.bolder-right {
    border-right: 1px solid #ebebeb;
}

div#faq-right.no-left-border {
    border-left: none;
}

ul.list-style {
    padding-left: 0;
}

    ul.list-style > li {
        font-size: 14px;
        font-family: 'Istok Web';
        list-style-type: none;
        color: #000;
        padding: 5px 0;
    }

        ul.list-style > li:before {
            content: "\f111";
            font-family: FontAwesome;
            padding-right: 10px;
            color: #000;
            font-size: 5px;
            vertical-align: middle;
        }

.right-content {
    padding-left: 5%;
    margin-top: 3%;
}

    .right-content p {
        font-family: 'Istok Web';
        color: #4a4a4a;
        font-size: 14px;
        padding: 0;
    }

#comparetable.right-table, #comparetable1.right-table, #comparetable2.right-table {
    padding-left: 5%;
}

    #comparetable.right-table .table > tbody > tr > td, #comparetable1.right-table .table > tbody > tr > td, #comparetable2.right-table .table > tbody > tr > td {
        padding: 16px 40px;
    }

#comparetable .table > tbody > tr > td.tblhead, #comparetable1 .table > tbody > tr > td.tblhead, #comparetable2 .table > tbody > tr > td.tblhead {
    color: #f56d23;
    font-family: "Montserrat-Bold";
    font-size: 14px;
}

.plain-content p {
    font-family: 'Istok Web';
    font-size: 16px;
    color: #4a4a4a;
}

#faq-right .vassection.panel-group a .panel-heading:before {
    content: "";
}

#faq-right .vassection.panel-group .panel-heading {
    padding-left: 5%;
}

#faq-left a.helpsupport-left-heading {
    display: block;
    height: 60px;
    padding: 16px 65px;
    font-size: 14px;
    color: #4a4a4a;
    font-family: Montserrat-Bold;
}

    #faq-left a.helpsupport-left-heading:after {
        content: "\f107";
        font-family: 'FontAwesome';
        padding-left: 25px;
    }

#left-accordion ul.left-list {
    padding-left: 60px;
}

    #left-accordion ul.left-list > li {
        list-style-type: none;
        padding: 15px 0;
    }

        #left-accordion ul.left-list > li > a {
            font-family: 'Montserrat-Light';
            font-size: 13px;
            border: none;
            color: #3a3a3a;
            text-transform: uppercase;
            padding: 20px 0;
        }

a .activate-text {
    font-size: 30px;
    color: red;
    text-transform: initial;
}

.popover.bottom {
    margin-top: 25px;
}

.popover-content {
    padding: 15px;
    font-family: 'Montserrat-Light';
}

#service .popover {
    z-index: 1;
}

.hidden-content {
    font-size: 13.5px;
    font-family: 'Montserrat-Light';
    color: #4A4A4A;
    margin-bottom: 30px;
    font-style: italic;
}

#DropDownmobile .panel-heading.head-item {
    background-color: #F56D23;
}

#DropDownmobile .collapsed .panel-heading.head-item {
    background-color: transparent;
}

#DropDownmobile a .panel-title.head-item {
    color: #fff;
}

#faq-left .nav-tabs > li.active > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 12%;
}

ul.helpsupport-list > li {
    font-family: 'Montserrat-Light';
    font-size: 13px;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
    list-style-type: none;
}

    ul.helpsupport-list > li > a {
        color: #3a3a3a;
    }

.leftheading a {
    font-size: 14px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    color: #3a3a3a;
    padding: 10px 64px;
}

    .leftheading a:after {
        content: "\f107";
        color: #000;
        font-family: FontAwesome;
        padding-left: 20px;
    }

.mob-inner > .panel {
    border: none;
    box-shadow: none;
}

.mob-inner {
    padding: 0 25px;
}

.closed {
    position: absolute;
    overflow-y: hidden;
    height: 0;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    left: auto;
    right: 0;
    webkit-transition: background .35s linear,height .35s ease-in 200ms;
    transition: background .35s linear,height .35s ease-in 200ms;
}

    .closed.slider {
        height: 800px;
    }

li#DropDownmobile {
    position: inherit;
}

.mob-inner > .panel-default {
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
    transition: opacity .35s ease-out,transform .35s ease-out;
    opacity: 0;
}

.slider .mob-inner .panel-default {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.slider .mob-inner > .panel-default:first-child {
    webkit-transition-delay: 300ms,300ms;
    transition-delay: 300ms,300ms;
}

.slider .mob-inner > .panel-default:nth-child(2) {
    webkit-transition-delay: 350ms,350ms;
    transition-delay: 350ms,350ms;
}

.slider .mob-inner > .panel-default:nth-child(3) {
    webkit-transition-delay: 400ms,400ms;
    transition-delay: 400ms,400ms;
}

.slider .mob-inner > .panel-default:nth-child(4) {
    webkit-transition-delay: 450ms,450ms;
    transition-delay: 450ms,450ms;
}

.slider .mob-inner > .panel-default:nth-child(5) {
    webkit-transition-delay: 500ms,500ms;
    transition-delay: 500ms,500ms;
}

.slider .mob-inner > .panel-default:nth-child(6) {
    webkit-transition-delay: 550ms,550ms;
    transition-delay: 550ms,550ms;
}

.slider .mob-inner > .panel-default:nth-child(7) {
    webkit-transition-delay: 600ms,600ms;
    transition-delay: 600ms,600ms;
}

.slider .mob-inner > .panel-default:nth-child(8) {
    webkit-transition-delay: 650ms,650ms;
    transition-delay: 650ms,650ms;
}

.slider .mob-inner > .panel-default:nth-child(9) {
    webkit-transition-delay: 700ms,700ms;
    transition-delay: 700ms,700ms;
}

#plan-section .dev-offer-accd-style .panel-group .panel {
    margin: 0;
}

    #plan-section .dev-offer-accd-style .panel-group .panel .panel-title {
        padding: 20px;
        background-color: #F6F6F6;
        color: #F56D23;
        font-size: 15px;
        font-family: 'Montserrat-Regular';
    }

#plan-section .dev-offer-accd-style .panel-group .panel {
    margin: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 5px;
}

    #plan-section .dev-offer-accd-style .panel-group .panel a.collapsed .panel-title {
        color: #5a5a5a;
    }

.offers-block {
    clear: left;
}

#plan-section .dev-offer-accd-style .panel-group .panel a.collapsed .panel-title:after {
    content: "\f067";
    color: #4A4A4A;
    font-size: 13px;
    font-family: FontAwesome;
    position: absolute;
    right: 7%;
}

#plan-section .dev-offer-accd-style .panel-group .panel a .panel-title:after {
    content: "\f068";
    color: #F56D23;
    font-size: 13px;
    font-family: FontAwesome;
    position: absolute;
    right: 7%;
}

#plan-section .dev-offer-accd-style .panel-collapse:before {
    display: none;
}

.offer-img {
    text-align: center;
    position: relative;
}

    .offer-img img {
        width: 45%;
    }

.offers-block > div {
    float: left;
    width: 33%;
    border-right: 1px solid #ddd;
    padding: 0 20px;
    margin-top: 15px;
}

    .offers-block > div:last-child {
        border: none;
    }

.offers-header a, .offers-header p {
    padding: 10px 0;
}

.offer-btn a {
    padding: 10px 35px;
    background-color: #F56D23;
    border-radius: 20px;
    color: #fff;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    text-transform: uppercase;
}

p.device-name {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat-bold';
    font-weight: 500;
}

.offers-block ul {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

    .offers-block ul > li > p {
        font-size: 15px;
        font-family: 'Montserrat-Light';
        list-style-type: none;
        color: #4a4a4a;
    }

.offers-header p {
    color: #4A4A4A;
    font-family: 'Montserrat-Light';
    font-size: 16px;
}

    .offers-header p > span {
        font-family: 'Montserrat-bold';
        font-size: 15px;
        color: #000;
        padding-right: 5px;
    }

.offers-header a {
    font-family: 'Montserrat-Light';
    font-size: 16px;
}

.offer-layer {
    position: absolute;
    bottom: 5px;
    right: 50px;
    background-color: #D81111;
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 78px;
    padding: 20px 0;
}

.offers-block ul > li {
    list-style-image: url(Theme/Personal/default/images/.png);
}

.img_section1 {
    text-align: right;
}

.swtich span.orange-text {
    color: #f56d23;
}

.swtich .bold-text {
    font-weight: 700;
}

.swtich .choose-btns a {
    color: #F56D23;
    border: 1px solid #F56D23;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20px;
}

.swtich span.diff-char {
    padding: 0 20px;
    float: left;
}

.swtich ul.swtich-list > li {
    list-style-type: decimal;
    padding-bottom: 20px;
}

    .swtich ul.swtich-list > li > p {
        font-family: 'Montserrat-Light';
        color: #464646;
        font-size: 16px;
    }

.swtich .panel-body {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
}

.switUs {
    padding: 0 7px 3px 0;
}

.walk-icon {
    padding: 5px 30px;
}

.swtich-icon {
    padding: 5px 60px;
}

.hotspotcontent strong {
    color: #000;
    font-size: 15px;
}

#dvGridData h3 {
    color: #f56d23;
    font-family: "Montserrat-Bold";
    font-size: 14px;
}

.categoryTitle {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
}

.mrgnRt {
    margin-right: 3%;
}

.bdrtl {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.rlt.nRbdr {
    border-right: 0 none;
}

.videopop .modal-dialog {
    width: 500px;
}

.videopop .modal-header {
    border-bottom: 1px solid #e5e5e5 !important;
}

.plan-filters > a {
    color: #212121;
}

.plan-filters a .panel-heading:after {
    content: "\f106";
    position: absolute;
    right: 30%;
    font-family: FontAwesome;
    color: #000;
}

.plan-filters a.collapsed .panel-heading:after {
    content: "\f107";
    color: #000;
}

.plan-filters a .panel-heading:before {
    position: absolute;
    top: 12px;
    left: 65px;
    font-family: FontAwesome;
    color: #f56d23;
}

.plan-filters a.collapsed .panel-heading:before {
    content: "\f104";
    color: transparent;
}

.plan-filters .panel-heading {
    padding: 0;
}

.panel-body.mobileprepay-list > ul {
    margin: 0;
}

#divPlanCircle select {
    border: 1px solid #d2d2d2;
    padding: 0 0 0 10px;
    width: 100%;
}

#divPlanCircle, #Location {
    width: 75%;
}

    #divPlanCircle select.form-control {
        background-position: 90% center;
    }

.blogTitle {
    color: #f56d23;
    font-family: Montserrat-Bold;
    font-size: 17px;
    height: 50px;
}

.caption.blogcaption {
    padding-bottom: 0 !important;
}

.fa.fa-square {
    color: #ccc;
}

.fa-square::before {
    color: #ccc !important;
    content: "\f0c8" !important;
}

label.selectText {
    float: left;
    line-height: 30px;
    margin: 0 5px 0 0;
}

.selectField {
    float: left;
    width: 32% !important;
    border-bottom: 1px solid #040404 !important;
    margin: 0 0 0 10px;
}

.clr {
    clear: both;
}

.right-content p {
    color: #000 !important;
}

.selectDrp {
    box-shadow: none;
    padding: 6px 0;
    background-image: url(../images/down-arrow1.png) !important;
    font-family: montserrat-light;
}

#planResultLoader {
    margin: 0 auto;
    text-align: center;
}

.nav-tabs.innertabs {
    border-bottom: none;
}

    .nav-tabs.innertabs > li.active > a, .nav-tabs.innertabs > li.active > a:focus, .nav-tabs.innertabs > li.active > a:hover {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #f66e24 !important;
        border-color: #f66e24 #f66e24 transparent !important;
        color: #fff;
        cursor: default;
        font-family: montserrat-ExtraBold;
    }

    .nav-tabs.innertabs > li {
        width: 16%;
        height: auto;
        text-align: center;
    }

        .nav-tabs.innertabs > li > a {
            border-radius: 0 !important;
            margin-right: 25px !important;
            background-color: #f0f0f0;
            color: #cdcdcd;
            font-size: 17px;
        }

#sel1.formfield, #sel2.formfield, #sel3.formfield {
    border-style: none;
    margin: 30px 0 0;
    width: 30%;
}

#sel4 {
    width: 36%;
}

    #sel1.formfield option, #sel2.formfield option, #sel3.formfield option, #sel4.formfield option {
        padding: 8px 0 8px 15px;
        border-bottom: 1px solid #b3b3b3;
    }

select.formselect option, select.formselect1 option {
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid #b3b3b3;
}

#sel1.select-box {
    color: #4e4e4a;
}

.formfield label {
    font-weight: 400;
    font-family: "Montserrat-SemiBold";
    font-size: 15px;
    color: #f56d23;
}

select.form-control, select.formselect, select.form-control, select.formselect1 {
    -moz-appearance: none;
    background-image: url(../images/down-arrow.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 0 none;
    outline: 0 none;
}

.formselect, .formselect1 {
    border-radius: 0;
    box-shadow: none;
    font-family: montserrat-light;
    font-size: 13px;
    color: #3a3a3a;
    width: 100%;
    border-bottom: 1px solid #afafaf !important;
    padding: 6px 0;
    margin: 0 0 30px;
}

.pdn1 {
    padding-left: 1px !important;
}

.pdNone {
    padding: 0;
}

.tab-content {
    margin: 10px 0 0;
}

label.radio-inline {
    color: #000;
    font-family: Montserrat-Light;
    font-size: 14px;
}

.number-txt {
    padding: 0 0 0 2%;
}

ol.number-txt > li {
    color: #000;
    font-family: "Istok Web";
    font-size: 14px;
    padding: 8px 0;
}

.m-top > h4 {
    font-family: montserrat-semibold;
    color: #000;
}

.m-top {
    margin-top: 2%;
}

.btn-success.btn-submit, .btn-success.btn-submit1 {
    background-color: #f56d23;
    background-image: none;
    border: medium none #f56d23;
    font-family: Montserrat-Light;
    margin: 0 0 10px;
    padding: 10px 50px;
    text-transform: uppercase;
}

.btn-success.btn-submit1 {
    display: block;
    margin: 0 auto;
    padding: 10px 12%;
}

.col-sm-4.pdn {
    padding: 0 15px 0 0;
}

.col-sm-6.pdnM {
    padding: 0 15px 0 0;
}

.btn-success.active, .btn-success:active {
    background-color: #f56d23 !important;
}

.brandinfo {
    background: #f8f8f8 none repeat scroll 0 0;
    font-family: montserrat-light;
    font-weight: 400;
    color: #000;
    font-size: 13px;
    height: 300px;
    padding: 0 5%;
    margin-bottom: 15px;
    line-height: 21px;
}

.brandcontent > h4 {
    color: #000;
    font-family: montserrat-semibold;
    font-size: 14px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f56d23 !important;
    border-color: #f47c20 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #4a4a4a;
}

.ldigit {
    font-size: 22px !important;
}

.cart.pull-right i {
    color: #F56D23;
    font-size: 20px;
}

.chat-right > a {
    color: #fff;
}

.tblcs {
    background: rgba(0,0,0,0) none repeat scroll 0 0 !important;
    border-right: 0 none !important;
    font-family: "montserrat-Light" !important;
}

.call-plans {
    color: #4a4a4a;
    font-family: "Montserrat-Light";
    font-size: 14px;
    padding-left: 13%;
    margin: 5px 0 0;
}

.content_description p {
    font-size: 14px;
}

#divDefaultPageMsg h3 {
    color: #4a4a4a;
    font-size: 18px;
}

.comparetable .table.baseplan > tbody > tr > td:first-child, .comparetable1 .table.baseplan > tbody > tr > td:first-child, .comparetable2 .table.baseplan > tbody > tr > td:first-child {
    font-size: 13px;
    padding: 5px 20px;
}

.comparetable .table.baseplan > tbody > tr > td, .comparetable1 .table.baseplan > tbody > tr > td, .comparetable2 .table.baseplan > tbody > tr > td {
    font-size: 13px;
    line-height: 1.42857;
    padding: 12px 45px;
    vertical-align: middle;
}

.popover-content a {
    text-transform: none !important;
}

.mob-tab-content.tab-content h5 {
    padding: 0 0 0 5%;
}

.sort_active {
    color: #f56d23;
}

.calls_btn.call-pad {
    padding: 0 0 0 2% !important;
}

.terms-condition {
    float: right;
}

img.selflink {
    vertical-align: top;
    width: auto !important;
}

.text-right.text-left {
    padding: 10px 0 0;
    text-align: left;
}

.plan_rupees > span {
    color: #f56d23;
    display: block;
    font-family: Montserrat-bold;
    font-size: 14px;
    margin: 3px 0 0;
    text-align: center;
    text-transform: capitalize;
}

.flash_banner .globeAnc, #hero-tabs .four-box .globeAnc, #grid-box .globeAnc {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.flash_banner .globeAnc02, #hero-tabs .four-box .globeAnc02, #grid-box .globeAnc02 {
    height: 100%;
    left: 338px;
    position: absolute;
    right: 0;
    width: 25%;
    z-index: 1;
    top: 0;
    float: left;
}

.flash_banner .globeAnc03, #hero-tabs .four-box .globeAnc03, #grid-box .globeAnc03 {
    height: 100%;
    position: absolute;
    right: 336px;
    width: 25%;
    z-index: 1;
    top: 0;
    float: left;
}

.flash_banner .globeAnc04, #hero-tabs .four-box .globeAnc04, #grid-box .globeAnc04 {
    height: 100%;
    position: absolute;
    right: 0;
    width: 25%;
    z-index: 1;
    top: 0;
    float: left;
}

#panelaccordion > h3 {
    color: #4a4a4a;
    font-family: montserrat-bold;
    font-size: 17px;
}

.switchonline {
    float: left;
}

.bdr-dvc {
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff !important;
}

.bg-frst {
    background-color: #f6f6f6 !important;
}

.heading-table.bdr-dvc > span {
    color: #f56d23;
    font-family: Montserrat-Bold;
    font-size: 13px;
}

.devicemore {
    margin: 0 auto;
    padding: 7px 2%;
    width: 100px;
}

    .devicemore > a {
        border: 1px solid #979797;
        color: #4a4a4a;
        padding: 8px 29%;
        font-family: Montserrat-Light;
    }

        .devicemore > a:hover {
            background: #f56d23;
            border: none;
            color: #fff;
            font-family: Montserrat-Light;
        }

.bgNone {
    background: #fff none repeat scroll 0 0 !important;
}

.heading-table.bdr-dvc img {
    height: 220px;
    width: auto;
}

.device-right {
    border: none;
    padding-top: 0;
}

    .device-right .panel {
        border: none;
    }

    .device-right .panel-group .panel-heading {
        position: relative;
        padding: 20px 0;
        padding-left: 10%;
        background-color: #efefef;
    }

    .device-right .panel-group a .panel-heading:before {
        content: "Q";
        position: absolute;
        top: 18px;
        left: 5%;
        font-family: FontAwesome;
        color: #000;
    }

    .device-right .tab-content h1 {
        color: #f56d23;
        font-size: 17px;
        font-family: 'Montserrat-Bold';
        padding-left: 5%;
        margin: 10px 0;
    }

    .device-right .panel-group .panel.panel-default a.collapsed .panel-heading h4.panel-title {
        text-transform: uppercase;
        color: #5b5b5b;
        font-size: 14px;
        font-family: 'Montserrat-Bold';
        line-height: 20px;
        letter-spacing: .2px;
    }

    .device-right .panel-group .panel.panel-default a.collapsed .panel-heading:hover h4.panel-title {
        color: #f56d23;
    }

    .device-right .back-btn {
        display: none;
    }

    .device-right .panel-group .panel.panel-default h4.panel-title {
        font-family: Montserrat-Bold;
        text-transform: uppercase;
        color: #f56d23;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .2px;
    }

    .device-right .panel-group a.collapsed .panel-heading:before {
        color: #000;
    }

    .device-right .panel-group a.collapsed .panel-heading:hover:before {
        color: #f56d23;
    }

    .device-right .panel-group a .panel-heading:before {
        color: #f56d23;
    }

    .device-right .panel-group {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .device-right .panel-body {
        padding: 0 0 15px;
    }

    .device-right .table tbody {
        border-top: 0 none;
    }

    .device-right .ans {
        padding-left: 10%;
        position: relative;
    }

        .device-right .ans:before {
            content: 'A';
            position: absolute;
            left: 5%;
        }

    .device-right .ans-title p {
        margin-left: 0;
    }

    .device-right .ans-title span {
        font-family: Montserrat-bold;
    }

    .device-right .ans p {
        font-family: Montserrat-light;
        color: #000;
        font-size: 13.5px;
        line-height: 25px;
        letter-spacing: .8px;
    }

    .device-right p.ans_heading {
        color: #f56d23;
        font-family: Montserrat-bold;
        margin-top: 15px;
        padding: 0;
        font-size: 12px;
    }

    .device-right p.ans-content {
        font-family: Montserrat-light;
        font-size: 13.5px;
        color: #000;
        padding: 0;
        line-height: 25px;
        letter-spacing: .8px;
    }

    .device-right .ans-list {
        margin-left: 0;
    }

        .device-right .ans-list ul > li {
            text-decoration: none;
            color: #000;
            padding: 0;
        }

            .device-right .ans-list ul > li > a {
                color: #000;
                border-right: 1px solid #000;
                padding-right: 17px;
                padding-left: 10px;
                margin-left: 0;
                font-size: 12px;
                font-family: 'Montserrat-Light';
            }

    .device-right .ans-link a {
        font-family: Montserrat-regular;
        font-size: 12px;
        text-decoration: underline;
        padding: 0;
        color: #004aca;
    }

    .device-right .ans-link p {
        font-family: Montserrat-light;
        font-size: 14px;
        color: #000;
        margin-left: 0;
        padding: 0;
    }

    .device-right .ans-link1 a {
        padding: 0;
        margin-left: 0;
        font-size: 12px;
        text-decoration: underline;
        font-family: Montserrat-regular;
        color: #004aca;
    }

    .device-right .ans-link1 {
        padding-top: 18px;
    }

    .device-right .ans-list ul {
        padding: 0;
    }

        .device-right .ans-list ul > li:first-child a {
            padding-left: 0;
        }

        .device-right .ans-list ul > li:last-child a {
            border-right: none;
            padding-left: 0;
        }

    #filter .back-btn, .device-right .back-btn {
        padding: 10px 5px;
        background-color: #fbfbfb;
        border: 1px solid #ddd;
    }

        #filter .back-btn a, .device-right .back-btn a {
            color: #000;
            font-size: 14px;
            text-transform: uppercase;
            margin-left: 40px;
            font-family: 'Montserrat-Bold';
        }

div.device-right.no-left-border {
    border-left: none;
}

.device-right .vassection.panel-group a .panel-heading:before {
    content: "";
}

.device-right .vassection.panel-group .panel-heading {
    padding-left: 2%;
}

.device-right .panel-group.vassection h4.panel-title:after {
    content: "\f068";
    color: #f56d23;
    position: absolute;
    right: 12%;
    font-family: FontAwesome;
    font-size: 13px;
}

.device-right .panel-group.vassection a.collapsed h4.panel-title:after {
    position: absolute;
    right: 12%;
    content: "\f067";
    color: #4A4A4A;
    font-size: 13px;
    font-family: FontAwesome;
}

.device-right #comparetable.right-table, .device-right #comparetable1.right-table, .device-right #comparetable2.right-table {
    padding-left: 0;
}

.device-right #comparetable .table > tbody > tr > td, .device-right #comparetable1 .table > tbody > tr > td, .device-right #comparetable2 .table > tbody > tr > td {
    border: none;
}

.device-right .table > div:nth-child(2n+2) {
    background: #f8f8f8;
}

.deviceDetails.row {
    margin: 0;
}

.device-right .deviceTitle {
    float: left;
}

.device-right #comparetable .table, .device-right #comparetable1 .table, .device-right #comparetable2 .table {
    width: 100%;
}

    .device-right #comparetable .table .deviceDscrp, #comparetable1 .table .deviceDscrp, #comparetable2 .table .deviceDscrp {
        color: #4a4a4a;
        font-family: Istok Web;
        font-size: 14px;
        line-height: 1.42857;
        padding: 15px 20px;
        vertical-align: middle;
    }

    .device-right #comparetable .table .deviceDetails > div:first-child, .device-right #comparetable1 .table .deviceDetails > div:first-child, .device-right #comparetable2 .table .deviceDetails > div:first-child {
        width: 40%;
        color: #000;
        font-family: Montserrat-Bold;
        font-size: 13px;
        padding: 15px 20px;
    }

.device-right .panel {
    box-shadow: none;
}

.device-right .collapse.in {
    border-bottom: 1px solid #efefef;
}

.nbdr {
    border: 0 none !important;
}

.product > img {
    height: auto;
    width: 100%;
}

.device-faqs-footer .faq-header {
    padding: 30px 0 !important;
}

    .device-faqs-footer .faq-header > a {
        padding: 0 !important;
        text-transform: uppercase;
    }

.col-xs-12.col-sm-3.productImg {
    border-top: 1px solid #ddd;
}

.col-xs-12.col-sm-9.productdetails {
    border-top: 1px solid #ddd;
}

.device-table .table td {
    background: rgba(0,0,0,0) none repeat scroll 0 0 !important;
}

.device-table .list-style {
    padding-left: 2%;
}

.device-table .table > p {
    padding-left: 2%;
}

    .device-table .table > p a {
        color: #337ab7;
        display: block;
        padding: 12px 0 0;
    }

.devi_TC {
    padding: 1% 5% 4% 4%;
}

.cer {
    color: #4a4a4a;
    content: "CLEAR";
    cursor: pointer;
    font-family: "Montserrat-Light";
    font-size: 11px;
    margin-right: 20px;
}

ul.nav.nav-tabs.vas li.active a {
    color: #f56d23 !important;
    font-family: "Montserrat-Bold" !important;
    font-size: 17px !important;
}

.nav.nav-tabs.vas a {
    color: #5a5a5a !important;
    font-size: 17px !important;
    padding: 15px 10px !important;
}

    .nav.nav-tabs.vas a::after {
        content: '\f105';
        font-family: "FontAwesome";
        position: absolute;
        right: 12%;
    }

#faq-right .panel-group.vassection h4.panel-title:after {
    content: "\f068";
    color: #f56d23;
    position: absolute;
    right: 12%;
    font-family: FontAwesome;
    font-size: 13px;
}

#faq-right .panel-group.vassection a.collapsed h4.panel-title:after {
    position: absolute;
    right: 12%;
    content: "\f067";
    color: #4A4A4A;
    font-size: 13px;
    font-family: FontAwesome;
}

.form-inline {
    font-family: montserrat-regular;
}

    .form-inline > label {
        font-size: 15px;
        font-weight: 400;
    }

    .form-inline .formselect {
        width: 28%;
        margin: 0 0 10px;
    }

    .form-inline .formselect1 {
        width: 69%;
    }

    .form-inline .formselectext, .form-inline .formselectext1, .form-inline .formselectext2 {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #ddd;
        border-image: none;
        border-radius: 0;
        border-style: none none solid;
        border-width: medium medium 1px;
        box-shadow: none;
        font-family: "Montserrat-Light";
        margin-bottom: 18px;
        padding: 3px 14px;
        width: 78%;
    }

    .form-inline .formselectext1 {
        width: 50%;
    }

    .form-inline .formselectext2 {
        width: 90%;
    }

.form-control .form-comment {
    width: 45%;
}

.form-group.form-inline.col-sm-6.pab {
    bottom: 30%;
    position: absolute;
}

.pdln {
    padding-left: 0;
}

.col-sm-4.pdn.wdTh {
    width: 25%;
}

.errmsg {
    border: 1px solid #a94442 !important;
}

.errmsgtext {
    color: red;
    font-family: Montserrat-Regular;
    font-size: 14px;
    padding: 0 0 10px 15px;
}

#comparetable .table > tbody > tr > td.freezcol {
    position: absolute;
    width: 124px;
    height: 90px;
    left: 15px;
    top: auto;
    border-top: none;
    border-bottom: none;
    padding-top: 35px;
}

#comparetable .table > tbody > tr > td.rowspan-col {
    display: none;
}

    #comparetable .table > tbody > tr > td.rowspan-col.freezcol-rowspan-col {
        display: block;
        position: absolute;
        width: 38%;
        height: 124px;
        border-top: none;
        border-bottom: none;
    }

#comparetable .freeze-btn a {
    font-size: 15px;
    font-family: 'montserrat-Light';
    padding: 10px;
    height: 40px;
    display: block;
    color: #212121;
    font-weight: 600;
}

.table-responsive > .fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
}

.freeze-btn {
    display: none;
}

.gsc-input {
    background: none !important;
    font-family: montserrat-light !important;
    font-size: 12px !important;
    width: 156px;
    height: 25px !important;
}

.gsc-search-button {
    display: none;
}

.gsc-search-box {
    display: block;
    float: left;
    margin: 0 30px 0 0;
}

table.gsc-search-box td {
    vertical-align: top;
}

.box.demosearch {
    position: absolute !important;
    right: 0;
    z-index: 9999;
    width: 240px;
    max-width: 0;
    opacity: 0;
}

.gsc-input {
    width: 200px;
}

.slideEffect.demosearch {
    max-width: 240px;
    opacity: 1;
}

.gsc-input-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    height: 33px;
    margin-top: -6px;
    width: 200px;
    max-width: 0;
    transition: all .5s ease 0;
    opacity: 0;
}

.slideEffect .gsc-input-box {
    float: right;
    max-width: 235px;
    opacity: 1;
    width: 100%;
    z-index: 99;
    height: 35px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: inherit !important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
    color: #4a4a4a !important;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #4a4a4a !important;
    font-family: montserrat-light;
    font-size: 13px;
}

.gsc-result-info {
    color: #706d6d !important;
    font-family: montserrat-bold;
    font-size: 18px !important;
    margin: 10px 0;
    padding-left: 8px;
    text-align: left;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #f56d23 !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-family: Montserrat-Regular;
    font-size: 15px !important;
}

.gs-webResult.gs-result {
    border-bottom: 1px solid #ddd;
    line-height: 22px;
    padding: 0 0 10px;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding: 0 8px 5px 0 !important;
}

.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
    padding-bottom: 0 !important;
    text-decoration: none;
}

.gsc-table-result {
    margin-top: -5px;
}

.gsc-result .gs-title {
    height: auto !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
    text-decoration: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border: 1px solid #f56d23 !important;
    color: #4a4a4a !important;
    padding: 5px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #f56d23 !important;
}

.gsc-selected-option-container {
    min-width: 85px !important;
}

.yelw-bgcolor .img_section img {
    height: 85px;
    width: 85px;
}

.banner-btn {
    border: 2px solid #fff;
    margin: 0 auto;
    padding: 10px 2px;
    text-align: center;
    width: 170px;
}

    .banner-btn > a {
        color: #fff;
        font-family: "montserrat-Light";
        font-size: 14px;
    }

.desktop > div {
    display: table;
    height: 183px;
}

.org-bgcolor {
    background: #eb5614;
    position: relative;
}

.brownorg-bgcolor {
    background: #f69b19;
    position: relative;
}

.yelw-bgcolor {
    background: #f59a18;
    position: relative;
}

.wit-colr {
    color: #fff !important;
    text-transform: uppercase;
}

.org-bgcolor p {
    color: #fff;
}

.caps {
    text-transform: uppercase;
}

.bgNone {
    background: #FFF;
    border: 1px solid #ddd;
}

    .bgNone h1 {
        color: #f56d23 !important;
    }

    .bgNone h2 {
        color: #f56d23 !important;
        font-size: 24px !important;
    }

.orgcolrText {
    color: #f56d23 !important;
    text-transform: uppercase;
}

.bgNone p {
    color: #212121 !important;
}

.fontText {
    font-size: 26px !important;
}

.botText {
    font-size: 26px !important;
}

.mrgNone {
    margin: 0;
    padding: 0;
}

.mobhide {
    display: none;
}

.rechbtn {
    position: absolute;
    right: 20px;
    top: 100px;
    background: #FFF;
    border-radius: 5px;
    padding: 6px;
}

    .rechbtn a {
        color: #eb5614;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

.helpbtn {
    position: absolute;
    right: 20px;
    top: 100px;
    background: #e40d1f;
    border-radius: 5px;
    padding: 6px;
}

    .helpbtn a {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }

.pdLeft {
    margin-left: 15%;
}

.billPayment {
    font-family: 'Montserrat-Light';
}

    .billPayment h1 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #4a4a4a;
    }

    .billPayment h2 {
        font-size: 15px;
        color: #f56d23;
        margin-bottom: 15px;
        font-family: "Montserrat-Bold";
    }

.selectWdt {
    width: 100%;
}

    .selectWdt select {
        border: 1px solid #d2d2d2;
        border-radius: 0;
        box-shadow: none;
        background-position: 90% center;
        height: 40px;
        background-color: #fbfbfb;
    }

.billPayment h3 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.billPayment h4 {
    color: #f56d23;
    font-family: "Montserrat-SemiBold";
    font-size: 15px;
    padding: 10px 0;
    text-transform: uppercase;
}

.minaCustmoer {
    width: 100%;
    font-family: "Montserrat-Bold";
}

    .minaCustmoer h2 {
        font-size: 15px !important;
        color: #f56d23;
        margin: 10px 0 !important;
        padding: 0 !important;
    }

    .minaCustmoer h3 {
        font-size: 14px !important;
        color: #f56d23;
        margin: 10px 0 !important;
        padding: 0 !important;
    }

    .minaCustmoer p {
        font-size: 13px;
        margin: 10px 0;
    }

.custService {
    font-family: "Montserrat-Bold";
}

    .custService p {
        font-size: 13px;
        margin: 5px 0;
    }

#divEmptyPlanMsg h3 {
    text-align: center;
    color: #4a4a4a;
    font-size: 18px;
}

.bdr-bottom {
    border-bottom: 1px solid #ebebeb;
}

.deviceoffer-accordion {
    width: auto;
    height: auto;
}

.imgPdn {
    width: 16% !important;
}

#grid-box .box51 {
    background-color: #eb5614;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center 37%;
    background-size: 70% auto;
}

    #grid-box .box51 .box1-btn {
        position: absolute;
        left: 25%;
        bottom: 22px;
    }

#grid-box .box1-btn .btn {
    padding: 9px 16px;
}

#grid-box .box52 {
    background-color: #fff;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: 63% auto;
}

    #grid-box .box52 .caption1 {
        position: absolute;
        top: 47%;
        left: 25%;
    }

        #grid-box .box52 .caption1 .caption-heading {
            background-repeat: no-repeat;
            background-size: 21% auto;
            background-position: left 42px;
            padding-bottom: 1px;
        }

    #grid-box .box52 .caption-heading p:first-child {
        color: #eb5614;
        font-family: "Montserrat-Light";
        font-size: 17px;
        margin-bottom: 0;
        line-height: 19px;
    }

    #grid-box .box52 .caption-heading p:last-child {
        color: #e5111f;
        font-family: "Montserrat-Bold";
        font-size: 52px;
        line-height: 42px;
        text-align: left;
    }

#grid-box .box53 {
    background-color: #f59a18;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 51% 7px;
    background-size: 41% auto;
}

    #grid-box .box53 .caption1 {
        position: absolute;
        top: 37%;
        left: 33%;
    }

    #grid-box .box53 .caption-heading p:first-child {
        color: #fff;
        font-family: "Montserrat-Bold";
        font-size: 82px;
        line-height: 40px;
    }

    #grid-box .box53 .caption-heading p:last-child {
        color: #fff;
        font-family: "Montserrat-Light";
        font-size: 28px;
        text-align: center;
        padding-left: 9px;
    }

#grid-box .box54 {
    background-color: #eb5614;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 11% 45%;
    background-size: 22% auto;
}

    #grid-box .box54 .box3-btn {
        position: absolute;
        left: 27%;
        bottom: 70px;
    }

#grid-box .box3-btn .btn {
    padding: 12px;
    font-size: 12px;
    line-height: .7em;
    margin-left: 20px;
}

.btn.homWhite {
    color: #fff !important;
    background-color: #eb5614;
    font-weight: 700;
    border-color: #fff !important;
}

    .btn.homWhite:hover {
        background-color: #fff !important;
        color: #eb5614 !important;
    }

#grid-box .box54 .caption1 {
    position: absolute;
    top: 16%;
    left: 30%;
}

    #grid-box .box54 .caption1 .caption-heading {
        background-repeat: no-repeat;
        background-size: 20% auto;
        background-position: left 43px;
    }

#grid-box .box54 .caption-heading p:first-child {
    color: #fff;
    font-family: "Montserrat-Light";
    font-size: 30px;
    margin-bottom: 0;
}

#grid-box .box54 .caption-heading p:nth-child(2) {
    color: #fff;
    font-family: "Montserrat-Bold";
    line-height: 0;
    margin-bottom: 5px;
    padding-left: 0;
}

.caption-heading span {
    color: #fff;
    font-size: 50px;
    font-family: "Montserrat-Bold";
}

#grid-box .box54 .caption-heading p:last-child {
    color: #fff;
    font-family: "Montserrat-Bold";
    font-size: 19px;
    line-height: 20px;
}

#grid-box .box55 {
    background-color: #fff;
    height: 250px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 55% -4px;
    background-size: 67% auto;
}

    #grid-box .box55 .caption1 {
        background-repeat: no-repeat;
        background-size: 100% auto;
        left: 25%;
        top: 15%;
        position: absolute;
    }

    #grid-box .box55 .caption-heading p {
        color: #fff;
        font-family: "Montserrat-Bold";
        font-size: 29px;
        line-height: 20px;
    }

    #grid-box .box55 .box4-btn {
        position: absolute;
        left: 23%;
        bottom: 15px;
        z-index: 2;
    }

#grid-box .box4-btn .btn {
    position: relative;
    z-index: 2;
    padding: 14px 16px;
    font-size: 12px;
    line-height: .7em;
    margin-left: 20px;
}

.btn.homRed {
    color: #eb5614;
    background-color: #fff;
    font-weight: 700;
    border-color: #f47c20 !important;
}

    .btn.homRed:hover {
        background-color: #eb5614;
        color: #fff;
    }

#grid-box .box56 {
    background-color: #f59a18;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 2%;
    background-size: 50% auto;
}

    #grid-box .box56 .caption1 {
        position: absolute;
        top: 60%;
        left: 30%;
    }

    #grid-box .box56 .caption-heading p:first-child {
        color: #fff;
        font-family: "Montserrat-Regular";
        font-size: 53px;
        line-height: 12px;
        margin-bottom: 0;
    }

    #grid-box .box56 .caption-heading p:nth-child(2) {
        color: #fff;
        font-family: "Montserrat-Bold";
        font-size: 26px;
        line-height: 2.2em;
        margin-bottom: 0;
        padding-left: 7px;
    }

    #grid-box .box56 .caption-heading p:last-child {
        color: #fff;
        font-family: "Montserrat-Bold";
        font-size: 14px;
        line-height: 0;
        margin-bottom: 0;
        padding-left: 7px;
    }

#grid-box .box57 {
    background-color: #fff;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 75% center;
    background-size: 17% auto;
}

    #grid-box .box57 .caption1 {
        left: 14%;
        position: absolute;
        top: 45%;
    }

        #grid-box .box57 .caption1 .caption-heading p:first-child {
            color: #e5111f;
            font-family: "Montserrat-Light";
            font-size: 44px;
            line-height: 15px;
            margin-bottom: 0;
        }

        #grid-box .box57 .caption1 .caption-heading p:last-child {
            color: #e5111f;
            font-family: "Montserrat-Bold";
            font-size: 31px;
            line-height: 2.3em;
        }

#grid-box .box58 {
    background-color: #eb5614;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: 45% auto;
}

    #grid-box .box58 .caption1 {
        left: 24%;
        position: absolute;
        top: 71%;
    }

    #grid-box .box58 .caption-heading p {
        color: #fff;
        font-family: "Montserrat-Bold";
        font-size: 17px;
        line-height: 17px;
        text-align: center;
    }

.caption-heading .fa.fa-inr {
    font-size: 44px;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
}

.Deskmain {
    max-height: 180px;
    max-width: 1680px;
}

.desktop {
    max-height: 180px;
    max-width: 1680px;
}

    .desktop > div {
        display: table;
        height: 180px;
    }

#sectionSA ul.selfhelp{padding: 10px 0 0 30px;}
#sectionSA ul.selfhelp > li{text-decoration:underline; color:#f56d23;}
#sectionSA ul.selfhelp > li a{color:#f56d23;}
.clk a{color:#f56d23; text-decoration:underline;}
.brd{border-right:1px solid #ccc;}
.comparetable tr.bg-hed {background-color: #f6f6f6; color: #f56d23; font-family: "Montserrat-Bold";font-size: 14px;}
.comparetable .selftable{width: 99%; margin-bottom: 20px; max-width: 100%;}
.comparetable .selftable > tbody > tr > td {border: 1px solid #ddd; line-height: 1.42857; vertical-align: middle; padding: 16px 40px;}
.table-responsive.right-table.comparetable {padding-left:5%;}
.bg-hed > td:nth-child(2){text-align: center;}
.tbhed {color: #f56d23;}
#DivMsg h5 {font-size: 16px; color: #f56d23; text-align: center; font-weight:bold; padding:20px 0;}	

.slfhlp_txt{width:40%; float:left; margin-bottom:5px;}
.slfhlp_input{width:30%; float:left; margin-right:10px; margin-bottom:5px;}
.slfhlp_submit{width:25%; float:left; margin-bottom:5px;}
#btnSubmit{margin-left: 30px;}


@media (max-width: 1680px) {
    .Max900 {
        display: none;
    }

    .Max1024 {
        display: none;
    }
}

@media (max-width: 1200px) {
    .btn {
        padding: 5px 20px;
    }

    #header-nav .navbar-brand > img {
        width: 120px;
    }

    #header-nav .nav-centre > li > a {
        padding: 0 5px;
        font-size: 13px;
    }

    #plan-section .plan_rupees p {
        font-size: 27px;
    }

    #nav-tools > li > a {
        padding: 0 10px;
        padding-left: 50%;
    }

    #nav-tools li:before {
        right: 45px;
    }

    .search button {
        top: 15px;
        right: 25px;
    }

    .open .dropdown-menu {
        right: 0;
        left: 15px;
    }

    .heading_text {
        padding-left: 0;
    }

    #plan-section .panel-heading > div:nth-child(2) {
        width: 40%;
    }

    #plan-section .panel-heading > div {
        width: 14%;
    }

    #plan-section .compare p {
        font-size: 10px;
    }

    #plan-section .panel-collapse:before {
        position: absolute;
        right: 22%;
    }

    #plan-section .panel-heading.planlayout2 > div:nth-child(2) {
        width: 55%;
    }

    #hero-tabs .four-box li.box1, #hero-tabs .four-box li.box2, #hero-tabs .four-box li.box3, #hero-tabs .four-box li.box2, #hero-tabs .four-box li.box4 {
        padding: 10px 20px;
    }

    #grid-box .box35 .caption .caption-heading {
        font-size: 30px;
    }

    #grid-box .box11 .caption-heading p:first-child, #grid-box .box11 .caption-heading p:last-child {
        font-size: 30px;
    }

    #grid-box .box31 .caption .caption-heading p:first-child, #grid-box .box31 .caption .caption-heading p:last-child {
        font-size: 30px;
    }

    #grid-box .box35 .caption .caption-heading p:first-child {
        font-size: 30px;
    }

    #grid-box .box35 .caption .caption-heading p:nth-child(2) {
        font-size: 30px;
    }

        #grid-box .box35 .caption .caption-heading p:first-child span, #grid-box .box35 .caption .caption-heading p:nth-child(2) span {
            font-size: 30px;
        }

    #service ul > li {
        display: table;
        padding: 30px 1%;
    }

    .offers-header a, .offers-header p {
        width: 100%;
    }

    .offers-block ul > li > p {
        font-size: 12px;
    }

    .offer-btn a {
        padding: 10px 15px;
    }
}

@media (max-width: 1024px) {
   .add-banner img {  width: 100%; height: auto; }

    #plan-section .plan_description p {
        font-size: 10px;
    }

    #subaccordion .subpanel.panel-group .panel-title > span {
        padding-right: 5%;
    }

    #slider-wrap {
        height: 250px;
    }

        #slider-wrap .banner_caption {
            top: 10px;
        }

            #slider-wrap .banner_caption h1 {
                font-size: 30px;
            }

    #header-nav .nav-centre > li > a:hover {
        color: #000;
    }

    #header-nav .navbar-nav > li > a:hover span.glyphicon-chevron-down {
        color: #B5B5B5;
    }

    #header-nav .navbar-nav > li.open > a:hover span.glyphicon-chevron-down {
        color: #f56d23;
    }

    #plan-section .panel-default > .panel-heading: .compare a {
        color: #000;
        cursor: pointer;
    }

    #plan-section .compare a {
        color: #000;
    }

    .header-wrap {
        background-size: 85%;
        background-repeat: no-repeat;
        background-position-x: 30px;
        background-position-y: 46px;
    }

    #grid-box .box31 {
        background-position-y: 0;
    }

    #grid-box .box33 .caption {
        top: 4%;
        padding: 5px;
    }

    .nav.nav-tabs.vas a {
        font-size: 15px !important;
    }

    ul.nav.nav-tabs.vas li.active a {
        font-size: 15px !important;
    }

    .top-title h1 {
        font-size: 15px;
    }

    #service ul > li {
        display: -webkit-box;
        padding: 30px 2%;
    }

    #service .links h4 {
        font-size: 16px;
    }

    .ldigit {
        font-size: 23px;
    }

    #plan-section .plan_rupees p {
        font-size: 23px;
    }

    #faq-right {
        padding-top: 20px;
    }

    .device-right {
        padding-top: 20px;
    }

    #faq-left .nav-tabs {
        padding-left: 40px;
    }

    #filter .sort-by {
        margin-left: 0;
    }

    .top-title {
        padding-left: 32px;
    }

    #faq-left a.helpsupport-left-heading {
        font-size: 15px;
    }

    #faq-left .panel-group a .panel-heading:before {
        top: 13px;
        left: 43px;
    }

    .deviceDiv div:last-child {
        width: 25% !important;
        padding: 0;
    }

        .deviceDiv div:last-child .img_section1 {
            width: 100% !important;
        }

            .deviceDiv div:last-child .img_section1 img {
                width: 100% !important;
            }

    #grid-box .box51 {
        background-position: center 20%;
        background-size: 60%;
    }

        #grid-box .box51 .box1-btn {
            position: absolute;
            left: 20%;
            bottom: 15%;
        }

    #grid-box .box52 {
        background-position: center 5%;
        background-size: 53%;
    }

        #grid-box .box52 .caption1 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -70px;
            margin-top: 10px;
            width: 200px;
        }

    #grid-box .box53 {
        background-position: 79% 20%;
        background-size: 24%;
    }

        #grid-box .box53 .caption1 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -94px;
            margin-top: -15px;
            width: 200px;
        }

        #grid-box .box53 .caption-heading p:last-child {
            text-align: left;
        }

        #grid-box .box53 .caption1 .caption-heading {
            background-size: 85%;
        }

    #grid-box .box54 {
        background-position: 11% 45%;
        background-size: 26%;
    }

        #grid-box .box54 .caption1 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -30px;
            margin-top: -65px;
            width: 200px;
        }

    #grid-box .box55 {
        background-position: 55% 50%;
        background-size: 60%;
    }

        #grid-box .box55 .caption1 {
            left: 50%;
            top: 50%;
            position: absolute;
            margin-left: -72px;
            margin-top: -65px;
            width: 200px;
        }

        #grid-box .box55 .box4-btn {
            position: absolute;
            left: 17%;
            bottom: 10%;
        }

    #grid-box .box57 .caption1 {
        left: 14%;
        position: absolute;
        top: 40%;
    }

    .flash_banner .globeAnc02, #hero-tabs .four-box .globeAnc02, #grid-box .globeAnc02 {
        left: 257px;
    }

    .flash_banner .globeAnc03, #hero-tabs .four-box .globeAnc03, #grid-box .globeAnc03 {
        right: 255px;
    }
}

@media (min-width: 901px) and (max-width: 1024px) {
    .imgPdn {
        width: auto !important;
    }

    .Device1024 {
        max-width: 1024px;
        max-height: 180px;
        display: block;
    }

    .Deskmain {
        display: none;
    }

    .Max1024 {
        max-width: 1024px;
        max-height: 180px;
        display: block;
    }

        .Max1024 > div {
            height: 180px;
            display: table;
        }

    .Deskmain, .Max900 {
        display: none;
    }

    .yelw-bgcolor .img_section img {
        height: 70px;
        width: 70px;
    }

    .Max1024 .banner-btn {
        border: 2px solid #fff;
        margin: 0 auto;
        padding: 7px 2px;
        text-align: center;
        width: 135px;
    }

    .Max1024 h1 {
        font-size: 25px !important;
    }
}

@media (max-width: 1024px) and (min-width:991px) {
    #grid-box .box12 {
        background-position: 16% 100%;
    }

    #plan-section .panel-heading > div:nth-child(1) {
        padding: 10px 5px;
    }

    .open .dropdown-menu {
        right: 0;
        left: 5px;
    }

    #faq-left a.helpsupport-left-heading {
        padding: 16px 0 16px 46px;
    }

    #faq-left .panel-group .panel-heading {
        padding: 16px 50px;
    }

    #hero-tabs .four-box li.box2 {
        padding: 10px 18px;
    }

    #plan-section .panel-heading > div:nth-child(3) {
        padding: 10px 5px;
    }

    .flash_banner .heading_text h1 {
        font-size: 28px;
    }

    .flash_banner .heading_text h2 {
        font-size: 28px;
    }

    #plan-section .panel-heading > .plan_shop {
        padding: 15px 10px;
    }

    .box-go-btn.pull-right {
        margin-right: 0;
    }

    #plan-section .compare a {
        padding: 0 3px;
        display: block;
        height: 60px;
    }

    .banner-btn {
        width: auto;
    }

    .desktop h1 {
        font-size: 23px;
    }
}

@media (min-width: 641px) and (max-width: 900px) {
    .imgPdn {
        width: auto !important;
    }

    .Device900 {
        max-width: 900px;
        max-height: 100px;
        display: block;
    }

    .Deskmain {
        display: none;
    }

    .Max900 {
        max-width: 900px;
        max-height: 100px;
        display: block;
    }

        .Max900 > div {
            height: 100px;
            display: table;
        }

    .yelw-bgcolor .img_section img {
        height: 55px;
        width: 55px;
    }

    .Max900 h1 {
        font-size: 22px;
    }

    .banner-btn {
        border: 2px solid #fff;
        margin: 0 auto;
        padding: 5px 2px;
        text-align: center;
        width: 120px;
    }

        .banner-btn > a {
            font-size: 12px;
        }
}

@media (max-width: 991px) {
    .open .dropdown-menu {
        right: 0;
        left: 0;
    }

    #header-nav .nav-centre > li > a {
        padding: 0 10px;
    }

    #header-nav .navbar-brand > img {
        width: 100px;
    }

    #nav-tools > li > a {
        padding: 0 12px;
    }

    #header-nav .nav-centre > li > a {
        padding: 0;
        font-size: 10px;
    }

    #nav-tools li:before {
        right: 55px;
    }

    #header-nav .nav-centre.navbar-nav {
        padding-left: 0;
    }

    .left-section > div {
        padding: 20px 0;
    }

    .desktop_compare_section ul.compare_section p#compare_text {
        font-size: 10px;
    }

    .desktop_compare_section ul.compare_section span.max_4_items {
        font-size: 8px;
    }

    .desktop_compare_section ul > li:after {
        right: 25px;
    }

    .search button {
        border: none;
    }

    .flash_banner.pista h1, .flash_banner.pista h2, .flash_banner.red h1, .flash_banner.red h2 {
        font-size: 20px;
    }

    a.banner_btn.switch {
        font-size: 10px;
    }

    .heading_text p {
        line-height: 15px;
    }

    #filter .sort-by ul > li {
        padding: 0 5px;
    }

    #filter ul.top-option.left-sort li > a {
        font-size: 11px;
        line-height: 10px;
    }

    #plan-section .panel-heading > div:nth-child(2) {
        padding-top: 15px;
    }

    #plan-section .panel-heading > div:nth-child(3) {
        padding: 10px 0;
    }

    #plan-section .plan_rupees p {
        font-size: 17px;
    }

        #plan-section .plan_rupees p i {
            font-size: 8px;
            line-height: 10px;
        }

    #plan-section .panel-heading > div {
        padding: 15px 10px;
    }

    a.banner_btn.buy_btn {
        padding: 10px;
    }

    #plan-section .compare a {
        line-height: 35px;
    }

    .call_text {
        margin: 5px 0;
    }

        .call_text p {
            line-height: 4px;
            font-size: 10px;
        }

    #plan-section .panel-collapse:before {
        position: absolute;
        right: 22%;
    }

    #hero-tabs .four-box li {
        width: 50%;
    }

        #hero-tabs .four-box li.box1, #hero-tabs .four-box li.box2, #hero-tabs .four-box li.box3, #hero-tabs .four-box li.box2, #hero-tabs .four-box li.box4 {
            padding: 10px 30px;
        }

    #grid-box .box11 .caption-heading p:first-child, #grid-box .box11 .caption-heading p:last-child {
        font-size: 20px;
    }

    #grid-box .box31 .caption .caption-heading p:first-child, #grid-box .box31 .caption .caption-heading p:last-child {
        font-size: 15px;
    }

    #grid-box .box34 {
        background-size: 30%;
    }

        #grid-box .box34 .caption .caption-heading p:first-child, #grid-box .box34 .caption .caption-heading p:last-child {
            font-size: 15px;
        }

    #grid-box .box35 {
        background-position: 80% 30%;
        position: relative;
    }

        #grid-box .box35 .caption {
            position: absolute;
            top: 65%;
            left: 10%;
        }

    #about-section .heading p, #about-section .heading span {
        font-size: 55px;
    }

    #filter .sort-by {
        display: block;
    }

    .header-wrap {
        background-size: 85%;
        background-repeat: no-repeat;
        background-position-x: 30px;
        background-position-y: 46px;
    }

    #grid-box .box31 {
        background-position-y: 0;
    }

    .fontText {
        font-size: 20px !important;
    }

    .botText {
        font-size: 20px !important;
    }
}

@media (max-width: 769px) {
    #header-nav .navbar-header {
        width: 20%;
    }

    #faq-right .back-btn {
        display: block;
    }

    .device-right .back-btn {
        display: block;
    }

    #header-nav .navbar-nav > li {
        padding: 4px 0;
    }

    #nav-tools li:before {
        right: 55px;
        top: 23px;
    }

    .offer-btn a {
        padding: 10px;
    }

    #plan-section .dev-offer-accd-style .panel-group .panel .panel-title {
        padding: 14px;
        font-size: 14px;
    }

    #hero-tabs .four-box li {
        width: 25%;
    }

        #hero-tabs .four-box li p {
            font-size: 12px;
            width: 100px;
        }

    #hero-tabs .four-box .box-go-btn a {
        padding: 3px 13px;
    }

    #hero-tabs .four-box li.box1, #hero-tabs .four-box li.box2, #hero-tabs .four-box li.box3, #hero-tabs .four-box li.box2, #hero-tabs .four-box li.box4 {
        padding: 5px 10px;
    }

    #grid-box .box11 .caption-heading p:first-child, #grid-box .box11 .caption-heading p:last-child {
        font-size: 15px;
    }

    #grid-box .box11 {
        background-size: 30%;
    }

    #grid-box .box12 .caption .caption-heading p:first-child {
        font-size: 28px;
    }

    #grid-box .box12 .caption .caption-heading p:last-child {
        font-size: 28px;
    }

    #hero-tabs .four-box .box-go-btn {
       
    }

    #hero-tabs .four-box li p span {
        font-family: 'Montserrat-Bold';
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .service-link-mob h4.panel-title a {
    display: block;
}
    #header-nav .navbar-nav .open .dropdown-menu {
    right: 0px;
    left: 0px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
}

    #plan-section .panel-group .panel.plan-border {
    border-radius: 1px;
}
    .bgNone h2 {
        font-size: 20px !important;
    }

    .table-responsive > .fixed-column {
        display: none;
    }

    .full-border {
        border-bottom: none;
    }

    .btn {
        padding: 5px 25px;
    }

    #plan-section .compare a {
        font-size: 10px;
    }

    .plan_title.panel-title span {
        font-size: 10px;
    }

    .flash_banner .globeAnc02, #hero-tabs .four-box .globeAnc02, #grid-box .globeAnc02 {
        height: 100%;
        left: 192px;
        position: absolute;
        right: 0;
        width: 25%;
        z-index: 1;
        top: 0;
        float: left;
    }

    .flash_banner .globeAnc03, #hero-tabs .four-box .globeAnc03, #grid-box .globeAnc03 {
        height: 100%;
        position: absolute;
        right: 191px;
        width: 25%;
        z-index: 1;
        top: 0;
        float: left;
    }

    #hero-tabs .four-box {
        cursor: pointer;
    }

    .banner-boxes {
        cursor: pointer;
    }

    .flash_banner.red {
        cursor: pointer;
    }

    .flash_banner.pista {
        cursor: pointer;
    }

    #header-nav .navbar-nav > li > a {
        color: #000;
    }

    #header-nav .nav-centre > li > a {
        padding: 0;
    }

    #header-nav .nav-centre.mob > li > a i {
        padding: 0 5px;
        font-size: 25px;
        color: #C8C8C8;
    }

    #header-nav .nav-centre.mob > li {
        padding: 0 25px;
    }

    #header-nav .nav-centre > li {
        text-align: center;
        display: inline-block;
        border-left: none;
        padding: 0 5px;
    }

        #header-nav .nav-centre > li > a {
            padding: 0;
            font-size: 8px;
        }

    #header-nav .navbar-header {
        float: left;
        width: 20%;
    }

    #header-nav .nav-centre {
        width: 70%;
        text-align: right;
        margin-top: 0;
        margin-bottom: 0;
        padding: 5px 0;
    }

    #header-nav .navbar-nav .open .dropdown-menu {
        right: -1px;
        left: 0px;
        position: absolute;
        background-color: #fff;
        width: 100%;
    }

    #header-nav .mob .dropdown.open {
        position: static;
    }

    #header-nav .mob ul.dropdown-menu {
        width: 100%;
    }

    #header-nav .nav-centre.mob > li:first-child > a i {
        position: absolute;
        left: -1px;
        font-size: 20px;
        line-height: 25px;
    }

    #header-nav .nav-centre > li:first-child > a {
        position: relative;
    }

    #header-nav .navbar {
        margin-bottom: 0;
    }

    #header-nav .nav-centre.mob .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 50%;
    }

    #header-nav .nav-centre.mob .nav-tabs {
        border-top: 1px solid #ddd;
    }

        #header-nav .nav-centre.mob .nav-tabs > li > a:hover {
            border-color: transparent;
            border-right-color: #ddd;
        }

        #header-nav .nav-centre.mob .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            border-bottom-color: #ddd;
            border: none;
            border-right: 1px solid #ddd;
            background-color: #f56d23;
        }

        #header-nav .nav-centre.mob .nav-tabs > li > a {
            font-family: 'Montserrat-Regular';
            font-size: 13px;
            color: #4A4A4A;
            margin-right: 0;
            text-align: center;
            border-right: 1px solid #ddd;
            border-radius: 0;
            padding: 15px;
            color: #000;
        }

        #header-nav .nav-centre.mob .nav-tabs > li:last-child a {
            border: none;
        }

    #header-nav .navbar-nav.mob > li.open > a {
        color: #f56d23;
    }

        #header-nav .navbar-nav.mob > li.open > a i {
            color: #f56d23;
        }

    #header-nav .navbar-nav > li.open .dropdown-menu ul li.active a {
        color: #fff;
    }

    #header-nav .nav-centre .dropdown-menu > li > a {
        font-size: 10px;
    }

    #header-nav .nav-centre.nav.navbar-nav.mob form.navbar-form {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .mob-inner {
        height: 600px;
        overflow-y: scroll;
    }

    #main-content {
        border-bottom: 1px solid #ddd;
    }

    #DropDownmobile .panel-heading {
        padding: 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: left;
    }

    #DropDownmobile .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
        border: none;
    }

    #DropDownmobile .panel-body {
        padding: 0;
    }

        #DropDownmobile .panel-body ul > li {
            padding: 15px;
            background-color: transparent;
            border-bottom: 1px solid transparent;
            text-align: left;
        }

    #DropDownmobile .panel-group .panel + .panel {
        margin-top: 0;
    }

    #DropDownmobile .panel-body ul > li > a {
        text-transform: capitalize;
        color: #000;
        font-size: 14px;
    }

    #DropDownmobile a.collapsed .panel-title {
        color: #000;
        text-transform: capitalize;
    }

    #DropDownmobile a.titleMcol .panel-title {
        color: #000;
        text-transform: uppercase;
    }

    #DropDownmobile a .panel-title {
        color: #f56d23;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'Montserrat-Bold';
    }

    #DropDownmobile a.collapsed .panel-title .fa-angle-down:before {
        content: "\f107";
    }

    #DropDownmobile a .panel-title .fa-angle-down:before {
        content: "\f106";
    }

    #DropDownmobile .panel-body ul > li > a:after {
        content: '\f104';
        opacity: 0;
        float: right;
        font-family: FontAwesome;
    }

    #DropDownmobile .panel-body ul > li > a:hover:after {
        opacity: 1;
        color: #F56D23;
    }

    #DropDownmobile .panel-body ul > li > a:hover {
        color: #F56D23;
    }

    #subaccordion .suboption-terms {
        margin: 15px;
        margin-left: 10px;
    }

    .input-group-btn .btn-default {
        background-image: none;
        background-color: #f56d23;
        color: #fff;
        padding: 6px;
        height: 40px;
    }

    .subform .input-group .form-control {
        height: 40px;
    }

    #grid-box .box13 a.btn.link-btn {
        padding: 10px 30px;
    }

    a.btn.show-more.call-show {
        color: #4a4a4a;
        border-radius: 0;
        padding: 10px 20px;
    }

    #grid-box .box31 .caption {
        font-size: 20px;
    }

    #grid-box .box13 {
        background-position: 50% 10px;
        background-size: 47%;
    }

        #grid-box .box13 .caption {
            top: 20px;
            left: 15px;
        }

        #grid-box .box13 .box-btn {
            left: 15px;
            bottom: 10px;
        }

    #grid-box .box11 .caption-description {
        padding: 0;
    }

    #grid-box .box33 {
        background-size: 54%;
    }

        #grid-box .box33 .caption {
            top: 25%;
            right: 10px;
        }

    #grid-box .box34 .box-btn {
        padding: 0;
        margin: 0;
        top: 50%;
        right: 45%;
    }

    #grid-box .box35 .box-btn {
        position: static;
        bottom: 0;
        padding: 0;
    }

    #grid-box .box32 {
        background-size: 60%;
    }

        #grid-box .box32 .caption {
            left: 0 !important;
        }
    <!--

    #hero-tabs ul.four-box > li p br {
        display: none;
    }
    -->
    /#service {
        margin-bottom: 40px;
        margin-top: 0;
    }

    */ #service {
        margin: 40px 0;
        cursor: pointer;
    }

    #about-section .heading span {
        font-size: 60px;
        line-height: 60px;
    }

    #hero-tabs .four-box li:first-child {
        padding-left: 15px;
    }

    #hero-tabs .four-box li:last-child {
        padding-right: 15px;
    }

    .left-pad {
        padding-left: 15px;
    }

    .copyright > div {
        width: 100%;
        padding: 10px 0;
    }

    .calls_btn > div {
        padding: 10px 2px;
        margin: 5px 10px;
    }

    .call_text p {
        line-height: normal;
        font-size: 12px;
        margin: 0;
    }

    a.banner_btn.switch {
        font-size: 10px;
    }

    a.banner_btn.buy_btn {
        padding: 10px;
    }

    .flash_banner .img_section1 img {
        width: auto;
    }

    .flash_banner .btn_switch {
        text-align: center;
    }

    #subaccordion .subpanel.panel-group .panel-title > span {
        padding-right: 0;
        padding-left: 0;
    }

    #footer-wrap ul.footer-social {
        text-align: center;
    }

    #footer-wrap .pt {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .description p {
        color: #4A4A4A;
        font-size: 14px;
        font-family: 'Montserrat-bold';
        margin-left: 40px;
        text-transform: uppercase;
    }

    .checkbox span:active {
        color: #F56D23;
    }

    .back-btn a i {
        padding-right: 10px;
    }

    .showmore a.showmore-btn {
        padding: 12px 30px;
        font-size: 13px;
        border: 2px solid #979797;
        font-family: 'Montserrat-Light';
        color: #4A4A4A;
    }

    .heading_text {
        padding: 0 15px;
    }

    .flash_banner > div {
        height: 100px;
        padding: 15px 0;
    }

    .flash_banner.red h1 {
        font-size: 16px;
    }

    .flash_banner.red h2 {
        font-size: 14px;
    }

    #footer-wrap {
        padding-top: 50px;
    }

        #footer-wrap ul.footer-social li:first-child {
            font-size: 14px;
        }

        #footer-wrap .footer-section-right p br {
            content: " ";
        }

            #footer-wrap .footer-section-right p br:before {
                content: " ";
            }

    #mob-footer .panel {
        box-shadow: none;
    }

    #header-nav .nav-centre.navbar-nav {
        padding-left: 0;
    }

    #top-link-block.affix {
        display: block;
    }

    ul.mob-faq > li {
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }

        ul.mob-faq > li > a {
            text-decoration: none;
            text-decoration: none;
            padding: 0;
            font-size: 14px;
            color: #212121;
            font-family: 'Montserrat-bold';
        }

    ul.mob-faq {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .faq-header {
        padding: 20px 0;
    }

    #blogCarousalWrap {
        display: block;
    }

    #plan-section .panel-heading.planlayout2 > div:nth-child(2) {
        width: 57%;
        border: none;
        line-height: 18px;
    }

    #plan-section .panel-heading.planlayout2 > div:nth-child(4) {
        border: none;
        text-align: left;
        width: 12%;
    }

    .faq-header a {
        padding: 0;
    }

    #nav-tools .search button {
        right: 5px;
        width: 50px;
    }

    .container-fluid.top-header-border {
        margin: 0;
    }

    .ldigit {
        font-size: 17px !important;
    }

    #faq-left .panel-group .panel-heading {
        padding: 20px 5px;
    }

    #faq-right {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

    #faq-left .nav-tabs {
        padding-left: 0;
    }

        #faq-left .nav-tabs > li > a {
            padding-left: 5px;
        }

            #faq-left .nav-tabs > li > a:after {
                content: '\f105';
                font-family: FontAwesome;
                float: right;
                right: 10%;
            }

        #faq-left .nav-tabs > li.active > a:after {
            right: 10%;
        }

    #faq-right .back-btn a {
        margin-left: 5px;
    }

    #faq-right .panel-group .panel .panel-heading .panel-title {
        width: 85%;
    }

    .top-title {
        padding-left: 5px;
    }

    #faq-right .tab-content h1 {
        margin: 25px 0;
    }

    #faq-left .top-title h1 {
        font-size: 18px;
    }

    #faq-left .panel-title {
        color: #5A5A5A;
        text-transform: capitalize;
        font-size: 14px;
        font-family: 'Montserrat-Bold';
    }

    #faq-left .nav-tabs > li > a {
        font-family: 'Montserrat-Regular';
        font-size: 14px;
        color: #5a5a5a;
    }

    #faq-right .ans-list ul > li {
        display: block;
    }

        #faq-right .ans-list ul > li > a {
            border: none;
            padding: 0;
        }

    #slider-wrap {
        height: 168px;
    }

        #slider-wrap .banner_caption {
            top: 20px;
        }

            #slider-wrap .banner_caption h1 {
                font-size: 20px;
            }

    #service ul > li {
        padding: 15px 5px;
        background-color: transparent;
    }

        #service ul > li .text-right h6 {
            font-size: 10px;
        }

        #service ul > li .text-right h5 {
            font-size: 10px;
        }

    #grid-box .btn-section {
        display: block;
    }

    ::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0);
    }

    #sel1.select-box {
        color: #4e4e4a;
        width: 100%;
    }

    .form-inline .formselectext, .form-inline .formselectext1, .form-inline .formselectext2 {
        width: 60%;
    }

    .form-inline .formselect {
        width: 25%;
    }

    .form-inline .formselect1 {
        width: 50%;
    }

    #faq-left .nav-tabs.vas > li.active > a::after {
        content: '\f105';
        font-family: "FontAwesome";
        position: absolute;
        right: 10%;
    }

    .top-title h1 {
        font-size: 17px;
    }

    .nav.nav-tabs.vas a {
        font-size: 13px !important;
    }

    ul.nav.nav-tabs.vas li.active a {
        font-size: 13px !important;
    }

    #header-top-wrap ul.top-nav li {
        padding: 8px 10px;
    }

    #service ul > li {
        display: -webkit-box;
    }

    #service .links h4 {
        font-size: 15px;
    }

    #plan-section .subpanel .panel-body {
        padding-left: 15px;
    }

    .content_description h2 {
        font-size: 20px;
    }

    #filter .sort-by {
        padding: 10px;
    }

        #filter .sort-by ul {
            padding: 0;
        }

    #filter .sort-by-list ul > li {
        font-size: 11px;
    }

    #filter ul.top-option.right-sort li > a {
        font-size: 11px;
    }

    .rlt p {
        font-size: 11px;
    }

    .cer {
        font-size: 8.5px;
    }

    .call-plans {
        font-size: 12px;
    }

    .termscondition-body p {
        font-size: 12px;
    }

    #faq-left a.helpsupport-left-heading {
        padding: 16px 0;
        font-size: 15px;
    }

    #faq-left .panel-group a .panel-heading:before {
        top: 17px;
        left: -5px;
    }

    .deviceDiv div:last-child {
        width: 25% !important;
        padding: 0;
    }

        .deviceDiv div:last-child .img_section1 {
            width: 100% !important;
        }

            .deviceDiv div:last-child .img_section1 img {
                width: 100% !important;
            }

    .swtich .choose-btns a {
        font-size: 12px;
    }

    .walk-icon {
        padding: 9px 30px;
    }

    .switUs {
        padding: 5px 0;
    }

    .swtich-icon {
        padding: 9px 46px;
    }

    .swtich span.diff-char {
        padding: 6px 20px;
    }

    .swtich .panel-body {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 20px;
    }

    .device-right {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

        .device-right .back-btn a {
            margin-left: 5px;
        }

        .device-right .panel-group .panel .panel-heading .panel-title {
            width: 85%;
        }

        .device-right .tab-content h1 {
            margin: 25px 0;
        }

        .device-right .ans-list ul > li {
            display: block;
        }

            .device-right .ans-list ul > li > a {
                border: none;
                padding: 0;
            }

    #grid-box .box1-btn .btn {
        padding: 3px 10px;
        font-size: 14px;
    }

    #grid-box .box51 {
        background-position: 51% 16%;
        background-size: 92%;
    }

        #grid-box .box51 .box1-btn {
            position: absolute;
            left: 19%;
            bottom: 7%;
        }

    #grid-box .box1-btn .btn {
        padding: 9px 20px;
    }

    #grid-box .box52 {
        background-position: center 15%;
        background-size: 60%;
    }

        #grid-box .box52 .caption1 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -65px;
            margin-top: 5px;
            width: 200px;
        }

    #grid-box .box53 {
        background-position: 30% 25%;
        background-size: 104%;
    }

        #grid-box .box53 .caption1 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -99px;
            margin-top: -44px;
            width: auto;
        }

        #grid-box .box53 .caption-heading p:first-child {
            font-size: 65px;
        }

        #grid-box .box53 .caption-heading p:last-child {
            font-size: 22px;
        }

        #grid-box .box53 .caption1 .caption-heading {
            background-size: 83%;
        }

        #grid-box .box53 .caption-heading p:last-child {
            text-align: left;
        }

    #grid-box .box54 {
        background-position: 2% 50%;
        background-size: 30%;
    }

        #grid-box .box54 .caption1 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -57px;
            margin-top: -42px;
            width: 100%;
        }

        #grid-box .box54 .caption-heading p:first-child {
            font-size: 23px;
        }

    .caption-heading .fa.fa-inr {
        font-size: 31px;
    }

    .caption-heading span {
        font-size: 33px;
    }

    #grid-box .box54 .caption-heading p:last-child {
        font-size: 16px;
    }

    #grid-box .box54 .box3-btn {
        left: 20%;
        bottom: 56px;
    }

    #grid-box .box55 {
        background-color: #fff;
        height: 250px;
        position: relative;
        background-repeat: no-repeat;
        background-position: 60% top;
        background-size: 90%;
    }

        #grid-box .box55 .caption1 {
            left: 50%;
            top: 50%;
            position: absolute;
            margin-left: -89px;
            margin-top: -86px;
            width: 200px;
        }

        #grid-box .box55 .box4-btn {
            position: absolute;
            left: 10%;
            bottom: 5%;
        }

    #grid-box .box58 {
        background-color: #eb5614;
        height: 250px;
        background-repeat: no-repeat;
        background-position: center 25%;
        background-size: 59%;
    }

        #grid-box .box58 .caption1 {
            left: 50%;
            position: absolute;
            top: 50%;
            width: 200px;
            margin-left: -100px;
            margin-top: 60px;
        }

    #grid-box .box57 {
        background-position: 90% 50%;
        background-size: 22%;
    }

        #grid-box .box57 .caption1 {
            left: 50%;
            position: absolute;
            top: 50%;
            margin-left: -113px;
            margin-top: -17px;
        }

            #grid-box .box57 .caption1 .caption-heading p:first-child {
                font-size: 26px;
            }

            #grid-box .box57 .caption1 .caption-heading p:last-child {
                font-size: 17px;
            }

    #grid-box .box56 {
        background-position: center 6%;
        background-size: 65%;
    }

        #grid-box .box56 .caption1 {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -58px;
            margin-top: 27px;
            width: auto;
        }

        #grid-box .box56 .caption-heading p:first-child {
            font-size: 45px;
        }

        #grid-box .box56 .caption-heading p:nth-child(2) {
            font-size: 23px;
        }

        #grid-box .box56 .caption-heading p:last-child {
            font-size: 13px;
        }

    .Device900 h1 {
        font-size: 19px !important;
    }

    .Device900 .banner-btn {
        width: 90px;
        padding: 3px 2px;
    }

        .Device900 .banner-btn > a {
            font-size: 9px;
        }

    #ReviewModel #feedback-form .form-control {
        padding: 3px 0;
    }

    #ReviewModel select#city {
        width: 100%;
    }

    #ReviewModel .rating-data > div {
        width: 100%;
        padding: 10px 0;
        float: none;
    }

    #ReviewModel #feedback-form textarea.form-control {
        height: auto;
        width: 100%;
    }

    .left-section {
        padding-left: 25px;
    }

    #plan-section .plan_shop a {
        font-size: 9px;
    }

    .sitemapmobile-panel:before {
        display: none;
    }

    .sitemapmobile-panel {
        margin-top: 30px;
        border-right: 1px solid #3a3a3a;
        margin-left: 10px;
    }

    .feedbackmobile-pannel {
        margin-top: 30px;
    }

        .feedbackmobile-pannel:before {
            display: none;
        }

    .collapse.mob-show {
        display: block;
    }

    #filter .sort-by ul:last-child {
        display: block;
    }

    ul.footer-site {
        padding-left: 0;
    }

        ul.footer-site > li {
            list-style-type: none;
            float: left;
            padding: 20px 0;
            width: 50%;
        }

            ul.footer-site > li > a {
                font-size: 15px;
                color: #4a4a4a;
                font-family: 'montserrat-Light';
            }

    .orange-bg {
        background-color: #F56D23;
    }

    #DropDownmobile .orange-bg a.collapsed .panel-title {
        color: #fff;
    }

    .offers-block > div {
        float: none;
        width: 100%;
        border-right: none;
        padding: 20px 0;
        margin-top: 15px;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 768px) and (min-width: 736px) {
    #plan-section .panel-heading > div:nth-child(1) {
        padding: 15px 5px;
    }
    #header-nav .nav-centre.nav.navbar-nav.mob form.navbar-form {
    margin-bottom: 0;
    padding-bottom: 0;
}
    .navbar-form, form.navbar-form {
    margin: 0px;
    padding: 0px;
}

    .flash_banner .heading_text h1 {
        font-size: 22px;
    }

    .flash_banner .heading_text h2 {
        font-size: 22px;
    }

    #plan-section .panel-heading > div:nth-child(3) {
        padding: 15px 3px;
    }
}

#divDefaultPageMsg h5 {
    text-align: center;
}

.plan_description p {
    text-align: center;
}

.ibscor {
    color: #06ADE5;
}

@media (max-width: 767px) {
   .list-unstyled{ border-bottom: 1px solid #d1d1d1 !important;}
    #compare-section-mobile .affix {
    position: fixed!important;
    width: 100%;
    top: 69px;
    z-index: 9999;
    background: #fff;
    padding: 15px 15px;
    border-top: 1px solid #c9c9c9;
}
    .pdnLeft {
        padding-left: 0 !important;
    }

    .mobhide {
        display: block;
    }

    .statickFont {
        font-size: 20px;
    }

    .hidden-mb {
        display: none;
    }

    input[type="checkbox"] {
        display: block;
    }

    #comparetable .table > thead > tr > th, #comparetable1 .table > thead > tr > th, #comparetable2 .table > thead > tr > th {
        vertical-align: middle;
        border-bottom: 0 solid transparent;
        padding: 0;
    }

    #plan-section .panel-heading > div {
        display: block;
        width: 100%;
        height: auto;
        padding: 0 15px;
    }

        #plan-section .panel-heading > div:nth-child(2) {
            width: 100%;
            padding: 10px;
        }

    #plan-section .plan_rupees p {
        text-align: left;
        font-size: 27px;
    }

        #plan-section .plan_rupees p i {
            font-size: 15px;
            line-height: 30px;
        }

    #plan-section .panel-default > .panel-heading {
        cursor: pointer;
        position: relative;
    }

    #plan-section .panel-heading > div:nth-child(1n+4) {
        display: inline-block;
        width: 49% !important;
        padding: 15px;
        border: none;
    }

    #plan-section .plan_title.panel-title {
        text-align: left;
    }

    #plan-section .plan_shop {
        text-align: right;
    }

    #plan-section .panel-collapse:before {
        right: 90%;
    }

    #plan-section .calls_btn > div:first-child {
        display: none;
    }

    #plan-section .call_text a {
        line-height: 15px;
        padding-left: 0;
        margin: 0;
        font-size: 14px;
        color: #4A4A4A;
        font-family: 'Montserrat-Light';
    }

    #plan-section .calls_btn {
        padding-left: 0;
    }

    #plan-section .plan_title.panel-title span:first-child:after {
        content: "\f107";
        padding-left: 15px;
        font-family: FontAwesome;
        color: #f56d23;
    }

    #plan-section .plan_title.panel-title span:last-child:after {
        content: '\f106';
        font-family: FontAwesome;
        color: #f56d23;
        padding-left: 15px;
    }

    #plan-section .plan_title.panel-title span br {
        content: "";
    }

        #plan-section .plan_title.panel-title span br:after {
            content: " ";
        }

    #plan-section .plan_title.panel-title span {
        color: #F56D23;
        font-size: 13px;
        font-family: 'Montserrat-Regular';
    }

        #plan-section .plan_title.panel-title span:first-child {
            color: #f56d23;
            text-transform: capitalize;
        }

        #plan-section .plan_title.panel-title span:last-child {
            color: #f56d23;
            text-transform: capitalize;
        }

    #plan-section .plan_shop i {
        line-height: normal;
    }

    #plan-section .calls_btn.buynow-btnshow {
        padding-left: 10px;
    }

        #plan-section .calls_btn.buynow-btnshow > div:first-child {
            display: block;
            width: 60%;
        }

    #plan-section .calls_btn.term-show > div:first-child {
        display: block;
        padding-left: 10px;
    }

    #plan-section .plan_description p {
        font-size: 16px;
    }

    #plan-section .subpanel .panel-body {
        padding-left: 15px;
    }

    #plan-section .planlayout2 .plan_rupees p.three-num {
        font-size: 30px;
    }

    #plan-section .panel-heading .compare {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        
    }

    #plan-section .compare a {
        color: #4c4c4c;
        text-transform: capitalize;
        font-size: 14px;
    }

    #plan-section .panel-group {
        margin-bottom: 0;
    }

    #plan-section .planlayout2.panel-collapse:before {
        right: 20%;
    }

    #hero-tabs .four-box li {
        width: 100%;
    }

    .left-section {
        padding-left: 0;
    }

    #faq-left .panel-group a .panel-heading:before {
        display: none;
    }

    #faq-left .panel-group a .panel-heading:after {
        top: 15px;
        right: 12%;
    }

    .posMiandiv {
        width: 320px;
        overflow: hidden;
    }

    .poscontantdiv {
        width: 640px;
        position: relative;
    }

    .RightMobNav {
        width: 320px;
        float: left;
        position: relative;
        left: 0;
    }

    .leftMobNav {
        width: 320px;
        float: left;
        position: relative;
        left: 0;
    }

    #service ul.service-link-mob > li {
        padding-left: 15px !important;
    }

    .service-link-mob .panel-heading {
        background-color: #fff;
        border: none;
        background-image: none;
    }

    .service-link-mob .panel {
        border: none;
    }

    #service .links h4 {
        font-size: 16px;
        font-family: 'Montserrat-Light';
        color: #4a4a4a;
    }

    .service-link-mob .panel.panel-default {
        margin-top: 0;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #ddd;
    }

        .service-link-mob .panel.panel-default:last-child {
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #ddd;
        }

    .service-link-mob .panel-heading .panel-title a.collapsed:after {
        content: "\f067";
        color: #4A4A4A;
        font-size: 13px;
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
    }

    .service-link-mob .panel-heading .panel-title a:after {
        content: "\f068";
        color: #4A4A4A;
        font-size: 13px;
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
    }

    #mobile-tabs1 {
        width: 320px;
        overflow: hidden;
    }

    .tabbable {
        width: 640px;
    }

    #filterDropdown .nav {
        position: relative;
        left: 0;
        float: left;
        width: 320px;
    }

    #filterDropdown .tab-content {
        position: relative;
        left: 0;
        float: left;
        width: 320px;
        display: block !important;
    }

    #plan-section .panel-heading.planlayout2 > div:nth-child(2) {
        width: 100%;
        padding: 10px;
    }
    .brandinfo {
    height: auto;
    padding: 0 5%;
    }
}

@media (max-width: 736px) {
    .header-wrap {
        background-size: 0;
    }

    .helpbtn {
        display: none;
    }

    .mnp {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    #header-nav .nav-centre > li {
        padding: 0 10px;
    }

    .flash_banner > div {
        padding: 15px;
    }

    .freeze-btn {
        display: block;
    }
}

@media (max-width: 480px) {
 .add-banner img {
        width: 100%;
        height: auto;
    }
    /*******************Mandar 29-6-2016**********/
#plan-section .panel-group .panel {
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 1px;
}
.panel-heading.footer-option > h4 {
    font-size: 16px;
    font-family: 'Istok Web';
    color: #4A4A4A;
}
    .categoryTitle {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .dropPdn {
        padding: 0 15px;
    }

    #tabsdrop {
        padding-left: 5%;
    }

    .navbar-form {
        padding: 0 15px;
        margin-top: 0;
    }

    .content_description h2 {
        padding-bottom: 10px;
    }

    #grid-box .box35 .caption {
        top: 20%;
    }

    #header-nav .nav-centre.mob > li {
        padding: 0 10px;
    }

    .mob-inner {
        height: 400px;
        overflow-y: scroll;
    }

    #grid-box .box13 {
        background-size: 62%;
    }

    #hero-tabs .four-box li p {
        font-size: 13px;
        padding-top: 15px;
        line-height:10px;
    }

    #footer-wrap .copyright img {
        width: 40%;
    }

    #grid-box .box35 .caption .caption-heading p:first-child, #grid-box .box35 .caption .caption-heading p:nth-child(2) {
        font-size: 20px;
    }

        #grid-box .box35 .caption .caption-heading p:first-child span, #grid-box .box35 .caption .caption-heading p:nth-child(2) span {
            font-size: 20px;
        }

    #grid-box .box35 .caption {
        left: 5%;
    }

    #grid-box .box35 {
        background-position: 95% 30%;
    }

    #compare-section-mobile ul li p {
        font-size: 12px;
    }

    #compare-section-mobile ul li:first-child {
        width: 60%;
    }

    #compare-section-mobile ul li:last-child {
        width: 40%;
    }

    .flash_banner .globeAnc, #hero-tabs .four-box .globeAnc, #grid-box .globeAnc {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 25%;
        z-index: 1;
        top: 0;
    }

    .flash_banner .globeAnc02, #hero-tabs .four-box .globeAnc02, #grid-box .globeAnc02 {
        height: 24%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        top: 73px;
        float: left;
    }

    .flash_banner .globeAnc03, #hero-tabs .four-box .globeAnc03, #grid-box .globeAnc03 {
        height: 25%;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        top: 130px;
        float: left;
    }

    .flash_banner .globeAnc04, #hero-tabs .four-box .globeAnc04, #grid-box .globeAnc04 {
        height: 24%;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        top: 166px;
        float: left;
    }

    #grid-box .box52 {
        background-color: #fff;
        height: 250px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 45%;
    }

        #grid-box .box52 .caption1 {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -72px;
            margin-top: 10px;
            width: 200px;
        }

            #grid-box .box52 .caption1 .caption-heading {
                background-size: 16% auto;
            }

        #grid-box .box52 .caption-heading p:first-child {
            font-size: 19px;
            padding: 0 0 3px;
        }

        #grid-box .box52 .caption-heading p:last-child {
            font-size: 62px;
            text-align: left;
        }

    #grid-box .box53 {
        background-color: #f59a18;
        height: 250px;
        background-repeat: no-repeat;
        background-position: 52% top;
        background-size: 66%;
    }

        #grid-box .box53 .caption1 {
            top: 50%;
            left: 50%;
            position: absolute;
            margin-left: -129px;
            margin-top: -38px;
            width: 100%;
        }

            #grid-box .box53 .caption1 .caption-heading {
                background-size: 84% auto;
            }

        #grid-box .box53 .caption-heading p:last-child {
            text-align: left;
        }

    #grid-box .box55 {
        background-color: #fff;
        height: 250px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 55%;
    }

        #grid-box .box55 .box4-btn {
            left: 21%;
            bottom: 9%;
            position: absolute;
        }

        #grid-box .box55 .caption1 {
            left: 50%;
            top: 50%;
            margin-left: -89px;
            margin-top: -65px;
            position: absolute;
            width: 200px;
        }

    #grid-box .box54 {
        background-color: #eb5614;
        height: 250px;
        background-repeat: no-repeat;
        background-position: 10% 66%;
        background-size: 34% auto;
    }

        #grid-box .box54 .caption1 {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -49px;
            margin-top: -48px;
            width: 100%;
        }

        #grid-box .box54 .box3-btn {
            left: 36%;
            position: absolute;
            bottom: 53px;
        }

        #grid-box .box54 .caption-heading p:nth-child(2) {
            padding: 0 0 5px;
        }

        #grid-box .box54 .caption-heading p:last-child {
            line-height: 0;
        }

        #grid-box .box54 i.fa.fa-inr {
            font-size: 37px;
        }

    .caption-heading span {
        font-size: 40px;
    }

    #grid-box .box56 {
        background-position: center top;
        background-size: 35%;
    }

        #grid-box .box56 .caption1 {
            top: 50%;
            left: 50%;
            margin-left: -64px;
            margin-top: 25px;
            position: absolute;
            width: 200px;
        }

        #grid-box .box56 .caption-heading p:first-child {
            font-size: 50px;
        }

        #grid-box .box56 .caption-heading p:nth-child(2) {
            font-size: 24px;
        }

        #grid-box .box56 .caption-heading p:last-child {
            font-size: 14px;
        }

    #grid-box .box57 .caption1 {
        left: 50%;
        position: absolute;
        top: 50%;
        margin-left: -204px;
        margin-top: -31px;
    }

        #grid-box .box57 .caption1 .caption-heading p:first-child {
            font-size: 42px;
        }

    #grid-box .box58 {
        background-color: #eb5614;
        height: 250px;
        background-repeat: no-repeat;
        background-position: center 10%;
        background-size: 35%;
    }

        #grid-box .box58 .caption1 {
            left: 50%;
            position: absolute;
            top: 50%;
            margin-left: -100px;
            margin-top: 65px;
            width: 200px;
        }

        #grid-box .box58 .caption-heading p {
            font-size: 17px;
            line-height: 20px;
        }

    #grid-box .box51 {
        height: 250px;
        background-position: 20% 59%;
        background-size: 29% auto;
    }

        #grid-box .box51 .box1-btn {
            left: 50%;
            bottom: 40%;
        }

    #grid-box .box1-btn .btn {
        padding: 9px 20px;
    }

    #hero-tabs {
        margin-bottom: 0;
    }

    .btn.homWhite {
        color: #fff !important;
        background-color: #eb5614;
        font-weight: 700;
        border-color: #fff !important;
    }

    .btn.homRed {
        color: #eb5614;
        background-color: #fff;
        font-weight: 700;
        border-color: #eb5614 !important;
    }

    i.fa.fa-inr {
        font-size:24px;
    }
    <!--

    End New Home page-- >
    /*Css Raj*/
    .modal-body {
        position: relative;
        padding: 15px 0 0 !important;
    }

    .gsc-input {
        width: 100%;
        height: 33px !important;
        background: none !important;
    }

    #header-nav .navbar-nav .open .dropdown-menu {
        right: 0;
        left: 0;
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 40px;
    }

    form.gsc-search-box {
        margin-bottom: 0;
        width: 100%;
        border: 1px solid #ccc;
        height: 40px;
    }

    .input-group-btn {
        vertical-align: top;
    }

    .navbar-form, form.navbar-form {
        margin: 0;
        padding: 0;
    }

    .gsc-input-box {
        background: #fff;
        height: 37px !important;
        width: 100%;
        border: none !important;
        opacity: 1;
        max-width: inherit;
        margin: 0;
        border-radius: inherit;
    }

    .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-right: 0 !important;
    }

    button#btnSearchMobile {
        border: none;
    }

    span.title_service {
        text-align: left !important;
    }

    .h4, h4 {
        font-size: 14px;
    }

    .selectField {
        float: none;
        margin: 0;
        width: 95% !important;
    }

    #sel1, #sel2, #sel3 {
        width: 100%;
        padding: 0 0 0 5%;
    }

        #sel1.formfield, #sel2.formfield, #sel3.formfield {
            width: 100%;
        }

        #sel1.formfieldM {
            padding: 0;
        }

        #sel1.formfield option, #sel2.formfield option, #sel3.formfield option {
            padding: 8px 0 8px 15px;
            border-bottom: 1px solid #b3b3b3;
        }

    #sel4 {
        width: 100%;
        padding-left: 5%;
    }

    .form-control, .formselect {
        width: 92%;
    }

    .nav-tabs.innertabs > li {
        width: 100%;
        border-left: 1px solid #ccc;
    }

        .nav-tabs.innertabs > li > a {
            margin-right: 0 !important;
            border: none;
        }

    .right-content.rightcontent-tab {
        padding-left: 0;
    }

        .right-content.rightcontent-tab h5 {
            padding-left: 5%;
        }

    .right-content p {
        font-family: 'Istok Web';
        color: #000;
        font-size: 16px;
    }

    .pdn1 {
        padding-left: 5% !important;
    }

    .tab-content {
        margin: 0;
    }

    .termsconditiontext {
        color: #000;
        font-size: 13px;
        padding: 15px 0;
        font-family: Montserrat-Bold;
    }

    a.term-condition-close {
        padding: 15px 0;
    }

    #ReviewModel .modal-dialog {
        width: auto;
    }

    .col-sm-4.pdn {
        padding: 0;
    }

    .col-sm-4.pdnM {
        padding: 0;
    }

    .col-sm-6.pdnM {
        padding: 0 15px 0 0;
    }

    input.btn-success.btn-submit {
        margin: 18px 0;
        width: 92%;
    }

    label.radio-inline {
        width: 30%;
    }

    .form-group.col-sm-12.pdNoneM {
        padding: 0;
    }

    .form-inline .formselect {
        width: 92%;
    }

    .form-inline .formselect1 {
        width: 92%;
    }

    .form-inline .formselectext, .form-inline .formselectext1, .form-inline .formselectext2 {
        width: 92%;
        padding: 0;
    }

    #blogCarousalWrap .faq-header a {
        padding: 0 10px;
        font-size: 12px;
    }

    #plan-section .compare a {
        padding-right: 10px;
    }

    #filter .filter .nav-tabs > li:last-child a {
        font-size: 14px;
    }

    #filter .filter .nav-tabs > li a > span {
        right: 50px;
    }

    .sitepopup .modal-dialog {
        width: auto;
    }

    #divDefaultPageMsg h3 {
        color: #4a4a4a;
        font-size: 16px;
    }

    ul.list-style > li {
        font-size: 16px;
    }

    .btn-success.btn-submit, .btn-success.btn-submit1 {
        margin: 10px 0;
    }

    .sort_active span {
        color: #f56d23;
    }

    .swtich span.diff-char {
        padding: 0 20px;
        float: none;
        text-align: center;
        display: block;
        float: left;
    }

    .swtich .choose-btns a {
        text-align: center;
        display: block;
    }

    .swtich-icon {
        padding: 5px 27px;
    }

    .walk-icon {
        padding: 5px 7px;
    }

    ol.swtich-list {
        padding: 0 10px;
    }

    .dev-offer-accd-style.swtich p {
        font-size: 13.5px;
    }

    .h1, h1 {
        font-size: 30px;
    }

    #faq-left .panel-group .panel-heading {
        padding: 20px;
    }

    #faq-left .nav-tabs > li > a {
        padding-left: 20px;
    }

        #faq-left .nav-tabs > li > a:after {
            content: '\f105';
            font-family: FontAwesome;
            float: right;
            right: 12%;
            position: absolute;
        }

    #faq-left .nav-tabs > li.active > a:after {
        right: 12%;
    }

    .left-section > div:first-child {
        border-top: none;
    }

    #faq-right {
        border-top: none;
    }

    .device-right {
        border-top: none;
    }

    .leftMobNav .panel-heading {
        border-top: 1px solid #ebebeb;
    }

    .no-mobile-pad {
        padding: 0;
    }

    .faqM {
        display: block;
    }

    .faq-headM {
        border-top: 1px solid #ebebeb;
    }

    .nav.nav-tabs.vas a {
        padding: 15px 10px 10px 20px !important;
    }

    #faq-left .nav-tabs.vas > li.active > a::after {
        right: 12%;
    }

    ul.nav.nav-tabs.vas li.active a, .nav.nav-tabs.vas a {
        font-size: 14px !important;
    }

    .vassection p {
        padding-left: 20px;
    }

    ul.list-style {
        padding-left: 1px;
    }

    .vassection .right-content p {
        padding-left: 0;
    }

    .call_text p {
        padding-left: 0;
    }

    .calls_btn .pull-right {
        float: none !important;
    }

    .termscondition-body {
        padding-left: 1%;
    }

    #plan-section .compare.check a {
        color: #f56d23 !important;
    }

    #plan-section .dplbM > div:first-child {
        display: inline-block;
    }

    .call-plans {
        padding-left: 5%;
    }

    .planlayout2 .plan_rupees span {
        text-align: left;
    }

    table.table.table-striped.table-condensed td {
        white-space: initial;
    }

    .table-responsive > .fixed-column {
        display: inline-block !important;
        width: 40% !important;
    }

    table.table.table-striped.table-condensed.fixed-column td {
        white-space: initial;
    }

    table.table.table-striped.table-condensed.scrollData td {
        white-space: initial;
        width: 30%;
    }

    .device-right {
        border: none;
        padding: 0;
    }

        .device-right .table-responsive {
            border: none;
        }

    .col-xs-12.col-sm-9.productdetails {
        border: none;
        padding: 0;
    }

    .col-xs-12.col-sm-3.productImg {
        border-top: none;
    }

    .product {
        border-top: 1px solid #ddd;
        width: 100%;
        text-align: center;
    }

        .product > img {
            height: auto;
            width: 75%;
        }

    .device-right #comparetable .table .deviceDetails > div:first-child, .device-right #comparetable1 .table .deviceDetails > div:first-child, .device-right #comparetable2 .table .deviceDetails > div:first-child {
        padding: 10px 10px 0 15px;
        width: 100%;
        font-size: 14px;
    }

    .device-right .vassection.panel-group .panel-heading {
        padding-left: 5%;
    }

    .device-right #comparetable .table .deviceDscrp, #comparetable1 .table .deviceDscrp, #comparetable2 .table .deviceDscrp {
        padding: 5px 10px 10px 15px;
        font-size: 14px;
    }

    .device-content-desc .content_description {
        margin: 0 !important;
    }

    .device-back .back-to-page {
        padding: 10px 0;
    }

    .col-xs-12.col-sm-12.device-back {
        background: #f4f4f4;
        margin: 0 0 20px;
    }

    .device-faqs-footer .col-md-12 {
        padding: 0;
    }

    .device-faqs-footer .faq-header > a {
        font-size: 14px !important;
    }

    .cse .gsc-control-cse, .gsc-control-cse {
        padding: 0 !important;
    }

    .gsc-result-info {
        font-size: 17px !important;
    }

    .gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
        font-size: 13px !important;
    }

    .Device640 .M640 {
        width: 100%;
    }


}

@media (max-width: 400px) {
    #header-nav .nav-centre.mob > li > a i {
        font-size: 20px;
    }

    #header-nav .nav-centre > li {
        padding: 0 7px;
    }

    #plan-section .panel-group .panel {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

@media (min-width:331px) and (max-width:375px) {
    .swtich-icon {
        padding: 5px 95px !important;
    }

    .swtich span.diff-char {
        float: none !important;
    }

    .walk-icon {
        padding: 5px 70px !important;
    }
}

@media (max-width:320px) {
    #grid-box .box51 {
        background-position: 8%;
        background-size: 42%;
    }

        #grid-box .box51 .box1-btn {
            left: 50%;
            bottom: 34%;
            position: absolute;
        }

    #grid-box .box1-btn .btn {
        padding: 4px 9px;
    }

    #grid-box .box52 {
        background-color: #fff;
        height: 250px;
        background-repeat: no-repeat;
        background-position: center 15%;
        background-size: 52%;
    }

    #grid-box .box53 {
        background-position: 60% 90%;
        background-size: 87%;
    }

        #grid-box .box53 .caption1 {
            margin-left: -107px;
            margin-top: -17px;
        }

        #grid-box .box53 .caption-heading p:first-child {
            font-size: 70px;
        }

        #grid-box .box53 .caption-heading p:last-child {
            font-size: 22px;
        }

    #grid-box .box54 {
        background-position: 5% 48%;
        background-size: 37%;
    }

        #grid-box .box54 .caption1 {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -37px;
            margin-top: -45px;
        }

        #grid-box .box54 .caption-heading p:first-child {
            font-size: 25px;
        }

        #grid-box .box54 .caption-heading p:last-child {
            font-size: 14px;
            line-height: 12px;
        }

    .caption-heading span {
        font-size: 30px;
    }

    #grid-box .box54 i.fa.fa-inr {
        font-size: 29px;
    }

    #grid-box .box54 .box3-btn {
        left: 31%;
        position: absolute;
        bottom: 26%;
    }

    #grid-box .box55 {
        background-size: 72%;
        background-position: center 4%;
    }

        #grid-box .box55 .caption-heading p {
            font-size: 25px;
        }

        #grid-box .box55 .caption1 {
            margin-left: -90px;
            margin-top: -80px;
        }

        #grid-box .box55 .box4-btn {
            left: 14%;
            bottom: 7%;
            position: absolute;
        }

    #grid-box .box56 {
        background-position: center 4%;
        background-size: 50% auto;
    }

        #grid-box .box56 .caption-heading p:first-child {
            font-size: 50px;
        }

        #grid-box .box56 .caption-heading p:nth-child(2) {
            font-size: 24px;
        }

        #grid-box .box56 .caption-heading p:last-child {
            font-size: 14px;
        }

    #grid-box .box57 .caption1 .caption-heading p:first-child {
        font-size: 32px;
    }

    #grid-box .box57 .caption1 .caption-heading p:last-child {
        font-size: 21px;
    }

    #grid-box .box58 {
        background-size: 50%;
    }

    #grid-box .box57 .caption1 {
        left: 50%;
        position: absolute;
        top: 50%;
        margin-left: -145px;
        margin-top: -23px;
    }

    #faq-right .panel-group .panel-heading {
        padding-left: 13%;
    }

    #faq-right .panel-group .panel.panel-default a.collapsed .panel-heading h4.panel-title {
        font-size: 14px;
    }

    #hero-tabs .four-box li:first-child {
        padding-left: 15px;
    }

    #grid-box .box12, #grid-box .box11, #grid-box .box13, #grid-box .box31, #grid-box .box32, #grid-box .box33, #grid-box .box34, #grid-box .box35 {
        height: 200px;
    }

    #grid-box .box11 {
        background-size: 25%;
    }

    #hero-tabs .four-box li:last-child {
        padding-right: 11px;
    }

    #grid-box .box12 {
        background-position: 10% 90%;
        background-size: 25%;
    }

    #grid-box .box11 .caption {
        left: 5%;
        top: 25%;
    }

    #grid-box .box13 .box-btn {
        left: 15px;
        bottom: 15px;
    }

    #grid-box .box35 {
        background-position: 100%;
        background-size: 30%;
    }

    #hero-tabs .four-box li:first-child {
        padding-left: 10px;
    }

    #grid-box .box32 {
        background-size: 60%;
    }

    #grid-box .box33 {
        background-size: 50%;
    }

    #grid-box .box34 {
        background-size: 25%;
    }

    #grid-box .box31 {
        background-size: 55%;
        background-position: 100%;
    }

    #grid-box .box35 .caption {
        top: 20%;
    }

    .swtich span.diff-char {
        padding: 0 20px;
        float: none;
        text-align: center;
        display: block;
    }

    .switchonline {
        float: none;
    }

    .swtich .choose-btns a {
        text-align: center;
        display: block;
    }

    .device-right .panel-group .panel-heading {
        padding-left: 13%;
    }

    .device-right .panel-group .panel.panel-default a.collapsed .panel-heading h4.panel-title {
        font-size: 14px;
    }

    .Device640 .M640 {
        width: 100%;
    }

    .M640 h1 {
        font-size: 20px !important;
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #slider-chat .chat-right {
        right: 18px;
    }
}

@media screen and (max-width: 640px) {
   .add-banner img {
        width: 100%;
        height: auto;
    }
    .frmhigt {
        height: 1200px;
    }

    .switUs {
        padding: 0 7px 0 0;
    }

    .videopop .frmhigt {
        height: 200px;
        width: 100%;
    }

    .videopop .modal-header {
        border-bottom: 1px solid #e5e5e5 !important;
    }
    .slfhlp_txt{width:100%; float:none;}
    .slfhlp_input{width:100%; float:none;}
    .slfhlp_submit{width:100%; float:none;}
    #btnSubmit {  margin-left: 0px!important; margin-bottom:10px;}
    .sitepopup .modal-dialog {width:auto;}
}

@media (min-width: 301px) and (max-width: 640px) {
    .flash_banner.pista.yelw-bgcolor.M300 {
        display: none;
    }

    .Device640 {
        max-width: 610px;
        max-height: 120px;
        display: block;
    }

    .Deskmain {
        display: none;
    }

    .M640 {
        max-width: 610px;
        max-height: 120px;
        display: block;
    }

        .M640 .heading_text {
            padding: 10px 0 0 5%;
        }

        .M640 h1 {
            font-size: 25px;
        }

    .banner-btn {
        border: 2px solid #fff;
        margin: 0 auto;
        padding: 5px 2px;
        text-align: center;
        width: 150px;
        position: absolute;
        bottom: 10px;
    }
}

@media (max-width:300px) {
    #header-nav .navbar-brand > img {
        width: 50px;
    }

    #header-nav .nav-centre.mob > li {
        padding: 0 5px;
    }

    .navbar {
        margin-bottom: 0;
    }

    #filter ul.filter > li > a {
        font-size: 11px;
    }

        #filter ul.filter > li > a i {
            padding-left: 5px;
        }

    #footer-wrap ul.footer-social li a {
        display: inline-block;
        margin: 0 7px;
        width: 23px;
        height: 23px;
        color: #939393;
        line-height: 20px;
        border: solid 2px #939393;
        border-radius: 30px;
        text-align: center;
    }

    .switchonline {
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .Device300 {
        display: block;
        max-width: 300px;
        max-height: 133px;
    }

    .Deskmain {
        display: none;
    }

    .banner-btn {
        border: 2px solid #fff;
        width: 130px;
        font-size: 12px;
        text-align: center;
        position: absolute;
        bottom: 10px;
        padding: 5px 2px;
    }

    .flash_banner.pista.yelw-bgcolor.M300 {
        max-width: 300px;
        max-height: 133px;
        display: block;
    }
}

.Device300 img, .Device640 img, .Device900 img, .Device1024 img, .Device1680 img {
    width: 100%;
    height: auto;
}
/***********************************mandar 12-5-2016****************/

.rlt p{ font-family:Montserrat-Bold; font-size:14px; text-transform:capitalize;}
/*****Jk-14-7-16*******/
.middle-section{ border-left:1px solid #ebebeb;}
.right-section{ border-left:none;}
.poscontantdiv .middle-section{ border:0; display: table-cell; float:none;}
#faq-left{/*border-right:1px solid #ebebeb;*/border:0;border-top:1px solid #ebebeb; }
#faq-right{ border:0;}
.bannerBdr{ border:0;}
.left-section > div{ border-right:none;}
/*.bdrLeftJk{ border-left:1px solid #ebebeb !important;}*/
.posMiandiv .bgNone{ border-left:none;}
.minH250px{ min-height:250px;}
.poscontantdiv{ display:table; width:100%;}
.poscontantdiv .left-section{ display:table-cell; vertical-align:top; border-right:1px solid #ebebeb; float:none;}
.poscontantdiv .right-section{ display:table-cell; vertical-align:top; float:none;}