﻿@charset "utf-8";
/* CSS Document */

/*font-face */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

a, .img-box img, .btn {
    -webkit-transition: color 500ms, background-color 500ms;
    -moz-transition: color 500ms, background-color 500ms;
    -o-transition: color 500ms, background-color 500ms;
    transition: color 500ms, background-color 500ms;
}

img {
    max-width: 100%;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    display: none;
}

#header {
   margin-top: 0px;
    margin-bottom: 0px;
}

    #header .container, #footer .container, .link-box .container {
        width: 100%;
    }

.logo-part {
}

.head-login {
    float: right;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    text-align: right;
}

    .head-login ul li {
        display: inline-block;
        padding: 0 3px;
        font-size: 18px;
        color: #000;
        margin: 15px 0 0;
    }

        .head-login ul li a {
            font-size: 18px;
            color: #000;
        }

            .head-login ul li a:hover {
                color: #fe4a00;
            }

        .head-login ul li .dropdown-menu li {
            display: block;
            margin: 0;
            padding: 0;
        }

            .head-login ul li .dropdown-menu li a {
                font-size: 18px;
            }

    .head-login input {
        width: 99%;
        margin: 0 0 10px;
        border: 1px solid #C8C8C8;
        border-radius: 0;
        min-height: 34px;
        padding: 3px 8px;
    }

    .head-login .btn-danger {
        text-transform: uppercase;
        font-size: 17px;
        padding: 7px 26px 8px;
    }

.slider {
    background: transparent no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    min-height: auto;
    text-align: center;
    vertical-align: middle;
    
}

    .slider .btn-danger {
        font-size: 26px;
        color: #FFF;
        text-transform: uppercase;
        padding: 8px 70px 12px;
    }

    .slider ul {
        font-size: 16px;
        color: #FFF;
        margin-top: 5px;
    }

        .slider ul li {
            font-size: 16px;
            color: #FFF;
            display: inline-block;
            padding: 0 9px 0 3px;
        }

            .slider ul li a {
                font-size: 16x;
                color: #FFF;
                text-decoration: underline;
            }

                .slider ul li a:hover {
                    text-decoration: none;
                }

    .slider article {
        position: absolute;
        width: 88%;
        top: 44%;
    }




 #divCenterLogin{
         position: absolute;
        width: 12%;
        top: 44%;
        border:6px solid white;
        margin-left:-15% !important;
		z-index: 200000000000;

    }



.link-box {
    background: #e3e3e3;
    padding: 10px 28px;
}

    .link-box .border {
        border-right: 1px solid #989898;
    }

        .link-box .border:last-child {
            border: none;
        }

.sponsor-part {
    background: #e3e3e3;
    padding: 10px 14%;
    /*padding: 10px 0 10px 19%;*/
    margin: 20px 0 0;
}

.email-part {
    padding: 0 4%;
    margin: 0 0 15px;
}

.sponsor-part label {
    font-size: 26px;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.sponsor-part .form-inline input.form-control {
    width: 475px;
    border: none;
    background: #bcbcbc;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    padding: 10px 12px;
    height: 37px;
}

.sponsor-part .btn-danger {
    font-size: 20px;
    text-transform: uppercase;
    padding: 4px 15px;
    margin: 0 0 5px 7px;
}

.sponsor-add {
    text-align: center;
    position: relative;
}

    .sponsor-add aside {
        text-align: center;
        position: relative;
        min-height: 140px;
    }

    .sponsor-add .row {
        margin-left: -8px;
        margin-right: -8px;
    }

        .sponsor-add .row .col-md-8 {
            padding: 0;
        }

    .sponsor-add .col-md-2, .sponsor-add .col-md-8 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .sponsor-add h4 {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        color: #282828;
        font-size: 18px;
        font-weight: 200;
        width: 86%;
    }

    .sponsor-add ul {
        list-style: none;
    }

        .sponsor-add ul li .add-img {
            background: #282828;
            min-height: 140px;
            max-height:140px;
        }

.what-we-do-part {
    margin: 20px 0 0;
    background: transparent url(../images/bg-whatwedo.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    min-height: auto;
    padding: 45px 0;
}

    .what-we-do-part .text-part {
        background: rgba(255, 255, 255, 0.7);
        padding: 6px;
        position: relative;
        left: 14%;
        width: 35%;
    }

        .what-we-do-part .text-part aside {
            background: rgba(255, 255, 255, 0.7);
            padding: 30px;
            margin: 6px;
        }

        .what-we-do-part .text-part h3 {
            font-size: 18px;
            margin: 0 0 20px;
            text-transform: uppercase;
        }

        .what-we-do-part .text-part p {
            font-size: 12px;
            margin: 0 0 15px;
            text-transform: uppercase;
        }

        .what-we-do-part .text-part .btn {
            float: right;
            text-transform: uppercase;
            font-size: 17px;
        }

#footer {
    border-top: 1px solid #a6a6a6;
    padding: 23px 0;
    margin: 20px 0 0;
}

    #footer p {
        font-size: 17px;
        text-transform: uppercase;
        margin: 0;
        line-height: 56px;
    }

    #footer .footer-icon a {
        margin: 9px 10px 0 0;
        display: inline-block;
    }
/* Inner Pages */
.heading {
    background: #e3e3e3;
    text-align: center;
    border-bottom: 8px solid #fe4900;
    margin: 0 0 30px;
}

    .heading h1 {
        font-size: 35px;
        color: #000;
        text-transform: uppercase;
        margin: 0;
        padding: 30px 0;
    }

.product {
    background: #e3e3e3;
    padding: 30px;
    margin: 0 0 30px;
    text-align: center;
}

.product-contant {
    background: #FFF;
    padding: 30px;
    text-align: left;
    margin: 20px 0 0;
}

.product h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
}

    .product h3 a {
        color: #000;
    }

.product p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
}

.product-contant img {
    border: 10px solid #e1e2e1;
}

.contact-box {
    background: #e3e3e3;
    padding: 30px;
    margin: 0px 5%;
}

    .contact-box .icon-left {
        text-align: center;
    }

        .contact-box .icon-left img {
            margin: 0 0 20px;
        }

    .contact-box h4 {
        text-align: center;
        font-size: 17px;
        text-transform: uppercase;
        margin: 0 0 30px;
        padding: 0;
    }

    .contact-box input.form-control {
        border: none;
        border-radius: 0;
        background: #bcbcbc;
        color: #747474;
        font-size: 20px;
    text-transform: uppercase;
    box-shadow: none;
    font-weight: 100;
    height: 45px;
        margin: 0 0 17px;
    }
	
	

    .contact-box textarea.form-control {
        border: none;
        border-radius: 0;
        background: #bcbcbc;
        color: #747474;
        font-size: 20px;
        text-transform: uppercase;
        box-shadow: none;
        font-weight: 100;
        margin: 0 0 17px;
    }

    .contact-box a {
        text-decoration: underline;
        color: #000;
    }

        .contact-box a:hover {
            text-decoration: none;
        }

    .contact-box .btn-danger {
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 25px;
    margin-top: 10px;
}

.faq-head {
    position: relative;
}

    .faq-head img {
        position: absolute;
        top: 12%;
        left: 9.5%;
        width: 20%;
    }

.contact-box .panel-group a, .accordion-toggle:hover {
    text-decoration: none;
}

.contact-box .panel-group .panel {
    border-radius: 0;
    margin: 15px 0;
}

    .contact-box .panel-group .panel h4 {
        text-align: left;
        margin: 10px 0 25px;
        padding: 0;
    }

        .contact-box .panel-group .panel h4 span {
            background: #FE4A00;
            color: #FFF;
            font-size: 20px;
            padding: 5px 20px;
        }

.contact-box .panel-group .panel {
    padding: 30px;
}

.contact-box .panel-group a span {
    background: #000;
    border-radius: 50%;
    color: #FFF;
    padding: 4px 4px 5px 5px;
    top: 0;
    margin: 0 5px 0 0;
}

.contact-box .panel-group a {
    font-size: 16px;
    text-transform: uppercase;
}

.contact-box .panel-group .panel-body {
    padding: 15px 0px 0 3.8%;
    font-size: 15px;
    color: #7e7e7e;
    text-transform: uppercase;
    line-height: 24px;
}

.contact-box .panel-group {
    margin: 0;
}

    .contact-box .panel-group .panel:last-child {
        margin-bottom: 0;
    }

.link-tab .nav-tabs {
    border: none;
}

    .link-tab .nav-tabs > li {
        margin: 0 1% 0 0;
        text-align: center;
        /*width: 19.2%;*/
    }

        .link-tab .nav-tabs > li:last-child {
            margin: 0;
        }

        .link-tab .nav-tabs > li > a {
            border-radius: 0;
            text-decoration: none;
            border: 0;
            color: #000;
            background: #FFF;
            margin: 0px;
            font-size: 14px;
            text-transform: uppercase;
            position: relative;
            padding: 15px 0;
        }

            .link-tab .nav-tabs > li > a:hover {
                border: 0;
                background: #fe4900;
                color: #FFF;
            }

        .link-tab .nav-tabs > li.active > a, .link-tab .nav-tabs > li.active > a:hover, .link-tab .nav-tabs > li.active > a:focus {
            border: none;
            background: #fe4900;
            color: #FFF;
        }

            .link-tab .nav-tabs > li > a:hover:before, .link-tab .nav-tabs > li.active > a:before, .link-tab .nav-tabs > li.active > a:hover:before, .link-tab .nav-tabs > li.active > a:focus:before {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 15px 15px 0 15px;
                border-color: #fe4900 transparent transparent transparent;
                content: attr(data-descr);
                position: absolute;
                left: 41%;
                bottom: -13px !important;
            }

.link-tab .tab-content {
    background: #FFF;
    padding: 20px;
    margin: 30px 0 0;
}

    .link-tab .tab-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .link-tab .tab-content ul li {
            margin: 0;
            padding: 12px 0 12px 4%;
            border-bottom: 1px solid #ececec;
            position: relative;
        }

            .link-tab .tab-content ul li:last-child {
                border: none;
            }

            .link-tab .tab-content ul li:before {
                content: "";
                background: #fe4900;
                border-radius: 50%;
                height: 8px;
                width: 8px;
                position: absolute;
                left: 1.7%;
                top: 44%;
            }

            .link-tab .tab-content ul li a {
                text-decoration: none;
                font-size: 20px;
                color: #000;
                font-weight: 100;
                text-transform: uppercase;
            }

                .link-tab .tab-content ul li a:hover {
                    text-decoration: underline;
                }

.contact-box .link-tab .panel-group .panel h4 {
    margin: 0;
    padding: 0;
}

    .contact-box .link-tab .panel-group .panel h4 a {
        display: block;
        font-size: 15px;
    }

.contact-box .link-tab .panel-default > .panel-heading {
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}

    .contact-box .link-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
        margin-top: 10px;
        padding: 10px 0 0;
    }

.link-tab .panel #maps-codes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .link-tab .panel #maps-codes ul li {
        margin: 0;
        padding: 12px 0 12px 4%;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

        .link-tab .panel #maps-codes ul li:last-child {
            border: none;
        }

        .link-tab .panel #maps-codes ul li:before {
            content: "";
            background: #fe4900;
            border-radius: 50%;
            height: 8px;
            width: 8px;
            position: absolute;
            left: 1.7%;
            top: 44%;
        }

        .link-tab .panel #maps-codes ul li a {
            text-decoration: none;
            font-size: 20px;
            color: #000;
            font-weight: 100;
            text-transform: uppercase;
        }

            .link-tab .panel #maps-codes ul li a:hover {
                text-decoration: underline;
            }


/*Slider*/

.jssorb21 {
    position: absolute;
}

    .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
        position: absolute; /* size of bullet elment */
        width: 19px;
        height: 19px;
        text-align: center;
        line-height: 19px;
        color: white;
        font-size: 12px;
        background: url(../images/b21.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb21 div {
        background-position: -5px -5px;
    }

        .jssorb21 div:hover, .jssorb21 .av:hover {
            background-position: -35px -5px;
        }

    .jssorb21 .av {
        background-position: -65px -5px;
    }

    .jssorb21 .dn, .jssorb21 .dn:hover {
        background-position: -95px -5px;
    }

.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/a21.png) center center no-repeat;
    overflow: hidden;
}

.jssora21l {
    background-position: -3px -33px;
}

.jssora21r {
    background-position: -63px -33px;
}

.jssora21l:hover {
    background-position: -123px -33px;
}

.jssora21r:hover {
    background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
    background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
    background-position: -303px -33px;
}



/*---------------------Client Page ------------------------*/
.client-box {
    background: #e3e3e3;
    padding: 30px;
    margin: 0px 5%;
    text-align: center;
    float: left;
    width: 90%;
}

.client_logo {
    background: #fff;
    padding: 0px;
    margin: 0%;
    text-align: center;
}

    .client_logo li {
        border-bottom: 1px solid #DDD;
        border-left: 1px solid #DDD;
        text-align: center;
    }

        .client_logo li:hover {
            border-bottom: 1px solid #DDD;
            border-left: 1px solid #DDD;
            text-align: center;
            padding: 0px;
            background: #fe4900;
        }

.my_client {
    display: block;
    min-height: 250px;
    border: 10px solid #fff;
}

    .my_client:hover {
        border: 10px solid #fff;
    }

.client_img {
    background: #000;
    text-align: center;
    color: #fff;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 15px 0px 10px 0px;
    text-align: center;
}

.my_client h3 {
    display: block;
    text-align: center;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.first_client {
    margin-left: 25px;
}

.last_client {
    margin-right: 25px;
}
/*---------------------Client Page ------------------------*/

@media (min-width: 1450px) and (max-width: 2000px) {
.container {width: 65%!important;}

	.navbar-nav > li {margin: 0px 28px 0 0;}
	.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 15.89px;	}
	.head-login, .head-login ul, .head-login ul li, .head-login ul li a {
    font-size: 15.89px;
	}
	.slider .btn-danger {
    font-size: 18.33px;
    padding: 8px 62px 12px;
}
.slider ul, .slider ul li, .slider ul li a {
    font-size: 14.09px;    text-decoration: none;
}
.email-part {
    padding: 0 11%;
    margin: 0 0 15px;
}
.sponsor-part label {
    font-size: 23px;
}
.sponsor-part .btn-danger {
    font-size: 25px;
    padding: 3px 23px;
}
.sponsor-part .form-inline input.form-control {
    width: 650px;
    height: 40px;
}

.what-we-do-part .text-part {
    left: 19%;
}

.what-we-do-part .text-part .btn {
    font-size: 19px;
}
.what-we-do-part .text-part h3 {
    font-size: 25px;
}
.what-we-do-part .text-part p {
    font-size: 15px;
}

.view h2, .view .mask h2 {
       font-size: 15px!important;
    line-height: 28px;
	text-decoration:none!important;
}
.view p {
        font-size: 14px!important;
}
}
@media (min-width: 1281px) and (max-width: 1449px) {
	.container {width: 65%!important;}

	.navbar-nav > li {margin: 0px 28px 0 0;}
	.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    font-size: 15.89px;	}
	.head-login, .head-login ul, .head-login ul li, .head-login ul li a {
    font-size: 15.89px;
	}
	.slider .btn-danger {
    font-size: 18.33px;
    padding: 8px 60px 12px;
}
.slider ul, .slider ul li, .slider ul li a {
    font-size: 14.09px;    text-decoration: none;
}
.email-part {
    padding: 0 11%;
    margin: 0 0 15px;
}
.sponsor-part label {
    font-size: 23px;
}
.sponsor-part .btn-danger {
    font-size: 25px;
    padding: 3px 23px;
}
.sponsor-part .form-inline input.form-control {
    width: 650px;
    height: 40px;
}

.what-we-do-part .text-part {
    left: 19%;
}

.what-we-do-part .text-part .btn {
    font-size: 19px;
}
.what-we-do-part .text-part h3 {
    font-size: 25px;
}
.what-we-do-part .text-part p {
    font-size: 15px;
}

.view h2, .view .mask h2 {
       font-size: 11px!important; 
    line-height: 17px;
	text-decoration:none!important;
}
.view p {
           font-size: 11px!important;
    line-height: 15px!important;
}
	 
	}



/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .head-login ul li {
        margin: 10px 0 0;
    }

    #header {
        margin-bottom: 18px;
        margin-top: 24px;
    }

    .link-box {
        padding-left: 0;
        padding-right: 0;
    }

    .sponsor-part .form-inline input.form-control {
        width: 375px;
    }

    .what-we-do-part .text-part aside, .what-we-do-part {
        padding: 15px;
    }

        .what-we-do-part .text-part {
            left: 10%;
            width: 50%;
        }

    #footer .footer-icon a {
        margin: 9px 6px 0 0;
    }

    .head-login ul li a, .head-login ul li {
        font-size: 17px;
    }

    .sponsor-part {
        padding: 10px 8%;
    }

    .faq-head img {
        left: 4%;
    }

    .contact-box .panel-group .panel-body {
        padding: 15px 0 0 4.5%;
    }

    .link-tab .nav-tabs > li > a {
        font-size: 11px;
    }

    .link-tab .tab-content #maps-codes ul li a {
        font-size: 18px;
    }
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .head-login {
        text-align: right;
    }

        .head-login, .head-login ul li a, .head-login ul li {
            font-size: 14px;
        }

            .head-login ul li {
                margin: 3px 0 0;
            }

    .slider .btn-danger {
        font-size: 18px;
        padding: 8px 40px;
    }

    .link-box .border:nth-child(3) {
        border: none;
    }

    .link-box .border {
        border-bottom: 1px solid #989898 !important;
        padding: 30px 0 0;
    }

        .link-box .border:nth-child(4), .link-box .border:nth-child(5), .link-box .border:nth-child(6) {
            border-bottom: none !important;
        }

    .sponsor-part .form-inline input.form-control {
        width: 295px;
    }

    .sponsor-part label {
        font-size: 16px;
    }

    .what-we-do-part, .what-we-do-part .text-part aside {
        padding: 7px;
    }

        .what-we-do-part .text-part {
            left: 3%;
            padding: 4px;
            width: 94%;
        }

            .what-we-do-part .text-part aside {
                margin: 5px;
            }

            .what-we-do-part .text-part h3 {
                font-size: 16px;
                margin: 10px 0 0;
            }

            .what-we-do-part .text-part p {
                margin: 0 0 10px;
            }

            .what-we-do-part .text-part .btn {
                font-size: 15px;
            }

    #footer .footer-icon a {
        display: inline;
        margin: 9px 5px 0 0;
    }

        #footer .footer-icon a img {
            width: 42%;
        }

    #footer p {
        line-height: 26px;
    }

    .sponsor-part {
        padding: 10px 7%;
    }

    .sponsor-add .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sponsor-add .col-md-2, .sponsor-add .col-md-8 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sponsor-add aside, .sponsor-add h4 {
        position: inherit;
    }

    .sponsor-add aside {
        min-height: inherit;
    }

    .sponsor-add h4, .sponsor-add ul li .add-img {
        margin: 0 0 15px;
    }

    .product-contant img {
        margin: 20px 0 0;
    }

    .contact-box h4, .contact-box .panel-group .panel h4 span {
        font-size: 18px;
    }

    .faq-head img {
        display: none;
    }

    .contact-box .panel-group .panel {
        padding: 10px;
        margin: 0 0 15px;
    }

    .contact-box .panel-group a {
        font-size: 14px;
    }

    .contact-box .panel-group .panel-body {
        font-size: 13px;
        line-height: 20px;
    }

    .link-tab .nav-tabs > li > a {
        font-size: 9px;
    }

    .link-tab .tab-content #maps-codes ul li a {
        font-size: 13px;
    }

    .link-tab .tab-content #maps-codes ul li:before {
        height: 7px;
        width: 7px;
    }

    .link-tab .panel #maps-codes ul li a {
        font-size: 14px;
    }

    .link-tab .panel #maps-codes ul li::before {
        top: 42%;
    }

    .link-tab .panel #maps-codes ul li {
        padding: 12px 0 12px 5%;
    }
}

/* xs */
@media (max-width: 767px) {
    .navbar-brand, .navbar-nav > li {
        display: block;
    }

    .navbar-nav > li {
        text-align: left;
    }

    .navbar-default .navbar-nav > li > a, .tab-part ul li a {
        font-size: 18px;
    }

    #header {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .head-login {
        float: none;
    }

        .head-login ul li, .logo-part {
            margin: 0 0 15px;
        }
    /*.container { padding-left: 0; padding-right: 0; }*/
    .slider .btn-danger {
        font-size: 14px;
        padding: 4px 30px 6px;
    }

    .slider ul, .slider ul li, .slider ul li a {
        font-size: 14px;
    }

    .slider article {
        display: none;
    }

    .link-box .border {
        border: none;
        border-bottom: 1px solid #989898;
        margin: 0 0 20px;
    }

        .link-box .border:last-child {
            border-bottom: 1px solid #989898;
            margin: 0;
        }

    .sponsor-part {
        padding: 10px 2%;
    }

    .email-part {
        padding: 0 3%;
    }

    .sponsor-part label {
        font-size: 20px;
    }

    .sponsor-part .form-inline input.form-control {
        width: 100%;
    }

    .sponsor-part .btn-danger {
        margin: 0;
        margin-top: -7px;
    }

    .what-we-do-part {
        padding: 1% 0;
    }

        .what-we-do-part .text-part {
            left: 3%;
            width: 94%;
        }

            .what-we-do-part .text-part aside {
                margin: 0;
                padding: 10px;
            }

            .what-we-do-part .text-part h3 {
                font-size: 14px;
                margin: 0 0 5px;
            }

            .what-we-do-part .text-part p {
                font-size: 11px;
                margin: 0 0 5px;
            }

    #footer {
        text-align: center;
        padding: 10px 0 20px;
    }

        #footer p {
            font-size: 13px;
        }

    .sponsor-add {
        padding: 0 8%;
    }

        .sponsor-add ul li .add-img, .sponsor-add aside {
            min-height: 205px;
        }

        .sponsor-add h4 {
            font-size: 24px;
        }

        .sponsor-add .row {
            margin-left: -15px;
            margin-right: -15px;
        }

        .sponsor-add .col-md-2, .sponsor-add .col-md-8 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .sponsor-add aside, .sponsor-add h4 {
            position: inherit;
        }

        .sponsor-add aside {
            min-height: inherit;
        }

        .sponsor-add h4, .sponsor-add ul li .add-img {
            margin: 0 0 15px;
        }

    .heading h1 {
        font-size: 30px;
        margin: 0;
        padding: 15px 0;
    }

    .product, .product-contant {
        padding: 15px;
    }

        .product h3 {
            font-size: 20px;
            margin: 0 0 10px;
        }

        .product p {
            font-size: 12px;
            line-height: 20px;
        }

        .product-contant img {
            margin: 20px 0 0;
        }

    .contact-box h4 {
        font-size: 15px;
    }

    .head-login {
        text-align: inherit;
    }

    .faq-head img {
        display: none;
    }

    .contact-box .panel-group .panel {
        padding: 10px;
        margin: 0 0 15px;
    }

    .contact-box .panel-group a {
        font-size: 14px;
    }

    .contact-box .panel-group .panel-body {
        font-size: 13px;
        line-height: 20px;
    }

    .link-tab .panel #maps-codes ul li a {
        font-size: 14px;
    }

    .link-tab .panel #maps-codes ul li::before {
        top: 42%;
    }

    .link-tab .panel #maps-codes ul li {
        padding: 12px 0 12px 5%;
    }
}

@media (min-width: 480px) and (max-width: 599px) {
    .dropdown-menu::after, .dropdown-menu::before {
        left: 96%;
    }

    .contact-box .panel-group a {
        font-size: 12px;
    }

    .contact-box .panel-group .panel-body {
        font-size: 11px;
        line-height: 18px;
    }

    .contact-box .panel-group .panel h4 span {
        font-size: 13px;
    }
}

/* XS Portrait */
@media (max-width: 480px) {
    .navbar-default .navbar-nav > li > a, .tab-part ul li a {
        font-size: 16px;
    }

    #footer p {
        font-size: 11px;
    }

    .contact-box .panel-group a {
        font-size: 12px;
    }

    .contact-box .panel-group .panel-body {
        font-size: 11px;
        line-height: 18px;
    }

    .contact-box .panel-group .panel h4 span {
        font-size: 13px;
    }

    .link-tab .panel #maps-codes ul li::before {
    }

    .link-tab .panel #maps-codes ul li {
        padding: 8px 0 8px 17px;
    }

        .link-tab .panel #maps-codes ul li a {
            font-size: 13px;
        }
}
