﻿@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: 'Poppins', sans-serif;
    font-size:15px;
    font-weight:400;
    color:#2f2f2f;
}

.arabic
{
	font-family:"Tajawal";
}


		#top-image {
		    position: fixed;
		    left: 0;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    width: 100%;
		    background-image: url('../images/bg.png');
		    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;
		    }
		}
		
	
.img-all {
    height: 100%;
    width: 100%;
    opacity:0.8;
    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-color:#fff;    
    background-blend-mode: multiply;
    background-position: right center;
    z-index: -1;
}


.img-color {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background-color:#1c208f;    
    background-blend-mode: multiply;
    background-position: right 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;
}

.top-arrow
{
    padding: 20px 0;
    position: fixed;
    background-color: #1c208f;
    width: 100%;
    z-index: 9;
}
.logo
{
    margin: 50px auto ;
    text-align: center;
}

.logo img
{
	 width: auto;
	 margin:auto;
}


.enter
{
	position: absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
	padding:15px 0;
	text-align:center;
	color:#FFFFFF;
}


.home-intro {
	font-size:26px;    
	font-weight:600;  
	color:#fff;
}
.home-intro span {
font-size:15px;
display:block;
margin-top:10px;
}

.bg-white
{
	 background-color:#FFFFFF;
	 padding:20px 10px;
	 border-radius: 8px;
}



.btn{
    display: inline-block;
    padding: 12px 35px;
    font-size:17px;
    font-weight:500;
    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: 2px solid transparent;
    border-radius:5px;
    width:100%;
    margin-top:10px;
}
.btn2{
    display: inline-block;
    padding: 12px 35px;
    font-size:17px;
    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: 2px solid transparent;
    border-radius:5px;
    margin-top:20px;
}

.btn3{
    display: inline-block;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 500;
    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: 2px solid transparent;
    border-radius: 5px;
    margin-top: 5px;
}


.btn-gray{
    color: #fff;
    background-color:#6d6e71;
    border-color: #6d6e71;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-gray:hover {
    color: #8b1c3f;
    background-color:#fff;
    border-color: #8b1c3f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more {
    color: #1c208f;
    background-color:#caf0ff;
    border-color: #caf0ff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
}

.btn-more:hover {
    color: #1c208f;
    background-color:#fff;
    border-color: #1c208f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-blue{
    color: #fff;
    background-color:#1c208f;
    border-color: #1c208f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-blue:hover {
    color: #1c208f;
    background-color:#fff;
    border-color: #1c208f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-white{
    color: #1c208f;
    background-color:#fff;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-white:hover {
    color: #fff;
    background-color:#1c208f;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-green{
    color: #96d143;
    background-color:#1c208f00;
    border-color: #96d143;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
    width:100%;
  
}

.btn-green:hover {
    color: #fff;
    background-color:#96d143;
    border-color: #96d143;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.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: #1c208f;
    background-color:#fff;
    border-color: #1c208f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


a:hover, a:focus {
    color: #2a6496;
    text-decoration: none;
}

.logo-inner
{
    position: relative;
    padding:20px 0px;
}

.logo-inner img
{
	 width: 120px;
	 margin:auto;
}

.logo-title
{
    position: relative;
    margin: 10px auto 10px auto;
    padding:0px;
    color:#fff;
    font-size:20px;
    text-align:center;
    font-weight:600;
}
.logo-title span
{
    font-size:20px;
    display:block;
    font-weight:300;
}
.big-text {
    font-size: 16px;
    text-align: center;
    color: #1c208f;
    padding-top: 20px;
    padding-bottom: 20px;
}



.socials {
	position: relative;
	margin-top:30px;
}


.socials ul 
{
	padding-left:0px;
	text-align: center;
}



.socials ul li {
    display: inline-block;	
    width: 50px;
    height: 50px;
    margin:0 4px;
    border-radius: 50px;
}


.socials ul li a {
	width:50px;
	height: 50px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	border-radius: 50px;
	-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;
}



.box-blue
{
	background-color:#1c208f;
	position:relative;
	padding:20px;
	color:#FFFFFF;
	border-radius: 10px;
	margin-bottom:20px;	
	text-align:left;

}

.box-blue-h1
{
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:capitalize;
}
.box-blue-h2
{
	font-size:16px;
	font-weight:400;
	margin-bottom:0px;
}

.box-blue i
{
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 55px;
}

.box-orange 
{
	background-color:#96d143;
	position:relative;
	padding:20px;
	color:#FFFFFF;
	border-radius: 10px;
	text-align:left;
}

.box-orange-h1
{
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:capitalize;
}
.box-orange-h2
{
	font-size:16px;
	font-weight:400;
	margin-bottom:0px;
}

.box-orange i
{
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 55px;
}


.back-icon {
    position: absolute;
    z-index: 9;
    height: 30px;
    width: 30px;
    top: 15px;
    right: 8px;
    text-align: center;
    line-height: 30px;
    color: #6d6e71;
    border-radius: 5px;
}

.back-icon a i
{
   color:#1c208f;
   font-size:22px;
}
.edit1 img
{
	 margin:auto 0 auto auto;
} 

.content
{
	/*margin-bottom:45px;
	margin-top:60px;*/
	padding-top:0px;
	padding-bottom:0px;
}
.content-sign
{
	padding:70px 0 40px 0;
}

.content-inner
{
	padding:40px 0 110px 0;
}
.content-inner2
{
	padding:80px 0 110px 0;
}
.content-inner3
{
	padding:80px 0 110px 0;
}


.bg-home 
{
    margin-bottom: 0px;
    margin-top: 20px;
    padding-top: 10px;
}
.bg-home2 
{
    margin-bottom:0px;
    margin-top: 0px;
}

.bg-home h2
{
   font-size:13px;
   color:#1c208f;
   font-weight:300;    
   margin-top: 0px;
   margin-bottom: 10px;
}


.bg-home h3
{
   font-size:23px;
   color:#1c208f;
   font-weight:700; 
   margin-top: 0px;
   margin-bottom: 0px;
}


#search-home {
padding-top:20px;
padding-bottom:20px;
}

#search-home .search-home {
    width: 100%;
    height:55px;
    background: #fff;
    position: relative;    
    border-radius: 5px;
    padding-left: 55px;    
    padding-right: 5px;
    border: 1px solid #fff;  
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.12);

}


#search-home .search-home input {
    width: 100%;
    background-color:#fff;
    border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    height: 53px;
    border-radius: 5px;
}

#search-home .search-home button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 50px;
    height: 55px;
    font-size: 22px;
    background: none;
    border: 0;
    color: #2f4eae;
    cursor: pointer;
}

.fillter
{
    right: 6px;
    background:url(../images/line.png) no-repeat scroll left center !important;
    left: auto !important;
}

.notification-top
{
    color: #6d6e71;
    position: relative;
    font-size: 20px;
    width: 100%;
    text-align:right;
    line-height: 50px;    
    height:55px;
    padding-right: 8px;
}


.notification-top a
{
	color:#6d6e71;
}

.notification-top a img
{
    width:26px;	
    margin: auto auto auto 0;
}

.notification-no
{
    width: 12px;
    height: 12px;
    font-size: 15px;
    background-color: #96d143;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 7px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    right:2px;
}




.sign-in
{
	margin-top:20px;
	font-size:14px;
}


.sign-in a
{
	color:#fff;
}

.signin-margin
{
	margin-top:10px;
}


.underline a
{
    border-bottom: 1px #1c208f solid;
}
.underline2 
{
	text-align:center;
	margin-top:0px;
	color:#96d143;
	font-size:14px;
}

.underline2 a
{
	color:#caf0ff;
}

.underline3 
{
	text-align:center;
	margin-top:10px;
	color:#96d143;
	font-size:18px;
	font-weight:600;
}

.sign-in .form-group {
    margin-bottom: 15px;
}


.sign-in .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color:#fff0;
    background-image: none;
    border: 0px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    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: #fff;
}

.sign-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.sign-in .form-control::placeholder {
    color: #fff;
}


.white-color
{
	color:#FFFFFF;
	padding:5px 0 10px 0;
}
.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;
}


.contry {
    height: 50px;
    padding: 12px 10px;
    font-size: 15px;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
}
.contry img {
    margin-right: 5px;
}


.container2 {
  display: block;
  position: relative;
  padding-left: 25px;
  font-weight:400;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#fff;
}

/* 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;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius:2px;
  background-color: #d6d6d6;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #d6d6d6;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #1c208f;
}

/* 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 {
  left: 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);
}



.products-inner
{
    height: auto;
    padding: 10px 10px;   
    position:relative;
    font-size: 17px;
    margin-bottom: 20px;
    -webkit-box-shadow:2px 2px 14px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 2px 2px 14px -4px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 14px -4px rgba(0,0,0,0.45);
}



a .products-inner{
    color:#000;
}


.products-inner-img
{   
    background-color: #fff;
}

.products-inner img
{
    margin: auto;
}

.title-inner
{
    margin-top:0px;
    color:#434343;
    font-size:18px;    
    margin-bottom: 30px;
    text-align:center;
    font-weight: 400;
    position: relative;
    border-bottom:1px #1c208f solid;
}


.title-inner span
{
    background-color: #FFFFFF;
    padding: 5px 15px;
    position: relative;
    margin: auto;
    top: 14px;
}

.title-headline
{
    margin-top:10px;
    color:#1c208f;
    font-size:18px;    
    font-weight:600;
    margin-bottom: 15px;
}
.title-headline-w
{
    margin-top:10px;
    color:#fff;
    font-size:18px;    
    font-weight:600;
    margin-bottom: 15px;
}



.box-3
{
    margin-bottom: 30px;    
    border-radius: 10px;
    padding:15px 15px;
    background: #1c208f url('../images/bg-box.png') no-repeat left 70px;
    height: 170px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
 
.box-3 img
{
    margin: 0;
    height:49px;
    object-fit: contain;
    margin-bottom:15px;
}

.box-3 .col-xs-5
{
     padding-right:0;
}


.name-all3
{
    margin-bottom: 5px;
    font-size:16px;
    color:#fff;    
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 600px;
}
.name-all3 span
{
    margin-bottom: 5px;
    font-size:12px;
    color:#ffffffa8;    
    display: block;
    font-weight:300;
}


.box-2
{
    margin-bottom: 15px;    
    background-color:#f0f0f0;
    border-radius:15px;
    padding:15px;
}
 
.box-2 img
{
    margin: auto;
    height: 60px;
    object-fit: cover;
    width: 100%;
    border-radius:10px;
}

.box-2 .col-xs-5
{
     padding-right:0;
}


.name-all
{
    margin-top:8px;
}

.name-2
{
    font-size:16px;
    color:#404040;
    margin-bottom:5px;
    font-weight:600;
}

.detials
{
    font-size: 13px;
    color: #828282;
    display: block;
    height: 20px;
    overflow: hidden;
}


.form-control {
    display: block;
    width: 100%;
    height: 45px;
    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: 3px;
    -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-left: 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;
}

/* 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;
  left: 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: #1c208f;  
  border:1px #1c208f solid;

}

/* 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 #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.top-margin
{
	margin-top:20px;
}


.footer
{
	position:fixed;
	bottom:0;
	width:100%;
	padding:0px 0 5px 0;
	background: url('../images/bg-footer.png') no-repeat center top ;
	height: 70px;
    z-index:9;
    background-size: 103%;
}


.footer ul
{
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    padding-top:20px;
}

.bottom-color
{
	font-size:14px;
	color:#CCCCCC;
}

.bottom-color-active
{
	font-size:14px;
	color:#062d5d;
}

.footer ul li
{
     padding:0 5%;
     display:inline-block;
     width: 18%;
}

.footer ul li img
{
    margin-bottom:0px;
    width:28px;
}

.home-icon {
    width: 57px;
    height: 57px;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -24px auto auto auto;
}

.home-icon img{
width: 57px !important;
height: 57px;
}

.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;
    left: 0;
    height: 1px;
    width: 40px;
    background: #1c208f;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #1c208f !important;
    margin-right: 10px;
    font-size: 16px !important;
}



#search 
{
   margin:10px 0;
}

#search .search {
    width: 100%;
    height: 45px;
    background: #fff;
    position: relative;    
    border-radius: 5px;
    padding-left: 40px;    
    padding-right: 5px;
    border: 1px solid #f1f1f1;
}


#search .search input {
    width: 100%;
    border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    height: 43px;
}

#search .search button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 40px;
    height: 43px;
    font-size: 15px;
    background: none;
    border: 0;
    color:#1c208f;
    cursor:pointer;
}



.white-box
{
	width:100%;
	height:auto;
	border-radius:15px;
	
-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);

background-color: white;
padding:20px;
}


.white-box-headlines
{
	color:#3d3d3d;
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
	margin-top:20px;
}

.white-box-detials
{
	color:#1c208f;
	font-size:16px;
	font-weight:400;
    margin-bottom:10px;
}


.white-box-text
{
	color:#a3a3a3;
	font-size:16px;
	font-weight:400;
}

.white-box-select a
{
	color:#211e1f;
}
.white-box-select i
{
    margin-left:5px;
    float:right;
    margin-top:3px;
}

.white-box-select
{
	font-size:14px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #96d143;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1c208f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #211e1f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.orange-title
{
	 font-size:16px;
	 font-weight:500; 
	 color:#96d143;
	 margin:10px 0;
}


.map 
{
	 margin:15px 0;
	 
}
.map2
{
	 margin-bottom:20px;
}

.map2 iframe 
{
	 border-radius:20px;
}

.lab-name
{
	color:#1c208f;
	font-size:18px;
	font-weight:600;
}
.lab-Address
{
	color:#888888;
	font-size:14px;
	font-weight:400;
}

.lab-time
{
	color:#888888;
	font-size:14px;
	font-weight:400;
}

.lab-phone
{
	color:#222222;
	font-size:14px;
	font-weight:600;
}

.lab-distance
{
	color:#888888;
	font-size:14px;
	font-weight:400;
}

.lab-img
{
	 float:left;
	 margin-right:20px;
	 width:100px;
	 height:100px;
	 border-radius:100px;
}

.top-ma
{
	margin-top:15px;
}
.form-control-time {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #262626;
    font-weight:600;
    margin-bottom: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(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;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}


.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}



.carousel-fade .carousel-inner .item
{
	height:200px;
	border-radius:15px;
	border:1px #CCCCCC solid;
}
.slide{ 
  margin-bottom:20px;
  height:200px;
}

.carousel-indicators {
    bottom:5px;
    left: 0%;
    right:0;
    margin:auto;
    z-index:9;
    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:#d5d5d5;
    border: 0px solid #d8d8d8;
    border-radius: 50px;
}


.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0px 2px;    
    background:#96d143;
}


.margin-top
{
	margin-top: -30px;
}

.hight
{
	height:85px !important;
}
.done-offer
{
	text-align:center;
	margin:20px 0;
}


.done-offer-h2
{
	 font-size:20px;
	 color:#2d4cab;
	 font-weight:600;
}
.done-offer-h3
{
	 color:#96d143;
	 font-size:18px;
	 font-weight:600;
	 margin-top:10px;
}
.done-offer-h4
{
	 color:#c2c2c2;
	 font-size:15px;
	 font-weight:300;
	 margin-top:10px;
}

.list ul
{
	padding-left:20px;
	margin-top:10px;
}
.list ul li
{
    list-style-type: square;
}



.view-all 
{
	 text-align:right;    
	 margin-top: 10px;
    margin-bottom: 10px;
}

.view-all a
{
	color:#96d143;
	font-size:13px;
}



.view-all a i
{
	 margin-left:4px;
}


.box-img img
{   
    border-radius: 5px;
    height: 100px;
    object-fit: cover;    
    width: 100%;
}

.box-img h2
{   
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    text-transform:capitalize;
    font-weight:500;    
    line-height: 18px;
}

.padding1
{
	padding-left:5px;
	padding-right:5px;
}

.padding2
{
	padding-left:5px;
}
.padding3
{
	padding-right:5px;
}


.bg-gray
{
	background-color:#062d5d;
	padding:10px 0;
	margin:20px 0;
	color:#FFFFFF;
}

.green-color
{
	background:#96d143!important;
	color:#FFFFFF;
}


.offer-logo
{
	position:absolute;
	right:15px;
	background-color:#FFFFFF;
	top:20px;
	width:90px;
	height:90px;
    border-radius: 10px;
    padding:10px;
    box-shadow: 0px -2px 6px 2px rgba(0, 0, 0, 0.2);  
}
.offer-logo img
{
    object-fit: contain;
    width: 70px;
    height: 70px;
}


.results-star 
{
   margin-top:20px;
}

.star2 
{
   margin-top:0px !important;
}


.results-star i
{
  font-size:12px;
  color:#062d5d;  
  padding:0px;
}

.star-active
{
  color:#fff!important;    
}



.padding-box {
    padding:15px;
    border-radius: 0px;
}


.title-headline5 {
    font-size: 16px;
    font-weight: 500;
    color: #96d143;
    margin-bottom: 5px;
    margin-top:10px;
}
.time2 {
    font-size: 12px;
    font-weight:500;
    margin-bottom: 5px;
}

.img-3 {
    margin: auto auto auto 0;
    height: 90px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.box3{
    background-color: #fff;
    width: 100%;
    height: 130px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    display: table;
    padding: 0px 0px 0px 0px;
}


.box-img3 
{
    height: 130px;
    text-align: center;
    width: 100%;
    position: relative;
}


.box-img3 img {
    margin: auto;
    height: 130px;
    width: 100%;
    object-fit: cover;    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.box-text {
    font-size: 18px;
    height: 55px;
    color: #494949;
    padding: 5px 10px;
    display: table;
    vertical-align: middle;
    width: 100%;
}
.shadow {
    box-shadow: 0px -1px 6px 3px rgb(67 67 67 / 20%);
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px #CCCCCC solid;
}

.margin-top2
{
	margin-top:30px;
}


.track-bg
{
    background-color: #1c208f;
    border: 1px #1c208f dashed;
    border-radius:6px;
	padding:15px 20px;
	color:#FFFFFF;
}

.track-bg img
{
     height:65px;
     width:65px;
     float:left;
     margin-right:20px;
}


.track-bg-name
{
    font-size: 16px;
    height: 65px;
    padding-right: 18px;
    vertical-align: middle;
    display: table-cell;
}



.hotline
{
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    text-align: left;
    color: white;
}


.hotline img
{
    width: 20px;
    height: auto;
    margin-right: 10px;
    float: left;
    margin-left: 0;
}

.float-right
{
    float: right;
    right: -15px;
    position: relative;
}

.opacity
{
	opacity:0.5;
}




.info
{
	margin-top:20px;
	position:relative;
}
.info2
{
	margin-top:20px;
	margin-bottom:20px;
}

.info-title
{
	 font-weight:bold;
	 color:#96d143;
	 margin-bottom: 6px;
}

.info-detail
{
	 font-weight:400;
	 color:#bababa;
}



.track
{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    border: 2px #96d143 solid;
    text-align: center;    
    margin-bottom: 20px;
}


.track-blue
{
    background-color: #96d143 ;
    border-radius:6px;
    padding: 15px;
    border: 2px #96d143 solid;
    text-align: center;  
    color:#FFFFFF;  
    margin-bottom: 20px;
    font-weight:700;
}

.track-blue span
{
    font-weight:300;
}


.order-no i
{
    width: 30px;
    margin-right: 10px;
    font-size: 14px;
    background-color: #1c208f;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
}


.add-pationt
{
    background-color: #96d143;
    border-radius: 15px;
    padding:10px 5px;
    border: 2px #96d143 solid;
    text-align: center;
    color: #FFFFFF;
    text-transform:uppercase;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    height: 110px;
}

.add-pationt span
{
    font-weight:400;
    font-size:14px;
    text-transform:capitalize;
    display:block;
}

.add-pationt1
{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 24px 5px;
    border: 4px #96d143 solid;
    text-align: center;
    color: #96d143;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    height: 110px;
 }

.add-pationt1 span
{
    font-weight:400;
    font-size:14px;
    text-transform:capitalize;
    display:block;
}

.add-new
{
	color:#96d143;
	font-weight:400;
	margin-bottom:6px;
}

.add-new i
{
    width: 30px;
    margin-right: 0px;
    font-size: 14px;
    background-color: #96d143;
    height: 30px;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    position: absolute;
    right: 0;
}
.btn-calender {
    font-size: 16px;
    color: #96d143;
    position: absolute;
    top: 40px;
    right: 25px;
}



.bg-white-new
{
background-color:#FFFFFF;
-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;	
padding:30px 0 10px 0;
}

.bg-white-new2
{
background-color:#FFFFFF;
padding:30px 0;
}



.order-font
{
	 text-transform: capitalize;
	 font-weight:400;
	margin-bottom:6px;
}

.order-no
{
	color:#96d143;
	font-weight:400;
	margin-bottom:6px;
	font-size:14px;
}

.order-blue
{
	color:#96d143;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:capitalize;
	font-size:18px;    
	margin-top: 20px;
}

.clinic-name
{
	color:#96d143;
	font-size:18px;
	font-weight:400;
}

.clinic-name i
{
    font-size: 16px;
    font-weight: 400;
    background-color: #96d143;
    color: #FFFFFF;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
}


.clinic-Address
{
	color:#626262;
	font-size:15px;
	font-weight:400;
}

.clinic-time
{
	color:#888888;
	font-size:15px;
	font-weight:400;
}

.clinic-phone
{
	color:#888888;
	font-size:15px;
	font-weight:400;
	float:left;
}

.clinic-distance
{
	color:#888888;
	font-size:14px;
	font-weight:400;
	float:right;
}

.book-arrow {
    line-height: 70px;
}

.book-arrow a{
     color:#808080;
     font-size: 18px;
}

.book-box {
    border-bottom: 1px #e3e3e3 solid;
    padding: 14px 0px;
}


.book-box
{
	border-bottom:1px #e3e3e3 solid;    
	padding: 12px 0px;
}

.book a
{
	color:#969696;
	font-size:15px;
}
.book a:hover
{
	color:#96d143;
	font-size:15px;
}

.book i
{
	margin-left:5px;
}

