@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{position: absolute;
bottom:0px;
    /*bottom: -25px;*/
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;}
	
	
.testimonial .slick-dots
{position: absolute;
    bottom: 35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;}
	


.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}







/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/




.slideCopy-container {
  position: relative;
  height: 100%;
  width: 100%;
}



.slick-prev {
  left: 20px;
  color: black;
  z-index: 1000;
}

.slick-next {
  right: 20px;
  z-index: 998;
}

.slick-dots li button::before {
  font-size: 45px;
}

.testimonial .slick-list.draggable{ height:360px;}

@media screen and (min-device-width: 320px) and (max-device-width: 345px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}


	}	
@media screen and (min-device-width: 346px) and (max-device-width: 359px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}

	}
@media screen and (min-device-width: 360px) and (max-device-width: 374px) {	
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}

	
	}	
@media screen and (min-device-width: 375px) and (max-device-width: 383px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}
	}
@media screen and (min-device-width: 384px) and (max-device-width: 389px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}

	
	
	}
@media screen and (min-device-width: 390px) and (max-device-width: 399px) {
	.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}
	
	
	 }
@media screen and (min-device-width: 400px) and (max-device-width: 410px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}
	
	
	
	

	}
@media screen and (min-device-width: 411px) and (max-device-width: 413px) {

.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}

	}
@media screen and (min-device-width: 414px) and (max-device-width: 416px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}
	}
@media screen and (min-device-width: 417px) and (max-device-width: 520px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}
	
	}
@media screen and (min-device-width: 521px) and (max-device-width: 567px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}	

	}

@media screen and (min-device-width: 568px) and (max-device-width: 599px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}	
	
}
@media screen and (min-device-width: 600px) and (max-device-width: 639px) {
.slider {position: relative; height: 540px; background: #FFFFFF; color: white;}
.slick-slide {height: 540px;}
.slideCopy-content { top: 50%;left: 50%;padding:120px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width:98%;}
.banner_title {color: #2a2a2a;font-size: 24px;font-family: 'product_sansbold';line-height: 30px;font-weight:600;margin:6px 0px 12px 0px;}
.banner_lists li {margin: 0.3em 0; color:#065ca9; font-size:15px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin:25px 0px 25px 0px !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:55px;}
.company_logo {margin-top: 25px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 43%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.number{ display:none !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right: 98px !important;	margin-top: 13px !important;width: 75px;overflow: hidden;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.callme {background: #fff;padding: 4px 6px 4px 6px;width: 100%;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button{width:60px; overflow:hidden; font-size:12px;}
.getaquot {padding: 6px 23px !important;}
.col-5 {flex: 0 0 auto;	width:99% !important; padding:5px;}
.hotline {width: 28px !important;height: 33px;position: absolute;right: 96px;margin-top: 14px;z-index: 99; overflow:hidden;}	
	
	
	
}
@media screen and (min-device-width: 640px) and (max-device-width: 699px) {
.slider {position: relative; height: 570px; background: #FFFFFF; color: white;}
.slick-slide {height: 570px;}
.slideCopy-content { top: 50%;left: 50%;padding:130px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width: auto !important;}
.banner_title {color: #2a2a2a;font-size: 35px;font-family: 'product_sansbold';line-height: 40px;font-weight:500;}
.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:18px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin: 0.5em 0 .5em 0 !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:70px;}
.company_logo {margin-top: 10px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.navbar{ height:auto;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 38%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.hotline {width:28px !important; height:33px; position:absolute; right:227px; margin-top:5px;}
.number{ display:block !important;}
.menu_bg {float: left !important; width:100% !important;}
.dropdown-menu {left: -135px !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right:0px !important;margin-top: -59px !important;width:127px;overflow: hidden;}
.navbar-toggler{ width:100% !important; text-align:left !important;}
#navbarTogglerDemo01 {background: #FFFFFF;	border: solid 1px #d3d3d3;padding-bottom: 25px; position:fixed; width:100% !important; left:0px !important; top:35px !important; text-align:left; z-index:9; padding:0px !important;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.navbar-toggler{width:32px !important;position:absolute !important;margin-top:-7px !important;right:0;padding:3px !important;}

.callme {background: #fff;padding: 4px 6px 4px 27px;width: 120%;margin-left: -42px;}
.navbar-toggler{ font-size:1.0rem !important;}
.navbar-toggler-icon{ height:1.2em !important;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button {background: #7fce00;color: #FFFFFF;border: none;padding: 2px 0px 4px 0px !important;margin-top: 2px;line-height: 16px;font-size: 14px !important;font-weight: 600;width:135px !important;overflow:hidden;}

.cll {width: 155px !important;}	
.blog .section-heading {text-align: center;	margin-bottom: 20px !important;}
.contact-us .section-heading {text-align: center;margin-bottom: 20px !important;}
.quotebx{ width:100% !important; float:none !important; margin-top:10px; height:60px !important;}	
.getaquot{ width:auto !important; }
.btns-large {
	line-height: 30px !important;
	width: 43% !important;
	height: 46px !important;
	font-size: 17px !important;
	font-weight: 600;
}
.container{	max-width: 600px!important;}
	 }
@media screen and (min-device-width: 700px) and (max-device-width: 767px) {
.slider {position: relative; height: 570px; background: #FFFFFF; color: white;}
.slick-slide {height: 570px;}
.slideCopy-content { top: 50%;left: 50%;padding:130px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width: auto !important;}
.banner_title {color: #2a2a2a;font-size: 35px;font-family: 'product_sansbold';line-height: 40px;font-weight:500;}
.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:18px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin: 0.5em 0 .5em 0 !important;}
.banner_list {float: none !important;width: 100% !important;}
.getaquote {float: none !important;	width: 100%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:33.33%; height:70px;}
.company_logo {margin-top: 10px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.navbar{ height:auto;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 32%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.hotline {width:28px !important; height:33px; position:absolute; right:227px; margin-top:5px;}
.number{ display:block !important;}
.menu_bg {float: left !important; width:100% !important;}
.dropdown-menu {left: -135px !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
.pop_bg {position: absolute;right:0px !important;margin-top: -59px !important;width:127px;overflow: hidden;}
.navbar-toggler{ width:100% !important; text-align:left !important;}
#navbarTogglerDemo01 {background: #FFFFFF;	border: solid 1px #d3d3d3;padding-bottom: 25px; position:fixed; width:100% !important; left:0px !important; top:35px !important; text-align:left; z-index:9; padding:0px !important;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.navbar-toggler{width:32px !important;position:absolute !important;margin-top:-7px !important;right:0;padding:3px !important;}

.callme {background: #fff;padding: 4px 6px 4px 27px;width: 120%;margin-left: -42px;}
.navbar-toggler{ font-size:1.0rem !important;}
.navbar-toggler-icon{ height:1.2em !important;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button {background: #7fce00;color: #FFFFFF;border: none;padding: 2px 0px 4px 0px !important;margin-top: 2px;line-height: 16px;font-size: 14px !important;font-weight: 600;width:135px !important;overflow:hidden;}

.cll {width: 200px !important;}	
.blog .section-heading {text-align: center;	margin-bottom: 20px !important;}
.contact-us .section-heading {text-align: center;margin-bottom: 20px !important;}
.quotebx{ width:100% !important; float:none !important; margin-top:10px; height:60px !important;}	
.getaquot{ width:auto !important; }
.btns-large {
	line-height: 30px !important;
	width: 43% !important;
	height: 46px !important;
	font-size: 17px !important;
	font-weight: 600;
}
.container{	max-width: 660px!important;}
}

@media screen and (min-device-width: 768px) and (max-device-width: 799px) {
.slider {position: relative; height: 570px; background: #FFFFFF; color: white;}
.slick-slide {height: 570px;}
.slideCopy-content { top: 50%;left: 50%;padding:130px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width: auto !important;}
.banner_title {color: #2a2a2a;font-size: 35px;font-family: 'product_sansbold';line-height: 40px;font-weight:500;}
.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:18px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin: 0.5em 0 .5em 0 !important;}
/*.banner_list {float: none !important;width: 100% !important;}*/

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:25%; height:70px;}
.company_logo {margin-top: 10px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.navbar{ height:auto;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 32%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.hotline {width:28px !important; height:33px; position:absolute; right:227px; margin-top:5px;}
.number{ display:block !important;}
.menu_bg {float: left !important; width:100% !important;}
.dropdown-menu {left: -135px !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
/*.pop_bg {position: absolute;right:0px !important;margin-top: -59px !important;width:127px;overflow: hidden;}*/

.pop_bg {
	position: relative;
	left: 100px !important;
	width: 134px;
	overflow: hidden;
	top: -5px;
}
.navbar-toggler{ width:100% !important; text-align:left !important;}
#navbarTogglerDemo01 {background: #FFFFFF;	border: solid 1px #d3d3d3;padding-bottom: 25px; position:fixed; width:100% !important; left:0px !important; top:35px !important; text-align:left; z-index:9; padding:0px !important;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.navbar-toggler{width:32px !important;position:absolute !important;margin-top:-7px !important;right:0;padding:3px !important;}

.callme {background: #fff;padding: 4px 6px 4px 6px;width: 45%;margin-left:0px; float:left !important;}
.navbar-toggler{ font-size:1.0rem !important;}
.navbar-toggler-icon{ height:1.2em !important;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button {background: #7fce00;color: #FFFFFF;border: none;padding: 2px 0px 4px 0px !important;margin-top: 2px;line-height: 16px;font-size: 14px !important;font-weight: 600;width:70px !important;overflow:hidden;}
.ticker__item{ font-size:17px !important;}

.cll {width: 120px !important;}	
.blog .section-heading {text-align: center;	margin-bottom: 20px !important;}
.contact-us .section-heading {text-align: center;margin-bottom: 20px !important;}
.quotebx{ width:100% !important; float:none !important; margin-top:10px; height:60px !important;}	
.getaquot{ width:auto !important; }
.btns-large {
	line-height: 30px !important;
	width: 95% !important;
	height: 46px !important;
	font-size: 17px !important;
	font-weight: 600;
}
.container{	max-width: 755px!important;}
.ticker__viewportbg {float: left !important;width: 55% !important;margin-right: 10px;}


.banner_list {float: left !important;width: 65% !important;}
.getaquote {float: left !important;	width: 30%;}
.list_boxbg {float: left;width: 320px;}
	
}
@media screen and (min-device-width: 800px) and (max-device-width: 833px) {
	.slider {position: relative; height: 570px; background: #FFFFFF; color: white;}
.slick-slide {height: 570px;}
.slideCopy-content { top: 50%;left: 50%;padding:130px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width: auto !important;}
.banner_title {color: #2a2a2a;font-size: 35px;font-family: 'product_sansbold';line-height: 40px;font-weight:500;}
.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:18px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin: 0.5em 0 .5em 0 !important;}
/*.banner_list {float: none !important;width: 100% !important;}*/

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:25%; height:70px;}
.company_logo {margin-top: 10px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.navbar{ height:auto;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 32%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.hotline {width:28px !important; height:33px; position:absolute; right:227px; margin-top:5px;}
.number{ display:block !important;}
.menu_bg {float: left !important; width:100% !important;}
.dropdown-menu {left: -135px !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
/*.pop_bg {position: absolute;right:0px !important;margin-top: -59px !important;width:127px;overflow: hidden;}*/

.pop_bg {
	position: relative;
	left: 100px !important;
	width: 134px;
	overflow: hidden;
	top: -5px;
}
.navbar-toggler{ width:100% !important; text-align:left !important;}
#navbarTogglerDemo01 {background: #FFFFFF;	border: solid 1px #d3d3d3;padding-bottom: 25px; position:fixed; width:100% !important; left:0px !important; top:35px !important; text-align:left; z-index:9; padding:0px !important;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.navbar-toggler{width:32px !important;position:absolute !important;margin-top:-7px !important;right:0;padding:3px !important;}

.callme {background: #fff;padding: 4px 6px 4px 6px;width: 45%;margin-left:0px; float:left !important;}
.navbar-toggler{ font-size:1.0rem !important;}
.navbar-toggler-icon{ height:1.2em !important;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button {background: #7fce00;color: #FFFFFF;border: none;padding: 2px 0px 4px 0px !important;margin-top: 2px;line-height: 16px;font-size: 14px !important;font-weight: 600;width:70px !important;overflow:hidden;}
.ticker__item{ font-size:17px !important;}

.cll {width: 120px !important;}	
.blog .section-heading {text-align: center;	margin-bottom: 20px !important;}
.contact-us .section-heading {text-align: center;margin-bottom: 20px !important;}
.quotebx{ width:100% !important; float:none !important; margin-top:10px; height:60px !important;}	
.getaquot{ width:auto !important; }
.btns-large {
	line-height: 30px !important;
	width: 95% !important;
	height: 46px !important;
	font-size: 17px !important;
	font-weight: 600;
}
.container{	max-width: 786px!important;}
.ticker__viewportbg {float: left !important;width: 55% !important;margin-right: 10px;}


.banner_list {float: left !important;width: 65% !important;}
.getaquote {float: left !important;	width: 30%;}
.list_boxbg {float: left;width: 320px;}

	
	
}
@media screen and (min-device-width: 834px) and (max-device-width: 899px) {
		.slider {position: relative; height: 570px; background: #FFFFFF; color: white;}
.slick-slide {height: 570px;}
.slideCopy-content { top: 50%;left: 50%;padding:130px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width: auto !important;}
.banner_title {color: #2a2a2a;font-size: 35px;font-family: 'product_sansbold';line-height: 40px;font-weight:500;}
.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:18px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin: 0.5em 0 .5em 0 !important;}
/*.banner_list {float: none !important;width: 100% !important;}*/

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:25%; height:70px;}
.company_logo {margin-top: 10px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.navbar{ height:auto;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 32%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.hotline {width:28px !important; height:33px; position:absolute; right:227px; margin-top:5px;}
.number{ display:block !important;}
.menu_bg {float: left !important; width:100% !important;}
.dropdown-menu {left: -135px !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
/*.pop_bg {position: absolute;right:0px !important;margin-top: -59px !important;width:127px;overflow: hidden;}*/

.pop_bg {
	position: relative;
	left: 100px !important;
	width: 134px;
	overflow: hidden;
	top: -5px;
}
.navbar-toggler{ width:100% !important; text-align:left !important;}
#navbarTogglerDemo01 {background: #FFFFFF;	border: solid 1px #d3d3d3;padding-bottom: 25px; position:fixed; width:100% !important; left:0px !important; top:35px !important; text-align:left; z-index:9; padding:0px !important;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.navbar-toggler{width:32px !important;position:absolute !important;margin-top:-7px !important;right:0;padding:3px !important;}

.callme {background: #fff;padding: 4px 6px 4px 6px;width: 43%;margin-left:0px; float:left !important;}
.navbar-toggler{ font-size:1.0rem !important;}
.navbar-toggler-icon{ height:1.2em !important;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button {background: #7fce00;color: #FFFFFF;border: none;padding: 2px 0px 4px 0px !important;margin-top: 2px;line-height: 16px;font-size: 14px !important;font-weight: 600;width:70px !important;overflow:hidden;}
.ticker__item{ font-size:17px !important;}

.cll {width: 120px !important;}	
.blog .section-heading {text-align: center;	margin-bottom: 20px !important;}
.contact-us .section-heading {text-align: center;margin-bottom: 20px !important;}
.quotebx{ width:100% !important; float:none !important; margin-top:10px; height:60px !important;}	
.getaquot{ width:auto !important; }
.btns-large {
	line-height: 30px !important;
	width: 95% !important;
	height: 46px !important;
	font-size: 17px !important;
	font-weight: 600;
}
.container{	max-width: 810px!important;}
.ticker__viewportbg {float: left !important;width: 57% !important;margin-right: 10px;}


.banner_list {float: left !important;width: 65% !important;}
.getaquote {float: left !important;	width: 30%;}
.list_boxbg {float: left;width: 320px;}
}

@media screen and (min-device-width: 900px) and (max-device-width: 939px) {
.slider {position: relative; height: 570px; background: #FFFFFF; color: white;}
.slick-slide {height: 570px;}
.slideCopy-content { top: 50%;left: 50%;padding:130px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width: auto !important;}
.banner_title {color: #2a2a2a;font-size: 35px;font-family: 'product_sansbold';line-height: 40px;font-weight:500;}
.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:18px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin: 0.5em 0 .5em 0 !important;}
/*.banner_list {float: none !important;width: 100% !important;}*/

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:25%; height:70px;}
.company_logo {margin-top: 10px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.navbar{ height:auto;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width: 30%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.hotline {width:28px !important; height:33px; position:absolute; right:227px; margin-top:5px;}
.number{ display:block !important;}
.menu_bg {float: left !important; width:100% !important;}
.dropdown-menu {left: -135px !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
/*.pop_bg {position: absolute;right:0px !important;margin-top: -59px !important;width:127px;overflow: hidden;}*/

.pop_bg {
	position: relative;
	left: 100px !important;
	width: 134px;
	overflow: hidden;
	top: -5px;
}
.navbar-toggler{ width:100% !important; text-align:left !important;}
#navbarTogglerDemo01 {background: #FFFFFF;	border: solid 1px #d3d3d3;padding-bottom: 25px; position:fixed; width:100% !important; left:0px !important; top:35px !important; text-align:left; z-index:9; padding:0px !important;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.navbar-toggler{width:32px !important;position:absolute !important;margin-top:-7px !important;right:0;padding:3px !important;}

.callme {background: #fff;padding: 4px 6px 4px 6px;width: 39%;margin-left:0px; float:left !important;}
.navbar-toggler{ font-size:1.0rem !important;}
.navbar-toggler-icon{ height:1.2em !important;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button {background: #7fce00;color: #FFFFFF;border: none;padding: 2px 0px 4px 0px !important;margin-top: 2px;line-height: 16px;font-size: 14px !important;font-weight: 600;width:70px !important;overflow:hidden;}
.ticker__item{ font-size:17px !important;}

.cll {width: 120px !important;}	
.blog .section-heading {text-align: center;	margin-bottom: 20px !important;}
.contact-us .section-heading {text-align: center;margin-bottom: 20px !important;}
.quotebx{ width:100% !important; float:none !important; margin-top:10px; height:60px !important;}	
.getaquot{ width:auto !important; }
.btns-large {
	line-height: 30px !important;
	width: 95% !important;
	height: 46px !important;
	font-size: 17px !important;
	font-weight: 600;
}
.container{	max-width: 880px!important;}
.ticker__viewportbg {float: left !important;width: 59% !important;margin-right: 10px;}


.banner_list {float: left !important;width: 65% !important;}
.getaquote {float: left !important;	width: 30%;}
.list_boxbg {float: left;width: 320px;}
}


@media screen and (min-device-width: 940px) and (max-device-width: 1023px) {
.slider {position: relative; height: 570px; background: #FFFFFF; color: white;}
.slick-slide {height: 570px;}
.slideCopy-content { top: 50%;left: 50%;padding:130px 10px 20px 10px;color: #2a2a2a; background:none;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}
.company_logo img{ width: auto !important;}
.banner_title {color: #2a2a2a;font-size: 35px;font-family: 'product_sansbold';line-height: 40px;font-weight:500;}
.banner_lists li {margin: 0.4em 0; color:#065ca9; font-size:18px; font-weight:600;}
.banner_lists {padding-left: 0.5em;list-style: none;	margin: 0.5em 0 .5em 0 !important;}
/*.banner_list {float: none !important;width: 100% !important;}*/

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px !important; text-align:left; float:left; width:25%; height:70px;}
.company_logo {margin-top: 10px;}
.partners_listbox_one {margin-top: 0px !important;font-size: 17px !important;font-weight:600;color:#006AFB;text-decoration: underline;	margin-left: 20px;}
.banner_list {min-height: 100px !important;}
.slick-next.slick-arrow{display:none !important;}
.slick-prev.slick-arrow{display:none !important;}

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.loginbg {width: 34px !important;position: absolute;top:0px;right:35px;}
.navbar{ height:auto;}
.next-button {background-color: #7fce00;color: #ffffff;	border: none;padding: 3px 10px 2px 10px;font-size: 13px; line-height:20px;
	cursor: pointer;font-family:  'product_sans_mediumregular';font-weight: 300;width: 100px;margin-bottom: 10px;margin-top: 0px;
	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	box-shadow: 0 3px #70b501;}
	.col-12{padding-right:5px !important; padding-left:5px !important; }
.logobg {float: left;width:28%; margin-left:0% !important;}
.logobg a img{ width:100%; height:auto;}
.hotline {width:28px !important; height:33px; position:absolute; right:227px; margin-top:5px;}
.number{ display:block !important;}
.menu_bg {float: left !important; width:100% !important;}
.dropdown-menu {left: -135px !important;}
.top-callnow {width: 22px !important;height: 40px !important;	float: left;margin-left:0px !important;margin-right:0px;}
/*.pop_bg {position: absolute;right:0px !important;margin-top: -59px !important;width:127px;overflow: hidden;}*/

.pop_bg {
	position: relative;
	left: 100px !important;
	width: 134px;
	overflow: hidden;
	top: -5px;
}
.navbar-toggler{ width:100% !important; text-align:left !important;}
#navbarTogglerDemo01 {background: #FFFFFF;	border: solid 1px #d3d3d3;padding-bottom: 25px; position:fixed; width:100% !important; left:0px !important; top:35px !important; text-align:left; z-index:9; padding:0px !important;}
.goole_review_bg {background: #FFFFFF;height: 150px !important;width: 100% !important;margin: 0 auto;padding: 3px !important;margin-bottom: 20px;}
.goole_review_heading {width: 100% !important;float: inherit;}
.button_review_bg {width: 100% !important;float: left;padding-top: 8px;	text-align: center;}
.navbar-toggler{width:32px !important;position:absolute !important;margin-top:-7px !important;right:0;padding:3px !important;}

.callme {background: #fff;padding: 4px 6px 4px 6px;width: 39%;margin-left:0px; float:left !important;}
.navbar-toggler{ font-size:1.0rem !important;}
.navbar-toggler-icon{ height:1.2em !important;}
.top-cal-lnow img {vertical-align: top;	border-style: none;}
.top_button {background: #7fce00;color: #FFFFFF;border: none;padding: 2px 0px 4px 0px !important;margin-top: 2px;line-height: 16px;font-size: 14px !important;font-weight: 600;width:70px !important;overflow:hidden;}
.ticker__item{ font-size:17px !important;}

.cll {width: 120px !important;}	
.blog .section-heading {text-align: center;	margin-bottom: 20px !important;}
.contact-us .section-heading {text-align: center;margin-bottom: 20px !important;}
.quotebx{ width:100% !important; float:none !important; margin-top:10px; height:60px !important;}	
.getaquot{ width:auto !important; }
.btns-large {
	line-height: 30px !important;
	width: 95% !important;
	height: 46px !important;
	font-size: 17px !important;
	font-weight: 600;
}
.container{	max-width: 920px!important;}
.ticker__viewportbg {float: left !important;width: 59% !important;margin-right: 10px;}


.banner_list {float: left !important;width: 65% !important;}
.getaquote {float: left !important;	width: 30%;}
.list_boxbg {float: left;width: 320px;}

}

@media screen and (min-device-width: 1024px) and (max-device-width: 1050px) {
	.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.banner_title{color: #2a2a2a;font-size: 50px;font-family: 'product_sansbold';line-height:58px;}

.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 189px;}
.slideCopy-content { top: 50%;left: 50%;padding:110px 60px 25px 60px !important;color: #2a2a2a; background:none;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}.hotline {
	float: left;
	width: 215px;
	margin-left: 60px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.container{	max-width: 1120px !important;}
.ticker__viewportbg {float: left;width: 67% !important;	margin-right: 10px;}
.list_boxbg {float: left;}

.slick-slide {height: 520px;}
.cll {	width: 120px !important;}
	

}


@media screen and (min-device-width: 1051px) and (max-device-width: 1090px) {
.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.banner_title{color: #2a2a2a;font-size: 50px;font-family: 'product_sansbold';line-height:58px;}

.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 189px;}
.slideCopy-content { top: 50%;left: 50%;padding:110px 60px 25px 60px !important;color: #2a2a2a; background:none;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}.hotline {
	float: left;
	width: 215px;
	margin-left: 60px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.container{	max-width: 1120px !important;}
.ticker__viewportbg {float: left;width: 67% !important;	margin-right: 10px;}
.list_boxbg {float: left;}

.slick-slide {height: 520px;}
.cll {	width: 124px !important;}
}


@media screen and (min-device-width: 1091px) and (max-device-width: 1141px) {
.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.banner_title{color: #2a2a2a;font-size: 50px;font-family: 'product_sansbold';line-height:58px;}

.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 180px;}
.slideCopy-content { top: 50%;left: 50%;padding:110px 60px 25px 60px !important;color: #2a2a2a; background:none;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}.hotline {
	float: left;
	width: 215px;
	margin-left: 60px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.container{	max-width: 1120px !important;}
.ticker__viewportbg {float: left;width: 67% !important;	margin-right: 10px;}
.list_boxbg {float: left;}
.slick-slide {
	height: 500px;}
}

@media screen and (min-device-width: 1142px) and (max-device-width: 1265px) {
	.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.banner_title{color: #2a2a2a;font-size: 50px;font-family: 'product_sansbold';line-height:58px;}
.style_prevu_kit{ width:157px;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 195px;}
.slideCopy-content { top: 50%;left: 50%;padding:110px 60px 25px 60px !important;color: #2a2a2a; background:none;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}.hotline {
	float: left;
	width: 215px;
	margin-left: 60px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.container{	max-width: 1120px !important;}
.ticker__viewportbg {float: left;width: 67% !important;	margin-right: 10px;}
	}
@media screen and (min-device-width: 1266px) and (max-device-width: 1279px) {.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.banner_title{color: #2a2a2a;font-size: 50px;font-family: 'product_sansbold';line-height:58px;}
.style_prevu_kit{ width:157px;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 175px;}
.slideCopy-content { top: 50%;left: 50%;padding:110px 135px 25px 70px !important;color: #2a2a2a; background:none;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}.hotline {
	float: left;
	width: 180px;
	margin-left: 45px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
}
@media screen and (min-device-width: 1280px) and (max-device-width: 1365px) {
.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 65px;	font-family: 'product_sansbold';line-height:75px; margin-bottom:20px;}
.banner_lists li {margin: 0px 0px 15px 0px;color: #065ca9;font-size: 18px;font-weight: 600;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 199px;}
.slideCopy-content { top: 50%;left: 50%;padding: 110px 1% 50px 6%;color: #2a2a2a; width:94%; }

/* background:url('https://policyghar.com/new/assets/images/brownrat.png') no-repeat 85% center;*/
/*#mouse_health {background:url('https://policyghar.com/new/assets/images/mouse_health.png') no-repeat 85% center;}
#mouse_term {background:url('https://policyghar.com/new/assets/images/mouse_terms.png') no-repeat 85% center;}
#mouse_car{background:url('https://policyghar.com/new/assets/images/motor.png') no-repeat 85% center;}
#mouse_two_wheeler{background:url('https://policyghar.com/new/assets/images/bikees.png') no-repeat 85% center;}
#mouse_investment {background:url('https://policyghar.com/new/assets/images/mouse_investment.png') no-repeat 85% center;}*/
 

.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.hotline {
	float: left;
	width: 210px;
	margin-left: 90px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}

.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}

.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}
.list_boxbg {float: left;width: 75%;}
.banner_list_bg {margin-bottom: 15px;}

.slider {position: relative;height: 590px;background: #FFFFFF;color: white;}
.slick-slide { height: 590px;}

}


@media screen and (min-device-width: 1366px) and (max-device-width: 1399px) {	
.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:36px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 65px;	font-family: 'product_sansbold';line-height:75px; margin-bottom:20px;}
.banner_lists li {margin: 0px 0px 15px 0px;color: #065ca9;font-size: 18px;font-weight: 600;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 199px;}
.slideCopy-content { top: 50%;left: 50%;padding: 110px 4% 50px 10%;color: #2a2a2a; width:94%; }
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.hotline {
	float: right;
	width: 230px;
	margin-left: 70px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.callme { margin-top:3px;}
/*.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}*/
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}
.list_boxbg {float: left;width: 75%;}
.banner_list_bg {margin-bottom: 15px;}
.slider {position: relative;height: 600px;background: #FFFFFF;color: white;}
.slick-slide { height: 600px;}
.cll {width: 185px;}








./*pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
	.header-area{ margin-top:25px;}
	.slider {position: relative;height: 580px;background: #FFFFFF;color: white;}

.slick-slide { height: 580px;}

.style_prevu_kit{ margin:15px 18px !important;}
.slideCopy-content { top: 50%;left: 50%;padding:110px 5% 50px 9%;color: #2a2a2a; width:89%;}



.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 65px;font-family:'product_sansbold';line-height:70px;}
.banner_lists li {margin: 0px 0px 11px 0px;color: #065ca9;font-size: 20px;font-weight: 600;}

.style_prevu_kit{ width:180px;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.next-button {
	background-color: #7fce00;
	color: #ffffff;
	border: none;
	padding: 3px 30px 12px 30px;
	font-size: 28px; line-height:26px;
	cursor: pointer;
	font-weight: 650;
	width: 300px;
	margin-bottom: 3px;
	margin-top: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px #70b501;
}.hotline {
	float: left;
	width: 200px;
	margin-left: 90px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}

.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}*/
}


@media screen and (min-device-width: 1400px) and (max-device-width: 1439px) {
	.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 65px;	font-family: 'product_sansbold';line-height:75px; margin-bottom:20px;}
.banner_lists li {margin: 0px 0px 15px 0px;color: #065ca9;font-size: 18px;font-weight: 600;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 199px;}
.slideCopy-content { top: 50%;left: 50%;padding: 110px 5% 50px 11%;color: #2a2a2a; width:94%; }
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.hotline {
	float: left;
	width: 210px;
	margin-left: 90px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}
.list_boxbg {float: left;width: 75%;}
.banner_list_bg {margin-bottom: 15px;}
.slider {position: relative;height: 590px;background: #FFFFFF;color: white;}
.slick-slide { height: 590px;}

	
	
	
/*.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area{ margin-top:25px;}
.slider {position: relative; height: 640px;background: #FFFFFF; color: white;}
.banner_lists li {margin:0px 0px 11px 0px;	color: #065ca9;	font-size: 20px;font-weight: 600;}
.slick-slide { height: 640px;}
.slideCopy-content { top: 50%; left: 50%; padding:120px 1% 50px 10%;  color: #2a2a2a; width:90%; }

.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 80px;	font-family: 'product_sansbold';line-height: 90px;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.next-button {
	background-color: #7fce00;
	color: #ffffff;
	border: none;
	padding: 3px 30px 12px 30px;
	font-size: 28px; line-height:26px;
	cursor: pointer;
	font-weight: 650;
	width: 300px;
	margin-bottom: 3px;
	margin-top: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px #70b501;
}.hotline {
	float: left;
	width: 210px;
	margin-left: 80px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}*/
}

@media screen and (min-device-width: 1440px) and (max-device-width: 1599px) {	

.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 65px;	font-family: 'product_sansbold';line-height:75px; margin-bottom:20px;}
.banner_lists li {margin: 0px 0px 15px 0px;color: #065ca9;font-size: 18px;font-weight: 600;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 199px;}
.slideCopy-content { top: 50%;left: 50%;padding: 110px 6% 50px 12%;color: #2a2a2a; width:94%; }
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.hotline {
	float: left;
	width: 210px;
	margin-left: 90px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}
.list_boxbg {float: left;width: 75%;}
.banner_list_bg {margin-bottom: 15px;}
.slider {position: relative;height: 590px;background: #FFFFFF;color: white;}
.slick-slide { height: 590px;}















/*.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area{ margin-top:28px;}
.slider {position: relative; height: 630px;background: #FFFFFF; color: white;}
.banner_lists li {margin:0px 0px 11px 0px;	color: #065ca9;	font-size: 20px;font-weight: 600;}
.slick-slide { height: 630px;}
.slideCopy-content { top: 50%; left: 50%; padding:120px 5% 50px 11%;color:#2a2a2a; width:89%;}


#mouse_health {background:url('https://policyghar.com/new/assets/images/mouse_health.png') no-repeat 90% center;}
#mouse_term {background:url('https://policyghar.com/new/assets/images/mouse_terms.png') no-repeat 80% center;}
#mouse_car{background:url('https://policyghar.com/new/assets/images/motor.png') no-repeat 80% center;}
#mouse_two_wheeler{background:url('https://policyghar.com/new/assets/images/bikees.png') no-repeat 80% center;}
#mouse_investment {background:url('https://policyghar.com/new/assets/images/mouse_investment.png') no-repeat 80% center;}


.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.quote_bg {padding:150px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 80px;	font-family: 'product_sansbold';line-height: 90px;}
.next-button {
	background-color: #7fce00;
	color: #ffffff;
	border: none;
	padding: 3px 30px 12px 30px;
	font-size: 28px; line-height:26px;
	cursor: pointer;
	font-weight: 650;
	width: 300px;
	margin-bottom: 3px;
	margin-top: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px #70b501;
}.hotline {
	float: left;
	width: 225px;
	margin-left: 85px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}


.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}

.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}*/

}

@media screen and (min-device-width: 1600px) and (max-device-width: 1679px) {
	
	.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 65px;	font-family: 'product_sansbold';line-height:75px; margin-bottom:20px;}
.banner_lists li {margin: 0px 0px 15px 0px;color: #065ca9;font-size: 18px;font-weight: 600;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 199px;}
.slideCopy-content { top: 50%;left: 50%;padding: 110px 11% 50px 17%;color: #2a2a2a; width:94%; }
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.hotline {
	float: left;
	width: 210px;
	margin-left: 90px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}
.list_boxbg {float: left;width: 75%;}
.banner_list_bg {margin-bottom: 15px;}
.slider {position: relative;height: 590px;background: #FFFFFF;color: white;}
.slick-slide { height: 590px;}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area{ margin-top:28px;}
.slider {position: relative; height: 640px;background: #FFFFFF; color: white;}
.banner_lists li {margin:0px 0px 11px 0px;	color: #065ca9;	font-size: 20px;font-weight: 600;}
.slick-slide { height: 640px;}
.slideCopy-content { top: 50%; left: 50%; padding:120px 2% 50px 15%;color:#2a2a2a; width:86.2%;}
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 80px;	font-family: 'product_sansbold';line-height: 92px;}
.next-button {
	background-color: #7fce00;
	color: #ffffff;
	border: none;
	padding: 3px 30px 12px 30px;
	font-size: 28px; line-height:26px;
	cursor: pointer;
	font-weight: 650;
	width: 300px;
	margin-bottom: 3px;
	margin-top: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px #70b501;
}.hotline {
	float: left;
	width: 200px;
	margin-left: 85px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}


.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}*/
}

@media screen and (min-device-width: 1680px) and (max-device-width: 1919px) {
	
	.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area.header-sticky{min-height:55px; margin-top:30px !important; z-index:999;}
.header-area .main-nav .nav{ margin-top:20px;}
.background-header{ height:50px !important;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 65px;	font-family: 'product_sansbold';line-height:75px; margin-bottom:20px;}
.banner_lists li {margin: 0px 0px 15px 0px;color: #065ca9;font-size: 18px;font-weight: 600;}
.company_logo {width: 100%;}
form#contact {padding: 5px;}
.partners_list li {float:left;height: auto;margin: 10px 5px;width: 23%;}
.partners_list li img{ width:100%;}
.col-lg-6.align-self-center { width: 50% !important;}
.col-lg-6.align-self-center img { width: 100% !important;}
.servicebox_tittle {margin-top:12px;line-height: 20px;font-size: 15px;letter-spacing: 1px;}
.style_prevu_kit {width: 199px;}
.slideCopy-content { top: 50%;left: 50%;padding: 110px 11% 50px 17%;color: #2a2a2a; width:94%; }
.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.hotline {
	float: left;
	width: 210px;
	margin-left: 90px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.navbar-nav .buyins:nth-child(1) {width:126px !important;}
.navbar-nav .clm:nth-child(2) {width:64px !important;}
.navbar-nav .inspart:nth-child(3) {width:146px !important;}
.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}
.list_boxbg {float: left;width: 75%;}
.banner_list_bg {margin-bottom: 15px;}
.slider {position: relative;height: 590px;background: #FFFFFF;color: white;}
.slick-slide { height: 590px;}
	
	
	
/*.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area{ margin-top:28px;}
.slider {position: relative; height: 630px;background: #FFFFFF; color: white;}
.banner_lists li {margin:0px 0px 11px 0px;	color: #065ca9;	font-size: 20px;font-weight: 600;}
.slick-slide { height: 630px;}
.slideCopy-content { top: 50%; left: 50%; padding: 120px 2% 50px 17%;color:#2a2a2a; width:85%;}



.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 75px;	font-family: 'product_sansbold';line-height: 80px;}
.next-button {
	background-color: #7fce00;
	color: #ffffff;
	border: none;
	padding: 3px 30px 12px 30px;
	font-size: 28px; line-height:26px;
	cursor: pointer;
	font-weight: 650;
	width: 300px;
	margin-bottom: 3px;
	margin-top: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px #70b501;
}.hotline {
	float: left;
	width: 204px;
	margin-left: 85px !important; margin-top:10px;
}.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
.callme {height: 33px;margin-top: 3px;float: right;	width: 30.5%;}
.ticker__viewportbg {float: left;width: 68%;margin-right: 10px;}*/
}
	
@media (min-width: 1920px) {
.pre-header{ width:100%; position:fixed !important; z-index:999 !important; color:#FFFFFF;}
.header-area{ margin-top:37px;}
.slider {position: relative; height: 690px;background: #FFFFFF; color: white;}
.banner_lists li {margin:0px 0px 11px 0px;	color: #065ca9;	font-size: 20px;font-weight: 600;}
.slick-slide { height: 690px;}
.slideCopy-content { top: 50%; left: 50%; padding:120px 2% 50px 21%;color:#2a2a2a; width:81%;}
.ticker__viewportbg {float: left;width: 68% !important;margin-right: 10px;}
.callme {height: 33px;margin-top: 3px;	float: right;}


/*#mouse_health {background:url('https://policyghar.com/new/assets/images/mouse_health.png') no-repeat 90% center;}
#mouse_term {background:url('https://policyghar.com/new/assets/images/mouse_terms.png') no-repeat 80% center;}
#mouse_car{background:url('https://policyghar.com/new/assets/images/motor.png') no-repeat 80% center;}
#mouse_two_wheeler{background:url('https://policyghar.com/new/assets/images/bikees.png') no-repeat 80% center;}
#mouse_investment {background:url('https://policyghar.com/new/assets/images/mouse_investment.png') no-repeat 80% center;}*/




.company_logo_list_header {padding: 0px;margin: 0px;}
.company_logo_list_header li {float: left;margin:0px; text-align:left;}
.quote_bg {padding:55px 80px 55px 0px;width: 100%;}
.banner_title {color: #2a2a2a;font-size: 80px;font-family: 'product_sansbold';line-height:90px;}
.next-button {
	background-color: #7fce00;
	color: #ffffff;
	border: none;
	padding: 3px 30px 12px 30px;
	font-size: 28px; line-height:26px;
	cursor: pointer;
	font-weight: 650;
	width: 300px;
	margin-bottom: 3px;
	margin-top: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px #70b501;
}

.hotline {
	float: right;
	width: 240px;
	margin-left: 85px !important; margin-top:10px;
}
.navbar{ height:50px;}.pop_bg {
	width: 130px;
	text-align: center;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 25px;
	float:left;
}
}
.skyblue{ color:#0187ff;}
.banner_title {color: #2a2a2a;}
.header-area{ z-index:999;}
.company_logo_list_header li{ margin:0px; border:solid 1px #FFFFFF; padding:0px;}
.lst{ border:none !important;}
.partners_listbox_one {margin-top:0px;font-size: 20px;font-weight: 600; color:#006AFB; text-decoration:underline; margin-left:5px;}

/*<!--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   Claims   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-->*/



.clame_form {border: none;border-bottom: 2px solid rgb(128, 126, 126); background: transparent; outline: none;width: 100%; text-transform: capitalize; padding: 1rem 0.4rem;}
.aside { background-image: linear-gradient(
    to left bottom,
    #051937,
    #002350,
    #002d69,
    #003684,
    #01409f
  );
  animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
  background-size: 400%;
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

ion-icon:not([name="logo-codepen"]) { border: 1px solid currentColor; border-radius: 20%; padding: 1rem;}
.file-upload-wrapper {position: relative; width: 100%; height: 60px; border-bottom:2px solid rgb(128, 126, 126);}
.file-upload-wrapper:after {content: attr(data-text);font-size: 18px; position: absolute; top: 0; left: 0;background: #fff;padding: 10px 15px; display: block; width: calc(100% - 40px); pointer-events: none; z-index: 20; height: 40px; line-height: 40px; color: #999; border-radius: 5px 10px 10px 5px; font-weight: 300;}
.file-upload-wrapper:before {  content: "Upload"; position: absolute; top: 0;right: 0;display: inline-block;height: 60px; background: #0187ff;color: #fff;font-weight: 500; z-index: 25; font-size: 16px; line-height: 60px; padding: 0 35px; text-transform: uppercase; pointer-events: none; border-radius: 0 5px 5px 0;}
.file-upload-wrapper:hover:before {background: #0187ff;}
.file-upload-wrapper input {opacity: 0;position: absolute; top: 0;right: 0; bottom: 0; left: 0; z-index: 99; height: 40px; margin: 0; padding: 0; display: block; cursor: pointer; width: 100%;}
.medical-emergency-tittle_tp {font-size: 30px;	font-family: 'Fira Sans SemiBold';	margin-top: 0px;margin-bottom:0px;color: #0a5888;text-align: left;}
.medical-emergency-tittle_tpblue {font-size: 30px;	font-family: 'Fira Sans SemiBold';	margin-top: 0px;margin-bottom:0px;color: #FFFFFF;text-align: left;}
.sm_20{ font-size:15px; color:#000; line-height:20px; margin-bottom:5px;}
.my-4{ font-weight:600;}
.btn-outline-dark{ font-size:24px;}



/*<!--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  end Claims    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-->*/



/* ---------------------- */
/* - BOOTSTRAP 4 - SOUS-MENU - */

.menu_bg {float: left;}
.navbar-nav li {
	font-size: 15px;font-family: 'product_sansregular';
}
.navbar-light .navbar-nav .nav-link{ color:#000000; font-family: 'product_sansregular'; padding-left:1rem; padding-right:1rem;}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/* SPECIAL : ROTATION des flèches */
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
 
}
.admin a::after{content:inherit !important;}

/* --------------------- */
/* SPECIAL : ROTATION des flèches */
/* Niveau 1 */
li .dropdown-toggle:after {
  transition: all 0.5s;
}
li.show > .dropdown-toggle:after {
  transform: rotate(180deg);
}
/* sous-Niveaux suivants */
li li.show > .dropdown-toggle:after {
  transform: rotate(90deg);
}
/* --------------------- */

.bg-light{ background:#FFFFFF !important;}
.btn.btn-default.dropdown-toggle.aclogin {padding: 0;}
.aclogin::after{content:inherit !important;}
.btn:focus{box-shadow:none !important;}


.hotline > h4 {
	color: #000;
	font-family: 'product_sansregular';
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	margin: 0;
	text-align: left;
	width: 188px;
	height:24px;
}
.top-callnow {
	width: 23px;
	height: 26px;
	float: left;
	margin-left: 2px;
	margin-right: 5px;
}

.top-cal-lnow {width: 23px;height: 35px;}
.hotline > h4 a{ color:#000000;}



.loginbg {width: 40px;}
.dropdown-menu.show li {padding: 3px 13px; color:#000000;}
.dropdown-menu.show li a{ color:#000000;}
.dropdown-item.dropdown-toggle {cursor: pointer;}
#navbarDropdownMenuLink{cursor: pointer;}
.logobg {float:left;}










.rating-row{ width:190px; /*margin:0 auto;*/ height:40px;}
.rating_view{ float:left; margin-left:0px !important; padding-left:0px !important;}
.gb_review_contant p{color:#FFFFFF !important;}
.button_review_bg{ width:20%; float:left;padding-top:8px; text-align:center;}
.goole_review{ width:80%; float:left;}
.goole_review_heading{width:80%;float:left;}
.goole_review_bg{ background:#FFFFFF; height:90px; width:85%; margin:0 auto; padding:15px; margin-bottom:20px;}
.write_review_button {background: #197bff;border: none;	padding: 3px 15px 8px 15px; color:#ffffff; font-size:22px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.gb_rtaring {float: left;width: 40px;text-align: center;	margin-top: 3px;}
.gb_star{ float:left; width:115px;}
gb_totalrtaring{float:left; width:120px;}

.banner_list {
	float: left;
	width: 65%;
}
.getaquote{float: left; text-align:right;width: 35%;}
.quotebx{ width:253px; float:right; margin-top:10px;}


.clear{ clear:both;}


.savetoday {
	font-size: 16px;
	line-height: 18px;
	padding-top:7px;
	font-weight: 400;
}
.bg-light{ background:#FFFFFF !important;}
/*.goog-te-combo {
	width: 105px;
	background: #fff;
	border: none;font-family:'product_sansregular';
	font-size: 16px;
}*/

.navbar-light .navbar-nav .nav-link{ color:rgba(0,0,0,1) !important;}
.navbar-light .navbar-toggler{border-color:#898989 !important;}



.mouse_box {float: left;width: 166px;}

/*.alert.alert-success.alert-block.callme-succ {
	padding: 0px;
	width: 95%;
	text-align: center;
}*/

.alert.alert-success.alert-block.callme-succ {width: 38%;height: 28px;position: absolute;z-index: 99999999;	font-size: 14px;
	padding: 6px 10px;top: 0%;left: 51%;right: 25%;}
@media (max-width: 7670px) {	
	.alert.alert-success.alert-block.callme-succ {
	width: 98%;height: 60px;position: absolute;	z-index: 99999999;font-size: 14px;padding: 6px 10px;top: 0%;left: 1%;
	right: 1%;}}