﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html,
body {
    height: 100%;    
    font-family: 'Tajawal', sans-serif;
    font-size:16px;
    font-weight:400;
    color:#5a5a5a;
}



		#top-image {
		    position: fixed;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    width: 100%;
		    background-image: url('../images/globe.jpg');
		    background-size:cover;
		    height: 100vh;
		    width: 100vw;
		    animation: 90s scroll infinite linear;
		    opacity:1;
		}


		@-webkit-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-moz-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-o-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@-ms-keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}

		@keyframes scroll {
		    100% {
		        background-position: -3000px 0px;
		    }
		}
		
		

.arabic
{
	font-family:"Poppins";
}

.img-all {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    z-index: -1;
    background:url('../images/bg.png') no-repeat center center;
}

.img-inner {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background:#f0f2f5;    
    background-blend-mode: multiply;
    background-position: center center;
    z-index: -1;
}


.img-color {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background:#f0f2f5 url('../images/logo-bg.png') no-repeat fixed center center;    
    background-blend-mode: multiply;
    background-position: center center;
    z-index: -1;
}

.img-white {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background-color:#fff;    
    background-blend-mode: multiply;
    background-position: right center;
    z-index: -1;
}



.logo
{
    position: fixed;
    display: table;
    left: 10%;
    right: 10%;
    margin: auto;
    top: 0;
    text-align: center;
    bottom: 0;
    vertical-align: middle;
    width: 80%;
}

.logo img
{
	 width: auto;
	 margin:auto;
}


.enter
{
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
	background-color:#2e3192;
	padding:15px 0;
	color:#FFFFFF;
}

.enter a
{
	color:#FFFFFF;
}
.enter a:hover
{
	color:#FFFFFF;
}

.bg-white
{
	 background-color:#FFFFFF;
	 padding:20px 10px;
	 border-radius: 8px;
}



.btn{
    display: inline-block;
    padding: 12px 35px;
    font-size:16px;
    font-weight:700;
    line-height: 1.42857143;
    text-align: center;
    text-transform:   uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius: 8px;
    width:100%;
    margin-top:20px;
}

.btn-white {
    color: #0097dc;
    background-color:#fff;
    border-color: #0097dc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-white:hover {
    color: #fff;
    background-color:#f43139;
    border-color: #0097dc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-blue{
    color: #fff;
    background-color:#0097dc;
    border-color: #0097dc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-blue:hover {
    color: #0097dc;
    background-color:#fff;
    border-color: #0097dc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-start{
    color: #fff;
    background-color:#0097dc;
    border-color: #0097dc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-start:hover {
    color: #0097dc;
    background-color:#fff;
    border-color: #0097dc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-gray1{
    color: #fff;
    background-color:#303030;
    border-color: #303030;
    width:100%;
    padding: 10px 0;
    margin-top: 0;
    font-size:14px;
    border-radius: 3px;
    text-transform:capitalize;    
    font-weight: 400;    
}

.btn-gray1:hover {
    color: #303030;
    background-color:#FFFFFF;
    border-color: #303030;
}




.btn-time1{
    color: #fff;
    background-color:#303030;
    border-color: #303030;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
    padding: 8px 0;
    margin-top: 30px;
    font-size:14px;
    border-radius: 3px;
    text-transform:capitalize;    
    font-weight: 400;
}

.btn-time1:hover {
    color: #303030;
    background-color:#fff;
    border-color: #303030;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-time2{
    color: #b2b2b2;
    background-color: #ffffff;
    border-color: #b2b2b2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
    padding: 8px 0;
    margin-top: 30px;
    font-size:14px;
    border-radius: 3px;
    text-transform:capitalize;    
    font-weight: 400;
}

.btn-time2:hover {
    color: #0097dc;
    background-color:#fff;
    border-color: #0097dc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


a:hover, a:focus {
    color: #2a6496;
    text-decoration: none;
}

.logo-inner
{
    position: relative;
    margin: auto;
    padding:40px 25px;
    text-align: center;
}

.logo-inner img
{
	 width: 185px;
	 margin:auto;
}



.back-icon {
    position: absolute;
    z-index: 9;
    height: 30px;
    width: 30px;
    top: 5px;
    right: -20px;
    text-align: center;
    line-height: 32px;
    color: #0097dc;
}

.back-icon a i
{
   color:#0097dc;
   font-size:22px;
}


.cart
{
    color: #2e3192;
    position: absolute;
    left: 45px;
    font-size: 20px;
    top: -5px;    
    padding: 5px 10px;
    background-color:#FFFFFF;    
    width: 70px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 7px 1px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: 0px 1px 7px 1px rgba(66, 66, 66, 0.15);
    box-shadow:0px 1px 7px 1px rgba(66, 66, 66, 0.15);
    line-height: 30px;
}


.cart a
{
	color:#2e3192;
}

.cart a i
{
    font-size:25px;	
}

.cart-no
{
    width: 20px;
    height: 27px;
    font-size: 15px;
    background-color: #96d4f1;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    margin-right: 29px;
    text-align: center;
    line-height: 25px;
}



.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    border-radius: 0px;
    height:645px;
    width:100%;
}


.carousel-fade .carousel-inner .item
{
	height:240px;
}
.slide{ 
  margin-top:0px;
  height:260px;
}

.carousel-indicators {
    bottom:25px;
    left: 0%;
    right:0;
    margin:auto;
    z-index: 99;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;
    }


.carousel-indicators li {
    display: inline-block;
    width:10px;
    height: 10px;
    margin: 0px 2px;
    text-indent: -999px;
    cursor: pointer;
    background:#d8d8d8;
    border: 0px solid #d8d8d8;
    border-radius: 50px;
}


.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0px 2px;    
    background:#0097dc;
}



.content
{
	/*margin-bottom:45px;
	margin-top:60px;*/
	padding-top:70px;
	padding-bottom:60px;
}
.content-sign
{
	padding:0px 0 40px 0;
}

.content-inner
{
	padding:80px 0 80px 0;
}
.content-inner3
{
	padding:60px 0 80px 0;
}

.content-inner2
{
	padding:60px 0 60px 0;
}

.content-profile 
{
	padding:50px 0 70px 0;
}

.bg-home {
margin-bottom:20px;
background-color: #0097dc;
padding-top:10px;
padding-bottom:10px;
color:#FFFFFF;

}

.bg-home h2{

 font-size:20px;
}
.bg-home h3{

 font-size:16px;
}


#search-home {
padding-top:20px;
padding-bottom:20px;
}

#search-home .search-home {
    width: 100%;
    height: 45px;
    background: #fff;
    position: relative;    
    border-radius: 5px;
    padding-right: 40px;    
    padding-left: 5px;
    border: 1px solid #f1f1f1;
}


#search-home .search-home input {
    width: 100%;
    background-color: white;
    border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    height: 43px;
}

#search-home .search-home button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 40px;
    height: 43px;
    font-size: 18px;
    background: none;
    border: 0;
    color: #2e3192;
    cursor: pointer;
}

.box1
{
	 background-color:#fff;
	 width:100%;
	 height:155px;    
	 margin-bottom:10px;
	 position:relative;
	 -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.3);
     -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.3);
     box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.3);  
     border-radius:25px;
}


.color1
{
    color: #626262;
    font-size:18px;
    font-weight:300;    
    padding:10px 10px 15px 10px;
    text-align:center;
    text-transform: capitalize;
}

.color1 span
{
    font-size:20px;
    font-weight:600;    
}

.box-text {
    width: 100%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

a:hover .box-text
{
	text-decoration:none;
}




.box-all
{
    border-radius: 0px;
    height:100px;
    text-align: center;
    padding:35px 10px;
    text-transform:capitalize;
}


a .box-all
{
    color:#FFFFFF;
}


.text-slider
{
	font-size:15px;
	padding:0 30px;
	color:#7d7d7d;
	text-align:center;
}




.socials {
	position: relative;
	margin-top:10px;
}


.socials ul 
{
	padding-right:0px;
	text-align: center;
}



.socials ul li {
    display: inline-block;	
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color:#525252;
}


.socials ul li a {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
    margin-left: 0px;
    background-color:#525252;
	color: #fff;	
	border-radius: 50px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.socials ul li a:hover {
	 background-color: #0097dc;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.socials ul li img
{
	margin: auto;
    height: auto;
    object-fit: contain;
    width: auto;
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0);
    box-shadow: 0px 2px 0px 0px rgba(66, 66, 66, 0);
    border-radius: 0px;
}

.sign-in
{
	margin-top:20px;
	font-size:14px;
}


.sign-in a
{
	color:#6c757d;
	font-weight:300;
}

.signin-margin
{
	margin-top:10px;
}


.underline a
{
    border-bottom: 1px #6c757d solid;
}
.underline2 
{
	text-align:center;
	margin-top:35px;
}

.underline2 a
{
    border-bottom: 2px #6c757d solid;
    font-size:20px;
	font-weight:500;
	text-align:center;
}

.sign-in .form-group {
    margin-bottom: 0px;
}


.sign-in .form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6c757d;
    background-color: #ffffff00;
    background-image: none;
    border: 0px solid #fff;
    border-bottom: 1px solid #d9dcdf;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sign-in .form-control::-webkit-input-placeholder { /* Edge */
    color: #6c757d;
}

.sign-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6c757d;
}

.sign-in .form-control::placeholder {
    color: #6c757d;
}




.sign-in .form-group {
    margin-bottom: 0px;
}



.form-all
{
	
}
.form-all .form-group {
    margin-bottom:0;
}

.form-all .form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #494949;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 0px solid #fff;
    border-bottom: 1px solid #83d2d9;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-all .form-control::-webkit-input-placeholder { /* Edge */
    color: #494949;
}

.form-all .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #494949;
}

.form-all .form-control::placeholder {
    color: #494949;
}

.container2 {
  display: block;
  position: relative;
  padding-right: 20px;
  font-weight:300;
  margin-bottom: 12px;
  margin-top:20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#6c757d;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  border-radius:2px;
  background-color: #6c757d;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #6c757d;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #0097dc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  right: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.title-headline
{
    margin-top:30px;
    color:#231f20;
    font-size:20px;    
    font-weight:500;
    margin-bottom: 10px;
}
.title-headline span
{
    color:#0097dc;
    font-size:15px;     
    letter-spacing: 1px;   
    display:block;
}

.view-all 
{
	 text-align:left;
	 margin-top: 30px;
    margin-bottom: 10px;
}

.view-all a
{
	color:#0097dc;
	font-size:13px;
}


.title-inner1
{
    color: #363636;
    font-size: 20px;
    font-weight:  600;    
    margin-bottom: 10px;
}
.title-price
{
    color: #0097dc;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom:15px;
}


.products-detials
{
	color:#a0a0a0;    
	line-height: 25px;
    margin-top: 10px;
	font-size:14px;
}
.title-store
{
    margin-top: 10px;
    color:#a3a3a3;
    font-size:14px;
    font-weight: normal;
}


.title-date
{
    margin-top: 10px;
    color:#a3a3a3;
    font-size:13px;
    font-weight: normal;
}

.btn-cart2 {
    background-color: #25247b;
    color: white;
    width: 30px;
    height: 30px;
    padding: 2px 5px;
    text-align:center;
    border-radius: 50px;    
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0 0;
    line-height: 28px;
}


.btn-cart2 a{
    color: white;
}

.btn-number {
    background-color: #fff;
    color: #25247b;
    width: 27px;
    height: 30px;
    padding: 2px 0px;
    text-align:center;
    border-radius: 50px;    
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
}


.price
{
	font-size:20px;
	color:#25247b;   
	margin-top:5px;
	font-weight:bold;
}


.add-cart
{
	background-color:#0097dc;
	padding:10px;
	color:#FFFFFF;
	text-align:center;
	line-height: 15px;
	font-size:15px;
}
.add-cart i
{
	 display:block;    
	 font-size:18px;
	 margin-bottom:10px;
}

.label-av
{
    width: 100px;
    background: url(../images/lable-en.png) no-repeat right top;
    background-size: contain;
    padding: 15px 5px 15px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: -5px;
    top: 5px;
    text-align: center;
}









.place
{
	margin-top:20px;
}
.drug-name
{
	color:#0097dc;
	font-size:20px;
	font-weight:400;    
	margin-top: 15px;
}

.drug-detials
{
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    height: 170px;
    overflow: hidden;
}

.drug-detials ul
{
    padding-left:20px;
}
.drug-detials ul li
{
     list-style-type: square;
    color: #9f9f9f;
}


.links 
{
	 padding-top:20px;
}

.link1
{
	padding-right:5px;
}
.link2
{
	padding-left:5px;
}

.btn2 {
    display: inline-block;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-transform:capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
}


.btn-gray {
    color: #909090;
    background-color:#FFFFFF;
    border-color: #909090;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-gray:hover {
    color: #fff;
    background-color:#909090;
    border-color: #909090;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-blue2{
    color: #fff;
    background-color:#2e3192;
    border-color: #2e3192;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-blue2:hover {
    color: #2e3192;
    background-color:#fff;
    border-color: #2e3192;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.bg-color
{
	background-color:#fdfdfd;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px #e3e3e3 solid;
}


.profile-box
{
	border-bottom:1px #e3e3e3 solid;    
	padding: 14px 0px;    
	font-size: 18px;
	color:#434343;
}
.profile-box img
{
	 display:inline-block;    
	 margin-right: 12px;
}

.profile a
{
	color:#c9c9c9;
	font-size:18px;
}
.profile a:hover
{
	color:#c9c9c9;
	font-size:18px;
}

.profile i
{
	margin-left:10px;
	color:#c9c9c9;
}


.content-padding .row .col-xs-4
{
	padding: 5px;
}

.box-2
{
    margin-bottom: 30px;    
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    border-radius: 10px;
    padding: 15px 5px;
    background-color: #FFFFFF;
    text-align:center;    
    height: 120px;
}
 
.box-2 img
{
    margin: auto;
    height: 125px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.box-2 .col-xs-5
{
     padding-left:0;
}


.name-all
{
    margin-bottom: 5px;
    font-size:15px;
    color:#707070;    
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    width:200px;
}


.news
{
	background-color:#0097dc;
	padding:15px;    
	border-radius: 6px;
	color:#FFFFFF;    
	font-size: 15px;
}

.news hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.29);
}

.new-title
{
    margin-bottom: 15px;
    font-size:20px;
    color:#fff;    
}

.section-news a 
{
	color:#FFFFFF;    
}

.title-news
{
	height:65px;
	overflow:hidden;
}
.date-news
{
	font-size: 14px;
    padding: 10px 0 0px 0;
	color:rgba(255, 255, 255, 0.47);
	font-weight:400;
}


.date-news i
{
padding-left:10px;
}


.btn3{
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-top: 0px;
}

.btn3 i
{
	margin-left:6px;
}


.sub-headline {
    margin: 10px 0;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #5a5a5a
}
.form-group {
    margin-bottom: 15px;
    position:relative;
}

.edit
{
    position: absolute;
    right: 10px;
    top: 40px;
    color: #0097dc;    
    z-index: 99;
}

.edit a
{ 
    color: #0097dc;
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.container-check {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight:normal;
}

.container-check img {
    display: inline-block;
    height: 23px;
    margin-right: 20px;
}

.visa-icon
{
	margin-left: 5px !important;
}
.container-p{
    font-size:13px;    
    color: #a0a0a0;
    padding:10px 0;
    line-height: 1.25;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #f8f9fa;
  border:1px #CCCCCC solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #656565;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.top-margin
{
	margin-top:20px;
}


.profile-bg
{
	 padding:15px 20px 15px 20px;
	 text-align:center;    
	 margin-top: 0px;
	 position:relative
}


.profile-pic
{
	width:120px;
	height:120px;
	border-radius:150px;    
	margin: 20px auto 20px auto;
	
}

.profile-pic img
{
	width:120px;
	height:120px;
	border-radius:150px;    
	object-fit: cover;
	border:5px #FFFFFF solid;
	    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
}

.camera
{
	position:absolute;
    bottom: 25px;
}

.camera a img
{

     width:43px;
     height:43px;
     border:0px #FFFFFF solid;
	    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0);

}

.info
{
	margin-top:30px;
}

.info-title
{
	 font-weight:bold;
	 color:#0097dc;
	 margin-bottom: 6px;
}
.info-title a,.info-title a:hover
{
	 font-weight:bold;
	 color:#0097dc;
	 margin-bottom: 6px;
}

.info-detail
{
	 font-weight:400;
	 color:#bababa;
}

.float-right
{
	float: right;
}

.opacity
{
	opacity:0.5;
}


.bottom
{
	bottom:0;
	position:fixed;    
	width: 100%;
	left:0;
	right:0;
	background-color:#fff;
}

.box-padding {
    padding: 0 1px;
    line-height: 0;    
    width:20%;

}

.bottom-color
{
	 padding:8px 2px 12px 2px;
	 color:#525252;
	 text-align:center;
	 font-size:12px;
	 font-weight:600;
}


.bottom-color img
{
    height: 20px;
    margin: auto auto 15px auto;	 
}


.active-link
{
	border-bottom:4px #4a89dc solid;
}


.calls
{
	margin-bottom:30px;
}


.calls .h4
{
   font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background: #0097dc;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #0097dc !important;
    margin-left: 10px;
    font-size: 16px !important;
}



.box-3
{
    margin-bottom: 30px;    
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    border-radius: 10px;
    padding: 10px 5px;
    background-color: #FFFFFF;
    text-align:center;
    height: 120px;-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-3:hover
{
    background-color: #0097dc;-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-3 img
{
    margin: auto;
    height: 40px;
    object-fit: contain;
    width: 100%;
}

.box-3 .col-xs-5
{
     padding-right:0;
}


.name-all3
{
    margin-bottom: 5px;
    font-size:14px;
    color:#707070;    
    display: table-cell;
    vertical-align: middle;
    height: 50px;    
    width: 600px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.box-3:hover .name-all3
{
	color:#FFFFFF;-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.top-view
{
	font-size:10px;
	color:#707070;    
	opacity: 0.25;
}

.box-3:hover .top-view 
{
	color:#FFFFFF;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    opacity: 1;
}


.box-4
{
    margin-bottom: 30px;    
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    border-radius: 10px;
    padding: 10px 5px;
    background-color: #FFFFFF;
    text-align:right;
    height: 120px;-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
 
.box-4:hover
{
    background-color: #0097dc;-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
 

.box-4 img
{
    margin: auto;
    height: 100px;
    object-fit: contain;
    width: 130px;    
    border: 1px #ebebeb solid;
    background-color: white;
    float: right;    
    border-radius: 10px;
}


.name-all4
{
    margin-bottom: 5px;
    font-size:16px;
    color:#707070;    
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 600px;    
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.box-4:hover .name-all4
{
    color:#fff;  -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.title-inner1 {
    color: #363636;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}



.box-5
{
    margin-bottom: 30px;    
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    border-radius: 10px;
    padding: 10px 5px;
    background-color: #FFFFFF;
    text-align: center;
    height: 185px;
}
 
.box-5 img
{
    margin: auto;
    height: 75px;
    object-fit: contain;
    width: auto;
}


.name-all5
{
    margin-bottom: 5px;
    font-size:15px;
    color:#707070;    
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 600px;    
    padding-left: 5px;
    padding-right: 5px;
}

.note {
    color: #ea2026;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}


