/*
Theme Name: Allinsurance Theme
Theme URI: http://siteurl.com
Description: The Allinsurance Theme based on the famous Wordpress CMS.
Version: 1.0
Author: Allinsurance
*/

/* normal */
/*Global CSS*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { margin: 0px; padding: 0px; color: #000; font-size: 16px; font-family: "Poppins", serif; background: #FFF; }
.clear { height: 0px; overflow: hidden; clear: both; }
p { padding-bottom: 15px; line-height: 24px; }
a { color: #000; }
a:hover { text-decoration: none; }
h1,h2,h3,h4,h5,h6 { padding-bottom: 20px; font-weight: 600;color:#000; }
h1 { font-size: 26px; }
h2 { font-size: 40px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 12px;font-weight: 500;text-transform: uppercase;line-height: 1.8em;letter-spacing: 0.2em; color: #0bd5c7;}
h6 { font-size: 16px; }
ul, ol { padding: 0px 0px 20px 15px; }
img { max-width: 100%; height: auto; }
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select { padding: 8px 10px; border: 1px solid #c8c3c3; font-size: 16px; outline: none; }
input[type="submit"], input[type="button"] { background: #666; padding: 10px; color: #fff; border: 0; cursor: pointer;  }
.owlslider, .owlslider li { margin: 0; padding: 0; list-style: none; list-style-type: none; }
.pageerror { text-align: center; padding: 150px 0; }

/* Wrapper */
#wrapper { float: left; width: 100%; overflow: hidden; }

	/* layout */
#layout { width: 100%; position: relative; }
.wrapper { max-width: 1250px; margin: 0 auto; position: relative; padding: 0 10px; }
	
/* header */
#header { padding: 0; position: fixed; z-index: 10; background: #fff;float:left;width:100%;border-bottom: 1px solid #dedede; }
.fixed { padding-top: 200px; }
.fixed #header { position: fixed; left: 0; top: 0; width: 100%; }
.logo { float: left;width:20%; }
.logo img{width: 150px;display: block;padding: 10px 0;}
	
/* topBar */
.topBar { overflow: hidden; }
.topBar ul { list-style: none; overflow: hidden; float: right; }
.topBar li { padding-left: 5px; float: left; }
.topBar li a { -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
.topBar li a:hover img { opacity: 0.8; }

/* menuBar */
.menuBar {float: left;width: 60%;text-align: right;}
.menuBar a.mobilemenu { display: none; }
.menuBar ul { padding: 0px; list-style: none; }
.menuBar li { padding: 34px 11px 34px 15px;position: relative;line-height: 30px;display: inline-block;font-size: 14px; }
.menuBar li a { text-decoration: none;font-weight:600; }
.menuBar li a:hover, .menuBar li.active a { color: #08205a; }
.menuBar ul > li.menu-item-has-children { padding-right: 15px; }
.menuBar ul > li.menu-item-has-children > a { padding-right: 25px; background: url('images/arrow-down.png') right no-repeat; }
.menuBar li ul { position: absolute; left: 0px; top: 30px; width: 180px; background: #999; }
.menuBar li li { padding: 0px; float: none; width: auto; border: 0px; border-bottom: #CCC solid 1px; }
.menuBar li li.menu-item-has-children > a { background: url('images/arrow-right.png') right no-repeat; }
.menuBar li li a { padding: 3px 20px; display: block; color: #FFF; }
.menuBar li li a:hover { color: #eee; }
.menuBar li li ul { left: 100%; top: 0px; }
.menuBar li ul { display: none; }
.menuBar li:hover ul { display: block; }
.menuBar li:hover li ul { display: none; }
.menuBar li:hover li:hover ul { display: block; }
.menuBar a.close { display: none; }



.calling{float:left;width:20%;padding: 26px 0;text-align:right;}
.calling a {background: transparent;color: #08205a;padding: 8px 15px;border-radius: 30px;border: 2px solid #08205a;text-decoration: none;font-weight: 600;display: inline-block;}
	
	/* home banner */

a.btn{border:2px solid #08205a;padding: 8px 20px;width: 200px;display: inline-block;background: #08205a;text-align: center;text-decoration: none;border-radius:30px;color: #fff;margin:20px 20px 0 0;}

#homeBanner {float: left;width: 100%;    margin-top: 90px;}


.all_service{float: left;width: 100%;padding: 60px 0;text-align: center;}
.all_service .ser_card{float: left;width:17.99%;padding: 20px;text-align: left;box-shadow: 0px 4px 4px 0px #00000040;border-radius: 10px;margin: 1%;border: 1.06777px solid #d6d6d6;-webkit-transition: all linear 0.2s;-moz-transition: all linear 0.2s;-o-transition: all linear 0.2s;transition: all linear 0.2s;text-align: center;}
.all_service .ser_card:hover{webkit-transition: all linear 0.2s;-moz-transition: all linear 0.2s;-o-transition: all linear 0.2s;transition: all linear 0.2s;transform: translate(0,-4px);box-shadow: 0px 4px 4px 0px #00000040;}
.all_service .ser_card img{width: 60px;text-align: center;}
.all_service .ser_card h4{font-size: 18px;font-weight: 600;}

.about_us{float: left;width: 100%;padding: 60px 0;background: #f5f5f5;}
.about_us .left{float: left;width: 45%;}
.about_us .left img{border: 1.06777px solid #d6d6d6;border-radius: 10px;display: inline-block;box-shadow: 0px 4px 4px 0px #00000040;}
.about_us .right{float: left;width: 55%;padding-left: 40px;}

.details_service{float: left;width: 100%;padding: 60px 0;}
.details_service h5{text-align: center;}
.details_service h2{text-align: center;}
.details_service .item{border: 1.06777px solid #d6d6d6;border-radius: 10px;display: inline-block;box-shadow: 0px 4px 4px 0px #00000040;background: #f5f5f5;}
.details_service .item img{border-radius: 10px;display:block;}
.details_service .btm_sec{background: #f5f5f5;padding: 10px;}
.details_service .btm_sec a{text-decoration: none;}
.details_service .owl-controls{text-align: center;margin-top: 30px;}
.details_service .owl-dot{width: 40px;height: 8px;border-radius: 10px;display: inline-block;background: #08205a;margin: 0 3px;}
.details_service .owl-dot.active {background: #dd2b1c;}


.why_choose{float: left;width: 100%;padding: 60px 0;border-top: 1px solid #f1f1f1;}
.why_choose .left{float: left;width: 55%;padding-right: 40px;}
.why_choose .right{float: left;width: 45%;padding-top: 30px;}
.why_choose .right img{border: 1.06777px solid #d6d6d6;border-radius: 10px;display: inline-block;box-shadow: 0px 4px 4px 0px #00000040;}



.testimonial{float: left;width: 100%;padding: 60px 10%;text-align: center;}
.testimonial p{padding-top: 30px;}
.testimonial i.fa-solid {color:#f7df3d !important}
.testimonial .owl-dot{width: 40px;height: 8px;border-radius: 10px;display: inline-block;background: #08205a;margin: 0 3px;}
.testimonial .owl-dot.active {background: #dd2b1c;}


.faq{float: left;width: 100%;padding: 60px 0;background: #08205a;}
.faq h2{text-align: center;color: #fff;}
.faq p{color: #fff;text-align: center;padding-bottom: 30px;}
.faq .left{float: left;width: 50%;padding-right: 10px;}
.faq .right{float: left;width: 50%;padding-left: 10px;}
.faq .faq_card{float: left;width: 100%;}
.faq .faq_card p{text-align:left;}
.faq .accordion {width:100%;background: #FFF0F0;padding: 10px;border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.faq .accordion-item {margin-bottom: 10px;}
.faq .accordion-button {width: 100%;padding:15px 10px;background: #fff;color:#000;font-size: 16px; font-family: "Poppins", serif;font-weight:600;border: none;text-align: left;cursor: pointer;outline: none;border-radius: 5px;display: flex;justify-content: space-between;align-items: center;position: relative;transition: background 0.3s ease-in-out;}
.faq .accordion-button::after {content: '+';position: absolute;right: 10px;font-size: 18px;transition: transform 0.3s ease-in-out;color:#dd2b1c;}
.faq .accordion-button.active::after {content: '-';transform: rotate(180deg);}
.faq .accordion-content {max-height: 0;overflow: hidden;opacity: 0;transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;padding:5px;text-align: left;font-weight: 500;}
.faq .accordion-content.show {opacity: 1;max-height: 300px;}

.home_contact{float: left;width: 100%;padding: 60px 15%;}
.home_contact h2{text-align: center;padding-bottom: 60px;}
.home_contact .med_field{float: left;width: 50%;padding: 10px 30px;}
.home_contact .med_field.comm{float: left;width: 100%;}
.home_contact input{border: 1px solid #dedede;color: #666; font-size: 16px; font-family: "Poppins", serif;padding:10px;width: 100%;}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{width: 100%;padding: 10px;font-size: 16px; font-family: "Poppins", serif;color: #666;border: 1px solid #dedede;}
.home_contact textarea{border: 1px solid #dedede;color: #666; font-size: 16px; font-family: "Poppins", serif;padding:10px;width: 100%;height: 120px;resize: none;}
.home_contact textarea:focus-visible {outline: none;}
.home_contact .med_field.captcha{width: 100%;float: left;text-align: center;}
.captcha p{color: #dd2b1c;font-weight: 500;}

.med_field.captcha input.wpcf7-form-control.wpcf7-quiz {width: auto;border: 0;background: no-repeat;padding: 0;border-bottom: 1px dotted;}
.med_field.sub{text-align: center;float: left;width: 100%;}

input.wpcf7-form-control.wpcf7-submit.has-spinner{    background: #08205a;padding: 14px 30px;color: #fff;border-radius: 30px;
display: inline-block;text-decoration: none;margin-top: 10px;font-size: 20px;font-weight: 600;border: 2px solid #08205a;width: 350px;}
.wpcf7 form.sent .wpcf7-response-output{clear: both;text-align: center;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{clear: both;text-align: center;}
.time_main{float:left;width:100%;padding:60px 0;background:#08205a;text-align:center;}
.time_main h3{font-size: 20px;padding-bottom: 5px;line-height: 28px;color: #000;}
.time_main p{color:#fff;padding-bottom: 40px;}
.time_main .content p{color:#666;padding-bottom:5px;font-weight: 500;}
.time_main .content img{width: 60px;}
.time_main h2{color:#fff;font-size: 40px;line-height: 48px;}
.time_main .timeline {position: relative;max-width: 1290px;margin: 0 auto;}
.time_main .timeline::after {content: '';position: absolute;width: 6px;background-color: white;top: 0;bottom: 0;left: 50%;margin-left: -3px;}
.time_main .container {padding: 10px 40px;position: relative;background-color: inherit;width: 50%;}
.time_main .container::after {content: '';position: absolute;width: 25px;height: 25px;right: -17px;background-color: white;border: 4px solid #0bd5c7;top: 0px;border-radius: 50%;z-index: 1;}
.time_main .left {left: 0;}
.time_main .right {left: 50%;}
.time_main .left::before {content: " ";height: 0;position: absolute;top: 22px;width: 0;z-index: 1;right: 30px;border: medium solid white;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent white;}
.time_main .right::before {content: " ";height: 0;position: absolute;top: 22px;width: 0;z-index: 1;left: 30px;border: medium solid white;border-width: 10px 10px 10px 0;border-color: transparent white transparent transparent;}
.time_main .right::after {left: -16px;}
.time_main .content {padding: 20px 30px;background-color: white;position: relative;border-radius: 6px;text-align: left;}


.service-inner-page{float: left;width: 100%;margin-top: 90px;}
.my_service{float: left;width: 100%;padding:0 0 60px 0;}
.my_service .new_ser_card{float: left;width:48%;box-shadow: 0px 4px 4px 0px #00000040;border: 1.06777px solid #d6d6d6;border-radius: 10px;padding: 30px 20px;margin: 1%;min-height: 450px;border-left: 4px solid #0bd5c7;}
.row{display: flex;flex-wrap: wrap;justify-content: center;text-align: center;}




/*infinite*/
 
.our_prtner{float:left;width:100%;text-align:center;background: #f5f5f5;padding:60px 0;}

/* Animations */
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}


.custom_web_infinite {overflow: hidden;padding: 0;white-space: nowrap;position: relative;}
.custom_web_infinite::before,
.custom_web_infinite::after {position: absolute;top: 0;width: 250px;height: 100%;content: "";z-index: 2;pointer-events: none;}
.custom_web_infinite::before {left: 0;}
.custom_web_infinite::after {right: 0;}
.custom_web_infinite:hover .custom_web_infinite_slide {animation-play-state: paused;}
.custom_web_infinite_slide {display: inline-block;}
.slide-left .custom_web_infinite_slide {animation: slide-left 35s linear 1 forwards;}
.custom_web_infinite_slide img {margin: 0 20px;border: 1.06777px solid #d6d6d6;padding: 10px;border-radius: 10px;width: 100px;box-shadow: 0px 4px 4px 0px #00000040;background: #fff;}

.policy_pages{float: left;width:100%;padding: 60px 0;}
.policy_pages h1{font-size: 40px;}
.policy_pages h2{font-size: 20px;}

.top-footer{float: left;width: 100%;padding: 60px 0;background: #f5f5f5;}
.top-footer .ft-card{float: left;width:25%;padding: 10px;}
.social.home {padding: 0px;}
.top-footer .ft-card img{ width: 180px;display: block;padding-bottom: 10px;}
.top-footer .ft-card h3{color: #08205a;font-weight: 600;padding-bottom: 30px;}
.top-footer .ft-card ul{padding: 0;}
.top-footer .ft-card p{color: #000;font-size: 14px;}
.top-footer .ft-card ul li{list-style: none;line-height: 30px;}
.top-footer .ft-card ul li a{color: #000;text-decoration: none;font-size: 14px;}
.top-footer .ft-card ul li a:hover{color:#08205a;}
.social{float: left;width: 100%;}
.social ul li{float: left;}
.top-footer .fa-brands, .fab {font-weight: 400;font-size: 30px;padding-right: 15px;color: #08205a;}
.top-footer .fa-solid{color: #08205a;}
.top-footer .ft-card.last ul li a{padding-left:10px;}


.copy{float: left;width: 100%;padding: 0;background: #f5f5f5;;}
.copy p{padding: 10px 0;text-align: center;color: #000;border-top: 1px solid #000;font-size: 13px;font-weight: 400;}
	
	
/* content */
#content { overflow: hidden; width: 100%; }
	

	
/* copy bar */
.copyBar { width: 320px; }
	
	
	/* right side */

	
		/* sideBar */
		.sideBar .widget { margin-bottom: 20px; }
		.sideBar ul { padding: 0 0 0 0; list-style: none; overflow: hidden; }
		.sideBar li { padding: 8px 0; line-height: 18px; border-top: #ddd solid 1px; }
		.sideBar li:first-child { border: 0px; }
		.sideBar li a { text-decoration: none; }
		.sideBar h3 { padding-bottom: 15px; }

		/* footer */
	
	
	/* fullPart */
 	#fullPart { float: left; width: 100%; }
	
	
/* Begin Images */
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left; }
/* End Images */

/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
#commentform input { width: 100%; margin: 5px 5px 1px 0; }
#commentform { margin: 5px 10px 0 0; }
#commentform textarea { width: 100%; padding: 2px; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#commentform #submit { margin: 0 0 5px auto; width: auto; float: right; }
.commentlist li,
#commentform input,
#commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li ul li { font-size: 1em; }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
.commentlist cite,
.commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; }
#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentmetadata { font-weight: normal; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 10px; padding: 5px 5px 10px 10px; list-style: none; }
.commentlist li ul li { margin-right: -5px; margin-left: 10px; }
.commentlist p { margin: 10px 5px 10px 0; }
.children { padding: 0; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; display: block; }
/* End Comments */

/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }
#wp-calendar #prev a,
#wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
.hidden { display: none; }
.screen-reader-text { position: absolute; left: -1000em; }
hr { display: none; }
a img { border: none; }
.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }
/* End Various Tags & Classes*/

/* Captions */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
/* End captions */

	
		
		/* footer */
		#footer { padding: 20px 0; overflow: hidden; border-top: #999 solid 1px; } 
		#footer p { float: left; }
		#footer span { float: right; }


/* Responsive Css Start */


@media only screen and (max-width: 1120px) {
.wrapper{max-width:97%;}
.all_service .ser_card h4{font-size:16px;}
.details_service .btm_sec h4{font-size:16px;}
.home_contact{padding: 60px 10%;}
}


@media only screen and (max-width: 1020px) {
.calling a{padding: 8px 10px;}	
.all_service .ser_card h4{font-size: 14px;}
.faq .left{width: 100%;padding-right: 0;}
.faq .right{width: 100%;padding-left: 0;}
.home_contact{padding: 60px 0%;}
	
}
		
@media only screen and (max-width: 767px) {
	
	#header { padding-top: 0; }
	#header a.mobilemenu { padding: 0 65px 0 0; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; display: block; text-decoration: none; font-weight: bold; position: absolute; left: 0px; top: 25px; line-height: 40px; text-transform: uppercase; text-align: right; color: #08205a; font-size: 0px;  }
	#header a.mobilemenu:before, #header a.mobilemenu:after, #header a.mobilemenu span { width: 35px; height: 3px; display: block; position: absolute; right: 15px; top: 10px; content: ""; background: #08205a; }
	#header a.mobilemenu:after { top: auto; bottom: 10px; }
	#header a.mobilemenu span { top: 18px; }
	.mm-opened a.close { display: block; }
	.menuBar a.close { width: 50px; height: 20px; font-size: 0px; position: absolute; left: 20px; top: 9px; z-index: 8888;display:none; }
	.menuBar a.close:before, .menuBar a.close:after { width: 30px; height: 3px; display: block; position: absolute; left: 0px; top: 10px; content: ""; background: #08205a; -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
	.menuBar a.close:after { -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); }
	
	.menuBar { padding: 0px; }
	.menuBar ul { display: none; position: absolute; left: 0px; top: 42px; z-index: 10; width: 100%; background: #aaa; }
	.menuBar li { padding: 0px; float: none; border: 0px; }
	.menuBar li a { padding: 5px 15px; display: block; border-bottom: #FFF solid 1px; }
	.menuBar li a:hover, .menuBar li.active a { background: #999; }
	.menuBar ul > li.dropdown { padding-right: 0px; }
	.menuBar ul > li.dropdown > a { padding-right: 0px; background: url('../images/arrow-down.png') 95% center no-repeat; }
	.menuBar ul > li.dropdown > a:hover, .menuBar ul > li.dropdown.active > a { padding-right: 0px; background: #999 url('../images/arrow-down.png') 95% center no-repeat; }
	.menuBar li ul { position: static; left: 0px; top: 0px; width: 100%; }
	.menuBar li:hover ul { display: none; }
	.menuBar li li { border: 0px; }
	.menuBar li li a { padding-left: 40px; }
	.menuBar li li li a { padding-left: 60px; }
	
	#lefttPart { width: 100%; float: left; margin-bottom: 20px; }
	#rightPart { width: 100%; float: left; }

	.topBar ul { padding: 0px; padding-top: 20px; text-align: center; float: none; }
	.topBar ul li { display: inline; float: none; }
	
	#footer { text-align: center; }
	#footer p, #footer span { float: none; }
	
	
	.calling{display:none;}
	
	
	.all_service .ser_card{width: 48%;}
	.about_us .left{width:100%;}
	.about_us .right{width: 100%;padding-left: 0;padding-top: 30px;}
	.why_choose .left{width: 100%;padding-right: 0;}
	.why_choose .right{width:100%;}
	.why_choose .right img{width:100%;}
	.home_contact h2{padding-bottom: 30px;}
	.home_contact .med_field{padding:10px;}
	.top-footer .ft-card{width: 50%;}
	
		
}


 
@media only screen and (min-width: 768px) {
	
	.mm-menu.mm-current { display: none !important; }
	html.mm-opening .mm-slideout { transform: translate(0px, 0px) !important; -webkit-transform: translate(0px, 0px) !important; }
	html.mm-opened { overflow: visible !important; }
	html.mm-opened body { overflow: visible !important; }
	#mm-blocker { display: none !important; }
	
}


@media only screen and (max-width: 639px) {
	
	#homeBanner a.flex-prev, #homeBanner a.flex-next { display: none; }
	
}


@media only screen and (max-width: 600px) {
.logo{width:50%;}
h2{font-size: 30px;line-height: 38px;}
#homeBanner img{min-height:250px;}
.all_service .ser_card{width: 100%;margin: 10px 0;}
.all_service .ser_card h4{font-size: 18px;}
a.btn{width: 100%;margin: 10px 0;}
.time_main h2{font-size: 30px;line-height: 38px;}
.time_main{padding: 60px 3%;}
.time_main .container{width: 100%;} 
.time_main .right{width: 100%;left: 0px;}
.time_main .left{width: 100%;}
.time_main .container::after{left: 0;}
.time_main .timeline::after{left: 16px;}
.top-footer .ft-card{width: 100%;padding: 0px;}
.home_contact .med_field{width:100%;}
input.wpcf7-form-control.wpcf7-submit.has-spinner{padding: 8px 20px;width: 100%;font-size: 16px;}
.top-footer .ft-card h3{padding-bottom: 10px;}
.my_service .new_ser_card{width: 100%;margin:10px 0;}

}