﻿@font-face {
    font-family: Sahel;
    src: url('/Content/Fonts/Sahel.eot');
    src: url('/Content/Fonts/Sahel.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Sahel.woff') format('woff'), url('/Content/Fonts/Sahel.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: Sahel;
    src: url('/Content/Fonts/Sahel-Bold.eot');
    src: url('/Content/Fonts/Sahel-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Sahel-Bold.woff') format('woff'), url('/Content/Fonts/Sahel-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: Sahel;
    src: url('/Content/Fonts/Sahel-Black.eot');
    src: url('/Content/Fonts/Sahel-Black.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Sahel-Black.woff') format('woff'), url('/Content/Fonts/Sahel-Black.ttf') format('truetype');
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Samim';
    src: url('/Content/Fonts/Samim.eot');
    src: url('/Content/Fonts/Samim.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Samim.woff') format('woff'), url('/Content/Fonts/Samim.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Samim';
    src: url('/Content/Fonts/Samim-Bold.eot');
    src: url('/Content/Fonts/Samim-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Samim-Bold.woff') format('woff'), url('/Content/Fonts/Samim-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}


@font-face {
    font-family: 'icomoon';
    src: url('/Content/fonts/icomoon.eot?auhamu');
    src: url('/Content/fonts/icomoon.eot?auhamu#iefix') format('embedded-opentype'), url('/Content/fonts/icomoon.ttf?auhamu') format('truetype'), url('/Content/fonts/icomoon.woff?auhamu') format('woff'), url('/Content/fonts/icomoon.svg?auhamu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: icomoon;
    speak: none;
    font-style: normal;
    text-transform: none;
    line-height: 1;  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.icon-uniEA43:before {
    content: "\ea43";
    margin: -13px -12px;
}
.icon-Starr:before {
    content: "\e9d9";
    font-size: 20px;
    color: gold;
}

.icon-Starrnoexist:before {
    content: "\e9d9";
    font-size: 20px;
    color: #1ab5b3;
}

/*-------------------------------------------------
 =  Table of Css

 1.Isotope                              
 2.Header                          
 3.General code                   
 4.content                              
 5.blog page      
 6.Project page                               
 7.Single post                            
 8.About page                            
 9.Contact page

-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
*{
    direction: rtl;
}
header {
    height:auto!important;
    display: block;
}

.logo-box {
    padding: 30px 30px;
        background: transparent;

    /*background: #fff;*/
    text-align: center;
}

a.logo {
    display: inline-block;
    margin-bottom: 10px;
}

p.slogan {
    color: #fff;
    font-size: 24px;
    font-family: Samim;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    line-height: 30px;
}

ul.menu,
ul.archives,
ul.categories {
    padding: 0;
    margin: 0;
}

a.elemadded {
    display: none;
    color: #fff;
    font-size: 16px;
font-family: Samim;
   text-transform: uppercase;
    padding: 20px;
    background: #1ab5b3;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.elemadded:hover {
}

ul.menu li {
    list-style: none;
}

    ul.menu li a, ul.menu li span {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 18px 24px;
        color: #fff;
        font-size: 18px;
        font-family: Samim;
        font-weight: 300;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 20px;
        transition: all 0.3 linear;
        -moz-transition: all 0.3 linear;
        -webkit-transition: all 0.3 linear;
        -o-transition: all 0.3 linear;
        background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #333B3F), color-stop(1, #2E363A) );
        background-image: -o-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
        background-image: -moz-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
        background-image: -webkit-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
        background-image: -ms-linear-gradient(bottom, #333B3F 0%, #2E363A 100%);
        background-image: linear-gradient(to bottom, #333B3F 0%, #2E363A 100%);
    }

        ul.menu li a:after, ul.menu li span:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            transition: all 0.15s linear;
            -moz-transition: all 0.15s linear;
            -webkit-transition: all 0.15s linear;
            -o-transition: all 0.15s linear;
            background: #1ab5b3;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

ul.menu li a span {
    position: relative;
    z-index: 2;
}

        ul.menu li a:hover:after, ul.menu li span:hover:after,
        ul.menu li a.active:after, ul.menu li span.active:after {
            width: 100%;
        }

div.filter-box {
    border-top: 1px solid #202426;
    border-bottom: 1px solid #1e282b;
    padding: 20px 24px;
}

div.filter-box h3 {
    color: #1ab5b3;
    font-size: 19px;
font-family: Samim;
    font-weight: 300;
    margin: 0 0 10px;
    line-height: 30px;
}

div.filter-box h3 i {
    margin-left: 12px;
}

div.filter-box ul {
    padding: 0;
    margin: 0;
}

div.filter-box ul li a {
    display: inline-block;
    color: #6b7072;
    font-size: 13px;
font-family: Samim;
  font-weight: 300;
    line-height: 24px;
    text-shadow: 0 0 4px #22282b;
    text-decoration: none;
    -webkit-text-shadow: 0 0 3px #22282b;
    -moz-text-shadow: 0 0 3px #22282b;
    -o-text-shadow: 0 0 3px #22282b;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

div.filter-box ul li a:hover,
div.filter-box ul li a.active {
    color: #ffffff;
}

.social-box {
    padding: 28px 24px;
    overflow: hidden;
}

nav.social-icons {
    padding: 0;
    margin: 6px 0;
    float: left;
}

nav.social-icons li:first-child {
    margin-left: 0px;
}
input:focus {
    border-color: #00c36d;
}
nav.social-icons a {
    display: inline-block;
	margin-left: 10px;
    width: 24px;
    height: 24px;
	z-index: 10;
	background-repeat: no-repeat;
    background-size: 24px;
    background-position: 50% 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

nav.social-icons a.facebook {
    background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%233B5998%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M22.08%2032V19.607h4.16l.62-4.83h-4.78v-3.083c0-1.398.388-2.352%202.393-2.352h2.56V5.02c-.443-.058-1.962-.19-3.728-.19-3.688%200-6.213%202.25-6.213%206.385v3.562h-4.17v4.83h4.17V32h4.987z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 100%;
}

nav.social-icons a.twitter {
    background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%2355ACEE%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%208.557c-.884.39-1.833.656-2.828.775%201.017-.608%201.798-1.573%202.166-2.725-.953.567-2.006.976-3.13%201.194-.896-.953-2.176-1.55-3.593-1.55-2.72%200-4.924%202.205-4.924%204.924%200%20.387.048.763.13%201.125-4.09-.21-7.72-2.17-10.15-5.15-.42.727-.665%201.574-.665%202.477%200%201.71.87%203.214%202.19%204.1-.806-.027-1.564-.25-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086.63%201.956%202.447%203.38%204.6%203.42-1.685%201.318-3.808%202.107-6.114%202.107-.398%200-.79-.023-1.175-.068%202.18%201.396%204.768%202.213%207.55%202.213%209.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%2F%3E%3C%2Fsvg%3E);
	background-size: 100%;
}

nav.social-icons a.instagram {
    background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E4405F%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M16%206.162c3.204%200%203.584.012%204.85.07%201.17.053%201.804.25%202.227.413.56.218.96.478%201.38.898.42.42.68.82.898%201.38.164.423.36%201.058.413%202.228.058%201.266.07%201.646.07%204.85s-.012%203.584-.07%204.85c-.053%201.17-.25%201.804-.413%202.227-.218.56-.478.96-.898%201.38-.42.42-.82.68-1.38.898-.423.164-1.058.36-2.228.413-1.266.058-1.646.07-4.85.07s-3.584-.012-4.85-.07c-1.17-.053-1.804-.25-2.227-.413-.56-.218-.96-.478-1.38-.898-.42-.42-.68-.82-.898-1.38-.164-.423-.36-1.058-.413-2.228-.058-1.266-.07-1.646-.07-4.85s.012-3.584.07-4.85c.053-1.17.25-1.804.413-2.227.218-.56.478-.96.898-1.38.42-.42.82-.68%201.38-.898.423-.164%201.058-.36%202.228-.413%201.266-.058%201.646-.07%204.85-.07M16%204c-3.26%200-3.668.014-4.948.072-1.277.058-2.15.26-2.912.558-.79.307-1.46.717-2.126%201.384C5.347%206.68%204.937%207.35%204.63%208.14c-.297.763-.5%201.636-.558%202.913C4.014%2012.333%204%2012.74%204%2016c0%203.26.014%203.668.072%204.948.058%201.277.26%202.15.558%202.913.307.79.717%201.46%201.384%202.126.667.667%201.336%201.077%202.125%201.384.762.297%201.635.5%202.912.558%201.28.058%201.69.072%204.948.072s3.668-.014%204.948-.072c1.277-.058%202.15-.26%202.913-.558.79-.307%201.46-.717%202.126-1.384.667-.667%201.077-1.336%201.384-2.125.297-.762.5-1.635.558-2.912.058-1.28.072-1.69.072-4.948s-.014-3.668-.072-4.948c-.058-1.277-.26-2.15-.558-2.913-.307-.79-.717-1.46-1.384-2.126-.667-.667-1.336-1.077-2.126-1.384-.763-.297-1.636-.5-2.913-.558C19.667%204.014%2019.26%204%2016%204z%22%2F%3E%3Cpath%20d%3D%22M16%209.838c-3.403%200-6.162%202.76-6.162%206.162s2.76%206.162%206.162%206.162%206.162-2.76%206.162-6.162S19.402%209.838%2016%209.838zM16%2020c-2.21%200-4-1.79-4-4s1.79-4%204-4%204%201.79%204%204-1.79%204-4%204z%22%2F%3E%3Ccircle%20cx%3D%2222.406%22%20cy%3D%229.594%22%20r%3D%221.44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	background-size: 100%;
}

nav.social-icons a.google {
    background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%23DD4B39%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E);
	background-size: 100%;
}

nav.social-icons a.telegram {
    background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%232CA5E0%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3Cpath%20fill%3D%22%23C8DAEA%22%20d%3D%22M13.275%2024.108c-.655%200-.544-.247-.77-.872l-1.927-6.343%2014.836-8.8%22%2F%3E%3Cpath%20fill%3D%22%23A9C9DD%22%20d%3D%22M13.275%2024.108c.506%200%20.73-.23%201.01-.506l2.7-2.623-3.366-2.03%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22224.037%22%20y1%3D%22-141.216%22%20x2%3D%22224.069%22%20y2%3D%22-141.278%22%20gradientTransform%3D%22matrix%28130.493%200%200%20-109.45%20-29216.758%20-15440.762%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFF7FC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFF%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url%28%23a%29%22%20d%3D%22M13.62%2018.95l8.152%206.025c.93.513%201.602.248%201.834-.864l3.32-15.635c.34-1.362-.52-1.98-1.41-1.576l-19.49%207.51c-1.33.534-1.32%201.276-.242%201.606l5%201.56%2011.58-7.303c.546-.33%201.048-.153.636.212%22%2F%3E%3C%2Fsvg%3E);
	background-size: 100%;
}
nav.social-icons a.android {background: url('../images/android-icon.png') center center no-repeat;    background-size: 100%;}
nav.social-icons a.ios {background: url('../images/ios-icon.png') center center no-repeat;    background-size: 100%;}

nav.social-icons a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

nav.social-icons a i {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

nav.social-icons a.github i {
    color: #000;
}
p.copyright {
    color: #6b7072;
    font-size: 12px;
font-family: Samim;
   font-weight: 300;
    margin-top: 18px;
    line-height: 20px;
}
/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

html{
    height:100%;
	/*direction: rtl;*/
}

body {
    /*background: #fff;*/
	font-size: 14px;
    height: 100%;
}

body.active {
    opacity: 1;
}

#container {
    height: 100%;
    opacity: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

#container.active {
    opacity: 1;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    /*list-style: none;*/
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}

.info-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    z-index: 999;
}

.info-box a.info-toggle {
    float: right;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: rgba(36,176,174,0.9);
    text-decoration: none;
    padding: 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.info-box a.info-toggle i {
    width: 61px;
    height: 61px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 61px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 28px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.info-box a.info-toggle:hover i {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.clear{clear: both;}
.info-content {
    clear: both;
    background: rgba(0,0,0,0.7);
    padding: 20px 18px 4px;
    visibility: hidden;
    width: 285px;
    position: absolute;
    right: 0;
    top: 90px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.info-content.active {
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.info-content ul li {
    color: #fff;
    font-size: 18px;
    line-height: 15px;
font-family: Samim;
   font-weight: 300;
    margin-bottom: 18px;
}

.info-content ul li i {
    font-size: 20px;
    margin-right: 12px;
}

.info-content ul li a {
    color: #fff;
}


/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

#content {
    position: relative;
    /*padding-left: 300px;*/
    height: 100%;
}

.project-post {
    width: 24.99%;
    margin: 0;
    overflow: hidden;
}

.project-post img {
    width: 100%;
}

.project-post .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(36,176,174,0.9);
    text-align: center;
    top: 0;
    left: 0;
    visibility: hidden\0/;
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg) rotateY(-90deg);
    -moz-transform: rotateX(-90deg) rotateY(-90deg);
    -ms-transform: rotateX(-90deg) rotateY(-90deg);
    -o-transform: rotateX(-90deg) rotateY(-90deg);
    transform: rotateX(-90deg) rotateY(-90deg);
}

.project-post:hover .hover-box {
    visibility: visible\0/;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

.nicescroll-rails {
    z-index: 999999!important;
}

.project-title {
    position: relative;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -75px;
}

.project-title h2 {
    color: #fff;
    font-size: 24px;
font-family: Samim;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

.project-title span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
font-family: Samim;
   font-weight: 300;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    margin: 0 0 18px;
}

.project-title a {
    display: inline-block;
    clear: both;
    width: 61px;
    height: 61px;
    border: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.project-title a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.project-title a i {
    color: #fff;
    font-size: 18px;
    line-height: 61px;
}

/*-------------------------------------------------*/
/* =  blog-page
/*-------------------------------------------------*/


.blog-page {
    padding: 12px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.blog-post {
    width: 20%;
    padding: 12px;
}


.blog-post .flexslider {
    margin: 0 !important;
}


.blog-post img {
    width: 100%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.post-content {
    background: #fff;
    padding: 15px 20px;
}

.post-content h2 {
    color: #000;
    font-size: 18px;
font-family: Samim;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 4px;
}

.post-content h2 a {
    color: #000;
}

.post-content p {
    color: #9c9c9c;
    font-size: 13px;
font-family: Samim;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}

.post-tags {
    padding: 15px 20px;
    background: #fff;
    margin: 0;
    border-top: 1px solid #e3e3e3;
}

.post-tags li {
    display: inline-block;
    margin-right: 18px;
}

.post-tags li:last-child {
    margin-right: 0px;
}

.post-tags li a {
    display: inline-block;
    color: #9a9a9a;
    font-size: 13px;
font-family: Samim;
   font-weight: 300;
    text-decoration: none;
    line-height: 22px;
}

.post-tags li a i {
    color: #818181;
    font-size: 14px;
    margin-right: 8px;
}

.link-post .post-content {
    background: #1ab5b3;
    padding: 20px 30px;
    text-align: center;
}

.link-post .post-content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.link-post .post-content a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
font-family: Samim;
   font-weight: 700;
    font-style: italic;
    margin: 0;
}

.video-post iframe {
    display: block;
    width: 100%;
    height: 170px;
    border: none;
    margin: 0;
}

.quote-post .post-content {
    background: #242b2e;
    text-align: center;
    padding: 30px 34px;
}

.quote-post blockquote {
    position: relative;
    border: none;
    color: #fff;
    font-size: 21px;
font-family: Samim;
   line-height: 26px;
    font-style: italic;
    padding: 0;
    margin-bottom: 40px;
}

.quote-post blockquote:after {
    position: absolute;
    width: 23px;
    height: 17px;
    top: 100%;
    margin-top: 12px;
    left: 50%;
    margin-left: -9px;
    background: url('../images/quote.png') center center no-repeat;
}

.quote-post span {
    color: #1ab5b3;
    font-size: 18px;
font-family: Samim;
    font-weight: 300;
    margin: 0;
}

.aside-post .post-content {
    background: #242b2e;
    padding: 18px 25px;
    border-left: 15px solid #1ab5b3; 
}

.aside-post .post-content h2 {
    color: #fff; 
}

.aside-post .post-content p {
    color: #9c9c9c;
    margin-bottom: 0;
}

.photo-post a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61px;
    height: 61px;
    margin-top: -30px;
    margin-left: -30px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    text-decoration: none;
    line-height: 61px;
font-family: Samim;
   font-size: 18px;
    color: #fff;
    font-weight: 300;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    -ms-transform: scale(0.0);
}

.photo-post:hover a {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    outline: none;
}

.blog-page-link {
    display: block;
    margin: 13px auto;
    width: 185px;
    padding: 16px;
    background: #1ab5b3;
    color: #fff !important;
    font-size: 20px;
font-family: Samim;
   font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none!important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-page-link:hover {
    opacity: 0.8;
}

/*-------------------------------------------------*/
/* =  project-page
/*-------------------------------------------------*/

.single-project {
    padding: 30px;
}

.single-box {
    background: #fff;
    overflow: hidden;
}

.single-box-content {
    width: 50%;
    float: left;
    border-right: 1px solid #e5e5e5;
}

.sidebar {
    width: 50%;
    float: left;
    padding: 25px;
}

.project-post-content {
    padding: 25px 30px 30px;
}

.project-post-content h1,
.sidebar h1 {
    color: #000;
    font-size: 24px;
font-family: Samim;
   font-weight: 300;
    margin: 0 0 7px;
    line-height: 30px;
}

.project-post-content p,
.about-section p {
    color: #a3a3a3;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 25px;
    line-height: 30px;
}

.project-text {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.similar-projects h1 {
    margin-bottom: 20px;
}

.similar-projects .project-post {
    width: 49.9%;
}

.sidebar h1 {
    margin-bottom: 17px;
}

.post-info {
    margin-bottom: 26px;
}

.post-info ul li {
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
}

.post-info ul li:first-child {
    padding: 0 0 14px;
}

.post-info ul li span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #1ab5b3;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 14px;
}

.post-info ul li span i {
    color: #1ab5b3;
    line-height: 32px;
    font-size: 12px;
}

.post-info ul li a {
    text-decoration: none;
    display: inline-block;
    color: #848484;
    font-size: 14px;
font-family: Samim;
   font-weight: 300;
    line-height: 32px;
}

.project-gallery ul {
    overflow: hidden;
}

.project-gallery ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.project-gallery ul li a {
    display: inline-block;
    max-width: 78px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.project-gallery ul li a:hover {
    opacity: 0.7;
}

.project-gallery ul li a img {
    width: 100%;
}

.project-gallery {
    margin-bottom: 14px;
}

.project-feature h1 {
    margin-bottom: 5px;
}

.project-feature ul li {
    color: #848484;
    font-size: 14px;
font-family: Samim;
    font-weight: 300;
    line-height: 32px;
}

.project-feature ul li:before {
    content: '\f00c';
font-family: Samim;
   margin-right: 8px;
}

/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/

.tags-box {
    margin-bottom: 16px;
}

.tags-box ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

.tags-box ul li a {
    display: inline-block;
    color: #a3a3a3;
    font-size: 13px;
font-family: Samim;
   font-weight: 300;
    padding: 9px 17px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #dbdbdb;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.tags-box ul li a:hover {
    color: #1ab5b3;
    border: 1px solid #1ab5b3;
}

.archives-sidebar ul li a {
    display: inline-block;
    color: #848484;
    font-size: 14px;
font-family: Samim;
   font-weight: 300;
    text-decoration: none;
    line-height: 28px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.archives-sidebar h1 {
    margin-bottom: 5px;
}

.archives-sidebar ul li a:hover {
    color: #000;
}

.comment-section h1 {
    margin-bottom: 15px;
}

.comment-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-box img {
    float: left;
    max-width: 80px;
}

ul.depth {
    margin-left: 100px;
}

ul.depth li {
    position: relative;
}

ul.depth li:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 0;
    left: -60px;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.comment-content {
    padding-left: 100px;
}

.comment-content h6 {
    color: #3c3c3c;
    font-size: 14px;
font-family: Samim;
   font-style: italic;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: -4px 0 7px;
    padding-bottom: 4px;
}

.comment-content h6 span {
    color: #d1d1d1;
    font-style: normal;
}

.comment-content p {
    color: #a3a3a3;
    line-height: 26px;
}

/*-------------------------------------------------*/
/* =  about-page
/*-------------------------------------------------*/

.about-page {
    padding: 30px;
}

.about-box {
    background: #fff;
    overflow: hidden;
}

.about-content {
    width: 50%;
    float: left;
    padding: 30px 30px 0;
    border-right: 1px solid #e5e5e5;
}

.about-section > img {
    width: 100%;
    margin-bottom: 20px;
}

.about-section h1 {
    color: #000;
    font-size: 24px;
font-family: Samim;
   font-weight: 300;
    margin: 0 0 5px;
    line-height: 30px;    
}

.about-section {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.last-section {
    border: none;
    margin: 0;
}

.last-section h1 {
    margin-bottom: 20px;
}

.team-post {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team-post img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26,181,179,0.9);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    overflow: hidden;
}

.team-post:hover .team-hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.team-data {
    position: relative;
    top: 50%;
    margin-top: -16px;
}

.team-post h3 {
    color: #fff;
    font-size: 16px;
font-family: Samim;
  line-height: 16px;
    text-transform: uppercase;
    margin: 0;
}

.team-post span {
    color: #fff;
    font-size: 13px;
font-family: Samim;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
}

.skills-progress {
    margin-bottom: 30px;
}

.skills-progress p {
    color: #000000;
    font-size: 13px;
font-family: Samim;
   font-weight: 300;
    line-height: 26px;
    clear: both;
    margin-bottom: 0px;
}

.skills-progress p span {
    font-size: 14px;
    float: right;
}

.meter { 
    height: 33px;  /* Can be anything */
    position: relative;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 12px;
}

.meter > span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url('../images/skills-pattern.png');
}

.client-test {
    overflow: hidden;
}

.client-test img {
    float: left;
    max-width: 80px;
    margin-right: 24px;
}

.client-test h3 {
    color: #fff;
    font-size: 15px;
font-family: Samim;
  font-style: italic;
    padding: 27px 25px;
    margin: 0;
    margin-left: 80px;
    line-height: 26px;
    background: #1ab5b3;
}

.testimonialpa {
   font-weight: bold; 
   font-size: 12px;
}
.testimonial p {
    color: #a3a3a3;
    font-size: 14px;
    font-family: Samim;
    background-color: #fdfdfd;
    border-radius: 5px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding: 16px 30px;
    border: 1px solid #ececec;
}

.testimonialprice {
    color: #a3a3a3;
    font-size: 12px;
    font-family: Samim;
    /*background-color: #fdfdfd;*/
    border-radius: 5px;
    font-weight: 300;
    line-height: 18px;
    /*margin-bottom: 3px;*/
    text-align:center;
    /*padding: 16px 30px;*/
    /*border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;*/
}

.testimonial {
    background: #fff;
	margin-bottom: 10px;    
}
.skills-progress h1 {
    margin-bottom: 6px;
}

.services h1 {
    margin-bottom: 6px;
}

.services ul li a {
    display: inline-block;
    color: #848484;
    font-size: 14px;
font-family: Samim;
   font-weight: 300;
    line-height: 28px;
    text-decoration: none;
}

.services ul li {
    position: relative;
    padding-left: 11px;
}

.services ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #848484;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    top: 12px;
    left: 0;
    margin-right: 7px;
    position: absolute;
}

/*-------------------------------------------------*/
/* =  contact-page
/*-------------------------------------------------*/

.contact-page {
    padding-top: 30px;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
}

.contact-box {
    position: relative;
    z-index: 3;
    margin: 0 30px 30px;
    padding: 30px;
    background: #fff;
    max-width: 780px;
    overflow: hidden;
}

.contact-info {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.contact-box h1 {
    color: #000000;
    font-size: 24px;
font-family: Samim;
   font-weight: 300;
    line-height: 26px;
    margin: 0 0 10px;
}

#contact-form h1,
.comment-form h1 {
    margin: 0 0 20px;
}

.contact-info p {
    color: #a3a3a3;
    font-size: 18px;
font-family: Samim;
   font-weight: 300;
    line-height: 30px;
    margin: 0 0 20px;
}

#contact-form {
    overflow: hidden;
}

.text-fields {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.submit-area {
    float: right;
    width: 50%;
}

.comment-form {
    overflow: hidden;
}

.float-input {
    position: relative;
    padding-left: 58px;
}

.float-input span {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 1px solid #eaeaea;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
}

.float-input span i {
    line-height: 32px;
    font-size: 12px;
    color: #1ab5b3;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #1ab5b3;
    margin-top: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="text"],
#contact-form textarea,
.comment-form input[type="text"],
.comment-form textarea {
    color: #848484;
    font-size: 14px;
font-family: Samim !important;
    border: 1px solid #eaeaea;
    border-left: none;
    font-weight: 300;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 18px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  
}

#contact-form input[type="text"]:focus + span i,
.comment-form input[type="text"]:focus + span i {
    color: #fff;
    background: #1ab5b3;
}

#contact-form textarea,
.comment-form textarea {
    height: 126px;
    border: 1px solid #eaeaea;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
font-family: Samim !important;
   font-weight: 300;
    padding: 19px;
    background: #1ab5b3;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

#contact-form .message,
.comment-form .message {
    height:20px;
    font-size:13px;
font-family: Samim !important;
    float: none;
    margin-top: 5px;
}

#contact-form .message.error,
.comment-form .message.error {
    color:#eb2c06;
}

#contact-form .message.success,
.comment-form .message.success {
    color:#1e9397;
}
.text-overflow  
{  
      
    overflow:hidden;  
    text-overflow : ellipsis;  
    white-space:Nowrap;  
  
}
/*@media(max-width:768px){    #divsearch{display:none;}
}*/
@media(max-width:500px){

	 /*#region deatails */
	 .LblRange{margin:29px 13px -10px 1px !important;}

	#Stage_jbeeb_3 {
		width: 71% !important;
	}

		.divaAddLike {
		margin: -74px 84px 1px 1px !important;
	}
	.divaddcart {
		margin: -284px 276px 1px 1px !important;
	}

	.Percent1 {
		margin: 29px 165px -8px 2px !important;
	}

	.divstar {
		margin: 80px 144px 1px 1px !important;
	}
	#filfooter{  width: 79% !important;
  margin: 0 38px 0 0!important;}
		.map_canvas {
		width: 263px !important;
	}
	/*enddeatials*/
	/*#endregion */
}

/*@media (min-width: 900px) {
  .col-lg-3 {
    width: 19.4%!important;
  }
}*/
 .Expert {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #00c36d url("/Content/UI/images/index.png") no-repeat center 55%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    background-size: 28px;
    border: none;
}
 a.order {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	left: 20px;
	bottom: 20px;
	background: #007ee5 url("/Content/UI/images/agahi-icon.png") no-repeat center 50%/30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a.whatsapp {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    left: 70px;
    bottom: 20px;
    background: #ffffff url("/Content/UI/images/whatsapp.png") no-repeat center 50%/30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
span.menuplus {
    /*display: none;*/
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 20px;

    background: #ffffff url("/Content/UI/images/menu.png") no-repeat center ;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a.order:hover {
    background: #00c36d url("/Content/UI/images/whatsappb.png") no-repeat center 49%;
    background-size: 70%;
}

 a.chat {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	left: 20px;
	bottom: 65px;
	background: #007ee5 url("/Content/UI/images/chat-hover.png") no-repeat center 50%/33px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a.order:hover {
    background: #00c36d url("/Content/UI/images/plus-icon.png") no-repeat center 49%;
    background-size: 70%;
}
a.chat:hover {
    background: #00c36d url("/Content/UI/images/chat-icon.png") no-repeat center 49%;
    background-size: 70%;
}
@media (min-width: 1354px) {
            /*.col-lg-3h{width:19.3%!important;float:left;}*/
            #mrgcol3{ margin: 3px 10px 4px 15px!important;}

}
@media (min-width: 1024px){
  a.car:nth-child(3n-1) #postbooklist {
    width: 32%;
    margin-left: 7px;
    margin-right: 7px;
}
    a.car:nth-child(3n-1) #postbooklistAdv {
    width: 32%;
    margin-left: 7px;
    margin-right: 7px;
}
  
}
@media (min-width: 767px) and (max-width:1354px) {
            /*.col-lg-3h{width:19.3%!important;float:left;}*/
                        #mrgcol3{ margin: 3px 1px 4px 21px!important;}

}      @media (min-width: 750px) and (max-width:767px) {
              /*.col-lg-3h{width:25%!important;float:left;}*/
                          #mrgcol3{ margin: 3px 1px 4px 21px!important;}

}
   @media (min-width: 650px) and (max-width:750px) {
            /*.col-lg-3h{width:33%!important;float:left;}*/
                        #mrgcol3{ margin: 3px 1px 4px 21px!important;}

}
@media (min-width: 450px) and (max-width:650px) {
             /*.col-lg-3h{width:50%!important;float:left; }*/
                         #mrgcol3{ margin: 3px 1px 4px 21px!important;}

}


@media(max-width:440px){
	   /*.karsenasi-box .icon{display:none !important;}*/

         /*.col-lg-3h{width:100%!important;margin:0px!important}*/
                                  #mrgcol3{ margin:0px!important;}

}
@media(max-width:400px){
        /*.col-lg-3h{width:100%!important;margin:0px!important}*/
                                          #mrgcol3{ margin:0px!important;}

}

@media(max-width:360px){
    /*.col-lg-3h{width:100%!important;margin:0px!important}*/
                                      #mrgcol3{ margin:0px!important;}

}

@media(max-width:340px){
     /*.col-lg-3h{width:100%!important;margin:0px!important}*/
                                       #mrgcol3{ margin:0px!important;}

}

@media (max-width: 320px) {
   /*.col-lg-3h{width:100%!important;margin:0px!important}*/
                                     #mrgcol3{ margin:0px!important;}


}

/*///////////////////////////نمایش نتیجه کارشناسی////////////*/
#btnpr {
    background: #00c36d none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

#btntosie {
    /*background: #eaeaea ;*/
    color: white;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    text-shadow: 0 0 6px red; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px red;
    -webkit-text-shadow: 0 0 2px red;
}


.hit-the-floor {
    text-align: center;
}
#divtblprice {
    background-image: url('https://carap.ir/Content/UI/images/3333.jpg');
    padding: 12px 18px;
}

.hit-the-floor {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    font-family: Helvetica;
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
    text-shadow: 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 0px 0px rgba(0,0,0,.15);
}
#thtable {
    text-align: center;
    vertical-align: middle;
}

#thtableMoshavere {
    text-align: right;
    vertical-align: middle;
  
}
#tdtableMoshavere {
    text-align: right;
    vertical-align: middle;
    color: #007ee5;
   
}
.rpbarghasht {
    background: #00c36d none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 20%;
}
/*////////////////////////////////////////////////hanafi codes start//////////////////////////////////////////////////////////////////*/
.field-validation-error {
    /*display: inline !important;*/
    background-color: #ffe13a;
    color: #787878;
    position: static;
    border-color: #ffe13a;
    border-style: solid;
    border-width: 1px;
    padding: 0 10px 1px 6px;
}




    .navbar {
        margin-bottom: 0;
    }
.navbar-inverse {
    background: #ffffff;
    border-bottom: 2.5px solid #00c36d !important;
    width: 100%;
    direction: rtl;
    border: none;
    border-radius: 0;
    
}
.navigation {
    background: #fff;
	width: 100%;
    border-top: 1px solid #eff0f2;
    border-bottom: 1px solid #e3e4e5;
    height: 50px;
    margin-bottom: 10px;
}
#social a {
    text-decoration: none;
}
.btn:hover {
    background-color: #00c36d !important;
    color: #fff;
}
nav.navigation li {
	float: right;
    position: relative;
    border-radius: 5px;
    list-style: none;
    height: 36px;
    padding: 4px 15px;
}
    nav.navigation li:hover {
        background-color: #00c36d;
    }
h2 a {color: #007ee5 !important;}
nav.navigation li:hover a{color: #fff;}
.dropdown-menu{left:10px;}
ul.dropdown-menu li {
    float: none;
    text-align: right;
}
nav.navigation .dropdown-menu li:hover {
    background-color: #00c36d;
}
nav.navigation .dropdown-menu li a,nav.navigation .dropdown-menu li pan {
    color: #000;
}
nav.navigation .dropdown-menu li:hover a {
    color:#FFF;
}
ul.dropdown-menu.acount > li > a {
    padding: 0 !important;
}
nav.navigation .dropdown-menu li {
    margin: 0 5px;
}
.k-dropdown .k-input,.k-dropdown .k-state-focused .k-input,.k-menu .k-popup{color:#000!important;}
.k-multiselect-wrap .k-input{float:right!important;}
.k-widget .k-input {font-size: 12px !important;}
#bodyui{overflow-x: hidden; overflow-y: scroll; /*background: #FFF!important;*/}
.container-fluid {max-width: 1200px;margin: 0 auto;    margin-top: 10px;}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.car{margin: 0 !important;text-decoration:none}
#postbooklist{background-color: #FFF; float: right; margin: 3px 0px 4px 0px;
display: block;
overflow: hidden;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
	#postbooklistAdv{
        background-color: #FFF; float: right; height: 198px; margin: 3px 0px 4px 0px;
    display: block;
    padding: 10px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

	}
.btn-submit	{color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: #239fdb;
    border: 1px solid #1682b6;}
	
.btn-submit:hover {
    background-color: #2ca8e4;
}
#postbooklist, #postimg {padding:0;}
#postbooklist .details{float:right;width:49%}
#postbooklistAdv .details{float:right;width:100%}
#postbooklistAdv .details2{
    float: right;
    width: 49%
}
.row.title {
    margin: 0;
}


#postbooklist .img-car{ float: left; margin-left: -15px; width: 51%;}
#postbooklist .img-car #imgbooklist{opacity: 1; visibility: visible; height: 138px; margin: 0 15px;float:left;}
#postbooklist .desc{border-color: #eee; border-top: thin solid #eee; border-width: thin; width: 100%;float:right;padding-top: 4px;}
#postbooklist .desc .info{color: #666; width: 100%; margin: 5px 0 -5px -4px; font-size:14px!important;}
#postbooklist .price{border-color: #eee; border-top: thin solid #eee; border-width: thin; width: 100%;float:right}
#postbooklist .price a{color: #919191; margin-left: 6px;}
#postbooklist .price b{color: #eee; font-weight: bold;}
#postbooklist .price c{color: #a62626;float:left;}
    #postbooklist .price d {
        color: #00c36d;
        float: left;
    }
#postbooklist:hover {
    border: 1px solid #00c36d !important;
}

.details .title{height: 35px; margin: 0px 7px 0px 0px;}
.details2 .karkerd {
    
    margin: 13px 0px 0px 0px;
}
.details2 .loc{ margin: 0px 0px 0px 0px;}

.details2 .loc > span{float: right; margin-left: 0.4em;  overflow: hidden; color: slategrey; }
#spantipcarmodel{font-size: 14px; color: #666; font-weight: bolder; margin: 0; padding: 5px 0 0 5px; text-align: right; text-overflow: ellipsis; width: 100%;}
.details2 .date{position: static; margin: 13px 0px 0px 0px}
.details2 .date > span{display: inline-block; margin: 0; padding: 0; white-space: nowrap;}
#postbooklistAdv .img-car{ float: left; margin-left: -13px; width: 138px;}
#postbooklistAdv .img-car #imgbooklist{opacity: 1; visibility: visible; height: 135px; margin: -13px 15px;float:left;}
#postbooklistAdv .desc{width: 100%;float:right}
#postbooklistAdv .desc .info{color: #666; width: 100%; margin: 5px 0 3px -4px; font-size:14px!important; cursor: auto;}
#postbooklistAdv .price{ width: 100%;float:right;margin-top: 10px;}
#postbooklistAdv .price a{color: #919191; margin-left: 6px;}
#postbooklistAdv .price b{color: #eee; font-weight: bold;}
#postbooklistAdv .price c{color: #a62626;float:left;}
    #postbooklistAdv .price d {
        color: #00c36d;
        float: left;
    }
#postbooklistAdv:hover {
    border: 1px solid #00c36d !important;
}

@media screen and (max-width:320px) {
    #postbooklistAdv .img-car {

        width: 51%;
    }
        #postbooklistAdv .img-car #imgbooklist{
            height: 120px;
        }
}


    .price span.a, .price span.b {
        font-size: 18px !important;
        font-weight: bolder;
        color: #333333;
    }

    .btn .glyphicon {
        font-size: 13px;
        margin-left: 5px;
    }

    .btn:hover .icon-Starrnoexist span, .btn:hover .icon-Starrnoexist:before,
    .btn:hover .icon-Starr span, .btn:hover .icon-Starr:before {
        color: #fff !important;
    }

    #divdetalstwo {
        position: -webkit-sticky;
        position: sticky;
        /*top: 10px;*/
    }

    #divdetalstwo {
        /*margin-bottom: 20px;*/
    }

    .tip {
        position: relative;
        display: inline-block;
    }

        .tip .tooltiptext::after {
            content: " ";
            position: absolute;
            bottom: 95%; /* At the top of the tooltip */
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #00c36d transparent;
        }

        .tip .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: #00c36d;
            color: #fff;
            text-align: center;
            font-family: Samim;
            font-size: 10px;
            direction: rtl;
            padding: 5px 0;
            border-radius: 6px;
            position: absolute;
            z-index: 100;
            top: 120%;
            left: 50%;
            margin-left: -60px;
        }

        .tip:hover .tooltiptext {
            visibility: visible;
            z-index: 100;
        }

    .fav {
        font-family: Samim;
        float: left;
        padding: 7px;
    }

    button.fav-btn {
        background: none;
        border: 1px solid #eee;
        border-radius: 5px;
    }

        button.fav-btn:hover {
            background-color: #f9f9f9;
        }
#carsearch {
    direction: rtl;
    /*margin: 0 0 10px 0;*/
    background-color: #FFF;
    overflow: hidden;
    /* background-image: url(../images/car.png); */
    background-repeat: no-repeat;
    background-position: 0 60%;
    background-size: 22%;
    position: relative;
    padding: 0 8px;
    /*border: 1px solid #ebeced;
    -ms-border-radius: 4px;
    border-radius: 4px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-bottom: 20px;*/
}

        .legend, #carsearch legend {
            border-color: #dddddd;
            border-radius: 3px;
            position: relative;
            border-style: solid;
            border-width: thin;
            font-size: 14px;
            margin-bottom: 6px !important;
            padding: 15px;
            color: #fff;
            background-color: #007ee5;
            margin: 0;
            text-align: center;
        }

    .container {
        padding: 25px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #nav-toggle {
        display: none;
        float: left;
        cursor: pointer;
        top: 0;
        font-size: 30px;
        right: 1em;
        padding: 0 1em;
    }

    .pricebtn {
        display: none;
    }

    #nav-toggle span:before {
        content: "\e056";
        font-family: 'Glyphicons Halflings';
        display: inline-block;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    @media (min-width: 991px) {
        /*a.order {width: 50px;height: 50px;background-size: 35px;}*/
        /*a.chat {width: 50px;height: 50px;background-size: 35px;bottom: 87px;}*/
        .navigation {
            display: block !important;
        }

        #gal1 a img {
            height: 45px !important;
        }

        .zoom-left #gal1 {
            width: 328px !important;
            margin-left: 7px !important;
        }

        .socia2 {
            display: none;
        }
    }

    @media (max-width: 991px) {
        nav.social-icons a {
            width: 30px;
            height: 30px;
        }

        .socia {
            display: none;
        }

        .socia2 {
            display: block;
            width: 100%;
        }

            .socia2 div {
                width: 300px;
                margin: 0 auto;
            }

            .socia2 a {
                margin-left: 0px !important;
            }

        #nav-toggle {
            display: block;
        }

        nav.social-icons a {
            margin-right: 10px;
        }

        .zoomContainer {
            display: none;
        }

        .pricebtn {
            display: block;
        }

        #pricebtn {
            display: none;
        }

        a.back-to-top {
            display: none !important;
        }

        .navigation {
            padding: 0 15px;
            display: none;
            height: 160px;
        }

        nav.navigation li a, nav.navigation li span {
            width: 100%;
            margin-bottom: 2px;
            text-align: center;
            float: right;
        }

        nav.navigation li {
            float: none;
            background-color: #00c36d;
            margin-top: 2px;
        }

            nav.navigation li a, nav.navigation li span {
                color: #FFF
            }

        nav.navigation .dropdown-menu li a, nav.navigation .dropdown-menu li span {
            color: #FFF
        }

        nav.navigation .dropdown-menu li {
            width: 98.5%;
            margin-bottom: 5px;
        }

        nav.navigation li:hover {
            background-color: #6a8c01;
        }

        #lgh h1 {
            margin: 0 auto;
            width: 231px;
        }
    }

    #bookListDiv {
        margin: 0 -15px;
    }


    @media (max-width: 768px) {
        .call .tel .phone {
            font-size: 16px !important;
        }

        .similar {
            width: 50% !important;
            float: right;
        }

        .related {
            width: 50% !important;
            float: right;
        }
    }

    @media (min-width: 760px) and (max-width: 1110px) {
        .similar {
            width: 33.3% !important;
        }

        .related {
            width: 33.3% !important;
        }
    }

    @media (max-width: 491px) {
        .similar {
            width: 100% !important;
            height: 335px !important;
            float: right;
            margin: 5px !important;
        }

        .related {
            width: 100% !important;
            float: right;
            margin: 5px !important;
        }
        /* .similar img{ height: initial !important;} */

        .dropdown-menu li {
            margin: 2px !important;
        }




        nav.navigation {
            margin-top: -3px;
        }

        .col-lg-6 h4 {
            font-size: 14px !important;
            margin-top: 72px !important;
        }

        #login .btn {
            width: 237px !important;
        }

        #bodyui .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
            border-style: none !important;
        }

        #User_Username {
            margin-bottom: 4px;
        }

        #User_Password {
            margin-bottom: 4px;
        }

        #register .btn.btn-default {
            width: 237px !important;
        }



        .similar h2 {
            height: 17px;
        }

        #divdetalsfirst {
            margin: 0px;
            padding: 0px;
        }

        #divdetalstwo {
            padding: 0px;
        }



        /*#ullistcity {
            width: 297px !important;
            margin-right: 7px;
        }



        input#PriceString {
            width: 218px !important;
        }

        input#FunctionCarString {
            width: 218px !important;
        }

        #DiscountInsurance {
            width: 218px !important;
        }

        textarea#Description {
            width: 280px !important;
        }

        input#Email {
            margin-right: -15px;
        }*/

        .container {
            padding: 0px !important;
        }

        input#Title {
            width: 218px !important;
        }

        input#PhoneNumber {
            margin-right: 1px !important;
            font-family: Samim !important;
        }

        .col-lg-5 label {
            margin-right: -15px;
        }

        span.k-widget.k-dropdown.k-header {
            width: 218px;
        }


        .col-lg-10.col-md-10.col-xs-12.col-sm-12 {
            margin-right: -24px !important;
        }

        .telll {
            margin-right: -15px !important;
        }

        .btn:hover {
            background-color: #668800 !important;
        }

        .pii li {
            font-size: 18px !important;
        }

        .pii fieldset {
            padding: 0px !important;
        }

        .col-lg-6 h3 {
            font-size: 20px !important;
            text-align: center !important;
        }

        nav.navigation li:hover {
            background-color: #668800 !important;
        }

        input.submit-btn {
            width: 203px !important;
        }

        input.btn.btn-submit {
            margin-bottom: 8px !important;
        }

        #imgnozoom {
            margin-bottom: 5px !important;
        }
    }




    @media (max-width: 479px) {
        #imgbooklist {
            /*width: 100%;*/
            /*height: 200px;*/
        }
    }

    /*div#postimg {
    background-color: #eeeeee;
}
*/

    @media (max-width: 320px) {

        #ullistcity {
            width: 220px !important;
            margin-right: -10px;
        }

        ul#ullistcity li {
            width: 62px !important;
        }

        .open .dropdown-menu {
            width: 244px !important;
        }



        .multiselect-container label {
            font-size: 11px;
            margin-right: -16px !important;
        }

        .row.container {
            width: 100%;
            margin-left: 0px !important;
        }

        .img-responsive {
            display: block;
            max-width: 100%;
            margin-left: 17px;
            margin-top: 1px;
        }

        .row.container h2 {
            text-align: center;
            font-size: 18px;
            margin-bottom: -8px !important;
        }

        .row.container p {
            font-size: 13px !important;
            text-align: justify;
        }

        .col-lg-8 legend {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .col-lg-8 fieldset {
            padding: 0px 0px 0px 0px !important;
        }

        .col-lg-8 li {
            font-size: 10px !important;
            margin-right: -20px !important;
            padding: 2px;
        }

        .col-lg-6 h3 {
            font-size: 14px;
        }

        input#PriceString {
            width: 218px !important;
        }

        input#FunctionCarString {
            width: 218px !important;
        }

        #DiscountInsurance {
            width: 218px !important;
        }

        textarea#Description {
            width: 232px !important;
        }

        input#Email {
        }

        input#PhoneNumber {
            margin-right: 0px !important;
            font-family: Samim !important;
        }

        .container {
            padding: 0px !important;
        }

        input#Title {
            width: 218px !important;
        }

        .col-lg-10.col-md-10.col-xs-12.col-sm-12 {
            margin-right: -24px !important;
        }

        .col-lg-6 h4 {
            font-size: 14px !important;
            margin-top: 68px !important;
        }

        #bodyui .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
            border-style: none !important;
        }

        #User_Username {
            margin-bottom: 4px;
        }

        #User_Password {
            margin-bottom: 4px;
        }




        .col-sm-3.col-xs-12.similar {
            max-height: 330px;
        }

        input#PhoneNumber {
            margin-right: 0px !important;
            font-family: Samim !important;
        }

        .telll {
            margin-right: -15px !important;
        }

        .btn:hover {
            background-color: #668800 !important;
        }


        .pii li {
            font-size: 18px !important;
        }

        .pii fieldset {
            padding: 0px !important;
            margin-top: 0px !important;
        }

        .col-lg-6 h3 {
            font-size: 18px !important;
            text-align: center !important;
            margin-right: 0px !important;
        }

        nav.navigation li:hover {
            background-color: #668800 !important;
        }

        input.submit-btn {
        }

        input.btn.btn-submit {
            margin-bottom: 8px !important;
        }

        #imgnozoom {
            margin-bottom: 5px !important;
        }





        input#btnsave {
            font-size: 18px;
        }


        a.btn.btn-default {
            font-size: 18px;
        }


        .dropdown-menu.acount {
            margin-top: 2px !important;
        }

        .col-sm-3.col-xs-12.similar {
            max-height: 330px;
            height: 335px !important;
            margin-right: 25px !important;
            width: 80% !important;
        }

        #postbooklist .desc .info {
            font-size: 9px;
        }
    }






    /*bdan*/

    .similar h2 {
        height: 17px;
        margin-top: 3px !important;
    }

    #divdetalsfirst {
        margin: 0px;
        padding: 0px;
    }




    #ullistcity {
        width: 390px;
    }





    textarea#Description {
        width: 400px;
    }

    input#Email {
        margin-right: -15px;
    }

    .container {
        padding: 0px !important;
    }

    input#Title {
        width: 218px !important;
    }

    input#PhoneNumber {
        font-family: Samim !important;
    }

    .col-lg-5 label {
        margin-right: -15px;
    }

    span.k-widget.k-dropdown.k-header {
        width: 218px;
    }

    .col-lg-10.col-md-10.col-xs-12.col-sm-12 {
        margin-right: -25px;
    }

    .col-lg-6 h4 {
        font-size: 14px;
        margin-top: 60px;
    }

 


    #Description:hover {
        border-color: #00c36d;
    }

    span.k-widget.k-combobox.k-header {
        width: 218px;
        margin-bottom: 7px;
    }

    #post-info-box {
        margin-bottom: 10px;
        overflow: hidden;
        padding: 9px;
        border: 1px solid #eee;
        background-color: #f9f9f9;
        border-radius: 5px;
        box-shadow: 0 0 1px #f7f7f7;
        position: relative;
    }

    .table-bordered {
        background-color: #fff;
    }

    .similar h2, .related h2 {
        font-size: 13px;
        font-weight: bolder;
        margin: 0;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        padding: 0 5px;
    }

    .related .thumbnail {
        background-color: #f9f9f9;
    }

    .related h2 {
        height: 25px;
        line-height: 17px;
        padding-top: 7px;
    }

    .similar h2 {
        height: 33px;
        border-bottom: 1px solid #eee;
        padding: 5px;
        line-height: 18px;
    }

    .date, .description {
        font-size: 11px;
    }

    .related {
        margin-bottom: 10px;
    }

    .similar .desc label {
        height: 20px;
        overflow: hidden;
        font-size: 10px;
        height: 30px;
    }

    .similar img {
        width: 100%;
        height: 180px;
    }

    .head-title {
        background: #f5f6f7;
        border-bottom: 1px solid #eee;
        color: #666;
        height: 40px;
        border: 1px solid #ddd;
        padding: 5px 12px;
        border-radius: 5px;
        margin: 10px 5px;
        font-size: 20px;
    }

    .thumbnail {
        line-height: 2.5;
        padding: 10px
    }

    .similar, .related {
        padding-right: 5px;
        padding-left: 5px;
    }

    .btn.submit_contact:active {
        background-color: #668800 !important;
    }

    .pii fieldset {
        padding: 0 38px 15px 35px;
    }

    .col-lg-6 h3 {
        /*margin-right: 83px;*/
    }

    .dropdown-menu {
        padding: 0px 0 !important;
    }

    div#limenosend {
        margin-bottom: -3px;
    }

    .eemail input#Email {
        margin-right: 0px !important;
    }

    textarea#Body:hover {
        border-color: #00c36d;
    }


    @media(max-width:440px) {

        input#btnsave {
            font-size: 18px;
            /*  width: 242px ; */
            margin-bottom: 30px;
            margin-top: 20px;
        }


        input.btn.btn-default {
            width: 305px;
            font-size: 18px;
        }

        .col-lg-6 h4 {
            font-size: 14px;
            margin-top: 70px !important;
        }



        .open .dropdown-menu {
            width: 338px;
        }

        .form-control {
            margin-bottom: 7px;
        }

        nav.navigation {
            margin-top: -3px;
        }

        ul.dropdown-menu.acount {
            margin-top: 2px;
        }
    }

    .twitter .tooltiptext {
        display: none;
    }

   

    .multiselect-container label {
        font-size: 15px;
    }

    /*input[type="checkbox"] {
        margin-left: 4px;
    }*/

    #spantipcarmodel {
        margin-right: 5px;
    }

    #thminmobile {
        /* margin-right: 7px!important;*/
    }

    @media (max-width: 1199px) and (min-width: 992px) {

        input.btn.btn-default {
            width: 450px;
        }

        #spanbtnsendadver {
            font-size: 16px !important;
        }

        #limenosend .btn {
            width: 184px !important;
        }
    }

    /*  ------------------ */
    @media (max-width: 491px) {
        .similar {
            width: 70% !important;
            height: 285px !important;
            float: none;
            margin-right: 50px !important;
        }

        #postbooklist .desc .info {
            font-size: 13px !important;
        }

        input.submit-btn {
            margin-right: 48px;
        }

        label.info {
            font-size: 11px;
        }
    }


    /*  ------------------ */

    .telll {
        margin-right: -15px;
    }




    .price .a {
        font-size: 12px;
    }

    label.info {
        /*height: 24px;*/
        overflow: hidden;
        font-size: 11px;
    }


    .k-i-close {
        display: none !important;
    }
    /*.k-list k-reset {
            overflow-y:auto!important;
    }*/

    a.navbar-brand {
        background-repeat: no-repeat;
    }

    #divbtn {
        background: rgba(182,194,114,1);
        background: -moz-linear-gradient(top, rgba(182,194,114,1) 0%, rgba(126,145,22,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,194,114,1)), color-stop(100%, rgba(126,145,22,1)));
        background: -webkit-linear-gradient(top, rgba(182,194,114,1) 0%, rgba(126,145,22,1) 100%);
        background: -o-linear-gradient(top, rgba(182,194,114,1) 0%, rgba(126,145,22,1) 100%);
        background: -ms-linear-gradient(top, rgba(182,194,114,1) 0%, rgba(126,145,22,1) 100%);
        background: linear-gradient(to bottom, rgba(112, 144, 10, 0.54) 0%, rgb(126, 167, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6c272', endColorstr='#7e9116', GradientType=0 );
        padding-top: 12px;
        display: inline-block;
        padding-bottom: 12px;
        border-radius: 5px;
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 11px;
    }

        #divbtn a {
            color: white;
            padding: 15px;
            margin: 0px !important;
        }

            #divbtn a:hover {
                text-decoration: none;
            }

    /*#spantipcarmodel .car {
    padding-bottom: 138px;
    padding-left: 230px;
}*/

.navbar-brand {
    background-image: url(https://primacar.ir/Content/UI/images/171.png);
    height: 38px;
    width: 100px;
    background-size: contain;
    color: transparent;
    float: right;
    margin-top: 7px;
    float: right;
    margin-left: 20px;
}

    @media (max-width:390px) {
        .Expert {
            display: block
        }
    }

    @media (min-width:1200px) {
        .Expert {
            display: none !important
        }

        #mobbtn {
            display: none !important
        }

        #mobbtn2 {
            display: none !important
        }

        span.menuplus {
            width: 120px;
            height: 120px;
            right: 10px;
            bottom: 20px;
            background: url("/Content/UI/images/menulg.png") no-repeat center;
           
        }

    }

    img#imgbooklist {
        display: inline-block;
        width: 220px;
        height: 120px;
    }
    /*.pricelist #imgbooklist {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;	
}
*/
    @media (min-width: 1024px) {
        a.car:nth-child(3n-1) #postbooklistSale {
            width: 32%;
            margin-left: 7px;
            margin-right: 7px;
        }
    }

    #postbooklistSale {
        background-color: #FFF;
        float: right;
        height: 528px;
        margin: 3px 0px 4px 0px;
        display: block;
        padding: 10px;
        line-height: 20px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        #postbooklistSale .details {
            float: right;
            width: 100%
        }

        #postbooklistSale .img-car {
            float: left;
            margin-left: -15px;
            width: 100%;
        }

            #postbooklistSale .img-car #imgbooklist {
                opacity: 1;
                visibility: visible;
                height: 222px;
                margin: 0 15px;
                float: left;
            }

        #postbooklistSale .desc {
            border-color: #eee;
            border-top: thin solid #eee;
            border-width: thin;
            width: 100%;
            float: right
        }

            #postbooklistSale .desc .info {
                color: #666;
                width: 90%;
                margin: 5px 0 -5px -4px;
            }

        #postbooklistSale .price {
            border-color: #eee;
            border-top: thin solid #eee;
            border-width: thin;
            width: 100%;
            float: right
        }

            #postbooklistSale .price a {
                color: #919191;
                margin-left: 6px;
            }

            #postbooklistSale .price b {
                color: #eee;
                font-weight: bold;
            }

            #postbooklistSale .price c {
                color: #a62626;
                float: left;
            }

            #postbooklistSale .price d {
                color: #00c36d;
                float: left;
            }

        #postbooklistSale:hover {
            border: 1px solid #00c36d !important;
        }

    #spantipcarmodel {
        margin-right: 5px;
        line-height: 20px;
        max-height: 26px;
        overflow: hidden;
    }
    /*
#thminmobile {
    
    margin-right: 7px!important;
}
*/
    #txtright {
        text-align: right;
    }

    #txtcenter {
        text-align: center;
    }

    .impx-menu-featured {
        width: 100%;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .impx-menu-featured-badge {
        font: 900 16px Samim;
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 1px;
        text-transform: uppercase;
        position: relative;
        padding: 2px 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #969696;
        color: white;
        z-index: 3;
        height: 30px;
    }

    .activemenu {
        background-color: #00c36d;
    }

        .activemenu a {
            color: #fff;
        }



    .viewmorebtn {
        border: none;
        font-size: 18px;
        font-family: 'Samim', tahoma, Arial, sans-serif;
        color: inherit;
        background: none;
        cursor: pointer;
        padding: 25px 80px;
        display: inline-block;
        margin: 15px 30px;
        text-transform: uppercase;
        outline: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .viewmorebtn:after {
            content: '';
            position: absolute;
            z-index: -1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .viewmorebtn:before,
        .icon-heart:after,
        .icon-star:after,
        .icon-plus:after,
        .icon-file:before {
            font-family: 'icomoon';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            position: relative;
            -webkit-font-smoothing: antialiased;
        }

    div#postbooklist .glyphicon {
        color: #00c36d;
        font-size: 11px;
        margin: 0;
        padding-right: 4px;
    }

    .btn-3 {
        background: #007ee5;
        color: #fff;
    }

        .btn-3:hover {
            background: #00c36d;
        }

        .btn-3:active {
            background: #f58500;
            top: 2px;
        }

        .btn-3:before {
            position: absolute;
            height: 100%;
            right: 0;
            top: 0;
            line-height: 3;
            font-size: 140%;
            width: 60px;
        }



    /* Button 3d */
    .btn-3d {
        padding: 25px 120px 25px 60px;
        border-radius: 10px;
    }

        .btn-3d:before {
            background: #fff;
            color: #00c36d;
            z-index: 2;
            border-radius: 0 10px 10px 0;
        }

        .btn-3d:after {
            width: 20px;
            height: 20px;
            background: #fff;
            z-index: 1;
            right: 55px;
            top: 50%;
            margin: -10px -10px 0 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .btn-3d:active:before {
            color: #f58500;
        }

        .btn-3d:active {
            top: 0;
        }

            .btn-3d:active:after {
                left: 60px;
            }

    /* Button 3e */
    .btn-3e {
        /*padding: 25px 60px 25px 120px;*/
        padding: 16px 12px 15px 50px;
        overflow: hidden;
    }

        .btn-3e:before {
            right: auto;
            left: 10px;
            z-index: 2;
        }

        .btn-3e:after {
            width: 38%;
            height: 200%;
            background: rgba(255,255,255,0.1);
            z-index: 1;
            left: 0;
            top: 0;
            margin: -5px 0 0 -35px;
            -webkit-transform-origin: 0 0;
            -webkit-transform: rotate(-20deg);
            -moz-transform-origin: 0 0;
            -moz-transform: rotate(-20deg);
            -ms-transform-origin: 0 0;
            -ms-transform: rotate(-20deg);
            transform-origin: 0 0;
            transform: rotate(-20deg);
        }

        .btn-3e:hover:after {
            width: 48%;
        }

    .k-widget .k-textbox > input, .k-widget .k-autocomplete .k-input, .k-widget .k-picker-wrap .k-input, .k-widget .k-numeric-wrap .k-input, .k-widget .k-dropdown-wrap .k-input, .k-widget .k-selectbox .k-input {
        height: 3.2em;
        line-height: 3.2em;
    }

    #bodyui #Company_Data-list, #bodyui #CarName_Data-list {
        overflow-y: hidden !important;
    }

    span#price {
        font-size: 17px;
        float: left;
        font-weight: 700;
        cursor: pointer;
    }
span#price1 {
    /*background-color: blue;*/
    font-size: 15px;
   
    border-color: #007ee5;
    border-width: 0px;
    border-style: solid;
    float: left;
    font-weight: 700;
    cursor: default;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    margin-top: -36px;
}
span#price2 {
    /*background-color: blue;*/
    font-size: 20px;
    color: #007ee5;
    border-color: #007ee5;
    border-width: 0px;
    border-style: solid;
    float: left;
    font-weight: 700;
    cursor: default;
    height: 35px;
    vertical-align: middle;
    text-align: center;
}
@media screen and (max-width:1000px) {

    span#price1 {
        margin-top: 0px;
    }
}

    ul.head-links li {
        display: inline-block;
    }

    .call-us {
        display: block;
        height: 55px;
    }

        .call-us i {
            width: 60px;
            height: 54px;
            background-color: #007ee5;
            float: right;
            color: #fff;
            margin-left: 10px;
            padding: 0 10px;
            font-size: 40px;
        }

        .call-us .tel {
            margin: 4px;
            width: 72%;
            float: right;
            padding: 10px 0;
        }

            .call-us .tel .text {
                font-size: 10px;
                margin: 0;
            }

            .call-us .tel .phone {
                font-size: 18px;
                margin: 0;
            }

    .similar {
        margin-bottom: 10px;
    }

    h1.price-title a {
        padding: 5px;
        font-size: 16px;
    }

    a#city-list {
        color: #007ee5;
        text-decoration: none;
    }

    #divcity span.caret {
        border-top: 4px solid #333;
    }

    #divcity {
        padding: 3px 6px 2px 2px;
        width: 100px;
        font-size: 16px;
    }

    form .k-widget.k-tooltip-validation {
        border-color: #ffffff;
        background-color: #cb0000;
        color: #ffffff;
        position: absolute;
        top: 17%;
        left: 10px;
    }

    form div {
        position: relative;
    }

    .k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
        border-radius: 5px;
        overflow: hidden;
    }

    input, button, select, textarea {
        border-radius: 5px;
    }

    div#post-info-box .btn {
        margin-bottom: 4px;
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #ffffff;
        border-radius: 1px;
        color: #00c36d;
    }

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > span {
    font-weight: 700;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #ffffff;
        color: #00c36d;
    }

    .pricelist {
        min-height: 365px;
        margin: 5px -13px !important;
        line-height: 15px !important;
    }

    @media (max-width: 768px) {
        /*.testimonial {    display: none;}*/
        #containerRenderBody {
            padding-top: 0px
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            margin-right: 20px;
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #00c36d;
            }

        .navbar-inverse {
            margin-top: 0px;
            /*height: 80px;*/
        }

        .navbar-brand {
            /*margin-top: 20px;*/
        }

        .navbar-toggle {
            /*margin-top: 18px;*/
        }

        .navbar-collapse {
            max-height: initial;
        }


        #postbooklist {
            width: 100%;
        }
    }

    #thminmobile .b {
        font-size: 17px;
        font-weight: 700;
        color: #00c36d;
    }

    .call {
        display: block;
        height: 55px;
        margin-top: 10px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #eaeaea;
    }

        .call i {
            width: 29%;
            height: 54px;
            background-color: #00c36d;
            float: right;
            color: #fff;
            margin-left: 10px;
            padding: 0 10px;
            font-size: 40px;
            text-align: center;
        }

        .call .tel {
            margin: 4px;
            padding: 10px;
        }

            .call .tel .text {
                margin: 0;
                color: #333;
            }

            .call .tel .phone {
                font-size: 16px;
                color: #333;
                margin: 0;
            }

        .call :hover .phone {
            color: #007ee5;
        }

    .giranikhareji {
        display: block;
        height: 55px;
        margin-top: 5px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #eaeaea;
    }




        .giranikhareji i {
            width: 29%;
            height: 54px;
            background-color: #00c36d;
            float: right;
            color: #fff;
            margin-left: 10px;
            padding: 0 10px;
            font-size: 40px;
            text-align: center;
        }

        .giranikhareji .tel {
            margin: 4px;
            padding: 10px;
        }

            .giranikhareji .tel .text {
                margin: 0;
                color: #fff;
            }

            .giranikhareji .tel .phone {
                font-size: 16px;
                color: #333;
                margin: 0;
            }

        .giranikhareji :hover .phone {
            color: #007ee5;
        }


    .appdown {
        display: block;
        height: 55px;
        margin-top: 10px;
        border-radius: 10px;
        overflow: hidden;
        background-color: #eaeaea;
    }

        .appdown i {
            width: 29%;
            height: 54px;
            background-color: #00c36d;
            float: right;
            color: #fff;
            margin-left: 10px;
            padding: 0 10px;
            font-size: 40px;
            text-align: center;
        }

        .appdown .tel {
            margin: 4px;
            padding: 10px;
        }

            .appdown .tel .text {
                margin: 0;
                color: #333;
            }

            .appdown .tel .phone {
                font-size: 16px;
                color: #333;
                margin: 0;
            }

        .appdown :hover .phone {
            color: #007ee5;
        }




    /*@media screen and (max-width: 800px) {
        .giranikhareji {
            visibility: hidden;
            clear: both;
            float: left;
            display: none;
        }
    }*/



    @media screen and (max-width: 995px) {
        .app {
            visibility: hidden;
            clear: both;
            float: left;
            display: none;
        }
    }

    .app a, .call a {
        text-decoration: none;
    }

    .app {
        border-radius: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        margin-top: 5px;
        /*display: block;*/
        height: 55px;
        background-color: #eaeaea;
    }

        .app i {
            width: 29%;
            height: 54px;
            background-color: #00c36d;
            float: right;
            color: #fff;
            margin-left: 10px;
            padding: 0 10px;
            font-size: 40px;
            text-align: center;
        }

        .app .link {
            margin: 4px;
        }

            .app .link .text {
                margin: 0;
                font-size: 17px;
                padding: 13px 0;
                color: #333;
            }

        .app:hover .text, .call:hover .text, .appdown:hover .text {
            color: #007ee5;
        }



    .telrahnama a, .call a, .appdown a {
        text-decoration: none;
    }

    .telrahnama {
        border-radius: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        margin-top: 2px;
        display: block;
        height: 55px;
        background-color: #eaeaea;
    }

        .telrahnama i {
            width: 29%;
            height: 54px;
            background-color: #00c36d;
            float: right;
            color: #fff;
            margin-left: 10px;
            padding: 0 10px;
            font-size: 40px;
            text-align: center;
        }

        .telrahnama .link {
            margin: 4px;
        }

            .telrahnama .link .text {
                margin: 0;
                font-size: 17px;
                padding: 13px 0;
                color: #333;
            }

                .telrahnama .link .text :hover {
                    color: #007ee5;
                }

    .desc span[itemprop="price"] {
        font-size: 16px;
        color: #00c36d;
        font-weight: 700;
    }

    div#postimg {
        background-color: #f5f5f5;
    }

    @media(max-width:1200px) {
        #postbooklist {
            float: none;
        }

        #carlist {
            margin: 0 30px;
        }
    }

    @media(max-width:768px) {
        input#btnsave {
            margin-bottom: 10px;
        }

        .navbar-inverse {
            position: fixed;
            top: 0;
        }

        #containerRenderBody {
            padding-top: 30px !important;
        }

        #postbooklist .desc {
            padding-bottom: 10px;
        }

        #postbooklist img#imgbooklist {
            width: 50%;
            height: 220px;
        }

        #carlist {
            margin: 0 15px;
        }

        #spantipcarmodel {
            max-width: initial !important;
        }

  

        .pull-left {
            float: none !important;
        }

        .pull-right {
            float: none !important;
        }

        div#post-info-box .btn {
            float: none;
            width: 100%;
        }

        #imgnozoom {
            float: none;
            margin: 0 auto !important;
        }

        #post-info-box {
            text-align: center;
        }

        label, label.info {
            font-size: 14px;
        }

        .date, .description {
            font-size: 14px;
        }

        #spantipcarmodel {
            font-size: 16px;
        }

        .dropdown-menu {
            left: 0;
            right: auto;
            margin: 3px 30px 0 !important;
        }

        #thtable {
            width: 40% !important;
        }
    }
    
@media(max-width:768px) {
    /*#post-info-box-small {
        display:block ;

    }
    #post-info-box-la {
        display:none ;
    }*/

    button.fav-btn{
        margin-top: 20px;
    }
}









    @media(max-width:480px) {
        #carlist {
            margin: 0px;
        }



        #postbooklist img#imgbooklist {
            width: 100%;
        }

        #divcity {
            width: 100% !important;
        }

        .navbar-brand {
            margin-right: -10px;
        }

        #imgnozoom {
            width: 100% !important;
            float: none;
        }
    }

    nav.soc {
        min-height: 64px;
    }

    div#loadingDiv1 img {
        margin: 0 auto;
        display: block;
        padding-top: 15px;
    }

    .mobile-city {
        position: absolute;
        top: 0;
        left: 0;
    }

    .pricelist {
        min-height: 2px !important;
    }

#spantipcarmodel {
    max-height: 41px !important;
    max-width: 216px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color: #007ee5;
}

    div#thminmobile span {
        font-weight: 700;
    }

    .related label.info {
        margin: 0;
    }

    label {
        margin-bottom: 0;
    }

    .pricelist #imgbooklist {
        min-height: 150px;
        min-width: 160px;
        width: initial;
        height: initial;
    }

    .pricelist label.info, .related label.info {
        height: 24px;
    }

    .pricelist .row.title {
        margin: 10px 0;
    }

    .pricelist label {
        margin-bottom: 5px;
    }

    .navbar-toggle {
        border: none;
        background: transparent !important;
        /*margin-top: 20px;*/
    }

        .navbar-toggle:hover {
            background: transparent !important;
        }

        .navbar-toggle .icon-bar {
            width: 22px;
            transition: all 0.2s;
        }

        .navbar-toggle .top-bar {
            transform: rotate(45deg);
            transform-origin: 10% 10%;
        }

        .navbar-toggle .middle-bar {
            opacity: 0;
        }

        .navbar-toggle .bottom-bar {
            transform: rotate(-45deg);
            transform-origin: 10% 90%;
        }

        .navbar-toggle.collapsed .top-bar {
            transform: rotate(0);
        }

        .navbar-toggle.collapsed .middle-bar {
            opacity: 1;
        }

        .navbar-toggle.collapsed .bottom-bar {
            transform: rotate(0);
        }

    .related img#imgbooklist {
        display: block;
        margin: 0 auto;
    }

    .post-price-btn.active, .post-ad-btn.active {
        color: #fff;
        box-shadow: none;
        font-weight: 700;
        border-color: #6e8c14;
    }

    div#divviewmorebtn {
        clear: both;
    }

    div#divjozeyat {
        display: block;
        width: 100%;
        height: 30px;
        color: white;
        background-color: #969696;
        overflow: hidden;
        text-align: center;
        text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 1px;
        font: 600 13px Samim;
        padding-top: 3px;
    }

    .login {
        background: url(../images/bg.jpg) no-repeat 100% 0 / cover;
        width: 110%;
        margin: -10px -55px;
        border-bottom: 1px solid #ccc;
    }

        .login legend {
            background-color: #007ee5;
            color: #fff;
            border-radius: 5px;
            padding: 5px 0 10px;
        }

        .login fieldset {
            background-color: #FFF;
            border-radius: 5px;
        }

    .service-box {
        color: #ffffff;
        background-color: #007ee5;
        border: 1px solid #9e9e9e;
        margin-bottom: 10px;
        background: linear-gradient(to top, #00c36d 0%,#668800 100%);
    }

        .service-box i {
            background: url(../images/service-icons.png) no-repeat;
            margin: 0 auto;
            width: 66px;
            height: 64px;
            opacity: .3;
            display: block;
            background-size: 200px;
            margin-bottom: 15px;
        }

    i.ehm-1 {
        background-position: -67px -130px;
    }

    i.ehm-2 {
        background-position: -137px -64px;
    }

    i.ehm-3 {
        background-position: -68px 2px;
    }

    i.ehm-4 {
        background-position: 1px 0px;
    }

    .type span.k-widget.k-dropdown.k-header {
        width: 100%;
    }

    .login .field-validation-error {
        position: absolute;
        font-size: 10px;
        z-index: 100;
        margin-top:-5px;
    }




h2.services {
    text-align: center;
    border-bottom: 2px solid #769d00;
    padding-bottom: 15px;
    width: 92%;
    margin: 10px auto;
}

    div#price-list {
        overflow-x: scroll;
    }

    .karsenasi-box {
        height: 100px;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 */
        color: #333;
        padding: 15px;
        margin-bottom: 20px;
        overflow: hidden;
        border: 1px solid transparent;
        border-radius: 4px;
        background-color: #fbfbfb;
        border-color: #dadada;
    }

        .karsenasi-box .info {
            margin-left: -15px;
            margin-right: -15px;         
        }

   

    .karsenasi-box:hover {
        border-color: #007ee5;
        box-shadow: 0 0 5px #eee;
    }





.karsenasi-box .h41 {
    color: #007ee5;
    text-align: right !important;
    font-weight: 600;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 5px;
}

    .karsenasi-box .icon {
        background-color: #efefef;
        width: 120px;
        border-left: 3px solid #dadada;
        display: block;
        margin: -15px -30px;
        height: 100px;
    }

@media screen and (max-width:530px) {
    .karsenasi-box .h41 {
        font-weight: 700;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .karsenasi-box .info {
        font-size: 12px;
    }

    .karsenasi-box .icon {
        width: 90px;
    }

    .karsenasi-box {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width:758px) {


    .karsenasi-box .h41 {    
        font-size: 14px;
        font-weight:700;
    }

  
}



.icon.b01 {
    background: url(../images/b02.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.icon.b02 {
    background: url(../images/b1.png) no-repeat;
    background-size: cover;
    background-position: center;
}
    .icon.b1 {
        background: url(../images/a3.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

.icon.b2 {
    background: url(../images/b2.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.icon.b3 {
    background: url(../images/b4.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.icon.b4 {
    background: url(../images/b01.png) no-repeat;
    background-size: cover;
    background-position: center;
}


.icon.b5 {
    background: url(../images/b5.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.icon.b6 {
    background: url(../images/b6.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.icon.b8 {
    background: url(../images/b8.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.icon.b9 {
    background: url(../images/adver.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.icon.b10 {
    background: url(../images/carap_app.png) no-repeat;
    background-size: cover;
    background-position: center;
}

    #price-list {
        border: 1px solid #ddd;
    }

    a:hover, a:focus {
        text-decoration: none;
    }

    tr.success td {
        text-align: center;
        padding: 10px !important;
    }

    @media (max-width: 1200px) {
        .banner {
            display: none !important
        }
    }

    @media (max-width: 992px) {
        .login {
            width: 100%;
            margin-top: -20px;
            margin: 0;
        }
    }

    .animated {
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
    }

        .animated.hinge {
            -webkit-animation-duration: 2s;
            -moz-animation-duration: 2s;
            -ms-animation-duration: 2s;
            -o-animation-duration: 2s;
            animation-duration: 2s;
        }

    @-webkit-keyframes bounceIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.05);
        }

        70% {
            -webkit-transform: scale(.9);
        }

        100% {
            -webkit-transform: scale(1);
            opacity: 1;
        }
    }

    @-moz-keyframes bounceIn {
        0% {
            opacity: 0;
            -moz-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -moz-transform: scale(1.05);
        }

        70% {
            -moz-transform: scale(.9);
        }

        100% {
            -moz-transform: scale(1);
            opacity: 1;
        }
    }

    @-o-keyframes bounceIn {
        0% {
            opacity: 0;
            -o-transform: scale(.3);
        }

        50% {
            opacity: 1;
            -o-transform: scale(1.05);
        }

        70% {
            -o-transform: scale(.9);
        }

        100% {
            -o-transform: scale(1);
            opacity: 1;
        }
    }

    @keyframes bounceIn {
        0% {
            opacity: 0;
            transform: scale(.3);
        }

        50% {
            opacity: 1;
            transform: scale(1.05);
        }

        70% {
            transform: scale(.9);
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .bounceIn {
        -webkit-animation-name: bounceIn;
        -moz-animation-name: bounceIn;
        -o-animation-name: bounceIn;
        animation-name: bounceIn;
    }

    /* #### Mobile Phones Portrait #### 412 */
    @media screen and (max-device-width: 480px) and (orientation: portrait) {
        div#post-info-box1g {
            font-size: 11px;
        }

        h2, h1, h3 {
            font-size: 11px;
            font-weight: bold;
        }

        #karkerdtable {
            font-size: 10px;
            font-weight: bold;
        }

        #pricetable {
            font-size: 11px;
            font-weight: bold;
        }
       #pricetablekar{
           font-size: 9px;
           font-weight: bold;
           color:#666666;
       }
        #modetable {
            font-size: 10px;
            font-weight: bold;
        }

        .bishtartable {
            font-size: 10px;
            font-weight: bold;
        }

        #rangtable {
            font-size: 10px;
            font-weight: bold;
        }

        #tdcompany {
            font-size: 13px;
        }

        #divasligzero1, #pricetableshowsmall {
            display: none;
        }

        #divasligzero, #pricetableshow {
            display: block;
        }
    }
    /* #### Mobile Phones Landscape #### */
    @media screen and (max-device-width: 640px) and (orientation: landscape) {
        div#post-info-box1g {
            font-size: 14px;
        }

        h2, h1, h3 {
            font-size: 14px;
            font-weight: bold;
        }

        #karkerdtable {
            font-size: 13px;
            font-weight: bold
        }

        #pricetable {
            font-size: 13px;
            font-weight: bold
        }
        #pricetablekar{
            font-size: 11px;
            font-weight: bold
        }

        #modetable {
            font-size: 12px;
            font-weight: bold
        }

        .bishtartable {
            font-size: 12px;
            font-weight: bold
        }

        #rangtable {
            font-size: 13px;
            font-weight: bold
        }

        #tdcompany {
            font-size: 16px;
        }

        #divasligzero1, #pricetableshowsmall {
            display: none;
        }

        #divasligzero, #pricetableshow {
            display: block;
        }
    }

    /* #### Mobile Phones Portrait or Landscape  موبایل علی#### */
    @media screen and (max-device-width: 640px) {
        div#post-info-box1g {
            font-size: 11px;
        }

        h2, h1, h3 {
            font-size: 11px;
            font-weight: bold;
        }

        #karkerdtable {
            font-size: 10px;
            font-weight: bold
        }

        #pricetable {
            font-size: 11px;
            font-weight: bold
        }
               #pricetablekar{
           font-size: 9px;
           font-weight: bold
       }

        #modetable {
            font-size: 10px;
            font-weight: bold
        }

        .bishtartable {
            font-size: 10px;
            font-weight: bold
        }

        #rangtable {
            font-size: 10px;
            font-weight: bold
        }

        #tdcompany {
            font-size: 13px;
        }

        #divasligzero, #pricetableshow {
            display: none;
        }

        #divasligzero1, #pricetableshowsmall {
            display: block;
        }
    }

    /* #### iPhone 4+ Portrait or Landscapeموبایل خودرم   #### */
    @media screen and (min-device-width: 320px) {
        div#post-info-box1g {
            font-size: 12px;
        }

        h2, h1, h3 {
            font-size: 12px;
            font-weight: bold;
        }

        #karkerdtable {
            font-size: 11px;
            font-weight: bold
        }

        #pricetable {
            font-size: 12px;
            font-weight: bold
        }
        #pricetablekar{
            font-size: 10px;
            font-weight: bold
        }

        #modetable {
            font-size: 11px;
            font-weight: bold
        }

        .bishtartable {
            font-size: 11px;
            font-weight: bold
        }

        #rangtable {
            font-size: 11px;
            font-weight: bold
        }

        #tdcompany {
            font-size: 14px;
        }

        #divasligzero, #pricetableshow {
            display: none;
        }

        #divasligzero1, #pricetableshowsmall {
            display: block;
        }
    }




    /* #### iPhone 5 Portrait or Landscape ####  آیفون*/
    @media (device-height: 568px) and (device-width: 320px) {
        div#post-info-box1g {
            font-size: 9.3px;
        }

        h2, h1, h3 {
            font-size: 9.3px;
            font-weight: bold;
        }

        #karkerdtable {
            font-size: 8px;
            font-weight: bold
        }

        #pricetable {
            font-size: 9.3px;
            font-weight: bold
        }
        #pricetablekar{
            font-size: 8px;
            font-weight: bold
        }

        #modetable {
            font-size: 9px;
            font-weight: bold
        }

        .bishtartable {
            font-size: 8px;
            font-weight: bold
        }

        #rangtable {
            font-size: 8.3px;
            font-weight: bold
        }

        #tdcompany {
            font-size: 11px;
        }

        #divasligzero2 {
            /*visibility: visible;*/
        }

        #divasligzero, #pricetableshow {
            display: none;
        }

        #divasligzero1, #pricetableshowsmall {
            display: block;
        }
    }

    /* #### iPhone 6 and 6 plus Portrait or Landscape #### */
    @media (min-device-height: 667px) and (min-device-width: 375px) {
        div#post-info-box1g {
            font-size: 12px;
        }

        h2, h1, h3 {
            font-size: 12px;
            font-weight: bold;
        }

        #karkerdtable {
            font-size: 11px;
            font-weight: bold
        }

        #pricetable {
            font-size: 12px;
            font-weight: bold
        }

        #pricetablekar{
            font-size: 10px;
            font-weight: bold
        }
        #modetable {
            font-size: 11.5px;
            font-weight: bold
        }

        .bishtartable {
            font-size: 11px;
            font-weight: bold
        }

        #rangtable {
            font-size: 11px;
            font-weight: bold
        }

        #tdcompany {
            font-size: 14px;
        }

        #divasligzero2 {
            /*visibility: visible;*/
        }

        #divasligzero, #pricetableshow {
            display: none;
        }

        #divasligzero1, #pricetableshowsmall {
            display: block;
        }
    }



    /* #### Tablets Portrait or Landscape #### */
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        div#post-info-box1g {
            font-size: 15px;
        }

        h2, h1, h3 {
            font-size: 15px;
            font-weight: bold;
        }

        #karkerdtable {
            font-size: 13px;
            font-weight: bold
        }

        #pricetable {
            font-size: 15px;
            font-weight: bold
        }
        #pricetablekar{
            font-size: 13px;
            font-weight: bold
        }

        #modetable {
            font-size: 14px;
            font-weight: bold
        }

        .bishtartable {
            font-size: 13px;
            font-weight: bold
        }

        #rangtable {
            font-size: 13px;
            font-weight: bold
        }

        #tdcompany {
            font-size: 16px;
        }

        #divasligzero1, #pricetableshowsmall {
            display: none;
        }

        #divasligzero, #pricetableshow {
            display: block;
        }
    }






    /* #### Desktops #### */
    @media screen and (min-width: 1024px) {
        div#post-info-box1g {
            font-size: 15px;
        }

        h2, h1, h3 {
            font-size: 15px;
            font-weight: bold;
        }

        #karkerdtable {
            font-size: 13px;
            font-weight: bold
        }

        #pricetable {
            font-size: 15px;
            font-weight: bold
        }
        #pricetablekar{
            font-size: 13px;
            font-weight: bold
        }

        #modetable {
            font-size: 14px;
            font-weight: bold
        }

        .bishtartable {
            font-size: 13px;
            font-weight: bold
        }

        #rangtable {
            font-size: 13px;
            font-weight: bold
        }

        #tdcompany {
            font-size: 17px;
        }

        #divasligzero1, #pricetableshowsmall {
            display: none;
        }

        #divasligzero, #pricetableshow {
            display: block;
        }
    }

    #sbat11 {
        font-weight: bolder;
      
    }

    #spandateghymat {
        font-size: 15px;
        font-weight: bolder;
    }

    #RCReport {
        background-color: #dbce9a;
        box-shadow: inset 0 0px 0px 10px #bfb382;
        padding: 20px;
        line-height: 35px;
    }

        #RCReport span#label {
            font-weight: 700;
            color: #5a4800;
            width: 100px;
            font-size: 1.1em;
            display: inline-block;
        }

        #RCReport span#result {
            background-color: #fff;
            padding: 1px 10px;
            box-shadow: 0 0 10px #bfb382;
            border-radius: 5px;
        }

        #RCReport h1 {
            font-size: 1.1em !important;
        }

        #RCReport img {
            display: block;
            width: 100%;
        }

    @media screen and (min-width: 800px) {
        #RCReport .fields {
            position: absolute;
            top: 106px;
            width: 100%;
        }
    }

    @media screen and (max-width: 800px) {
        #RCReport .car {
            padding: 0 50px;
        }

        #RCReport .notif {
            background-color: #fff;
            box-shadow: 0 0 10px #bfb382;
            border-radius: 5px;
            margin-top: 10px;
        }
    }

    a.hover1:hover {
        font-size: 16px;
    }

    .searchhide a, .call a {
        text-decoration: none;
    }

    .searchhide {
        border-radius: 10px;
        margin-bottom: 5px;
        overflow: hidden;
        margin-top: 5px;
        display: block;
        height: 55px;
        background-color: #eaeaea;
    }

        .searchhide i {
            width: 29%;
            height: 54px;
            background-color: #00c36d;
            float: right;
            color: #fff;
            margin-left: 10px;
            margin-top: -1px;
            padding: 0 10px;
            font-size: 40px;
        }

        .searchhide .link {
            margin: 4px;
        }

            .searchhide .link .text {
                margin: 0;
                font-size: 17px;
                padding: 12px 0;
                color: #333;
            }


                .searchhide .link .text:hover {
                    color: #007ee5;
                }


    column a:hover {
        color: #6a8c01;
    }

    .fotter1 {
        font-weight: bold;
        margin-top: 10px;
        text-align: right;
        color: white;
    }

    .fotterheader {
        font-weight: bold;
        margin-top: 10px;
        text-align: right;
        color: yellow;
    }

    .fotter11 {
        font-weight: bold;
        margin-top: 10px;
        color: white;
    }

    .fotterend {
        font-weight: bold;
        margin-top: 10px;
        color: white;
    }

    .fotterheader11 {
        font-weight: bold;
        margin-top: 10px;
        color: yellow;
        font-size:13px;
    }


    @media only screen and (max-width: 768px) {
        .fotterend, .fotter11, .fotter1, .fotterheader {
            font-size: 13px;
        }

        .fotterheader11 {
            font-size: 15px;
        }

       }





    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 600px) {
        .fotterend, .fotter11, .fotter1, .fotterheader {
            font-size: 13px;
        }

        .fotterheader11 {
            font-size: 13px;
        }
    }

    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
        .fotterend, .fotter11, .fotter1, .fotterheader {
            font-size: 13px;
        }

        .fotterheader11 {
            font-size: 13px;
        }
    }

    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {
        .fotterend, .fotter11, .fotter1, .fotterheader {
            font-size: 13px;
        }

        .fotterheader11 {
            font-size: 13px;
        }
    }

    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
        .fotterend, .fotter11, .fotter1, .fotterheader {
            font-size: 13px;
        }

        .fotterheader11 {
            font-size: 13px;
        }
    }

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {

        .fotterend, .fotter11, .fotter1, .fotterheader {
            font-size: 13.5px;
        }

        .fotterheader11 {
            font-size: 13.5px;
        }
    }




    /** {
    box-sizing: border-box;
}*/

    /* Create four equal columns that floats next to each other */
    .column {
        float: left;
        width: 100%;
        padding: 10px;
    }


    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }




    @media screen and (max-width: 995px) {
        .showkarshenasi {
            visibility: hidden;
            clear: both;
            float: left;
            display: none;
        }
    }


    /*@media screen and (max-width: 995px) {
        .call {
            visibility: hidden;
            clear: both;
            float: left;
            display: none;
        }
    }*/


.divapp {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    background-color: #88888a;
    border: 3px solid #818181;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    margin-top:5px;


}

    .icons8-android-os {
        margin-top: 10px;
    }

        .icons8-android-os a {
            color: #ffffff;
            background-color: #88888a;
            margin-right: 10px;
            float: right;
            /*text-shadow: 2px 2px 2px #eaeaea;*/
        }

        .icons8-android-os button {
            cursor: default;
            color: #ffffff;
            background-color: #88888a;
            float: left;
            font-size: 40px;
            /*text-shadow: 2px 2px 2px #eaeaea;*/
            margin-left: 20px;
        }

    @media screen and (max-width:370px) {
        .icons8-android-os button {
            margin-left: 15px;
        }

        .icons8-android-os a {
            margin-right: 2px;
            font-size: 13px;
        }
    }

    .close1 {
        float: right;
        font-size: 21px;
        font-weight: bold;
        line-height: 0.8;
        color: #000000;
        text-shadow: 0 1px 0 #ffffff;
        opacity: 0.2;
        filter: alpha(opacity=10);
        margin-right: 30px;
    }

        .close1:hover,
        .close1:focus {
            color: #000000;
            text-decoration: none;
            cursor: pointer;
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    button.close1 {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
    }




#linkresultli {
    padding: 15px;
    font-size: 18px;
    text-align: justify;
}
#lbllinkresult {
    text-align: center;color:#007ee5;padding: 15px;font-size: 20px;
}

p.alert-warning{
    background-color: white;
}




  

    .imageprice {
        width: 70px;
        height: 50px
    }

    
.imagezero {
    width: 60px;
    height: 60px
}

.imagepricedetail {
    width: 110px;
    height: 80px
}
    @media screen and (max-width:800px) {

        .imageprice {
            width: 50px;
            height: 30px
        }
    }

    @media screen and (max-width:768px) {

        .gheymatgozari {
            margin-top: 25px;
        }
    }

@media screen and (max-width:400px) {

    #tdadv {
        display:none;
    }

}

@media screen and (max-width:320px) {



     #tdpriceforhide2 {
        display: none;
    }
}

@media screen and (max-width:400px) {


    #tdpriceforhide{
        display:none;
    }
}

    .btng .hidden-lg a {
        font-size: 14px;
        font-weight: bolder;
    }

    @media screen and (max-width:371px) {

        .navbar-brand {
            height: 30px;
            width: 90px;
        }

        .btng .hidden-lg a {
            font-size: 10px;
            font-weight: 700;
        }
    }



#footerSite{
     margin-top:80px;
}


.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;

  
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-disabled, .w3-btn:disabled, .w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-disabled *, :disabled * {
    pointer-events: none
}

.w3-btn.w3-disabled:hover, .w3-btn:disabled:hover {
    box-shadow: none
}

.w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%
}

.w3-black, .w3-hover-black:hover {
    color: #00c36d !important;
    background-color: #e5e5e5 !important;
}
.w3-display-left {
    position: absolute;
    /*top: 50%;*/
    left: 0%;
    transform: translate(0%,-300%);
    -ms-transform: translate(-0%,-50%)
}

.w3-display-right {
    position: absolute;
    /*top: 50%;*/
    right: 0%;
    transform: translate(0%,-300%);
    -ms-transform: translate(0%,-50%)
}

#pzero {
    text-align: center;
    display: inline-block;
}
#tablezero {
   font-weight: bold;
   overflow-y: hidden;
}
#theadzero {
    text-align: center;text-align-last: center;
}

#trzero1 {
    background: #00c36d; color: #ffffff;
}
#tdcompany {
    background: #00c36d;
    color: #ffffff;
}
.tdonvan {
  vertical-align: middle;
    
}
.tdrizonvanzero2{
    vertical-align: middle;text-align-last: right;
}

.tdrizonvanzero2 {
    vertical-align: middle;
    text-align-last: center;
}

.tdrizmidelzero{
    vertical-align: middle;
}
#spantable1 {
    font-size: 10px;
}
#spantable2 {
    font-size: 8px;
}

#tableprice {
    font-weight: bold;
}
#my11focus {
    /*//overflow-x: auto;*/
    margin-top:5px;
}
#tblcaptionprice{
    caption-side: top;background: #007ee5;text-align:center; color: #ffffff;
    font-weight: bold;margin-bottom: 2px;
}


#tblcaptionprice2 {
    caption-side: bottom;
    background: #007ee5;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 2px;
}

#tblcaptionprice3 {
    caption-side: top;
    /*background: #007ee5;*/
    text-align: center;
    /*color: #ffffff;*/
    font-weight: bold;
    margin-bottom: 2px;
}

#my1price {
    background: #008000;
    color: #ffffff;
}
.tbltdheader {
    background: #00c36d;vertical-align: middle; color:#ffffff;
}
.spanpricetableshowsmall{
    font-size: 6px;
}
.lblkarkerdtable{
    color:red;
}
.span2pricetableshowsmall{
    font-size: 8px;
}
.fldsetcarsrchtabsare {
    margin: -13px 0 0; font-size: 14px !important; padding-top: 8px !important; text-align: right;
}
.fldsetcarsrchtabsarep1 {
    padding: 0 20px; color: #007ee5;
}
.fldsetcarsrchtabsare2 {
    margin: -13px 0 0;
    font-size: 14px !important;   
    text-align: right;
}

#containerdivpricefree {
   overflow: hidden; padding: 30px; position: relative; z-index: 3; padding: 71px 0 0;
}

#divh1free {
    font-size: 17px;
}
.fldsetcarsehm1 {
  margin: -13px 0 0; font-size: 14px !important; padding-top: 8px !important;
}

#pdetailunadminbhbood {
    text-align:center;font-size: 15px;
}
.btnpricegozaresh {
    margin-left: -2px;
}
#h2pricedetailunadmin {
    font-size: 20px !important;
}

#hpricedetailunadmin {
    font-size: 22px !important;
    font-weight:700;
}
#spanresultkarshenasi2 {
    line-height: 1.6;
}

@media(max-width:500px) {
    #pdetailunadminbhbood {
        font-size: 11px;
        text-align: right;
    }

    .btnpricegozaresh {
        font-size: 6px;
    }

    #h2pricedetailunadmin {
        font-size: 16px !important;
    }
    #hpricedetailunadmin {
        font-size: 18px !important;
    }

    #spanresultkarshenasi {
        margin-top: 10px;
    }
    
    #spanresultkarshenasi{
        margin-top: 10px;
    }

    #presultkarshenasi {
        font-size: 12px;
    }
   }


.fldsetrp {
    margin: -13px 0 0; font-size: 15px !important; padding-top: 8px !important;
}
.pfldsetrp {
    color: red;
    font-weight: 800;
}

.pfldsetrp2{
    color: #007ee5;
    font-weight: 600;
}
#tblrp {
    background: transparent;color:white;
}
#h1tblrp {
    font-size: 16px;margin-top:0px!important;
}
#tbl2tblrp {
    background: transparent;
}
.tblthrp {
    text-align:center;
}

.valfieldrp {
     margin: 3px 3px 2px 4px;
}
#tbltdrpprice {
    text-align: right;
}
.tbltdrppishnahad {
    text-align: right;
    /*background-color: white;*/
}
#collg12rp {
    margin: 6px 0px 19px 3px;
}
#lblrp1 {
    padding-right: 13px;font-size: 16px;
}
#divarp1 {
    margin-top: 10px; text-decoration:none;
}
#divrowrp {
    margin-top: 23px; margin-bottom: 30px;
}
.fldsetrptabsa {
     border: solid; border-color: transparent; padding: 9px 3px 16px 5px; font-size: 15px !important; padding-top: 8px !important; text-align: right; background: transparent; 
}
#fldrppara {
    padding: 0 20px; color: #00c36d; font-size: 20px; 
}
#ulrp {
    list-style: none; padding: 0 4px; color: black; font-size: 15px; line-height: 36px; 
}
#ullispanrp {
    color: #00c36d;padding: 0 3px;
}
.imagerpbrand {
    width: 170px;
    height: 60px
}
@media(max-width:600px) {
    .post-info-box-detail{
        margin-top: 15px;
    }

}

#alayout1 {
    display: inline;  
    color: #000000;  
} 
#imag-layout {
    width:25px; height:25px; display: inline;    
}

#li2 {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    list-style-type: none;
    color: #000000;
    font-size: 14px;
    padding: 0px;

   
}

    #li2 a:hover, #li2 span:hover {
        color: #00c36d;
        border: 0;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }


#li2_2 {
    margin-top: 10px;
    border-bottom: 1px solid #000000;
    list-style-type: none;
    color: #000000;
    font-size: 14px;
    padding: 0px;
  
}
 #li2_2 a:hover {
      color: #00c36d;
      border: 0;
     padding-right: 15px;
     padding-top: 0;
     padding-bottom: 0;
     
  }
#li2_2 a {
    padding-right: 15px;
   padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
#li2 a, #li2 span {
    
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}



@media(max-width:500px) {

    #li2_2 a {

        margin-bottom: 0px;
    }
    #li2 a, #li2 span {
        margin-bottom: 0px;
    }
}

@media(max-width:600px) {

    #detaildeschide{
        display: none;

    }

}

.styled-drop-new {
    color: rgb(33,33,00);
    Font-Family: Samim;
    font-size: 13px;
    vertical-align: middle;
    margin-top: 7px;
}

#divTipClass_Data_2,.divsearch#divYear {
    width: 100%;
    height: 35px;
}


    .aghideshow{
    width: 100%;height: 35px;margin-bottom: 5px;
}
 #a_tipclass1 {
    width: 80%;
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    color: black;
    border-right: 10px solid #007ee5;
}

#a_tipclass2 {
    width: 20%;
    display:inline;
}
#idown3,#idown2,#idown {
    padding: 5px;
    float: left;
    color: black;
    display: inline-block;
  
}

.divtiphideg {
    padding-bottom: 10px;
    display: none;
}
.divghidemodel{
    padding-bottom: 50px;display: none;
}
.divghidshow{
    padding-bottom: 20px;display: none;
}
#divbtnsearchclick,#showkarshenasiprice {
    margin-bottom: 2px;
}
 #moredbishtaradv {
    display: none;
}
#callprice {
    margin-top: 2px;margin-bottom: 2px;
}
#moredbishtar,#p_bishtarprice {
    text-align:center;
}
#loadingDiv2, loadingDiv, #loadingDiv1 {
    text-align: center;
    display: none;
    margin-bottom: 20px;
}

#p_matlab1, #p_matlab_mortabet {
     caption-side: bottom;
     text-align: center;
     color: #007ee5;  
     font-weight: bold;
     margin-bottom: 2px;
}
#p_matlab2 {
    color: black;font-size: 14px;text-align: justify;
}


#mortabetblog {
    font-size: 12px;
    color: black;
    text-align: justify;
}
#img_01 {
    opacity: 1;
    width: 100%;
    height: auto;
    visibility: visible;
}
#div_matlab1 {
     width: 100%;
}
#div_matlab1 {
    margin:15px;
}
#p_a_g_other {
    text-decoration:none;color: red;font-weight: 700;
}
#h1_testimo {
   display:inline;
   font-size:12px;
}
#p_span_testmon_adv {
    font-weight: bold; font-size: 15px;
}
#p_span_testmon_adv2 {
    font-size: 13px !important;
}
#clear1 {
    cursor: pointer;
    margin: auto -23px;
    margin-top: 9px;
    color: #999999;
    font-size: 15px;
}
#clear2 {
    cursor: pointer;
    margin: auto 10px;
    margin-top: -36px;
    color: #999999;
    float: left;
    font-size: 15px;
}
#span_prop1 {
    color: #007ee5; font-size: 15px; margin: 0 7px;
}
#span_prop2 {
    color: #007ee5;
    }
#img_whatsapp{
    margin-top: -4px; width:40px ;height:40px;
}
#rowpricezero {
    text-align: center;margin-top: -5px;
}
@media(max-width:800px) {

    #rowpricezero {
        margin-top: 12px;
    }
}

#tblcaptionpricezero {
    caption-side: top;
    background: white;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    text-align-last: center;
}
#tablezero2 {
    font-weight: bold;overflow-y: hidden;
}
@media (max-width: 600px)  {
    #divimgsupport {
        display: none;
    }
}
@media (max-width:600px) {
    .pii li {
        font-size: 16px !important;
        margin-right: 35px;
    }
}

#spancircle {
    display: inline-block;
    background-color: #ff1844;
    border-radius: 100%;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
    margin-top: -3px;
    margin-left: 5px;
}

#spansqur {
    display: inline-block;
    background-color: #ff1844;
    border-radius: 5%;
    color: #fff;
    /*//width: 35px;*/
    height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
    margin-top: -3px;
    margin-left: 5px;
}
.btn-lg2 {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    margin-bottom: 8px;
}

input[type=checkbox] {
    transform: scale(1.3);
}
#my11focusadv {
     margin: 12px 0;text-decoration:none;
}
#lblkarkerdadv {
    text-align:right;
}
#lblkarkerdadvcolor, #timecreate {
    color: red;
}
.lblkarkerdadv1color{
    color: red;
}
.lblkarkerdadv1 {
    text-align:right;
}
#spanadvmobile1 {
     font-size: 16px !important;
}

#btnglayout {
    /*margin-top: 20px;*/
    margin-left:15px;float: left;
}



@media screen and (max-width:1500px) {
    #btnglayout {
        margin-top: 5px;
    }
}

    #divnavlayout {
        height: 1px;
    }

    #romoshavere {
        margin-bottom: 35px;
        margin-top: 35px;
    }

    #cancelamoshavere {
        background: #00c36d;
        border: medium none;
        color: #fff;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.2s ease-in-out 0s;
        width: 100%;
        text-decoration: none;
        border-radius: 3px;
        height: 34px;
        font-size: 16px;
    }

    #rowtaeede {
        text-align: center;
    }

    #legend1 {
        border-color: transparent;
        text-align: center;
        border-style: solid;
        border-width: thin;
    }

    #fldindexmosh {
        border-color: #00c36d;
        border-style: solid;
        margin-top: 40px;
        border-width: thin;
        padding: 0 38px 0 38px;
    }

    #row1mosh {
        margin: 0px 21px;
        margin-bottom: 0;
        direction: rtl;
        padding-bottom: 40px;
    }

    .rtlphone {
        /*direction: ltr;*/
    }

    .testimonialmoshavere {
        color: #a3a3a3;
        font-size: 14px;
        font-family: Samim;
        background-color: #fdfdfd;
        border-radius: 5px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 3px;
        padding: 16px 30px;
        border: 1px solid #ececec;
    }

    @media (max-width:600px) {
        .testimonialmoshavere {
            margin-left: 4px;
            margin-right: 4px;
            margin-top: 40px;
        }

        #h2verify {
            font-size: 15px;
        }
    }

    #lienternewuser {
        padding: 15px;
        font-size: 14px;
        text-align: justify;
    }

    #forclick {
        display: block;
    }


    .dateupdate {
        font-size: 10px;
        color: #a3a3a3;
    }

    #ptabsare {
        margin-top: 10px;
        font-weight: 700;
        margin-right:20px;
    }

#sbat12 {
    margin-top: 3px;
    font-weight:700;
  
}
.sbat13 {
   margin-left:2px;
    float: left;
}
#navmenutxt {
    margin-top: 6px;
}


.containerwin {
    border: 3px solid #f1f1f1;
  
}

.topwin {
    padding: 10px;
    background: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.contentwin {
    padding: 10px;
}
.dotwin {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.citymenu i{
    font-size:15px;
}

.citymenua {
    color: #007ee5;
}


/*@media only screen and (max-width: 1200px) {

    #resultpayamak {
        margin-top: 40px;
    }

    .marintop1 {
        /*margin-top: 200px;*/
        /*// display: none;*/
    /*}*/

    /*#showadver, #errortop, #likeshowtop, #likebysafetop, #likefreop, #errormoshdiv {
        margin-top: 40px;
    }

    #linkresultli {
        font-size: 15px;
    }

    #lbllinkresult {
        font-size: 17px;
    }

    .col-lg-12 .testimonial {
        margin-top: 25px;
    }

    .testimonial p {
        font-size: 13px;
    }

    .testimonialpa {
        font-size: 13px;
    }

    .tavajot1 p {
        font-size: 12px;
    }

    #carsearch {
        margin-top: 2px;
    }

    #sbat11 {
        /*margin-top: 5px;*/
    /*}

    #city-list {
        margin-top: 15px;
    }*/

    /*#divcity {
        margin-top: 15px;
        margin-left: 10px;
    }

    #startsearch {
        padding-bottom: 15px;
        background-color: #ffffff;
    }

    #ptabsare {
        font-size: 12px;
    }*/
/*}*/

@media screen and (max-width:768px) {


    button.fav-btn {
        margin-top: 20px;
    }
}









@media screen and (min-width:769px) {
    .aghahimobile {
        display: none;
    }
    .aghahicomp {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .aghahicomp {
        display: none;
    }
    .aghahimobile {
        display: block;
    }

    .glyphicon-map-marker::before {
        content: "\e062";
        color: #666666;
    }

    .glyphicon-time::before {
        content: "\e023";
        color: #666666;
    }

    .glyphicon-dashboard::before {
        content: "\e141";
        color: #666666;
    }

    .glyphicon-tag::before {
        content: "\e041";
        color: #666666;
    }
}
#abutdetai {
    display: block;
    margin: 10px 10px 10px 10px;
}
#abutdetai2 {
   
    margin: 10px 10px 10px 10px;
}

 /*برا بلاگ قسمتی که خودم نوشتم*/

* {
    box-sizing: border-box;
}

.brand-page__models {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
    margin: 20px -14px 0
}



.brand-page__model {
    padding: 8px
}


@media screen and (max-width:412px) {

    .brand-page__model {
        width: 100%
    }
}

@media screen and (min-width:413px) and (max-width:820px) {

    .brand-page__model {
        width: 50%
    }
}

@media screen and (min-width:821px) {

    .brand-page__model {
        width: 33%
    }
}



.brand-model-card__title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    padding: 5px;
    background-color: rgba(0,0,0,.40);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

p {
    margin: 0 0 1em;
    margin-bottom: 1em;
    line-height: 1.4285em;
}

.brand-model-card {
    position: relative;
    display: block
}

.responsive-image {
    display: block;
    width: 100%;
    height: auto;
}

img {
    border-style: none;
}



/*پایان بلاگ قسمت صفحه نخستاش*/
@media (max-width:320px) {

    .btnforadv {
        display:none;
    }
}

@media (min-width:321px) and (max-width:375px) {

    .hideinsearch {
        margin-top: 20px;
    }

    .navbar-brand{
        margin-left:1px;
    }
}


.cityadv {
    margin-left: 20px;
    margin-top: 10px;
    cursor: pointer;
}
 input:focus {
    box-shadow: 0 0 3px 3px #b0e0ee;
    border: 2px solid #bebede;
}

select:focus {
    box-shadow: 0 0 5px 5px #b0e0ee;
    border: 2px solid #bebede;
}

.sabtadv.login {
    background: none;
}


/*#footerSite .column .col-sm-2 p {
    font-size: 10px;
}

#footerSite .column .col-sm-3 p {
    font-size: 10px;
}


#footerSite .column .col-sm-2 a .fotterheader11 {
    font-size: 13px;
}

#footerSite .column .col-sm-3 a .fotterheader11 {
    font-size: 13px;
}*/
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0px;
}


.connect-box {
    color: #333333;
  
    
    margin-bottom: 10px;
  
}

    .connect-box i {
       
        margin: 0 auto;
        width: 80px;
        height: 80px;       
        display: block;
        background-size: 200px;
        margin-bottom: 15px;
    }

i.connect-1 {
    background-size: 80px 80px;
    background: url(../images/instagram2.png) no-repeat;
}

i.connect-2 {
    background: url(../images/telegram.svg) no-repeat;
    background-size: 80px 80px;
}

i.connect-3 {
    background-size: 80px 80px;
    background: url(../images/whatsapp.svg) no-repeat;
}

i.connect-4 {
    background-size: 80px 80px;
    background: url(../images/phone.png) no-repeat;
}

i.connect-5 {
    background-size: 80px 80px;
    background: url(../images/robottelgram.png) no-repeat;
}
.acolor {
    color:white;
}




.mahsolnew {
    display: block;
    height: 55px;
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #eaeaea;
}


    .mahsolnew i {
        width: 29%;
        height: 54px;
        background-color: #00c36d;
        float: right;
        color: #fff;
        margin-left: 10px;
        padding: 0 10px;
        font-size: 40px;
        text-align:center;
    }

    .mahsolnew .tel {
        margin: 4px;
        padding: 10px;
    }

        .mahsolnew .tel .text {
            margin: 0;
            color: #fff;
        }

        .mahsolnew .tel .phone {
            font-size: 16px;
            color: #333;
            margin: 0;
        }

    .mahsolnew :hover .phone {
        color: #007ee5;
    }

@media screen and (max-width:365px) {
    .hid360 {
        display: none;
    }
}

.tdwidth {
    width: 100px
}

@media only screen and (min-width:1024px) {
    .imagezero {
        width: 80px;
        height: 80px
    }

    .imagezero2 {
        width: 35px;
        height: 35px
    }

    .tdwidth {
        width: 100px
    }
}

@media only screen and (max-width:1024px) {
    .imagezero {
        width: 70px;
        height: 70px
    }

    .imagezero2 {
        width: 33px;
        height: 33px
    }

    .tdwidth {
        width: 35px
    }
}

@media only screen and (max-width:480px) {
    .imagezero {
        width: 60px;
        height: 60px
    }

    .imagezero2 {
        width: 30px;
        height: 30px
    }

    .tdwidth {
        width: 30px
    }
}
