html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5 {
	font-family: 'Poppins', sans-serif;
	line-height: 1.1;
	color: #092444;
	font-weight: 600;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #4D4D4D;
    margin: 0;
}
span, a, input, textarea, button, select, li {
	font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
    font-size: 15px;
    line-height: 1.7em;
	color: #726F6F;
}
a, input, select, textarea 
{
    margin: 0;
    outline: medium none;
    padding: 0;
}
 html 
{
}

img, fieldset
{
    border: 0 none;
}
a
{
    border: medium none;
    outline: medium none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
    margin: 0;
    padding: 0;
}

a:hover
{
    text-decoration: none;
}
.clear
{
    clear: both;
}
.header_section {
    position: relative;
    background: #f6f6f6;
    padding: 20px 0;
    transition: 0.6s;
}
.header_logo img {
    width: 100%;
    height: 77px;
    object-fit: contain;
    object-position: left;
}
.header_navigation {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
a.call_button {
    position: relative;
    background: #0F76BC;
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    transition: 0.6s;
    text-align: center;
    padding: 12px 24px;
    display: inline-flex;
    line-height: 1;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    /*height: 78px;*/
    justify-content: center;
}	
a.call_button span {
    display: block;
}
a.call_button:hover {
    background: #111d33;
    color: #fff;
}

/*----------Banner Css--------*/
.main_banner_section {
    position: relative;
    display: inline-block;
    width: 100%;
    background: url(../images/home-exterior.webp)no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #0F76BC !important;
	padding: 40px 0;	
}
.main_banner_section:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(80deg, #000000 49%, #183357 100%);
	opacity: 0.66;
}
.col_slidr_left {
    max-width: 700px;
}
.col_slidr_right {
    max-width: 380px;
    padding-left: 0;
    padding-right: 0;
}
.slider_caption {
    position: relative;
    z-index: 9;
}
h2.slider_titles {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 41px;
    line-height: 1.1em;
}
.slider_inner_aa h3 {
    position: relative;
    font-weight: 500;
    color: #fff;
    font-family: "PT Serif", Sans-serif;
    font-size: 37px;
    font-style: normal;
    line-height: 1.1em;
    margin-bottom: 40px;
}
.slider_inner_form {
    position: relative;
    background: #fff;
    padding: 35px 25px;
    border-radius: 5px;
}
form.hometotly input.form-control, form.hometotly select.form-control {
    background-color: #EDEDED;
    border-color: rgba(255,255,255,0.65);
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: 'PT Serif', serif;
    margin-bottom: 13px;
    letter-spacing: 0.5px;
    padding: .5rem 1rem;
}
.getquote_bttns {
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 6px 10px;
    border: none;
    background: #0B76BF;
    color: #fff;
    transition: 0.6s;
	width: 100%;
}
.getquote_bttns:hover {
    background: #111d33;
    color: #fff;
}
.slider_inner_form p {
    color: #5B5858;
    font-size: 11px;
    line-height: 1.5;
    padding: 15px 0 0;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.slider_inner_form h3 {
    color: #000000;
    font-family: "PT Serif", Sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 0;
}
.slider_inner_form h5 {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding: 7px 0px 12px;
    font-family: 'Noto Sans', sans-serif;
}
.get_quote {
    font-size: 27px;
    font-weight: 500;
    color: #FFFFFF;
    background: #0F76BC;
    border-radius: 0px 0px 0px 0px;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    transition: 0.6s;
    margin-bottom: 15px;
}
.get_quote:hover {
    color: #FFFFFF;
    background: #111d33;
}	
.form-control:focus{
	box-shadow: none;
	outline: none;
}

#form-text {
    display:none;
}
.quote_get_btn {
    position: relative;
    font-size: 25px;
    text-transform: capitalize;
    background-color: #0A8BC2;
    color: #fff;
    padding: 12px 24px;
    line-height: 1;
    display: inline-block;
    transition: 0.6s;
    border-radius: 3px;
    font-weight: 500;
	text-align: center;	
}

.warranty_brands a {
    position: relative;
    flex: 0 0 33%;
    max-width: 33%;
    height: 55px;
} 
.warranty_brands a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
a.get_quote.mobile_btns {
	display: none;
}
.quote_get_btn:hover {
    color: #FFFFFF;
    background: #111d33;
}

h2.home_titles1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.1em;
}
/*-------Why Choose Css----------*/
.why_choose_section {
    position: relative;
    padding: 60px 0;
}
h2.home_titles {
    color: #0B6099;
    font-size: 52px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
.section_header {
    position: relative;
    margin-bottom: 50px;
}
.choose_texts_sec h3 {
    position: relative;
    font-size: 22px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 15px;
}
.choose_sect_colm {
    position: relative;
    text-align: center;
}
.choose_texts_sec {
    position: relative;
    padding: 20px 0;
}
.choose_texts_sec p {
    font-weight: 500;
}
.choose_img_sec {
    position: relative;
    width: 217px;
    height: 217px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.choose_img_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*-------HOme Warranty Css--------*/
.home_warranty .container-fluid {
    padding: 0 0;
}
.home_warranty {
    position: relative;
    background: #084670;
}
.warranty_text_sec {
    padding: 60px 53px 60px 10px;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
}
.warranty_text_aa {
    max-width: 632px;
}
.warranty_text_sec p {
    color: #fff;
    line-height: 1.8em;
}
.warranty_brands {
    position: relative;
    padding: 18px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 520px;
}
.warranty_text_sec a.quote_get_btn {
    margin-top: 20px;
}
.warranty_imgs {
    position: relative;
    height: 100%;
}
.warranty_imgs img {
    height: 100%;
    object-fit: cover;
}
.home_warranty .col-lg-6.col-md-6 {
    padding: 0;
}
.warranty_text_sec1 {
    padding: 60px 0px 60px 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.warranty_text_bb {
    max-width: 632px;
    padding: 10px;
}
.warranty_text_sec1 p {
    color: #fff;
    line-height: 2.4em;
    font-size: 18px;
    margin-bottom: 10px;
}
.why_choose_section:before {
    position: absolute;
    content: "";
    top: 260px;
    left: 0;
    right: 0;
    max-width: 840px;
    height: 5px;
    margin: auto;
    border-bottom: 5px dashed #000;
}
.hanging-image {
    position: relative;
    top: -150px;
    left: 50%;
}

/*-----------Thank You Page----------*/
.inner_banner_section {
    position: relative;
    background: #1c3158;
    padding: 40px 0;
}
.thanku_txts_aa span {
    display: block;
}
.thanku_txts_aa p {
    font-size: 18px;
}
.thanku_content {
    position: relative;
}
.thanku_you_sect {
    position: relative;
    display: block;
    align-items: center;
    padding: 43px 0 0;
    border-top: 6px solid #4274C5;
}
.thanku_bottom p {
    font-size: 18px;
    font-weight: 600;
    color: #3475b7;
}

/*------Footer Css------*/
.footer_copyright {
    position: relative;
    background: #000;
    padding: 20px 0 30px;
}
.copyright_txts p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 35px;
	font-family: 'Roboto', sans-serif;
}
.copyright_txts p:last-child {
    margin-bottom:0;
}
.copyright_txts p a {
    color: #fff;
}

@media screen and (max-width: 990px) {
    #form-text {
        display:block;
    }

    /*.get_quote {*/
    /*    font-size: 16px;*/
    /*    padding: 8px 0;*/
    /*    margin-top: 15px;*/
    /*    margin-bottom: 0px;*/
    /*}*/
}

