.inner_contact_header {
    text-align: center;
}
.inner_contact_header p {
    max-width: 1044px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    margin:0 auto;
}
.contact_contant_left h4 {
    font-size: 20px;
    line-height: 36px;
    color: #2e74b7;
}
.contact_contant_left h2 {
    font-size: 34px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    margin: 0;
    padding: 25px 0;
}
.contact_contant_left p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.get_touch_add img {
    float: left;
    display: inline-block;
    margin-right: 25px;
    height: 67px;
    width: 77px;
    object-fit: cover;
    object-position: center;
}
.get_touch_add h6 {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    margin: 0;
}
.get_touch_add p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    max-width: 185px;
    float: left;
}
.get_touch_add {
    float: left;
    width: 50%;
}
.get_touch_phn a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
display: inline-block;
    padding: 22px 0;
}
.get_touch_phn {
    float: left;
    width: 50%;
}
.get_touch {
    float: left;
    width: 100%;
padding: 30px 0;
}
.get_touch_phn img {
    float: left;
    display: inline-block;
margin-right:25px;
height: 67px;
    width: 77px;
    object-fit: cover;
    object-position: center;
}
.get_touch {
position:relative;
}
.get_touch:after {
    content: "";
    background-image: url(../images/innerpage/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 5px;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}
.social_contact {
    float: left;
    width: 100%;
}
.social_contact h3 {
    padding: 25px 0;
    margin: 0;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}
.social_contact p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    max-width: 465px;
}
.social_contact ul li a {
    color: #fff;
    background-color: #2e74b7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    line-height: 35px;
border:1px solid #2e74b7;
}
.social_contact ul li a:hover {
 background-color: #fff;
transition: 0.5s;
    transform: rotateY(360deg);
    color:#000;
border:1px solid #000;
}
.social_contact ul {
    padding: 10px 0;
}
.social_contact ul li {
    padding: 0 3px;
}
.contact_contant_right form input:focus-visible {
    /* border: unset!important; */
    outline: unset;
}
.contact_contant_right form input {
    width: 100%;
    height: 70px;
    border-radius: 0px;
    background-color: #abc7e2;
    border: unset;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-family: Poppins-Regular;
    padding: 0px 10px;
    box-shadow: unset;
    outline: unset;   
    transition: 0.5s;  
}
.contact_contant_right form input::placeholder{
    color: #000;
    transition: 0.5s;
}
.contact_contant_right form input:focus-visible::placeholder {
    position: absolute;
    top: 0px;
    transition: 0.5s;
} 
.contact_contant_right {
    float: left;
    width: 50%;
    background-color: #abc7e2;
}
.contact_contant_right {
    float: left;
    width: 50%;
    background-color: #abc7e2;
    padding: 40px;
    border-radius: 20px;
margin-top: 5em;
}
form .name {
    float: left;
    width: 50%;
    padding:0 15px;
}
form .email {
    float: left;
    width: 50%;
    padding:0 15px;
}
form .phonenumber {
    float: left;
    width: 50%;
    padding:0 15px;
}
form .pincode {
    float: left;
    width: 50%;
    padding:0 15px;
}
.contact_contant_right form .sub_btn input {
  
    width: 170px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
    padding: 0px 25px;
    text-align:left;
}
.contact_contant_right form .sub_btn input:hover {
 color:#fff;
  background-color: transparent;
    border: 1px solid #fff;
}
.sub_btn {
  position:relative;
display:inline-block;
}
.sub_btn:after {
    content: "";
    background-image: url(../images/innerpage/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 15px;
    right: 25px;
    height: 12px;
    width: 24px;
    display: inline-block;
}
form .message textarea {
    /* resize: none;
    width: 239px;
    height: 84px;
    border-radius: 17px;
    outline: 0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-family: Poppins-Regular;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #abc7e2;
    border: 2px solid #2d73b7; */
    width: 100%;
    height: 70px;
    border-radius: 0px;
    background-color: #abc7e2;
    border: unset;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-family: Poppins-Regular;
    padding: 0px 10px;
    box-shadow: unset;
    outline: unset;
    transition: 0.5s;
}
form .message textarea::placeholder{
    color: #000;
    transition: 0.5s;
}
form .message textarea:focus-visible::placeholder {
    position: absolute;
    top: 10px;
    transition: 0.5s;
} 
.contact_contant_right form label {
font-size: 14px;
color: #000000;
font-weight: 600;
display: block;
}
.contact_contant_right h2 {
    font-size: 23px;
    color: #000000;
margin: 0;
    padding-bottom: 40px;
padding-left: 15px;
}
.message {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.sub_btn_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}
.get_touch {
    float: left;
    width: 100%;
}
.inner_contact_header h1 {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
}
.contact_contant_left {
    float: left;
    width: 50%;
}

/* FAQ */
.faq_title h1 {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
margin: 0;
    padding: 35px 0;
}
.faq_title {
    float: left;
    width: 100%;
    text-align: center;
}
.faq_title p {
    max-width: 1055px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.faq_left h4 {
    font-size: 18px;
    color: #2e74b7;
    font-weight: 500;
    margin: 0;
    padding-top: 65px;
    padding-bottom: 35px;
    padding-left: 45px;
}
.inner_faq_wrapper {
    background-image: url(../images/innerpage/white-waves.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.accordion-container {
    background-image: url(../images/innerpage/faq1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 45px;
    height: 470px;
    width: 100%;
    padding-top: 35px; 
}

.set a {
    background-color: #fff;
    display: block;
    padding: 20px 40px 20px 10px;
    border-radius: 0 50px 50px 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    position:relative;
    transition: 0.5s;
}
.set a:hover {
    color:#2e74b7;
    transition: 0.5s;
    cursor: pointer;
}
.set a:after {
    content:"";
    background-image: url(../images/innerpage/faq2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content p {
    background-color: #fff;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 20px 10px;
}
.content p a {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    color: #1f73b3;
    padding: 0;
}
.content p a:after {
    content: unset;
}
.content ul {
    background-color: #fff;
    padding: 20px 10px;
}   
.content ul li {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}    
.content {
    display: none;
}
.set {
    float: left;
    width: 75%;
}
.set:last-child  {
    float: left;
    width: 85%;
}
.accordion-container .set:last-child .content { 
    display:block;
}

.set a:after {
    content: "";
    background-image: url(../images/innerpage/faq2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 34px;
    width: 34px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: 0.5s;
}
.set a.active:after {
    transform: rotate(90deg);
    transition:0.5s;
}
.faq_right {
    text-align: center;
padding-top: 9em;
position:relative;
}

.faq_right:after {
    content: "";
    background-image: url(../images/innerpage/faq4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 440px;
    width: 575px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.faq_right img {
    position: relative;
    z-index: 9;
}
.faq_wrapper {
    float: left;
    width: 100%;
    padding-bottom: 75px;
}

/* service area */
.service_area_title h1 {
    font-size: 34px;
    line-height: 45px;
    color: #2e74b7;
text-align: center;
margin: 0;
    padding: 30px 0;
}
.service_area_title p {
    max-width: 620px;
    margin: 0 auto;
}
.service_area_title {
    text-align: center;
padding-bottom: 45px;
}

.service_area_list_content {
    background-image: url(../images/innerpage/serv.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 485px;
    height: 625px;
    object-fit: cover;
    object-position: center;
position: absolute;
top: -30px;
    z-index: 9;
}
.service_area_list_content ul li {
    display: block;
}
.service_area_list_content ul li a {
  display: block;
  padding:30px 0;
}
.service_area_list_content ul li a {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
	display: block;
    padding: 25px 45px;
text-align: left;
}
.service_area_list_content ul li a:hover {
   color:#222;
   transition: 0.7s;
}
.service_area_list_content ul li {
    border-bottom: 2px solid #ccc;
    list-style: none;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}
.service_area_list_content ul {
    padding-top: 4em;
}
.service_area_list_content ul li:before {
    content: "";
    background-image: url(../images/innerpage/pin1.png);
    height: 37px;
    width: 27px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 20px;
}
.service_area_list_content ul li:after {
    content: "";
    background-image: url(../images/innerpage/arrow2.png);
    height: 16px;
    width: 30px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 30px;
	
}
/* map */
.mapouter {
    position: relative;
    text-align: right;
    height: 650px;
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    height: 650px;
    width: 100%;
}
.svg {
	position: absolute;
	width: 0;
	height: 0;
}
.service_area_list {
    position: relative;
}
.service_area_title p {
    max-width: 620px;
    margin: 0 auto;
    padding-bottom: 46px;
    font-size: 16px;
    line-height: 24px;
    color: #001f3e;
    font-weight: 300;
}
.service_area_list {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    border-bottom: 5px solid #2e74b7;
}
.service_area_list_content ul {
    height: 590px;
    overflow-y: scroll;
}
.service_area_list_content ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.service_area_list_content ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.service_area_list_content ul::-webkit-scrollbar-thumb {
  background: #2e74b7; 
  border-radius: 10px;
}

/* Handle on hover */
.service_area_list_content ul::-webkit-scrollbar-thumb:hover {
  background: #2e74b7; 
}
.inner_service_area_wrapper {
    background-image: url(../images/innerpage/white-waves.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* about us */
.title_left h1 {
    font-size: 30px;
    color: #2e74b7;
    font-weight: 500;
	margin: 0;
    padding: 25px 0;
}
.title_left h2 {
    font-size: 20px;
    color: #000000;
	margin: 0;
}
.title_right p {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 300;
	padding-bottom: 25px;
    margin: 0;
}
.title_right a {
    background-color: #2e74b7;
    color: #fff;
    padding: 5px 25px;
}
.title_right a img {
margin-right:15px;
}
.about_title {
    padding: 40px 0;
}
.about_ourservice_left h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
	margin: 0;
}
.about_ourservice_wrapper {
    float: left;
    width: 100%;
    background-color: #2e74b7;
	padding: 45px 0;
	padding-bottom: 35px;
}
.about_ourservice_left h4 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
	max-width: 360px;
}
.about_ourservice_left p {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 300;
	max-width: 400px;
}
.about_ourservice_left ul li {
    font-size: 16px;
    color: #ffffff;
    display: block;
	position:relative;
	padding: 10px 0;
}
.about_ourservice_left ul li:before {
    content: "";
    background-image: url(../images/aboutus/tick.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    left: -35px;
}
.about_iframe iframe {
    height: 350px;
    width: 360px;
    object-fit: cover;
    object-position: center;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
}
.about_iframe {
   
    display: inline-block;
}
.about_ourservice_right {
    padding-top: 30px;
	position: relative;
	text-align:center;
}
.more a {
    font-size: 18px;
    color: #000000;
    background-color: #fff;
    padding: 10px 15px;
    padding-right: 70px;
	border-radius: 3px;
	position:relative;
	display: inline-block;
}
.more a:after {
    content: "";
    background-image: url(../images/innerpage/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 12px;
    width: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.more a:hover{
	color:#337ab7;
	transition:0.5s;
}
.about_ourservice_right h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    background-color: #fff;
    padding: 30px;
    display: inline-block;
    max-width: 340px;
    position: absolute;
    bottom: -70px;
    left: 5em;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    border-radius: 3px;
}
.more {
    float: left;
    width: 100%;
	padding-top: 20px;
}
.tidal_wave_header h4 {
    font-size: 20px;
    color: #000000;
}
.tidal_wave_header p {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 300;
}
.tidal_wave_left h5 {
    font-size: 20px;
    color: #000000;
}
.tidal_wave_left h4 {
    font-size: 26px;
    color: #2e74b7;
    font-weight: 500;
	margin: 0;
    padding: 20px 0;
	max-width: 360px;
}
.tidal_wave_left ul li {
    font-size: 16px;
    color: #000000;
    display: block;
    padding: 8px 0;
	position:relative;
}
.tidal_wave_left ul li:before {
    content: "";
    background-image: url(../images/aboutus/tick2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    left: -35px;
}
.tidal_wave_left a {
    background-color: #2e74b7;
    color: #fff;
	padding:10px 0;
	padding-left:15px;
	padding-right:25px;
	display: inline-block;
    margin-bottom: 40px;
}
.tidal_wave_left a:hover {
	
    color: #000;
}
.tidal_wave_left a img {
	margin-right:15px;
}
.tidal_wave_left ul {
    margin: 0;
    padding-bottom: 30px;
}

.tidal_wave_header {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.tidal_wave_right h5 {
    font-size: 20px;
    color: #000000;
	text-align: center;
}

.tidal_wave_right .homereview_part p {
    font-size: 14px;
    line-height: 24px;
}
.tidal_wave_right .homereview_box h5 {
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 19px;
    color: #2e74b7;
}
.wave_image img {
    height: 385px;
    width: 420px;
    object-fit: cover;
    object-position: center;
	margin-top: 22px;
    margin-left: 22px;
}
.wave_image_inner {
    text-align: center;
	border:2px solid #2d73b7;
	display:inline-block;
	height: 385px;
    width: 420px;
}
.wave_wrapper {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.wave_contant h4, .about_inner h4 {
    font-size: 20px;
    color: #000000;
}
.wave_contant p, .about_inner p {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-weight: 300;
    padding: 5px 0;
	margin:0;
}

.wave_contant {
    padding:40px 0;
    padding-left: 20px;
}
.about_wrapper {
	background-image: url(../images/innerpage/white-waves.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	
}
.about_inner {
	max-width:900px;
	margin:0 auto;
}

/* blog detail */
.post_image a img {
    height: 130px;
    width: 200px;
    object-fit: cover;
    object-position: center;
	
}

.post_image {
    float: left;
    margin-right: 30px;
}
.blog_detail_contant .post_contant h4 {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
	margin:0;
	padding:0;
}
.blog_detail_contant .post_contant p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 300;
	margin:0;
	padding: 5px 0;
	/* max-width: 290px; */
}
.blog_detail_contant .post_contant span {
    display: inline-block;
    float: left;
	margin:0;
	padding:0;
	
}
.post_contant span img {
	margin-right:10px;
}
.post_contant h6 {
    font-size: 16px;
    line-height: 40px;
    color: #000000;
	margin:0;
}
.post_contant {
    float: left;
    width: 55%;
}
.blog_recent_post h2 {
    font-size: 30px;
    line-height: 36px;
    color: #2e74b7;
    font-weight: 500;
	margin: 0;
    padding-bottom: 10px;
}
.blog_recent_post {
    float:right;
	width:50%;
	padding-left: 70px;
}
.post_overall {
    float: left;
    margin: 10px 0;
	display: flex;
	align-items: center;	
}
.blog_detail_image img {
    height: 390px;
    width: 100%;
    object-fit: cover;
    object-position: center;
	position:relative;
	z-index:1;
}
.blog_detail_image_inner {
	position:relative;
}
.blog_detail_image_inner:after {
    content: "";
    border: 2px solid #2d73b7;
    height: 390px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: -20px;

}
.blog_detail_image {
    float: left;
	width:50%;
}
.blog_detail_contant h1 {
    font-size: 42px;
    line-height: 50px;
    color: #2e74b7;
    font-weight: 500;
	margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}
.blog_detail_contant span {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
	padding: 0px 0;
    display: block;
	font-family: Brother-1816-Bold;
}
.blog_detail_contant p {
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
	margin: 0;
    padding: 10px 0;
}
.blog_detail_contant ul li {
    font-size: 17px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0px;
    float: left;
    width: 100%;
}
.blog_detail_contant ul li:before {
    content: '\f192';
    margin-right: 15px;
    font-size: 19px;
    color: #1f73b3;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
} 

.blog_detail_contant a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
	margin: 0;
}
.blog_detail_contant h4 {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
	margin: 0;
    padding: 5px 0;
}
.blog_detail_wrapper {
    padding: 60px 0;
	background-image: url(../images/innerpage/white-waves.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* service_area_detail */
.service_area_detail h1 {
    font-size: 42px;
    line-height: 50px;
    color: #2e74b7;
    font-weight: 500;
}
.service_area_detail h2 {
    font-size: 30px;
    line-height: 36px;
    color: #2e74b7;
    font-weight: 500;
}
.service_area_detail p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
}
.service_area_detail ul li{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 300;
}
.service_area_detail ul li:before {
    content: '\f192';
    margin-right: 15px;
    font-size: 19px;
    color: #1f73b3;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
}
.service_area_detail h4 {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.service_area_detail_image img {
    -webkit-clip-path: url(#servicearea_detail);
    clip-path: url(#servicearea_detail);
}
.service_area_detail_image img {
    height: 440px;
   width: 100%;
    object-fit: cover;
    object-position: center;
	margin-top: 30px;
}
.service_area_detail_image {
    margin-right: 75px;
	
}
.service_area_detail_image {
    margin-right: 75px;
    background-image: url(../images/service_area_detail/ser2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 480px;
  
}
.service_area_detail {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.service_area_detail_image.right {
    float: right;
	margin-right:0;
	margin-left:75px;
}
.testimonial h4 {
    font-size: 28px;
    line-height: 30px;
    color: #2e74b7;
    font-weight: bold;
    text-align: center;
}
.our_service h4 {
    font-size: 24px;
    line-height: 30px;
    color: #2e74b7;
    font-weight: bold;
    text-align: center;
}
.our_service p {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 60px;
}
.our_service_image {
    float: left;
	margin-right:20px;
	background-image: url(../images/service_area_detail/ser6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	
}
.our_service_image_contant h6 {
    font-size: 20px;
    line-height: 22px;
    color: #2e74b7;
    font-weight: 500;
	margin: 0;
}
.our_service_image_contant p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 300;
	text-align: left;
	padding: 15px 0;
}
.our_service_image_contant {
    float: left;
	padding: 2em 0;
}
.our_service_image img {
	 -webkit-clip-path: url(#servicearea_detail2);
  clip-path: url(#servicearea_detail2);
  height:230px;
  width:300px;
  object-fit:cover;
  object-position:center;
}
.our_service_overall.right .our_service_image img {
	 -webkit-clip-path: url(#servicearea_detail3);
  clip-path: url(#servicearea_detail3);
  height:230px;
  width:300px;
  object-fit:cover;
  object-position:center;
}
.our_service_overall {
    float: left;
}
.our_service_overall.right .our_service_image {
    float:right;
	background-image: url(../images/service_area_detail/ser7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	margin-right:0;
	margin-left:20px;
}
.our_service_image_contant a {
    font-size: 15px;
    line-height: 29px;
    color: #000000;
    position: relative;
}
.our_service_image_contant a:hover{
	color:#2e74b7;
	transition:0.5s;
}
.our_service_image_contant a:after {
	content:"";
	background-image: url(../images/innerpage/faq2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.our_service_image_contant a:after {
    content: "";
    background-image: url(../images/innerpage/faq2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 0px;
}
.service_area_blogs ul.slick-dots {
    text-align: center;
    padding: 2em 0;
}
ul.slick-dots li:before {
    content: unset;
}
.service_area_blogs ul.slick-dots li.slick-active button {
    background-color: #2e74b7;
}
.service_area_blogs ul.slick-dots li button{
    border: unset;
    font-size: 0;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 2px solid #2e74b7;
	margin:0 5px;
}

.service_detail_image img {
    -webkit-clip-path: url(#service_detail);
    clip-path: url(#service_detail);
}
.service_detail_image img {
    height: 440px;
   width: 100%;
    object-fit: cover;
    object-position: center;
	margin-top: 30px;
}
.service_detail_image {
    margin-right: 75px;
	
}
.service_detail_image {
    margin-right: 75px;
    background-image: url(../images/service_detail/serv3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 480px;
  
}
.service_detail_image.right {
    float: right;
	margin-right:0;
	margin-left:75px;
}
.service_area_detail_wrapper {
	 background-image: url(../images/innerpage/white-waves.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.great_reason_overall {
    padding: 10px;
}
.great_reason_content {
	background-color: #fff;
	padding: 25px;
	filter: drop-shadow(4.592px 5.283px 12px rgba(0,0,0,0.13));
}
.great_reason_overall h6 {
    font-size: 14px;
    color: #ffffff;
	background-color:#2e74b7;
	padding: 7px 7px;
    display: block
}
.great_reason_overall p {
    font-size: 12px;
    line-height: 24px;
    color: #5c5c5c;
    font-weight: 400;
}
.great_reason {
    padding-right: 40px;
}
.service_blogs .our_service_image_contant {
    float: left;
    padding: 1em 0;
    max-width: 320px;
}
.service_blogs .our_service_image img {
    height: 160px;
    width: 100%;
}
.service_blogs .our_service_overall.right .our_service_image img {
    height: 160px;
    width: 100%;
}
.service_blogs .our_service_image_contant h6 a{
    font-size: 17px;
    line-height: 19px;
    color: #2e74b7;
    font-weight: 600;
}
.service_blogs .our_service_image_contant h6 a:after{
    content: unset;
}
.innerbanner_content.long_title {
    left: -10px;
    bottom: 12em;
}
.innerbanner_content.long_title .inner_title {
    font-size: 35px;
    max-width: 700px;
    padding: 10px 35px 10px 20px;
}
.inner_contact_wrapper {
    padding: 2em 0em;
    margin: 1em 0em;
    float: left;
    width: 100%;
}
.wave_image {
    margin-right: 1em;
    margin-bottom: 2em;
}
.service_area_detail ul {
    padding: 0;
    display: flow-root;
}


/*******************************************res12 Responsive Page**********************************************/


@media only screen and (min-width:1400px) {
  
	
}

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

 
    
}

@media only screen and (min-width:1600px)  {
  
 
        
}
@media only screen and (min-width:1700px)  {


}

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

}

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

}

@media only screen and (max-width:1300px) {
.post_image a img {
    height: 115px;
    width: 175px;
}
.post_image {
    float: left;
    margin-right: 15px;
}		
  .blog_detail_contant h1 {
    font-size: 28px;
    padding-top: 30px;
}
.our_service_image {
    margin-right: 15px;
}
.our_service_overall.right .our_service_image {
    margin-left: 15px;
}








}

@media only screen and (max-width:1200px) {
.contact_contant_right {
    margin-top: 7em;
}
.get_touch {
    padding: 15px 0;
}	
.get_touch_add img {
    margin-right: 15px;
    height: 50px;
    width: 50px;
}
.get_touch_add p {
    max-width: 170px;
}
.get_touch_phn img {
    margin-right: 15px;
    height: 50px;
    width: 50px;
}
.get_touch_phn a {
    padding: 12px 0;
}
.social_contact h3 {
    padding: 10px 0;
}
.contact_contant_left h2 {
    padding: 20px 0;
}
.contact_contant_right {
    padding: 30px;
}
.inner_contact_contant {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

/* FAQ*/

.faq_right:after {
    height: 380px;
    width: 425px;
}
.faq_left h4 {
    padding-top: 45px;
}
.faq_right {
    padding-top: 7em;
}
.faq_wrapper {
    padding-bottom: 45px;
}
/* service area */
.service_area_title p {
    padding-bottom: 20px;
}
.mapouter {
    height: 550px;
}
.gmap_canvas {
    height: 550px;
}
.service_area_list_content ul li a {
    padding: 20px 45px;
}
.service_area_list_content {
    background-size: 100% 100%;
    height: 580px;
top: -50px;
}
.post_image a img {
    height: 85px;
    width: 150px;
}
.post_image {
    margin-right:5px;
}
.blog_recent_post {
    padding-left: 25px;
}
.post_contant {
    width: 65%;
	padding-left:10px;
}
.blog_detail_contant .post_contant h4 {
    font-size: 16px;
    line-height: 20px;
}
.blog_detail_image img {
    height: 340px;
}
.blog_detail_image_inner:after {
    height: 340px;
    left: -10px;
    top: -10px;
}
.blog_detail_contant h1 {
    font-size: 24px;
    padding-top: 0px;
}
.post_contant h6 {
    font-size: 14px;
    line-height: 20px;
}
.post_contant span img {
    height: 20px;
    width: 20px;
}
.blog_detail_contant .post_contant span {
    line-height: 20px;
}
.service_area_detail_image img {
    height: 325px;
}
.service_area_detail_image {
    height: 380px;
	 margin-right: 50px;
}
.service_area_detail h1 {
    font-size: 26px;
}
   .service_area_detail h4 {
    font-size: 16px;
   }
.service_area_detail h2 {
	font-size: 26px;
}
.service_area_detail_image.right {
    margin-left: 48px;
}
.our_service p {
    padding-bottom: 40px;
}
.our_service_image img {
    height: 110px;
    width: 100%;
}	
.our_service_overall.right .our_service_image img {
	 height: 110px;
    width: 100%;
}
.our_service_image_contant {
    float: left;
    padding: 0em 0;
}
.our_service p {
    padding-bottom: 10px;
}

.our_service_image_contant p {
    padding: 10px 0;
    max-width: 380px;
}
.our_service_image_contant a {
    font-size: 15px;
    line-height: 10px;
}
.service_detail_image img {
    height: 320px;
}
.service_detail_image {
    margin-right:50px;
    height: 390px;
}
.service_detail_image.right {
    margin-left:50px;
}
.our_service_image_contant p {
    max-width: 240px;
}
.service_blogs .our_service_image img {
    height: 140px;
}
.service_blogs .our_service_overall.right .our_service_image img {
height: 140px;
}
.service_blogs .our_service h4 {
    font-size: 24px;
}






}

@media only screen and (max-width:992px) {
.contact_contant_right {
    margin-top: 5em;
}
.contact_contant_left {
    padding-right: 20px;
}	
form .name {
    width: 100%;
}
form .email {
    width: 100%;
}
form .phonenumber {
    width: 100%;
}
form .pincode {
    width: 100%;
}
form .message textarea {
    resize: none;
    width: 100%;
}
.get_touch_add img {
    margin-right: 10px;
    height: 40px;
    width: 40px;
}
.get_touch_phn img {
    margin-right: 10px;
    height: 40px;
    width: 40px;
}
.get_touch_add h6 {
    font-size: 16px;
    line-height: 36px;
}
 .get_touch_add p {
max-width: unset;
padding: 15px 0;
margin:0;
}

/* faq */
.set {
    float: left;
    width: 75%;
}
.set a {
    padding: 15px 10px;
}
.set a:after {
    height: 25px;
    width: 25px;
}
.faq_right:after {
    height: 360px;
    width: 350px;
}

.mapouter {
    height: 500px;
}
.gmap_canvas {
    height: 500px;
}
.service_area_list_content ul li a {
    padding: 18px 45px;
}
.service_area_list_content {
    height: 550px;
}

/* aboutus */
.about_ourservice_right h4 {
    left: 1em;
    right: -20px;
	font-size: 20px;
}
.tidal_wave_header {
    padding: 30px 0;
}
.wave_wrapper {
    padding: 15px 0;
}
.wave_image_inner {
    height: 320px;
    width: 340px;
}
.wave_image img {
    height: 320px;
    width: 340px;
}
.wave_contant {
    padding: 0px 0;
    padding-left: 20px;
}
.tidal_wave_left h4 {
    font-size: 20px;
}
.tidal_wave_left ul li {
    font-size: 14px;
}
.tidal_wave_left ul li:before {
    height: 15px;
    width: 15px;
    left: -25px;
    top: 15px;
}
.about_ourservice_wrapper {
    padding-bottom: 20px;
}
 .post_contant {
    width: 50%;
    padding-left: 10px;
}
.blog_detail_image_inner {
    text-align: center;
}
.blog_detail_image img {
    height: 300px;
}
 

.post_image a img {
    height: 75px;
    width: 120px;
}
.post_contant {
    width: 62%;
}
.blog_detail_contant .post_contant p {
    font-size: 11px;
    line-height: 15px;
}
.blog_detail_contant .post_contant h4 {
    font-size: 12px;
    line-height: 12px;
}
.post_contant h6 {
    font-size: 12px;
    line-height: 12px;
}
.blog_detail_contant .post_contant span {
    line-height: 0px;
}
.blog_detail_image_inner:after {
    height: 300px;
}
.blog_recent_post h2 {
    font-size: 25px;
    line-height: 22px;
    padding-bottom: 5px;
}
.service_area_detail_image img {
    height: 260px;
}
.service_area_detail_image {
    height: 320px;
    margin-right: 15px;
}
.service_area_detail_image.right {
    margin-left: 20px;
}
.our_service {
    float: left;
    width: 50%;
}
.service_area_blogs .testimonial {
    float: left;
    width: 50%;
}
.our_service_overall.right .our_service_image {
    float: left;
}
.our_service_image_contant h6 {
    font-size: 16px;
    line-height: 10px;
}
.our_service_image_contant p {
    font-size: 12px;
}
.service_detail_image {
    margin-right: 25px;
    height: 320px;
}
.service_detail_image img {
    height: 265px;
}
.service_detail_image.right {
    margin-left: 25px;
}
.great_reason {
    float: left;
    width: 100%;
	padding-right: 0;
}
.service_blogs .our_service {
    float: left;
    width: 100%;
}
.service_blogs .our_service_image_contant p {
    max-width: unset;
}
.service_blogs .our_service_image_contant {
    float: left;
    padding: 1em 0;
    max-width: 400px;
}
.service_blogs .our_service_overall {
    float: left;
    padding: 10px 0;
}
.service_blogs .our_service_image {
    margin-right: 50px;
}
.our_service_overall.right .our_service_image {
    margin-left: 0px;
	margin-right: 50px;
}

.service_detail_image {
    float: left;
    width: 50%;
}
.service_area_detail_image {
    float: left;
    width: 50%;
}




}

@media only screen and (max-width:767px) {	
.contact_contant_left {
    float: left;
    width: 100%;
}
.contact_contant_right {
    float: left;
    width: 100%;
    margin-top: 2em;
}
.contact_contant_left h2 {
    padding-top: 0;
    font-size: 28px;
}
.contact_contant_left {
    padding-right: 0px;
}

/* faq */
.inner_faq_wrapper {
    float: left;
    width: 100%;
}
.faq_left {
    float: left;
    width: 100%;
}
.faq_right {
    float: left;
    width: 100%;
}
.faq_left h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.faq_title p {
    max-width: unset;
    padding: 0 15px;
}
.accordion-container {
    padding-left: 15px;
}
.faq_wrapper {
    padding-bottom: 0px;
}
.faq_wrapper {
    display: flex;
    flex-direction: column;
}
.faq_title {
    order: 1;
}
.faq_left {
    order: 3;
}
.faq_right{
 padding-top: 1em;
    order: 2;
}
.inner_service_area_wrapper {
    float: left;
    width: 100%;
}
.service_area_contant_wrapper {
    float: left;
    width: 100%;
}
.service_area_title {
    float: left;
    width: 100%;
padding-bottom: 0px;
}
.service_area_list_content {
    float: left;
    width: 100%;
    position: unset;
}
.service_area_page_map {
    float: left;
    width: 100%;
}
.service_area_list {
    margin-bottom: 0px;
}
.mapouter {
    height: 380px;
}
.gmap_canvas {
   height: 380px;
}
.service_area_list_content ul li {
    max-width: 320px;
}
.about_title {
    float: left;
    width: 100%;
}
.title_left {
    float: left;
    width: 100%;
}
.title_right {
    float: left;
    width: 100%;
}
.tidal_wave_left {
    float: left;
    width: 100%;
}
.tidal_wave_right {
    float: left;
    width: 100%;
}
.tidal_wave_left h4 {
    max-width: unset;
}
.wave_image {
    float: left;
    width: 100%;
	text-align: center;
}
.wave_contant {
    float: left;
    width: 100%;
    padding-top: 3em;
}
.about_wrapper {
    float: left;
    width: 100%;
}
.tidal_wave_wrapper {
    float: left;
    width: 100%;
}

.about_ourservice_right h4 {
    left: 2em;
    right: -20px;
    bottom: -40px;
}
.about_ourservice_right {
    float: left;
    width: 100%;
}
.about_ourservice_left {
    float: left;
    width: 100%;
}
.wave_image img {
    height: 280px;
    width: 300px;
}
.wave_image_inner {
    height: 280px;
    width: 300px;
}
.about_wrapper {
    background-image: url(../images/innerpage/white-waves.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog_detail_contant {
    float: left;
    width: 100%;
}
.blog_detail_wrapper {
    float: left;
    width: 100%;
}
 .blog_detail_contant {
    display: flex;
    flex-direction: column;
}
.blog_detail_image {
    order: 1;
}
.blog_detail_inner_contant {
	 order: 2;
}
.blog_recent_post {
    order: 3;
}
.blog_detail_image {
    float: left;
    width: 100%;
}
.blog_recent_post {
    float: right;
    width: 100%;
    padding-left: 0;
}
.blog_detail_contant h1 {
    font-size: 20px;
    padding: 0px;
}
.blog_detail_contant h4 {
    font-size: 18px;
    line-height: 16px;
}
.blog_detail_contant p {
    padding: 5px 0;
}
.post_contant {
    width: 70%;
}
.blog_recent_post h2 {
    padding-bottom: 10px;
}
.blog_detail_wrapper {
    padding-bottom: 0;
}
.service_area_detail_wrapper {
    float: left;
    width: 100%;
}
.service_area_detail_image {
    height: 300px;
}
.service_area_detail h1 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
}
.service_area_detail h2 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
}
.service_area_detail p {
    font-size: 16px;
    line-height: 24px;
}
.service_area_detail h4 {
    font-size: 13px;
    margin: 0;
}
.service_area_detail_image.right {
    margin-left: 0px;
    float: left;
	margin-right: 20px;
}
.our_service {
    float: left;
    width: 100%;
}
.service_area_blogs .testimonial {
    float: left;
    width: 100%;
}
.our_service_overall {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.our_service_image_contant h6 {
    font-size: 16px;
    line-height: 10px;
    padding: 15px 0;
}
.service_area_detail h4 {
    font-size: 16px;
}
.service_area_blogs .testimonial {
    padding: 20px 0;
}
.service_detail_image.right {
    margin-left: 0;
    float: left;
	width:100%
}
.service_area_detail h4 {
    line-height: 25px;
}
.great_reason_overall {
    float: left;
    width: 50%;
}
.service_blogs .our_service_overall {
    float: left;
    padding: 10px 10px;
}
.service_area_list_content {
    height: 590px;
}
.service_area_list_content ul {
    height: 491px;
}
.service_area_list_content ul {
    padding-top: 0;
    margin-top: 3em;
}
}
@media only screen and (max-width:480px) {
    form .name, form .email, form .phonenumber, form .pincode, .message {
         padding: 0 0;   
    }
    .title_right p {
        font-size: 16px;
        line-height: 24px;
    }
    .service_area_detail p {
        font-size: 16px;
    }    
    .about_ourservice_left p {
        font-size: 16px;
        line-height: 24px;
    }
    .service_blogs .our_service_overall {
        padding: 10px 0px;
    }
    .innerbanner_content.servicedetail_banner {
        display: none;
    }
    .innerbanner_content.long_title {
        display: none;
    }
    .service_blogs .our_service_image {
        margin-right: 0; 
        float: left;
        /* background-color: #2e74b7;
        padding: 5px; */
        border-radius: 20px;
    }
    .service_blogs .our_service_image img {
        height: 200px;
        border-radius: 20px;
        /* -webkit-clip-path:unset;
        clip-path: unset; */
    }
    .our_service_overall.right .our_service_image {
        margin-right: 0; 
        float: left;
        /* background-color: #2e74b7;
        padding: 5px; */
        border-radius: 20px;
        margin-left: 0px;
    }
    .service_blogs .our_service_overall.right .our_service_image img {
        height: 200px;
        border-radius: 20px;
        /* -webkit-clip-path:unset;
        clip-path: unset; */
    }
.inner_contact_header p {
    max-width: unset;
}
.get_touch_add {
    float: left;
    width: 100%;
padding-bottom:10px;
}
.get_touch_phn {
    float: left;
    width: 100%;
}
.get_touch_add p {
    max-width: 170px;
    padding: 7px 0;
}
.contact_contant_right {
    margin-top: 0em;
    padding: 15px;
}

/* faq */
.faq_title h1 {
    font-size: 20px;
    padding: 15px 0;
}
.faq_right img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.faq_right:after {
    height: 230px;
    width: 240px;
}
.service_area_list_content ul li a {
    font-size: 16px;
    padding: 12px 45px;
}
.service_area_list_content ul li:before {
    height: 23px;
    width: 17px;
    background-size: cover;
    left: 10px;
    top: 10px;
}
.service_area_list_content ul li:after {
    right: 15px;
    top: 15px;
}
.service_area_list_content {
    height: 470px;
}
.service_area_list_content ul li {
    float: left;
    width: 90%;
}
.mapouter {
    height: 320px;
}
.gmap_canvas {
     height: 320px;
}
.service_area_title h1 {
    font-size: 23px;
    padding: 10px 0;
}
.service_area_list_content ul {
    float: left;
    width: 100%;
}
.title_left h1 {
    font-size: 22px;
    padding: 15px 0;
}
.about_title {
    padding: 15px 0;
}
.about_ourservice_wrapper {
    padding: 15px 0;
}
.about_iframe iframe {
    height: 250px;
    width: 100%;
}
.about_ourservice_right h4 {
    left: 0em;
    right: 0;
    bottom: 0;
	font-size: 15px;
	padding: 15px;
}
.about_ourservice_left h4 {
    font-size: 22px;
}
.about_ourservice_left ul li {
    font-size: 16px;
    padding: 5px 0;
}
.tidal_wave_header p {
    font-size: 16px;
    line-height: 24px;
}
.tidal_wave_left ul li {
    font-size: 15px;
}
.wave_contant p, .about_inner p {
    font-size: 16px;
    line-height: 24px;
}   
.wave_contant {
    padding-left: 0;
}     
.about_ourservice_left ul li:before {
    height: 15px;
    width: 15px;
    left: -25px;
    top: 10px;
}
.tidal_wave_header {
    padding: 15px 0;
}
.tidal_wave_right h5 {
    font-size: 18px;
}
.tidal_wave_left a {
    margin-bottom: 15px;
}
.tidal_wave_left ul {
    padding-bottom: 15px;
}
.wave_image img {
	height: 200px;
	width: 250px;
	 margin-top: 10px;
	margin-left: 10px;
}
.wave_image_inner {
   height: 200px;
	width: 250px;
}
.blog_detail_image img {
    height: 190px;
}
.blog_detail_image_inner:after {
   height: 190px;
}
.blog_detail_wrapper {
    padding-top: 35px;
}
.blog_detail_contant h1 {
    font-size: 18px;
    line-height: 25px;
    /* font-size: 22px; */
    line-height: 29px;
    position: absolute;
    /* bottom: 0; */
    transform: unset;
    text-align: center;
    /* width: 100%; */
    left: 0;
    background-color: rgb(31 115 179 / 74%);
    font-size: 24px;
    padding: 10px 15px 5px 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Brother-1816-Regular';
    top: -135px;
    height: 100px;
    margin-left: -15px;
    margin-right: -15px;
}
.blog_load {
    float: left;
    width: 100%;
}
.blog_detail_contant span {
    font-size: 16px;
}
.blog_detail_contant h4 {
    font-size: 16px;
}
.post_contant {
    width: 100%;
	padding-left:0;
}
.blog_detail_contant .post_contant h4 {
    font-size: 14px;
}
.blog_detail_contant .post_contant p {
    font-size: 12px;
}
.post_contant {
    padding: 10px 0;
}
.service_area_detail_image img {
    height: 200px;
}
.service_area_detail_image {
    height: 244px;
}
.service_area_detail h2 {
	font-size: 26px;
    line-height: 32px;
}
.service_area_detail p strong {
    font-size: 18px;
    line-height: 24px;
}
.service_area_detail p strong {
    font-size: 18px;
    line-height: 24px;
}
.service_area_detail h1 {
    /* font-size: 22px; */
    line-height: 29px;
    position: absolute;
    /* bottom: 0; */
    transform: unset;
    text-align: center;
    /* width: 100%; */
    left: 0;
    background-color: rgb(31 115 179 / 74%);
    font-size: 24px;
    padding: 10px 15px 5px 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Brother-1816-Regular';
    top: -99px;
    height: 100px;
    margin-left: -15px;
    margin-right: -15px;
}
.service_area_detail h4 {
    line-height: 22px;
    padding: 10px 0;
}
.our_service_overall {
    float: left;
    width: 100%;
}
.service_area_detail {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}
.service_area_blogs ul.slick-dots {
    padding-bottom: 0;
}
.service_detail_image img {
    height: 220px;
}
.service_detail_image {
    margin-right: 0;
    height: 280px;
}
.great_reason h2 {
    font-size: 16px;
}
.great_reason_overall {
    float: left;
    width: 50%;
    padding: 5px;
}
.great_reason_content {
    padding: 5px;
}
.service_area_detail .service_detail_image {
    float: left;
    width: 100%;
    order: 2;
}
.service_area_detail .service_detail_image.right {
    order: 4;
} 
.service_area_detail .third_content {
    order: 5;
}
.service_area_detail .service_blogs {
    order: 6;
}
.service_area_detail_image {
	 float: left;
    width: 100%;
    order: 2;
}
.blog_detail_contant .first_content {
    order: 1;
}
.blog_detail_contant .blog_detail_image {
    order: 3;
}
.blog_detail_contant .second_content {
    order: 4;
} 
.blog_detail_contant .blog_recent_post {
    order: 5;
}
.blog_detail_contant span {
    order: 2;
}
.service_area_detail .first_content {
    order: 1;
} 
.service_area_detail .second_content {
    order: 3;
}

/* .first_content {
    order: 1;
}
.second_content {
    order: 3;
}
.third_content {
    order: 4;
} */
.service_area_blogs {
    order: 5;
}
.service_area_list_content ul {
    height: 395px;
}


}
	
	

