/*
SPECIAL STYLE SHEET OF THE HOME PAGE
WEBSITE: HIRAD MAHNAM ARIA
DEVELOPER : CODE NAME 98
DATE: 25-8-2018
*/

/*===================== TABLE OF CONTENTS ==============
	0) CONSTANTS
	1) WHERE SECTION
	2) WHAT PRODUCT SECTION
	3) PLANS SECTIOIN
	4) WHY US SECTION
	5) OUT CUSTOMERS SECTION
	6) OUR AGENTS SECTIOIN
	7) STEPS SECTION
*/

/*===================== CONSTANSTS ===================
	0) COLORS
		MAIN COLOR: 
		grey background: #f6f6f6
		white background: #a1a1a1

	1) FONTS 
		HEADERS FONT FAMILY: 
	
*/

/* ==================== where section ================= */
#where-sec {
	background: #f6f6f6;
	min-height: 100vh;
	width: 100%;
	text-align: center;
	direction: rtl;
	font-family: 'iranian sans';
	background-image: url('../img/banner.jpg');
	background-position: center top;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
}
#where-sec .inner-container {
	margin: 40px 15%;
}
#where-sec input, #where-sec select {
	height: 50px;
}
#where-sec #where-content {
	position: relative;
}
#where-sec #where-content #banner-logo-img {
	clear: both;
	margin: 0 auto;
	width: 410px;
}
#where-sec #where-content #find-service-title {
	font-size: 1.1em;
}
#province-selector-div {
	padding:0px;
}
#province-selector-div  #province-selector {
	border-radius: 0;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
}
#alley-input-div {
	padding: 0;
}
#alley-input-div #allay-input {
	border-radius: 0;
}
#agent-input-div {
	padding: 0;
	position: relative;
}
#agent-input-div #agent-input {
	border-radius: 0;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#agent-input-div #where-check-button {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 43px;
	border-radius: 15px;
	padding: 1px 7px;
	font-size: 0.9em;
}
.behinde-line {
	z-index: 1;
    position: relative;
    color: #d1d1d1;
    text-align: center;
    display: block;
    font-size: 1.125rem;
}
.behinde-line:before, .behinde-line:after {
    border-top: 1px solid #dbdbdb;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 47%;
}
.behinde-line:before {
    right: 0;
}
.behinde-line:after {
    left: 0;
}
#btn-location {
	border-radius: 30px;
	padding: 5px 50px;
	color: #a1a1a1;
	background: #ffffff;
	border: 1px solid #a1a1a1;
	float: left;
	margin-left: 30px;
	width: 270px;
	font-size: 0.9em;
	text-align: left;
}
#btn-agent-location {
	border-radius: 30px;
	padding: 5px 50px;
	color: #a1a1a1;
	background: #ffffff;
	border: 1px solid #a1a1a1;
	float: right;
	margin-right: 30px;
	width: 270px;
	font-size: 0.9em;
	text-align: right;
}
/*===================== what-product-sec =============== */
#what-product-sec {
	direction: rtl;
	padding: 30px;
}
#what-product-sec #porduct-buttons {
	text-align: center;
	margin: 0 auto;
}

/*====================== plans-sec ===================== */
#plans-sec {
	direction: rtl;
	text-align: right;
	overflow: -webkit-paged-x;
}
#plans-sec .col-sm-3{
	padding: 0px;
}
.plan {
	border-radius: 5px;
	margin: 10px 0px;
}
.plan-div:nth-child(odd) .plan,
.plan-div:nth-child(even) .plan-header {
	background-color: #eeeeee;
}
.plan-div:nth-child(even) .plan,
.plan-div:nth-child(odd) .plan-header {
	background-color: whitesmoke;
}
.plan-header {
	text-align: center;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.plan-header .plan-name h1 {
	padding: 10px 0px;
	font-size: 1.3em;
}
.plan-header .plan-top-price h2{
	font-size: 1.7em;
	padding: 10px 0px;
}
.plan-header .plan-top-img {
    position: absolute;
    z-index: 1000;
    height: 70%;
    left: 5px;
    top: -11px;
}
.plan .plan-featured-img {
	text-align: center;
}
.plan .plan-featured-img img{
	width: 70%;
	padding: 5px;
}
.plan .plan-featured-list ul{
	list-style: none;
	padding: 0;
}
.plan .plan-main-feature {
    padding: 10px;
    text-align: center;
    color: #ffffff;
    margin: 10px 0px;
    font-weight: bold;
}
.plan-div:nth-child(odd)  .plan .plan-main-feature  {background: #e41c36;}
.plan-div:nth-child(even) .plan .plan-main-feature  {background: #ff4c4c;}
.plan .plan-bottom {
	text-align: center;
	padding: 10px;
}
.plan .plan-bottom .btn {
	margin: 3px 10px;
	padding: 5px;
	display: block;
}

#which-plan-question-div {
	text-align: center;
	direction: rtl;
}
/*==================== why-us-sec ====================== */
#why-us-sec {
	background: #f6f6f6;
	direction: rtl;
	text-align: center;
}
#why-us-sec h1 {
	background: #96bc05;
	padding: 20px;
	color: #ffffff;
	box-shadow: 2px 0px 5px #444;
	font-size: 1.5em;
    font-weight: bolder;
    background: #a90329; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(#d23e3e 0%, #e41c36 44%, #b30c33 100%);
    background: -o-linear-gradient(#d23e3e 0%, #e41c36 44%, #b30c33 100%);
    background: linear-gradient(#d23e3e 0%, #e41c36 44%, #b30c33 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d23e3e', endColorstr='#b30c33',GradientType=0 ); /* IE6-9 */

}
#why-us-sec ul li {
	text-align: justify;
}
#why-us-cards-div {
	display: block;
	text-align: center;
}
#why-us-cards-div img{
	max-height: 198px;
	display: inline-block;
	padding: 20px;
}
/*=================== steps-sec ========================== */
#steps-sec {
	background: url('../img/fall1.jpg');
	background-attachment: fixed;
}
#steps-inner {
	padding: 30px;
	background-color: rgba(236, 236, 236, 0.9);
}
#steps-sec h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #bc0023;
}
#steps-sec ul {
	text-align: center;
}
#steps-sec ul li {
	list-style: none;
	display: inline-block;
	padding: 10px;
	width: 15%;
	min-height: 200px;
}
#steps-sec ul li h2 {
	display: block;
	color:#bc0023;
	font-size: 1em;
}
#steps-sec ul li img {
	height: 109px;
}
#steps-sec ul li h1 {
	color:#bc0023;
	font-size: 1.2em;
	margin: 5px;
}

/*=================== our-customers-sec ================ */
#our-customers-sec {
	padding: 30px;
}

#our-customers-sec > h1 {
	text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #bc0023;
}

#our-customers-sec  .slick-dots li.slick-active button:before {
	color: #bc0023 !important;
}

/*=================== our-agents-sec ==================== */
#our-agents-sec {
	background: #ddd;
	padding: 10px;
	text-align: center;
}

/*==================  social-media-sec =================== */
#social-media-sec {
	text-align: center;
	padding: 10px;
}
#social-media-sec> h1 {
	padding-top: 20px;
	color: #bc0023;
    font-size: 1.1em;
}
#social-media-sec #social-bar a {
	font-size: 4em;
    color: #bc0023;
    transition: color 0.2s ease-in;
}
#social-media-sec #social-bar a:hover {
	color: #007bff;
}
#social-media-sec #com-mob a {
	color: #bc0023;
}