
/*

Template: BrittoCare - Responsive Medical and Health Template
Author: M. I. A. Ferdous
Template Url: https://themeforest.net/user/ferdousoly
Url: www.miaferdous.com
*/


/*
Sections

- Common 
- Navigation
- Placeholders
- Header Section
- Color
- Booking  Section
- About Section
- Service Section
- Dotors Section
- Process Section
- Faq Section 
- Contact Section
- Footer
- Others
- Custom Query/Responsive Design


*/

/* Common */
.heading-font {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.body-font {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 14px; 
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #03A9F4;
}
a:hover,
a:focus {
  color: #336E7B;
}

hr {
     max-width: 100px;
     border-width: 3px;
     border-color: #336E7B;
     margin: 0;
     margin-bottom: 20px;
 }

p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 20px 0; 
  
}
.bg-primary {
  background: #F2F1EF;
}
.text-primary {
  color: #03A9F4;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #336E7B;
  border-color: #336E7B;
}
.btn {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
}
.btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
.btn-xl-custom {
    padding: 12px 20px;
    font-size: 11px;
    max-width: 125px;
    text-align: center;
    min-width: 115px;
    margin-bottom: 15px !important;
}

/*Placeholders*/
textarea::-webkit-input-placeholder{
	color: #03a9f4 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #03a9f4 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #03a9f4 !important;  
}
textarea:-ms-input-placeholder {  
color: #03a9f4 !important;  
}
input::-webkit-input-placeholder {
color: #03a9f4 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #03a9f4 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #03a9f4 !important;  
}
 
input:-ms-input-placeholder {  
color: #03a9f4 !important;  
}


/* Navigation */
.brittonav {
	    background-color: #ffffff;
		border-bottom: 1px solid whitesmoke;
		margin: 0;
}


/* Header */

header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background-size: cover;
    color: white;
}
header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}
header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}
.tt {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
	margin-bottom: 30px;
}
header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}
header .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}
header .device-container .screen img {
  border-radius: 3px;
}

#header {
    background: url(../images/header.jpg);
    height: 650px;
    background-size: cover;
    background-color: #d7deec;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.h-overlay {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/patterns.png), rgba(33, 150, 243, 0);
    background: url(../images/patterns.png), -webkit-linear-gradient(to left, rgba(33, 150, 243, 0), rgba(0, 188, 212, 0.82));
    background: url(../images/patterns.png), linear-gradient(to left, rgba(33, 150, 243, 0), rgba(0, 188, 212, 0.82));
}

canvas{ 
display: block; 
vertical-align: bottom; 
} 

#particles-js{ 
position:absolute; 
width: 100%; 
height: 100%; 

background-repeat: no-repeat; 
background-size: cover; 
background-position: 50% 50%; 
}

.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

.navbar-brand {
	
	padding: 30px 0;
	    line-height: 13px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 400;
  letter-spacing: 4px;
  color: #03a9f4;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #336E7B;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
    
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #03A9F4;
}
.affix.navbar-default .nav > li.active > a,
.affix.navbar-default .nav > li.active > a:focus {
  color: #03A9F4 !important ;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}



/* Color */
.white {
	color: #fff;
}
.blue {
	color: #03A9F4;
}

.gray {
	color: #777;
}
/* Booking  Section*/
.booking {
    background: #F2F1EF;
    margin-top: -82px;
    position: relative;
	box-shadow: 0px 6px 13px 0px rgba(31, 150, 239, 0.15);
}

.booking .left i {
    font-size: 30px;
    
}

/*.left {
    display: table;
    background: #336e7b;
    padding: 55px 0;
    color: #fff;
}*/

.left {
    padding: 0px 0px;
    color: #000;
}

.left-custom {
    /*display: table;*/
    background: #336e7b;
    padding: 10px 0;
    color: #fff;
    height: 70px;
}
.ic {
    display: table-cell;
    vertical-align: middle;
}
.ic-custom {
    /*display: table-cell;*/
    vertical-align: middle;
}
.booking .title {
    margin: 0;
    font-size: 20px;
}
.booking-submit:hover {
    box-shadow: 0 5px 20px 0 rgba(51, 110, 123, 0.54);
}
.booking-submit {
    padding: 38px;
    border: 1px solid #336e7b;
    background: #336e7b;
    color: #fff;
    text-transform: uppercase;
	width: 100%;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.booking select, .booking input[type="email"], .booking input[type="text"], .booking textarea {
    border-radius: 0;
    padding: 0.4em 1em;
    margin-bottom: 1.4em;
    height: 40px;
    background: #f2f1ef;
    border: 1px solid #14a2e6;
    box-shadow: none;
}

.booking select:hover, .booking input[type="email"]:hover, .booking input[type="text"]:hover, .booking textarea:hover, .booking input[type="email"]:focus, .booking input[type="text"]:focus, .booking textarea:focus{
	
	box-shadow: inset 1px 1px 9px 0px rgba(51, 110, 123, 0.54);
}

.booking-submit-custom {
    padding: 10px;
    border: 1px solid #336e7b;
    background: #336e7b;
    color: #fff;
    text-transform: uppercase;
    min-width: 200px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.booking-submit-custom:hover {
    box-shadow: 0 5px 20px 0 rgba(51, 110, 123, 0.54);
}

/* About Section*/
section.about {
  padding: 80px 0;
  position: relative;
}
section h2 {
  margin-top: 0;
  font-size: 50px;
}
section.about {
  display: block;
  margin-bottom: 25px;
}
section.about {
  margin-bottom: 0;
}
.icon {
    font-size: 80px;
    color: #03A9F4;
}

.tagline {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.lr {
    border-right: 1px solid rgba(241, 241, 241, 0.82);
}
.icon-box {
	margin: 20px 0;
	padding-bottom: 20px;
}
.icon-box:hover {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

/* Service Section*/
.sbox {
	margin-bottom: 30px;
	display: table;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}


.sbox:hover{
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}

.sbox:hover .sbox-image img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
	transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.sbox-image img{
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sbox-image {
     position: relative;
    overflow: hidden;
    display: table-cell;
    width: 54%;
    height: 270px;
}

.sbox-content{
	background-color: #ffffff;
	display: table-cell;
	padding: 20px;
    vertical-align: top;
    position: relative;
    border-left: none;
}

.stype {
    font-weight: bold;
}
/* Dotors Section*/
.image {
    height: 260px;
    overflow: hidden;
}

.name {
    padding: 30px 20px;
}

.dbox {
    border: 1px solid #d2d2d2;
	position: relative;
    overflow: hidden;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.dbox:hover {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}
.dbox:hover .image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.dbox .image img{
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

hr.light {
    border-color: #d2d2d2;
    margin: 0 auto;
    border-width: 1px;
}

.sp ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
}

.sp ul li {
    display: inline-block;
    padding-right: 10px;
}
.sp ul li a {
    color: #d2d2d2;
}

.sp ul li a:hover {
    color: #336E7B;
}

.dbox:hover hr.light {
	border-color: #336e7b;
}
.dbox:hover .stype {
color: #336E7B;
}
  
.dbox:hover .stype, .dbox:hover hr.light {
    transition: all .5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*Process Section*/
.board{
    width: 75%;
margin: 60px auto;
height: 500px;
background: #fff;
}
.board .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.board > div.board-inner {
    background: #336e7b;
    background: -moz-linear-gradient(left,  #336e7b 0%, #3f7773 100%);
    background: -webkit-linear-gradient(left,  #336e7b 0%,#3f7773 100%);
    background: linear-gradient(to right,  #336e7b 0%,#3f7773 100%);
    
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #336e7b;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.bTab a{
	color: #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s ;
}


span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: transparent;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
	border: 1px solid #fff;
}


.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
	
}
.nav-tabs > li {
    /*width: 20%;*/
    width: 25%;
}
.nav-tabs > li > a:hover .round-tabs {
    background: #fafafa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s ;
}

.board-inner li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.board-inner li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}
.board-inner .nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border:none;
   padding: 0;
   background: transparent;
}

.board-inner .nav-tabs > li.active > a {
	 background-color: transparent;
}

.board-inner .nav-tabs > li a:hover{
    background: transparent;
	color: #3a7376;
	-webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s ;
}

.board-inner .tab-content{
}


/*.tab-pane {
    padding: 30px 60px;
    text-align: left;
}*/

.tab-pane {
    padding: 20px 40px;
    text-align: left;
}

.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    color: #ffffff;
}
.head {
    text-transform: uppercase;
    font-weight: bold;
	color: #336e7b;
}

.checked {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.checked i {
    font-size: 15px;
    margin-right: 5px;
    color: #336E7B;
}

.btn-outline.withbg:hover {
    background: transparent;
    color: #336E7B;
}
.btn-outline.withbg {
    background: #336E7B;
}


.overlay {
	box-shadow: inset 0 0 0 1000px rgba(3, 169, 244, 0.89);
}

/*Faq Section*/
.faq.bg-primary {
	background: #fff;
	color: #333;
}
.uk-open .uk-accordion-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
    overflow: hidden;
    background: #03a9f4;
    padding: 10px;
    color: #fff;
}
.uk-accordion-content {
    padding: 12px;
    font-size: 16px;
	margin-top: 0;
}
.uk-open {
    border: 1px solid rgba(3, 169, 244, 0.14);
}
.uk-accordion-title {
    background: rgba(3, 169, 244, 0.17);
    padding: 10px;
    font-size: 18px;
}
section {
  padding: 80px 0;
}
section h2 {
  font-size: 50px;
}
.section-heading {
    font-weight: 900;
    color: #336E7B;
	margin-bottom: 10px; 
}

/*Contact Section*/
.csection {
    width: 85%;
    margin: 80px auto -150px;
    background: #fff;
    position: relative;
    display: block;
    z-index: 9;
}

.csection-inner {
    padding: 50px 40px 40px 40px;
}
.bg-primary{
	color: #333;
}
.cf {
    height: 50px;
    margin-bottom: 14px;
    border-radius: 2px;
    background: transparent;
    box-shadow: none;
    color: #03a9f4;
}
.cf:hover, .cf:focus{
	 box-shadow: none;
}

textarea.cf {
    height: 200px;
}
.btn-submit {
    background: #03a9f4;
    border: 1px solid rgb(3, 169, 244);
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-submit:hover {
    color: #ffffff;
    opacity: .9;
}

/*Footer*/
footer {
  background-color: #336E7B;
  padding: 50px 0;
     color: rgb(245, 245, 245);
  text-align: center;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 48px;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}
.list-inline i {
    border: 1px solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
	-webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
	
}

.list-inline i:hover {
    color: #fff;
	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*Others*/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(3, 169, 244, 0.34);
	font-size: 12px;
	padding: 1em;
	display: none;
	width: 40px;
    height: 40px;
    text-align: center;
	transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.go-top i {
    font-size: 20px;
    line-height: 15px;
	color: #fff;
}

.go-top:hover {	
    background-color: rgb(3, 169, 244);
	 transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_21.gif) center no-repeat #fff;
}



/*Custom Media Queary*/
@media (max-width: 767px) {
	.tt {
    font-size: 30px;
    line-height: 40px;
	}
	
	.navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
      border-bottom: 1px solid rgba(119, 122, 123, 0.18);
}
	.affix-top.navbar-default .nav > li.active > a {
    color: #03a9f4;
    background-color: transparent;
}
	
	.navbar-brand {
    padding: 20px 10px;
	    font-size: 14px;
	}
	
	.sbox {
	 display: block;
	}
	
	.sbox-image {
		display: block;
		width: 100%;
	}
	
	.csection {
    width: 100%;
	}
	
	.booking {
		margin-top: 0;
	}
	.left, .ic {
		display: block;
	}
	
  section h2 {
    font-size: 30px;
  }
  
  .lr {
    border-right: none;
}
}

@media (min-width: 768px) {
	.affix-top.navbar-default .nav > li.active > a{
	color: #fff;
	background-color: transparent;
}
	.csection h2{
	font-size: 50px;
}
	 .navbar-nav > li > a {
	  
	  padding-top: 25px;
    padding-bottom: 25px;
  }
	
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #fff;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.89);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #03a9f4;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #03A9F4;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #03A9F4;
  }
  /*header {
    min-height: 100%;
  }*/
  .header-height {
        min-height: 100%;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 225px auto 0;
  }
  header .header-content .header-content-inner-app {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
 .dbox img {
    width: 100%;
}
.board {
	height: auto;
	}
	
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .board-inner .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
	
	.tab-pane {
    padding: 15px;
    text-align: left;
}
}

/* carousel */
#quote-carousel
{
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
    background: #333333;
}
#quote-carousel img
{
    width: 250px;
    height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.carousel-item-height {
    height: 150px;
}

.form-control-feedback{
    top: 3px;
    text-align: left;
}

.requestform-head-float-right {
    float: right; width: 10%;  height: 50px;
}

.requestform-head-float-left {
    float: left; width: 90%; height: 50px;
}

#request-preview-btn, #request-preview-btn-close {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #03a9f4;
}

.pth-preview{
    padding: 10px 0 0 0;
}

.reduce-header-height{
    max-height: 600px;
}

.reduce-header-height-2{
    max-height: 400px;
}

.dbox p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    padding: 0px 15px;
    /* word-break: break-all; */
    min-height: 240px;
}

.icon-request-service{
    position: absolute;
    padding: 10px 25px;
    left: 0;
}

.submit-btn-width { min-width: 200px; }


/* application wizard */
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #03A9F4;

}
.wizard li.active span.round-tab i{
    color: #03A9F4;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 70px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.row { margin: 0px !important; }

.hr-custom{
    height: 4px;
    margin-left: 15px;
    margin-bottom:-3px;
    margin-top: 20px;
    max-width: 100%;
    border-width: 0px;
}
.hr-warning{
    background-image: -webkit-linear-gradient(left, rgba(210,105,30,.8), rgba(210,105,30,.6), rgba(0,0,0,0));
}
.hr-success{
    background-image: -webkit-linear-gradient(left, rgba(15,157,88,.8), rgba(15, 157, 88,.6), rgba(0,0,0,0));
}
.hr-primary{
    background-image: -webkit-linear-gradient(left, rgba(66,133,244,.8), rgba(66, 133, 244,.6), rgba(0,0,0,0));
}
.hr-danger{
    background-image: -webkit-linear-gradient(left, rgba(244,67,54,.8), rgba(244,67,54,.6), rgba(0,0,0,0));
}

.clonedInput, .clonedInput1, .clonedInput2 {
    border: 1px solid cyan;
    border-radius: 15px;
    padding: 15px 0 0 0;
    margin-bottom: 30px !important;
}

.hr-thankyou {
    max-width: 100%;
    border-width: 1px;
    border-color: #d5d5d5;
    margin: 0 0 20px 0;
}

.navbar-right { margin-right: 0px; }