		body{
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			padding: 0;
			margin:0;
			background-color: #ffffff;
		}
		.main{
			height: auto; 
			width: 1400px;
			margin: auto;
			padding: 10px;
		}

		#photo-slider .item{
			height: 500px;
			width: 100%;
		}
		#photo-slider .item img{
			height: 500px;
			width: 100%;
		}
		#myCarousel{
			width: 100%;
			/*margin-left:10%;*/
		}

		.branch_con{
			position: relative;
			height: 1000px;
			width: 80%;
			margin-left: 21%;
		}
	    .branches_item{
	        float: left;
	        margin-left: 20px;
	        margin-top: 10px;
	        position: relative;
	        border: 1px solid   #E8E8E8;
	    }

	    .branches_item div img{
	    	width: 250px; 
	    	height: 220px;
	    }

		/*ARROW HEADER DESIGN*/
		#pointer {
	      width: 230px;
	      height: 40px;
	      position: relative;
	      /*background: #337ab7;*/
	      background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(6,60,101,1) 24%, rgba(87,122,150,1) 84%);
	      margin-left: 2%;
	      padding-left: 3%;
	      padding-top: 2px;
	      margin-bottom: 10px;
	    }
	    #pointer:after {
	      content: "";
	      position: absolute;
	      left: 0;
	      bottom: 0;
	      width: 0;
	      height: 0;
	      border-left: 20px solid white;
	      border-top: 20px solid transparent;
	      border-bottom: 20px solid transparent;
	    }
	    #pointer:before {
	      content: "";
	      position: absolute;
	      right: -20px;
	      bottom: 0;
	      width: 0;
	      height: 0;
	      border-left: 20px solid rgb(87,122,150);
	      border-top: 20px solid transparent;
	      border-bottom: 20px solid transparent;
	    }


	    /*dropdown login*/
		.navbar-default{background:#3285D1;border-color: #3285D1;}
	    .navbar-default .navbar-nav > li > a{color:#FFF;}
	    .nav > li > a{margin:15px; font-size: 17px; color:#FFF;}
	    .nav .open > a, .nav .open > a:hover, 
	    .nav .open > a:focus,
	    .nav > li > a:hover, .nav > li > a:focus{background-color:transparent !important;}

      	.navbar-brand{    
          margin: 15px !important;
          padding: 13px !important;
          color: #fff !important;
          font-size: 2em !important;
          font-weight: bold !Important;
        }
          
	    .navbar-toggle{margin-top:20px !important;}
	    .dropdown-menu{background:#fff !important;}
	    .navbar-login
	    {
	        width: 300px;
	        padding: 10px;
	        padding-bottom: 0px;
	    }

      	.navbar-login-session
      	{
            padding: 10px;
            padding-bottom: 0px;
        	padding-top: 0px;
      	}

	    .icon-size
	    {
	        font-size: 87px;
	    }

      	.dropdown-container{
      		position: absolute; 
      		margin-left: 1240px;
      	}
      	/*end of dropdown login*/

      	
	    
		@media screen and (max-width: 1400px) {
			.main{
					height: auto; 
					width: 1200px;
					margin: auto;
				}
			.side-con{
					width: 250px;
			}
			.latestproducts .col-item .photo img{
				margin-top: -10px;
				width: 100%;
				height: 170px;
			}
			.brands_container{
			 	height: 310px;
		 	}

		 	#photo-slider .item{
        		height: 400px;
        		width: 100%;
        	}
        	#photo-slider .item img{
        		height: 400px;
        		width: 100%;
        	}

			.branch_con{
				margin-left: 22%;
			}
			.branches_item{
		        float: left;
		        margin-left: 1px;
		        margin-top: 10px;
		        width: 230px;
		        height: 310px;
		        border: none;
		    }
		    .branches_item:hover{
		    	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		    }
			.branches_item div img{
		    	width: 230px; 
		    	height: 200px;
		    }

		}
		@media screen and (max-width: 1250px) {
			.main{
				height: auto; 
				width: 1000px;
				margin: auto;
			}
			.side-con{
					width: 200px;
			}
			#photo-slider .item{
        		height: 350px;
        		width: 100%;
        	}
        	#photo-slider .item img{
        		height: 350px;
        		width: 100%;
        	}
			.b_plist{
			 	margin-left: 46%; 
			 	padding-top: 8px;
			}

			.branch_con{
				margin-left: 23%;
			}
			.branches_item{
		        float: left;
		        margin-left: 0;
		        margin-top: 10px;
		        width: 190px;
		        height: 290px;
		    }
			.branches_item div img{
		    	width: 190px; 
		    	height: 170px;
		    }
		}

		/*for mobile responsiveness--------------------------------------------------------------------------*/
			@media screen and (max-width: 600px) {
				.main{
					height: auto; 
					width: 100%;
					margin: auto;
					padding: 0;
				}	
				#myCarousel{
					width: 90%;
					margin-left: 5%;
				}		
				.branch_con{
					width: 100%;
					height: 4000px;
					margin-left: 0%;
					position: relative;
				}

				#photo-slider .item{
        			height: 150px;
        			width: 100%;
        		}
        		#photo-slider .item img{
        			height: 150px;
        			width: 100%;
        		}

        		.branches_item{
			        float: left;
			        margin-left: 5%;
			        margin-top: 10px;
			        width: 90%;
			        height: 290px;
			    }
				.branches_item div img{
			    	width: 100%; 
			    	height: 200px;
			    }
			    .navbar #custom-search-input input{
					width: 100%;
				}
			}	

a.btn-social,
.btn-social
{
    border-radius: 5%;
    color: #ffffff !important;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 34px;
}
.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-instagram
{
    background-color: #0976b4;
}
.btn-instagram:hover
{
    background-color: #0b96e5;
}