
html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
     font-family: "Poppins", sans-serif;
    color: #161824;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    background: #FFF;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -moz-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

img {
    border: none;
    margin: 0px;
    max-width: 100%;
}

h1 {
     font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 55px;
    margin: 0px;
    padding: 0px;
}

h2 {
     font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 52px;
    margin: 0px;
    padding: 0px;
}

h3 {
     font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin: 0px;
    padding: 0px;
}

h4 {
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}

h5 {
     font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h6 {
     font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    margin: 0px;
    padding: 0px;
}

p {
     font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 29px;
    margin: 0px;
    padding: 0px;
}

button {
     font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

form,
input,
select,
textarea {
    margin: 0px;
    padding: 0;
     font-family: "Poppins", sans-serif;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus,
select:focus-visible {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
    margin: 0px;
    padding: 0;
}

li {
    list-style: none;
}

.customClear {
    clear: both;
    font-size: 0em;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}


/*IE below 9*/

#ieWrapper {
    background: #000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
    position: relative;
    width: 555px;
    padding: 20px;
    margin: 200px auto 0 auto;
    background: #FFF;
    border: 7px solid #2b2927;
}

.btnIeUpdate {
    background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
    width: 144px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ieLogo {
    float: left;
    width: 134px;
    height: 139px;
    background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
    float: right;
    margin: 0;
    padding: 0;
    width: 350px;
    color: #666;
    font-size: 15px;
    line-height: 18px;
}

.ieContent strong {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #cccccc;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}


/*End IE below 9*/


/* -------------------------------flex-slider Start-------------------------------------------------------------------------- */

@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ====================================================================================================================
	* RESETS
	* ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* ====================================================================================================================
	* BASE STYLES
	* ====================================================================================================================*/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}


/* ====================================================================================================================
	* DEFAULT THEME
	* ====================================================================================================================*/

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

@-moz-document url-prefix() {
    .loading .flex-viewport {
        max-height: none;
    }
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.flex-control-nav li {
    margin: 13px 6px;
    display: block;
    zoom: 1;
    display: inline;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: #cf2e2e;
    border: 1px solid #ffffff;
    background: #cf2e2e;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 36px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #396195;
    background: #396195;
    cursor: default;
    border: 0;
    width: 7px;
    height: 7px;
    margin-left: 38px;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.menu-item-has-children{
    position: relative;
}

.menu-item-has-children::before{
    position: absolute;
    content: '';
    background: url(../images/down_icon.png) no-repeat 0 0;
    width: 15px;
    height: 17px;
    right: -19px;
    top: 2px;
    transition: all ease-in .3s;
    cursor: pointer;
}


.menu-center .menu-item-has-children:hover::before, .mobile-menu .menu-item-has-children.active::before{
    transform: rotate(180deg);
}

.menu-item-has-children .sub-menu{
    position: absolute;
    top: 20px;
    left: -28px;
    flex-direction: column;
    gap: 15px 0;
    padding: 15px;
    align-items: baseline;
    display: none;
    background: #e74c3c;
    width: 195px;
    height: auto;
    border-radius: 5px;
}

.menu-item-has-children .sub-menu li:not(:last-child){
    border-bottom: solid 1px #ffffff59;
    padding-bottom: 10px;
    width: 100%;
}

.menu-center .menu-item-has-children:hover .sub-menu, .mobile-menu .menu-item-has-children.active .sub-menu{
    display: flex;
}


.menu-item-has-children .sub-menu li a{
    font-size: 16px;
}

.contact-menu {
    padding-left: 15px;
}

.item-box .item-img .tab-icon-hover{
    display: none;
}

.item-box .item-img .tab-icon-main{
    display: block;
}

.item-box:hover .item-img .tab-icon-main{
    display: none;
}

.item-box:hover .item-img .tab-icon-hover{
    display: block;
}

.top-social-media a img,.info-icon img,.footer-contact-location .footer-contact-mail::before,.footer-contact-location .footer-address::before,.footer-contact-location .footer-contact-number::before{
	filter: brightness(0) saturate(100%) invert(47%) sepia(46%) saturate(5151%) hue-rotate(337deg) brightness(93%) contrast(95%);
}

.partners-slider.owl-carousel .owl-item img {
    aspect-ratio: 3 / 1.5;
    object-fit: contain;
}

.left-content figure img{
    width: 100%;
    border-radius: 20px;
}
    .footer-text a{
        display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
    }
    .about-wrap h2{
        max-width: 100% !important;
    }
    .testimonail{
   padding-top: 100px;
   padding-bottom: 100px;
   background-color: #FFE6E6;
}
.zoonic-section .page-center{
    display: flex;
    z-index: 1;
    gap: 96px;
    padding-top: 50px;
    padding-bottom: 57px;
    align-items: center;
}
.zoonic-left{
    max-width: 887px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.zoonic-right{
    max-width: 400px;
    width: 100%;
}
.zoonic-left img{
    max-width: 213px;
    width: 100%;
    object-fit: contain;
}
.zoonic-section{
    padding: 0 !important;
    background-size: cover !important;
}
.zoonic-right input[type="text"],.zoonic-right input[type="number"],.zoonic-right input[type="email"]{
    height: 27px;
    display: flex;
    align-items: center;
    padding: 10px 18px;
    color:#000;
    font-size: 15px;
    background-color: #fff;
    border: none !important;
    border-radius: 8.62px;

}
.zoonic-right .form-content textarea{
    display: flex;
    align-items: center;
    padding: 10px 18px;
    color:#000;
    font-size: 15px;
    background-color: #fff;
    border: none !important;
    border-radius: 8.62px;
    height: 50px;
}
.zoonic-right input[type="submit"]{
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 12px 44px;
  background-color: #201D1D;
  border-radius: 7px;
  transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
  border: none !important;
  cursor: pointer;
}
.zoonic-right input[type="submit"]:hover{
    background-color: #fff;
    color: #000;
}
.zoonic-right h4{
    font-weight: 700;
    padding-bottom: 15px;
}
.zoonic-left h2,.zoonic-left p,.zoonic-right h4{
    color: #fff;
}
.zoonic-right .wpcf7-form-control-wrap{
    display: flex;
}
.grecaptcha-badge{
    display: none !important;
}
/* ====================================================================================================================
	* RESPONSIVE
	* ====================================================================================================================*/

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}


/* -------------------------------flex-slider End-------------------------------------------------------------------------- */


/* Whatsapp icon starts here */

.whatsapp-icon {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 45px;
    width: 39px;
    height: 39px;
    margin: auto;
    z-index: 2;
}

.whatsapp-img {
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.whatsapp-img:before,
.whatsapp-img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(220, 244, 222, 1);
    animation: pulse 2s infinite;
}

.whatsapp-img:after {
    animation-delay: .3s;
}

.whatsapp-img:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 244, 222, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220, 244, 222, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 244, 222, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(220, 244, 222, 1);
        box-shadow: 0 0 0 0 rgba(220, 244, 222, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(220, 244, 222, 0);
        box-shadow: 0 0 0 20px rgba(220, 244, 222, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(220, 244, 222, 0);
        box-shadow: 0 0 0 0 rgba(220, 244, 222, 0);
    }
}


/* Whatsapp icon ends here */

.page-center {
    /* max-width: 1115px; */
    max-width: 1600px;
    width: 90vw;
    margin: 0 auto;
    position: relative;
}

.header-top {
    background: #f0f4f9;
    width: 100%;
    height: 45px;
}

.header-top-center {
    /* max-width: 1115px; */
    max-width: 1600px;
    width: 90vw;
    margin: 0 auto;
    display: flex;
    height: 100%;
}

.top-social-media {
    /* display: flex; */
    align-items: center;
    display: none;
}

.top-social-media a {
    padding: 0 16px;
    display: flex;
    position: relative;
}

.top-social-media a:not(:last-child)::after {
    content: "";
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 26px;
}

.top-right-menu {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.top-right-menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.top-right-menu ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #e74c3c;
    padding: 0 20px;
    position: relative;
}

.top-right-menu li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 26px;
    background-color: #ccc;
}

header {
    position: relative;
}

.site-logo {
    padding: 20px 0 0 0;
    width: 220px;
}

.site-logo a {
  display: flex;
}

.main-header-center {
    margin: 0 auto;
    /* max-width: 1115px; */
    max-width: 1600px;
    width: 90vw;
    position: relative;
    display: flex;
    padding-bottom: 38px;
    z-index: 0;
}

.main-header-right {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
}

.main-header-right ul {
    display: flex;
    margin: 0;
}

.main-header-right ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #e74c3c;
    margin-left: 30px;
    margin-top: 9px;
    display: inline-block;
}

.main-header-right ul li.header-phone a.secondNum {
  margin-left: 5px !important;
}

.main-header-right ul li.header-mail {
    padding: 15px;
    background: url("../images/mail.png") 0 no-repeat;
    background-position: top 19px left;
    background-size: 32px;
}

.main-header-right ul li.header-phone {
    padding: 15px;
    background: url("../images/phone.png") 0 no-repeat;
    background-position: top 19px left;
    background-size: 32px;
}

.main-header-right ul li span {
    margin-left: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #7f99bb;
    /* display: flex; */
    display: none;
}

.main-header-right li.header-mail :not(:last-child)::after {
    content: "";
    border-right: 1px solid #ccc;
    padding: 0px 0 20px 0;
    margin: 30px 7px 30px 22px;
    position: relative;
  top: -7px;
}

.menu-center {
    background: #e74c3c;
    /* max-width: 1115px; */
    max-width: 1600px;
    width: 90vw;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
    z-index: 1;
}

.menu-left {
    width: 50%;
}

.menu-left ul {
    display: flex;
    padding-left: 42px;
    margin: 0;
    gap: 30px;
    height: 100%;
    align-items: center;
}

.menu-left ul a {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

.menu-right {
    width: 50%;
}

.menu-right .get-btn {
    font-size: 17px;
    background: #cf2e2e;
    padding-left: 38px;
    min-width: 244px;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-right ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.menu-right ul a {
    color: #ffffff;
    font-size: 15px;
    font-size: 17px;
    font-weight: 600;
    display: block;
}

.next-img {
    padding: 26px 26px 24px 26px;
}

.menu-right ul a img {
    display: block;
}


/* Mobile menu starts here */

.menu-icon {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 28px;
    border-radius: 5px;
    background-color: #e74c3c;
    cursor: pointer;
}

.menu-icon span {
    width: 20px;
    height: 2px;
    margin: 2px 0;
    border-radius: 50%;
    background-color: #fff
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #e74c3c;
    z-index: 2;
    transition: all ease .3s;
}

.mobile-menu.active {
    left: 0;
}

.menu-content {
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.menu-close {
    position: absolute;
    top: 15px;
    right: 3.5vw;
    max-width: 20px;
    cursor: pointer;
}

.mobile-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-top {
    margin-bottom: 30px;
}

.menu-top li {
    margin-bottom: 15px;
}

.menu-top li a {
    color: #fff !important;
    font-size: 15px;
}

.menu-bottom ul {
    display: flex;
    justify-content: center;
}

.menu-bottom .get-btn {
    font-size: 15px;
    background: #cf2e2e;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgb(0 68 158 / 30%);
    border-radius: 15px;
    height: 40px;
    padding: 0 25px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.menu-bottom .next-img {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
}


/* Mobile menu ends here */

.home-banner {
    background: #cf2e2e;
    width: 100%;
    position: relative;
}

.banner-first-slide {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-center {
    /* max-width: 1115px; */
    max-width: 1600px;
    width: 90vw;
    margin: 0 auto;
    padding-top: 172px;
    padding-bottom: 230px;
}

.banner-text {
    max-width: 696px;
    width: 100%;
}

.banner-text span {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 28px;
}

.banner-text span::after {
    content: "";
    border-top: 2px solid #ffffff;
    width: 60px;
    display: inline-block;
    margin: 0 0 5px 20px;
}

.banner-text h2 {
    font-size: 55px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
    padding: 28px 0 35px 0;
}

.banner-text p {
    font-size: 19px;
    font-weight: normal;
    color: #ffffff;
    padding: 0 0 7px 20px;
    border-left: 2px solid #ffffff;
    max-width: 489px;
    width: 100%;
}

.banner-btn-wrapper {
    margin-top: 35px;
}

.banner-get-quote-btn {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #cf2e2e;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600
}

.banner-get-quote-btn:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 17px;
    background: none;
}

.banner-contact-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 17px;
    margin-left: 20px;
    font-weight: 600
}

.banner-contact-btn:hover {
    background: #ffffff;
    color: #cf2e2e;
}

.insurance-type {
    position: relative;
    background-color: #fff;
}

.type-box {
    position: absolute;
    /* max-width: 1270px; */
    max-width: 1755px;
    width: 95vw;
    margin: auto;
    top: -130px;
    left: 0;
    right: 0;
    /* width: 100%; */
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}

.type-content {
    position: relative;
    padding: 165px 45px 85px;
    padding-bottom: 20px !important;
}

.type-content-wrap {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    padding: 0 20px 20px;
    text-align: right;
}

.type-content-wrap>a {
    color: #cf2e2e !important;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 300;
}

.type-item-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.item-box {
    flex-basis: calc(13% - 15px);
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #e6edf9;
    background-color: #fff;
    transition: all .3s ease;
}

.item-box:hover,
.item-box.active {
    background-color: #cf2e2e;
    box-shadow: 0 0 35px 0 #84a2c0;
}

.item-box a {
    display: block;
    padding: 18px 10px;
    color: #cf2e2e !important;
    transition: all .3s ease;
    font-size: 17px;
    font-weight: 500;
}

.item-box:hover a,
.item-box.active a {
    color: #fff !important;
}

.item-img {
    margin-bottom: 12px;
    max-height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.registartion-form {
    display: flex;
    width: 100%;
    flex-wrap: inherit !important;
    margin-bottom: 60px;
    padding-bottom: 30px;
    position: relative;
}

.registartion-form .left-section {
    flex-grow: 1;
    font-size: 24px;
    color: #a1afd1;
    font-weight: 300;
}

.registartion-form .right-section {
    align-self: center;
    width: 240px;
}

.registartion-form .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #cf2e2e;
    margin: auto !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
}

.seection-row {
    display: flex;
    padding-bottom: 15px;
}

.input-secrtion {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.seection-row .input-wrap .wpcf7-form-control-wrap {
    width: 100%;
}

.input-secrtion select {
    appearance: none;
    background-color: #FFF;
    -webkit-appearance: none;
    border: 1px solid #a1afd1;
    font-size: 22px;
    color: #5e719f;
    /* width: 200px; */
    width: 128px;
    margin-left: 18px;
    padding: 5px 40px 5px 5px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(50%), calc(100% - 15px) calc(50%), calc(100% - 40px) 1px;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-radius: 8px;
    cursor: pointer;
}

.input-secrtion label {
    padding-bottom: 3px;
    display: inline-block;
}

.seection-row .input-wrap {
    flex-basis: inherit;
}

.button-wrap {
    flex-basis: 25%;
    cursor: pointer;
}

.formTab {
    display: none;
}

.formTab.active {
    display: block;
}

.input-wrap input {
    width: calc(100% - 55px);
    height: 60px;
    border: 0;
    border-bottom: 1px dashed #b2e3f6;
    font-size: 24px;
    font-weight: 300;
    padding: 0 8px;
}



.button-wrap {
    text-align: right;
}

.button-wrap .quote-submit {
    height: 60px;
    border: 0;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    padding: 0 40px;
    background-color: #cf2e2e;
    box-shadow: 0 5px 10px 0 rgb(0, 68, 158, 0.3);
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.text-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.helper-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.helper-text a {
    color: #cf2e2e !important;
    font-size: 19px;
    font-weight: 300;
    line-height: 16px;
}

.helper-text .divider {
    width: 1px;
    padding-top: 4px;
    height: 100%;
    margin: 0 8px;
    border-right: 1px solid #a3b1d2
}

.recent-quote {
    display: flex;
    align-items: flex-end;
}

.recent-quote a {
    color: #cf2e2e !important;
    font-size: 19px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 45px;
}

.inspire-us {
	padding-top: 100px;
	padding-bottom: 100px;
    background-color: #fff;
    background-image: url('../images/bgInspireUs.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inspire-wrap {
    /* max-width: 1170px; */
    max-width: 1600px;
    width: 90vw;
    margin: 0 auto;
    display: flex;
}

.inspire-item {
    flex-basis: 50%;
}

.left-content {
    margin-right: 70px;
    position: relative;
}

.left-text {
    position: absolute;
    bottom: 0;
    left: 68px;
    right: 68px;
    margin: auto;
    transform: translateY(50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 25px;
    border-radius: 10px;
    background-color: #cf2e2e;
}

.quote-img {
    max-width: 57px;
    margin-right: 18px;
    flex-basis: 57px;
}

.left-text p {
    flex-basis: calc(100% - 75px);
    font-size: 18px;
    color: #fff;
}

.right-content {
    margin-left: 25px;
}

.right-content h5 {
    color: #cf2e2e;
    margin-bottom: 18px;
}

.right-content h2 {
    color: #201d1d;
    margin-bottom: 30px;
}

.right-content h6 {
    color: #333333;
    margin-bottom: 50px;
}

.inspire-item .read-more {
    display: flex;
    align-items: center;
    height: 65px;
    width: fit-content;
    border: 0;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 600;
    padding: 0 50px;
    background-color: #cf2e2e;
    box-shadow: 0 5px 25px 0 rgb(0, 0, 0, 0.25);
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.inspire-item .read-more:hover{
  background-color: #000;
}
.purpose {
	background: linear-gradient(to left, #fed4d4 0%, #fff 70%);
    position: relative;
}

.purpose .graphics {
    position: absolute;
    top: 220px;
    left: 145px;
    z-index: -1;
}

.purpose-wrap {
    padding: 100px 0 100px;
    /* max-width: 1135px; */
    max-width: 1600px;
    width: 90vw;
    margin: auto;
    text-align: center;
}
.site-logo img{
	height: 75px;
	object-fit: contain;
}
.purpose-wrap h2 {
    color: #cf2e2e;
    margin-bottom: 25px;
}

.purpose-wrap p {
    font-size: 19px;
    color: #5a5a5a;
    margin-bottom: 80px;
}

.purpose-wrap a {
    color: #cf2e2e;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
}

.insurance-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.insurance-item {
    flex-basis: calc(50% - 20px);
}

.insurance-box {
    padding: 40px 35px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    height: calc(100% - 80px);
}

.insurance-box h4 {
    font-weight: 600;
    color: #cf2e2e;
    margin-bottom: 18px;
}

.insurance-box a {
    color: #cf2e2e !important;
    font-size: 16px;
}

.insurance-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.insurance-img {
    flex-basis: 72px;
    min-height: 72px;
}

.insurance-img img {
    height: 72px;
}

.insurance-text {
    flex-basis: calc(100% - 98px);
}

.insurance-text p {
    color: #5a5a5a;
    line-height: 21px;
    margin-bottom: 0;
}

.partners {
    background-color: #fff;
    background-image: url('../images/bgInspireUs.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.partners-wrap {
    /* max-width: 1170px; */
    max-width: 1600px;
    width: 90vw;
    margin: auto;
}

.partners-wrap h2 {
    color: #cf2e2e;
    margin-bottom: 45px;
    text-align: center;
}

.partners-wrap p {
    color: #5a5a5a;
    margin-bottom: 65px;
    text-align: center;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 55px;
}
  .testimonial-slider .owl-stage{
    display: flex;
  }
  .testimonial-slider .owl-stage .owl-item{
    display: flex;
  }
.owl-carousel .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #ffb4b4;
    margin: 0 6px;
}

.owl-carousel button.owl-dot.active {
    box-shadow: 0 5px 5px 0 rgb(0, 0, 0, 0.1);
    background-color: #cf2e2e
}

.partner-img {
    padding: 5px 12px;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(232, 249, 254, .5);
    background-color: #fff;
	border: 2px solid #ffe3e3;
    flex-basis: calc(20% - 15px);
    /* height: 100px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-img img {
    margin: auto;
    /* max-height: 100px; */
    /* width: auto !important; */
}

.free-consultaion {
    padding: 100px 0;
    background: url("../images/free-consultaion-banner.jpg") 0 no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

.free-consultaion::after {
    content: "";
	background:#cf2e2e;
	background: linear-gradient(90deg, rgba(255, 180, 180,0.88) 0%, rgba(207, 46, 46,0.88) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.free-consultaion-center {
    /* max-width: 1115px; */
    max-width: 1600px;
    width: 90vw;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.free-consultaion-center h2 {
    color: #ffffff;
    font-size: 54px;
    font-weight: bold;
}

.free-consultaion-center p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    padding: 35px 0 56px 0;
}

.free-consult-btn {
    background: #ffffff;
    color: #e74c3c;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 274px;
    margin: auto;
    padding: 0 35px;
    height: 83px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0px 5px 70px 0px rgb(0 0 0 / 25%);
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.free-consult-btn:hover{
    background-color: #000;
    color: #fff;
}
.footer-contact-location a{
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);

}
.footer-contact-location a:hover{
    color: #cf2e2e;
}
.footer-section {
    background: url("../images/footer-right-bg.jpg") right bottom no-repeat;
    padding-top: 100px;
}

.footer-content {
    /* max-width: 1170px; */
    max-width: 1600px;
    width: 90vw;
    margin: 0 auto;
    /* width: 100%; */
    padding-bottom: 50px;
}

.footer-wrapper {
    display: flex;
    /* gap: 77px; */
    gap: 25px;
    justify-content: space-between;
}

.footer-logo-section {
    /* max-width: 400px; */
    max-width: 560px;
    width: 100%;
}

.footer-logo-section img {
    /* width: 128px; */
    width: 220px;
}

.footer-logo-section p {
    padding-top: 15px;
}

.footer-text {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 300;
}

.footer-bottom .footer-text {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact-section {
    max-width: 390px;
    width: 100%;
}

.footer-heading {
    color: #cf2e2e;
    font-size: 24px;
    font-weight: 500;
    padding-top: 20px;
}

.footer-contact-location {
    margin: 0;
    padding: 0;
}

.footer-contact-location .footer-address::before {
    content: "";
    background: url("../images/location.png") 0 no-repeat;
    padding: 0 14px;
    height: 16px;
    margin-top: 5px;
}

.footer-contact-location li {
    display: flex;
}

.footer-contact-location li:first-child {
    padding-top: 35px;
}

.footer-contact-location li p {
    width: 320px;
}

.footer-contact-number {
    padding-top: 25px;
}

.footer-contact-location .footer-contact-number::before {
    content: "";
    background: url("../images/footer-phone.png") 0 no-repeat;
    padding: 0 14px;
}

.footer-contact-mail {
    padding-top: 25px;
}

.footer-contact-location .footer-contact-mail::before {
    content: "";
    background: url("../images/footer-mail.png") 0 no-repeat;
    padding: 0 14px;
}

.footer-social-media-container {
    padding-top: 35px;
}

.footer-social-media-container a {
    padding-right: 5px;
}

.footer-social-media>img {
    padding-top: 20px;
}

.footer-bottom {
    background: #f0f4f9;
    padding: 30px 20px;
}

.footer-bottom p {
    text-align: center;
    align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap:15px;
}

.footer-bottom a img {
    width: 100%;
    max-width: 72px;
    margin-left: 5px;
}

/* Cover desk */
.coverdeskWrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.coverdeskImg {
  max-width: 160px;
  flex-basis: 160px;
  margin-right: 10px;
}
.coverdeskImg img {
  width: 100% !important;
}
.coverdeskText {
  margin-right: 10px;
}
.coverdeskText .footer-text {
  padding: 0 !important;
  font-weight: 500;
}


/* Inner Pages */

.inner-banner {
    background: url('../images/innerBanner.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
}

.banner-center h1 {
    color: #fff;
    text-align: center;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb a,
.breadcrumb h6,
.breadcrumb span {
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
}

.breadcrumb span {
    margin: 0 5px;
}

.inner-content {
    background-color: #fff;
    background-image: url('../images/bgInspireUs.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
}

.about-wrap {
    padding-top: 100px;
}

.inner-content h2 {
    max-width: 530px;
    font-size: 45px;
    color: #201d1d;
    margin-bottom: 30px;
}

.inner-content p {
    font-size: 20px;
    color: #333333;
}

.contact-info {
    position: relative;

}
.contactform-wrapper{
    background-color: #fff;
  border-radius:20px;
  box-shadow: 0 5px 40px 0 rgb(0 0 0 / 10%);
  padding: 30px;
  padding-bottom: 50px;
}
.info-box {
    position: absolute;
    margin: auto;
    top: -100px;
    left: 0;
    min-height: 274px;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 40px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}

.tabs-nav li {
    float: left;
}

.tabs-nav li a {
    font-size: 20px;
    font-weight: 700;
    color: #a6a9ab;
    display: block;
    padding-right: 35px;
    text-decoration: none;
    padding-bottom: 15px;
}

.tabs-nav a:hover {
    color: #cf2e2e;
}

.tabs-nav li.tab-active a {
    color: #cf2e2e;
    cursor: default;
    position: relative;
}

.tabs-nav li.tab-active a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 45%;
    height: 4px;
    border-radius: 4px;
    background: #cf2e2e;
}

.tabs-stage {
    clear: both;
    position: relative;
    top: -1px;
    padding-top: 40px;
}

.info-wrap {
    position: relative;
    padding: 30px 0;
}

.info-box:before {
    content: '';
    width: 56px;
    height: 62px;
    background: url('../images/graohicsBlue.png') no-repeat;
    background-size: contain;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
}

.info-tab {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.info-details {
    padding: 0 45px;
    display: flex;
    position: relative;
    gap: 20px;
}

.info-details:after {
    content: '';
    width: 1px;
    height: 72px;
    background-color: #e5eaf1;
    position: absolute;
    right: 0;
    top: -4px;
}

.info-item:last-child .info-details:after {
    display: none;
}
.info-icon img {
    max-width: 30px;
}

.info-text {
    flex-basis: calc(100% - 45px);
}

.info-text h6,
.info-text a {
    font-weight: 600;
    color: #e74c3c;
    line-height: 22px;
    font-size: 18px;
}

.info-text p {
    font-size: 15px;
    color: #8ba2c1
}

.contact-map {
    display: flex;
    flex-wrap: wrap;
    padding-top: 228px;
}

.contact-form {
    width: 100%;
}

.map,
.contactform-wrapper {
    width: 100%;
}

.map img {
    width: 100%;
}


.form-content input,
.form-content textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5eaf1;
    padding: 24px 0;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

.form-content textarea {
    height: 100px;
    position: relative;
    background-image: url('../images/graphicsTextarea.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right bottom;
}

.form-content textarea:after {
    position: absolute;
    bottom: 2px;
    right: 0;
    content: '';
    background: url('../images/graphicsTextarea.png') no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 11px;
    height: 10px;
}

.form-content input::placeholder,
.form-content textarea::placeholder {
    color: #5A5A5A;
}

.form-content input:-ms-input-placeholder,
.form-content textarea:-ms-input-placeholder {
    color: #5A5A5A;
}

.form-content input::-ms-input-placeholder,
.form-content textarea::-ms-input-placeholder {
    color: #5A5A5A;
}

.contact-form .contact-submit {
    border: 0;
    border-radius: 10px;
    background-color: #e74c3c;
    color: #fff;
    padding: 18px 22px;
    margin-top: 60px;
    cursor: pointer;
}

.inner-whitebg {
    background: #fff;
}

.inner-whitebg .graphicsLeft img,
.inner-whitebg .graphicsTopRight img,
.inner-whitebg .graphicsBottomRight img {
    width: 100%;
}

.inner-whitebg .graphicsLeft {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 960px;
    z-index: 0;
}

.inner-whitebg .graphicsTopRight {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 480px;
}

.inner-whitebg .graphicsBottomRight {
    position: absolute;
    right: 20px;
    bottom: 290px;
    max-width: 335px;
}

.products-wrap {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.btn_get_a_quote {
    background: #e74c3c;
    color: #FFF;
    padding: 10px 15px;
    font-size: 20px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px;
}

.tabNav-wrap {
    flex-basis: 318px;
}

.tabNav-wrap .contact-form {
    padding: 50px 0;
    /* padding-left: 32px; */
}

.tabNav-wrap .form-content {
  padding-right: 0;
}

.tabNav-wrap .contact-form h3 {
    color: #e74f40;
}

.tabPanel-wrap {
    flex-basis: calc(100% - 318px);
    max-width: calc(100% - 318px);
}

.tabNav .tab {
    margin: 0;
    margin-top: 25px;
    padding: 42px 0;
    border-radius: 20px;
	background-color: #e74c3c;
	background: linear-gradient(to top, #e74c3c, #f19a90);
	box-shadow: 5px 5px 40px 0px rgba(230, 134, 126,0.6);
}

.tabNav .tab .tablinks {
    padding: 18px 32px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e74c3c;
}

.tabNav .tab .tablinks:last-child {
    border-bottom: 0;
}

.tabNav .tab .tablinks.active {
    color: #e74c3c;
}

.tabNav .tab .tablinks.active:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    right: -22px;
    background-color: #fff;
    z-index: -1;
}

.tabNav .tab .tablinks.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    width: 23px;
    height: 15px;
    background: url('../images/graphicsTriangle.png') no-repeat;
    background-position: left -1px top -1px;
    background-size: contain;
}

.tabPanel {
    padding-left: 100px;
}

.tabPanel .tabcontent {
    display: none;
}

.tabPanel .tabcontent.active {
    display: block;
}

.policy-details {
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f7f7f7;
}

.policy-details:first-child {
    padding-top: 0;
}

.policy-details:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.policy-details h3 {
    margin-bottom: 10px;
    color: #e74c3c;
}

.policy-details p {
    font-size: 16px;
    color: #444444;
}

.tableWrap {
  overflow-x: auto;
}

.tableWrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

.tableWrap td {
  font-size: 16px;
  color: #444444;
  padding: 8px 10px;
}

.tableWrap .thead {
  padding-bottom: 10px;
  border-bottom: 1px solid #444444;
}
.form-content input, .form-content textarea{
	transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.form-content input:focus, .form-content textarea:focus{
     border-color: #e74c3c;
}
.contact-info .info-wrap{
    padding-bottom: 71px;
}
.blog{
  padding-top: 100px;
  padding-bottom: 100px;
}
.title-section{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.title-section h2{
   color: rgba(207, 46, 46, 1); 
   line-height: normal;
   font-weight: 700;
}
.title-section p{
    font-size: 19px;
    color: #5a5a5a;
    max-width: 700px;
    margin: 0 auto;
}
.blog-slider{
    margin-top: 55px;
}
.blog-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.blog-item>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blog-item img{
   max-height: 290px;
   height: 290px;
   object-fit: cover;
   border-radius: 15px;
   aspect-ratio: 3 / 1.6;
}
.blog-item label{
    color: rgba(90, 90, 90, 1);
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
}
.blog-item p{
    color: rgba(32, 29, 29, 1);
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
}
.blog-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.blog-slider .owl-nav button.owl-prev,
.blog-slider .owl-nav button.owl-next {
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    border: none;
    pointer-events: all;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 0;
}

.blog-slider .owl-nav button.owl-prev {
    background-image: url('../images/arrow-left.svg');
    left: -60px;
    position: absolute;
    background-size: 14px 22px;
}

.blog-slider .owl-nav button.owl-next {
    background-image: url('../images/arrow-right.svg'); 
    right: -60px;
    position: absolute;
    background-size: 14px 22px;
}
.testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.testimonial-slider .owl-nav button.owl-prev,
.testimonial-slider .owl-nav button.owl-next {
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    border: none;
    pointer-events: all;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 0;
}

.testimonial-slider .owl-nav button.owl-prev {
    background-image: url('../images/arrow-left.svg');
    left: -60px;
    position: absolute;
    background-size: 14px 22px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.testimonial-slider .owl-nav button.owl-next {
    background-image: url('../images/arrow-right.svg'); 
    right: -60px;
    position: absolute;
    background-size: 14px 22px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.owl-nav .disabled{
    opacity: 0.5;
}
.testimonial-item{
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 29px 37px 50px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.testimonial-item>img{
   width: 60px !important;
   height: 40px !important;
   object-fit: contain;
   margin: 0 auto;
}
.testimonial-item>p{
    color: #404040;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
}
.user-data{
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
    position: absolute;
    top: calc(100% - 30px);
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: fit-content;
}
.user-data img{
   width: 60px !important;
   height: 60px !important;
   object-fit: cover;
   border-radius: 50%;
   margin: 0 auto;
}
.user-data h6{
    line-height: normal;
    color: #404040;
}
.user-data p{
    font-size:14px;
    line-height: normal;
    color: #404040;
}
.testimonail-wrapper{
    background-color: #FFE6E6;
    margin-top: 39px;
}
.testimonial-slider .owl-stage-outer{
    overflow: visible;
    position: relative;
}
.testimonial-slider .owl-stage-outer::before{
    width: 100vw !important;
    height: 100%;
    content: "";
    width: 100vw;
    top: 0;
    left: -100vw;
    background-color: #FFE6E6;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.testimonial-slider .owl-stage-outer::after{
    width: 100vw !important;
    height: 100%;
    content: "";
    width: 100vw;
    top: 0;
    right: -100vw;
    background-color: #FFE6E6;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.blog-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 65px;
    row-gap: 59px;
    padding-top: 100px;
}
.blog-wrapper .blog-item{
    max-width: 392px;
    width: 100%;
}
.blog-detail-wrapper{
    padding-top: 100px;
    display: flex;
    gap: 43px;
    justify-content: center;
}
.blog-detail-wrapper .blog-left{
    max-width: 841px;
    width: 100%;
}
.blog-detail-wrapper .blog-wrapper{
    padding-top: 0;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
}
.blog-content img{
   width: 100%;
   border-radius: 15px;
   height: auto;
   margin-bottom: 17px;
}
.banner-center>span{
    color: #ffdada;
    text-align: center;
    display: block;
    font-size: 15px;
}
.blog-detail-wrapper .blog-item{
    gap: 6px;
}
.blog-content{
   display: flex;
   flex-direction: column; 
}
.blog-content p{
    color: #5A5A5A; 
    font-size: 17px;
    line-height: normal;
    padding-bottom: 8px;
    font-weight: 400;
}
.blog-content ul{
   display: flex;
   flex-direction: column;
   gap: 3px; 
   list-style: disc; 
   margin: 0;
   padding-left: 25px;
}
.blog-content ul li{
    color: #5A5A5A; 
    font-size: 17px;
    line-height: normal;
    padding-bottom: 8px;
    font-weight: 400;
    list-style: disc;
}
.blog-content a{
    font-weight: 600;
    color: #000;
}
.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{
    max-width: 100%; 
}
.blog-content input:not([type="submit"]),.blog-content textarea{
    padding: 10.5px 21px;
    color: #5A5A5A !important;
    font-size: 10px;
    line-height: normal;
    font-weight: 400;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    height: auto;
  width: 100%;
}
.blog-content .input-wrap{
    margin-bottom: 17px;
    display: flex;
}
.blog-content p{
    padding-bottom: 20px;
}
.blog-content .input-flex{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 14.2px;
}
.blog-content .input-flex p{
    flex-grow: 1;
    display: flex;
}
.blog-content input[type="submit"]{
   background-color: #CF2E2E;
   padding: 12.5px 32.5px;
   font-weight: 600;
   color: #fff;
   font-size: 15px;
   line-height: normal;
   display: flex;
   border: none;
   cursor: pointer;
   transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.blog-content input[type="submit"]:hover{
    background-color: #000;
  color: #fff;
}
.pagination{
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.page-numbers{
    border: 1px solid #E9E9E9;
    font-size: 14px;
    line-height: normal;
    padding: 6px 12px;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #404040;
    border-radius: 4px;
    background-color: #fff;
}
.page-numbers.current{
    background-color: #CF2E2E;
    font-weight: 700;
    color: #fff;
}
/* Responsive CSS */
@media screen and (min-width: 1025px){
    .owl-item.center .testimonial-item{
        background-color: #CF2E2E;
    }
    .owl-item.center .testimonial-item>img{
        filter: brightness(0) saturate(100%) invert(68%) sepia(29%) saturate(3422%) hue-rotate(315deg) brightness(98%) contrast(105%);
    }
    .owl-item.center .testimonial-item>p{
        color: #fff;
    }
}
@media screen and (max-width: 1700px) {
    .purpose .graphics {
        top: 200px;
        left: 8.53vw;
    }
    .info-details {
        padding: 0 30px;
    }
    .inner-whitebg .graphicsLeft {
        max-width: 50vw;
    }
    .inner-whitebg .graphicsTopRight {
        max-width: 37vw;
    }
    .inner-whitebg .graphicsBottomRight {
        max-width: 21vw;
        bottom: 5.3vw;
    }
}
@media screen and (max-width: 1500px) {
    .blog-wrapper{
    gap:4.3333vw;
  row-gap: 3.9333vw;
  }
  .blog-wrapper .blog-item {
    max-width: 26.1333vw;
  }
}
@media screen and (max-width: 1300px) {
    h2,
    .inner-content h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .whatsapp-icon {
        right: 35px;
    }
    .page-center,
    .type-box,
    .menu-center,
    .banner-center,
    .main-header-center,
    .header-top-center,
    .inspire-wrap,
    .purpose-wrap,
    .partners-wrap,
    .footer-content {
        max-width: 96vw;
    }
    .button-wrap .quote-submit,
    .input-wrap input {
        font-size: 20px;
    }
    .registartion-form .left-section,
    .input-secrtion select {
        font-size: 20px;
    }
    .insurance-box h4 {
        font-size: 21px;
    }
    .purpose-wrap p {
        font-size: 17px;
    }
    .footer-wrapper {
        flex-wrap: wrap;
        gap: 45px;
    }
    .footer-logo-section {
        max-width: 100%;
        flex-basis: 100%;
        text-align: center;
    }
    .coverdeskWrap {
      justify-content: center;
    }
    .coverdeskText {
      flex-basis: unset;
    }
    .footer-contact-section,
    .footer-social-media {
        flex-basis: 50%;
        max-width: 100%;
    }
    .footer-social-media {
        flex-basis: calc(50% - 45px);
    }
    .info-text h6,
    .info-text a {
        font-size: 18px;
    }
    .info-details {
        padding: 0 25px;
    }
}
@media screen and (max-width: 1200px) {
    .blog-slider .owl-nav button.owl-prev,.testimonial-slider .owl-nav button.owl-prev{
        left: -50px;
    }
    .blog-slider .owl-nav button.owl-next,.testimonial-slider .owl-nav button.owl-next{
        right: -50px;
    }
}
@media screen and (max-width: 1024px) {
    .about-wrap,.products-wrap ,.blog-wrapper{
        padding-top: 50px;
      }
      .inner-content{
        padding-bottom: 50px;
      }
     .pagination{
        margin-bottom: -20px;
        margin-top:20px;
      }
    .free-consultaion,.blog,.testimonail{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h2 {
        font-size: 35px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
        line-height: 26px;
    }
    p,
    .inner-content p {
        font-size: 16px;
        line-height: 22px;
    }
    .whatsapp-icon {
        right: 36px;
    }
    .banner-center {
        padding-top: 125px;
        padding-bottom: 225px;
    }
    .banner-get-quote-btn,
    .banner-contact-btn {
        padding: 12px 30px;
    }
    .registartion-form {
        margin-bottom: 35px;
    }
    .registartion-form .left-section,
    .input-secrtion select {
        font-size: 17px;
    }
    .type-content {
        padding: 135px 30px 45px;
    }
    .type-content-wrap {
        padding: 0 20px 20px;
    }
    .item-box a,
    .type-content-wrap>a,
    .helper-text a,
    .recent-quote a,
    .purpose-wrap a,
    .footer-text {
        /* font-size: 14px; */
        font-size: 15px;
        line-height: 18px;
    }
    .button-wrap .quote-submit,
    .input-wrap input,
    .inspire-item .read-more {
        height: 52px;
        font-size: 17px;
    }
    .banner-text p,
    .left-text p,
    .purpose-wrap p,
    .free-consultaion-center p,
    .banner-text span {
        font-size: 16px;
    }
    .banner-text h2,
    .free-consultaion-center h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-text {
        max-width: 560px;
    }
    .banner-text h2 {
        padding: 5px 0 25px 0;
    }
    .inspire-us {
        padding-top: 50px;
		padding-bottom: 50px;
    }
    .left-content {
        margin-right: 30px;
    }
    .left-text {
        left: 45px;
        right: 45px;
        padding: 14px 20px;
    }
    .quote-img {
        max-width: 42px;
    }
    .right-content h5{
        margin-bottom: 10px;
    }
    .right-content h6,
    .partners-wrap p {
        margin-bottom: 40px;
    }
    .purpose-wrap {
        padding: 50px 0 50px;
    }
    .purpose-wrap h2,
    .partners-wrap h2 {
        margin-bottom: 15px;
    }
    .purpose-wrap>p {
        margin-bottom: 50px;
    }
    .purpose-wrap>a {
        font-size: 18px;
    }
    .purpose .graphics {
        top: 110px;
        left: 4.53vw;
        max-width: 85px;
    }
    .insurance-box {
        padding: 35px 30px;
        height: calc(100% - 75px);
    }
    .partners {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .partners-slider.owl-carousel button.owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 3px;
    }
    .free-consultaion-center p {
        padding: 18px 0 50px 0;
    }
    .free-consult-btn {
        max-width: 150px;
        height: 60px;
        font-size: 17px;
    }
    .footer-section {
        padding-top: 50px;
    }
    /* .footer-logo-section img {
        width: 112px;
    } */
    .footer-heading {
        font-size: 18px;
        padding-top: 0;
    }
    .footer-contact-location li {
        padding-top: 12px;
    }
    .footer-contact-location li:first-child,
    .footer-social-media-container {
        padding-top: 20px;
    }
    .footer-social-media>img {
        padding-top: 12px;
        max-width: 110px;
    }
    .footer-social-media-container a img {
        max-width: 30px;
    }
    .footer-bottom a img {
        max-width: 55px;
    }
    .info-text h6,
    .info-text a {
        font-size: 16px;
    }
    .info-text p {
        font-size: 13px;
        color: #8ba2c1;
    }
    .tabPanel {
        padding-left: 60px;
    }
    .owl-carousel .owl-stage-outer {
        padding-bottom: 55px;
      }
      .blog-item{
        gap: 10px;
      }
      .blog-item img{
        height: 190px;
        height: 190px;
      }
      .blog-item p{
        font-size: 16px;
      }
      .title-section p {
        font-size: 15px;
      }
      .title-section{
        gap: 10px;
      }
      .testimonial-item{
        gap: 10px;
        padding: 22px 17px 45px;
      }
      .testimonial-item > img {
        width: 40px !important;
        height: 30px !important;
      }
      .user-data img {
        width: 50px !important;
        height: 50px !important;
      }
      .blog-detail-wrapper{
        padding-top: 50px;
      }
      .blog-detail-wrapper .blog-left {
        max-width: 100%;

      }
      .blog-content img{
        width: 100%;
        border-radius: 8px;
        height: auto;
      }
      .blog-content p{
        font-size: 13px;
    line-height: 19px;
    padding-bottom: 0;
      }
      .blog-detail-wrapper .blog-wrapper{
        align-items: center;
      }
      .blog-detail-wrapper{
        flex-direction: column;
      }
      .blog-content .input-flex{
        flex-direction: column;
      }
      .blog-content .input-flex p{
        width: 100%;
      }
      .owl-item:hover .testimonial-item{
        background-color: #CF2E2E;
    }
    .owl-item:hover .testimonial-item>img{
        filter: brightness(0) saturate(100%) invert(68%) sepia(29%) saturate(3422%) hue-rotate(315deg) brightness(98%) contrast(105%);
    }
    .owl-item:hover .testimonial-item>p{
        color: #fff;
    }
    .blog-content p{
        font-size: 15px;
        line-height: normal;
    }
    .blog-content ul li{
        font-size: 15px;
        line-height: normal;
    }
    .breadcrumb h6{
        text-align: center;
    }
    .breadcrumb{
        flex-wrap: wrap;
    }
    .main-header-center{
        z-index: 1;
    }
    .zoonic-section .page-center{
        gap: 30px;
    }
    .zoonic-right input[type="submit"]{
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .main-header-right ul li a {
        /* font-size: 14px; */
        font-size: 15px;
        margin-left: 25px;
    }
    .main-header-right ul li span {
        font-size: 13px;
        margin-left: 28px;
    }
    .menu-left ul {
        padding-left: 38px;
    }
    .site-logo {
        /* width: 100px; */
        width: 190px;
    }
    .menu-left ul a,
    .menu-right .get-btn {
        font-size: 15px;
    }
    .main-header-right {
        padding-top: 20px;
    }
    .main-header-right ul li.header-mail,
    .main-header-right ul li.header-phone {
        padding-top: 0;
        background-position: top 3px left;
        padding-bottom: 0;
    }
    .menu-center {
        height: 50px;
        bottom: -35px;
    }
    .menu-right li {
        height: 50px;
        display: flex;
        align-items: center;
    }
    .banner-get-quote-btn,
    .banner-contact-btn {
        padding: 8px 22px;
        /* font-size: 14px; */
        font-size: 15px;
    }
    .banner-text p,
    .left-text p,
    .purpose-wrap p,
    .free-consultaion-center p,
    .banner-text span {
        /* font-size: 14px; */
        font-size: 15px;
    }
    .banner-text p {
        max-width: 370px;
        padding: 0 0 7px 12px;
    }
    .input-wrap input {
        font-size: 16px;
        width: calc(100% - 40px);
    }
    .registartion-form {
        margin-bottom: 25px;
    }
    .button-wrap .quote-submit,
    .inspire-item .read-more {
        border-radius: 14px;
        padding: 0 35px;
        height: 40px;
        /* font-size: 14px; */
        font-size: 15px;
    }
    .left-content {
        margin-right: 10px;
    }
    .right-content h2 {
        margin-bottom: 15px;
    }
    .right-content h6,
    .partners-wrap p {
        margin-bottom: 30px;
    }
    .left-text {
        left: 32px;
        right: 32px;
        padding: 12px 15px;
    }
    .quote-img {
        max-width: 35px;
    }
    .purpose-wrap h2,
    .partners-wrap h2 {
        margin-bottom: 10px;
    }
    .purpose-wrap>p {
        margin-bottom: 35px;
    }
    .insurance-wrap {
        margin-bottom: 0;
        gap: 20px;
    }
    .insurance-item {
        flex-basis: calc(50% - 10px);
      }
    .insurance-box {
        padding: 25px 15px;
        height: calc(100% - 50px);
    }
    .insurance-box h4 {
        font-size: 17px;
    }
    .insurance-text {
        flex-basis: calc(100% - 85px);
    }
    .purpose-wrap>a {
        font-size: 16px;
    }

    .free-consult-btn {
        max-width: 130px;
        height: 50px;
        font-size: 15px;
        padding: 0 25px;
    }
    .free-consultaion-center p {
        padding: 15px 0 30px 0;
    }
    .footer-content {
        padding-bottom: 30px;
    }

    .info-wrap {
        padding: 50px 0;
        ;
    }
    .info-details {
        padding: 0 45px;
    }
    .info-item {
        margin-bottom: 20px;
    }
    .info-item:not(:first-child) .info-details:after {
        display: none;
    }
    .contact-form .contact-submit {
        padding: 14px 22px;
    }
    .info-box {
        height: auto;
    }

    .info-item {
        flex-basis: 100%;
    }

    .type-box,
    .type-content-wrap {
        position: relative;
        top: 0;
        box-shadow: none;
    }
    .type-content {
        padding: 45px 0;
        padding-bottom: 0 !important;
    }
    .type-content-wrap {
        padding: 0 0 30px;
        text-align: center;
    }
    .type-item-wrap {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .item-box {
        flex-basis: calc(25% - 15px);
        margin: 0 7.5px;
        margin-bottom: 15px;
    }
    .item-box a {
        /* font-size: 12px; */
        font-size: 15px;
    }
    .type-content-wrap>a {
        margin-right: 0;
    }
    .main-header-right ul li.header-mail {
      padding-right: 0;
    }
    .main-header-right li.header-mail :not(:last-child)::after {
      margin: 30px 7px 30px 10px;
    }
    .main-header-right ul li a {
      font-size: 14px;
    }
    .menu-right .get-btn{
        min-width: 190px;
    }
    .menu-left {
        width: 65%;
      }
      .main-header-right ul li{
        display: flex;
    align-items: center;
    background-position:center left !important;
    padding-bottom: 0 !important;
    background-size: 23px !important;

      }
      .main-header-right ul li a{
        margin-top: 0;
      }
      .main-header-right ul{
        height: 50px;
      }
      .main-header-right li.header-mail :not(:last-child)::after{
        padding: 0px 0 10px 0;
        top: -4px;
      }
      .main-header-center{
        padding-bottom: 28px;
      }
      .blog-slider {
        margin-top: 35px;
      }
      .testimonail-wrapper{
        margin-top: 21px;
      }
      .blog-wrapper{
        gap:20px;
      }
      .blog-wrapper .blog-item {
        max-width: calc(50% - 15px);
      }
      
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 26px;
    }
    h6 {
        /* font-size: 14px; */
        font-size: 15px;
        line-height: 20px;
    }
    .menu-center {
        display: none;
    }
    .menu-icon {
        display: flex;
    }
    .mobile-menu {
        display: block;
    }
    .page-center,
    .type-box,
    .menu-center,
    .banner-center,
    .main-header-center,
    .header-top-center,
    .inspire-wrap,
    .purpose-wrap,
    .partners-wrap,
    .footer-content,
    .free-consultaion-center,
    .footer-bottom .footer-text {
        max-width: 90vw;
    }
    .top-social-media {
        padding: 12px 0;
    }
    .top-social-media a:first-child {
        padding-left: 0;
    }
    .top-right-menu {
        padding-right: 30px;
    }
    .top-right-menu ul {
        padding: 0;
    }
    .top-right-menu ul li a {
        /* font-size: 14px; */
        font-size: 15px;
        padding: 10px;
    }
    /* .site-logo {
        width: 85px;
        width: 20vw;
        min-width: 100px;
    } */
    .main-header-right li.header-mail :not(:last-child)::after {
        margin: 30px 10px;
    }
    .main-header-right ul {
        padding: 0;
    }
    .main-header-right ul li.header-mail,
    .main-header-right ul li.header-phone {
        background-size: 22px;
        padding-right: 0;
        padding-bottom: 0;
        height: 25px;
    }
    .main-header-right ul li a {
        /* font-size: 13px; */
        font-size: 15px;
        margin-left: 15px;
        margin-top: 3px;
    }
    .main-header-right ul li span {
        /* font-size: 12px; */
        font-size: 15px;
        margin-left: 16px;
    }
    .main-header-center {
        padding-bottom: 15px;
        justify-content: space-between;
       align-items: center;
    }
    .menu-bottom .get-btn {
        margin-right: 0;
    }
    .banner-center {
        padding-top: 65px;
        padding-bottom: 80px;
    }
    .banner-text {
        max-width: 380px;
    }
    .banner-text h2,
    .free-consultaion-center h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .banner-text h2 {
        padding: 0 0 20px 0;
    }
    
    .registartion-form {
        justify-content: center;
        padding-bottom: 40px;
    }
    .type-content .registartion-form {
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .registartion-form,
    .seection-row {
        display: block !important;
    }
    .registartion-form .wpcf7-response-output {
        font-size: 12px !important;
    }
    .input-secrtion {
        padding-bottom: 20px;
    }
    .registartion-form .left-section,
    .input-secrtion select {
        /* font-size: 14px; */
        font-size: 15px;
    }
    .input-wrap {
        flex-basis: 33%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    .button-wrap {
        flex-basis: 100%;
        text-align: center;
    }
    .input-wrap input {
        /* font-size: 14px; */
        font-size: 15px;
        height: 30px;
        /* width: 100% !important; */
        width: calc(100% - 16px) !important;
    }
    .helper-text,
    .text-wrap {
        display: block;
        text-align: center;
    }
    .button-wrap {
        text-align: left !important;
    }
    .helper-text a {
        display: block;
        margin-bottom: 10px;
    }
    .helper-text .divider {
        display: none;
    }
    .recent-quote {
        justify-content: center;
    }
    .recent-quote a {
        margin-right: 0;
    }
    .inspire-wrap {
        display: block;
    }
    .left-content {
        margin-right: 0;
    }
    .left-img {
        text-align: center;
    }
    .left-text {
        max-width: 400px;
    }
    .left-img img {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .right-content {
        margin-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .right-content h5,
    .right-content h2 {
        text-align: center;
    }
    .right-content h2 {
        margin-bottom: 25px;
    }
    .right-content h6 {
        text-align: left;
    }
    .purpose .graphics {
        display: none;
    }
    .insurance-item {
        flex-basis: 100%;
        max-width: 400px;
        margin: auto;
    }
    .insurance-box {
        padding: 25px;
    }

    .free-consult-btn {
        /* max-width: 120px; */
        max-width: 130px;
        /* font-size: 14px; */
        font-size: 15px;
        height: 40px;
    }
    /* .footer-logo-section img {
        width: 90px;
    } */
    .footer-wrapper {
        flex-wrap: wrap;
        gap: 25px;
    }
    .footer-contact-section,
    .footer-social-media {
        max-width: 50%;
    }
    /* .footer-text {
        font-size: 11px;
    } */
    .inner-banner .banner-center {
        padding-top: 95px;
        padding-bottom: 130px;
    }
    .inner-content p {
        text-align: left;
    }
    .banner-center h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .breadcrumb a,
    .breadcrumb h6,
    .breadcrumb span {
        font-size: 13px;
        line-height: 25px;
    }
    .banner-center > span{
        font-size: 13px;
    }
    .inner-content h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .info-item {
        flex-basis: 100%;
    }
    .info-item .info-details:after {
        display: none;
    }
    .contact-map {
        display: block;
    }
    .map,
    .contactform-wrapper {
        width: 100%;
    }
    .form-content {
        padding-right: 0;
    }
    .contact-form .contact-submit {
        /* font-size: 14px; */
        font-size: 15px;
        margin-top: 30px;
        padding: 12px 22px;
        margin-bottom: 50px;
    }
    .form-content input,
    .form-content textarea {
        /* font-size: 14px; */
        font-size: 15px;
    }
    .products-wrap {
        display: block;
    }
    .tabNav-wrap {
        max-width: 500px;
        margin: auto;
        margin-bottom: 70px;
    }
    .tabPanel-wrap {
      max-width: 100%;
    }
    .tabNav .tab .tablinks {
        font-size: 18px;
        padding: 15px 32px;
    }
    .tabPanel {
        padding-left: 0;
    }
    .tabNav-wrap .contact-form {
        padding-bottom: 0;
    }
    .tabNav-wrap .contact-form .contact-submit {
        margin-bottom: 0;
    }

    .menu-item-has-children .sub-menu li a{
        /* font-size: 14px; */
        font-size: 15px;
    }

    .menu-item-has-children .sub-menu{
        position: static;
        display: none;
        gap: 0px;
        align-items: center;
        width: auto;
        padding: 10px 0 0;
    }

    .menu-item-has-children .sub-menu li:not(:last-child) {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

  /*  .menu-top li.menu-item-has-children{
        margin-bottom: 0;
    }*/
    .menu-item-has-children::before {
        right: -5px;
        top: 4px;
    }

    .main-header-right ul {
      display: block;
  }
  .main-header-right li.header-mail :not(:last-child)::after {
    display: none;
  }
  .main-header-right ul li.header-phone {
    margin-top: 10px;
  }
  .main-header-right{
    display: none;
  }
  .site-logo{
    padding: 0;
  }
  .main-header-center{
    padding: 20px 0;
  }
  .site-logo img {
    height: 50px;
  }
  .menu-icon span{
    border-radius: 4px;
    user-select: none;
  }
  .info-tab {
    flex-direction: column;
  }
  .map, .contactform-wrapper {
    width: auto;
  }
  .contact-map{
    padding-top: 271px;
  }
  .contact-form .contact-submit{
    margin-bottom: 0;
  }
  .menu-bottom li span{
    display: none;
  }
  .menu-bottom li a{
    color: #fff !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap:7px;
    text-align: center;
    justify-content: center;
  }
  .menu-bottom ul{
    flex-direction: column;
    gap:8px;
  }
  .menu-bottom li img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(103%) contrast(101%); 
    width: 20px;
  height: 20px;
  object-fit: contain;
  }
  .tabNav .tab .tablinks.active::before{
    right: -12px;
  }
  .tabNav .tab .tablinks.active::after {
    height: 10px;
    width: 17px;
  }
  .tabNav .tab{
    padding: 20px 0;
    margin-top: 0;
  }
  .info-box{
    position: initial;
  }
  .contact-info .info-wrap {
    padding:20px 0;
  }
  .contact-wrap{
    padding-top: 50px;
  }
  .contact-map{
    padding-top: 30px !important;
  }
  .info-box::before{
    display: none;
  }
  .tabs-stage{
    padding-top: 30px;
  }
  .info-tab{
    row-gap: 3px;
  }
  .zoonic-section .page-center{
    flex-direction: column;
  }
  .zoonic-left{
    max-width: 100%;
    gap: 10px;
  }
  .zoonic-right {
    max-width: 100%;
  }
  .zoonic-left img {
    max-width: 180px;
  }
}

@media screen and (max-width: 600px) {
  .main-header-right ul li a {
    display: block;
  }
  .main-header-right ul li.header-phone a.secondNum {
    margin-left: 15px !important;
  }
  .item-box {
    flex-basis: calc(50% - 15px);
  }
  .blog-wrapper .blog-item{
    max-width: 100%;
    gap: 5px;
  }
  .blog-wrapper{
    gap: 30px;
  }
}

@media screen and (max-width: 500px) {
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .header-top {
        height: fit-content;
        padding: 10px 0;
    }
    .header-top-center {
        display: block;
    }
    .top-right-menu {
        padding-right: 0;
    }
    .top-social-media {
        justify-content: center;
    }
    .top-social-media a:not(:last-child)::after {
        display: none;
    }
    .top-right-menu ul {
        justify-content: center;
        width: 100%;
        margin-top: 0;
    }
    .top-right-menu ul li a {
        /* font-size: 13px; */
        font-size: 15px;
    }
    .main-header-right ul {
        display: block;
    }
    .main-header-right ul li a {
      /* font-size: 12px; */
      font-size: 15px;
    }
    .main-header-right ul li.header-phone a.secondNum {
      margin-left: 15px !important;
    }
    .main-header-right ul li span {
        display: none;
    }
    .main-header-right ul li.header-mail {
        height: 28px;
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }
    .main-header-right ul li.header-phone {
      display: block;
    }
    .main-header-right li.header-mail :not(:last-child)::after {
        display: none;
    }
    .main-header-center {
        padding-top: 15px;
        padding-bottom: 15px;
        align-items: center;
    }
    .main-header-right,
    .site-logo {
        padding-top: 0;
    }
    .banner-text h2,
    .free-consultaion-center h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-text span::after {
        margin: 0 0 5px 10px;
    }
    .banner-contact-btn {
        margin-left: 15px;
    }
    
    .input-wrap {
        flex-basis: 100%;
    }
    .input-secrtion {
        display: block;
    }
    .input-secrtion select {
        margin-left: 0;
    }
    .left-text {
        left: 20px;
        right: 20px;
        max-width: 300px;
    }
    .quote-img {
        margin-right: 10px;
    }
    .left-text p {
        flex-basis: calc(100% - 45px);
    }
    .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 1px;
    }
    .owl-carousel .owl-stage-outer {
        padding-bottom: 35px;
    }
    .footer-wrapper {
        display: block;
    }
    .footer-contact-section,
    .footer-social-media {
        max-width: 100%;
        padding-top: 20px;
    }
    .footer-bottom .footer-text {
        display: block;
        padding: 0 10px;
    }
    .footer-heading,
    .footer-social-media {
        text-align: center;
    }
    .footer-contact-location li:first-child,
    .footer-social-media-container {
        padding-top: 10px;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .info-details {
        padding: 0 30px;
    }
    .products-wrap {
        display: block;
    }
    .tabNav-wrap {
        max-width: 300px;
        margin-bottom: 55px;
    }
    .tabs-nav li {
        width: 100%;
    }
    .tabs-nav li.tab-active a {
        margin-bottom: 12px;
    }
    /* .site-logo {
      width: 100px;
    } */
    /* .footer-logo-section img {
      width: 110px;
    } */
}

@media screen and (max-width: 400px) {
  .top-right-menu ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .banner-get-quote-btn, .banner-contact-btn {
    display: block;
    max-width: 96px;
    margin: auto;
  }
  .banner-contact-btn {
    margin-top: 10px;
  }
  .site-logo {
    width: 140px;
  }
}

@media screen and (max-width: 320px) {
    .info-details {
        padding: 0 20px;
    }
    .tabs-stage {
        padding-top: 25px;
    }
    .tabs-nav li a {
        font-size: 17px;
    }
    .info-icon img {
        max-width: 24px;
    }
    .info-icon {
        flex-basis: 36px;
        margin-top: 5px;
    }
    .info-text h6,
    .info-text a {
        font-size: 15px;
    }
}