@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');
body {
	padding:0;
	margin:0;
	color: #2B2B2B;
	font-size:var(--primaryfont);
	font-family: 'Maven Pro', sans-serif;
}
.page-template-blog{
    padding:0 !important;
}
.search .std-ptop{
    padding:0 !important;
}
p{
	font-size:var(--primaryfont);
	line-height:1.5;
	margin-bottom:5px;
	font-weight: normal;
}
a,button{
	font-size:var(--primaryfont);
	line-height:1.5;
	font-weight: normal;
	display: inline-block;
	color:var(--pcolor);
}

.whitetext,.whitetext > *{ color:#fff!important;}
.flexcenter{display: flex; align-items:center; justify-content: center;}
.flexaround{display: flex; align-items:center; justify-content: space-around;}
.flexbetween{display: flex; align-items:center; justify-content: space-between;}
.flexend{display: flex; align-items:center; justify-content: flex-end;}
.flexstrech{display: flex; align-items:stretch; justify-content:space-between;}
.m0{margin:0px!important;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.wrapper{width: 100%; margin:0 auto; overflow:hidden;}
.overflowinitial .wrapper{overflow: auto;}
a:hover{text-decoration:none!important; color:var(--pcolor); }   
.mycontainer{max-width:1400px; margin:auto; width:1190px; }
.sectionpadding{ padding:var(--sectionpadding) 0px;}
.sectionpaddingtop{padding-top:var(--sectionpadding);}
.sectionpaddingbottom{padding-top:var(--sectionpadding);}
.alink{color:var(--pcolor);cursor:pointer;}
.alink:hover{text-decoration:underline!important;}
.pagecontent{
	min-height: calc(100vh);
}
.wrapper-inner {
	padding-left: calc(20px + 4vw);
	padding-right: calc(20px + 4vw);
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
/*===================================== Global css  ========================================*/
/*===================================== Header css  ========================================*/

.back_btn a {
    padding: 8px 16px;
    background: #00a4e3;
    color: #fff;
    border-radius: 0;
    border: 1px solid #00a4e3;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
        margin-bottom: 20px;
}
.back_btn a svg{
    margin-right:10px;
}
.back_btn a:hover{
    background: #fff;
    color: #00a4e3;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.pro_header_top{
    padding: 10px 0px;
    background: #00a4e3;
    
}
.header_search_form_main{
    display:none;
}
.pro_header_top_search{
    display: flex;
    justify-content: flex-end;
    color: #fff;
}
.pro_header_top_search svg{
        cursor: pointer;
}
.pro_home_about_div{
    width:60%;
}
.pro_home_about_div p{
    color:#000;
}
.pro_home_about_div a {
    width: 200px;
    height: 44px;
    border: 2px solid #f95204;
    border-radius: 4px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #f95204;
    font-size: 16px;
    font-weight: 700;
    background: #fff0;
    transition: 0.3s ease-in-out;
}
.pro_home_about_div a svg{
    margin-left:10px;
}
.pro_home_about_div a:hover{
    background: #f95204;
    color: #ffff;
    transition: 0.3s ease-in-out;
}
.pro_care_div a{
    width: 200px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #fff0;
    transition: 0.3s ease-in-out;
        margin: 30px auto 0;
}
.pro_care_div a svg{
    margin-left:10px;
}
.pro_care_div a:hover{
    background: #fff;
    color: #1686c5;
    transition: 0.3s ease-in-out;
}
.pro_blog_div a{
    width: 200px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #fff0;
    transition: 0.3s ease-in-out;
        margin-top: 30px;
}
.pro_blog_div a svg{
    margin-left:10px;
}
.pro_blog_div a:hover{
    background: #fff;
    color: #1686c5;
    transition: 0.3s ease-in-out;
}
.pro_header_main {
    padding: 5px 0px;
}
.pro_header_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.pro_header_link ul{
    list-style: none;
    display: flex;
    gap: 20px;
}
.pro_header_link ul li a{
        font-size: 20px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #0e65b9;
    font-weight: 600;
}



.pagecontent{
    margin-top: 0 !important;
}
.pro_home_banner_main img{
    width: 100%;
}
.pro_home_about{
    padding: 60px 0px;
    background: #ededed;
}
.pro_home_about_main{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    align-content: center;
}
/*.pro_home_about_div p span {*/
/*    color: #0e65b9;*/
/*}*/
.pro_care{
    padding: 40px 0px;
    background: #1686c4;
}
.mt-10{
    margin-top:10px;
}
.pro_care_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.pro_care_div{
    text-align: center;
}
.pro_care_div img{
    width: auto;
    margin: 0 auto;
}
.pro_care_div h3{
    font-size: 24px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
}
.pro_care_div p{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.pro_product{
    padding: 60px 0px;
    background: #ededed;
}
.pro_product_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
.pro_product_div{
    position: relative;
    background: #fbfbfb;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s easr-in-out;
        height: 100%;
}
.details_new{
    width:100% !important;
}
.details_new p{
    font-size:14px !important;
}
.pro_product_div:hover{
    background: #c0e8e4;
    transition: 0.3s easr-in-out;
}
.pro_product_div img{
    width: 100%;
}
.pro_product_div h3{
    font-size: 24px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 15px 0 10px 0;
}
.offer-none{
    display:none !important;
}
.header_search_form_main{
    position:relative;
}
.pro_header_top_search button{
    padding: 0;
    color: #fff;
    background: #fff0;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}
.header_search_form {
       max-width: 600px;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    top: 33px;
    z-index: 999;
}
.header_search_form form{
        padding: 30px;
    background: #00a4e3;
    align-items: center;
    margin: 0 !important;
}
.header_search_form input.search-field {
        width: 100%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    border-right: none;
    margin: 0;
}
.header_search_form input.search-submit{
    width: 30%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #d2e600;
    background: #d2e600;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.pro_product_offer span{
    position: absolute;
    top: 30px;
    right: 0;
    color: white;
    transform: rotate(45deg);
    margin: 0;;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 600;
  }
  .pro_product_offer::before {
      content: '';
    display: block;
    width: 130px;
    height: 130px;
    border-top: solid 65px #ff5100;
    border-right: solid 65px #ff5100;
    border-left: solid 65px transparent;
    border-bottom: solid 65px transparent;
  }
  .pro_product_offer {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}
.pro_testi{
    padding: 60px 0px;
}
.pro_testi_div h3{
    font-size: 24px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #1686c4;
    font-weight: 600;
    margin:0 0 20px 0;
}
.pro_testi_div p{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.pro_testi_div h4{
    font-size: 18px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0;
}
.pro_blog{
    padding: 60px 0px;
    background: #f3f3f3;
}
.pro_blog_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.pro_blog_div img{
        width: 100%;
    height: 230px;
    object-fit: cover;
}
.pro_blog_div {
    height: 100%;
    background: #548bd3;
}
.pro_blog_content{
    padding: 30px 15px;
    background: #548bd3;
}
.pro_blog_content h3{
    font-size: 20px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 600;
    margin:0 0 10px 0;
}
.pro_blog_content p{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0px 0;
}
.pro_footer{
    padding: 60px 0px 20px;
    background: #404041;
    border-bottom: 10px solid #00a4e3;
}

.pro_footer_div {
    display: flex;
    justify-content: space-between;
}
.pro_footer_main {
    display: flex;
    gap: 100px;
}
.pro_footer_socail ul {
    list-style: none;
}
.pro_footer_socail ul li a {
    color: #00b1be;
    font-size: 30px;
}
.pro_footer_gps {
    display: flex;
    gap: 10px;
    color: #fff;
}
.pro_footer_gps p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0 ;
}
.pro_footer_call ul{
    list-style: none;
    display: grid;
    gap: 10px;
}
.pro_footer_call ul li a{
    font-size: 18px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0 ;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 15px;
}
.pro_footer_right ul{
    list-style: none;
}
.pro_footer_right ul li a{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0 ;
}
.pro_footer_right {
    width: 300px;
    max-width: 300px;
}
.pro_header_bottom{
    padding: 10px 0px;
    background: #ededed;
}
.pro_header_bottom_main{
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.pro_header_bottom_div{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 15px;
    color: #404041;
}
.pro_header_bottom_div svg{
    font-size: 30px;
}
.pro_header_bottom_div h3{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #404041;
    font-weight: 600;
    margin: 0;
}
.pro_header_bottom_div h3 p{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #404041;
    font-weight: 600;
    margin: 0;
}
.pro_header_bottom_div h3 p a{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #404041;
    font-weight: 600;
    margin: 0;
}
.preduct_main{
        grid-template-columns: 1fr 2fr;
    gap: 100px;
    align-items: center;
}
.pro_product_new{
    display: flex;
    gap: 50px;
}
.product_slider{
    width:100%;
}
.product_slider .itom{
     width:100%;
}
.owl-item{
    width:400px;
}
.product_slider .itom img{
     width:100%;
}
.contact{
    padding: 60px 0;
    background: #005251;
}
.contact_head h2{
    font-size: 48px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 50px 0;
    text-align: center;
}
.contact_div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.contact_sec{
    text-align: center;
}
.contact_sec img{
    width:auto !important;
    margin:0 auto;
}
.contact_sec h3{
    font-size: 24px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 20px 0px 10px;
    text-transform: uppercase;
}
.contact_sec p{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.contact_sec p a{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.contact_form{
    padding: 60px 0px;
}
.contact_form_main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.contact_form_content h3{
    font-size: 30px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #1686c4;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.contact_form_content p{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    margin: 0 ;
}
.contact_form_sec{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: flex-end;
    align-content: flex-end;
}
.contact_form_inn label{
    font-size: 22px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.contact_form_inn input{
    width: 100%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #b1b1b1;
}
.contact_form_inn span{
    font-size: 12px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    margin-top: 5px;
}
.mt-20{
    margin-top: 20px;
}
.contact_form_inn textarea{
        width: 100%;
    height: 150px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #b1b1b1;
}
.contact_form_btn input{
        padding: 8px 16px;
    background: #00a4e3;
    color: #fff;
    border-radius: 0;
    border: 1px solid #00a4e3;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}
.contact_form_btn input:hover{
    background: #fff;
    color:#00a4e3;
    text-decoration: none;
}
.blog{
    padding: 60px 0px;
}
.blog_main {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 40px;
}
.blog_sec{
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 0px;
}
.blog_sec img{
    width: 100%;
}
.blog_content h3{
    font-size: 24px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.blog_content p{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.blog_content a{
    padding: 8px 16px;
    background: #d2e600;
    color: #fff;
    border-radius: 0;
    border: 1px solid #d2e600;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    margin-top: 10px;
}
.blog_content a:hover{
    background: #fff;
    color: #d2e600;
    transition: 0.3s ease-in-out;
}
.blog_admin {
    display: flex;
    gap: 20px;
}
.blog_admin h4{
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.blog_sec{
        -webkit-box-shadow: 0 0 2px 0 rgb(51 51 51 / 8%), 0 0 2px 0 rgb(51 51 51 / 8%);
    box-shadow: 0 0 6px 0 rgb(51 51 51 / 8%), 0 0 2px 0 rgb(51 51 51 / 8%);
    
    align-items: center;
    align-content: center;;
}
.blog_content{
    padding: 25px;
}
.blog_div_right {
    background: #45a4de47;
    padding: 25px;
        height: fit-content;
}
.blog_div_search {
    padding: 20px;
    background: #fff;
    display: flex;
}
.blog_div_search input{
    width: 80%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    border-right: none;
}
.blog_div_search button{
    width: 20%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #d2e600;
    background: #d2e600;
    color: #fff;
}
.blog_div_recent{
    padding: 20px;
    background: #fff;
}
.blog_div_recent h3{
    font-size: 30px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #1686c4;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.blog_div_recent ul{
    list-style: none;
}
.blog_div_recent ul li{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0 0 8px 0;
}
.mt-30{
    margin-top: 30px;
}
.blog_div .blog_sec{
    margin-bottom: 30px;
}
.blog_div .blog_sec:last-child{
    margin-bottom: 0px;
}
.bg-color {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 0px 0;
    border-bottom: 1px solid #ddd;
}
#totop{
    display:none;
}
.wp-container-1.wp-block-group {
    padding: 20px;
    background: #fff;
    margin: 30px 0 0 !important;
}
.wp-block-group__inner-container h4 {
    font-size: 30px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #1686c4;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.wp-block-group__inner-container ul{
    margin-bottom:0 !important;
}
.wp-block-group__inner-container ul li {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0 0 0px 0 !important;
}
.wp-block-group__inner-container ul li a{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin: 0 0 8px 0;
}
.wp-container-2.wp-block-group {
    display: none;
}
.footer_copy {
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #535353;
    color: #fff;
}
.footer_copy a{
    color: #fff;
}
.pro_header_bottom_div_form {
    display: flex;
    width: 100%;
}
.pro_header_bottom_div_form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    width:20%;
}
.pro_header_bottom_div_form span.wpcf7-spinner {
    display:none;
}
.pro_header_bottom_div_form span.wpcf7-form-control-wrap.email-889{
    width:100%;
}
section.privacy {
    padding: 60px 0px;
    background: #ededed;
}
.privacy_head h3{
        font-size: 44px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #1686c4;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.privacy_para h2{
        font-size: 20px;
}
.privacy_para h3{
        font-size: 24px;
}
.privacy_para ul{
    padding:20px 0 20px 20px;
}
.modal_new_heading h3 {
    font-size: 24px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #1686c4;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,35%);
    -ms-transform: translate(0,35%);
    -o-transform: translate(0,35%);
    transform: translate(0,35%);
        height: 100%;
}
.pro_header_bottom_div_form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
    width:100%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #b1b1b1;
    border-right: none;
}
.pro_header_bottom_div_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 20%;
    height: 36px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #d2e600;
    background: #d2e600;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.pro_testi{
    display:none !important;
}
.pro_home_about_div a.pdf {
    width: fit-content;
    height: fit-content;
    border: 2px solid #f9520400;
    border-radius: 4px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #404041;
    font-size: 19px;
    font-weight: 700;
    background: #fff0;
    transition: 0.3s ease-in-out;
    margin-top: 50px;
}
.pro_home_about_div a.pdf:hover{
        background: #fff0;
    color: #296ab4;
    text-decoration: underline !important;
}

.prodect_bottom_content{
    padding:40px 0px;
}
.coming_new{
    padding:150px 0px;
}
.coming_main{
    text-align:center;
}
.coming_main h3{
        font-size: 40px;
    line-height: 22px;
    font-family: 'Maven Pro', sans-serif;
    color: #626366;
    font-weight: 600;
    margin:  0;
}
.page-template-coming .pagecontent{
     min-height: calc(100%) !important;
}
.prodect_bottom_content_para ul{
    margin-left:20px;
}









.page-id-388 .pdf{
    display:none !important;
}

.page-id-386 .pdf{
    display:none !important;
}
