body {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat';
}
img {
  max-width: 100%;
  height: 0 auto;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus, a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: none !important;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.header_top {
  background: #f46720;
  height: 40px;
  overflow: hidden;
  padding-top: 8px;
  text-align: right;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
  /*height: 0;
  padding-top: 0;*/
}
.header_top span {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
}
.header_top span a {
  color: #fff;
}
.header_top span img {
  margin: -2px 5px 0 0;
}
.header_bottom {
  margin-top: 15px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .header_bottom {
  background: #fff;
  margin-top: 0;
}
.header_bottom_inner {
  background: #fff;
  padding: 5px 10px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .header_bottom_inner {
  padding: 5px 0;
}
.logo img {
  width: 130px;
}
.header_bottom_right {
  text-align: right;
}
.header_menu {
  display: inline-block;
  vertical-align: top;
}
.header_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_menu ul li {
  position: relative;
  margin-right: 13px;
}
.header_menu ul li a {
  display: block;
  color: #000;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  z-index: 99;
  padding: 30px 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
  color: #014da1;
}
.header_btn {
  display: inline-block;
  vertical-align: top;
  background: #014da1;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 23px;
  font-size: 15px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_btn:hover {
  background: #f46720;
}
.home_banner_section {
  position: relative;
}
.ms-slide:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(1, 77, 161, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(1, 77, 161, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 77, 161, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80014da1', GradientType=0);
}
.ms-slide-info {
  position: absolute !important;
  top: 50%;
  left: 9%;
  width: auto !important;
  transform: translate(0, -50%);
  max-width: 600px;
}
.home_banner_content {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.banner_subheading {
  font-size: 22px;
  color: #fff;
}
.banner_heading {
  font-weight: bold;
  color: #fff;
  font-size: 55px;
  line-height: 62px;
}
.banner_btn {
  display: inline-block;
  vertical-align: top;
  background: #f46720;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 22px;
  margin-top: 23px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s !important;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
.banner_btn:hover {
  background: #fff;
  color: #f46720 !important;
}
.ms-bullets.ms-dir-h {
  width: 10px !important;
  bottom: auto !important;
  top: 50%;
  transform: translate(0, -50%);
  right: 30px !important;
  left: auto !important;
}
.ms-skin-default .ms-bullet {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin-left: 3px !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ms-skin-default .ms-bullet-selected {
  background: #f46720 !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: 0 !important;
}
.banner_block {
  display: flex;
  color: #fff;
  font-size: 17px;
  align-items: center;
  line-height: 22px;
}
.banner_block img {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.banner_bottom_section {
  background: url("../images/banner_bottom_bg1.jpg") no-repeat;
  min-height: 613px;
  padding: 60px 0;
}
.banner_bottom_heading {
  font-weight: bold;
  color: #014da1;
  font-size: 32px;
  line-height: 38px;
}
.banner_bottom_text {
  margin-top: 20px;
}
.banner_bottom_list ul {
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.banner_bottom_list ul li {
  width: 50%;
  list-style: none;
  position: relative;
  padding-left: 26px;
  margin-top: 10px;
}
.banner_bottom_list ul li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #014da1;
  top: 3px;
  left: 0;
}
.banner_bottom_list ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  top: 6px;
  left: 7px;
}
.home_offer_top {
  padding: 60px 0 250px;
}
.home_offer_bottom {
  background: #ebf1fb;
  padding: 0 0 60px;
}
.home_offer_block_image img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.home_offer_block {
  margin-top: -215px;
}
.home_offer_block_content {
  background: #fff;
  position: relative;
  padding: 25px;
  border-radius: 0 0 5px 5px;
}
.home_offer_block_content img {
  background: #f46720;
  position: absolute;
  border-radius: 5px;
  top: -36px;
  right: 25px;
}
.home_offer_block_heading {
  color: #014da1;
  font-weight: bold;
  font-size: 22px;
}
.home_offer_block_text {
  margin-top: 15px;
  font-size: 15px;
}
.home_offer_block_btn {
  background: url("../images/button_arrow.png") #014da1 no-repeat center;
  background-size: 100%;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_offer_block_btn:hover {
  background-color: #f46720;
}
.home_callout_section {
  background: url("../images/callout_bg.jpg") #014da1 no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 60px 0;
}
.home_callout_section:before {
  position: absolute;
  content: "";
  background: rgba(1, 77, 161, 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_callout_section .container {
  position: relative;
  z-index: 9;
}
.home_callout_section_subheading {
  color: #fff;
  font-size: 22px;
}
.home_callout_section_heading {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
}
.home_callout_btn {
  text-align: right;
  margin-top: 25px;
}
.home_callout_btn a {
  display: inline-block;
  background: #f46720;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_callout_btn a:hover {
  background: #fff;
  color: #f46720 !important;
}
.home_bottom_section {
  background: url("../images/pattern_bg.png") #f46720 no-repeat;
  background-size: cover;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.home_bottom_section:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 140px;
  top: 0;
  left: 0;
  width: 100%;
}
.home_bottom_section .container {
  position: relative;
  z-index: 9;
}
.home_bottom_right {
  background: #014da1;
  padding: 45px 0 45px 45px;
  position: relative;
}
.home_bottom_right:before {
  position: absolute;
  background: #014da1;
  content: "";
  top: 0;
  bottom: 0;
  width: 2000px;
  right: -2000px;
}
.home_bottom_right_heading {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.guide_box {
  background: #fff;
  border-radius: 6px;
  padding: 18px 25px;
  margin-top: 20px;
}
.guide_box_heading {
  color: #014da1;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.guide_box_text {
  margin-top: 10px;
}
.quote_icon {
  margin-top: 170px;
  text-align: right;
}
.quote_icon img {
  width: 160px;
}
.home_testimonial_subheading {
  color: #fff;
  margin-top: 20px;
}
.home_testimonial_heading {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  margin-top: 10px;
}
.footer {
  background: #000;
  padding: 55px 0 25px;
  text-align: center;
}
.footer_contact_box_inner {
  border: 1px solid #014da1;
  padding: 35px 10px 35px 30px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: left;
}
.footer_contact_box_inner a {
  color: #fff;
}
.footer_contact_box_inner img {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 35px 0 0;
}
.footer_menu ul li {
  position: relative;
  margin: 3px 8px 0;
  padding: 0;
  display: inline-block;
}
.footer_menu ul li a {
  color: #fff;
  font-style: normal;
  text-decoration: none;
  position: relative;
  z-index: 99;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
  color: #f46720;
}
.footer_social {
  margin-top: 30px;
}
.footer_social a {
  margin: 0 3px;
}
.footer_credit {
  color: #fff;
  margin-top: 30px;
}
.footer_copyright {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.footer_copyright a {
  color: #fff;
}
.footer_copyright a:hover{
	color: #f46720;
}
#back-to-top {
  background: #f46720;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
.sp-testimonial-content {
  color: #fff;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p, .sp-testimonial-client-name {
  text-align: left !important;
}
.sp-testimonial-client-name {
  color: #fff !important;
  font-size: 18px !important;
}
.home_testimonial_slide {
  margin-top: 30px;
}
.sp-testimonial-free-section .slick-dots {
  text-align: left !important;
}
.site-content, .site-main .widecolumn {
  margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
  background: url("../images/banner.jpg") #eee no-repeat center !important;
  background-size: cover !important;
  max-width: 100% !important;
  padding: 250px 0 120px !important;
  margin: 0 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(1, 77, 161, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(1, 77, 161, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 77, 161, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80014da1', GradientType=0);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page .entry-content {
  max-width: 100% !important;
  padding: 0px !important;
}
.content-area, .content-sidebar {
  padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
  color: #fff;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 99;
  margin-bottom: 3px;
	padding: 0 10px;
}
.breadcrumb-container {
  width: 100%;
  color: #f46720;
  position: relative;
  font-size: 15px;
}
.breadcrumb-container a {
  color: #f46720;
}
.inner_page_heading {
  font-weight: bold;
  color: #014da1;
  font-size: 26px;
  line-height: 32px;
  position: relative;
  padding-bottom: 10px;
}
.inner_page_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #f46720;
}
.inner_page_text {
  margin-top: 20px;
}
.inner_mid_section {
  background: url("../images/pattern_bg.png") #f46720 no-repeat;
  background-size: cover;
  margin: 50px 0;
  text-align: center;
  padding: 50px 0;
}
.inner_mid_section_heading {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  position: relative;
  padding-bottom: 10px;
}
.inner_mid_section_heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  background: #fff;
  transform: translate(-50%, 0);
}
.inner_mid_section_text {
  margin-top: 20px;
  color: #fff;
}
.inner_page_list ul {
  padding: 0;
  margin: 20px 0 0;
}
.inner_page_list ul li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  margin-top: 5px;
}
.inner_page_list ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #014da1;
  top: 3px;
  left: 0;
}
.inner_page_list ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  top: 7px;
  left: 7px;
}
.inner_bottom_box {
  background: #014da1;
  margin-top: 55px;
  text-align: center;
  padding: 30px 20px;
  border-radius: 5px;
}
#post-14, #post-24, .contact_map iframe {
	margin-bottom: 0 !important;
}
.stamp_duty_box {
	background: url("../images/pattern_bg.png") #f46720 no-repeat;
    background-size: cover;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.stamp_duty_box a {
	color: #fff;
}
.stamp_duty_box img {
	width: 100px;
	margin: 0 auto 20px;
}
.contact_map {
	margin-top: 55px;
}
.contact_page_info {
  position: relative;
  padding-left: 52px;
  color: #484848;
  margin-top: 24px;
}
.contact_page_info a {
  color: #484848;
}
.contact_page_info a:hover {
    color: #f46720;
}
.contact_page_info img {
  position: absolute;
  top: 6px;
  left: 0;
  width: 40px;
}
.contact_page_info strong {
  color: #014da1;
  font-size: 18px;
}
.contact_form input {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #ccc !important;
  min-height: 46px;
}
.contact_form textarea {
  margin-top: 12px;
  border: 1px solid #ccc !important;
  height: 150px;
	resize: none;
}
.contact_form .contact_btn input {
  width: auto;
  border: none !important;
  background: #f46720 !important;
  font-size: 15px;
  font-weight: normal;
  border-radius: 30px;
}
.contact_form {
	margin-top: 10px;
}
.broker_page_img img {
  width: 161px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  border: 8px solid #fff;
  border-radius: 50%;
}
.broker_page_name {
  font-weight: bold;
  color: #014da1;
  font-size: 22px;
  margin-top: 20px;
}
.broker_page_designation {
  font-weight: 500;
  color: #f46720;
  font-size: 18px;
  margin-top: 10px;
}
.broker_page_designation a {
  color: #f46720;
}
.broker_page_text {
  margin-top: 15px;
}
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.footer_btn1 {
  background: #f46720;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
}
.footer_btn2 {
  background: #014da1;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
}
.thankyou_btn {
  display: inline-block;
  background: #f46720;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 30px;
	font-size: 15px;
	margin-top: 20px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
  background: #014da1;
}
.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}
.error_container img {
  margin-bottom: 20px;
}
.home_area_section {
  padding: 55px 0;
  text-align: center;
}
.home_area_section_list ul {
	padding: 0;
	margin: 20px 0 0;
}
.home_area_section_list ul li {
  list-style: none;
  display: inline-block;
  margin: 10px 8px 0;
}
.home_area_section_list ul li a {
	display: block;
	position: relative;
	padding-left: 24px;
	color: #333;
}
.home_area_section_list ul li a:before {
	position: absolute;
	content: "";
	background: url("../images/location_icon.png") no-repeat;
	background-size: 100%;
	width: 18px;
	height: 23px;
	top: 0;
	left: 0;
}
.home_area_btn {
  background: #f46720;
  display: inline-block;
  color: #fff;
  padding: 10px 22px;
  margin-top: 35px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 30px;
}
.widget_block h2 {
  margin-top: 0 !important;
  color: #014da1;
  border-top: 4px solid #f46720;
  padding-top: 8px;
}
#block-2, #block-4, #block-6 {
	margin-bottom: 10px !important;
}
.more-link {
  background: #014da1;
  display: block;
  color: #fff !important;
  text-transform: capitalize;
  border-radius: 30px;
  margin-top: 15px;
  width: 195px;
  padding: 10px 0 10px 18px;
}
.home_form input {
  border: none !important;
  margin-top: 12px;
  min-height: 46px;
  width: 100%;
}
.home_form textarea {
  border: none !important;
  margin-top: 12px;
  height: 150px;
  resize: none;
}
.home_form .contact_btn input {
  border: none !important;
  margin-top: 18px;
  min-height: 50px;
  width: auto;
  background: #f46720 !important;
  font-size: 17px;
  border-radius: 30px;
  font-weight: 500;
  padding: 12px 30px 12px;
}
.home_form {
  margin-top: 10px;
}
.home_post_section {
  background: #eee;
  padding: 60px 0;
}
.home_news_block {
  margin-top: 35px;
}
.home_news_block_inner {
  background: #fff;
  padding: 10px 10px 20px;
  border: 1px solid #ddd;
  min-height: 100%;
  text-align: center;
}
.home_news_block_date {
  color: #666;
  font-size: 13px;
  margin-top: 20px;
}
.home_news_block_heading {
  font-weight: 600;
  margin-top: 10px;
  color: #222;
}
.home_news_block_heading a {
  color: #222;
}
.home_news_block_btn a {
  display: inline-block;
  background: #f46720;
  color: #fff !important;
  margin-top: 15px;
  border-radius: 30px;
  padding: 7px 15px;
}
.fixed_whatsapp {
  position: fixed;
  bottom: 120px;
  right: 21px;
  width: 40px;
  z-index: 99;
}
.fixed_btn1 {
  position: fixed;
  background: #f46720;
  top: 200px;
  color: #fff !important;
  font-weight: 500;
  transform: rotate(90deg);
  z-index: 9999;
  padding: 10px 18px;
  border-radius: 5px 5px 0 0;
  left: -45px;
}
.fixed_btn3 {
  position: fixed;
  background: #f46720;
  top: 350px;
  color: #fff !important;
  font-weight: 500;
  transform: rotate(90deg);
  z-index: 999;
  padding: 10px 18px;
  border-radius: 5px 5px 0 0;
  left: -55px;
}
.fixed_btn2 {
  position: fixed;
  background: #014da1;
  top: 510px;
  color: #fff !important;
  font-weight: 500;
  transform: rotate(90deg);
  z-index: 999;
  padding: 10px 18px;
  border-radius: 5px 5px 0 0;
  left: -37px;
}
.guide_btn {
  display: inline-block;
  color: #f46720 !important;
  font-weight: 500;
  margin-top: 10px;
}
.footer_img img {
	max-width: 260px;
}

.footer_subscription .wpcf7
{
	background: #024da1;
    text-align: left;
    padding-left: 35px;
    padding-bottom: 1px;
	padding-top:10px;
}

.footer_subscription label{
	color:white;
}

.footer_subscription .wpcf7 input[type="text"],
.footer_subscription .wpcf7 input[type="email"]
{
	width:280px;
}

.footer_subscription .wpcf7 input[type="submit"]
{
	background-color: #f46720;
}

/*=========== Responsive ===========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top {
  display: none;
}
.header_bottom {
  margin-top: 0;
  background: #fff;
}
.header_bottom_inner {
  padding: 5px 0 0 !important;
}
.logo {
  margin-bottom: 7px;
  margin-top: 3px;
}
.logo img {
  width: 80px;
}
.header_btn {
  padding: 9px 18px;
  margin-top: 0;
  font-size: 13px;
  position: fixed;
  top: 15px;
  right: 50px;
}
.header_menu {
  display: block;
}
.primary-navigation {
  padding-top: 0 !important;
}
.menu-toggle {
  background-color: transparent !important;
  top: 9px !important;
}
.menu-toggle::before {
  color: #000 !important;
}
.header_bottom_right {
  text-align: left;
}
.header_menu ul li a {
  font-size: 15px;
  padding: 5px 0;
}
.primary-navigation.toggled-on {
  padding: 15px 0 !important;
}
.home_banner_section {
  margin-top: 65px;
}
.ms-slide-info {
  left: 15px;
  right: 15px;
}
.banner_heading {
  font-size: 26px;
  line-height: 27px;
}
.banner_subheading {
  font-size: 16px;
}
.banner_btn {
  padding: 8px 18px;
  margin-top: 15px;
  font-size: 15px;
}
.banner_bottom_section {
  background: none;
  min-height: auto;
  padding: 30px 0;
}
.banner_bottom_heading, .home_callout_section_heading, .home_testimonial_heading, .home_bottom_right_heading, .inner_page_heading, .inner_mid_section_heading {
  font-size: 24px;
  line-height: 30px;
}
.home_offer_top {
  padding: 20px 0 30px;
}
.home_offer_block {
  margin-top: 25px;
}
.home_offer_bottom {
  padding: 0 0 30px;
}
.home_callout_section_subheading {
  font-size: 18px;
}
.home_callout_btn {
  text-align: left;
  margin-top: 20px;
}
.home_callout_section {
  padding: 30px 0;
}
.home_bottom_section::before, .home_bottom_right::before {
  display: none;
}
.home_bottom_section {
  margin-top: 0;
  padding: 0 0 30px;
}
.quote_icon img {
  width: 70px;
}
.quote_icon {
  margin-top: 30px;
}
.home_bottom_right {
  padding: 30px 15px;
  margin-top: 30px;
}
.guide_box {
  padding: 18px;
}
.footer_contact_box {
  margin-top: 20px;
}
.footer_contact_box_inner {
  padding: 20px 10px 20px 15px;
}
.footer {
  padding: 15px 0 60px;
}
.page .entry-title, .blog_page_title {
	font-size: 24px;
}
.page .entry-header, .blog_page_header {
  padding: 130px 0 60px !important;
  margin: 0 0 35px !important;
}
.inner_page_img {
  margin-bottom: 28px;
}
.inner_mid_section {
  margin: 30px 0;
  padding: 30px 0;
}
.stamp_duty_box img {
  width: 70px;
}
.contact_right {
  margin-top: 35px;
}
#back-to-top {
  bottom: 50px;
  width: 40px;
}
}

@media only screen and (max-width : 320px) {
.header_btn {
  padding: 8px 14px;
  font-size: 12px;
  top: 17px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.ms-slide-info {
  left: 12%;
  right: 12%;
}
#primary-navigation {
  max-height: 290px;
  overflow: auto;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
  left: 5%;
  right: 5%;
}
.footer_contact_box_inner img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.footer_contact_box_inner {
  padding: 20px 5px 20px 12px;
  font-size: 13px;
}
.contact_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_btn {
  padding: 10px 18px;
  font-size: 13px;
}
.header_menu ul li a {
  font-size: 14px;
}
.header_menu ul li {
  margin-right: 10px;
}
.header_bottom_right {
  padding-left: 0;
}
.banner_heading {
  font-size: 33px;
  line-height: 40px;
}
.banner_bottom_section {
  padding: 40px 0;
  background-size: 45%;
}
.home_callout_section_heading {
  font-size: 33px;
}
.footer_contact_box_inner {
  padding: 30px 10px 30px 20px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.ms-slide-info {
  left: 5%;
  right: 5%;
}
.footer_contact_box_inner img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.footer_contact_box_inner {
  padding: 20px 5px 20px 12px;
  font-size: 13px;
}
.contact_right {
  margin-top: 0;
}
#primary-navigation {
  max-height: 280px;
  overflow: auto;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.ms-slide-info {
  left: 5%;
  right: 5%;
}
.footer_contact_box_inner img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.footer_contact_box_inner {
  padding: 20px 5px 20px 12px;
  font-size: 13px;
}
.contact_right {
  margin-top: 0;
}
#primary-navigation {
  max-height: 280px;
  overflow: auto;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.ms-slide-info {
  left: 5%;
  right: 5%;
}
.footer_contact_box_inner img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.footer_contact_box_inner {
  padding: 20px 5px 20px 12px;
  font-size: 13px;
}
.contact_right {
  margin-top: 0;
}
#primary-navigation {
  max-height: 280px;
  overflow: auto;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
.ms-slide-info {
  left: 12%;
}
}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  left: 18%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  left: 26%;
}
}

@media screen and (min-width: 2550px) {

}

