@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
html,
body {
  padding: 0;
  margin: 0 auto;
  line-height: 26px;
  vertical-align: baseline;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: #494949;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #303745;
  margin: 0 0 26px;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #4794c6;
  transition: all 0.3s ease 0s;
}
i:before {
  margin-left: 0 !important;
}
a:hover {
  text-decoration: none;
  color: #4794c6;
}

.padding-0 {
	padding: 0;
}
.margin-0 {
	margin: 0;
}

/*------------------------------------------
	01. PADDING TOP
-------------------------------------------*/
/*.pt {*/
	.pt-0 {
		padding-top: 0px;
	}
	.pt-1 {
		padding-top: 1px;
	}
	.pt-2 {
		padding-top: 2px;
	}
	.pt-3 {
		padding-top: 3px;
	}
	.pt-4 {
		padding-top: 4px;
	}
	.pt-5 {
		padding-top: 5px;
	}
	.pt-6 {
		padding-top: 6px;
	}
	.pt-7 {
		padding-top: 7px;
	}
	.pt-8 {
		padding-top: 8px;
	}
	.pt-9 {
		padding-top: 9px;
	}
	.pt-10 {
		padding-top: 10px;
	}
	.pt-11 {
		padding-top: 11px;
	}
	.pt-12 {
		padding-top: 12px;
	}
	.pt-13 {
		padding-top: 13px;
	}
	.pt-14 {
		padding-top: 14px;
	}
	.pt-15 {
		padding-top: 15px;
	}
	.pt-16 {
		padding-top: 16px;
	}
	.pt-17 {
		padding-top: 17px;
	}
	.pt-18 {
		padding-top: 18px;
	}
	.pt-19 {
		padding-top: 19px;
	}
	.pt-20 {
		padding-top: 20px;
	}
	.pt-21 {
		padding-top: 21px;
	}
	.pt-22 {
		padding-top: 22px;
	}
	.pt-23 {
		padding-top: 23px;
	}
	.pt-24 {
		padding-top: 24px;
	}
	.pt-25 {
		padding-top: 25px;
	}
	.pt-26 {
		padding-top: 26px;
	}
	.pt-27 {
		padding-top: 27px;
	}
	.pt-28 {
		padding-top: 28px;
	}
	.pt-29 {
		padding-top: 29px;
	}
	.pt-30 {
		padding-top: 30px;
	}
	.pt-31 {
		padding-top: 31px;
	}
	.pt-32 {
		padding-top: 32px;
	}
	.pt-33 {
		padding-top: 33px;
	}
	.pt-34 {
		padding-top: 34px;
	}
	.pt-35 {
		padding-top: 35px;
	}
	.pt-36 {
		padding-top: 36px;
	}
	.pt-37 {
		padding-top: 37px;
	}
	.pt-38 {
		padding-top: 38px;
	}
	.pt-39 {
		padding-top: 39px;
	}
	.pt-40 {
		padding-top: 40px;
	}
/*}*/

/*------------------------------------------
	02. PADDING BOTTOM
-------------------------------------------*/
/*.pb {*/
	.pb-0 {
		padding-bottom: 0px;
	}
	.pb-1 {
		padding-bottom: 1px;
	}
	.pb-2 {
		padding-bottom: 2px;
	}
	.pb-3 {
		padding-bottom: 3px;
	}
	.pb-4 {
		padding-bottom: 4px;
	}
	.pb-5 {
		padding-bottom: 5px !important;
	}
	.pb-6 {
		padding-bottom: 6px;
	}
	.pb-7 {
		padding-bottom: 7px;
	}
	.pb-8 {
		padding-bottom: 8px;
	}
	.pb-9 {
		padding-bottom: 9px;
	}
	.pb-10 {
		padding-bottom: 10px;
	}
	.pb-11 {
		padding-bottom: 11px;
	}
	.pb-12 {
		padding-bottom: 12px;
	}
	.pb-13 {
		padding-bottom: 13px;
	}
	.pb-14 {
		padding-bottom: 14px;
	}
	.pb-15 {
		padding-bottom: 15px;
	}
	.pb-16 {
		padding-bottom: 16px;
	}
	.pb-17 {
		padding-bottom: 17px;
	}
	.pb-18 {
		padding-bottom: 18px;
	}
	.pb-19 {
		padding-bottom: 19px;
	}
	.pb-20 {
		padding-bottom: 20px;
	}
	.pb-21 {
		padding-bottom: 21px;
	}
	.pb-22 {
		padding-bottom: 22px;
	}
	.pb-23 {
		padding-bottom: 23px;
	}
	.pb-24 {
		padding-bottom: 24px;
	}
	.pb-25 {
		padding-bottom: 25px;
	}
	.pb-26 {
		padding-bottom: 26px;
	}
	.pb-27 {
		padding-bottom: 27px;
	}
	.pb-28 {
		padding-bottom: 28px;
	}
	.pb-29 {
		padding-bottom: 29px;
	}
	.pb-30 {
		padding-bottom: 30px;
	}
	.pb-31 {
		padding-bottom: 31px;
	}
	.pb-32 {
		padding-bottom: 32px;
	}
	.pb-33 {
		padding-bottom: 33px;
	}
	.pb-34 {
		padding-bottom: 34px;
	}
	.pb-35 {
		padding-bottom: 35px;
	}
	.pb-36 {
		padding-bottom: 36px;
	}
	.pb-37 {
		padding-bottom: 37px;
	}
	.pb-38 {
		padding-bottom: 38px;
	}
	.pb-39 {
		padding-bottom: 39px;
	}
	.pb-40 {
		padding-bottom: 40px;
	}
/*}*/

/*------------------------------------------
	03. PADDING RIGHT
-------------------------------------------*/
/*.pr {*/
	.pr-0 {
		padding-right: 0px;
	}
	.pr-1 {
		padding-right: 1px;
	}
	.pr-2 {
		padding-right: 2px;
	}
	.pb-3 {
		padding-bottom: 3px;
	}
	.pr-4 {
		padding-right: 4px;
	}
	.pr-5 {
		padding-right: 5px;
	}
	.pr-6 {
		padding-right: 6px;
	}
	.pr-7 {
		padding-right: 7px;
	}
	.pr-8 {
		padding-right: 8px;
	}
	.pr-9 {
		padding-right: 9px;
	}
	.pr-10 {
		padding-right: 10px;
	}
	.pr-11 {
		padding-right: 11px;
	}
	.pr-12 {
		padding-right: 12px;
	}
	.pr-13 {
		padding-right: 13px;
	}
	.pr-14 {
		padding-right: 14px;
	}
	.pr-15 {
		padding-right: 15px;
	}
	.pr-16 {
		padding-right: 16px;
	}
	.pr-17 {
		padding-right: 17px;
	}
	.pr-18 {
		padding-right: 18px;
	}
	.pr-19 {
		padding-right: 19px;
	}
	.pr-20 {
		padding-right: 20px;
	}
	.pr-21 {
		padding-right: 21px;
	}
	.pr-22 {
		padding-right: 22px;
	}
	.pr-23 {
		padding-right: 23px;
	}
	.pr-24 {
		padding-right: 24px;
	}
	.pr-25 {
		padding-right: 25px;
	}
	.pr-26 {
		padding-right: 26px;
	}
	.pr-27 {
		padding-right: 27px;
	}
	.pr-28 {
		padding-right: 28px;
	}
	.pr-29 {
		padding-right: 29px;
	}
	.pr-30 {
		padding-right: 30px;
	}
	.pr-31 {
		padding-right: 31px;
	}
	.pr-32 {
		padding-right: 32px;
	}
	.pr-33 {
		padding-right: 33px;
	}
	.pr-34 {
		padding-right: 34px;
	}
	.pr-35 {
		padding-right: 35px;
	}
	.pr-36 {
		padding-right: 36px;
	}
	.pr-37 {
		padding-right: 37px;
	}
	.pr-38 {
		padding-right: 38px;
	}
	.pr-39 {
		padding-right: 39px;
	}
	.pr-40 {
		padding-right: 40px;
	}
/*}*/

/*------------------------------------------
	04. PADDING LEFT
-------------------------------------------*/
/*.pl {*/
	.pl-0 {
		padding-left: 0px;
	}
	.pl-1 {
		padding-left: 1px;
	}
	.pl-2 {
		padding-left: 2px;
	}
	.pb-3 {
		padding-bottom: 3px;
	}
	.pl-4 {
		padding-left: 4px;
	}
	.pl-5 {
		padding-left: 5px;
	}
	.pl-6 {
		padding-left: 6px;
	}
	.pl-7 {
		padding-left: 7px;
	}
	.pl-8 {
		padding-left: 8px;
	}
	.pl-9 {
		padding-left: 9px;
	}
	.pl-10 {
		padding-left: 10px;
	}
	.pl-11 {
		padding-left: 11px;
	}
	.pl-12 {
		padding-left: 12px;
	}
	.pl-13 {
		padding-left: 13px;
	}
	.pl-14 {
		padding-left: 14px;
	}
	.pl-15 {
		padding-left: 15px;
	}
	.pl-16 {
		padding-left: 16px;
	}
	.pl-17 {
		padding-left: 17px;
	}
	.pl-18 {
		padding-left: 18px;
	}
	.pl-19 {
		padding-left: 19px;
	}
	.pl-20 {
		padding-left: 20px;
	}
	.pl-21 {
		padding-left: 21px;
	}
	.pl-22 {
		padding-left: 22px;
	}
	.pl-23 {
		padding-left: 23px;
	}
	.pl-24 {
		padding-left: 24px;
	}
	.pl-25 {
		padding-left: 25px;
	}
	.pl-26 {
		padding-left: 26px;
	}
	.pl-27 {
		padding-left: 27px;
	}
	.pl-28 {
		padding-left: 28px;
	}
	.pl-29 {
		padding-left: 29px;
	}
	.pl-30 {
		padding-left: 30px;
	}
	.pl-31 {
		padding-left: 31px;
	}
	.pl-32 {
		padding-left: 32px;
	}
	.pl-33 {
		padding-left: 33px;
	}
	.pl-34 {
		padding-left: 34px;
	}
	.pl-35 {
		padding-left: 35px;
	}
	.pl-36 {
		padding-left: 36px;
	}
	.pl-37 {
		padding-left: 37px;
	}
	.pl-38 {
		padding-left: 38px;
	}
	.pl-39 {
		padding-left: 39px;
	}
	.pl-40 {
		padding-left: 40px;
	}
/*}*/

/*------------------------------------------
	05. MARGIN TOP
-------------------------------------------*/
/*.mt {*/
	.mt-0 {
		margin-top: 0px;
	}
	.mt-1 {
		margin-top: 1px;
	}
	.mt-2 {
		margin-top: 2px;
	}
	.mt-3 {
		margin-top: 3px;
	}
	.mt-4 {
		margin-top: 4px;
	}
	.mt-5 {
		margin-top: 5px;
	}
	.mt-6 {
		margin-top: 6px;
	}
	.mt-7 {
		margin-top: 7px;
	}
	.mt-8 {
		margin-top: 8px;
	}
	.mt-9 {
		margin-top: 9px;
	}
	.mt-10 {
		margin-top: 10px;
	}
	.mt-11 {
		margin-top: 11px;
	}
	.mt-12 {
		margin-top: 12px;
	}
	.mt-13 {
		margin-top: 13px;
	}
	.mt-14 {
		margin-top: 14px;
	}
	.mt-15 {
		margin-top: 15px;
	}
	.mt-16 {
		margin-top: 16px;
	}
	.mt-17 {
		margin-top: 17px;
	}
	.mt-18 {
		margin-top: 18px;
	}
	.mt-19 {
		margin-top: 19px;
	}
	.mt-20 {
		margin-top: 20px;
	}
	.mt-21 {
		margin-top: 21px;
	}
	.mt-22 {
		margin-top: 22px;
	}
	.mt-23 {
		margin-top: 23px;
	}
	.mt-24 {
		margin-top: 24px;
	}
	.mt-25 {
		margin-top: 25px;
	}
	.mt-26 {
		margin-top: 26px;
	}
	.mt-27 {
		margin-top: 27px;
	}
	.mt-28 {
		margin-top: 28px;
	}
	.mt-29 {
		margin-top: 29px;
	}
	.mt-30 {
		margin-top: 30px;
	}
	.mt-31 {
		margin-top: 31px;
	}
	.mt-32 {
		margin-top: 32px;
	}
	.mt-33 {
		margin-top: 33px;
	}
	.mt-34 {
		margin-top: 34px;
	}
	.mt-35 {
		margin-top: 35px;
	}
	.mt-36 {
		margin-top: 36px;
	}
	.mt-37 {
		margin-top: 37px;
	}
	.mt-38 {
		margin-top: 38px;
	}
	.mt-39 {
		margin-top: 39px;
	}
	.mt-40 {
		margin-top: 40px;
	}
/*}*/

/*------------------------------------------
	06. MARGIN BOTTOM
-------------------------------------------*/
/*.mb {*/
	.mb-0 {
		margin-bottom: 0px;
	}
	.mb-1 {
		margin-bottom: 1px;
	}
	.mb-2 {
		margin-bottom: 2px;
	}
	.mb-3 {
		margin-bottom: 3px;
	}
	.mb-4 {
		margin-bottom: 4px;
	}
	.mb-5 {
		margin-bottom: 5px !important;
	}
	.mb-6 {
		margin-bottom: 6px;
	}
	.mb-7 {
		margin-bottom: 7px;
	}
	.mb-8 {
		margin-bottom: 8px;
	}
	.mb-9 {
		margin-bottom: 9px;
	}
	.mb-10 {
		margin-bottom: 10px;
	}
	.mb-11 {
		margin-bottom: 11px;
	}
	.mb-12 {
		margin-bottom: 12px;
	}
	.mb-13 {
		margin-bottom: 13px;
	}
	.mb-14 {
		margin-bottom: 14px;
	}
	.mb-15 {
		margin-bottom: 15px;
	}
	.mb-16 {
		margin-bottom: 16px;
	}
	.mb-17 {
		margin-bottom: 17px;
	}
	.mb-18 {
		margin-bottom: 18px;
	}
	.mb-19 {
		margin-bottom: 19px;
	}
	.mb-20 {
		margin-bottom: 20px;
	}
	.mb-21 {
		margin-bottom: 21px;
	}
	.mb-22 {
		margin-bottom: 22px;
	}
	.mb-23 {
		margin-bottom: 23px;
	}
	.mb-24 {
		margin-bottom: 24px;
	}
	.mb-25 {
		margin-bottom: 25px;
	}
	.mb-26 {
		margin-bottom: 26px;
	}
	.mb-27 {
		margin-bottom: 27px;
	}
	.mb-28 {
		margin-bottom: 28px;
	}
	.mb-29 {
		margin-bottom: 29px;
	}
	.mb-30 {
		margin-bottom: 30px;
	}
	.mb-31 {
		margin-bottom: 31px;
	}
	.mb-32 {
		margin-bottom: 32px;
	}
	.mb-33 {
		margin-bottom: 33px;
	}
	.mb-34 {
		margin-bottom: 34px;
	}
	.mb-35 {
		margin-bottom: 35px;
	}
	.mb-36 {
		margin-bottom: 36px;
	}
	.mb-37 {
		margin-bottom: 37px;
	}
	.mb-38 {
		margin-bottom: 38px;
	}
	.mb-39 {
		margin-bottom: 39px;
	}
	.mb-40 {
		margin-bottom: 40px;
	}
/*}*/

/*------------------------------------------
	07. MARGIN RIGHT
-------------------------------------------*/
/*.mr {*/
	.mr-0 {
		margin-right: 0px;
	}
	.mr-1 {
		margin-right: 1px;
	}
	.mr-2 {
		margin-right: 2px;
	}
	.mr-3 {
		margin-right: 3px;
	}
	.mr-4 {
		margin-right: 4px;
	}
	.mr-5 {
		margin-right: 5px;
	}
	.mr-6 {
		margin-right: 6px;
	}
	.mr-7 {
		margin-right: 7px;
	}
	.mr-8 {
		margin-right: 8px;
	}
	.mr-9 {
		margin-right: 9px;
	}
	.mr-10 {
		margin-right: 10px;
	}
	.mr-11 {
		margin-right: 11px;
	}
	.mr-12 {
		margin-right: 12px;
	}
	.mr-13 {
		margin-right: 13px;
	}
	.mr-14 {
		margin-right: 14px;
	}
	.mr-15 {
		margin-right: 15px;
	}
	.mr-16 {
		margin-right: 16px;
	}
	.mr-17 {
		margin-right: 17px;
	}
	.mr-18 {
		margin-right: 18px;
	}
	.mr-19 {
		margin-right: 19px;
	}
	.mr-20 {
		margin-right: 20px;
	}
	.mr-21 {
		margin-right: 21px;
	}
	.mr-22 {
		margin-right: 22px;
	}
	.mr-23 {
		margin-right: 23px;
	}
	.mr-24 {
		margin-right: 24px;
	}
	.mr-25 {
		margin-right: 25px;
	}
	.mr-26 {
		margin-right: 26px;
	}
	.mr-27 {
		margin-right: 27px;
	}
	.mr-28 {
		margin-right: 28px;
	}
	.mr-29 {
		margin-right: 29px;
	}
	.mr-30 {
		margin-right: 30px;
	}
	.mr-31 {
		margin-right: 31px;
	}
	.mr-32 {
		margin-right: 32px;
	}
	.mr-33 {
		margin-right: 33px;
	}
	.mr-34 {
		margin-right: 34px;
	}
	.mr-35 {
		margin-right: 35px;
	}
	.mr-36 {
		margin-right: 36px;
	}
	.mr-37 {
		margin-right: 37px;
	}
	.mr-38 {
		margin-right: 38px;
	}
	.mr-39 {
		margin-right: 39px;
	}
	.mr-40 {
		margin-right: 40px;
	}
/*}*/

/*------------------------------------------
	08. MARGIN LEFT
-------------------------------------------*/
/*.ml {*/
	.ml-0 {
		margin-left: 0px;
	}
	.ml-1 {
		margin-left: 1px;
	}
	.ml-2 {
		margin-left: 2px;
	}
	.ml-3 {
		margin-left: 3px;
	}
	.ml-4 {
		margin-left: 4px;
	}
	.ml-5 {
		margin-left: 5px;
	}
	.ml-6 {
		margin-left: 6px;
	}
	.ml-7 {
		margin-left: 7px;
	}
	.ml-8 {
		margin-left: 8px;
	}
	.ml-9 {
		margin-left: 9px;
	}
	.ml-10 {
		margin-left: 10px;
	}
	.ml-11 {
		margin-left: 11px;
	}
	.ml-12 {
		margin-left: 12px;
	}
	.ml-13 {
		margin-left: 13px;
	}
	.ml-14 {
		margin-left: 14px;
	}
	.ml-15 {
		margin-left: 15px;
	}
	.ml-16 {
		margin-left: 16px;
	}
	.ml-17 {
		margin-left: 17px;
	}
	.ml-18 {
		margin-left: 18px;
	}
	.ml-19 {
		margin-left: 19px;
	}
	.ml-20 {
		margin-left: 20px;
	}
	.ml-21 {
		margin-left: 21px;
	}
	.ml-22 {
		margin-left: 22px;
	}
	.ml-23 {
		margin-left: 23px;
	}
	.ml-24 {
		margin-left: 24px;
	}
	.ml-25 {
		margin-left: 25px;
	}
	.ml-26 {
		margin-left: 26px;
	}
	.ml-27 {
		margin-left: 27px;
	}
	.ml-28 {
		margin-left: 28px;
	}
	.ml-29 {
		margin-left: 29px;
	}
	.ml-30 {
		margin-left: 30px;
	}
	.ml-31 {
		margin-left: 31px;
	}
	.ml-32 {
		margin-left: 32px;
	}
	.ml-33 {
		margin-left: 33px;
	}
	.ml-34 {
		margin-left: 34px;
	}
	.ml-35 {
		margin-left: 35px;
	}
	.ml-36 {
		margin-left: 36px;
	}
	.ml-37 {
		margin-left: 37px;
	}
	.ml-38 {
		margin-left: 38px;
	}
	.ml-39 {
		margin-left: 39px;
	}
	.ml-40 {
		margin-left: 40px;
	}
/*}*/


/* -----------------------------------
    02. Common Section CSS
-------------------------------------*/
/* Loaded image container */
#mainburn.burn .keenburn .background {
  transform: scale(1);
  transition: 6.5s transform;
}
.pt-350 {
  padding-top: 350px;
}
.mt-reverse {
  margin-top: -83px;
}
.no-padding {
  padding: 0!important;
}
.pb-260 {
  padding-bottom: 260px;
}
.pb-235 {
  padding-bottom: 235px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pb-205 {
  padding-bottom: 205px;
}
.pb-250 {
  padding-bottom: 250px;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mtr-130 {
  margin-top: -130px;
}
.mtr-160 {
  margin-top: -160px;
}
.gray-bg {
  background: #ebe7df;
}
.sec-bg {
  background: #f9f8ff;
}
.title-color {
  color: #303745 !important;
}
.white-color {
  color: #ffffff !important;
}
.hover-color {
  background: #2874a6 !important;
}
.primary-bg {
  background: #4794c6 !important;
}
.white-bg {
  background: #ffffff !important;
}
.primary-color {
  color: #4794c6 !important;
}
.secondary-color {
  color: #2874a6 !important;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.no-border {
  border: none !important;
}
.take-up {
  position: relative;
  z-index: 1;
}
.mw-1170 {
  max-width: 1170px;
  margin: 0 auto;
}
.relative {
  position: relative !important;
}
.mt-back-165 {
  margin-top: -165px;
}
.no-after:after {
  position: none !important;
  content: unset !important;
}
.no-before:before {
  position: none !important;
  content: unset !important;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}
.body-font-size {
  font-size: 15px !important;
}
.pagenav-link ul {
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  display: inline-block;
  padding: 0 3px;
}
.pagenav-link ul li {
  display: inline-block;
  padding: 0 18px;
  margin: 14px 0;
  border-right: 1px solid #E6E6E6;
  color: #4794c6;
  font-size: 16px;
}
.pagenav-link ul li a {
  color: #494949;
}
.pagenav-link ul li a i:before {
  color: #494949;
  font-size: 13px;
  transition: all 0.3s ease 0s;
}
.pagenav-link ul li a:hover {
  color: #4794c6;
}
.pagenav-link ul li a:hover i:before {
  color: #4794c6;
}
.pagenav-link ul li:last-child {
  border-right: none;
}
.custom-row {
  margin-right: -25px;
  margin-left: -25px;
}
.custom-row [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
/*-- Icon Button Css --*/
.icon-button {
  background: #4794c6;
  color: #ffffff;
  padding: 6px 17px 6px;
  display: inline-block;
  font-size: 20px;
  border-radius: 18px;
  cursor: pointer;
}
.icon-button:hover {
  background: #2874a6;
  color: #ffffff;
}
.btn-shop {
  outline: none;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  background: #4794c6;
  font-size: 15px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.btn-shop:hover {
  background: #2874a6;
  color: #ffffff;
}
/*Backgrounds*/
.bg1 {
  background: url(../images/background/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2 {
  background: url(../images/background/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg3 {
  background: url(../images/background/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg4 {
  background: url(../images/background/bg4.jpg);
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 100px;
}
.bg5 {
  background: url(../images/background/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg6 {
  background: url(../images/background/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg7 {
  background: url(../images/background/bg7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg8 {
  background: url(../images/background/bg8.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.bg9 {
  background: url(../images/background/bg9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg10 {
  background: url(../images/background/bg10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg11 {
  background: url(../images/background/bg11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg12 {
  background: url(../images/background/bg12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.bg13 {
  background: url(../images/background/bg13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.bg14 {
  background: url(../images/background/bg14.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
/*-- Readon Button Css --*/
.readon {
  background: #2874a6;
  color: #ffffff;
  border: 1px solid;
  border-color: #4794c6;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
}
.readon.transparent {
  background: transparent;
  border-color: #ffffff;
  font-size: 17px;
  line-height: 1;
  padding: 16px 30px;
  border: 2px solid;
}
.readon.transparent:hover {
  background: transparent;
  border-color: #ffffff;
}
.readon.big {
  padding: 16px 56px 16px 30px;
  font-size: 16px;
  font-weight: 600;
}
.readon.big:after {
  right: 34px;
  font-size: 14px;
}
.readon.big:hover:after {
  right: 25px;
}
.readon.jambo {
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  color: #4794c6;
  transition: all 0.3s ease 0s;
}
.readon.jambo:after {
  font-size: 13px;
  color: #4794c6;
}
.readon.jambo:hover {
  background: #e6e8f3;
  color: #4794c6;
}
.readon.jambo:focus {
  outline: none;
}
.readon.white-btn {
  background: #ffffff;
  color: #4794c6;
}
.readon.white-btn:hover {
  background: #ffffff;
  color: #4794c6;
}
.readon.white-btn:after {
  color: #4794c6;
}
.readon:hover {
  color: #ffffff;
}
/*-- quotes-btn Button Css --*/
.quotes-btn {
  background: #2874a6;
  color: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  border-radius: 6px;
  padding: 10px 52px 10px 25px;
  padding-right: 52px;
  display: inline-block;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 27px;
}
.quotes-btn:after {
  position: absolute;
  content: "\f133";
  right: 20px;
  top: 50%;
  font-size: 18px;
  color: #ffffff;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.quotes-btn:hover {
  background: #4794c6;
  color: #ffffff;
  border-color: #ffffff;
}
.quotes-btn:hover:after {
  right: 15px;
}
/*-- read more Button Css --*/
.readmore {
  color: #303745;
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-right: 43px;
  text-transform: capitalize;
  font-weight: 600;
}
.readmore:after {
  position: absolute;
  content: "\f133";
  right: 20px;
  top: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #303745;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.readmore:hover {
  color: #4794c6;
}
.readmore:hover:after {
  right: 17px;
  color: #4794c6;
}
/*-- quote more Button Css --*/
.quote {
  background: #2874a6;
  color: #ffffff;
  border: 2px solid;
  border-color: #2874a6;
  border-radius: 8px;
  padding: 9px 22px 9px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.quote:hover {
  background: #4794c6;
  color: #ffffff;
}
.sec-title .title {
  font-size: 40px;
  font-weight: 700;
  color: #2874a6;
  line-height: 50px;
  margin-bottom: 0;
}
.sec-title .title.white-color {
  color: #ffffff;
}
.sec-title .title-small {
  font-size: 40px;
  line-height: 50px;
  color: #2874a6;
}
.sec-title .title-small2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0;
}
.sec-title .desc.left-line {
  position: relative;
  padding-left: 80px;
}
.sec-title .desc.left-line.primary:after {
  background: #4794c6;
}
.sec-title .desc.left-line.secondary:after {
  background: #2874a6;
}
.sec-title .desc.left-line.white:after {
  background: #ffffff;
}
.sec-title .desc.left-line.dark:after {
  background: #303745;
}
.sec-title .desc.left-line:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  z-index: 1;
  left: 0;
  top: 14px;
}
.sec-title .desc.regular {
  font-size: 15px;
  line-height: 26px;
}
/*Owl Dots*/
.owl-carousel .owl-dots {
  transition: all 0.3s ease 0s;
  text-align: center;
  margin-top: 25px;
}
.owl-carousel .owl-dots button {
  outline: none;
}
.owl-carousel .owl-dots button i {
  font-size: 0;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 20px;
  height: 8px;
  border-radius: 6px;
  background-color: transparent;
  border: 2px solid #4794c6;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
  outline: none;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background: #4794c6;
}
.owl-carousel .owl-dots button.owl-dot:hover {
  background: #4794c6;
}
.owl-carousel.dot-gap .owl-dots {
  margin-top: 35px;
}
.owl-carousel.white-dots .owl-dots button.owl-dot {
  border-color: #ffffff;
}
.owl-carousel.white-dots .owl-dots button.owl-dot.active {
  background: #ffffff;
}
.owl-carousel.white-dots .owl-dots button.owl-dot:hover {
  background: #ffffff;
}
/*Owl Nav*/
.owl-carousel {
  padding-top: 0;
}
.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #494949;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease 0s;
  outline: none;
}
.owl-carousel .owl-nav [class*="owl-"]:after {
  content: '\f177';
  font-family: FontAwesome;
  font-size: 15px;
}
.owl-carousel .owl-nav [class*="owl-"] i {
  font-size: 0;
  position: relative;
}
.owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 15px;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 15px;
}
.owl-carousel .owl-nav [class*="owl-"].owl-next:after {
  content: '\f178';
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #4794c6;
  color: #ffffff;
}
.owl-carousel:hover [class*="owl-"] {
  opacity: 1 !important;
  visibility: visible !important;
}
.owl-carousel:hover [class*="owl-"] .owl-prev {
  left: -50px;
}
.owl-carousel:hover [class*="owl-"] .owl-next {
  right: -50px;
}
.stylelisting .chevron-right-icon li {
  font-size: 15px;
  line-height: 26px;
  color: #494949;
  font-weight: 400;
  position: relative;
  border-top: none;
  padding: 6px 0px 6px 22px;
  text-transform: capitalize;
}
.stylelisting .chevron-right-icon li:after {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 0;
  content: "\f054";
  font-family: 'FontAwesome';
  color: #2874a6;
  font-size: 12px;
}
/*Search Modal*/
.search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
}
.search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #ffffff;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 3px;
}
.search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}
.search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
.search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
.search-modal .close {
  color: #4794c6;
  margin-top: 20px;
  background-color: #ffffff;
  height: 45px;
  width: 45px;
  line-height: 40px !important;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
  outline: none;
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s !important;
  transform: rotate(0deg) !important;
}
.search-modal .close span:before {
  font-size: 15px;
}
.search-modal .close:hover {
  transform: rotate(90deg) !important;
}
.modal-backdrop {
  background-color: #4794c6;
}
.modal-backdrop.show {
  opacity: 0.9;
  z-index: 99;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-topbar-part {
  background: transparent;
  padding: 5px 0;
}
.full-width-header .rs-topbar-part .dr-contact-info {
  display: flex;
}
.full-width-header .rs-topbar-part .dr-contact-info .contact-part {
  display: inline-block;
  margin-right: 25px;
}
.full-width-header .rs-topbar-part .dr-contact-info .contact-part i:before {
  font-size: 15px;
  color: #ffffff;
}
.full-width-header .rs-topbar-part .dr-contact-info .contact-part i.fa-envelope:before {
  font-size: 13px;
}
.full-width-header .rs-topbar-part .dr-contact-info .contact-part a {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.full-width-header .rs-topbar-part .dr-contact-info .contact-part .address {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.full-width-header .rs-topbar-part .dr-contact-info .contact-part:last-child {
  margin: 0;
}
.full-width-header .rs-topbar-part .topbar-sl-share .icon-part {
  color: #4794c6;
}
.full-width-header .rs-topbar-part .topbar-sl-share .icon-part li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
}
.full-width-header .rs-topbar-part .topbar-sl-share .icon-part li a i {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}
.full-width-header .rs-topbar-part .topbar-sl-share .icon-part li:last-child {
  margin: 0;
}
.full-width-header .rs-topbar-part.small {
  padding: 5px 0;
}
.full-width-header .rs-header {
  z-index: 99;
}
.full-width-header .rs-header .menu-area {
  padding: 10px 0;
}
.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
}
.full-width-header .rs-header .menu-area .logo-area img {
  margin: 0;
  transition: all 0.3s ease 0s !important;
}
.full-width-header .rs-header .menu-area .main-menu {
  font-family: 'Montserrat', sans-serif;
}
.full-width-header .rs-header .menu-area .main-menu .mobile-logo-part {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.full-width-header .rs-header .menu-area .main-menu .mobile-logo-part img {
  max-height: 25px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu {
  padding-right: 290px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu.left-align-menu {
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .nav-menu {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .nav-menu li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .nav-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .nav-menu li a:hover {
  color: #84bfeb;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .nav-menu li:last-child a {
  padding-right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .sub-menu {
  background-color: #ffffff;
  margin: 0;
  padding: 15px 0 10px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .sub-menu li {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .sub-menu li a {
  padding: 10px 30px !important;
  height: unset !important;
  text-transform: capitalize;
  line-height: unset !important;
  color: #494949;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px !important;
  transition: all 0.3s ease 0s;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .sub-menu li a:hover {
  color: #4794c6 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .sub-menu li.active a {
  color: #4794c6 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .mega-menu {
  width: 760px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .mega-menu .mega-menu-container {
  padding: 0;
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .mega-menu .mega-menu-container .single-megamenu {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu {
  box-shadow: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px;
  color: #303745;
  transition: all 0.3s ease 0s;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .mega-menu .mega-menu-container .single-megamenu .sub-menu:hover .menu-title {
  color: #4794c6;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .mega-menu.large-mega {
  width: 1110px;
  left: unset;
  right: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu .mega-menu.large-mega .mega-menu-container .single-megamenu {
  width: 33%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #4794c6;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu.small-width .nav-menu li a {
  padding: 25px 0;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn {
  position: absolute;
  content: '';
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li {
  display: inline-block;
  margin-right: 12px;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li a {
  transition: all 0.3s ease 0s;
  padding: 0;
  color: #fff;
  line-height: 1;
  font-size: 15px;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li a i.flaticon-search:before {
  font-size: 18px;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li a i:before {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li a.nav-expander i {
  font-size: 18px;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li.border-style {
  position: relative;
  padding-right: 15px;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li.border-style:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li .cart {
  position: relative;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li .cart i {
  font-size: 18px;
  margin-right: 12px;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li .cart span {
  border-radius: 50%;
  font-size: 11px;
  line-height: 18px;
  min-height: 18px;
  min-width: 18px;
  top: -15px;
  position: absolute;
  content: '';
  text-align: center;
  right: -5px;
  background: #ffffff;
  color: #303745;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li .header-btn {
  border-radius: 5px;
  padding: 10px 30px 10px;
  background: #2874a6;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}
.full-width-header .rs-header .menu-area .main-menu .expand-btn ul li .header-btn:hover {
  color: #ccc;
}
.full-width-header .rs-header .menu-area.sticky {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu .nav-menu li a {
  padding: 25px 0;
}
.full-width-header .rs-header .right_menu_togle {
  background: #fafafa;
  padding: 50px;
  right: -100%;
  box-shadow: inset 0px 5px 15px 0px #ccc;
  z-index: 999999;
}
.full-width-header .rs-header .right_menu_togle .close-btn {
  position: absolute;
  top: 42px;
  right: 20px;
  content: '';
  padding: 0;
}
.full-width-header .rs-header .right_menu_togle .close-btn span {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 50% !important;
  background: #4794c6;
  color: #ffffff;
  border: none !important;
  transition: all 0.3s ease 0s;
  float: none !important;
  transform: unset;
}
.full-width-header .rs-header .right_menu_togle .close-btn span i {
  transition: all 0.3s ease 0s;
}
.full-width-header .rs-header .right_menu_togle .close-btn span i:before {
  margin: 0;
  font-size: 15px;
}
.full-width-header .rs-header .right_menu_togle .close-btn span:hover {
  transform: rotate(90deg);
}
.full-width-header .rs-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 45px;
}
.full-width-header .rs-header .right_menu_togle .canvas-logo img {
  width: auto;
  height: 30px;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu {
  margin-bottom: 47px;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li {
  margin-bottom: 15px;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #303745;
  padding-left: 0;
  display: block;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #4794c6;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li.active a {
  color: #4794c6;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-contact-title {
  padding: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .canvas-contact-title:before {
  content: "";
  position: absolute;
  background: #4794c6;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact {
  padding: 0 0 30px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li {
  padding: 0 0 13px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i {
  padding-right: 10px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a {
  color: #494949;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a:hover {
  color: #4794c6;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li:last-child {
  padding: 0;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 10px;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #4794c6;
  text-align: center;
  border-radius: 50%;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
  opacity: 0.82;
}
.full-width-header .rs-header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}
.full-width-header .rs-header.homestyle {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
}
.full-width-header .rs-header.homestyle .rs-topbar-part .container {
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding-bottom: 5px;
}
.full-width-header .rs-header.homestyle .menu-area .main-menu .rs-menu {
  position: unset;
  background: unset;
}
.full-width-header .rs-header.homestyle .menu-area .main-menu .nav-menu li a {
  color: #ffffff;
}
.full-width-header .rs-header.homestyle .menu-area .main-menu .nav-menu li a:hover, .full-width-header .rs-header.homestyle .menu-area .main-menu .nav-menu li.active-menu a {
  color: #84bfeb;
}
.full-width-header .rs-header.homestyle .menu-area .main-menu .sub-menu li a {
  color: #494949;
}
.full-width-header .rs-header.homestyle .menu-area .main-menu ul li a:hover,
.full-width-header .rs-header.homestyle .menu-area .main-menu ul li.active a,
.full-width-header .rs-header.homestyle .menu-area .main-menu ul li.current-menu-item > a {
  color: #84bfeb;
}
.full-width-header .rs-header.homestyle .menu-area.sticky .main-menu .rs-menu .nav-menu {
  text-align: right;
}
.full-width-header .rs-header.homestyle .menu-area.sticky .main-menu .rs-menu .nav-menu li {
  margin-right: 42px;
}
.full-width-header .rs-header.homestyle .menu-area.sticky .main-menu .rs-menu.small-width .nav-menu li a {
  padding: 25px 0;
}
.full-width-header .rs-header.homestyle .menu-area.sticky .main-menu .expand-btn li {
  display: none;
}
.full-width-header .rs-header.homestyle .menu-area.sticky .main-menu .expand-btn li:last-child {
  display: block;
}
.full-width-header .rs-header.homestyle.home3style {
  position: unset;
}
.full-width-header .rs-header.homestyle.home3style .rs-topbar-part {
  background: #f9f8ff;
}
.full-width-header .rs-header.homestyle.home3style .rs-topbar-part .dr-contact-info .contact-part a,
.full-width-header .rs-header.homestyle.home3style .rs-topbar-part .dr-contact-info .contact-part i::before,
.full-width-header .rs-header.homestyle.home3style .rs-topbar-part .dr-contact-info .contact-part .address {
  color: #494949;
}
.full-width-header .rs-header.homestyle.home3style .rs-topbar-part .topbar-sl-share .icon-part li {
  color: #494949;
}
.full-width-header .rs-header.homestyle.home3style .rs-topbar-part .topbar-sl-share .icon-part li a i {
  color: #494949;
}
.full-width-header .rs-header.homestyle.home3style .rs-topbar-part .topbar-sl-share .icon-part li a:hover i {
  color: #4794c6;
}
.full-width-header .rs-header.homestyle.home3style .menu-area {
  background: #ffffff !important;
}
.full-width-header .rs-header.homestyle.home3style .menu-area .nav-menu li a {
  color: #303745;
}
.full-width-header .rs-header.homestyle.home3style .menu-area .nav-menu li a:hover {
  color: #4794c6;
}
.full-width-header .rs-header.homestyle.home3style .menu-area .rs-menu.small-width .nav-menu li a {
  padding: 50px 0;
}
.full-width-header .rs-header.homestyle.home3style .menu-area .expand-btn li a {
  color: #303745;
}
.full-width-header .rs-header.homestyle.home3style .menu-area .expand-btn li a span {
  background: #f2f2f2;
}
.full-width-header .rs-header.homestyle.home3style .menu-area .expand-btn li a:hover {
  color: #4794c6;
}
.full-width-header .rs-header.homestyle.home3style .menu-area .expand-btn li .header-btn {
  background: transparent;
  color: #303745;
  border: 1px solid #2874a6;
}
.full-width-header .rs-header.homestyle.home3style .menu-area .expand-btn li .header-btn:hover {
  color: #4794c6;
}
.full-width-header .rs-header.homestyle.home3style .menu-area ul li a:hover,
.full-width-header .rs-header.homestyle.home3style .menu-area ul li.active a,
.full-width-header .rs-header.homestyle.home3style .menu-area ul li.current-menu-item > a {
  color: #4794c6;
}
.full-width-header .rs-header.home2style {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
}
.full-width-header .rs-header.home2style .box-layout {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  margin-top: 50px;
  padding: 0 40px;
  border-radius: 5px;
}
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu .rs-menu {
  position: unset;
  background: unset;
}
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu .nav-menu li a {
  color: #303745;
  padding: 37px 0;
}
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu .nav-menu li a:hover {
  color: #4794c6;
}
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu .nav-menu li .sub-menu {
  left: 0;
}
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu .nav-menu li .sub-menu li .sub-menu {
  left: unset;
  right: 100%;
}
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu .nav-menu li.last-item .sub-menu {
  left: unset;
  right: 0;
}
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu ul li a:hover,
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu ul li.active a,
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu ul li.current-menu-item > a {
  color: #4794c6;
}
.full-width-header .rs-header.home2style .menu-area .box-layout .main-menu .expand-btn ul li a {
  color: #303745;
}
.full-width-header .rs-header.home2style .menu-area.sticky {
  background: #ffffff;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.full-width-header .rs-header.home2style .menu-area.sticky .box-layout {
  background: transparent;
  z-index: 1;
  margin-top: 0;
  border-radius: 0;
  padding: 0 15px;
}
.full-width-header .rs-header.home2style .menu-area.sticky .box-layout .main-menu {
  text-align: right;
}
.full-width-header .rs-header.home2style .menu-area.sticky .box-layout .main-menu .nav-menu li a {
  padding: 23px 0;
}
.full-width-header .rs-header.home2style .menu-area.sticky .box-layout .main-menu .expand-btn {
  display: none;
}
.full-width-header.personal-head .rs-header {
  background: #2874a6;
}
.full-width-header.personal-head .rs-header .menu-area .main-menu .rs-menu .nav-menu > li > a {
  color: #ffffff;
}
.full-width-header.personal-head .rs-header .menu-area .main-menu .rs-menu .nav-menu > li > a:hover {
  color: #cccccc;
}
.full-width-header.personal-head .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header.personal-head .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header.personal-head .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #cccccc;
}
.full-width-header.personal-head .rs-header .menu-area.menu-sticky.sticky {
  background: #ffffff;
  transition: all 0.3s ease 0s;
}
.full-width-header.personal-head .rs-header .menu-area.menu-sticky.sticky .rs-menu .nav-menu > li > a {
  color: #303745;
}
.full-width-header.personal-head .rs-header .menu-area.menu-sticky.sticky .rs-menu .nav-menu .current-menu-item > a {
  color: #4794c6;
}
.full-width-header.personal-head .rs-header .menu-area.menu-sticky.sticky .main-menu .expand-btn ul li a {
  color: #303745;
}
.nav-expanded nav {
  right: 0 !important;
}
.rs-canvas-menu {
  max-width: 300px;
  margin: 0 auto;
}
.rs-canvas-menu .nav-menu li {
  display: block;
  position: relative;
}
.rs-canvas-menu .nav-menu li a {
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 15px;
  color: #494949;
}
.rs-canvas-menu .nav-menu li a:hover {
  color: #4794c6;
}
.rs-canvas-menu .nav-menu li .sub-menu {
  opacity: 0;
  display: block;
  visibility: hidden;
  transform: translateX(-10px);
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
}
.rs-canvas-menu .nav-menu li .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.rs-canvas-menu .nav-menu li .sub-menu li.active > a {
  color: #4794c6;
}
.rs-canvas-menu .nav-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.rs-canvas-menu .nav-menu li.current-menu-item > a {
  color: #4794c6;
}
/*rs-toolbar-part*/
.rs-toolbar-part {
  padding: 20px 0 20px;
}
.rs-toolbar-part .logo-part img {
  max-height: 35px;
}
.rs-toolbar-part .dr-contact-info {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.rs-toolbar-part .dr-contact-info .contact-part {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
.rs-toolbar-part .dr-contact-info .contact-part i {
  float: left;
  margin-right: 15px;
  color: #494949;
  line-height: 44px;
}
.rs-toolbar-part .dr-contact-info .contact-part i:before {
  font-size: 30px;
  color: #494949;
}
.rs-toolbar-part .dr-contact-info .contact-part .contact-info {
  float: left;
  text-align: left;
  display: block;
}
.rs-toolbar-part .dr-contact-info .contact-part .contact-info span {
  color: #303745;
  display: block;
  text-align: left;
  font-size: 100%;
  padding: 0;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.rs-toolbar-part .dr-contact-info .contact-part .contact-info a {
  color: #494949;
}
/*---------------------
    04. Slider Section CSS
---------------------*/
.dr-slider {
  position: relative;
}
.dr-slider.home-slider .single-slide {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: grid;
  align-items: center;
  position: relative;
}
.dr-slider.home-slider .single-slide:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background: linear-gradient(rgba(27,102, 151, .7) 0%, rgba(27,102, 151, .9) 100%);
}
.dr-slider.home-slider .single-slide .content-part {
  padding-top: 105px;
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.dr-slider.home-slider .single-slide .content-part .tags-part .title-part h3 {
  font-size: 30px;
  line-height: 40px;
  color: #d1d1d1;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.dr-slider.home-slider .single-slide .content-part .tags-part .title-part h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.dr-slider.home-slider .single-slide .content-part .tags-part .desc-part {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 32px;
}
.dr-slider.home-slider .single-slide .img-part {
  position: absolute;
  content: '';
  bottom: 0;
  right: 70px;
  z-index: 1;
}
.dr-slider.home-slider .single-slide .img-part img {
  max-width: 450px;
  height: auto;
}
.dr-slider.home2slider .single-slide {
  padding: 330px 0 345px;
}
.dr-slider.home2slider .single-slide .title-part .award {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 25px;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
}
.dr-slider.home2slider .single-slide .title-part .title {
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.dr-slider.home2slider .single-slide .desc-part {
  margin-bottom: 30px;
}
.dr-slider.home2slider .single-slide .desc-part p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.dr-slider.home3slider .sl-appointment {
  background: #2874a6;
  padding: 65px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.dr-slider.home3slider .sl-appointment .from-control {
  width: 100%;
  padding: 10px 18px;
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  outline: none;
}
.dr-slider.home3slider .sl-appointment .select-option {
  position: relative;
}
.dr-slider.home3slider .sl-appointment .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #b1b1b1;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.dr-slider.home3slider .sl-appointment .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #b1b1b1;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 20px;
  pointer-events: none;
}
.dr-slider.home3slider .sl-appointment textarea {
  height: 110px;
}
.dr-slider.home3slider .sl-appointment input,
.dr-slider.home3slider .sl-appointment textarea {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.dr-slider.home3slider .sl-appointment input::placeholder,
.dr-slider.home3slider .sl-appointment textarea::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.dr-slider.home4slider .single-slide {
  height: 710px;
}
.dr-slider.home4slider .single-slide .desc-part {
  padding: 185px 0 245px;
}
.dr-slider.home4slider .single-slide .desc-part .ensures {
  font-size: 58px;
  line-height: 58px;
  font-weight: 700;
  color: #2874a6;
  margin: 0;
  font-family: Exo;
  text-transform: capitalize;
}
.dr-slider.home4slider .single-slide .desc-part .medical {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #2874a6;
  margin: 0;
  font-family: Exo;
  text-transform: capitalize;
}
.dr-slider.home4slider .single-slide .desc-part .icon-part i:before {
  font-size: 29px;
  color: #494949;
  line-height: 29px;
  font-weight: 400;
  padding-right: 15px;
}
.dr-slider.home4slider .single-slide .desc-part .icon-part span {
  font-size: 29px;
  color: #494949;
  line-height: 29px;
  font-weight: 400;
}
.dr-slider.home4slider .single-slide .desc-part .btn-part {
  margin-top: 45px;
}
.dr-slider.home4slider .single-slide .desc-part .btn-part .readon {
  padding: 15px 58px 15px 30px;
  font-size: 14px;
  line-height: 1;
}
.dr-slider.home4slider .single-slide .desc-part .btn-part .readon:after {
  right: 25px;
}
.dr-slider.home4slider .single-slide .desc-part .btn-part .readon:hover:after {
  right: 15px;
}
.dr-slider.home4slider .single-slide.slide1 {
  background: url(../images/slider/sl-h4-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dr-slider.home4slider .single-slide.slide2 {
  background: url(../images/slider/sl-h4-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dr-slider.home5slider .single-slide {
  width: 100%;
  height: 750px;
  display: grid;
  align-items: center;
}
.dr-slider.home5slider .single-slide .content-part .tag-part .slider-title {
  font-size: 70px;
  line-height: 80px;
  color: #4794c6;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.dr-slider.home5slider .single-slide .content-part .tag-part .slider-sub-title {
  font-size: 38px;
  line-height: 48px;
  color: #2874a6;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.dr-slider.home5slider .single-slide .content-part .desc-part p {
  font-size: 20px;
  line-height: 30px;
  color: #4794c6;
  font-weight: 500;
  margin: 0;
}
.dr-slider.home5slider .single-slide .content-part .desc-part p i {
  padding-right: 10px;
}
.dr-slider.home5slider .single-slide .content-part .btn-part {
  margin-top: 30px;
}
.dr-slider.home5slider .single-slide .content-part .btn-part .readon {
  padding: 15px 60px 15px 30px;
  font-size: 17px;
  line-height: 1;
}
.dr-slider.home5slider .single-slide .content-part .btn-part .readon:after {
  right: 25px;
}
.dr-slider.home5slider .single-slide .content-part .btn-part .readon:hover:after {
  right: 15px;
}
.dr-slider.home5slider .single-slide.slide1 {
  background: url(../images/slider/sl-h5-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dr-slider.home5slider .single-slide.slide2 {
  background: url(../images/slider/sl-h5-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dr-slider.home6slider .single-slide {
  position: relative;
  width: 100%;
  height: 850px;
  display: grid;
  align-items: center;
}
.dr-slider.home6slider .single-slide .content-part {
  position: relative;
  z-index: 9;
}
.dr-slider.home6slider .single-slide .content-part .tag-part .slider-sub-title {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.dr-slider.home6slider .single-slide .content-part .tag-part .slider-title {
  font-size: 65px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.dr-slider.home6slider .single-slide .content-part .btn-part {
  margin-top: 35px;
}
.dr-slider.home6slider .single-slide .content-part .btn-part .readon {
  padding: 15px 58px 15px 30px;
  font-size: 14px;
  line-height: 1;
}
.dr-slider.home6slider .single-slide .content-part .btn-part .readon:after {
  right: 25px;
}
.dr-slider.home6slider .single-slide .content-part .btn-part .readon:hover:after {
  right: 15px;
}
.dr-slider.home6slider .single-slide.slide1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/slider/sl-h6-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dr-slider.home6slider .single-slide.slide2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/slider/sl-h6-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dr-slider.home6slider .single-slide.skew {
  position: relative;
  overflow: hidden;
}
.dr-slider.home6slider .single-slide.skew:after {
  background-color: #4794c6;
  transform: skewX(-18deg);
  content: "";
  height: 132%;
  position: absolute;
  bottom: 0;
  width: 58%;
  z-index: 1;
  left: -128px;
  opacity: 0.65;
}
.dr-slider.home6slider .owl-item.active .single-slide:before {
  transition: 5s;
  transform: translate3d(0px, 29px, 0px) scale(1.2);
}
.dr-slider.home6slider .owl-dots {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  transition: all 0.3s ease 0s;
}
.dr-slider.home6slider .owl-dots button {
  outline: none;
}
.dr-slider.home6slider .owl-dots button i {
  font-size: 0;
}
.dr-slider.home6slider .owl-dots button.owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
  outline: none;
}
.dr-slider.home6slider .owl-dots button.owl-dot.active {
  background: #ffffff;
}
.dr-slider.home6slider .owl-dots button.owl-dot:hover {
  background: #4794c6;
}
.dr-slider.home7slider .single-slide {
  position: relative;
  width: 100%;
  height: 750px;
  display: grid;
  align-items: center;
}
.dr-slider.home7slider .single-slide .content-part {
  position: relative;
  z-index: 9;
}
.dr-slider.home7slider .single-slide .content-part .tag-part .slider-sub-title {
  font-size: 40px;
  line-height: 50px;
  color: #303745;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.dr-slider.home7slider .single-slide .content-part .tag-part .slider-title {
  font-size: 65px;
  line-height: 70px;
  color: #303745;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.dr-slider.home7slider .single-slide .content-part .desc-part {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  color: #494949;
  text-transform: capitalize;
  margin: 0;
}
.dr-slider.home7slider .single-slide .content-part .btn-part {
  margin-top: 35px;
}
.dr-slider.home7slider .single-slide .content-part .btn-part .readon {
  padding: 15px 58px 15px 30px;
  font-size: 14px;
  line-height: 1;
}
.dr-slider.home7slider .single-slide .content-part .btn-part .readon:after {
  right: 25px;
}
.dr-slider.home7slider .single-slide .content-part .btn-part .readon:hover:after {
  right: 15px;
}
.dr-slider.home7slider .single-slide.slide1 {
  background: url(../images/slider/sl-h7-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dr-slider.home7slider .single-slide.slide2 {
  background: url(../images/slider/sl-h7-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.dr-slider.home7slider .owl-carousel {
  padding-top: 0;
}
.dr-slider.home7slider .owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid #4794c6;
  color: #4794c6;
  width: 60px;
  height: 60px;
  line-height: 64px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease 0s;
}
.dr-slider.home7slider .owl-carousel .owl-nav [class*="owl-"] i {
  font-size: 0;
}
.dr-slider.home7slider .owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 15px;
}
.dr-slider.home7slider .owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 15px;
}
.dr-slider.home7slider .owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #4794c6;
  color: #ffffff;
}
.dr-slider.home7slider .owl-carousel:hover [class*="owl-"] {
  opacity: 1 !important;
  visibility: visible !important;
}
.dr-slider.home7slider .owl-carousel:hover [class*="owl-"] .owl-prev {
  left: 0;
}
.dr-slider.home7slider .owl-carousel:hover [class*="owl-"] .owl-next {
  right: 0;
}
.dr-slider .dr-slider-part {
  background: url(../images/img1.html);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.dr-slider .dr-slider-part .content-part {
  padding: 200px 60px 200px;
}
.dr-slider .dr-slider-part .content-part .tag-part h1 {
  font-size: 57px;
  line-height: 63px;
  color: #4794c6;
  font-weight: 700;
  text-transform: uppercase;
}
.dr-slider .dr-slider-part .content-part .tag-part h3 {
  font-size: 31px;
  line-height: 41px;
  color: #4794c6;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.dr-slider .dr-slider-part .content-part .icon-part p {
  font-size: 16px;
  line-height: 26px;
  color: #4794c6;
  font-weight: 500;
}
.dr-slider .dr-slider-part .content-part .icon-part p i {
  padding-right: 10px;
}
.dr-slider .dr-slider-part .content-part .btn-part {
  margin-top: 30px;
}
.dr-slider .dr-slider-part.part4 {
  position: relative;
  overflow: hidden;
}
.dr-slider .dr-slider-part.part4 .medvill-part {
  padding: 220px 0 300px;
  z-index: 2;
  position: relative;
}
.dr-slider .dr-slider-part.part4 .medvill-part h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.dr-slider .dr-slider-part.part4 .medvill-part h2 {
  font-size: 58px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.dr-slider .dr-slider-part.part4.sl4bg1 {
  background: url(../images/slider-h4-1.html);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.dr-slider .dr-slider-part.part4.sl4bg2 {
  background: url(../images/slider-h4-2.html);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.dr-slider .dr-slider-part.part4:after {
  background-color: #4794c6;
  transform: skewX(-18deg);
  content: "";
  height: 132%;
  position: absolute;
  bottom: 0;
  width: 58%;
  z-index: 1;
  left: -128px;
  opacity: 0.65;
}
.dr-slider .dr-slider-part.part5 .title-part {
  padding: 200px 0 240px;
}
.dr-slider .dr-slider-part.part5 .title-part .welcome-part {
  font-size: 37px;
  line-height: 47px;
  font-weight: 700;
  color: #2874a6;
  text-transform: uppercase;
}
.dr-slider .dr-slider-part.part5 .title-part .our-part {
  font-size: 60px;
  line-height: 65px;
  font-weight: 800;
  color: #2874a6;
  text-transform: uppercase;
}
.dr-slider .dr-slider-part.part5 .title-part .dese-part {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #494949;
  margin: 0;
}
.dr-slider .dr-slider-part.part5.sl5bg1 {
  background: url(../images/slider-h5-1.html);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.dr-slider .dr-slider-part.part5.sl5bg2 {
  background: url(../images/slider-h5-2.html);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.dr-slider .dr-slider-part.part7 .desc-part {
  padding: 200px 0 240px;
}
.dr-slider .dr-slider-part.part7 .desc-part .ensures {
  font-size: 58px;
  line-height: 58px;
  font-weight: 700;
  color: #2874a6;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0;
}
.dr-slider .dr-slider-part.part7 .desc-part .medical {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #2874a6;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin: 0;
}
.dr-slider .dr-slider-part.part7 .desc-part .icon-part {
  margin-bottom: 35px;
}
.dr-slider .dr-slider-part.part7 .desc-part .icon-part span {
  font-size: 23px;
  line-height: 25px;
  color: #494949;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
}
.dr-slider .dr-slider-part.part7 .desc-part .icon-part span i:before {
  font-size: 29px;
  line-height: 29px;
  color: #494949;
}
.dr-slider .dr-slider-part.part7.sl7bg1 {
  background: url(../images/slider/sl-h7-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dr-slider .dr-slider-part.part7.sl7bg2 {
  background: url(../images/slider/sl-h7-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*rs-icon-slider-part*/
.rs-icon-slider-part.position {
  position: absolute;
  content: '';
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 2;
}
.rs-icon-slider-part .services-item {
  border-radius: 6px;
  background: rgba(2, 27, 121, 0.7);
  box-shadow: 0 0 20px #2874a6;
  padding: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}
.rs-icon-slider-part .services-item .icon-part img {
  height: 50px;
}
.rs-icon-slider-part .services-item .dese-part {
  text-align: left;
  padding-left: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.rs-icon-slider-part .services-item .dese-part a {
  color: #ffffff;
}
.rs-icon-slider-part .services-item:hover {
  background: #4794c6;
}
.rs-icon-slider-part.part2 {
  background: #2874a6 ! important;
  margin-top: -1px ! important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.rs-icon-slider-part.part2 .rs-services-part {
  padding-top: 35px;
  padding-bottom: 35px;
}
.rs-icon-slider-part.part2 .rs-services-part .item-services {
  position: relative;
  transition: all .5s ease;
  top: 0;
}
.rs-icon-slider-part.part2 .rs-services-part .item-services .icon-part {
  text-align: center;
}
.rs-icon-slider-part.part2 .rs-services-part .item-services .icon-part img {
  height: 50px;
}
.rs-icon-slider-part.part2 .rs-services-part .item-services .service-desc {
  text-align: center;
  transition: all .5s ease;
  color: #fff;
  padding: 0 15px;
  max-width: 530px;
  margin: 0 auto;
}
.rs-icon-slider-part.part2 .rs-services-part .item-services .service-desc .title-part {
  margin: 0;
}
.rs-icon-slider-part.part2 .rs-services-part .item-services .service-desc .title-part a {
  font-size: 20px;
  margin: 12px 0 6px;
  line-height: normal;
  font-weight: 500 ;
  color: #ffffff;
  display: inline-block;
}
.rs-icon-slider-part.part2 .rs-services-part .item-services .service-desc .dese-part {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.rs-icon-slider-part.part2 .rs-services-part:hover .item-services {
  top: -5px;
}
.rs-icon-slider-part.part3 {
  margin-top: -110px;
  position: relative;
  z-index: 9;
}
.rs-icon-slider-part.part3 .rs-services-wrap .serviecs-item-part {
  background: #4794c6;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px 55px 50px;
}
.rs-icon-slider-part.part3 .rs-services-wrap .serviecs-item-part .icon-part {
  float: left;
}
.rs-icon-slider-part.part3 .rs-services-wrap .serviecs-item-part .icon-part img {
  width: 55px;
}
.rs-icon-slider-part.part3 .rs-services-wrap .serviecs-item-part .services-desc {
  padding-left: 90px;
}
.rs-icon-slider-part.part3 .rs-services-wrap .serviecs-item-part .services-desc .title-part {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.rs-icon-slider-part.part3 .rs-services-wrap .serviecs-item-part .services-desc .title-part a {
  color: #ffffff;
}
.rs-icon-slider-part.part3 .rs-services-wrap .serviecs-item-part .services-desc .dese-part {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.rs-icon-slider-part.part3 .rs-services-wrap .serviecs-item-part:hover {
  background: #2874a6;
}
.rs-icon-slider-part.part3.style2 .rs-services-wrap .serviecs-item-part {
  background: #ffffff;
  border-radius: 5px;
  padding: 50px 55px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.rs-icon-slider-part.part3.style2 .rs-services-wrap .serviecs-item-part .icon-part {
  float: left;
  width: 90px;
  padding-right: 25px;
}
.rs-icon-slider-part.part3.style2 .rs-services-wrap .serviecs-item-part .icon-part img {
  width: 55px;
}
.rs-icon-slider-part.part3.style2 .rs-services-wrap .serviecs-item-part .services-desc {
  padding-left: 100px;
}
.rs-icon-slider-part.part3.style2 .rs-services-wrap .serviecs-item-part .services-desc .title-part {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #4794c6;
  text-transform: uppercase;
}
.rs-icon-slider-part.part3.style2 .rs-services-wrap .serviecs-item-part .services-desc .title-part a {
  color: #4794c6;
}
.rs-icon-slider-part.part3.style2 .rs-services-wrap .serviecs-item-part .services-desc .title-part a:hover {
  color: #494949;
}
.rs-icon-slider-part.part3.style2 .rs-services-wrap .serviecs-item-part .services-desc .dese-part {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #494949;
  margin: 0;
}
/*------------------------------------
    05. About Section CSS
------------------------------------*/
.dr-about {
  padding: 40px 0;
  background-color: #fff;
}
.dr-about .desc p {
  font-size: 16px;
  text-align: justify;
}
.dr-about.style1 .rs-count .rs-counter-list .counter-top {
  margin-bottom: 25px;
}
.dr-about.style1 .rs-count .rs-counter-list .counter-top .counter-number {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: #4794c6;
}
.dr-about.style1 .rs-count .rs-counter-list .counter-top .post-tag {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: #4794c6;
  padding-left: 5px;
}
.dr-about.style1 .rs-count .rs-counter-list .counter-text {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #494949;
  margin: 0;
}
.dr-about.style1 .rs-count .rs-counter-list.border-before {
  position: relative;
}
.dr-about.style1 .rs-count .rs-counter-list.border-before:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  border-left: 1px solid #eee;
  z-index: 1;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.dr-about.style1 .rs-count.homestyle {
  background: #ffffff;
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 30px 60px;
}
/*------------------------------------
    06. Expertise Section CSS
------------------------------------*/
.rs-expertise-part {
  /* about style1 */
}
.rs-expertise-part .content-part .description p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #494949;
  padding: 6px 0 10px;
  margin: 0;
}
.rs-expertise-part .progressbar-part label {
  font-size: 15px;
  line-height: 12px;
  font-weight: 500;
  color: #494949;
}
.rs-expertise-part .progressbar-part .progress {
  background-color: #2874a6;
  height: 12px;
  line-height: 12px;
  width: 80%;
}
.rs-expertise-part .progressbar-part .progress .progress-bar {
  background-color: #4794c6;
}
.rs-expertise-part .progressbar-part .progress.scientific-skills .progress-bar {
  width: 70%;
}
.rs-expertise-part .progressbar-part .progress.communication-skills .progress-bar {
  width: 90%;
}
.rs-expertise-part .progressbar-part .progress.patient-care .progress-bar {
  width: 60%;
}
.rs-expertise-part .progressbar-part .progress.career-overview .progress-bar {
  width: 75%;
}
.rs-expertise-part .progressbar-part .progress.work-environment .progress-bar {
  width: 65%;
}
.rs-expertise-part .rs-count .rs-counter-list {
  border-right: 1px solid #eeeeee;
}
.rs-expertise-part .rs-count .rs-counter-list .counter-top {
  padding-right: 54px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.rs-expertise-part .rs-count .rs-counter-list .counter-top .counter-number {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: #4794c6;
}
.rs-expertise-part .rs-count .rs-counter-list .counter-top .post-tag {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: #4794c6;
  padding-left: 10px;
}
.rs-expertise-part .rs-count .rs-counter-list .counter-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #494949;
}
.rs-expertise-part.part2 .rs-best-medical-part .img-part {
  position: relative;
  margin-top: -20px;
}
.rs-expertise-part.part2 .rs-best-medical-part .img-part .play-btn .pulse-btn {
  position: absolute;
  background: #2874a6;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  font-size: 30px;
  color: #ffffff;
  z-index: 1;
}
.rs-expertise-part.part2 .rs-best-medical-part .img-part .play-btn .pulse-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: transparent;
  border: 2px solid #2874a6;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
}
.rs-expertise-part.part2 .rs-best-medical-part .img-part .play-btn .pulse-btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: transparent;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  border: 2px solid #2874a6;
}
.rs-expertise-part.part2 .rs-services-part .description .dese-part {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #494949;
}
.rs-expertise-part.part3 .content-part {
  padding-right: 56px;
}
.rs-expertise-part.part3 .content-part .dental-health .dese-part {
  font-size: 15px;
  line-height: 26px;
  color: #494949;
  font-weight: 400;
}
.rs-expertise-part.part3 .img-part {
  padding-left: 10px;
}
/*---------------------
    07. Services Section CSS
 ---------------------*/
.dr-services {
  padding: 40px 0;
  background-color: #2874a6;
}
.dr-services .sec-title .title {
  color: #fff !important;
}
.dr-services .item-services {
  padding: 25px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  text-align: center;
}
.dr-services .item-services .icon-part {
  margin-bottom: 15px;
}
.dr-services .item-services .icon-part img {
  width: 55px;
  height: auto;
  max-width: unset;
}
.dr-services .item-services .item-content .title {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  color: #222;
}
.dr-services .item-services .item-content .title a {
  color: #303745;
}
.dr-services .item-services .item-content .title a:hover {
  color: #4794c6;
}
.dr-services .item-services .item-content .desc-part {
  margin-bottom: 0;
}
.dr-services.homestyle .item-services .icon-part {
  margin-bottom: 15px;
}
.dr-services.homestyle .item-services .icon-part,
.dr-services.homestyle .item-services .item-content {
  position: relative;
  transition: all 0.3s ease 0s;
}
.dr-services .column-gap {
  padding: 0 17px 0 60px;
}
.rs-our-main-services .owl-stage-outer {
  padding-bottom: 20px;
}
.rs-our-main-services .item .services-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid transparent;
}
.rs-our-main-services .item .services-item .img-part {
  overflow: hidden;
}
.rs-our-main-services .item .services-item .img-part img {
  transition: all 0.3s ease 0s;
  transform: scale(1);
}
.rs-our-main-services .item .services-item .desc-services {
  padding: 27px 27px 8px;
  background: #ffffff;
}
.rs-our-main-services .item .services-item .desc-services .icon-part img {
  max-width: 64px;
  height: auto;
}
.rs-our-main-services .item .services-item .desc-services .services-title {
  font-size: 20px;
  color: #494949;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-our-main-services .item .services-item:hover .img-part img {
  transform: scale(1.1);
}
.rs-services-flaticon-part .services-item {
  background: #ffffff;
  padding: 55px 0 55px;
  border-radius: 5px;
  box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.08);
}
.rs-services-flaticon-part .services-item .contents {
  position: relative;
  transition: all 0.3s ease 0s;
  top: 0;
}
.rs-services-flaticon-part .services-item .contents .icon-part {
  text-align: center;
}
.rs-services-flaticon-part .services-item .contents .icon-part img {
  height: 50px;
}
.rs-services-flaticon-part .services-item .contents .services-desc {
  text-align: center;
}
.rs-services-flaticon-part .services-item .contents .services-desc h2 {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  font-weight: 500;
  padding: 0 15px;
  max-width: 530px;
  margin: 0 auto;
}
.rs-services-flaticon-part .services-item:hover .contents {
  top: -5px;
}
.rs-quality-services-part .item-services {
  padding: 70px 35px 45px 35px;
  border-bottom-width: 4px;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-radius: 7px;
  position: relative;
}
.rs-quality-services-part .item-services .item {
  text-align: center;
}
.rs-quality-services-part .item-services .item .icon-part {
  width: 90px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease 0s;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
}
.rs-quality-services-part .item-services .item .icon-part img {
  max-width: 45px;
}
.rs-quality-services-part .item-services .item .content-part .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.rs-quality-services-part .item-services .item .content-part .title a {
  color: #494949;
}
.rs-quality-services-part .item-services .item .content-part .title a:hover {
  color: #4794c6;
}
.rs-quality-services-part .item-services .item .content-part .desc-part {
  font-size: 15px;
  line-height: 25px;
  color: #494949;
  font-weight: 400;
  margin: 0;
}
.rs-quality-services-part .item-services:after {
  content: "";
  width: 0;
  height: 4px;
  background: #4794c6;
  position: absolute;
  transition: all 0.5s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-quality-services-part .item-services:hover .icon-part {
  top: -30px;
}
.rs-quality-services-part .item-services:hover:after {
  width: 100%;
}
.rs-our-services-part .item-services .item {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.rs-our-services-part .item-services .item .img-part {
  position: relative;
}
.rs-our-services-part .item-services .item .img-part img {
  height: auto;
  max-width: 100%;
}
.rs-our-services-part .item-services .item .img-part .service-content {
  padding: 0 20px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  bottom: 15px;
}
.rs-our-services-part .item-services .item .img-part .service-content .title {
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}
.rs-our-services-part .item-services .item .img-part .service-content .service-excerpt {
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  height: 0;
  transition: 0.4s;
  color: #ffffff;
  display: block;
}
.rs-our-services-part .item-services .item .img-part .service-content .service-excerpt .excerpt-content {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}
.rs-our-services-part .item-services .item .img-part .overlay:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
  position: absolute;
  border-radius: 0;
  z-index: 0;
  transition: 0.4s;
  background: linear-gradient(to top, #4794c6 0%, rgba(125, 185, 232, 0) 70%);
}
.rs-our-services-part .item-services .item:hover {
  background: #4794c6;
}
.rs-our-services-part .item-services .item:hover .img-part .overlay:before {
  background: #4794c6;
}
.rs-our-services-part .item-services .item:hover .service-content {
  bottom: 30px;
}
.rs-our-services-part .item-services .item:hover .service-content .service-excerpt {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.rs-our-services-part.part2 .item .item-services {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.rs-our-services-part.part2 .item .item-services .img-part {
  overflow: hidden;
}
.rs-our-services-part.part2 .item .item-services .img-part img {
  transition: all 0.3s ease 0s;
  transform: scale(1);
}
.rs-our-services-part.part2 .item .item-services .services-desc {
  padding: 27px 27px 8px;
  background: #ffffff;
}
.rs-our-services-part.part2 .item .item-services .services-desc .title-upper {
  margin: 0 0 10px;
}
.rs-our-services-part.part2 .item .item-services .services-desc .title-upper a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #4794c6;
  text-transform: uppercase;
}
.rs-our-services-part.part2 .item .item-services .services-desc .title-upper a:hover {
  color: #494949;
}
.rs-our-services-part.part2 .item .item-services .services-desc .dese-part {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #494949;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 25px;
}
.rs-our-services-part.part2 .item .item-services:hover .img-part img {
  transform: scale(1.1);
}
.rs-our-quality-services-part .rs-services-part .item-services .icon-part img {
  height: auto;
  width: 55px;
}
.rs-our-quality-services-part .rs-services-part .item-services .services-desc .title {
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
}
.rs-our-quality-services-part .rs-services-part .item-services .services-desc .title a {
  color: #303745;
}
.rs-our-quality-services-part .rs-services-part .item-services .services-desc .title a:hover {
  color: #4794c6;
}
.rs-our-quality-services-part .rs-services-part .item-services .services-desc .desc-part {
  font-size: 15px;
  line-height: 26px;
  color: #494949;
  font-weight: 400;
}
.rs-our-quality-services-part .appointment-form {
  background: #ffffff;
  padding: 70px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.rs-our-quality-services-part .appointment-form.width-full {
  width: 100%;
}
.rs-our-quality-services-part .appointment-form .from-control {
  width: 100%;
  padding: 10px 10px;
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  outline: none;
}
.rs-our-quality-services-part .appointment-form .select-option {
  position: relative;
}
.rs-our-quality-services-part .appointment-form .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #bbb !important;
  cursor: pointer;
  position: relative;
}
.rs-our-quality-services-part .appointment-form .select-option select option {
  color: #494949 !important;
}
.rs-our-quality-services-part .appointment-form .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #bbb;
  right: 15px;
  position: absolute;
  top: 11px;
  font-size: 20px;
  pointer-events: none;
}
.rs-our-quality-services-part .appointment-form textarea {
  height: 110px;
}
.rs-our-quality-services-part .appointment-form input,
.rs-our-quality-services-part .appointment-form textarea {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.rs-our-quality-services-part .appointment-form input::placeholder,
.rs-our-quality-services-part .appointment-form textarea::placeholder {
  color: #494949;
}
.rs-inner-services-item-part .item-services {
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  padding: 50px 55px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.rs-inner-services-item-part .item-services .icon-part {
  padding-right: 35px;
}
.rs-inner-services-item-part .item-services .icon-part img {
  width: 55px;
  height: auto;
  max-width: unset;
}
.rs-inner-services-item-part .item-services .services-desc .title {
  font-size: 18px;
  line-height: 34px;
  color: #494949;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 10px;
}
.rs-inner-services-item-part .item-services .services-desc .title a {
  color: #494949;
}
.rs-inner-services-item-part .item-services .services-desc .title a:hover {
  color: #4794c6;
}
.rs-inner-services-item-part .item-services .services-desc .desc-part {
  font-size: 15px;
  line-height: 26px;
  color: #494949;
  font-weight: 400;
  margin: 0;
}
/*---------------------
    08. Pediatric Part Section CSS
 ---------------------*/
.rs-best-pediatric-part .content-part .description .best-part {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #494949;
}
.rs-best-pediatric-part .content-part .alig-part {
  padding-top: 8px;
  margin-bottom: 35px;
}
.rs-best-pediatric-part .img-part img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
/*---------------------------------
    09. Why Choose Us Section CSS
---------------------------------*/
.rs-why-choose-us .why-choose-top {
  position: relative;
}
.rs-why-choose-us .why-choose-bottom .tab-area {
  margin-top: -170px;
  position: relative;
  z-index: 2;
}
.rs-why-choose-us .why-choose-bottom .tab-area .nav-tabs {
  background: rgba(2, 27, 121, 0.8);
  width: 100%;
  margin: 0;
  border: none;
}
.rs-why-choose-us .why-choose-bottom .tab-area .nav-tabs li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 20%;
  text-align: center;
}
.rs-why-choose-us .why-choose-bottom .tab-area .nav-tabs li a.tab-item {
  display: block;
  padding: 45px 12px 50px;
}
.rs-why-choose-us .why-choose-bottom .tab-area .nav-tabs li a.tab-item i {
  font-size: 30px;
  color: #ffffff;
}
.rs-why-choose-us .why-choose-bottom .tab-area .nav-tabs li a.tab-item .title {
  color: #ffffff;
  text-transform: capitalize;
  padding-top: 15px;
  margin: 0;
}
.rs-why-choose-us .why-choose-bottom .tab-area .nav-tabs li a.tab-item:hover {
  background: #4794c6;
}
.rs-why-choose-us .why-choose-bottom .tab-area .nav-tabs li a.tab-item.active {
  background: #4794c6;
}
.rs-why-choose-us .why-choose-bottom .tab-area .nav-tabs li:last-child {
  margin: 0;
  border: none;
}
.rs-why-choose-us .why-choose-bottom .tab-area .tab-content .tab-pane {
  background: #ffffff;
  padding: 75px;
}
.rs-why-choose-us .why-choose-bottom .tab-area .tab-content .tab-pane .content-part .title {
  font-size: 36px;
  line-height: 50px;
  color: #2874a6;
  font-weight: 700;
}
.rs-why-choose-us .why-choose-bottom .tab-area .tab-content .tab-pane.active {
  animation: slide-down 0.8s ease-out !important;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.rs-choose-us-part .item {
  align-items: center;
  display: flex;
}
.rs-choose-us-part .item .icon-part {
  float: left;
  padding-right: 20px;
}
.rs-choose-us-part .item .icon-part img {
  max-width: 100%;
  height: 50px;
}
.rs-choose-us-part .item .dese-part .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #494949;
  margin: 0;
}
.rs-choose-us-part .img-part {
  position: relative;
}
.rs-choose-us-part .img-part img {
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
.rs-choose-us-part .img-part .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-choose-us-part .img-part .play-btn .pulse-btn {
  position: relative;
  background: #4794c6;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  z-index: 1;
}
.rs-choose-us-part .img-part .play-btn .pulse-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: transparent;
  border: 2px solid #4794c6;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
}
.rs-choose-us-part .img-part .play-btn .pulse-btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 75px;
  height: 75px;
  background: transparent;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  border: 2px solid #4794c6;
}
.rs-choose-us-part.part2 .appointment-form {
  background: #ffffff;
  padding: 70px;
  border-radius: 6px;
  max-width: 600px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.rs-choose-us-part.part2 .appointment-form .from-control {
  width: 100%;
  padding: 10px 18px;
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  outline: none;
}
.rs-choose-us-part.part2 .appointment-form .select-option {
  position: relative;
}
.rs-choose-us-part.part2 .appointment-form .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #bbb;
  cursor: pointer;
  background: transparent;
  z-index: 11;
  position: relative;
}
.rs-choose-us-part.part2 .appointment-form .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #bbb;
  right: 15px;
  position: absolute;
  top: 11px;
  font-size: 20px;
  pointer-events: none;
}
.rs-choose-us-part.part2 .appointment-form textarea {
  height: 110px;
}
.rs-choose-us-part.part2 .appointment-form input,
.rs-choose-us-part.part2 .appointment-form textarea {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.rs-choose-us-part.part2 .appointment-form input::placeholder,
.rs-choose-us-part.part2 .appointment-form textarea::placeholder {
  color: #494949;
}
.rs-why-choose-me-part #accordion .card {
  margin-bottom: 5px;
  border: none;
}
.rs-why-choose-me-part #accordion .card:last-child {
  margin-bottom: 0;
}
.rs-why-choose-me-part #accordion .card .card-header {
  padding: 0 !important;
  border: none;
}
.rs-why-choose-me-part #accordion .card .card-header .card-link {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #494949;
  display: block;
  padding: 15px 15px;
  text-transform: capitalize;
  background: #f9f8ff;
}
.rs-why-choose-me-part #accordion .card .card-body {
  background: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #494949;
  padding: 15px 14px 15px !important;
}
.rs-why-choose-me-part .rs-book-appointment {
  background: #ffffff;
  padding: 50px;
  border-radius: 6px;
}
.rs-why-choose-me-part .rs-book-appointment .from-control {
  width: 100%;
  padding: 10px 18px;
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  outline: none;
}
.rs-why-choose-me-part .rs-book-appointment textarea {
  height: 110px;
}
.rs-why-choose-me-part .rs-book-appointment input,
.rs-why-choose-me-part .rs-book-appointment textarea {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.rs-why-choose-me-part .rs-book-appointment input::placeholder,
.rs-why-choose-me-part .rs-book-appointment textarea::placeholder {
  color: #494949;
}
/*---------------------
    10. Counter Section CSS
 ---------------------*/
.rs-counter-part .rs-counter-list {
  display: flex;
  align-items: center;
}
.rs-counter-part .rs-counter-list .icon-part {
  padding-right: 20px;
}
.rs-counter-part .rs-counter-list .icon-part img {
  width: 70px;
}
.rs-counter-part .rs-counter-list .counter-top .counter-count {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.rs-counter-part .rs-counter-list .counter-top .counter-count .counter-number {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-counter-part .rs-counter-list .counter-top .counter-count .post-tag {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
  padding-left: 10px;
}
.rs-counter-part .rs-counter-list .counter-top .counter-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
/*---------------------
    11. Limited Section CSS
---------------------*/
.rs-limited-part .content-part .title-part .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}
.rs-limited-part .content-part .title-part .dese-part {
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.rs-limited-part .content-part .title-part .desc-part {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}
.rs-limited-part .content-part .btn-part {
  margin-top: 40px;
}
/*---------------------
    12. Doctor Section CSS
---------------------*/
.rs-our-qualified-doctor .owl-stage-outer {
  margin: 0 -15px;
  padding: 30px 15px;
}
.rs-our-qualified-doctor .item .team-inner {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 20px 20px;
  transition: all .5s ease;
}
.rs-our-qualified-doctor .item .team-inner .images-part img {
  border-radius: 50%;
  padding: 15px;
}
.rs-our-qualified-doctor .item .team-inner .normal-text .person-name a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 37px;
  color: #4794c6;
  text-transform: capitalize;
}
.rs-our-qualified-doctor .item .team-inner .normal-text .designation {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #494949;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rs-our-qualified-doctor .item .team-inner .normal-text .social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.rs-our-qualified-doctor .item .team-inner .normal-text .social-icon ul li a i {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #494949;
}
.rs-our-qualified-doctor .item .team-inner:hover {
  background: #4794c6;
}
.rs-our-qualified-doctor .item .team-inner:hover .normal-text .person-name a,
.rs-our-qualified-doctor .item .team-inner:hover .normal-text .designation,
.rs-our-qualified-doctor .item .team-inner:hover .normal-text .social-icon li i {
  color: #ffffff;
}
.rs-meet-with-doctor-part .item .team-inner .img-part {
  position: relative;
}
.rs-meet-with-doctor-part .item .team-inner .img-part .social-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  background: #4794c6;
  padding: 12px 6px 12px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.rs-meet-with-doctor-part .item .team-inner .img-part .social-icon a i {
  font-size: 15px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  background: #4794c6;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s all ease;
  margin: 0;
}
.rs-meet-with-doctor-part .item .team-inner .img-part .social-icon a i:hover {
  color: #494949;
}
.rs-meet-with-doctor-part .item .team-inner .team-content {
  text-align: center;
  margin: 0;
  padding: 15px 20px 25px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #ffffff;
  margin-bottom: 30px;
}
.rs-meet-with-doctor-part .item .team-inner .team-content .team-name {
  margin: 0;
}
.rs-meet-with-doctor-part .item .team-inner .team-content .team-name a {
  font-size: 20px;
  line-height: 30px;
  color: #4794c6;
  font-weight: 600;
}
.rs-meet-with-doctor-part .item .team-inner .team-content .team-title {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
.rs-meet-with-doctor-part .item:hover .team-inner .img-part .social-icon {
  visibility: visible;
  opacity: 1;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part {
  overflow: unset;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part .text-area {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  padding: 0 40px 12px;
  background: #ffffff;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part .text-area .normal-text {
  background: #4794c6;
  border-radius: 5px;
  padding: 9.5px 0;
  position: relative;
  margin-top: -45px;
  z-index: 2;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part .text-area .normal-text .team-name {
  margin: 0;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part .text-area .normal-text .team-name a {
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part .text-area .normal-text span {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  display: block;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part .text-area .date-text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part .text-area .date-text li {
  padding-bottom: 4px;
  display: block;
  text-align: left;
  overflow: hidden;
  font-size: 15px;
  line-height: 26px;
  color: #494949;
  font-weight: 400;
}
.rs-meet-with-doctor-part.part2 .item .team-inner .img-part .text-area .date-text li span {
  float: right;
  font-size: 15px;
  line-height: 26px;
  color: #494949;
  font-weight: 400;
  display: block;
}
/*rs-slick-part*/
.rs-slick-part {
  width: 100%;
}
.rs-slick-part .team-content-part .img-part img {
  width: 120px;
  height: auto;
  border-radius: 50%;
  margin: 0 auto;
}
.rs-slick-part .team-content-part .img-part .desc-part {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-style: italic;
  margin: 27px 0 38px;
}
.rs-slick-part .team-content-part .content-part .author .name {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.rs-slick-part .team-content-part .content-part .author .title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
}
.rs-slick-part .rs-carousel .owl-nav {
  width: 240px;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -87%);
  position: absolute;
  transition: all 0.3s ease 0s;
}
.rs-slick-part .rs-carousel .owl-nav button {
  outline: none;
}
.rs-slick-part .rs-carousel .owl-nav button i {
  font-size: 0;
}
.rs-slick-part .rs-carousel .owl-nav button.owl-prev {
  left: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
}
.rs-slick-part .rs-carousel .owl-nav button.owl-prev:after {
  content: "\f138";
}
.rs-slick-part .rs-carousel .owl-nav button.owl-next {
  right: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
}
.rs-slick-part .rs-carousel .owl-nav button.owl-next:after {
  content: "\f137";
}
.rs-slick-part .rs-carousel .owl-nav button:after {
  font-size: 18px;
  content: '';
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  font-weight: normal;
  color: #fff;
  transform: translateX(-50%);
}
.rs-slick-part .rs-carousel:hover .owl-nav {
  width: 260px;
}
/*----------------------------
    Experience Section CSS
 ---------------------------*/
 .dr-experience {
  background: url(../images/bg-experience.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 60px 0;
 }
.dr-experience .rs-services-part .content-part .best-part {
  font-size: 24px;
  line-height: 34px;
  color: #2874a6;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.dr-experience .rs-services-part .content-part .desc-part {
  font-size: 18px;
  line-height: 30px;
  color: #303745;
  font-weight: 400;
}
.dr-experience .rs-services-part .winner-part {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #303745;
  text-transform: uppercase;
}
.dr-experience .rs-services-part .align-part {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.dr-experience .rs-services-part .align-part .img-part {
  margin-right: 20px;
}
.dr-experience .rs-services-part .align-part .img-part img {
  width: 100%;
  height: auto;
}
.dr-experience .rs-services-part .emergency {
  font-size: 18px;
  line-height: 27px;
  color: #494949;
  font-weight: 500;
}
.dr-experience .rs-services-part .emergency a {
  font-size: 18px;
  line-height: 27px;
  color: #494949;
  font-weight: 500;
  position: relative;
}
.dr-experience .rs-services-part .emergency a:before {
  position: absolute;
  background: #494949;
  content: '';
  width: 130px;
  height: 2px;
  right: 0;
  bottom: 0;
}
.dr-experience .rs-services-part .emergency a:hover {
  color: #4794c6;
}
/*---------------------
    20. Footer Section CSS
 ---------------------*/
.rs-footer-inner {
  background: #092591;
}
.rs-footer-inner .footer-section .footer-logo img {
  max-width: 100%;
  height: 35px;
}
.rs-footer-inner .footer-section .widget-desc {
  margin-top: 25px;
}
.rs-footer-inner .footer-section .widget-desc p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}
.rs-footer-inner .footer-section .footer-title {
  margin-bottom: 45px;
}
.rs-footer-inner .footer-section .footer-title h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
  text-transform: uppercase;
}
.rs-footer-inner .footer-section .widget-contact li {
  padding: 7px 0;
  font-size: 14px;
  color: #ffffff;
}
.rs-footer-inner .footer-section .widget-contact li i {
  font-size: 14px;
  color: #ffffff;
  padding-right: 10px;
}
.rs-footer-inner .footer-section .widget-contact li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.rs-footer-inner .footer-section .widget-contact li a:hover {
  color: #ccc;
}
.rs-footer-inner .footer-section .openingfoot li {
  padding: 0 0 16px 0;
  font-size: 14px;
  color: #ffffff;
}
.rs-footer-inner .footer-section .recent-post-widget {
  display: flex;
}
.rs-footer-inner .footer-section .recent-post-widget .post-img {
  width: 100px;
  padding-right: 12px;
  border-radius: 4px;
}
.rs-footer-inner .footer-section .recent-post-widget .post-item .post-desc a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.rs-footer-inner .footer-section .recent-post-widget .post-item .post-desc a:hover {
  color: #ccc;
}
.rs-footer-inner .footer-section .recent-post-widget .post-item .post-date {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}
.rs-footer-inner .footer-section .recent-post-widget .post-item .post-date i {
  font-size: 13px;
  color: #ffffff;
  padding-right: 5px;
}
.rs-footer-inner .footer-section .btn-part {
  position: relative;
}
.rs-footer-inner .footer-section .btn-part form input[type='email'] {
  background: none;
  border: 1px solid #4794c6;
  width: 100%;
  font-size: 13px;
  padding: 10px 20px;
  margin: 0;
  color: #ffffff;
  border-radius: 6px;
}
.rs-footer-inner .footer-section .btn-part form input[type='submit'] {
  font-size: 0;
  position: absolute;
  top: 1px;
  right: -2px;
  bottom: 1px;
  font-size: 0px;
  background: #4794c6;
  border-radius: 0;
  padding: 0 40px 0 14px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: unset;
}
.rs-footer-inner .footer-section .btn-part form i {
  font-size: 13px;
  color: #ffffff;
  right: 0;
  position: absolute;
  top: 1px;
  right: -2px;
  bottom: 1px;
  border-radius: 0;
  padding: 2px 52px 0 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: rotate(-90deg);
  top: 3px;
  bottom: 43px;
}
.rs-footer-inner .footer-section .btn-part form ::placeholder {
  color: #ffffff;
}
.rs-footer-inner .footer-section .btn-part form ::-webkit-input-placeholder {
  color: #ffffff;
}
.rs-footer-inner .footer-section .btn-part form ::-moz-placeholder {
  color: #ffffff;
}
.rs-footer-inner .footer-section .btn-part form :-ms-input-placeholder {
  color: #ffffff;
}
.rs-footer-inner .footer-section .btn-part form :-moz-placeholder {
  color: #ffffff;
}
.rs-footer-inner .footer-section .social-icon li {
  display: inline-block;
  margin-right: 10px;
}
.rs-footer-inner .footer-section .social-icon li:last-child {
  margin: 0;
}
.rs-footer-inner .footer-section .social-icon i {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #4794c6;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  background: #4794c6;
  text-align: center;
}
.rs-footer-inner .footer-section .social-icon i:hover {
  background: #2874a6;
  color: #ffffff;
}
.rs-footer-inner.part2 {
  background: #4794c6;
}
.dr-footer-bottom {
  background: #2874a6;
  padding: 30px 0;
}
.dr-footer-bottom .copy-right-part p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.dr-footer-bottom.part2 {
  background: #2874a6;
}

/*----------------------------------------
  Contact Section CSS
----------------------------------------*/
.dr-contact {
  padding: 40px 0 0 0;
}
.dr-contact-part .rs-item-part {
  max-width: 600px;
  margin: 0 auto;
}
.dr-contact-part .rs-item-part .item-address-part {
  display: flex;
  text-align: left;
}
.dr-contact-part .rs-item-part .item-address-part .icon-part {
  padding-left: 20px;
  padding-right: 20px;
}
.dr-contact-part .rs-item-part .item-address-part .icon-part i:before {
  font-size: 35px;
  line-height: 45px;
  color: #303745;
  font-weight: 400;
}
.dr-contact-part .rs-item-part .item-address-part .address-text .contact-title {
  font-size: 20px;
  color: #2874a6;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.dr-contact-part .rs-item-part .item-address-part .address-text a {
  font-size: 15px;
  line-height: 36px;
  color: #494949;
  font-weight: 400;
  margin: 0;
}
.dr-contact-part .rs-item-part .item-address-part .address-text a:hover {
  color: #4794c6;
}
.dr-contact-part .rs-item-part .item-address-part .address-text span {
  font-size: 15px;
  line-height: 36px;
  color: #494949;
  font-weight: 400;
}
.dr-contact-part .rs-item-part.part2 {
  margin-top: 70px;
  padding-left: 45px;
}
.dr-contact-part .rs-item-part.part2 .item-address-part .icon-part i:before {
  color: #ffffff;
}
.dr-contact-part .rs-item-part.part2 .item-address-part .address-text .contact-title {
  color: #ffffff;
}
.dr-contact-part .rs-item-part.part2 .item-address-part .address-text a {
  color: #ffffff;
}
.dr-contact-part .rs-item-part.part2 .item-address-part .address-text span {
  color: #ffffff;
}
.dr-contact-part .home-appointment {
  max-width: 850px;
  margin: 0 auto;
  background: #2874a6;
  padding: 70px 60px 70px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.dr-contact-part .home-appointment .from-control {
  width: 100%;
  padding: 10px 18px;
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  outline: none;
}
.dr-contact-part .home-appointment .select-option {
  position: relative;
}
.dr-contact-part .home-appointment .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #b1b1b1;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.dr-contact-part .home-appointment .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #b1b1b1;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 20px;
  pointer-events: none;
}
.dr-contact-part .home-appointment textarea {
  height: 150px;
}
.dr-contact-part .home-appointment ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b1b1b1;
  opacity: 1;
}
.dr-contact-part .home-appointment ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b1b1;
  opacity: 1;
}
.dr-contact-part .home-appointment :-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b1b1;
  opacity: 1;
}
.dr-contact-part .home-appointment :-moz-placeholder {
  /* Firefox 18- */
  color: #b1b1b1;
  opacity: 1;
}
.dr-contact-part .contact-info {
  background: #2874a6;
  border-radius: 8px;
  max-width: 1030px;
  margin: 0 auto;
}
.contact-map {
  overflow: hidden;
}
.contact-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: 5px solid #f7f7f7;
}
/*Contact Onepage*/
.dr-contact .contact-wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: #2874a6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.dr-contact .contact-wrap.revarse {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.dr-contact .contact-wrap .contact-address {
  width: 40%;
  padding-left: 25px;
  padding-right: 25px;
}
.dr-contact .contact-wrap .contact-address .detail-content {
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-bottom: 37px;
}
.dr-contact .contact-wrap .contact-address .detail-content .icon-part {
  min-width: 60px;
  text-align: center;
  margin-right: 15px;
}
.dr-contact .contact-wrap .contact-address .detail-content .icon-part i {
  color: #ffffff;
}
.dr-contact .contact-wrap .contact-address .detail-content .icon-part i:before {
  line-height: 45px;
  font-size: 35px;
  width: 100%;
  height: auto;
  margin-top: 7px;
}
.dr-contact .contact-wrap .contact-address .detail-content .address-text a,
.dr-contact .contact-wrap .contact-address .detail-content .address-text span,
.dr-contact .contact-wrap .contact-address .detail-content .address-text .contact-title {
  margin: 0;
  color: #ffffff;
}
.dr-contact .contact-wrap .contact-address .detail-content .address-text .contact-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.dr-contact .contact-wrap .contact-address .detail-content:last-child {
  margin: 0;
}
.dr-contact .contact-wrap .form-part {
  width: 60%;
  background: #1b6697;
  padding: 50px;
}
.dr-contact .contact-wrap .form-part form .from-control {
  width: 100%;
  padding: 12px 18px;
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  border: 1px solid #f1f1f1;
  outline: none;
}
.dr-contact .contact-wrap .form-part form textarea {
  height: 150px;
}
.dr-contact .contact-wrap .form-part form .select-option {
  position: relative;
}
.dr-contact .contact-wrap .form-part form .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #494949;
  opacity: 1;
  z-index: 11;
  position: relative;
}
.dr-contact .contact-wrap .form-part form .select-option:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #494949;
  right: 15px;
  position: absolute;
  top: 11px;
  z-index: 12;
  font-size: 20px;
  pointer-events: none;
}
.dr-contact .contact-wrap .form-part form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #494949;
  opacity: 1;
}
.dr-contact .contact-wrap .form-part form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #494949;
  opacity: 1;
}
.dr-contact .contact-wrap .form-part form :-ms-input-placeholder {
  /* IE 10+ */
  color: #494949;
  opacity: 1;
}
.dr-contact .contact-wrap .form-part form :-moz-placeholder {
  /* Firefox 18- */
  color: #494949;
  opacity: 1;
}
.dr-contact .g-map {
  overflow: hidden;
}
.dr-contact .g-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
   filter: grayscale(100%);
}
/*---------------------------------
    35. Timetable Section CSS
---------------------------------*/
.rs-titmetable .table-container .table-navigation {
  margin-bottom: 15px;
  max-width: 450px;
  position: relative;
}
.rs-titmetable .table-container .table-navigation select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #494949;
  cursor: pointer;
  padding: 10px 18px;
  z-index: 11;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  outline: none;
  background: #ffffff;
}
.rs-titmetable .table-container .table-navigation:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #bbb;
  right: 15px;
  position: absolute;
  top: 11px;
  font-size: 20px;
  z-index: 12;
}
.rs-titmetable .table-container .time-table .titmetable {
  border-collapse: separate;
  table-layout: auto;
  width: 100%;
  border-spacing: 0;
  overflow-x: auto;
  display: block;
}
.rs-titmetable .table-container .time-table .titmetable .head-part th {
  padding: 15px;
  text-align: center;
  color: #ffffff;
  overflow-wrap: normal;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #2874a6;
  border-left: none;
  background: #4794c6;
}
.rs-titmetable .table-container .time-table .titmetable tbody td {
  text-align: center;
  height: 100px;
  position: relative;
  line-height: normal;
  box-sizing: initial;
}
.rs-titmetable .table-container .time-table .titmetable tbody td.event {
  background: #ffffff;
  color: #494949;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.02);
}
.rs-titmetable .table-container .time-table .titmetable tbody td.event .event-wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
}
.rs-titmetable .table-container .time-table .titmetable tbody td.event .event-wrap .event-title {
  color: #303745;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 4px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}
.rs-titmetable .table-container .time-table .titmetable tbody td.event .event-wrap .timeslot {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}
.rs-titmetable .table-container .time-table .titmetable tbody td.event .event-wrap .event-subtitle {
  font-size: 12px;
  line-height: 17px;
}
.rs-titmetable .table-container .time-table .titmetable tbody td.event:hover {
  background: #4794c6;
  color: #ffffff;
}
.rs-titmetable .table-container .time-table .titmetable tbody td.event:hover .event-wrap .event-title {
  color: #ffffff;
}
.rs-titmetable .table-container .time-table .titmetable tbody td:first-child {
  font-weight: 600;
  padding: 0 15px;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  background: #4794c6;
  color: #ffffff;
  border-bottom: 1px solid #2874a6;
  border-right: 1px solid #2874a6;
}
/*----------------------------------------
    36. ScrollUp CSS
----------------------------------------*/
#scrollUp {
  text-align: center;
  bottom: 15px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  z-index: 999;
  background: #222;
  color: #ffffff;
  border-radius: 50% 50%;
  width: 50px;
  line-height: 50px;
  font-size: 20px !important;
  height: 50px;
  transition: all 0.3s ease 0s;
  box-shadow: 1px 6px 24px 0 rgb(13 0 0 / 24%);
}
#scrollUp:hover {
  opacity: 0.8;
}
/*----------------------------------------
    37. Preloader CSS
----------------------------------------*/
#preloader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background: #2874a6;
}
.preloader > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.preloader {
  font-size: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader.la-dark {
  color: #333;
}
.preloader {
  width: 32px;
  height: 32px;
}
.preloader > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: preloader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: preloader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: preloader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: preloader-anim 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.preloader > div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.preloader > div:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.preloader > div:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.preloader.la-sm {
  width: 16px;
  height: 16px;
}
.preloader.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.preloader.la-2x {
  width: 64px;
  height: 64px;
}
.preloader.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.preloader.la-3x {
  width: 96px;
  height: 96px;
}
.preloader.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 2px;
}
@-webkit-keyframes preloader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-moz-keyframes preloader-anim {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-o-keyframes preloader-anim {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes preloader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
/*---------------------
    Pulse Animation
---------------------*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-wpp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  transition: bottom 0.2s;
  z-index: 98;
  width: 50px;
  height: 50px;
}
.floating-wpp .floating-wpp-button {
  position: relative;
  border-radius: 50% 50%;
  box-shadow: 1px 6px 24px 0 rgb(13 0 0 / 24%);
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.floating-wpp .floating-wpp-button img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 50% 50%;
  margin: 0 auto;
  right: 0;
  left: 0;
}

/*
Author: RS Theme
Author URI: http://rstheme.com
Description: rs Menu is a fully responsive, easy-to-use, highly customized and creative Mega Menu
Version: 1.0.0
*/
/*-----------------------------------------------------------------------------------*/
/*	GLOBAL CSS THAT ARE APPLIED FOR ALL SCREEN SIZES
/*-----------------------------------------------------------------------------------*/
.rs-menu {
   float: left;
   clear: both;
   width: 100%;
   font-size: 0;
   position: relative;
   /*background: #1c1c1c;
   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
   -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
   box-shadow: 0 2px 5px rgba(0, 0, 0, .2);*/
}

.rs-menu ul,
.rs-menu li,
.rs-menu p,
.rs-menu a,
.rs-menu div,
.rs-menu i {
   border: 0;
   margin: 0;
   padding: 0;
}

.rs-menu li {
   display: block;
   vertical-align: top;
   position: relative;
}

.rs-menu a {
   display: block;
   padding: 16px;
}

.rs-menu .row {
    float: left;
    width: 100%;
    position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*	SUB-MENUS SETTINGS
/*-----------------------------------------------------------------------------------*/
/* Hide sub-menus */
.rs-menu ul ul {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #111111;
}
.rs-menu ul ul.visible, .rs-menu ul .rs-mega-menu ul.visible ul.sub-menu {
	display:block;
   z-index: 110;
}

/* Adjust position of mega-menu */
.rs-menu li:hover > ul.mega-menu > li > ul {
    position:relative;
}

/*-----------------------------------------------------------------------------------*/
/*	SUB-MENUS APPEARANCE
/*-----------------------------------------------------------------------------------*/
/* Place border bottom */
.rs-menu ul ul li {
    border-bottom:1px solid #222;
}

.rs-menu ul ul li:last-child,
.rs-menu ul ul li.mega-menu-container{
    border-bottom: 0;
}

/* Remove border bottom on last li*/
.rs-menu ul ul li:last-child {
    border-bottom:none;
}

.mega-rs h2{
	position: absolute;
	bottom: 30px;
	margin: 0 !important;
	padding: 5px 28px;
	left: 25px;
	background: rgba(0,0,0,.8);
	color: #fff;
}
.mega-rs ul li a{
	position: relative;
}
#inner .rs-menu li a {
    color: #000;
}
#inner .rs-menu li li a{
	color: #fff;
}


/*-----------------------------------------------------------------------------------*/
/*  APPEARANCE SETTINGS
/*-----------------------------------------------------------------------------------*/
.rs-menu a {
    color:#bbb;

	/* Remove the blue Webkit background when element is tapped */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.multi ul ul{
	background: transparent !important;
}

.multi ul li a{
	font-weight: 400 !important;
	font-size: 13px !important;
}

.nav-menu > li > a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}



/*home 1*/

.rs-menu a {
	padding: 0px 20px;
}

/* Modifies position of icons on the menu */
.rs-menu li i {
	margin-right:10px;
	font-size:16px;
	/* Make the font smoother for Chrome */
	transform:translate3d(0, 0, 0);
}

/* Put down arrows */
.nav-menu .rs-mega-menu > a span:after, .nav-menu > .menu-item-has-children > a span:after {
    content:"\f107";
    font-family:FontAwesome;
    float:right;
    margin:2px 0 0 5px;
}

.mega-menu h1, .mega-menu h2, .mega-menu h3 {
	margin-bottom:24px;
}

.nav-menu > li > a {
	/*-webkit-box-shadow: -1px 0 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: -1px 0 0 0 rgba(0,0,0,.1);
	box-shadow: -1px 0 0 0 rgba(0,0,0,.1);*/
}

.nav-menu li .mega-menu li a {
    padding:0;
	width:auto;
	display:inline-block;
}
/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
.rs-menu li {
    font-size:14px;
}

.rs-menu .sub-menu li a {
	padding: 10px 14px;
}

/* Sub-menus - font size and text alignment*/
.rs-menu ul ul a {
    font-size: 15px;
    text-align: left;
}

.mega-menu p {
	margin:12px 0;
}

.mega-menu li p a {
	font-size:16px;
    font-family: "Open Sans",sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*  MEGA MENU
/*-----------------------------------------------------------------------------------*/
.nav-menu {
    position:relative;
}

.nav-menu .rs-mega-menu {
    position: relative;
}

.nav-menu .mega-menu {
	position: absolute;
	left: 0;
}

.menu-area .main-menu .rs-menu .mega-menu {
	width: 100%;
}

.nav-menu .mega-menu .mega-menu-container {
	float:left;
	width:100%;
	position:relative;
    padding: 0 6px;
}

.nav-menu .mega-menu .sub-menu {
    display:block;
    position:relative;
	width:auto;
    padding:0;
    min-height:initial;
    box-shadow:none;
}

.nav-menu .mega-menu .sub-menu a {
	padding:12px;
}

.nav-menu .mega-menu .sub-menu li, .nav-menu .mega-menu .sub-menu a {
    width:100%;
}

/*-----------------------------------------------------------------------------------*/
/*  MEGA MENU - IMAGES
/*-----------------------------------------------------------------------------------*/
.nav-menu .mega-menu li div.mega-menu-img a {
	float:left;
	width:100%;
	min-height:230px;
	padding:12px;
}
.nav-menu ul {
	text-align: left;
}
/*Hover Effect Images*/
.nav-menu .mega-menu li div.mega-menu-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.multi .sub-menu li img{
    width: 50px;
    transition: all 0.5s ease 0s;
    border-radius: 100%;
}
.multi .sub-menu li:hover img{
	transform: rotate(100deg);
}
.multi .sub-menu li{
	margin-bottom: 15px;
}
.multi .sub-menu li{
	padding-bottom: 15px;
}
.multi .col-3 .sub-menu li a{
	display: inline;
}
.nav-menu .mega-menu-img h2 {
	font-size:16px;
	margin:12px 0 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-menu .mega-menu > li .mega-menu-img-meta {
    padding:0;
    width:auto;
    position:relative;
    height:auto;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
}


#map {
	height:500px;
}

.nav-menu ul {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.mega-menu-img-meta img {
    -webkit-transition:-webkit-transform .3s ease-in-out;
    -moz-transition:-moz-transform .3s ease-in-out;
    -o-transition:-o-transform .3s ease-in-out;
    -ms-transition:-ms-transform .3s ease-in-out;
    transition:transform .3s ease-in-out
}

.rs-menu .line {
	padding-bottom:12px;
	border-bottom:1px solid rgba(0, 0, 0, .05);
	margin-top: 20px;
	text-align: left;
	color: #fff;
	padding-left: 15px;
}


.rs-menu img {
	max-width:100%;
    height:auto;
    -ms-interpolation-mode:bicubic
}


@media screen and (min-width: 500px) {
	.rs-menu h1 {
		font-size: 3.8rem;
		line-height: 1.2em;
	}

	.rs-menu h2 {
		font-size: 2rem;
		line-height: 1.2em;
	}

	.rs-menu h3 {
		font-size: 3.3rem;
	}

	.rs-menu h4 {
		font-size: 2.8rem;
	}
}

@media screen and (min-width: 992px) {
	.rs-menu {
		/*border:1px solid #000;*/
		height: auto !important;
	}

	.rs-menu h1 {
		font-size: 3.2rem;
		line-height: 1.2em;
	}

	.rs-menu h2 {
		font-size: 2.5rem;
		line-height: 1.2em;
	}

	.rs-menu h3 {
		font-size: 2rem;
	}

	.rs-menu h4 {
		font-size: 1rem;
	}

	/* Grid */
   .rs-menu .row [class*="col-"] {
      display: block;
      width: 100%;
      min-height: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.5%;
   }

   .rs-menu .row [class*="col-"]:first-child {
      margin-left: 0 !important;
   }

   .rs-menu .row .col-12 {
      width: 100%;
   }

   .rs-menu .row .col-11 {
      width: 91.45833333333334%;
   }

   .rs-menu .row .col-10 {
      width: 82.91666666666667%;
   }

   .rs-menu .row .col-9 {
      width: 74.375%;
   }

   .rs-menu .row .col-8 {
      width: 65.83333333333334%;
   }

   .rs-menu .row .col-7 {
      width: 57.29166666666667%;
   }

   .rs-menu .row .col-6 {
     width: 48.75%;
   }

   .rs-menu .row .col-5 {
     width: 40.208333333333336%;
   }

   .rs-menu .row .col-4 {
      width: 31.666666666666668%;
   }

   .rs-menu .row .col-3 {
      width: 23.125%;
   }

   .rs-menu .row .col-2 {
      width: 14.583333333333334%;
   }

   .rs-menu .row .col-1 {
      width: 6.041666666666667%;
   }

	.rs-menu li {
    	display:inline-block;
	}

	.nav-menu .rs-mega-menu {
    	position: static;
	}

	.rs-menu ul ul.visible {
		visibility: hidden;
    	opacity:0;
	}

	/* Remove arrows if not in mobile */
	.nav-menu .menu-item-has-children > span, .nav-menu .rs-mega-menu > span {
		display:none;
	}

	/* Remove Menu Toggle if not in mobile */
	.rs-menu-toggle {
		display:none;
	}

	/* Remove Menu Close if not in mobile */
	.nav-menu div.sub-menu-close {
		display:none;
	}


	/* Show sub-menus in hover */
	.rs-menu li:active > ul, .rs-menu li:focus > ul, .rs-menu li:hover > ul, .rs-menu li:hover > ul.mega-menu > li > ul, .rs-menu li:hover ul.mega-menu .sub-menu {
		display:block;
		z-index: 17;
	}

	/* Adjust position the sub-menus in the left */
	.rs-menu ul ul li > ul {
		left: 100%;
	}

	/* Adjust position the sub-menus on the top */
	.rs-menu ul ul ul {
		top: 0;
	}

	.rs-menu ul ul {
		width:auto;
	}

	/* Sub-menus - width */
	.rs-menu ul ul a {
		width: 260px;	/* <- Modify for width change */
	}

	.nav-menu .mega-menu li div.mega-menu-img a {
		width:25%;
	}
    .nav-menu .mega-menu li div.mega-menu-innner .single-magemenu {
        width: 25%;
        float: left;
        padding: 0 12px;
    }

}


@media screen and (min-width:0\0) {
	.rs-menu img {
    	width:100%;
	}

    .nav-menu .menu-item-has-children a, .nav-menu .rs-mega-menu a {
        padding-right:24px
    }

    .nav-menu .menu-item-has-children a:after, .nav-menu .rs-mega-menu a:after {
        position:static;
        float:right;
        margin:0 -16px 0 0
    }
}

@media only screen and (max-width: 991px) {
   .rs-menu .row [class*="col-"] {
       float: left!important;
       width: 100%!important;
       margin-left: 0!important;
       margin-right: 0!important;
    }

	.nav-menu > li > a {
		border-bottom:1px solid #131313;
		text-align: left;
	}

	.nav-menu > li:last-child > a {
    	border-bottom:none;
	}

	.nav-menu span.rs-menu-parent i {
		margin:0;
	}

	.nav-menu > .menu-item-has-children > span.rs-menu-parent, .nav-menu .rs-mega-menu > span.rs-menu-parent {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 20px;
		cursor:pointer;
		line-height: 15px;
		background: #ddd;

		/* Remove the blue Webkit background when element is tapped */
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

	.nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.rs-menu-parent {
		display: block;
		position: absolute;
		background: #ddd;
		right: 0;
		top: 0;
		padding: 10px 20px;
		cursor: pointer;
		border-left:none;
		/* Remove the blue Webkit background when element is tapped */
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

	.rs-menu ul ul {
	    display: none;
	}

	/*Options Menu Closed*/
	.nav-menu div.sub-menu-close {
		float:left;
		width:100%;
		cursor:pointer;
		background:#f6f3ed;
		color:#000;
		font-size:14px;
		text-align:center;
		height: 50px;
		line-height: 50px;
	}

	.nav-menu div.sub-menu-close i {
		font-size:16px;
		margin-right: 5px;
	}

	.rs-menu .sub-menu {
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
		-moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
		-ms-box-shadow:  0 0 20px rgba(0,0,0,.15);
		-o-box-shadow:  0 0 20px rgba(0,0,0,.15);
		box-shadow:  0 0 20px rgba(0,0,0,.15);
	}

	.rs-menu-close {
    	height: 0;
    	overflow: hidden!important;
	}

	.rs-menu-toggle {
		padding: 28px 0;
		display: block;
		border-left: 1px solid #0b2ba7;
		position: relative;
		cursor:pointer;
		color: #fff !important;
		font-size: 22px;
		text-transform: uppercase;
		height: 82px;

		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

	.rs-menu-toggle i {
		margin-right:10px;
	}

}

@media only screen and (max-width: 1080px) {
	.nav-menu > li > a i {
		display:none;
	}
}
.error-page {
  padding: 100px 0;
  text-align: center;
}
.error-page img {
  margin-bottom: 25px;
}
.error-page .title {
  font-size: 4rem !important;
  margin-bottom: 10px;
}
.error-page h4 {
  margin-bottom: 0;
}
.error-page p {
  font-weight: 500;
}
.dr-contact .contact-wrap .form-part form .from-control.error {
    border: 1px solid #ff0303!important;
}
.error, #captcha-message {
    color: #fb6e75!important;
    font-weight:500;
}
