/**This is the Site css for the site**/
/*@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), 
         url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), 
         url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), 
         url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
}*/
@font-face {
    font-family: 'HelveticaRoman';
    src: url("../fonts/HelveticaNeueLTStd-Roman.otf") format("opentype");
}
@font-face {
    font-family: 'HelveticaStd';
    src: url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
    src: url("../fonts/HelveticaNeueLTStd-Lt.eot"); /* IE9*/
    src: url("../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), /* chrome、firefox */
        url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), /* chrome、firefox */
        url("../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("../fonts/HelveticaNeueLTStd-Lt.svg") format("svg"); /* iOS 4.1- */
}
@font-face {
    font-family: 'GothamLight';
    src: url("../fonts/gotham-light.ttf") format("truetype");

}
@font-face {
    font-family: 'RalewayLight';
    src: url("../fonts/Raleway-Light.ttf") format("truetype");

}
@font-face {
    font-family: 'RalewayRegular';
    src: url("../fonts/Raleway-Regular.ttf") format("truetype");

}

img.sec4Image {
    width: 100%;
}

.view-option.wow.fadeInUp {
    position: relative;
    top: 181px;
    left: -54px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline; 
}
a, a:visited, a:focus, a:hover, a:active{
    color: #fff; 
    outline: 0;
    text-decoration: none;
}
body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal; }

ol, ul {
    list-style: none; }

blockquote {
    quotes: none; }

blockquote:before, blockquote:after {
    content: '';
    content: none; }

del {
    text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0; }

a img {
    border: none; }

.pad0{
    padding: 0px!important;
}
img {
    vertical-align: middle;
}

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

body {
    font-family: "GothamLight";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8; 
    color: #373737;   
} 

_::-webkit-full-page-media, _:future, :root body {
    font-family: "RalewayRegular"!important;
} 

/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
     Safari and Chrome, if Chrome rule needed 
     Safari 5+ ONLY 
    ::i-block-chrome, body {
    font-family: "RalewayRegular";
    }
}*/

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "HelveticaStd";
    line-height: 1;
    font-weight: 300; }

a {
    text-decoration: none;
    color: #fff; }

a:hover {
    color: #0793e2; }
.container{
    width: 100%;
}
/*.internal-page-conatiner{
    max-width: 1170px;
    width: 100%;
    margin:0 auto;
}*/
.site-container{
    overflow-x: hidden;   
}

.btn, .btn:hover, .btn:visited, .btn:focus, .btn:active{
    outline: 0!important;
}

select {
    /*border: 0 !important;        Removes border*/
    -webkit-appearance: none;        /*Removes default chrome and safari style*/
    -moz-appearance: none;          /* Removes Default Firefox style*/
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url('../images/br_down.png') no-repeat;         /*Adds background-image*/
    background-position: 94%;                /*Position of the background-image*/
    text-indent: 0.01px;          /* Removes default arrow from firefox*/
    text-overflow: ""; 
    background-size: 10px;
    /*padding:5px 5px!important;*/
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 1px 1px 0 #373737;
}
.pad5{
    padding: 5px!important;
}
.golden{
    color:#d4af37;
}
/* =Header
-------------------------------------------------------------- */
.header-container, .internal-page-conatiner {
    //padding-right: 15px;
    //padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .header-container, .internal-page-conatiner {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .header-container, .internal-page-conatiner {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .header-container, .internal-page-conatiner {
        width: 1170px;
    }
}
header {
    width: 100%;
    max-width: 1920px;
    height: 105px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    //overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    -ms-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.1s;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
header h1#logo {
    display: inline-block;
    height: 105px;
    //line-height: 105px;
    float: left;
    //font-size: 60px;
    color: white;
    font-weight: 400;
    margin-top: 3px;
    padding-top: 20px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
header nav {
    display: inline-flex;
    float: right; 
    margin-top: -20px;
    height: 105px;
    margin-right: 65px;
}
header nav a {
    //line-height: 150px;
    line-height: 150px;
    margin-left: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
header nav a:hover {
    color: #d4af37; }
header.smaller {
    height: 80px; 
    background-color: rgba(0, 0, 0, 0.7);
}
.smaller h1#logo
{
    //line-height: 75px!important;
    //margin-top: 5px;
    padding-top: 6px;
}
.smaller nav a {
    line-height: 120px!important;
}
.smaller h1.cart_icon
{
    margin-top: -95px!important;
}
@media only screen and (min-width: 1400px){
    header nav {
        //  margin-right: 20%;
    }
    header h1#logo {
        //  margin-left: 20%;
    }
}
@media only screen and (max-width: 768px){
    header h1#logo {
        margin-left: 20px;
    }
}
@media screen and (max-width:1200px) {
    .ringboost-header nav, .ringboost-header .cart_icon{
        display: none!important;
    }
}
/* Responsive Menu Style */
/*@media screen and (min-width:992px) {
    .device{
        display: none;
    }
}
@media screen and (max-width:991px) {
    nav a, .cart_icon{
        display: none;
    }
    .device {
        position: fixed;
        overflow: hidden;
        //width: 40em;
        //height: 35em;
        margin: 0 auto;
        background-size: 100%;
        z-index: 999;   
        right: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
    }
    .device__screen {
        background: transparent;
    }

    .device--alt .device__screen {
        background: #4ECE77;
    }
    .dummy__item {
        height: 3em;
        margin: 1em 1.25em;
        pointer-events: none;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.7);
        text-align: center;
        padding: 12px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        font-weight: bold;
    }
    .dummy__item {
        -webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
        transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    }
    .device--alt .dummy__item {
        -webkit-transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
        transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
    }
    .dummy--active .dummy__item {
        -webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
        transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .dummy__item:nth-child(4),
    .dummy--active .dummy__item:first-child {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }
    .dummy__item:nth-child(3),
    .dummy--active .dummy__item:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .dummy__item:nth-child(2),
    .dummy--active .dummy__item:nth-child(3) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
    .dummy__item:first-child,
    .dummy--active .dummy__item:nth-child(4) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .menu-icon-wrapper {
        position: relative;
        display: inline-block;
        width: 34px;
        height: 34px;
        margin: 2em;
        pointer-events: none;
        transition: 0.1s;
        left: 7em;
    }
    .menu-icon-wrapper.scaled {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    .menu-icon-wrapper svg {
        position: absolute;
        top: -33px;
        left: -33px;
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .menu-icon-wrapper svg path {
        stroke: #fff;
        stroke-width: 40px;
        //stroke-linecap: round;
        //stroke-linejoin: round;
        fill: transparent;
    }
    .menu-icon-wrapper .menu-icon-trigger {
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
        pointer-events: auto;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }
    .menu-icon-wrapper .menu-icon-trigger:hover,
    .menu-icon-wrapper .menu-icon-trigger:focus {
        outline: none;
    }
    .dummy a:hover{
        color: #d4af37;
    }
    div#dummy{
        height: 0px;
    }
    .dummy--active{
        height: auto!important;
    }
}*/
/* Responsive Menu Style Ends*/
/* Header Ends */
/* =Footer
-------------------------------------------------------------- */
.footer-section{
    margin: 0 auto;
    width: 100%;
}
.logo_link.wow.fadeInUp > img{
    width: 100px;
    height: 64px;    
}
.footer_content{
    height: 545px;
    background-color: #fff;
}

.footer_social_link{
    margin-top: 90px;
}
.color-link-white a{
    color: #373737!important;
}
.logo_link{
    width: 105px;
    margin:0 auto;
    margin-top: 66px;
}
.footer_menu_link{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 82px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.secondary_footer_menu_link{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}
.line-sec-footer-menu{
    color: #373737!important;
    padding-left: 10px;
    padding-right: 10px;
}
.line-footer-menu{
    color: #373737!important;
    padding-left: 25px;
    padding-right: 25px;
}

ul.social_link{

    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    //display: inline-flex;
    width: 100%;
    text-align: center;
}
#slink {
    position:relative;
    margin:0 auto;
}

#slink img {
    position:absolute;
    left:0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.width-footer-auto > a.wow.fadeIn:hover
{
    color: #d4af37!important;
}

#slink img.top:hover {
    opacity:0;
}
@media only screen and (min-width: 691px){
    .width-footer-auto{
        width: auto!important;
    }
}
@media only screen and (min-width: 1800px){
    #slink{
        left: 40px;
    }
}
@media only screen and (max-width: 410px){
    ul.social_link li{
        padding: 0px!important;
    }
}
@media only screen and (max-width: 690px){
    .line-footer-menu, .line-sec-footer-menu{
        display: none;
    }
    .footer_menu_link, .footer_social_link{
        margin-top: 60px;
    }
    .width-footer-auto{
        width: 100%!important;
    }
}
.footer-icon-center{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-device-width: 991px){
    .footer-icon-center{
        padding-left: 25%;
    }    
}
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
/*@media all and (max-width: 660px) {*/
/* =Header
-------------------------------------------------------------- */
/*    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center; }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto; }
    header nav a {
        line-height: 50px;
        margin: 0 10px; }
    header.smaller {
        height: 75px; }
    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px; }
    header.smaller nav {
        height: 35px; }
    header.smaller nav a {
        line-height: 35px; } }*/


@media only screen and (max-width: 530px){
    .width-footer-100{
        width: 100%;
    }   
}
/* =Footer Ends
-------------------------------------------------------------- */
/* =Home Page 
-------------------------------------------------------------- */
/*Section 1*/
.header-part{
    position:relative;
}
.header-text{
    position: absolute; 
    z-index: 2; 
    top:1px;
    width: 100%;
}
.header-part .header-text h1{
    color:#fff;
    margin:0;
    text-align: center;
    margin-top: 198px;
    font-size: 2.4vw;
}
.area-search{
    margin-top: 55px;
    z-index: 9;
}
.toll-free-margin{
    margin-top: 59px;
}
.area-search .form-control{
    background-color: transparent;
    border: 1px solid #d4af37;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    min-height: 66px;
    padding-left: 20px;
    padding-top: 15px;
    /*samp padding: 25px 0px 14px 20px;*/ 
    font-weight: 600;
    border-right-color: transparent;
}
.area-search .form-control::-moz-placeholder{
    color: #fff;
}
.area-search .form-control::-webkit-input-placeholder{
    color: #fff;
}

.area-search .form-control:focus{
    border: 1px solid #d4af37;
    border-right-color: transparent;
    //box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(212, 175, 55, 0.6);
    box-shadow: none;
}
.area-search .btn{
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #d4af37;
    border-left-color: transparent;
    font-weight: 600;
    letter-spacing: 0;
    min-height: 66px;
    font-size: 18px;
    padding-left: 0px;
    padding-right: 30px;
    /*samp padding: 24px 30px 13px; */
}
.area-search .side-line{
    border-left: 1px solid #8E929D;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    /*samp padding: 15px 0 12px 30px; */
}
.area-content-pad{
    padding-left: 35px;
    padding-right: 60px;
}
.or-separator{
    color:#fff;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    position: relative;
    top:35px;
    text-shadow: 0px 2px 0px #fff;
    text-shadow: 2px 0px 0px #fff;
}
.header-search-content{
    color:#fff;
    text-align: center;
    font-size: 27px;
    position: relative;
    top: 45px;
}
.header-search-city{
    color:#d4af37;
    font-weight: bold;
}
.number-contact{
    position: relative;
    top: 90px;
}
.number-each{
    color:#ffffff!important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (min-width: 1921px){
    .header-part .header-text h1{
        font-size: 55px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 991px){
    .header-part .header-text h1{
        margin-top: 150px;
        font-size: 30px;
    }
}
@media only screen and (max-width: 479px){
    .header-part .header-text h1{
        margin-top: 140px;
        font-size: 25px;
        font-weight: bold;
    }
    .header-search-content {
        font-size: 18px;
        font-weight: bold;
        top: 35px;
    }
}
/*Section 1 Ends*/

/*Section 2*/
.about-caption{
    color:#373737;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 100px;
    font-weight: bold; 
}
.under-line-caption{
    border: 1px solid #373737;
    width: 290px;
    margin: 0 auto;
    margin-top: 21px;
    opacity: 0.5;
}
.about-content{
    margin-top: 100px;
}

.about-content{
    background-color: #f7f7f7;
}
.about-middle-caption{
    color:#373737;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 60px;
    font-weight: bold; 
}
.center-img-about{
    display: block;
    font-size: 57px;
    margin: 40px auto 35px;
}
.about-middle-content{
    color:#373737;
    font-size: 28px;
    text-align: center;
    letter-spacing: -1px;
    /*width: 50%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about-right-image{
    /*float: right;*/
}
.pad_adjust
{
    padding:10px;
}
.img-responsive1{
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
    max-width: 100%;
    height: auto;
}
.about-content-height{height: 516px};
@media only screen and (min-width: 1600px){
    .about-right-image img, .about-left-image img,.about-content-height{
        height: 516px;
    }
}
@media only screen and (max-width: 1800px){
    .about-right-image img, .about-left-image img,.about-content-height{
        /*width: auto;*/
    }
    .about-content-height{
        height: 420px!important;
    }
}
@media only screen and (max-width: 1200px){
    .about-left-image, .about-right-image{
        width: auto;
    }
}  
@media only screen and (min-width: 1200px) and (max-width: 1215px){
    .about-middle-caption{
        margin-top: 20px;
    }
} 
@media only screen and (max-width: 1200px){
    .display-inner{
        display: none;
    }
    .img-responsive1{
        display: block!important;
        margin-left: auto!important;
        margin-right: auto!important;
        float: none!important;
        max-width: 100%;
        height: auto;
    }
    .about-right-image,.about-left-image{
        float: none!important;
    }
    .about-right-image{
        margin-top: 10px;
    }
    .about-content{
        width: 100%!important;
    } 
}
@media only screen and (min-width: 1199px){
    .display-outer{
        display: none;
    }
}
@media only screen and (min-width: 1199px) and (max-width: 1200px){
    .display-outer{
        display: block;
    }
} 
/*Section 2 Ends*/
/*Section 3*/
.blog-heading-left{
    color:#373737;
    font-size: 27px;
    letter-spacing: -1px;
    margin-top: 150px;
    font-weight: bold; 
    //border-bottom: 2px solid #d4af37; 
    //width: 100%;
    text-decoration: underline;
    -moz-text-decoration-color: #d4af37; 
    -webkit-text-decoration-color: #d4af37; 
    text-decoration-color: #d4af37;
    //text-align:center;
    //border: 1px solid #373737;

}
.blog-content-left{
    margin-top: 30px;
    padding-right: 30px;
    font-size: 23px;
    letter-spacing: -1px;
}
.blog-image-left img {
    display:block;
    margin:auto;
}
.blog-image-left{
    margin-top: 165px;
    padding-right: 30px;
}
.search-number-left{
    border: 1px solid #d4af37;
    color: #373737;
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 20px;
    padding-bottom: 4px;
    padding-left: 17px;
    padding-top: 5px;
    width: 188px;
    cursor: pointer;
    float: right;
    margin-right: 200px;
}
.blog-content-overall-right{
    padding-right: 0px;
}
.blog-heading-right{
    color:#373737;
    font-size: 27px;
    letter-spacing: -1px;
    margin-top: 100px;
    font-weight: bold; 
    //border-bottom: 2px solid #d4af37; 
    //width: 100%;
    text-decoration: underline;
    -moz-text-decoration-color: #d4af37; 
    -webkit-text-decoration-color: #d4af37; 
    text-decoration-color: #d4af37;
    //border: 1px solid #373737;
    padding-left: 40px;
    //text-align:center;
}
.blog-content-right{
    margin-top: 30px;
    padding-left: 40px;
    font-size: 23px;
    letter-spacing: -1px;
}
.blog-image-right img {
    display:block;
    margin:auto;
}
.blog-image-right{
    margin-top: 165px;
    padding-left: 30px;
}
.search-number-right{
    border: 1px solid #d4af37;
    color: #373737;
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 20px;
    padding-bottom: 4px;
    padding-left: 17px;
    padding-top: 5px;
    width: 188px;
    cursor: pointer;
    float: right;
    margin-right: 200px;
}
.search-number-left, .search-number-right{
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.search-number-left:hover, .search-number-right:hover  {
    background-color: #d4af37;
    color: #fff;
}
@media only screen and (max-width: 1499px){
    .blog-content-left, .blog-content-right{
        padding-right:20px;
    }
}
@media only screen and (max-width: 991px){
    .blog-image-left, .blog-image-right{
        margin-top: 40px;
        padding: 0px; 
    }
    .blog-heading-left, .blog-heading-right{
        text-align: center;
        padding-right: 10px;
        padding-left: 20px;
    }
    .blog-content-left, .blog-content-right{
        // text-align: center;
        padding-right: 10px;
        padding-left: 20px;
    }
    .blog-img-left, .blog-img-right{
        display: block!important;
        margin-left: auto!important;
        margin-right: auto!important;
        float: none!important;
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 599px) and (max-width: 991px){
    .blog-heading-right, .blog-heading-left{
        text-align: center;
        margin-top: 50px;  
    } 

}
@media only screen and (max-width: 488px){
    .about-middle-content{
        font-size: 25px;
    }
    .section3{
        position: relative;
        top:40px;
    } 
    .search-number-right,.search-number-left{
        float:none;
        margin-left: 85px;
    }
}
/*Section 3 Ends*/
/*Section 4*/

.unique-header-part{
    position:relative;
}
.unique-header-text{
    position: absolute; 
    z-index: 2; 
    top:1px;
    width: 100%;
}
.unique-overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    opacity: 0.5;
    top:0;
    left:0;
    width: 100%;
    height: 98%; 
    position: absolute;
    color: #ffffff; 
}
.unique-header-text h1{
    color: #d4af37;
    margin:0;
    text-align: center;
    margin-top: 30px;
    font-size: 50px;
}
.unique-home-content {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 70px;
    margin-top: -10px;
    margin-bottom: -45px;
}
.view-option{
    border: 1px solid #d4af37;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-top: 5px;
    width: 195px;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.view-option:hover{
    background-color: #d4af37;
    color: #fff;
}
.make-unique-mar-bottom{
    margin-bottom: 50px; 
}
/*Section 4 Ends*/
/*Section 5*/

.service-image-overlay {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    opacity: 0.5;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
    position: absolute;
    color: #ffffff; 
}

.service-main{
    position:relative;
}
.service-details {
    position: absolute; 
    z-index: 2; 
    top:1px;
}
.service-details h3{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-top: 55px;
    text-align: center;
}
.service-content p{
    color: #fff;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
    margin-top: 26px;
}
.service-number{
    background-color: #d4af37;
    border: 1px solid #d4af37;
    color: #fff;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    height: 60px;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-left: 1px;
    padding-top: 20px;
    text-align: center;
    width: 60px;
}
.service-title a:hover, .service-title a:focus, .service-title a:active{
    color: #d4af37;
}
@media only screen and (min-width: 960px) and (max-width: 991px){
    .service-image{
        width: 100%;
    }
}
/*Section 5 Ends*/
@media only screen and (min-width: 1921px){
    .site-container{
        max-width: 1920px;
        margin: 0 auto;
    }
}
/* =Home Page Ends
-------------------------------------------------------------- */
/* =Conatct Page
-------------------------------------------------------------- */
.contact-section{
    padding-top: 100px;
    background: transparent;
    font-family: HelveticaStd;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.contact-heading{
    font-size: 36px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.contact-hind{
    font-size: 23px;
    padding-bottom: 25px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.contact-phone-heading{
    font-size: 30px;
    font-weight: bold;
}
.contact-phone-hind{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: left!important;
}
.contact-side-height{
    margin-top: 110px;
}
.call-us{
    font-size: 23px;
    font-weight: bold;
}
.ring-extension{
    font-weight: bold;
}
.address, .mail-us{
    font-weight: bold;
    padding-top: 10px;
}
.address-content, .mail-us-content{
    font-weight: normal;
}
.vantiy-side{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}
.wpcf7{
    border: 2px solid #d4af37;
    width: 100%;
    padding: 25px 40px!important;
}
.wpcf7 p{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding: 15px 0px!important;
    margin-left: auto;
    margin-right: auto;
}
.wpcf7 span.color-red{
    color: red!important;
}
select.wpcf7-form-control{
    width: 100%!important;
    font-size: 16px!important;
    font-family: HelveticaStd!important;
    background-color: transparent!important;
    height: 30px!important;
    padding-top: 4px!important;
    border-radius: 0px!important;
}
input.wpcf7-form-control.wpcf7-text{
    width: 100%!important;
    font-size: 16px!important;
    font-family: HelveticaStd!important;
    background-color: transparent!important;
    height: 30px!important;
    /*padding-top: 10px!important;*/
    border-radius: 0px!important;
}
textarea.wpcf7-form-control{
    width: 100%!important;
    font-size: 16px!important;
    font-family: HelveticaStd!important;
    background-color: transparent!important;
    height: 150px!important;
    padding-top: 4px!important;
    border-radius: 0px!important;
}
input.wpcf7-form-control.wpcf7-submit{
    width: 100px!important;
    font-size: 20px!important;
    background-color: transparent!important;
    height: 40px!important;
    padding-top: 4px!important;
    border-radius: 0px!important;
    background-color: #d4af37!important;
    color: #fff!important;
    float: right!important;
}
div.wpcf7-validation-errors{
    border: none!important;
    font-family: HelveticaStd!important;
    color: red!important;
    font-weight: bold!important;
}
div.wpcf7-response-output{
    padding: 0!important;
    margin:  0!important;
}
.wpcf7-not-valid-tip {
    letter-spacing: 0;
    padding-top: 10px;
}
@media only screen and (min-width: 1230px){
    .wpcf7{
    }
    .contact-section-by-phone{
        padding-left: 2em;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1229px){
    .wpcf7{
        margin-left: 20px!important;
    }
    .contact-section-by-phone{
        padding-left:3em!important;
    }
}
@media only screen and (max-width: 1320px){
    .contact-phone-heading{
        font-size: 23px;
    }
    .contact-phone-hind{
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px){
    .contact-hind{
        font-size: 20px;
    }
    .contact-form{
        padding: 0px 30px!important;
    }
    .contact-section-by-phone{
        text-align: center;
        margin-top: 40px;
    }
    .call-us{
        margin-top: 20px;
    }
    .call-us, .ring-extension, .ring-contact{
        font-size: 19px;
    }
    .contact-phone-hind{
        padding: 0px 20px;
    }
    .vantiy-side{
        margin-top: 10px;
    }
    .toll_premiun_title, .search_keyword{
        text-align: center;
    }
}
/* =Contact Page Ends
-------------------------------------------------------------- */
/* =Checkout Page
-------------------------------------------------------------- */
.register-width{
    margin-top: 150px;
    margin-left: auto ;
    margin-right: auto ;
}
.proceed-checkout{
    font-size: 28px;
    letter-spacing: 0px;
    font-weight: bold;
    border-bottom: 2px solid #d4af37;
    padding-left: 7px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 285px;
}
.already-member{
    padding-right: 30px!important
}
.already-caption{
    font-size: 25px;
    font-family: HelveticaStd;
    font-weight: bold;
    padding-bottom: 0px;
    margin-top: 30px;
}
.already-hint{
    font-size: 16px;
    letter-spacing: 0px;
}
.already-login, .new-register{
    padding: 30px 30px 0px;
}
.login-username label,.login-password label{
    letter-spacing: 0px;
    font-size: 15px;
    margin-top: 8px;
}
.login-remember label{
    letter-spacing: 0px;
    font-size: 15px;
    margin-top: 20px;

}
.wppb-error, #wppb_general_top_error_message, .wppb-form-error{
    letter-spacing: 0px!important;
    font-size: 15px!important;
    border: none!important;
    color: #FF0000!important;
}
.wppb-error a{
    color: #373737;
}
.wppb-error a:hover,.wppb-error a:active,.wppb-error a:visited,.wppb-error a:focus{
    color: #373737;
}
.login-submit .button-primary, .form-submit .submit{
    width: 100px!important;
    font-size: 20px!important;
    background-color: transparent!important;
    height: 40px!important;
    padding-top: 4px!important;
    border-radius: 0px!important;
    background-color: #d4af37!important;
    color: #fff!important;
    float: right!important;
}
.new-register li label{
    letter-spacing: 0px;
    font-size: 15px;
    margin-top: 8px;
}
.after-register{
    margin-bottom: 55px;
}
.input, .text-input{
    background-color: transparent!important;
    border-radius: 0px!important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.wppb_form_success_message{
    letter-spacing: 0px;
    font-size: 16px;
}

@media only screen and (max-width: 699px){
    .register-width{
        width: 100%;
    }
}
@media only screen and (min-width: 700px){
    .register-width{
        width: 700px;
    }
}
/* =Checkout Page Ends
-------------------------------------------------------------- */
/* =Search Page
-------------------------------------------------------------- */
#myEnquire .modal-dialog{
    max-width: 500px;
}
#myEnquire .modal-header{
    padding-top: 0px;
    padding-bottom: 10px;
    font-family: HelveticaStd;
}
#myEnquire .modal-title{
    line-height: 20px;
    letter-spacing: 0px;
}
#myEnquire .modal-header .close {
    position: relative;
    top: 15px;
}
#myEnquire .modal-content{
    border-radius: 0px; 
}
#myEnquire .modal-body{
    letter-spacing: 0px;
}

/* =Search Page Ends
-------------------------------------------------------------- */

/* =Plate Page
-------------------------------------------------------------- */
.lc-header-part{
    position:relative;
}
.lc-header-text{
    position: absolute; 
    z-index: 2; 
    top:1px;
    width: 100%;
}
.lc-header-part .lc-header-text h1{
    color:#fff;
    margin:0;
    text-align: center;
}
.lc-home-caption{
    text-transform: uppercase;
}
.lc-price{
    letter-spacing: 0px;
    text-align: center;
    margin-top: 18px;
}
.lc-price-title{
    color: #d4af37;
    font-weight: bold;
}
.lc-price-value{
    color: #373737;
}
.lc-plate-purchase{
    border: 1px solid #d4af37;
    color: #373737!important;
    font-size: 19px;
    letter-spacing: -1px;
    padding: 9px 17px 6px;
    width: 120px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    top: 20px;
}
.lc-plate-purchase{
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.lc-plate-purchase:hover{
    background-color: #d4af37;
    color: #fff!important;
}
@media only screen and (min-width: 768px){
    .lc-header-part .lc-header-text h1{
        margin-top: 12%;
        font-size: 2.3vw;
    }
    .lc-header-part img{
        width: 100%;
    }
}
@media only screen and (min-width: 530px) and (max-width: 767px){
    .lc-header-part img{
        margin-left: -100%;
    }
    .lc-header-part .lc-header-text h1{
        margin-top: 215px;
        font-size: 30px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 529px){
    .lc-header-part img{
        margin-left: -160%;
    }
    .lc-header-part .lc-header-text h1{
        margin-top: 210px;
        font-size: 30px;
    }
}

/* =Plate Page Ends
-------------------------------------------------------------- */
/* =Search Number Page 
-------------------------------------------------------------- */
/* Common Search Style */
#dvphone a:hover, #dvphone a:focus, #dvphone a:active, #dvphone a:visited{
    color: #d4af37;
    text-decoration: none;
}
.wp-cart-button-form input{
    width: 45px!important;
    background-color: transparent;
    border: none;
}
.wp_cart_button:hover{
    opacity: 1;
}
.wp_cart_button:focus{
    opacity: 1;
    border: none;
    outline: -webkit-focus-ring-color auto 0px;
}
.alert{
    letter-spacing: 0px;
    width: 90%;
    font-size: 17px;
    padding: 8px 12px 2px 15px;
}
.close{
    margin-top: 1px;
}
/* Common Search Style Ends */   
/* POpup */
/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 9;
}
.number-value{
    color:#d4af37;
    font-weight: bold;
}
/* Inner */

@media(max-width:649px){
    .popup-inner{
        //padding-top: 30px!important;
        top:60%!important;
        padding:10px 0px 30px 10px!important;
    }
}
@media(max-width:476px){
    .popup-inner .enter-mail{
        padding-top: 0px!Important;
    }
}
    .popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:60%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
    font-family: HelveticaStd;
    letter-spacing: 0px;
}
.popup-inner h2{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top: 7px;
    padding-right: 1px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family: HelveticaStd;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
.popup-close:focus{
    text-decoration:none;
} 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
    color: #fff;
    padding-top: 6px;
    padding-left: 2px;
}
/* Pop up Ends */   
.popup-inner #e_email{
    width: 100%;
    background-color: transparent;
    padding-top: 4px;
    padding-left: 7px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 4px;   
}
@media (max-width:430px){
   .popup-inner #phone{
   width: 85%!important;
   }
}
@media (max-width:400px){
   .popup-inner #phone{
   width: 90%!important;
   }
}
@media (max-width:380px){
   .popup-inner #phone{
   width: 100%!important;
   }
}
.popup-inner #phone{
    width: 75%;
    background-color: transparent;
    padding-top: 4px;
    padding-left: 7px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 4px;   
}
.popup-inner .enter-mail{
    padding-top: 22px;
    display: table;
}
.popup-inner .request-detail{
    border: none;
    background-color: #d4af37;
    padding: 6px 14px 4px;
    border-radius: 7px;
    float: right;
    margin-top: -35px;
}
.popup-inner .request-detail:hover{
    color:#fff!important;
    border: none;
}
.popup-inner .request-detail:focus{
    text-decoration: none!important;
}
.jpopframe{
    cursor: pointer;
}

@media only screen and (max-width:649px){
    .popup-inner .request-detail{
        background-color: #d4af37;
        border: medium none;
        border-radius: 7px;
        float: none;
        padding: 10px 14px;
        position: relative;
        top: 20px;
    }
}
/* =Search Number Page Ends
-------------------------------------------------------------- */    
/* =Service detail Page
-------------------------------------------------------------- */    
.service-detail-container{
    margin-top: 150px;
}
.service-detail-title{
    font-size: 30px;
    font-weight: bold;
    font-family: HelveticaStd;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}
.service-detail-title::after{
    content: '';
    border-bottom: 3px solid #d4af37;
    position: absolute;
    left: 0;
    top: 100%;
    width: 103%;
}
.service-detail-image{
    padding-top: 30px;
    width: 100%;
    height: 100%;
}
.service-detail-content{
    margin-top: 40px;
    padding: 0px 10px;
}
.service-detail-content p{
    font-size: 17px;
    letter-spacing: 0px;
    //text-align: justify;
} 
@media only screen and (max-width:1130px){
    .service-detail-image{
        padding-left: 20px;
        padding-right: 20px;
    }
    .service-detail-title{
        padding-left: 20px;
    }
    .service-detail-title::after{
        margin-left: 20px;
        width: 95%;
    }
    .service-detail-content{
        padding: 0 35px;
    }
}
@media only screen and (max-width:460px){
    .service-detail-title{
        font-size: 6vw;
    }
}
/* =Service detail Page Ends
-------------------------------------------------------------- */    
/*Toll Free Number page*/
a.common_list,a.toll_list
{
    color: #373737!important;
    letter-spacing: 0px;
}
a.common_list:hover,a.toll_list:hover
{
    color: #d4af37!important;
}
.page_top_adjust
{
    margin-top: 160px;
}
.middle_content_body h1
{
    font-size: 42px!important;
    letter-spacing: 0px;
}
.middle_content_body h2
{
    font-size: 25px!important;
}
.middle_content_body h3
{
    font-size: 25px!important;
    letter-spacing: 0;
}
.main_sub_title
{
    margin-top: 45px;
    margin-bottom: 71px;
}
.search_rightbox
{
    margin-top: 25px;
    height: 487px;
    width: 344px;
    background-color: #E6E5E3;
}
@media only screen and (max-width:439px){
    h1.detail-vanity{
        font-size: 33px!important;
    }
    h2.detail-vanity-desc{
        font-size: 19px!important;
    }
}
@media (max-width:397px)
{
    .search_rightbox
    {
        height: 525px;
        width: 100%;
        background-color: #E6E5E3;
    }   
} 
.toll_premiun_title
{
    font-size: 27px;
    left: 15px;
    letter-spacing: -2px;
    padding-bottom: 25px;
    padding-left: 0;
    position: relative;
}
.toll_premiun
{
    margin-top: 30px;
    /*height: 473px;*/
    width: 306px;
}
.search_title
{
    padding:35px 20px;
}
.search_title1
{
    padding:10px 20px;
}
.search_title_size
{
    text-align:center;
    font-size: 29px;
}
.search_keyword
{
    /*font-size: 18px;*/
    letter-spacing: 0px;
}
.search_category
{
    margin-top: 20px;
    margin-bottom: 5px;
}
.padding_adjust
{
    padding:0px 20px;
}
.search_inputbox
{
    height: 40px;
    margin-left: 5px;
    margin-top: 15px;
    padding: 10px;
    width: 98%;
}
.search_hr
{
    border-top: 1px solid #373737;
    margin-bottom: 5px;
    margin-left: 6px;
    margin-top: 35px;
    width: 97%;
}
.search_btn
{
    background-color: #d4af37;
    color: #fff;
    font-size: 17px;
    height: 40px;
    width: 125px;
    z-index: 1;
    position: relative;
}
.search_icon
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 3px;
}
.search_btn_adjust
{
    margin-top: 34px;
}
@media (max-width:400px){
    .toll_rightbox , .toll_premiun{
        width: 100%;
        height: auto;
    }
}
@media (max-width:1199px){
    .middle_content_body
    {
        width: 100%;
        margin-top: -30px;
    }
}
@media (max-width:1140px){ 
    .contact-body-section{
        width: 100%;
    }
    .toll_title
    {
        font-size: 36px;
    }
}
@media (max-width:678px){
    .toll_title
    {
        font-size: 30px;
    }
    h1.main_title{
        font-size: 33px!important;
    }
}
@media (min-width:1200px){
    .side-vanity-content, .search_rightbox{
        float: right;
    }
    .toll_premiun{
        float: left;
        margin-left: 41px;
    }
}
.toll_category_list{
    display: inline-block;
    width: 225px;
    /*height: 40px;*/  
    font-size: 17px;
}
.empty_adjust
{
    width: 5%;
}
@media only screen and (max-width: 400px){
        .premium-numbers{
            padding-left: 20px;
        }
    
}
.premium-numbers
{
    font-size: 12px;
    text-align: left;
   
}
.premium-numbers li {
    float: left;
    width: 50%;
    line-height: 2;
}
/*Blog page*/
.prev> a
{
    color: #373737;
}
.screen-reader-text
{
    display: none;
}
.blog_main_title
{
    margin-bottom: 28px;
}
.post_page_image
{
    width: 100%!important;
    /*height: 220px!important;*/
    padding-left: 10px!important;
}
.post_page_adjust
{
    margin-bottom: 50px;
}
.blog_sup_titles
{
    font-size: 30px!important;
}
.read_morebtn
{
    border: 1px solid #d4af37;
    color: #373737 !important;
    height: 46px;
    width: 157px;
    position: relative;
    /*top: 10px;*/z-index: 100;
    border-radius: 0!important;
}
.readbtn_adjust {
    font-size: 19px;
    /*position: relative;
    top: 4px;*/
    //margin-top:5px;
    vertical-align: text-top;
    line-height: 30px;
}
.read_morebtn:hover
{
    color: #fff!important;
    border: 1px solid #d4af37;
    background-color: #d4af37;
}
.blogimg_adjust {
    margin: 50px 0;
    text-align: center;
}
.blog_content {
    padding: 0 94px 0 0;
}
.blog_date_adjust{
    color: #d4af37;
    font-size: 14px;
    position: relative;
    top: -20px;
    font-style: italic;
}
.blog_content_adjust {
    display: block;
    letter-spacing: 0;
    line-height: 1.3;
    position: relative;
    top: -6px;
}
@media (max-width:991px)
{
    .blog_content
    {
        /*margin-top: 20px;*/
        margin-bottom: 20px;
        padding: 0 0 0 0;
    }
    .read_morebtn{
        margin-bottom: 25px;
    }
}
@media (max-width:370px)
{
    .post_page_image
    {
        width: 97%!important;
        height: auto!important;
    }
}

/*Search numbers page*/
.search_example
{
    margin-top: 18px;
    margin-bottom: 27px;
}
.inner_searchbox
{
    margin-bottom: 50px;
}
.inner_searchtype
{
    border: 5px solid #D1D1D1;
    height: 50px;
} 
.inner_search_input
{
    width: 100%;
    /*height: 100%;*/
    padding: 8px 6px 4px 6px;
    background-color: #fff;
    font-size: 17px;
    color: #373737;
}
.letter_spacing0{
    letter-spacing: 0px;
}
.height100
{
    height: 100%;
}
.inner_searchbtn
{
    background-color: #d4af37;
    color: #fff;
    padding: 10px 5px 3px 6px;
    text-align: center;
    cursor: pointer;
}   
input.inner_search_input:-ms-input-placeholder {
    color: red;
    background-color: yellow;
}
.inner_search_input::-moz-placeholder {   
    color: #373737!important;  
}
/*.input_placeholder:placeholder-shown {   
    color: #373737!important;  
}
.input_placeholder::-webkit-placeholder {
    color: #fff!important;
}
.input_placeholder::-moz-placeholder {
    color: #fff!important;  
}
.input_placeholder::-webkit-input-placeholder {
    color: #fff!important;  
}
.input_placeholder::-moz-placeholder {
    color: #fff!important;  
}*/

.middle_content_body h1.click_purchase
{
    font-size: 35px !important;
    letter-spacing: 0;
    text-align: center;
}
.numbers_adjust
{
    padding-top: 20px;
    text-decoration: none!important;
    color: #373737!important;
}
.numbers_adjust > b
{
    text-decoration: none!important;
    color: #373737!important;
}
.seach_num_subtitle
{
    margin-top: -15px;
}
.select_popular{
    border-bottom: 1px solid #373737;
    font-size: 20px !important;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 260px;
}
.aft_purchase{
    border-bottom: 1px solid #373737;
    font-size: 20px !important;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 195px;
}
.search_popular_category {
    min-height: 402px!important;
}
.select_popular_adj
{
    color: #d4af37;
    font-weight: bold;
}
.margin_adjust{
    margin-top: 30px;
}
@media (min-width:992px){
    .inner_searchtype
    {
        border-right: 0px;
        width: 27%;
    }
    .inner_searchtype_right{
        border-right: 5px solid #D1D1D1 !important;
        width: 16%;
    }
} 
/*Local Number*/
#ranger_filter
{
    letter-spacing: -1px;
}
.new_state_listing > a {
    color: #373737;
    padding-left: 50px;
}
.new_state_listing > a:hover {
    color: #d4af37;
} 
/*Home page*/
.input-group-btn {
    z-index: 1010;
}
/*Search result and local page : particular text colors and paging colors*/
.van,.vanx{
    color: #8d0bd8;
    text-transform: uppercase;
}
#dvpaging a{
    color: #373737;
}
#dvpaging a.sel,#dvpaging a:hover, .enq, .enqx{
    color: #d4af37!important;
}
.enqx{
    font-weight:bold;
}
#dvpaging {
    margin-top:50px;
}
#dvpaging a{
    margin-right:10px;
    display:inline-block;
}
#dvpaging > img { 
    margin-left: 200px;
    vertical-align: bottom;
    position: absolute!important;
}
.purchase-part{
    padding-top: 30px;
}

.filter_by_area{
    width: auto;
    margin-top: 10px;
    margin-left: 5px;
    background: #f2f2f2;
    padding-left: 20px;
    padding-right: 20px;
}

/* =License Plate
-------------------------------------------------------------- */    
.lc-plate-show{
    margin-top: 60px;
}
.plate-show{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.lc-plate{
    /*margin: 20px 20px 110px;*/
    margin: 20px 64px 110px 0px;
}
.lc-plate-img{
    width: 100%;
}
@media screen and (max-width:767px) {
    .lc-plate{
        padding: 20px!important;
    }
    .lc-plate{
        margin: 20px;
    }
}
/* =License Plate Page Ends
-------------------------------------------------------------- */    

/* =Premium Numbers
-------------------------------------------------------------- */    
h1.pv-home-caption{
    font-size: 32px!important;
}
.pv-header-part {
    margin-top: 20px;
}
.pv_title{
    color: #373737; 
}
.number-show{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width:641px) {
    .pv-number{
        margin: 6px 30px;
    }
}
@media screen and (max-width:640px) {
    .pv-number{
        margin: 6px 7%;
    }    
}
@media screen and (max-width:1140px) {
    .pv-number-show{
        margin-bottom: 40px;
    }
}
@media screen and (max-width:398px) {
    h1.pv-home-caption{
        font-size: 28px!important;
    }    
}
/* =Premium Numbers Ends
-------------------------------------------------------------- */    

/* =Footer Menu Link
-------------------------------------------------------------- */
header h1.cart_icon{
    float: right;
    margin-right: 10px; 
    margin-top:-80px;
    font-size: 30px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
header h1.cart_icon a:hover{
    color: #d4af37;
}

/* =Footer Menu Link Ends
-------------------------------------------------------------- */

/*FAQs page*/ 
.policy-detail-container{
    margin-top: 150px;
}
.policy-detail-title{
    font-size: 30px;
    font-weight: bold;
    font-family: HelveticaStd;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}
.policy-detail-title::after{
    content: '';
    border-bottom: 3px solid #d4af37;
    position: absolute;
    left: 0;
    top: 100%;
    width: 103%;
}

.policy-detail-content{
    margin-top: 40px;
    padding: 0px 10px;
}
.policy-detail-content p{
    font-size: 17px;
    letter-spacing: 0px;
    //text-align: justify;
}
@media only screen and (max-width:1130px){
    .policy-detail-title{
        padding-left: 20px;
    }
    .policy-detail-title::after{
        margin-left: 20px;
        width: 95%;
    }
    .policy-detail-content{
        padding: 0 20px;
    }
}
@media only screen and (max-width:460px){
    .policy-detail-title{
        font-size: 6vw;
    }
}

/**::after, *::before {
    content: '';
}*/
.cd-faq {
    margin: 2em auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
    content: "";
    display: table;
    clear: both;
}
@media only screen and (min-width: 0px) {
    .cd-faq {
        position: relative;
        margin: 3em auto;
        box-shadow: none;
    }
}

.cd-faq-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #4e5359;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #555b61;
    text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
    /* plus icon on the right */
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #7f868e;
}
.cd-faq-categories a::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
    border-bottom: none;
}
@media only screen and (min-width: 0px) {
    .cd-faq-categories {
        width: 20%;
        float: left;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }
    .cd-faq-categories a {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 600;
        padding-left: 24px;
        padding: 0 24px;
        -webkit-transition: background 0.2s, padding 0.2s;
        -moz-transition: background 0.2s, padding 0.2s;
        transition: background 0.2s, padding 0.2s;
    }
    .cd-faq-categories a::before, .cd-faq-categories a::after {
        display: none;
    }
    .no-touch .cd-faq-categories a:hover {
        background: #555b61;
    }
    .no-js .cd-faq-categories {
        width: 100%;
        margin-bottom: 2em;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-faq-categories {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        z-index: 2;
    }
    .cd-faq-categories a::before {
        /* decorative rectangle on the left visible for the selected item */
        display: block;
        top: 0;
        right: auto;
        left: 0;
        height: 100%;
        width: 3px;
        background-color: #a9c056;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .cd-faq-categories .selected {
        background: #42464b !important;
    }
    .cd-faq-categories .selected::before {
        opacity: 1;
    }
    .cd-faq-categories.is-fixed {
        /* top and left value assigned in jQuery */
        position: fixed;
    }
    .no-js .cd-faq-categories {
        position: relative;
    }
}

.cd-faq-items {
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -moz-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    -o-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.cd-faq-items.slide-in {
    -webkit-transform: translateZ(0) translateX(0%);
    -moz-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    -o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media only screen and (min-width: 0px) {
    .cd-faq-items {
        position: static;
        height: auto;
        width: 100%;
        float: right;
        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: transparent;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-faq-items {
        float: none;
        width: 100%;
        /*padding-left: 220px;*/
    }
    .no-js .cd-faq-items {
        padding-left: 0;
    }
}

.cd-close-panel {
    position: fixed;
    top: 5px;
    right: -100%;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
    /* close icon in CSS */
    position: absolute;
    top: 16px;
    left: 12px;
    display: inline-block;
    height: 3px;
    width: 18px;
    background: #6c7d8e;
}
.cd-close-panel::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-close-panel::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-close-panel.move-left {
    right: 2%;
}
@media only screen and (min-width: 0px) {
    .cd-close-panel {
        display: none;
    }
}

.cd-faq-group {
    /* hide group not selected */
    display: none;
}
.cd-faq-group.selected {
    display: block;
}
.cd-faq-group .cd-faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
    box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
    //text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #373737;
    font-family: HelveticaRoman;
}
.no-js .cd-faq-group {
    display: block;
}
@media only screen and (min-width: 0px) {
    .cd-faq-group {
        /* all groups visible */
        display: block;
    }
    .cd-faq-group > li {
        background: #f3f3f5;
        margin-bottom: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
        -webkit-transition: box-shadow 0.2s;
        -moz-transition: box-shadow 0.2s;
        transition: box-shadow 0.2s;
    }
    .no-touch .cd-faq-group > li:hover {
        box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    }
    .cd-faq-group .cd-faq-title {
        margin: 2em 0 1em;
    }
    .cd-faq-group:first-child .cd-faq-title {
        margin-top: 0;
    }
}

.cd-faq-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    line-height: 1.2;
    letter-spacing: 0px;
}
@media only screen and (min-width: 0px) {
    .cd-faq-trigger {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
        padding: 24px 72px 24px 24px;
    }
    .cd-faq-trigger::before, .cd-faq-trigger::after {
        /* arrow icon on the right */
        position: absolute;
        right: 24px;
        top: 50%;
        height: 2px;
        width: 13px;
        background: #373737;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .cd-faq-trigger:hover::before, .cd-faq-trigger:hover::after {
        background: #d4af37;
    }
    .cd-faq-trigger::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 32px;
    }
    .cd-faq-trigger::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .content-visible .cd-faq-trigger::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .content-visible .cd-faq-trigger::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-faq-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #373737;
}
@media only screen and (min-width: 0px) {
    .cd-faq-content {
        display: none;
        padding: 0 24px 30px;
    }
    .cd-faq-content p {
        line-height: 1.6;
    }
    .no-js .cd-faq-content {
        display: block;
    }
}

.cd-faq-trigger {
    color: #373737!important;
    font-size: 22px!important;
    font-weight: 500;
    letter-spacing: 0;
    font-family: HelveticaStd;
}
.cd-faq-content > p{
    font-family: GothamLight;
    font-size: 17px!important;
    letter-spacing: 0;
    color: #373737!important;
}
.cd-faq-group .cd-faq-title h2
{
    font-size: 25px!important;
    letter-spacing: 0px;
}
a.cd-faq-trigger, a.cd-faq-trigger:visited{
    color: #373737!important; 
}
a.cd-faq-trigger:hover, a.cd-faq-trigger:active, a.cd-faq-trigger:focus{
    color: #d4af37!important; 
}
.cd-faq-content a{
    color: #0793e2;
}
/*FAQs page Ends*/ 


/* =Premium Numbers
-------------------------------------------------------------- */    
.search-single-title{
    color: #373737; 
}
@media screen and (min-width:641px) {
    .search-single-number{
        margin: 6px 30px;
    }
}
@media screen and (max-width:640px) {
    .search-single-number{
        margin: 6px 7%;
    }    
}
@media screen and (max-width:1140px) {
    .search-number-show{
        margin-bottom: 70px;
    }
}
/* =Premium Numbers Ends
-------------------------------------------------------------- */    
/*State map*/
.map-tip{
    background: none!important;
    background-color: #d4af37!important;
    color: #fff!important;
}
.map-tip p
{
    color: #fff!important;
    font: ''!important;
    font-size: 16px!important;
    font-family: "GothamLight"!important;
    letter-spacing: 0!important;
}
/*Toll free details page*/
.search-single-title a{
    color: #373737;
}
.search-number-show{
    z-index: 1;
}
.alert-vanity-info{
    background-color: rgba(212, 175, 55, .3);
    border-color: #d4af37;
    color: #373737;
    border-radius: 0px;
    width: 100%;
}
.alert-vanity-info h4{
    font-size: 22px!important;
}
.alert-vanity-info hr{
    border-color: #d4af37;
}
.vanitynum_search_input{
    width: 70%;
    height: 100%;
    padding: 6px;
    background-color: #fff;
    font-size: 17px;
    color: #373737;
}
.vanitynum_searchbtn{
    background-color: #d4af37;
    color: #fff;
    cursor: pointer;
    height: 33px;
    padding: 4px 5px;
    text-align: center;
    width: 125px;
}  
.vsearch_height{
    min-height: 125px;
}
@media (min-width: 640px) and (max-width: 767px){
    .width_adjust
    {
        width: 37%;
    }
}
@media (max-width: 639px){
    .number-search{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 675px) and (max-width: 767px){
    .vsearch_height
    {
        min-height: 175px;
    }
}
@media (max-width: 674px){
    .vsearch_height
    {
        min-height: 202px;
    }
}
@media (max-width: 479px){
    .search_details
    {
        width: 100%;
        margin: 10px 0;
    }
    .prefix_lable
    {
        margin-right:10px;
    }
    .vsearch_height
    {
        min-height: 282px;
    }
}
@media (max-width: 356px){
    .vsearch_height
    {
        min-height: 306px;
    }
}
.search-btn-text{
    position: relative;
    top: 5px;
}

h3.category-local-num{
    font-size:24px!important;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: -1px;
    text-transform:capitalize;
    background-color: #F2F2F2;
    margin-right: 25px;
    margin-top: 30px;
    padding-bottom: 4px;
}
.category-local-span{
    color: #666666!important;
    text-transform:lowercase!important;
}

/*home page modify changes*/
.home_search-icon{
    display: none;
}
@media (max-width:455px)
{
    .area-search .side-line{
        padding-left: 20!important;
    }
    .search-btn-text
    {
        display: none!important;
    }
    .home_search-icon{
        display: block;
        left: 20px;
        position: absolute;
        top: 27px;
        font-weight: bold;
    }
}

@media (max-width:658px)
{
    .about-content-height
    {
        height: auto!important;
        padding-bottom: 20px;
    }
}
@media (max-width:603px)
{
    .blog-heading-left{
        margin-top: 35px!important;
    }
}
@media (max-width:488px)
{
    .blog-heading-left{
        margin-top: 20px!important;
    }
}
@media (max-width:380px)
{
    .service-content p
    {
        font-size: 19px;
        width: 55%;
    }
} 

a.common_list,a.toll_list,a.enq,.new_state_listing a,.paging_blog a
{
    display: inline-block;
}

/*
input,
textarea {
   font-family: 'RalewayRegular'!important; 
}*/
.action_length
{
    width: 10px;
}
.table-responsive
{
    float: left;
    width: 100%;
    background-color: #fff;
}
/* Whole Site Table Responsive */ 
@media screen and (max-width: 767px) {
    .action_length
    {
        width: 100%;
    }
    table.tbl-responsive-structure {
        border: 0;
    }
    table.tbl-responsive-structure th {
        display: none;
    }  
    table.tbl-responsive-structure tr {
        margin-bottom: 10px;
        display: block;
    }
    table.tbl-responsive-structure td {
        display: block;
        text-align: right;
        font-size: 13px;
        border: 1px solid #d4af37!important;
    }
    table.tbl-responsive-structure td:last-child {
        border-bottom: 0;
    }
    table.tbl-responsive-structure td:before {
        content: attr(data-label);
        float: left;
        //text-transform: uppercase;
        font-weight: bold;
        text-align: left; 
    }    
    table.tbl-responsive-structure .vanit_no{
        left: 50%;
        /*        position: relative;
                text-align: left;*/
        width: 50%;
    }
    .table-responsive{
        border: none;
    }
    /*Specific for Viewcart*/
    table.tbl-responsive-structure td.label-cls:before,
    table.tbl-responsive-structure td.price-label-cls:before{
        background-color: #d4af37;
        position: relative;
        width: 303px;
        padding-left: 6px;
        right: 8px;
        top: -8px;
    }
    table.tbl-responsive-structure td.price-label-cls {
        padding-bottom: 20px!important;
    }
    table.tbl-responsive-structure td.price-label-cls:before {
        height: 47px;
        padding-top: 6px;
        white-space: pre-line;
    }
    table.tbl-responsive-structure td.label-cls:before{
        padding-top: 10px;
        height: 36px;
        border-bottom: 2px solid #fff;
    }
    /*Ends Specific for Viewcart*/
}
/*Specific for Viewcart*/
@media screen and (max-width: 430px) {
    table.tbl-responsive-structure td.label-cls:before,
    table.tbl-responsive-structure td.price-label-cls:before{
        width: 178px;
    }
    table.tbl-responsive-structure td.price-label-cls:before {
        height: 67px;
        padding-left: 6px;
        padding-top: 8px;
        right: 8px;
        top: -8px;
    }
    table.tbl-responsive-structure td.price-label-cls {
        padding-bottom: 40px!important;
    }
}
/*Ends Specific for Viewcart*/
div.wpcf7-mail-sent-ng{
    border: none!important;
    color: #ff0000!important;
}
div.wpcf7-mail-sent-ok{
    border: none!important;
    color: #398f14!important;
}
.slide-cls{
    cursor: pointer!important;
    display: inline-block!important;
}
.btn{
    border-radius: 0px!important;
} 
/*View Cart Link*/
.view_cart{
    color:#0000F6!important; 
    padding-left: 105px;
    display: inline-block!important;  
}

@media only screen and  (max-width:730px){
    .view_cart{
        color:#0000F6; 
        padding-left: 0px;
    }
}
@media only screen and  (max-width:615px){
    .view_cart{
        color:#0000F6;
        padding-left: 59px;
    }
}
@media only screen and  (max-width:386px){
    .view_cart{
        color:#0000F6;
        padding-left: 15px;
    }
}
@media only screen and  (max-width:357px){
    .view_cart{
        color:#0000F6;
        padding-left: 70px;
    }}
/* @media only screen and  (max-width:337px){
 .view_cart{
     
     padding-left: 10px;
 }
}*/
iframe[name="google_conversion_frame"]{
    display: none!important;
}