@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.myfilter::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    mix-blend-mode: screen;
    border-radius:45px;
}
.myfilter
{
	margin:0 auto;
	width:80%;
    position:relative;
}
.topnav
{
	background:#44ABE3;
	height:48px;
	display:flex;
	align-items:center;
	text-align: right;
}
.firstCharacter
{
    text-transform:capitalize;
}
section#section6home .col-lg-3.textcenter {
    text-align: center;
}
section#section6home .col-lg-3.textcenter button.locationbutton img {
    padding-right: 11px;
    height: 19px;
    position: relative;
    top: -2px;
}
.row.margintop20 {
    margin-top: 20px;
}
h3.titleofwebsite.marginbottom30 {
    margin-bottom: 40px;
}
.backgroundimagediv {
    height: 500px;
    width: 500px;
    position: absolute;
    background: url(../images/backgroundimagehome1.png);
    background-repeat: no-repeat;
    top: 200px;
    background-position:left center;
}
.backgroundimagedivhome {
    height: 100%;
    width: 500px;
    position: absolute;
    background: url(../images/backgroundscroll.png);
    background-repeat: no-repeat;
    top: 0px;
    background-position:left center;
}
section#section6home h3.titleofwebsite {
    font-family: montserrat;
    font-weight: bold;
    font-size: 25px;
}
.backgroundimagedivhome2 {
    height: 100%;
    width: 500px;
    position: absolute;
    background: url(../images/backgroundscroll2.png);
    background-repeat: no-repeat;
    top: 0px;
    background-position: right top;
    right: 0;
}
.backgroundimagedivhome3 {
    height: 100%;
    width: 500px;
    position: absolute;
    background: url(../images/backgroundimages.png);
    background-repeat: no-repeat;
    top: 0px;
    background-position: left bottom;
    left: 0;
}
section#section6home .col-lg-3.textcenter button.locationbutton {
    background: #44ABE3;
    color: white;
    border: 0px;
    outline: 0px;
    padding: 5px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 33px -10px rgba(68,171,227,0.3);
    -moz-box-shadow: 0px 0px 33px -10px rgba(68,171,227,0.3);
    box-shadow: 0px 0px 33px -10px rgba(68,171,227,0.3);
    margin-bottom:20px;
}
section#section6home {
    margin-bottom: 50px;
    padding-top: 100px;
    padding-bottom: 120px;
    background: url(../images/backgroundimagehome.png);
    background-size: cover;
    background-position: -120px top;
    position:relative;
    min-height:700px;
}
section#section3home {
    background: url(../images/background2.png);
    background-size: cover;
    background-position: top;
    padding-top: 100px;
    position:relative;
}
section#section4home .col-lg-6 .bluebackground {
    background: #44ABE3;
    color: white;
    border-radius: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align:center;
    width:95%;
    min-height:320px;
}
.shadowbackground {
    -webkit-box-shadow: 10px 10px 70px -21px rgba(10,46,65,0.17);
    -moz-box-shadow: 10px 10px 70px -21px rgba(10,46,65,0.17);
    box-shadow: 10px 10px 70px -21px rgba(10,46,65,0.17);
}
section#section4home p.textcenter.subheading {
    padding-left: 20px;
    padding-right: 20px;
}
section#section4home .col-lg-6 .whitebackground.shadowbackground {
    border-radius: 50px;
    width: 95%;
    margin-left: auto;
}
.row.contactlist .col-lg-4 a {
    color: #E9313A;
    text-decoration: none;
    top: -1px;
    position: relative;
    font-family:montserrat;
    font-size: 15px;
    line-height:3;
}
.section2homemobile
{
    display:none;
}
.row.contactlist .col-lg-4 a img {
    margin-left: 10px;
    position: relative;
    top: -2px;
    width: 16px;
}
.subscribediv {
    text-align: center;
    margin-top: 30px;
}
.subscribediv input.subscribeinput::placeholder {
    color: #161616;
    font-family: roboto;
    font-size: 14px;
}
button.subscribebutton {
    font-family: montserrat;
    padding: 8px 30px;
    border-radius: 10px;
    border: 0px;
    background: #E9313A;
    color: white;
    font-family: montserrat;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 14px -6px rgba(233,49,58,1);
-moz-box-shadow: 0px 0px 14px -6px rgba(233,49,58,1);
box-shadow: 0px 0px 14px -6px rgba(233,49,58,1);
}
button.subscribebutton img {
    margin-left: 10px;
}
.subscribediv input.subscribeinput {
    width: 300px;
    border: 0px;
    margin-right: 30px;
    padding: 8px 10px;
    border-radius: 5px;
    outline:0px;
    -webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.16);
}
section#section5home p.textcenter.subheading {
    text-align: center;
    margin-top: 40px;
    font-family: roboto;
}
section#section5home {
    background: #ECF7FC;
    padding-top: 50px;
    padding-bottom: 70px;
}
.row.contactlist .fontforcontactlist {
    font-family: montserrat;
    font-weight: 600;
    line-height:3;
}
.row.contactlist
{
    margin:0px;
    text-align:left;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
}
section#section4home .col-lg-6 .whitebackground.shadowbackground {
    border-radius: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    min-height:320px;
}
.col-lg-6 .bluebackground button.learnmore {
    margin-top: 30px;
}
.subscribebutton img
{
    position:relative;
}
section#section4home {
    padding-top: 100px;
    padding-left:50px;
    padding-right:50px;
    position:relative;
    padding-bottom:200px;
}
section#section4home p.textcenter.subheading {
    text-align: center;
    margin-top: 50px;
    font-family: roboto;
}
.positionrelative
{
	position:relative;
}
.row.featuredlist .col-lg-3 {
    text-align: center;
}
.positionrelative a
{
	height:30px;
	position:absolute;
	right:10px;
    margin-top: 15px;
}
.row.featuredlist h4.mainheading {
    font-family: montserrat;
    font-size: 24px;
    margin: 0px;
    color: #161616;
    font-weight: 600;
}
.row.featuredlist button.buttonsignupnow {
    border: 0px;
    padding: 8px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    color:#E9313A;
    background:white;
    font-family:montserrat;
    font-size:17px;
    border:2px solid #E9313A;
    outline:0px;
}
.row.featuredlist.borderwithshadow button.buttonsignupnow {
    background: #E9313A;
    color: white;

}
button.learnmore
{
    background: #E9313A;
    color: white;
    border: 0px;
    padding: 8px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family:montserrat;
    font-size:17px;
    outline:0px;
}
.navmenumobilediv ul li {
    list-style-type: none;
}

.navmenumobilediv ul li a {
    font-family: montserrat;
    color: black;
    padding: 10px;
    border-bottom: 1px solid black;
    width:100%;
    text-decoration: none;
    display:block;
}
.navmenumobilediv ul li a:hover {
    
    color: white;
    background:black;
    
}
.navmenumobilediv ul {
    padding: 0px;
}

.row.featuredlist .col-lg-2 {
    text-align: center;
    font-family: montserrat;
}
.row.featuredlist h4.packageprice {
    margin-bottom: 0px;
}
.row.featuredlist p {
    font-size: 14px;
    opacity: 0.6;
    font-family: montserrat;
}
.row.featuredlist .packagetime {
    text-align: center;
    font-family: montserrat;
    font-size: 24px;
    margin-bottom: 20px;
}
.row.featuredlist.borderwithshadow .starfeaturedimage {
    position: absolute;
    background: #44ABE3;
    top: -20px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-right: 40px !important;
    border-radius: 10px;
    padding-left: 10px;
    font-family: montserrat;
    color: white;
    font-size: 14px;
}
.row.featuredlist.borderwithshadow .starfeaturedimage img
{
    height: 15px;
    margin-right: 15px;
}
.row.featuredlist {
    align-items: center;
    border-radius: 30px;
    padding-top: 30px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.backgroundimagediv2 {
    height: 500px;
    width: 500px;
    position: absolute;
    background: url(../images/backgroundimagehome2.png);
    background-repeat: no-repeat;
    background-position-x: right;
    top: 200px;
    right: 56px;
}
.backgroundimage4div {
    height: 100%;
    width: 400px;
    position: absolute;
    background: url(../images/backgroundimagehome3.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    background-size: auto;
}
.row.featuredlist.borderwithshadow
{
    border: 2px solid #44ABE3;
    background: white;
    position:relative;
}
.backgroundimagedivhome3,.backgroundimagedivhome2,.backgroundimagedivhome,.backgroundimagedivhome1,.backgroundimagedivhome5
{
    z-index:-1;
}
.backgroundimage5div {
    height: 100%;
    width: 400px;
    position: absolute;
    background: url(../images/backgroundimagehome4.png);
    background-repeat: no-repeat;
    top: 0px;
    right: 0;
    background-size: auto;
    background-position-x: right;
}
.backgroundimage7div {
    height: 100%;
    width: 400px;
    position: absolute;
    background: url(../images/backgroundimagehome6.png);
    background-repeat: no-repeat;
    right: 0;
    background-size: auto;
    background-position-x: right;
}
.backgroundimage6div {
    height: 100%;
    width: 30%;
    position: absolute;
    background: url(../images/backgroundimagehome5.png);
    background-repeat: no-repeat;
    bottom: 0px;
    right: 35%;
    background-size: auto;
    background-position-x: right;
    background-position-y: 90%;
}
section#section3home p.textcenter.subheading {
    text-align: center;
    padding-top: 30px;
    font-family: roboto;
}
.row.featuredlist {
    align-items: center;
    margin-left:50px;
    margin-right:50px;
}
header
{
	box-shadow: 0px -30px 56px 0px rgb(4, 29, 43);
    z-index:2;
    position: relative;
}
.backgroundimage8div {
    height: 100%;
    width: 30%;
    position: absolute;
    background: url(../images/backgroundimagehome5.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 10%;
}
.padding0
{
	padding:0px;
}
.zipcodebox {
    max-width: 300px;
    background: white;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
    height: 40px;
    border-radius: 5px;
    display: flex;
    margin-top: 50px;
    margin-bottom: 35px;
}
.nice-select:before {
    content: '';
    width: 2px;
    border-left: 1px solid #D5D5D5;
    position: relative;
    left: -12px;
}
.zipcodebox select:focus {
    outline: 0px;
}
.nice-select {
    border: 0px;
    color: #161616;
    height: 100%;
    font-size: 14px;
    opacity: 0.9;
    font-family: roboto;
    width:37%;
    position:relative;
}
input.zipcodeboxstyle:focus {
    border: 0px !important;
    outline: 0px;
}
input.zipcodeboxstyle {
    border: 0px !important;
    padding-left: 12px;
    width: 60%;
    border-radius: 5px !important;
    font-family: roboto;
    font-size: 15px !important;
}
.buttongetrates button img {
    padding-left: 10px;
    position: relative;
    top: -2px;
    transition:0.6s ease;
}
.buttongetrates {
    margin-bottom: 50px;
}

.LearnMore button img {
    padding-left: 10px;
    position: relative;
    top: -2px;
    transition:0.6s ease;
}
.LearnMore {
    margin-bottom: 50px;
}
.zipcodebox select {
    width: 38%;
    border: 0px;
    border-radius: 5px;
    text-align: center;
    border-left: 1px solid #D5D5D5;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 29px;
    top: 5px;
    position: relative;
    font-family: roboto;
    font-size: 15px;
    padding-left: 15px;
}
.marginbottomminus50 img
{
    margin-bottom:-50px;
    max-width:100%;
}
.seemorebelowbutton {
    position: relative;
    top: 60px;
}
section#section1 {
    background: url(../images/background1.png);
    background-size: cover;
    background-position: bottom;
}
.buttongetrates button {
    color: white;
    background: #E9313A;
    font-size: 18px;
    padding-left: 20px;
    padding-right:20px;
    height:40px;
    border-radius: 4px;
    border: 0px;
    font-family: montserrat;
    -webkit-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
-moz-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
transition:0.6s ease;
}
.buttongetrates button:hover
{
        -webkit-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);
-moz-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);
box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);
}
.LearnMore button {
    color: white;
    background: #E9313A;
    font-size: 18px;
    padding-left: 20px;
    padding-right:20px;
    height:40px;
    border-radius: 4px;
    border: 0px;
    font-family: montserrat;
    -webkit-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
-moz-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
transition:0.6s ease;
}
.LearnMore button:hover
{
        -webkit-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);
-moz-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);
box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);
}

.postcontent button:hover
{
    -webkit-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);
-moz-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);
box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.5);

}
section#section1home .zipcodebox {
   margin-top:0px;
   margin-bottom:0px;
}
section#section1home .buttongetrates {
    margin: 0px;
    margin-left:30px;
}
section#section1home {
    margin-bottom: 100px;
    background: url(../images/backgroundimage1new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x:center;
}
.buttonseemorebelow a {
    color: #707070;
    text-decoration:none;
}
.buttonseemorebelow a img
{
    margin-right:10px;
    opacity:0.5;
}
section#section2home .col-8.padding50 {
    border-radius: 20px;
    padding: 60px;
    position: relative;
    left: -15px;
    background: white;
}
.buttonseemorebelow {
    text-align:center;
    padding-bottom:100px;
}
section#section2home .row.tabshadow {
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 56px -13px rgba(112,112,112,0.28);
-moz-box-shadow: 0px 0px 56px -13px rgba(112,112,112,0.28);
box-shadow: 0px 0px 56px -13px rgba(112,112,112,0.28);
border-radius:30px;
}
.row.footerrow {
    padding-left: 50px;
    padding-right: 50px;
}
footer .container {
    background: url(../images/footerimage.png);
    background-size: contain;
    background-position-x: left;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position-y: center;
    background-repeat: no-repeat;
}
section#section2home .col-8.padding50 {
    padding: 60px;
}
section#section1home .inlinelblock {
    display: flex;
    align-items: center;
    justify-content:center;
    margin-bottom:50px;
}
section#section2home .col-4.borderradius30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
section#section2home .row .col-4 {
    padding: 50px;
    background: #44ABE3;
    padding-left: 20px;
    padding-right: 20px;
}
section#section2home .row .col-4 a {
    font-size: 20px;
    font-family: montserrat;
    color: white;
    opacity: 0.6;
    font-weight: 600;
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
}
section#section2home .row .col-4 .nav-link.active,.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #44ABE3 !important;
    opacity:1;
}
section#section2home .nav-link.active::after {
    content: '';
    width: 190px;
    height: 35px;
    border-bottom: 2px solid white;
    position: absolute;
    bottom: 0;
    left: 17px;
}
section#section2home h3.textcenter.titleofwebsite {
    margin-bottom: 50px;
}
section#section1home h1.textcenter.titleofwebsite {
    text-align: center;
    padding-top: 70px;
}
section#section1home p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    font-family: roboto;
    margin-bottom:30px;
}
.displayflexcenter .searchstyle {
  width: 100%;
    padding: 10px;
    background: #F2F2F2;
    border: 0px;
    border-radius: 4px;
    letter-spacing: 1px;
    color: #161616;
    opacity: 0.5;
    font-family: montserrat;
    font-size: 14px;
    height: auto;
    line-height: unset;
    display: unset;
    margin-top:10px;
}
.navmenu ul li a {
    color: #161616;
    font-family: montserrat;
    font-size:14px;
    text-decoration:none;
}
.displayflexcenter
{
	display:flex;
	align-items:center;
}
.navmenu ul
{
    padding-left: 0px;
    text-align:right;
    margin-bottom:0px;
    margin-top:20px;
}
.navmenu ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.topnav ul li a {
    color: white;
    font-family: montserrat;
    font-size:14px;
}
.footerrow .col-lg-4.textalignright {
    padding-right: 0px;
}
.topnav .container
{
	padding-right:0px;
}
.topnav ul li a
{
	text-decoration:none;
}
.topnav ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
    
}
.topnav ul
{
	margin-bottom:0px;
}
.searcharea
{
	padding-top:15px;
	padding-bottom:15px;
}
footer
{
	background:#44ABE3;
}
.row.footerrow ul li {
    list-style-type: none;
}
.row.footerrow .padding0 {
    padding: 0px;
}
.row.footerrow li a {
    color: white;
    font-family: montserrat;
    font-size: 14px;
    text-decoration: underline;
}
.row.footerrow h4
{
	font-size:20px;
	font-family:montserrat;
	color:white;
	font-weight:bold;
}
.textalignright
{
	text-align:right;
}
.addressfooter
{
	margin-top:30px;
}
.addressfooter p
{
	color:white;
	font-weight:bold;
	font-family:montserrat;
}
.row.footerrow .sociallisting ul li {
    list-style-type: none;
    display: inline;
    margin-left: 10px;
}
.sociallisting
{
	margin-top:30px;
}
h1.titleofwebsite {
    font-family: montserrat;
    font-weight: bold;
}
.seemorebelowbutton a {
    color: #161616;
    font-family: roboto;
    font-size: 18px;
    text-decoration:none;
}
.seemorebelowbutton a img
{
    position:relative;
}
.seemorebelowbutton .marginleft {
    margin-left: 10px;
}
section#section5 {
    padding-top: 80px;
    background: url(../images/background2.png);
    background-size: cover;
    background-position: top;
}
.slick-slide img {
    
    width: 100%;
    border-radius: 45px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.39);
}
.slick-slide
{
    outline:0;
    padding-top: 50px;
    padding-bottom: 50px;
    position:relative;
}
.backgroundtransparent.textcenter button {
    background: transparent;
    color: #E9313A;
    border: 2px solid #E9313A;
    font-size: 18px;
    padding-left: 20px;
    padding-right:20px;
    height:40px;
    border-radius: 4px;
    font-family: montserrat;
    -webkit-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
-moz-box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
box-shadow: 0px 3px 26px 0px rgba(233,49,58,0.26);
transition:0.6s ease;
}
.backgroundtransparent.textcenter {
    text-align: center;
    margin-bottom:20px;
}
.margintopbottom50 {
    margin-top: 50px;
    margin-bottom: 200px;
}
.backgroundimagedivhome4 {
    height: 100%;
    width: 500px;
    position: absolute;
    background: url(../images/backgroundimagescroll1.png);
    background-repeat: no-repeat;
    top: 0px;
    background-position: right bottom;
    right: 0;
}
section#section4
{
    position:relative;
}
.backgroundimagedivhome5 {
    height: 100%;
    width: 500px;
    position: absolute;
    background: url(../images/backgroundimagehome5.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    left: 0%;
    top: 100px;
}
section#section3 {
    padding-bottom: 100px;
}
section#section3 {
    background-repeat: no-repeat;
    background-position-y: bottom;
    position:relative;
}
p.textcenter.paragraphofwebsite {
    text-align: center;
    font-size: 18px;
    font-family: roboto;
    width: 89%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.buttongetrates.textcenter {
    text-align: center;
}

.LearnMore.textcenter {
    text-align: center;
}
h3.textcenter.titleofwebsite {
    font-family: montserrat;
    font-weight: 900;
    text-align: center;
}
.imagecolumncities {
    margin-bottom: 50px;
    position: relative;
    text-align:center;
}
#section2 .showonmobile {
    display: none;
}
.imagecolumncities img {
    width: 80%;
    -webkit-box-shadow: -9px 10px 83px -27px rgba(112,112,112,0.53);
    -moz-box-shadow: -9px 10px 83px -27px rgba(112,112,112,0.53);
    box-shadow: -9px 10px 83px -27px rgba(112,112,112,0.53);
    border-radius: 35px;
}
.postcontent button {
    background: #E9313A;
    color: white;
    font-family: montserrat;
    font-size: 18px;
    width: 75%;
    height: 47px;
    border-radius: 9px;
    border: 0px;
    transition:0.6s ease;
    -webkit-box-shadow: 0px 3px 78px 12px rgba(233,49,58,0.2);
-moz-box-shadow: 0px 3px 78px 12px rgba(233,49,58,0.2);
box-shadow: 0px 3px 78px 12px rgba(233,49,58,0.2);

}
#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #44ABE3;
}

.postcontent button img {
    margin: auto;
    width: auto;
    border-radius: unset;
    box-shadow: none;
    position:relative;
    display: unset;
    margin-left: 20px;
}
section#section2home .col-8.padding50 p {
    font-family: roboto;
    font-size: 17px;
    font-weight: 300;
    color: #363636;
}
section#section2home .col-8.padding50 .contentoverflow {
    font-family: roboto;
    font-size: 17px;
    font-weight: 500;
    color: #363636;
    height: 264px;
    padding-right: 50px;
    overflow-y: scroll;
    width: 95%;
}
section#section2home .col-8.padding50 h3 {
    font-family: montserrat;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 600;
    color: #161616;
    margin-bottom: 50px;
}
h3.imagecolumnheading
{
    position:absolute;
    bottom:20px;
    width: 100%;
    font-size:24px;
    text-align: center;
    font-family: montserrat;
    font-weight: 600;
    color:black;
}
#section2 .slick-slide.slick-active.last-slick img {
    opacity: 0.4;
}
.postcontent {
    position: absolute;
    bottom: 85px;
    width: 83%;
    margin: 0 auto !important;
    float: unset;
    padding-left: 14%;
}
.postcontent h3 {
    font-weight: 400;
    font-size: 22px;
    height: 80px;
}
.postcontent p {
    font-size: 14px;
    font-family: montserrat;
}
#section2 .slick-track {
    display: flex;
    align-items: center;
}
section#section2 {
    margin-bottom: 150px;
}
#section2 .slick-slide.slick-current.slick-active img {
    opacity: 0.4;
}
#section2 .slick-slide img {
    box-shadow: none;
    width: 65%;
    margin:0 auto;
}
li.slick-active button::before {
    background: #44ABE3 !important;
    height: 5px !important;
    display: flex;
    align-items: center;
    width: 32px;
    content: '';
    opacity:1;
}
section#section3 h3.textcenter.titleofwebsite,section#section4 h3.textcenter.titleofwebsite {
    margin-bottom: 50px;
}
.slick-dots li button::before {
    background: #D5D5D5;
    height: 3px;
    display: flex;
    align-items: center;
    width: 40px;
    border-radius:4px;
    content: '';
    opacity: 1;
}
.slick-dots li
{
    width:50px;
}
.headermobile
{
    display:none;
}
#section3 .displayformobile
{
    display:none;
}
@media (max-width:1199px)
{
    section#section6home .col-lg-3.textcenter {
    text-align: center;
    padding:0px;
}
    section#section4home
    {
        padding-bottom:100px;
    }
    .row.footerrow .sociallisting ul li
    {
        margin-left:9px;
    }
    section#section6home
    {
        background-position-y:center;
        background-repeat:no-repeat;
        background-size:contain;
    }
    .row.featuredlist
    {
        margin-left:0px;
        margin-right:0px;
    }
    section#section2home .col-8.padding50 .contentoverflow
    {
        height:300px;
    }
    .backgroundimagedivhome3,.backgroundimagedivhome4 {
    background-position-y: bottom !important;
}
    .navmenumobilediv {
    width: 70%;
    height: 100%;
    position: absolute;
    background: white;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    left: -70%;
}
    .headermobile
    {
        box-shadow:0px -30px 56px 0px rgb(4, 29, 43);
    }
    header {
    display: none;
}
.topbarmobile
{
    height:5px;
    width:100%;
    background:#44ABE3;
}
.headermobile
{
    display:block;
}
.headermobilediv .row
{
    display:flex;
    align-items:center;
}
.headermobilediv {
    padding-top: 12px;
    padding-bottom: 12px;
    background: white;
}
.headermobilediv .row {
    align-items: center;
}
}
@media (max-width:575px)
{
    section#section2home .row.tabshadow {
    margin-left: 30px;
    margin-right: 30px;
}
section#section1home .inlinelblock {
    display: block;
}
#section4home .textcenter.titleofwebsite {
    padding-left: 20px;
    padding-right: 20px;
}
#section5home {
    display: none;
}
section#section4home
{
    padding-bottom:0px;
}
section#section6home
{
    padding-top:500px !important;
}
#section6home .col-lg-3.col-md-3.col-sm-3.col-xs-6.textcenter
{
    width:25%;
}
.row.featuredlist.borderbottommob {
    margin-left: 50px;
    margin-right: 50px;
}
.buttonseemorebelow a
{
    display:none;
}
.buttonseemorebelow
{
    padding-bottom:50px;
}
#section3home {
    background: none !important;
    padding-top:0px !important;
}
.buttongetrates {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto !important;
    margin-top: 30px !important;
}
.LearnMore {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto !important;
    margin-top: 30px !important;
}
}
@media (max-width:991px)
{
    .row.contactlist
    {
        text-align:center;
    }
    .col-4.borderradius30 {
    width: 100%;
    min-width: 100%;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 30px;
}
.row.featuredlist.borderbottommob {
    border-bottom: 2px solid rgba(112,112,112,0.5);
    border-radius: 0px;
    padding-bottom: 20px;
    }
    section#section6home {
    background: url(../images/mobileversion.png) !important;
    background-position-y: 100px !important;
    background-repeat: no-repeat;
    padding-top: 700px;
    min-height:auto !important;
text-align: center;
}
.row.featuredlist.borderbottommob {
    border-bottom: 2px solid rgba(112,112,112,0.5);
    border-radius: 0px;
}
.row.featuredlist.borderwithshadow
{
    text-align:center;
    justify-content: center;
    margin-top:50px;
}
.row.featuredlist
{
    text-align:center;
}
section#section2home .row.tabshadow .col-8 {
    padding: 50px;
    border-top-left-radius: 50px;
    min-width: 100%;
    position: relative;
    top: -50px;
    background: white;
    border-top-right-radius: 50px;
    left: 0px;
}
    footer .container {
    background: url(../images/footerimagemobile.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 25%;
}

    .row.footerrow {
    padding-left: 50px;
}
    #section3 .imagecolumncities
    {
        margin-bottom:0px;
    }
    .responsivediv .slick-slide {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
    .responsivediv h3.imagecolumnheading
    {
        bottom:75px;
    }
    .marginleftright0
    {
        margin-left:0px;
        margin-right:0px;
    }
    .marginleftright0 .col-12 {
    padding: 0px;
}
    
    h1.titleofwebsite
    {
        font-size:25px;
    }
    .zipcodebox
    {
        margin-top:15px;
        margin-bottom:15px;
    }
    #section3 .displaynoneformobile {
    display: none;
}
.footerrow .col-lg-4.textalignright
{
    text-align:left;
    margin-bottom:0px;
}
footer .sociallisting ul {
    padding-left: 0px;
}
footer .sociallisting
{
    margin-top:15px;
}
.row.footerrow .sociallisting ul li
{
    margin-left:0px;
    margin-right:10px;
}
.footerrow .col-lg-4
{
    margin-bottom:20px;
}
#section3 .displayformobile
{
    display:block;
}
.imagecolumncities img
{
    border-radius:45px;
}
}

@media(max-width:767px)
{
    section#section6home {
    background: url(../images/mobileversion2.png) !important;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
}
    .backgroundimagedivhome3, .backgroundimagedivhome4 {
    background-position-y: bottom !important;
    background-size: 200px;
}
    #section2 .showonmobile {
    padding: 0px;
}
    #section5 .container {
    margin-left: 0px;
    margin-right: 0px !important;
    max-width: 100%;
    padding: 0px !important;
}
section#section4
{
    margin-bottom:100px;
}
    .footerrow .col-lg-4.textalignright {
    text-align: center !important;
    margin-bottom: 0px;
}
section#section5 {
    margin-bottom: 100px;
}
.seemorebelowbutton {
    position: relative;
    top: 0px;
    display: none;
}
h1.titleofwebsite {
    text-align:center;
}
.zipcodebox
{
    margin:15px auto;
}
.buttongetrates {
    max-width: 300px;
    margin:15px auto;
}
.buttongetrates button {
    width: 100%;
}
.LearnMore {
    max-width: 300px;
    margin:15px auto;
}
.LearnMore button {
    width: 100%;
}
#section1 .margintopbottom50 {
    padding-bottom: 65px;
    margin-bottom:100px;
}
#section2 .hideonmobile {
    display: none;
}
#section2 .showonmobile {
    display: block;
}
    #section2 .slick-slide.slick-current.slick-active img
    {
        opacity:1;
    }
}

@media (max-width:450px)
{
    .section2homemobile
    {
        display:block;
        
    }
    section#section2home .col-8.padding50 .contentoverflow
    {
        padding-right:25px;
        width:100%;
    }
    .slick-dots li {
    width: 22px;
}
    .slick-dots li button::before {
        width:20px;
        }
        #section3 .container .imagecolumncities img {
    width: 100%;
}
.imagecolumncities img {
    border-radius: 30px;
}
}
@media(max-width:500px)
{
    .fixedwidthformobile {
    width: 100%;
    overflow-x: scroll;
}
.fixedwidthformobile .row
{
    width:500px;
    padding-left:20px;
}
.row.contactlist .col-lg-8.fontforcontactlist {
    padding: 0px !important;
    font-weight: 500;
    font-size: 15px;
}
section#section4home
{
    padding-left:0px;
    padding-right:0px;
    padding-top:50px;
}
.textcenter.subheading {
    padding-left: 20px;
    padding-right: 20px;
}
    .backgroundimagediv,.backgroundimagediv2,.backgroundimage4div,.backgroundimage5div,.backgroundimage6div,.backgroundimage7div
    {
        display:none;
    }
}
,.backgroundimage8div
{
    display:none;
}

    .backgroundimagedivhome3, .backgroundimagedivhome4 {
    background-position-y: bottom !important;
    background-size: 100px;
}
    .buttongetrates.textcenter {
    width: 100% !important;
    max-width: 100%;
}
     .LearnMore.textcenter {
    width: 100% !important;
    max-width: 100%;
}
    .postcontent button
    {
        width:100% !important;
    }
    .backgroundimagedivhome3,.backgroundimagedivhome2,.backgroundimagedivhome,.backgroundimagedivhome1,.backgroundimagedivhome5
    {
        max-width:500px !important;
        width:100% !important;
        z-index:-1;
    }
    h3.imagecolumnheading
    {
        font-size:18px;
    }
    .imagecolumncities img
    {
        width:90%;
    }
}
@media(max-width:400px)
{

    .postcontent h3
    {
        height:90px;
    }
}
@media(max-width:400px)
{
    section#section6home
    {
        padding-top:400px !important;
    }
    .row.footerrow .sociallisting ul li
    {
        margin-left:0px !important;
        margin-right:0px !important;
    }
    section#section2home .row .col-4 a {
    padding: 0px;
    font-size: 16px;
}
section#section2home .row .col-4
{
    padding:20px;
}
    #section2home .col-8.padding50 {
    padding: 20px !important;
}
section#section2home .nav-link.active::after {
    left:0px;
}
section#section2home .col-8.padding50 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
    section#section2home .nav-link.active::after {
        width:125px;
    }
    section#section1home p
    {
        width:90% !important;
        margin-top:25px;
    }
    .imageautomobile {
    width: 100%;
    height: auto;
}
    .headermobilediv .col-10 img {
    width: 160px;
}
    .postcontent h3
    {
        height:90px;
        font-size:20px;
    }
}
@media(max-width:1285px)
{
    section#section4home .col-lg-6 .whitebackground.shadowbackground
    {
        width:100%;
    }
    section#section4home .col-lg-6 .bluebackground
    {
        width:100%;
    }
}
@media(max-width:1230px)
{
    section#section4home .col-lg-6
    {
        min-width:100%;
        margin-top:20px;
        margin-bottom:20px;
    }
}

.responsive .slick-slide img {
min-height: 400px;
}
.responsive .postcontent button img
{
min-height:auto;
}