/* GOOGLE FONTS */

/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');*/





/* Global properties ======================================================== */

a[href^="tel:"] { color: inherit; text-decoration: none;}

::selection{ background:#9cbbcc!important; color:#fff}

::-moz-selection{ background:#9cbbcc!important; color:#fff}

tbody, td, tfoot, th, thead, tr{
    border-width: initial;
}

a{text-decoration: none; outline:none}

a:hover{ color:#000000; text-decoration: none; outline:none}

b, strong{
    font-weight: bold !important;
}

.aligncenter {
    clear: both;
    margin: auto;
    display: block;
}


body{ background:#fff; border:0; font-family: "Roboto", sans-serif; color:#000 ; line-height:1.6154; min-width:320px;}

img {

    height: auto;

    max-width: 100%;

}

ul, ol, li {

    padding: 0;

    margin: 0;

    list-style: none;

}

p {

    line-height: 28px;

    font-weight: 300;

    font-family: 'Roboto', sans-serif;

}

.w-100{

    width: 100%;

}

.mb-0, .my-0 {

    margin-bottom: 0!important;

}

.title h3{

    color: #198754;

    text-align: center;

    font-size: 38px;

    font-style: normal;

    font-weight: 600;

    line-height: 48px;

}

.title .description-title{

    color: #6c757d;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 32px;

}

.right-title, .right-title a{

    font-size: 18px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: .5px;

    color: #000000;

}

#right-column .line-title {

    width: 50px;

    height: 3px;

    background: #ff6119;

    margin-bottom: 30px;

    margin-top: 20px;

}

.item-right-news .image-show {

    width: 100%;

    padding-top: 55%;

    position: relative;

    background-color: #fff;

    border-radius: 4px;

    overflow: hidden;

}

.item-right-news .image-show .bg-image-show {

    background-position: 50%;

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: block;

}

.item-right-news.rounded{

    align-items: center;

}

.item-right-news.rounded .image-show{

    padding-top: 100%;

    border-radius: 50% !important;

}

.item-right-news.rounded .img{

    width: 90px;

}

.item-right-news.rounded .txt-right-news{

    width: calc(100% - 100px);

}

.item-right-news{

    display: flex;

    margin-bottom: 10px;

    padding-bottom: 10px;

    border-bottom: dashed 1px #ccc;

}

.item-right-news .img{

    width: 150px;

    margin-right: 10px;

}

.item-right-news .txt-right-news{

    width: calc(100% - 160px);

}

.item-right-news .txt-right-news a p{

    color: #000;

    margin-bottom: 5px;

}

/*-----------Cat-----------*/

.cate-tabs .nav-pills .nav-item{

    margin: 10px 20px;

}

.cate-tabs .nav-pills .nav-link{

    background: #EEF6FB;

    color: #000000;

    border-radius: 20px;

    border: solid 1px #EEF6FB;

    font-weight: 500;

}

.cate-tabs .nav-pills .nav-link.active, .cate-tabs .nav-pills .show>.nav-link{

    border: solid 1px #0a6ebd;

    color: #198754;

}

.cat-head{

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.cat-head .cat-image {
    height: 70px;

    align-self: center;

}

.cat-head .cat-text{

    text-transform: uppercase;

    color: #000000;

    font-weight: 600;

    margin-left: 10px;

    font-size: 16px;

}
.item-cat-tab{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-radius: 0.3rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 0.45rem 0.05rem rgba(0, 0, 0, 0.05);
    height: 100%;
    margin-bottom: 0.25rem;
    transition: all 0.2s;
    padding: 15px;
    min-height: 290px;
}

/**--------sliders-----*/
.owl-theme .owl-nav+.owl-dots{
    position: relative;
    z-index: 100;
}
.owl-feature-cats.owl-theme .owl-nav+.owl-dots{
    margin-top: -30px;
}
.owl-theme .owl-nav+.owl-dots .owl-dot span{
    width: 30px;
    height: 3px;
}

.owl-feature-cats .owl-nav{
    height: 0px;
}
.owl-feature-cats.owl-carousel .owl-nav .owl-prev,
.owl-carousel.owl-feature-cats .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    height: 36px;
    width: 36px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 50px;
    margin: 0;
    opacity: 0;
}
.owl-feature-cats .owl-nav .fa:before{
    font-size: 23px;
    vertical-align: middle;
}
.owl-feature-cats .owl-nav .owl-prev{
    left: 0px;
}
.owl-feature-cats .owl-nav .owl-next{
    right: 0px;
}
.owl-feature-cats .owl-nav .owl-prev:hover,
.owl-feature-cats .owl-nav .owl-next:hover{
    color: #91D3F7;
}
.owl-feature-cats.owl-carousel:hover .owl-next {
    left: auto;
    right: 20px;
    opacity: 1;
}
.owl-feature-cats.owl-carousel:hover .owl-prev {
    right: auto;
    left: 20px;
    opacity: 1;
}
.owl-feature-cats.owl-carousel .owl-nav .owl-prev span,
.owl-carousel.owl-feature-cats .owl-nav .owl-next span{
    font-size: 60px;
}

/*.item-cat-tab{

    margin-bottom: 1.875rem;

    cursor: pointer;

    box-shadow: 0 8px 50px rgb(0 0 0 / 6%);

    background: #fff;

    padding: 15px;

    border-radius: 8px;

    min-height: 200px;

}*/

.item-cat-tab .cat-footer .link {

    width: 100%;

    display: flex;

    align-items: center;

    margin-top: auto;

}

.item-cat-tab .cat-footer .link .cat-product-link {

    font-size: 14px;

    line-height: 14.5px;

    font-style: normal;

    font-weight: 600;

    display: block;

    max-width: 100%;

    margin-right: 5px;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    text-decoration: underline;

}

.item-cat-tab .cat-footer .link .float-right {

    margin: 5px 0;

    content: url(../images/Caret-Right.svg);

}

.item-cat-tab .cat-body{
    min-height: 200px;
}

/**--------Header-----------------*/

.bg-gray {

    background-color: #f9f9f9;

}

.upper-bar-dark {

    background: #198754;

}

.upper-bar .contact-us-bar {

    font-weight: 500;

}

.upper-bar .contact-us-bar p {

    line-height: 36px;

    font-weight: 600;

    font-size: 18px;

    color: #fff;

    margin-bottom: 0;

}



.upper-bar .top-right-bar {

    float: right;

    margin-bottom: 0;

    padding-left: 0;

}

.upper-bar .top-right-bar li {

    display: inline-block;

    padding-left: 15px;

}

.upper-bar-dark .top-right-bar li a {

    transition: .4s;

    height: 36px;

    background: transparent;

    font-size: 16px;

    line-height: 30px;

    text-align: center;

    color: #ffffff;

    display: flex;

    align-items: center;

    border: 1px solid transparent;

    /*text-decoration: underline;*/

}

.footer-contact ul li{
    font-size: 16px;
}

.upper-bar-dark .top-right-bar li svg {

    margin-right: 5px;

}

.upper-bar .social-media-bar li a:hover {

    background: #ff6119;

    border: 1px solid #ff6119;

    color: #fff;

}

.upper-bar .social-media-bar li a img{

    width: 15px;

}

.andro_header-middle .navbar {

    padding: 15px 0;

    display: block;

}

.navbar-brand {

    padding: 5px 0;

    width: 200px;

    margin-right: 0px;

}

.navbar-brand img{

    width: 100%;

    max-width: 200px;

}



.nav-bar .single-item {

    position: relative;

    padding-left: 50px;

    margin-top: 22px;

    float: right;

    width: 100%;

}

.nav-bar .single-item span {

    left: 0;

    top: 0;

    color: #ff6119;

    position: absolute;

}

.nav-bar .single-item h3 {

    color: #02185a;

    margin-bottom: 0px;

    font-size: 16px;

    line-height: 18px;

    font-weight: 700;

}

.nav-bar .single-item p {

    margin-bottom: 0;

    font-size: 13px;

    line-height: 26px;

    color: #777777;

    font-weight: 500;

}

.nav-bar .single-item p {

    line-height: 18px;

}

.nav-bar .single-item span::before {

    margin: 0;

    font-size: 30px;

    line-height: 30px;

}



.header-bottom{

    background: #ffffff;

    border-top: 1px solid #eee;

    height: 85px;

    position: relative;

    z-index: 2;

    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);

}

.header-bottom-inner{

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.icon-search .group-button{

    display: block;

    height: 42px;

    width: 42px;

    background: #fff;

    text-align: center;

    line-height: 42px;

    border-radius: 50%;

    cursor: pointer;

    position: relative;

    z-index: 1;

}

.icon-search .group-button img{

    height: 22px;

}

.search-box{

    display: flex;

    justify-content: flex-end;

    width: 10%;

}

.main-logo{

    width: 15%;

}

.frmSearch{

    position: absolute;

    top: 50%;

    right: 0;

    transform: translate(0, -50%);

    width: 0;

    overflow: hidden;

}

.frmSearch.open{

    width: 100%;

}

.frmSearch input{

    border-radius: 25px !important;

    background: #fff;

    margin-right: 18px;

    padding: 27px 0 10px 48px;

    min-height: 42px;

    margin-bottom: 0 !important;

}



/**------End Search-----**/

.search-nav {
    position: relative;
    width: 290px;
    margin: 5px 0;
}

.search-nav .form-control {
    border-radius: 4px;
    height: 38px;
    padding: 10px 15px;
    border: 1px solid #fff;
    width: 100%;
    color: #6e6e6e;
    letter-spacing: .1px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #6c757d;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 0;
}
.search-nav button {
    position: absolute;
    top: 1px;
    right: 0;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 45px;
    height: 40px;
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #838383;
    transition: .3s;
    border-left: 1px solid #f0f2f3;
    line-height: 10px;
}

.sb-search {

	position: relative;

	margin-top:0px;

	width: 0%;

	min-width:42px;

	height: 42px;

	float: right;

	overflow: hidden;

	-webkit-transition: width 0.3s;

	-moz-transition: width 0.3s;

	transition: width 0.3s;

	-webkit-backface-visibility: hidden;

    margin-right:5px;
    display: none;

}



.sb-search .sb-search-input {

	position: absolute;

	border: solid 1px #6c757d;

	outline: none;

    background-color:#fff;

	height: 50px;

	z-index: 10;

	font-family: inherit;

	font-size: 16px;

	color: #000000;

    margin-bottom: 0 !important;

    border-radius: 25px;

    display: none;

    width: 100%;

    top: 50%;

    right: 0;

    transform: translate(0, -50%);

    padding-left: 55px;

}

.sb-search.sb-search-open .sb-search-input{

    display: block;

}



.sb-search-input::-webkit-input-placeholder {

	color: #707070;

    font-size: 16px;

}



.sb-search-input:-moz-placeholder {

	color: #707070;

    font-size: 16px;

}



.sb-search-input::-moz-placeholder {

	color: #707070;

    font-size: 16px;

}



.sb-search-input:-ms-input-placeholder {

	color: #707070;

    font-size: 16px;

}



.sb-icon-search,

.sb-search-submit  {

	display: block;

	position: absolute;

	padding:0;

	margin: 0;

	line-height: 42px;

	text-align: center;

	cursor: pointer;

    border-radius: 50%;

    background: #fff;

    top: 50%;

    right: 0;

    transform: translate(0, -50%);

}



.sb-search-submit {

    background-color:transparent;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */

    filter: alpha(opacity=0); /* IE 5-7 */

    opacity: 0;

    color: transparent;

    border: none;

    outline: none;

    z-index: -1;

    width: 42px;

}



.sb-icon-search {

    color: #fff;

    background-color: #fff;

    z-index: 90;

    font-size: 18px;

    speak: none;

    font-style: normal;

    font-weight: bold;

    font-variant: normal;

    text-transform: none;

    -webkit-font-smoothing: antialiased;

    height: 42px;

    width: 42px;

    text-align: center;

    border-radius: 50%;

}



.sb-icon-search img {

    width: 22px;

}



/* Open state */

.sb-search.sb-search-open .sb-icon-search, .sb-search.sb-search-open .sb-search-submit{

    top: 50%;

    left: 0;

    right: auto;

    transform: translate(0, -50%);

}

.sb-search.sb-search-open,

.no-js .sb-search {

    width: 100%;

    color:#fff;

    height: 80px;

}



.sb-search.sb-search-open .sb-icon-search,

.no-js .sb-search .sb-icon-search {

    color: #fff;

    z-index: 11;

}



.sb-search.sb-search-open .sb-search-submit,

.no-js .sb-search .sb-search-submit {

    z-index: 90;

}



 /**------End Search-----**/





.nav-menu{

    padding: 0;

    margin: 0;

    list-style: none;

    width: 70%;
    text-align: center;

}

.nav-menu li {

    display: inline-block;

}

.nav-menu li a {

    color: #198754;

    text-decoration: none;

    display: block;

    margin: 0px 8px;

    font-size: 16px;

    font-weight: 700;

    padding: 30px 0;

    position: relative;

    /*text-transform: uppercase;*/

}

.nav-menu .nav-item .nav-link:before {

    position: absolute;

    content: '';

    width: 100%;

    display: table;

    height: 3px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    bottom: 25px;

    -webkit-transition: all 300ms linear;

    transition: all 300ms linear;

    -webkit-transform: scaleX(0);

    -ms-transform: scaleX(0);

    transform: scaleX(0);

    background: #ff6119 !important;

    opacity: 0;

}

.nav-menu .nav-item.active > .nav-link:before, .nav-menu .nav-item:hover .nav-link:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

    opacity: 1;

    color: #ff6119 !important;

    background-color: transparent;

}

/*.nav-menu .nav-item .nav-link:after {

    content: "";

    position: absolute;

    right: 0;

    top: 60px;

    width: 0;

    z-index: 999;

    left: 30px;

    bottom: 100%;

    border-color: transparent transparent #fff;

    border-style: solid;

    border-width: 0 15px 30px;

    height: 0;

    background: transparent;

}*/

.nav-menu .nav-item.has-dropdown > div.sub-menu {

    -webkit-transform: translateY(10%);

    -moz-transform: translateY(10%);

    -ms-transform: translateY(10%);

    -o-transform: translateY(10%);

    transform: translateY(10%);

    -webkit-transition: all 0.15s ease-in-out;

    -moz-transition: all 0.15s ease-in-out;

    -ms-transition: all 0.15s ease-in-out;

    -o-transition: all 0.15s ease-in-out;

    transition: all 0.15s ease-in-out;

    margin: 0;

    padding: 0;

    list-style: none;

    position: absolute;

    visibility: hidden;

    opacity: 0;

    background: #fff;

    box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 8%);

    border-bottom: 3px solid #ff6119;

    margin-left: 0px;

    z-index: 100;

    width: 100%;

    left: 0;

    text-align: left;

}

.nav-item.has-dropdown:hover div.sub-menu {

    -webkit-transform: translateY(0) !important;

    -moz-transform: translateY(0) !important;

    -ms-transform: translateY(0) !important;

    -o-transform: translateY(0) !important;

    transform: translateY(0) !important;

    opacity: 1 !important;

    visibility: visible !important;

}

.nav-item.has-dropdown:hover div.sub-menu .navList{

    padding: 40px 20px;

    background: #fff;

    width: 70%;

}

.nav-item.has-dropdown:hover div.sub-menu .navList ul li{

    display: inline-block;

    vertical-align: top;

    max-width: 33%;

}

.innerSub{

    display: flex;

}

.nav-item.has-dropdown:hover div.sub-menu .navContact{

    width: 30%;

    background: #f5f5f5;

    padding: 40px 20px;

}

.nav-item.has-dropdown:hover div.sub-menu .navList ul li a{

    padding: 5px 10px;

    color: #06748c;

    text-decoration: underline;

    font-size: 18px;

}

.nav-item.has-dropdown:hover div.sub-menu .navList ul ul li{

    display: block;

    width: 100%;

    max-width: 100%;

}

.nav-item.has-dropdown:hover div.sub-menu .navList ul ul li a{

    font-size: 16px;

    font-weight: 400;

    color: #06748c;

    text-decoration: none;

}

.nav-item.has-dropdown:hover div.sub-menu .navList ul ul li a:hover{

    text-decoration: underline;

}

.nav-item.has-dropdown > ul.sub-menu li a {

    opacity: .7;

    display: block;

    text-transform: capitalize;

    color: #3e3a3a;

    font-size: 14px;

    font-weight: 600;

    padding: 12px 23px;

    margin: 0;

    position: relative;

    background: transparent;

    border-bottom: 1px solid #f1f1f1 !important;

    transition: .5s;

}

.nav-item.has-dropdown > ul.sub-menu li {

    display: block;

    z-index: 3;

}

.nav-item.has-dropdown > ul.sub-menu li {

    position: relative;

}

.has-dropdown .icon-down {

    opacity: 0.8;

    position: absolute;

    right: -12px;

    top: 31px;

}



.mm-listview li a{

    font-size: 16px;

    font-weight: 700;

    color: #02185a;

}

.hidden{

    display: none !important;

}

.navContact h4{

    font-size: 1.25rem;

    margin-bottom: 5px;

    color: #343741;

    font-weight: 300;

}

.navContact p{

    font-style: normal;

    font-weight: 400;

    line-height: 28.8px;

    font-size: 14px;

}

.navContact .innerContact p a{

    padding: 0;

    color: #06748c;

    font-size: 1rem;

    line-height: 1.5rem;

}



.navbar-toggle {

    height: 18px;

    line-height: 35px;

    width: 30px;

    cursor: pointer;

    position: relative;

    display: none;

}

.navbar-toggle span {

    -webkit-transition: 0.4s ease-in-out;

    -moz-transition: 0.4s ease-in-out;

    -ms-transition: 0.4s ease-in-out;

    -o-transition: 0.4s ease-in-out;

    transition: 0.4s ease-in-out;

}

.navbar-toggle span:first-child {

    background: #02185a;

    display: block;

    height: 2px;

    left: 0;

    margin: auto;

    position: absolute;

    right: 0;

    width: 35px;

    top: 0;

}

.navbar-toggle span:nth-child(2) {

    background: #02185a;

    display: block;

    height: 2px;

    left: 0;

    margin: auto;

    position: absolute;

    right: 0;

    width: 35px;

    top: 8px;

}

.navbar-toggle span:nth-child(3) {

    background: #02185a;

    display: block;

    height: 2px;

    left: 0;

    margin: auto;

    position: absolute;

    right: 0;

    width: 35px;

    top: 16px;

}

.header-bottom.none-fixed-header {

    position: inherit !important;

    transform: inherit !important;

}



/*-----------Banner---------*/

.banners{

    background: #FFEEDC;

}

.inner-banners{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.inner-banners .txtBanners .content-banner {

    max-width: 461px;

}

.inner-banners .imgBanners img{

    width: 90%;

}

.banners .inner-banners .txtBanners .banner-title{

    color: #000;

    font-size: 42px;

    font-style: normal;

    font-weight: 300;

    line-height: 57.6px;

    letter-spacing: -.24px;

}

.banners .inner-banners .txtBanners .banner-desc{

    color: #000;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28.8px;

}

.btn.btn-primary.cirBtn {

    display: inline-flex;

    padding: 12px 32px;

    justify-content: center;

    align-items: center;

    border-radius: 32px;

    border: 1.5px solid #1a1446;

    background: #fff;

    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .16);

    font-weight: 700;

    color: #1a1446;

    white-space: nowrap;

}

.btn.btn-primary.cirBtn {

    box-shadow: 0 3px 0px 0px rgba(0, 0, 0, .16) !important;

}

.btn.btn-primary.cirBtn:hover {

    background-color: #06748c;

    color: #fff;

    -webkit-box-shadow: 0 3px 0 0 #1a1446;

    box-shadow: 0 3px 0 0 #1a1446;

    border: 0;

}

/*----------Categories-------------*/

.categories-top{

    padding: 0 2rem 5rem;

    margin-top: -45px;

}

.inner-categories{

    background-color: #f5f5f5;

    padding: 1rem 1rem .5rem .5rem;

    border-radius: 8px;

    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);

    position: relative;

    z-index: 1;

}

.categories-top .categories-list{

    padding: 0 10px;

}

.categories-top .categories-list .categories-items .menu-head .menu-title {

    color: #000;

    font-size: 24px;

    font-style: normal;

    font-weight: 300;

    line-height: 28.8px;

    margin-bottom: 17px;

}

.cat-blocks {

    display: flex;

    flex-direction: row;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 20px;

    padding: 0 15px;

}

.cat-blocks .cat-block{

    border: 1px solid #c0bfc0;

    align-items: flex-start;

    display: flex;

    flex-direction: column;

    border-radius: 8px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    cursor: pointer;

    padding: 10px 14px 12px 10px;

    background: #fff;

    gap: 10px;

    flex: 1;

    min-width: 0;

}

.cat-blocks .cat-block .noLink {

    text-decoration: none;

    display: flex;

    flex-direction: column;

    gap: 10px;

}

.cat-blocks .cat-block .discount {

    font-size: 10px;

    background-color: #e1f2e6;

    border: 1px solid #008040;

    color: #008040;

    border-radius: 18px;

    padding: 5px 7px;

    line-height: 12px;

    font-weight: 400;

    font-style: normal;

    display: flex;

    justify-content: flex-start;

    align-items: flex-start;

    width: fit-content;

}

.cat-blocks .cat-block .category-image-block {

    flex: 0;

    display: flex;

}

.cat-blocks .cat-block .category-image-block .cat-image {

    width: 32px;

    height: 32px;

    align-self: center;

}

.cat-blocks .cat-block .cat-text {

    font-size: 14px;

    line-height: 17px;

    color: #1a1446;

    font-style: normal;

}

.cat-blocks .cat-block .link {

    width: 100%;

    color: #06748c;

    display: flex;

    align-items: center;

    margin-top: auto;

}

.cat-blocks .cat-block .link .cat-product-link {

    color: #06748c;

    font-size: 12px;

    line-height: 14.5px;

    font-style: normal;

    font-weight: 400;

    display: block;

    max-width: 100%;

    width: 95%;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    text-decoration: underline;

}

.cat-blocks .cat-block .link .float-right {

    margin: 5px 0;

    content: url(../images/Caret-Right.svg);

}

/*-----------Form Contact----*/

.frm-contact{

    background-color: #ffd000;

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .14);

    border-radius: 11px;

    padding: 16px 16px 28px 14px;

    margin: -30px 0;

    display: flex;

    flex-shrink: 0;

    align-items: center;

}

.inner-frmContact{

    height: 100%;

    width: 100%;

}

.frm-contact h2.frm-title{

    color: #000;

    font-size: 1.8rem;

    font-style: normal;

    font-weight: 300;

    line-height: 38.4px;

}

.frm-contact input.form-control {

    height: 50px;

    line-height: 22.4px;

    width: 100%;

    font-weight: 400;

    font-size: 16px;

    color: #343741;

    background-color: #fff;

    border: 1px solid #919191;

    border-radius: 3px;

    font-style: normal;

    flex-shrink: 0;

    padding: 1.5em .43em .3125em;

    transition: opacity .1s ease-out 0s;

    transform: translateZ(0);

    resize: vertical;

    margin-bottom: 10px;

}

.frm-contact input.form-control:focus, .frm-contact select:focus {

    border: 2px solid #28a3af !important;

    color: #343741 !important;

    padding: 1.4375em .35em .25em !important;

}

.frm-contact label.float-label {

    pointer-events: none;

    right: 8px;

    padding: 0;

    color: #707070;

    font-weight: 300;

    -webkit-transform: translateY(10px);

    transform: translateY(10px);

    -webkit-transform-origin: 0;

    transform-origin: 0;

    -webkit-transition: all .1s ease-out 0s;

    transition: all .1s ease-out 0s;

    position: absolute;

    top: 8px;

    left: 8px;

    z-index: 2;

    overflow: hidden;

    white-space: nowrap;

    display: inline-block;

    font-size: 1rem;

    cursor: pointer;

    line-height: 19.2px;

    margin-top: -2px;

}

.frm-contact input.form-control:focus~label.float-label, .frm-contact input.form-control:not(:placeholder-shown)~label.float-label {

    font-weight: 400;

    font-size: .75rem;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    -webkit-transform-origin: 0;

    transform-origin: 0;

    -webkit-transition: all .2s ease-out 0s;

    transition: all .2s ease-out 0s;

    z-index: 10;

}

.frm-contact .form-control.form-select {

    webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    padding: 1.5em .43em .3125em;

    left: 1px;

    font-size: 1rem;

    -webkit-transition: opacity .1s ease-out 0s;

    transition: opacity .1s ease-out 0s;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    border-radius: 3px;

    text-overflow: ellipsis;

    width: 100%;

    cursor: pointer;

    outline: none;

    height: 3.125rem;

    border: 1px solid #919191;

    background-color: #fff;

    color: #fff;

    overflow: hidden;

    line-height: 22.4px;

    font-weight: 400;

}

.frm-contact .form-select option {

    color: #343741;

}

.frm-contact .form-control.form-select:focus~label.float-label{

    font-weight: 400 !important;

    font-size: .75rem;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    -webkit-transform-origin: 0;

    transform-origin: 0;

    -webkit-transition: all .2s ease-out 0s;

    transition: all .2s ease-out 0s;

    line-height: 21.4px !important;

    z-index: 9;

}

.frm-contact .form-control.form-select:has(option:checked:not([value=""])) {

    color: #343741;

}

.frm-contact .form-control.form-select:focus~label.float-label, .frm-contact .form-control.form-select:has(option:checked:not([value=""]))~label.float-label {

    font-weight: 400 !important;

    font-size: .75rem;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    -webkit-transform-origin: 0;

    transform-origin: 0;

    -webkit-transition: all .2s ease-out 0s;

    transition: all .2s ease-out 0s;

    line-height: 21.4px !important;

}


.frm-contact-2{

    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .14);

    border-radius: 11px;

    padding: 16px 16px 28px 14px;

    align-items: center;

}

.frm-contact-2 input.form-control {

    height: 50px;

    line-height: 22.4px;

    width: 100%;

    font-weight: 400;

    font-size: 16px;

    color: #343741;

    background-color: #fff;

    border: 1px solid #919191;

    border-radius: 3px;

    font-style: normal;

    flex-shrink: 0;

    padding: 1.5em .43em .3125em;

    transition: opacity .1s ease-out 0s;

    transform: translateZ(0);

    resize: vertical;

    margin-bottom: 10px;

}

.frm-contact-2 input.form-control:focus, .frm-contact-2 select:focus {

    border: 2px solid #28a3af !important;

    color: #343741 !important;

    padding: 1.4375em .35em .25em !important;

}

.frm-contact-2 label.float-label {

    pointer-events: none;

    right: 8px;

    padding: 0;

    color: #707070;

    font-weight: 300;

    -webkit-transform: translateY(10px);

    transform: translateY(10px);

    -webkit-transform-origin: 0;

    transform-origin: 0;

    -webkit-transition: all .1s ease-out 0s;

    transition: all .1s ease-out 0s;

    position: absolute;

    top: 8px;

    left: 8px;

    z-index: 2;

    overflow: hidden;

    white-space: nowrap;

    display: inline-block;

    font-size: 1rem;

    cursor: pointer;

    line-height: 19.2px;

    margin-top: -2px;

}

.frm-contact-2 input.form-control:focus~label.float-label, .frm-contact-2 input.form-control:not(:placeholder-shown)~label.float-label {

    font-weight: 400;

    font-size: .75rem;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    -webkit-transform-origin: 0;

    transform-origin: 0;

    -webkit-transition: all .2s ease-out 0s;

    transition: all .2s ease-out 0s;

    z-index: 10;

}

.frm-contact-2 .form-control.form-select {

    webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    padding: 1.5em .43em .3125em;

    left: 1px;

    font-size: 1rem;

    -webkit-transition: opacity .1s ease-out 0s;

    transition: opacity .1s ease-out 0s;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    border-radius: 3px;

    text-overflow: ellipsis;

    width: 100%;

    cursor: pointer;

    outline: none;

    height: 3.125rem;

    border: 1px solid #919191;

    background-color: #fff;

    color: #fff;

    overflow: hidden;

    line-height: 22.4px;

    font-weight: 400;

}

.frm-contact-2 .form-select option {

    color: #343741;

}

.frm-contact-2 .form-control.form-select:focus~label.float-label{

    font-weight: 400 !important;

    font-size: .75rem;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    -webkit-transform-origin: 0;

    transform-origin: 0;

    -webkit-transition: all .2s ease-out 0s;

    transition: all .2s ease-out 0s;

    line-height: 21.4px !important;

    z-index: 9;

}

.frm-contact-2 .form-control.form-select:has(option:checked:not([value=""])) {

    color: #343741;

}

.frm-contact-2 .form-control.form-select:focus~label.float-label, .frm-contact-2 .form-control.form-select:has(option:checked:not([value=""]))~label.float-label {

    font-weight: 400 !important;

    font-size: .75rem;

    -webkit-transform: translateY(0);

    transform: translateY(0);

    -webkit-transform-origin: 0;

    transform-origin: 0;

    -webkit-transition: all .2s ease-out 0s;

    transition: all .2s ease-out 0s;

    line-height: 21.4px !important;

}

.terms-and-conditions {

    font-size: 12px;

    margin-top: 5px;

    line-height: 19.2px;

    color: #565656;

    font-weight: 400;

}

.terms-and-conditions label {

    color: rgba(0, 0, 0, .7);

    font-size: 14px;

    font-weight: 700;

    letter-spacing: .3px;

    line-height: 20px;

}

.terms-and-conditions p{

    line-height: 19.2px;

}

.visually-hidden {

    position: absolute !important;

    overflow: hidden;

    clip: rect(1px, 1px, 1px, 1px);

    width: 1px;

    height: 1px;

    word-wrap: normal;

}

.frm-contact .form-contact-submit{

    height: 50px;

    width: 100%;

    background-color: #99e5ea;

    color: #1a1446;

    -webkit-box-shadow: 0 3px 0 0 #06748c;

    box-shadow: 0 3px 0 0 #06748c;

    font-size: 16px;

    font-weight: 700;

    font-style: normal;

    line-height: 25.6px;

    text-align: center;

    border-radius: 3px;

    margin-top: 20px;

    margin-bottom: 4px;

    border: none;

    cursor: pointer;

}

.frm-contact .form-contact-submit:hover {

    background-color: #06748c;

    border-color: #06748c;

    color: #fff;

    -webkit-box-shadow: 0 3px 0 0 #1a1446;

    box-shadow: 0 3px 0 0 #1a1446;

}

/*---------Video-----------*/

.video-section .video-content {

    border: 1px solid hsla(0, 0%, 93.3%, .93);

    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);

    border-radius: 5px;

    position: relative;

    width: 100%;

}

.video-section .video-content .video-title {

    text-align: center;

    font-size: 36px;

    font-weight: 300;

    padding: 33px 0 23px;

    line-height: 43.2px;

    color: #1a1446;

    font-style: normal;

}

.ytbody-modal {

    margin: 0 auto;

    text-align: center;

    position: relative;

    width: 100%;

    max-height: 620px;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

}

.video-section .ytbody-modal:before {

    content: url(../images/Video.svg);

    color: #0080ff;

    padding: .05em .2em;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%) scale(.5);

    z-index: 1;

}

.ytbody-modal img {

    transition: opacity .5s ease;

}

.video-section .video-content .text-block {

    position: absolute;

    width: 100%;

    background-color: #ffd000;

    bottom: 0;

    padding: 0 15px;

    display: flex;

    justify-content: center;

    height: 100px;

    border-radius: 0 0 5px 5px;

}

.video-section .video-content .text-block .dis-content {

    display: flex;

    justify-content: center;

}

.video-section .video-content .text-block .dis-content .disount-coupon {

    padding: 5px;

}

.video-section .video-content .text-block .dis-content .dis-text-wp {

    margin: auto;

    font-size: 30px;

    line-height: 28px;

    font-weight: 300;

    color: #1a1446;

    padding: 0 1rem;

}

.video-section .video-content .text-block .dis-coup-wp {

    display: flex;

    margin: auto;

    justify-content: flex-end;

}

.primary.btn.btn-primary {

    background-color: #99e5ea;

    color: #1a1446;

    font-size: 16px;

    font-weight: 700;

    min-height: 50px;

    line-height: 25.6px;

    box-sizing: border-box;

    border-radius: 123px;

    padding: 12px 32px;

    width: fit-content;

    align-items: center;

    display: inline-flex;

    justify-content: center;

    box-shadow: 0 3px 0 0 #06748c;

}

.primary.btn.btn-primary:hover {

    background-color: #06748c;

    border-color: #06748c;

    color: #fff;

    -webkit-box-shadow: 0 3px 0 0 #1a1446;

    box-shadow: 0 3px 0 0 #1a1446;

}

#youTubeVideoModal .modal-header {

    background: transparent;

    border: none;

    color: #000;

    font-weight: 700;

    font-size: 18px;

    line-height: 20px;

    text-align: center;

    position: absolute;

    right: 10px;

    padding: 10px 0 0;

    cursor: pointer;

    z-index: 9;

}

#youTubeVideoModal .modal-body {

    padding: 0;

}

#youTubeVideoModal .modal-header button.close {

    background: #78e1e1;

    border-radius: 50%;

    padding: 0;

    margin-right: 0;

    margin-top: 0;

    width: 32px;

    height: 32px;

    position: relative;

}

.ytbody-modal-dialog {

    max-width: 95%;

}

#youTubeVideoPlayer {

    position: relative;

    overflow: hidden;

    width: 100%;

    padding-top: 40%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}



/* Then style the iframe to fit in the container div with full height and width */

#youTubeVideoPlayer iframe {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

}

.mm-slideout{

    z-index: inherit;

}

/*----------Rating------------*/

.review-section .review-insure-text {

    padding-right: 70px;

    display: inline-flex;

    flex-direction: column;

    align-items: flex-start;

    gap: var(--spacings-between-title-paragraph, 24px);

}

.review-section .review-insure-text .review-i {

    display: flex;

    flex-direction: column;

    font-size: 40px;

    font-weight: 300;

    line-height: 48px;

    color: #198754;

    font-style: normal;

}

.review-section .review-insure-text .data {

    color: #000;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 32px;

}

.review-section .review-rate {

    border-radius: 4px;

    text-align: center;

    padding: 50px;

    box-shadow: inset 0 0 0 1px #c0bfc0;

}

.review-section .review-rate h2 {

    color: #000;

    text-align: center;

    font-size: 40px;

    font-style: normal;

    font-weight: 300;

    line-height: 48px;

}

.review-section .review-rate .rate-star {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    flex: 1 0 0;

    margin-bottom: 30.5px;

}

.review-section .review-rate .rate-star span.star {

    font-size: 35px;

    content: url(../images/star_e.svg);

}

.review-section .review-rate .rate-star span.star.checked {

    font-size: 35px;

    content: url(../images/star_f.svg);

}

/*---------------Blog----------*/

.blog-section .blog-content .blog-heading {

    color: #198754;

    font-size: 30px;

    font-style: normal;

    font-weight: 300;

    line-height: 43.2px;

}

.blog-section .blog-content .blogs-content {

    display: flex;

    align-items: flex-start;

    align-content: flex-start;

    gap: 10px;

}

.blog-section .blog-content .feat-bloc .feat-blog-content img.feat-image {

    width: 100%;

    height: 200px;

    object-fit: cover;

}

.blog-section .blog-content .feat-bloc .feat-blog-content .feat-heading {

    color: #06748c;

    font-size: 20px;

    font-style: normal;

    font-weight: 700;

    line-height: 32px;

}

.blog-section .blog-content .feat-bloc .feat-blog-content .feat-text {

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28.8px;

    color: #1a1446;

}

.blog-section .blog-content .blog-items .items .title {

    color: #06748c;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 22.4px;

    /*text-decoration: underline;*/

}

.blog-section .blog-content .blogs-bloc .blog-items {

    display: inline-flex;

    justify-content: space-around;

    gap: 20px;

    flex-wrap: nowrap;

    flex-direction: column;

    width: 100%;

}

.blog-section .blog-content .blog-items .items {

    display: inline-flex;

    justify-content: space-around;

    gap: 16px;

    flex-wrap: nowrap;

}

.blog-section .blog-content .blog-items .items a {

    display: flex;

}

.blog-section .blog-content .blog-items .items a.blogImg{

    width: 140px;

}

.blog-section .blog-content .blog-items .items a.blog-title{

    width: calc(100% - 140px);

}

.blog-section .blog-content .blog-items .items .blog-img {

    width: 140px;

    height: 80px;

    object-fit: cover;

}

.blog-section .blog-content .blog-items .items .title {

    height: 3em;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: normal;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

.blog-section {

    border-top: 1px solid rgba(0, 0, 0, .2);

    border-bottom: 1px solid rgba(0, 0, 0, .2);

    margin-bottom: 4rem;

}

.blog-section .blogs {

    padding: 3.75rem 10px;

    display: flex;

    align-items: flex-start;

    align-content: flex-start;

    background: hsla(0, 0%, 93.3%, .2);

}

.blog-section .blogs .blog-content {

    border-right: 1px solid #c0bfc0;

}

.blog-section .blogs .experts-head {

    display: flex;

    align-items: center;

    gap: 40px;

}

.blog-section .blogs .experts-head .blog-heading {

    font-size: 30px;

    font-style: normal;

    font-weight: 300;

    line-height: 43.2px;

    color: #198754;

}

.blog-desktop-section {

    display: block;

}

.blog-section .blogs .expert-blog-items .items {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-bottom: 20px;

}

.blog-section .blogs .expert-blog-items .items .blog-image a img {

    width: 80px;

    height: 80px;

    object-fit: cover;

}

.blog-section .blogs .expert-blog-items .items .blog-details {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 6px;

}

.blog-section .blogs .expert-blog-items .items .blog-details a {

    /*text-decoration: underline;*/

    color: #06748c;

}

.blog-section .blogs .expert-blog-items .items .blog-details .author-name {

    color: #000;

    font-size: 12px;

    font-style: normal;

    font-weight: 400;

    line-height: 14px;

}

.blog-section .blogs .expert-blog-items .items .blog-details .title {

    color: #06748c;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 22.4px;

}

.blog-section .blogs .expert-blog-items .items .blog-details .title {

    height: 3em;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: normal;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

/*---------Claim------------*/

.claims-section .claims-content {

    border-radius: 4px;

    background: #fff;

    box-shadow: inset 0 0 0 1px #c0bfc0;

    display: flex;

}

.claims-section .claims-content .insure-claim {

    padding: 30px;

    border-radius: 4px 0 0 4px;

    background: hsla(0, 0%, 96.1%, .5);

}

.claims-section .claims-content .insure-claim .we-are-here-i {

    color: #000;

    font-size: 40px;

    font-style: normal;

    font-weight: 300;

    line-height: 48px;

    margin-bottom: 22px;

}

.claims-section .claims-content .insure-claim .data {

    color: #000;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 32px;

    margin-bottom: 25px;

}

.claims-section .claims-content .insure-claim .call-info .call-text {

    color: #000;

    font-size: 20px;

    font-style: normal;

    font-weight: 700;

    line-height: 32px;

}

.claims-section .claims-content .insure-claim .call-info .call-number {

    color: #000;

    font-size: 32px;

    font-style: normal;

    font-weight: 400;

    line-height: 38.4px;

}

.claims-section .claims-content .insure-type .claim-block {

    margin-bottom: 51px;

}

.claims-section .claims-content .insure-type .claim-block .claim-title {

    color: #1a1446;

    font-size: 32px;

    font-style: normal;

    font-weight: 400;

    line-height: 38.4px;

    margin-bottom: 7px;

}

.claims-section .claims-content .insure-type .claim-block .claim-desc {

    color: #565656;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 28.8px;

}

.claims-section .claims-content .insure-type {

    padding: 30px;

}

.claims-section {

    padding: 0 2rem 4rem;

}

/*--------Helper-----------*/

.we-are-here-block {

    padding: 0 2rem 4rem;

}

.we-are-here-block .we-are-here-i {

    color: #198754;

    text-align: center;

    font-size: 40px;

    font-style: normal;

    font-weight: 300;

    line-height: 48px;

}

.we-are-here-block .we-are-here-content {

    display: flex;

    flex-direction: column;

}

.we-are-here-block .we-are-here-content .field__items {

    display: flex;

    justify-content: space-between;

    gap: 8px;

}

.we-are-here-block .we-are-here-content .field__items .field__item{

    width: 50%;

}

.we-are-here-block .we-are-here-card {

    align-items: center;

    display: flex;

    flex-direction: column;

    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, .2)) drop-shadow(0 3px 1px rgba(0, 0, 0, .12)) drop-shadow(0 2px 2px rgba(0, 0, 0, .14));

    border-radius: 4px;

    background: #fff;

    height: 440px;

    max-height: 600px;

}

.we-are-here-block .we-are-here-card .card-img-top {

    width: 100%;

    border-top-left-radius: calc(.25rem - 1px);

    border-top-right-radius: calc(.25rem - 1px);

    min-height: 186px;

    object-fit: cover;

}

.we-are-here-block .we-are-here-card .card-body {

    padding: 35px 30px;

}

.we-are-here-block .we-are-here-card .card-body .title {

    color: #000;

    font-size: 32px;

    font-style: normal;

    font-weight: 400;

    line-height: 38.4px;

    margin-bottom: 19px;

}

.we-are-here-block .we-are-here-card .card-body .desc {

    color: #000;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 32px;

}

.we-are-here-block .we-are-here-card .card-body .desc p{

    color: #000000;

}

.we-are-here-block .we-are-here-card .card-body .desc a{

    color: #06748c;

}

/*----------Review-----------*/

.stats-section-block {

    padding: 2rem 0;

}

.stats-section-block .stats-content {

    display: flex;

    flex-direction: column;

}

.stats-section-block .field__items {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 14px;

}

.stats-section-block .stats-block {

    align-items: center;

    display: flex;

    flex-direction: column;

    width: 179px;

    gap: 19px;

}

.stats-section-block .stats-block {

    width: 240px;

}

.stats-section-block .stats-block .stats_num {

    color: #000;

    font-size: 56px;

    font-style: normal;

    font-weight: 300;

    line-height: 67.2px;

    letter-spacing: -.28px;

}

.stats-section-block .stats-block p{

    margin-bottom: 0;

}

.stats-section-block .stats-block .stats-desc {

    color: #06748c;

    text-align: center;

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

    line-height: 28.8px;

}

/*-----------Product----------*/

.product-item {

    text-align: center;

    margin-bottom: 1.875rem;

    cursor: pointer;

    box-shadow: 0px 8px 50px rgb(0 0 0 / 6%);

    background: #fff;

    padding: 15px;

    border-radius: 8px;

}

.product-item .product-thumb {

    overflow: hidden;

    position: relative;

}

.product-item .product-img-inner {

    transition: all 450ms;

    overflow: hidden;

}

.product-item:hover .product-img-inner {

    transform: scale(1.1);

}

.product-item .image-show {

    width: 100%;

    padding-top: 55%;

    position: relative;

    background-color: #fff;

    border-radius: 4px;

    overflow: hidden;

}

.product-item .image-show .bg-image-show {

    background-position: 50%;

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: block;

}

.product-bottom h3{

    height: 43px;

    overflow: hidden;

    text-align: center;

    line-height: 18px;

}

.product-bottom h3 a{

    font-size: 16px;

    color: #252733;

    margin-top: 1rem;

    text-align: center;

    font-weight: 600;

}

.product-bottom h3 a:hover{

    color: #91D3F7;

}

.product-item .price-group {

    display: flex;

    justify-content: space-evenly;

    align-items: center;

    margin-top: 0;

}

.product-item .price-group .regular-price{

    color: #99a5bb;

    font-size: 14px;

    text-decoration: line-through;

}

.product-item .price-group .sale-price {

    font-size: 16px;

    color: #f7685b;

    font-weight: 600;

}

.product-item figure a {

    display: block;

    text-decoration: none;

    transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

}

.post-title{

    font-size: 38px;

    font-weight: 600;

    color: #000000;

}

.related-products{

    background: #f8f9fa85;

    padding: 15px;

    border-radius: 5px;

    margin-bottom: 20px;

    margin-top: 20px;

}

.related-products ul li {

    margin-bottom: 5px;

    color: #ec1f28;

    list-style: inside;

}

.related-products ul li a{

    font-size: 15px;

    color: #ec1f28;

}

.short-description{

    font-size: 16px;

    font-weight: 600;

    color: #000000;

    margin-bottom: 20px;

}

.widget-menu li {

    border-bottom: 1px solid #dee2e6;

    transition: .4s;

}

.widget-menu li a {

    font-size: 14px;

    color: #000000;

    display: block;

    transition: .4s;

    padding-top: 13px;

    padding-bottom: 13px;

    line-height: 14px;

    font-weight: 600;

}

.container-map{

    position: relative;

    overflow: hidden;

    width: 100%;

    padding-top: 40%;

}

.container-map iframe {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

}

.image__placeholder {

    width: 100%;

    padding-top: 55%;

    position: relative;

    background-color: #fff;

    border-radius: 4px;

    overflow: hidden;

}

.image__placeholder .card__cover__img__background {

    background-position: 50%;

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: block;

}

/*----------About-------------*/

.features {

    background: #FFF;

}

.pb-90 {

    padding-bottom: 90px;

}

.pt-120 {

    padding-top: 120px;

}

.section-title {

    margin-bottom: 50px;

}

.section-title h2, .section-title-left h2 {

    color: #666;

    display: block;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

    font-weight: 600;

    letter-spacing: .20px;

    font-size: 14px;

    line-height: 18px;

    margin: 0;

    margin-bottom: 15px;

}

.section-title h2, .section-title-left h2 {

    padding-left: 60px;

    position: relative;

}

.section-title h2::after, .section-title-left h2::after {

    background: #ff6119;

    line-height: 27px;

    position: absolute;

    left: 0;

    content: "";

    top: 5px;

    height: 3px;

    width: 40px;

}

.section-title h3, .section-title-left h3 {

    color: #02185a;

    font-size: 40px;

    font-weight: 600;

    margin-bottom: 0px;

    line-height: 45px;

}

.section-title h3 {

    margin-bottom: 20px;

}

.p-title-section {

    font-family: 'Poppins', sans-serif;

    font-weight: 500;

    line-height: 30px;

    font-size: 15px;

    margin-bottom: 20px;

    margin-top: -5px;

    margin-left: -20px;

}



.feat-item-one {

    position: relative;

    z-index: 1;

    overflow: hidden;

    background: #fff;

    transition: 0.4s;

    margin-bottom: 30px;

    border: 1px solid #f1f1f1;

    border-bottom: 3px solid #ff6119;

}

/*.feat-item-one {

    height: 300px;

}*/

.feat-item-one .content-box-feat {

    position: relative;

    padding: 40px 30px;

    z-index: 5;

    text-align: left;

}

.icon-steelonline {

    width: 100%;

    display: flex;

}

.icon-steelonline span {

    z-index: 10;

    color: #fff;

    padding: 10px;

}

.feat-item-one .content-box-feat span {

    font-size: 50px;

    color: #ff6119;

    display: block;

    line-height: 50px;

}

.feat-item-one .content-box-feat span::before {

    margin: 0;

    font-size: 50px;

}

.icon-steelonline img {

    margin-left: -70px;

    -webkite-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -ms-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

}

.feat-item-one .content-box-feat h4 {

    color: #02185a;

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 20px;

    text-transform: capitalize;

    margin-top: 25px;

}

.feat-item-one .content-box-feat p {

    margin-bottom: 0;

    line-height: 24px;

}

.feat-item-one:hover {

    background: #02185a;

    border: 1px solid #02185a;

    border-bottom: 3px solid #02185a;

}

.feat-item-one:hover .content-box-feat span, .feat-item-one:hover .content-box-feat h4, .feat-item-one:hover .content-box-feat p {

    color: #FFF;

    -webkite-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -ms-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

}



/*----------Price-------*/

.ptb-120 {

    padding-top: 120px;

    padding-bottom: 120px;

}

.portoflio-one {

    position: relative;

    background: #f9f9f9;

}

.main-btn-one, .main-btn-two, .main-btn-three, .main-btn-four {

    position: relative;

    min-width: 180px;

    background: #FFF;

    color: #02185a;

    line-height: 50px;

    height: 50px;

    display: inline-block;

    -webkite-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -ms-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

    font-family: 'Poppins', sans-serif;

}

.main-btn-one .text-btn, .main-btn-two .text-btn, .main-btn-three .text-btn, .main-btn-four .text-btn {

    float: left;

    min-width: 130px;

    text-align: center;

    font-size: 13px;

    text-transform: uppercase;

    font-weight: 600;

    position: relative;

    letter-spacing: .50px;

    overflow: hidden;

}

.main-btn-one .text-btn::before, .main-btn-two .text-btn::before, .main-btn-three .text-btn::before, .main-btn-four .text-btn::before {

    content: "";

    width: 2px;

    height: 50px;

    background: #ddd;

    right: 0;

    top: 0px;

    position: absolute;

    opacity: 0.5;

}

.main-btn-two .text-btn::before {

    background: #e4500d;

}

.main-btn-one .text-btn .text-btn-one, .main-btn-two .text-btn .text-btn-one, .main-btn-three .text-btn .text-btn-one, .main-btn-four .text-btn .text-btn-one {

    display: block;

    margin-left: -100%;

    float: left;

    transition: .4s;

    text-align: center;

    min-width: 130px;

    height: 50px;

    padding: 0 15px;

    background: #ff6119;

    color: #FFF;

}

.main-btn-two .text-btn .text-btn-one {

    background: #02185a;

    color: #FFF;

}

.main-btn-one .text-btn .text-btn-two, .main-btn-two .text-btn .text-btn-two, .main-btn-three .text-btn .text-btn-two, .main-btn-four .text-btn .text-btn-two {

    margin-left: 0px;

    transition: .4s;

    min-width: 130px;

    height: 50px;

    text-align: center;

    display: block;

    padding: 0 15px;

    background: #FFF;

    color: #02185a;

}

.main-btn-one .arrow-btn, .main-btn-two .arrow-btn, .main-btn-three .arrow-btn, .main-btn-four .arrow-btn {

    height: 50px;

    width: 50px;

    text-align: center;

    overflow: hidden;

    background: #f9f9f9;

    line-height: 50px;

}

.main-btn-two .arrow-btn {

    background: #ff6119;

    line-height: 50px;

}

.main-btn-one .arrow-btn .arrow-one, .main-btn-two .arrow-btn .arrow-one, .main-btn-three .arrow-btn .arrow-one, .main-btn-four .arrow-btn .arrow-one {

    display: block;

    background: #ff6119;

    line-height: 50px;

    color: #fff;

    margin-left: -50px;

    float: left;

    transition: .4s;

    text-align: center;

    width: 50px;

    height: 50px;

    font-size: 15px;

}

.main-btn-two .arrow-btn .arrow-one {

    background: #011552;

    color: #fff;

}

.main-btn-one .arrow-btn .arrow-two, .main-btn-two .arrow-btn .arrow-two, .main-btn-three .arrow-btn .arrow-two, .main-btn-four .arrow-btn .arrow-two {

    background: #f9f9f9;

    line-height: 50px;

    margin-left: 0px;

    transition: .4s;

    height: 50px;

    width: 50px;

    text-align: center;

    font-size: 15px;

    display: block;

}

.main-btn-two .arrow-btn .arrow-two {

    background: #ff6119;

    color: #FFF;

}

.main-btn-two .text-btn .text-btn-two {

    background: #ff6119;

    color: #fff;

}

.main-btn-one:hover .text-btn .text-btn-one, .main-btn-two:hover .text-btn .text-btn-one, .main-btn-three:hover .text-btn .text-btn-one, .main-btn-four:hover .text-btn .text-btn-one {

    margin-left: 0;

}

.main-btn-one:hover .arrow-btn .arrow-one, .main-btn-two:hover .arrow-btn .arrow-one, .main-btn-three:hover .arrow-btn .arrow-one, .main-btn-four:hover .arrow-btn .arrow-one {

    margin-left: 0;

}





.case-item {

    position: relative;

}

.img-case {

    position: relative;

    overflow: hidden;

}

.case-item .img-case .overlay-case {

    position: absolute;

    left: 10px;

    bottom: 10px;

    right: 10px;

    top: 10px;

    z-index: 25;

    opacity: 0;

    display: block;

    background: rgba(1, 16, 59, 0.95);

    -webkit-transform: scaleX(0);

    -moz-transform: scaleX(0);

    -ms-transform: scaleX(0);

    -o-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transition: all 0.6s;

    -moz-transition: all 0.6s;

    -ms-transition: all 0.6s;

    -o-transition: all 0.6s;

    transition: all 0.6s;

    -webkit-transform-origin: left;

    -moz-transform-origin: left;

    -ms-transform-origin: left;

    -o-transform-origin: left;

    transform-origin: left;

}

.case-item .img-case .overlay-case .inner-overlay {

    position: absolute;

    left: 0px;

    top: 30px;

    width: 100%;

    height: 100%;

    display: table;

    z-index: 1;

    padding: 10px 10px;

    vertical-align: middle;

    opacity: 0;

    transition: all 0.7s ease;

    -moz-transition: all 0.7s ease;

    -webkit-transition: all 0.7s ease;

    -ms-transition: all 0.7s ease;

    -o-transition: all 0.7s ease;

}

.case-item .img-case .overlay-case .inner-overlay .case-study-text {

    position: relative;

    text-align: center;

    display: table-cell;

    vertical-align: middle;

}

.links-case div {

    display: inline-block;

}

.links-case div a {

    margin-right: 5px;

    margin-left: 5px;

    transition: .4s;

    width: 40px;

    height: 40px;

    border-radius: 0px;

    font-size: 14px;

    line-height: 40px;

    text-align: center;

    color: #02185a;

    border: 1px solid #f1f1f1;

    background: #fff;

    display: block;

}

.footer-case {

    padding: 30px;

    background: #FFF;

    border: 1px solid #eee;

    text-align: left;

    color: #02185a;

    border-bottom: 3px solid #ff6119;

}

.footer-case {

    padding-bottom: 10px;

}

.footer-case .tag-case {

    color: #898989;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;

    line-height: 12px;

    font-family: 'Roboto', sans-serif;

    margin-bottom: 10px;

}

.tag-case span {

    padding-top: 20px;

    display: inline-block;

}

.case-item:hover .img-case .overlay-case {

    opacity: 1;

    -webkit-transform: scaleX(1);

    -moz-transform: scaleX(1);

    -ms-transform: scaleX(1);

    -o-transform: scaleX(1);

    transform: scaleX(1);

}

.case-item:hover .img-case .overlay-case {

    opacity: .7;

}

.case-item:hover .img-case .overlay-case .inner-overlay {

    opacity: 1;

    top: 0;

    transition-delay: 0.5s;

}

.links-case div a:hover {

    border: 1px solid #ff6119;

    color: #FFF;

    background: #ff6119;

}

.portoflio-one .owl-carousel.case-one-price .owl-nav {

    position: absolute;

    top: -143px;

    width: 100%;

    z-index: 999;

    transform: translateY(-50%);

    margin: 0;

}

.portoflio-one .owl-carousel.case-one-price .owl-nav .owl-prev, .portoflio-one .owl-carousel.case-one-price .owl-nav .owl-next {

    width: 40px;

    height: 40px;

    color: #02185a;

    text-align: center;

    line-height: 42px;

    font-size: 16px;

    background: #ffffff;

    border-radius: 1px;

    border: 1px solid #eee;

    z-index: 999;

}

.portoflio-one .owl-carousel.case-one-price .owl-nav .owl-prev {

    right: 50px;

    position: absolute;

    transition: all 0.4s ease 0s;

}

.portoflio-one .owl-carousel.case-one-price .owl-nav .owl-next {

    right: 0px;

    position: absolute;

    transition: all 0.4s ease 0s;

}

.portoflio-one .owl-carousel.case-one-price .owl-nav .owl-next:hover, .portoflio-one .owl-carousel.case-one-price .owl-nav .owl-prev:hover {

    background: #ff6119;

    color: #fff;

}

.pb-50 {

    padding-bottom: 50px;

}

/*----------Footer-------*/

footer {

    padding-top: 80px;

    background: #198754;

    position: relative;

}

.footer-default-padding {

    padding-top: 80px;

    margin-top: 45px;

}

footer::before {

    background-image: url(../images/world_map_img.png);

    background-position: center center;

    background-repeat: no-repeat;

    top: 0;

    left: 0;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

    width: 100%;

    position: absolute;

    opacity: 0.2;

    content: "";

    z-index: 0;

    height: 100%;

}



.footer-widget .footer-logo img {

    width: 150px;

    margin-bottom: 30px;

}

.footer-widget p {

    font-weight: 500;

    color: #ccc;

    font-size: 14px;

}

.mb-30 {

    margin-bottom: 30px;

}

.main-btn-three .text-btn .text-btn-two {

    background: #ff6119;

    color: #fff;

}

.main-btn-three .arrow-btn .arrow-two {

    background: #ff6119;

    color: #FFF;

}

.main-btn-three .text-btn .text-btn-one {

    background: #fff;

    color: #02185a;

}

.main-btn-three .arrow-btn .arrow-one {

    background: #fff;

    color: #02185a;

}

.footer-widget h4 {

    position: relative;

    font-size: 18px;

    font-weight: 600;

    text-transform: capitalize;

    color: #ffffff;

    letter-spacing: .5px;

}

.footer-widget .line-footer {

    width: 50px;

    height: 3px;

    background: #ff6119;

    margin-bottom: 30px;

    margin-top: 20px;

}

.footer-widget .footer-link {

    padding-left: 0;

}

.footer-widget .footer-link li {

    /*border-bottom: 1px solid rgba(214, 214, 214, 0.1);*/

    transition: .4s;

}

.footer-widget .footer-link li a {

    font-size: 16px;

    color: #fff;

    display: block;

    transition: .4s;

    padding-top: 13px;

    padding-bottom: 13px;

    line-height: 14px;

    font-weight: 600;

}

.footer-widget .footer-link li:first-child a {

    padding-top: 0;

}

.footer-inner{

    position: relative;

    z-index: 2;

}

.footer-widget .footer-link li:hover a {

    padding-left: 8px;

    color: #FFF;

}



.newsletter-item {

    position: relative;

    margin-bottom: 35px;

}

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], input[type="subject"], textarea {

    outline: 0;

    resize: none;

    font-weight: 400;

    display: block;

    width: 100%;

    line-height: 24px;

    height: 50px;

    font-size: 14px;

    border: 1px solid #eee;

    padding: 13px 20px;

    background: #fff;

    color: #02185a;

    border-radius: 0px;

    margin-bottom: 30px;

    box-shadow: none !important;

}

.newsletter-item button {

    height: 50px;

    box-shadow: none;

    position: absolute;

    cursor: pointer;

    right: 0px;

    width: 50px;

    text-align: center;

    font-size: 20px;

    color: #ffffff;

    background: #ff6119;

    display: inline-block;

    top: 0;

    line-height: 50px;

    border: 1px solid #ff6119;

}

.social-media {

    padding-left: 0;

    padding-right: 0;

    margin-bottom: 0;

}

.social-media li {

    display: inline-block;

}

.social-media li a {

    margin-right: 10px;

    transition: .4s;

    width: 40px;

    height: 40px;

    border-radius: 0px;

    font-size: 15px;

    line-height: 35px;

    text-align: center;

    color: #ffffff;

    border: 1px solid #ff6119;

    background: #ff6119;

    display: block;

}



.social-media li a:hover {

    background: #FFF;

    color: #ff6119;

    border: 1px solid #ffffff;

}



.row-contact {

    background: #f9f9f9;

    margin-right: 0;

    margin-left: 0;

    padding-top: 0;

    padding-bottom: 0;

    margin-bottom: 0;

    border: 1px solid #ddd;

    position: relative;

}

.no-padding {

    padding: 0;

}

.row-contact .no-padding {

    border-right: 1px solid #DDD;

}

.row-contact .single-item {

    position: relative;

    padding-left: 60px;

    margin-bottom: 40px;

    margin-left: 40px;

    margin-top: 40px;

}

.row-contact .single-item span {

    left: 0;

    top: 0;

    color: #ff6119;

    position: absolute;

    font-size: 30px;

}

.row-contact .single-item span::before {

    margin: 0;

    font-size: 35px;

    line-height: 35px;

}

.row-contact .single-item p {

    font-size: 14px;

    color: #02185a;

    font-weight: 500;

    line-height: 15px;

    margin-bottom: 10px;

}

.footer-bar {

    z-index: 3;

    position: relative;

    background: #01144a;

}

footer .copyright {

    font-weight: 500;

    font-size: 14px;

    color: #f4f7fd;

    letter-spacing: 1.7px;

    line-height: 30px;

    padding-top: 30px;

    padding-bottom: 30px;

    text-align: left;

}

footer .copyright a {

    color: #ff6119;

    font-weight: 700;

}

.links-of-footer {

    text-align: right;

    padding-left: 0;

    font-size: 14px;

    color: #f4f7fd;

    letter-spacing: 1.7px;

    line-height: 30px;

    padding-top: 30px;

    margin-bottom: 0;

}

.links-of-footer li {

    display: inline-block;

    margin-left: 25px;

}

.links-of-footer li a {

    position: relative;

    font-weight: 500;

    letter-spacing: 0.7px;

    line-height: 30px;

    text-transform: capitalize;

    transition: 0.4s;

}





.frmFooterContact input.form-control {

    height: 38px;

    width: 100%;

    font-weight: 400;

    font-size: 16px;

    color: #343741;

    background-color: #fff;

    border: 1px solid #fff;

    border-radius: 3px;

    font-style: normal;

    flex-shrink: 0;

    padding: 5px 10px;

    transition: opacity .1s ease-out 0s;

    transform: translateZ(0);

    resize: vertical;

    margin-bottom: 10px;

}

.frmFooterContact .form-contact-submit{

    height: 50px;

    width: 100%;

    background-color: #99e5ea;

    color: #1a1446;

    -webkit-box-shadow: 0 3px 0 0 #06748c;

    box-shadow: 0 3px 0 0 #06748c;

    font-size: 16px;

    font-weight: 700;

    font-style: normal;

    line-height: 25.6px;

    text-align: center;

    border-radius: 3px;

    margin-top: 20px;

    margin-bottom: 4px;

    border: none;

    cursor: pointer;

}

.frmFooterContact .form-contact-submit:hover {

    background-color: #06748c;

    border-color: #06748c;

    color: #fff;

    -webkit-box-shadow: 0 3px 0 0 #1a1446;

    box-shadow: 0 3px 0 0 #1a1446;

}





.header-breadcrumb {

    padding: 35px 0;

    min-height: 100%;

    position: relative !important;

    background-size: cover !important;

    background-position: center !important;

    background-repeat: no-repeat !important;

    height: 100%;

    width: 100%;

}

.header-breadcrumb .container {

    position: relative;

    z-index: 5;

    text-align: left;

}

.header-breadcrumb::after {

    background: rgba(50, 50, 50, 0.55);

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    content: "";

}

.header-breadcrumb .page-title-heading {

    color: #fff;

    position: relative;

    text-transform: capitalize;

    font-size: 40px;

    font-weight: 600;

    margin-bottom: 0px;

    line-height: 50px;

}

.header-breadcrumb .breadcrumb, .header-breadcrumb-two .breadcrumb {

    text-align: left;

    padding: 0;

    background: none;

    display: block;

    margin: 0;

    border: none;

    border-radius: 0;

    margin-top: 20px;

}

.header-breadcrumb .breadcrumb li, .header-breadcrumb-two .breadcrumb li {

    display: inline-block;

    position: relative;

    padding-right: 5px;

    padding-left: 5px;

    font-size: 16px;

    font-weight: 500;

    color: #eee;

    text-transform: capitalize;

    transition: 0.4s;

    letter-spacing: 0.20px;

    font-family: 'Roboto', sans-serif;

}

.header-breadcrumb .breadcrumb li a, .header-breadcrumb-two .breadcrumb li a {

    transition: 0.4s;

    color: #fff;

}



.shop {

    background: #fff;

}

.pb-70 {

    padding-bottom: 70px;

}

.pt-70 {

    padding-top: 70px;

}

.img-product {

    position: relative;

    border: 1px solid #f1f1f1;

    overflow: hidden;

}

.product-kind img {

    height: 400px;

}

.img-product img {

    width: 100%;

}

.img-product .btn-product {

    display: block;

    position: absolute;

    width: 100%;

    text-align: center;

    line-height: 50px;

    height: 50px;

    background: #ff6119;

    z-index: 5;

    font-size: 13px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.30px;

    border-radius: 2px;

    -webkite-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -ms-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

    bottom: -50px;

    left: 0;

}

.content-product h4 a {

    font-size: 18px;

    font-weight: 600;

    color: #02185a;

    line-height: 18px;

    margin-bottom: 12px;

    text-transform: capitalize;

    transition: 0.4s;

}

.single-product-item:hover .img-product .btn-product {

    bottom: 0;

}

.img-product .btn-product a{

    color: #fff;

}



.content-product {

    padding: 30px;

    text-align: left;

    position: relative;

    border: 1px solid #f1f1f1;

    border-top: 0;

    border-bottom: 3px solid #ff6119;

}

.pt-50 {

    padding-top: 50px;

}



.portfolio-three-item .img-case {

    position: relative;

    overflow: hidden;

}

.case-news .img-case {

    height: 435px;

}

.portfolio-three-item .img-case img {

    width: 100%;

    -webkit-transition: all 2s;

    -moz-transition: all 2s;

    -ms-transition: all 2s;

    -o-transition: all 2s;

    transition: all 2s;

}

.case-news .img-case img {

    height: 360px;

}

.text-of-case {

    position: absolute;

    bottom: 20px;

    right: 10px;

    left: 20px;

    text-align: left;

}

.case-news .text-of-case {

    position: absolute;

    bottom: 30px;

    right: 10px;

    left: 30px;

    text-align: left;

    background: rgb(255,255,255,0.85);

    padding: 30px;

    border-bottom: 3px solid #ff6119;

    width: 80%;

}

.case-study-text .tag-case {

    color: #ff6119;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;

    line-height: 12px;

    font-family: 'Roboto', sans-serif;

    margin-bottom: 10px;

}

.case-study-text h5 a {

    color: #fff;

    display: block;

    margin-top: 7px;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 0px;

    text-transform: capitalize;

    padding-top: 3px;

    line-height: 25px;

}

.case-study-text h5 a {

    color: #02185a;

}

.case-study-text h5 a {

    font-size: 15px;

    text-transform: none;

}

.case-news .text-of-case {

    position: absolute;

    bottom: 30px;

    right: 10px;

    left: 30px;

    text-align: left;

    background: rgb(255,255,255,0.85);

    padding: 30px;

    border-bottom: 3px solid #ff6119;

    width: 80%;

}

.portfolio-three-item:hover .img-case img {

    opacity: 0.9;

    -webkit-transform: scale(1.15);

    -moz-transform: scale(1.15);

    -ms-transform: scale(1.15);

    -o-transform: scale(1.15);

    transform: scale(1.15);

}

.news-item {

    margin-bottom: 30px;

}

.news-img {

    position: relative;

}

.news-img {

    overflow: hidden;

}

.news-img img {

    width: 100%;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

}

.news-info {

    background: #fff;

    padding: 10px 20px;

    z-index: 1;

    position: relative;

    border: 1px solid #f1f1f1;

    border-bottom: 3px solid #ff6119;

}

.date {

    padding-left: 0;

}

.date li {

    display: inline-block;

    margin-right: 10px;

}

.date li span {

    padding-right: 5px;

}

.date li a {

    color: #ff6119;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

}

.news-info .date {

    line-height: 20px;

    margin-bottom: 0px;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

}

.news-info .title-post h5 {

    display: block;

    color: #02185a;

    font-size: 14px;

    font-weight: 500;

    line-height: 23px;

    margin-bottom: 18px;

    margin-top: 10px;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

}

.news-info .post-text {

    font-size: 14px;

    font-weight: 400;

    line-height: 23px;

}

.btn-read-more {

    position: relative;

    -webkite-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    padding-bottom: 2px;

    color: #02185a;

    font-size: 12px;

    line-height: 20px;

    text-transform: uppercase;

    font-weight: 700;

    display: inline-block;

    width: auto;

    margin-top: 17px;

}

.btn-read-more .text-btn {

    display: inline-block;

    vertical-align: middle;

    position: relative;

    left: 0;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    transform: translateX(0);

    -webkite-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.btn-read-more i {

    font-size: 14px;

    position: relative;

    top: 1px;

    display: inline-block;

    vertical-align: middle;

    line-height: inherit;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    transform: translateX(0);

    -webkite-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

    margin: 0;

    right: -2px;

}

.btn-read-more::after {

    clear: both;

    display: block;

    width: 100%;

    width: 100%;

    background-color: #d6d6d6;

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    height: 2px;

}

.btn-read-more:hover {

    color: #ff6119;

}

.btn-read-more:hover::before {

    left: 0;

    width: 100%;

    right: auto;

}

.btn-read-more::after {

    clear: both;

    display: block;

    width: 100%;

    width: 100%;

    background-color: #d6d6d6;

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    height: 2px;

}

.btn-read-more:hover i {

    opacity: 0;

}

.btn-read-more::before {

    content: '';

    position: absolute;

    right: 0;

    bottom: 0;

    height: 2px;

    width: 0;

    background: #ff6119;

    z-index: 1;

    -webkite-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.btn-read-more:hover .text-btn {

    position: relative;

    left: 4px;

    -webkit-transform: translateX(4px);

    -moz-transform: translateX(4px);

    transform: translateX(4px);

    -webkite-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

}

.category-title h3, .category-title-left h3 {

    color: #02185a;

    font-size: 30px;

    font-weight: 600;

    margin-bottom: 20px;

    line-height: 45px;

}

.news-item:hover img {

    -webkit-transform: scale(1.1,1.1);

    -moz-transform: scale(1.1,1.1);

    -o-transform: scale(1.1,1.1);

    transform: scale(1.1,1.1);

}



.blog-page, .blog-grid {

    background: #FFF;

}

.mt-30 {

    margin-top: 30px;

}

.widget {

    margin-bottom: 40px;

}

.body-widget {

    position: relative;

    background: #fff;

    padding: 35px 30px;

    border: 1px solid #f1f1f1;

    border-bottom: 3px solid #ff6119;

}

.widget-posts {

    position: relative;

    background: #fff;

    padding: 35px 30px;

    border: 1px solid #f1f1f1;

    border-bottom: 3px solid #ff6119;

}

.title-widget h3 {

    position: relative;

    font-size: 20px;

    font-weight: 600;

    line-height: 20px;

    text-transform: capitalize;

    color: #02185a;

    margin-bottom: 30px;

}

.lastet-posts {

    margin-bottom: 20px;

    overflow: hidden;

    border-bottom: 1px solid #f1f1f1;

    padding-bottom: 20px;

}

.lastet-posts img {

    float: left;

    height: auto;

    width: 25%;

    border-radius: 3px;

    display: block;

}

.inner-text {

    float: left;

    width: 75%;

    padding-left: 10px;

}

.widget-posts .inner-text h6 {

    color: #02185a;

    font-size: 14px;

    display: block;

    font-weight: 600;

    line-height: 22px;

    text-transform: capitalize;

    transition: 0.4s;

}

.inner-text .meta {

    font-size: 11px;

    color: #9b9b9b;

    line-height: 20px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

    margin-top: 5px;

}

.contact-side h6, .follow-us h6 {

    position: relative;

    font-size: 20px;

    font-weight: 600;

    text-transform: capitalize;

    color: #02185a;

    letter-spacing: .5px;

    margin-bottom: 30px;

}

.social-media {

    padding-left: 0;

    padding-right: 0;

    margin-bottom: 0;

    display: flex;

}

.tags {

    padding-bottom: 10px;

}

.widget .tags-list {

    padding-left: 0;

}

.widget .tags-list li {

    display: inline-block;

}

.widget .tags-list li a {

    font-size: 14px;

    font-weight: 500;

    color: #ffffff;

    padding: 3px 10px;

    margin-right: 5px;

    margin-bottom: 10px;

    display: block;

    transition: 0.4s;

    background: #ff6119;

    border: 2px solid #ff6119;

    border-radius: 2px;

}

.widget .tags-list li a:hover {

    background: #02185a;

    border: 2px solid #02185a;

    color: #FFF;

}

.blog-img {

    position: relative;

}

.blog-img {

    overflow: hidden;

}

.blog-img img {

    width: 100%;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

}

.blog-info {

    background: #fff;

    padding: 35px 35px;

    z-index: 1;

    position: relative;

    border: 1px solid #f1f1f1;

    border-bottom: 3px solid #ff6119;

}

.blog-info {

    min-height: 232px;

}

.blog-page .blog-info {

    background: transparent;

    padding: 35px;

    z-index: 1;

    position: relative;

    border: none;

    border-bottom: none;

    padding-bottom: 20px;

}

.single-blog .blog-info {

    padding: 35px 0 0;

}

.blog-info .date {

    line-height: 20px;

    margin-bottom: 0px;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Roboto', sans-serif;

}

.single-blog .blog-info .title-post h5, .single-blog .blog-info .title-post h1 {

    font-size: 32px;

    font-weight: 600;

    line-height: 50px;

    margin-bottom: 18px;

    color: #02185a;

}

.single-blog .post-text p {

    margin-bottom: 20px;

    font-size: 14px;

    line-height: 22px;

    text-align: justify;

}

#blog_content h2 {

    color: #02185a;

    font-size: 18px;

    display: block;

    font-weight: 600;

    font-family: Roboto;

    line-height: 22px;

    text-transform: none;

    transition: 0.4s;

    margin-bottom: 15px;

}









/*-------------Product detail------------*/

.product-image img{

    width: 100%;

    border-radius: 4px;

}

.h1.product-title{

    color: #02185a;

    text-transform: capitalize;

    font-size: 25px;

    font-weight: 600;

    margin-bottom: 20px;

    line-height: 25px;

    margin-top: 0;

}

.product-description{

    font-size: 15px;

}

.product-description ul{

    margin-bottom: 10px;

}

.product-description ul li{

    list-style: inside;

}

.content-detail{

    font-size: 15px;

}

/*----------Title-------*/

.section-title {

    position: relative;

    margin-bottom: 30px;

    padding-bottom: 15px;

    border-bottom: 3px solid #f0f2f3;

}

.section-title.flex-title {

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

}

.section-title .title {

    position: relative;

    margin: 0;

    font-weight: 600;

    font-size: 25px;

    color: #0b446f;

}

.section-title:after {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    width: 100px;

    height: 3px;

    background-color: #c30c0c;

}

.breadcrumb-block{

    padding: 5px 0px;

}

.breadcrumb li{

    font-size: 12px;

    color: #000000;

}

.breadcrumb-item.active{

    color: #000000;

    font-weight: 600;

}

@media (min-width: 1400px) {

    /*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

        max-width: 1140px;

    }*/

}



@media (min-width: 1230px) {



}

/* Default landscape and desktop to large desktop */

@media (max-width: 1229px) {

}



@media (min-width: 1000px) {

}



/* Portrait tablet to landscape and desktop */

@media (max-width: 991px) {



}

@media (min-width: 768px) and (max-width: 991px) {

    .main-nav-bar .navbar-toggle {

        height: 32px;

        line-height: 32px;

        width: 30px;

        cursor: pointer;

        top: 35px;

        right: 15px;

        position: absolute;

        right: inherit;

        left: 15px;

    }

}



@media (max-width:992px) {

    .sb-search{
        display: block;
    }
    .search-nav{
        display: none;
    }

    .nav-menu {

        display: none;

        float: none;

        max-height: 550px;

        height: 0;

        width: 0;

        overflow: hidden;

    }

    .navbar-toggle {

        display: block;

    }

    .header-bottom-inner{

        height: 85px;

    }

    .main-logo{

        width: calc(100% - 80px);

    }

    .banners .inner-banners .txtBanners .banner-title{

        font-size: 32px !important;

        line-height: 40.6px !important;

    }

    .inner-banners .txtBanners .content-banner{

        padding: 20px 6px 0 5px;

        z-index: 10;

        margin: 0;

    }

    .categories-top{

        margin-top: 45px;

        margin-bottom: 45px;

        padding: 0;

    }

    .frm-contact{

        margin: 30px 0;

    }

    .inner-categories{

        background: #fff;

        box-shadow: none;

        padding: 0;

    }

    .categories-top .categories-list{

        border-radius: 8px;

        background: #fff;

        box-shadow: 0 1px 5px rgba(0, 0, 0, .2);

        padding-bottom: 1px;

        padding-top: 20px;

    }

    .cat-blocks .cat-block{

        display: block;

        width: 48%;

        flex: none;

    }

    .video-section .video-content .text-block{

        display: block;

        height: auto;

        position: inherit;

        padding: 15px;

    }

    .video-section .video-content .text-block .dis-content{

        width: 100%;

        padding-bottom: 10px;

    }

    .video-section .video-content .text-block .dis-coup-wp{

        width: 100%;

        display: block;

        text-align: center;

    }

    .video-section .video-content .text-block .dis-content .dis-text-wp{

        font-size: 20px;

        line-height: 28px;

        font-weight: 300;

        text-wrap: pretty;

        color: #1a1446;

        padding: 0 0 0 15px;

    }

    .video-section .video-content .text-block .dis-content .disount-coupon {

        object-fit: contain;

        width: 63px;

        height: 49px;

    }

    .video-section .video-content .video-title{

        font-size: 28px;

    }

    .review-section .review-insure-text .data{

        font-size: 16px;

    }

    .review-section .review-insure-text .review-i{

        font-size: 28px;

    }

    .blog-section .blogs .blog-content{

        border: none;

        margin-bottom: 20px;

    }

    .blog-section .blog-content .blogs-content{

        display: block;

    }

    .blog-section .blog-content .blog-heading{

        font-size: 28px;

    }

    .blog-section .blogs .experts-head .blog-heading{

        font-size: 28px;

    }

    .blog-section .blogs{

        padding: 20px 0px;

        background: #fff;

    }

    .blog-section {

        margin-bottom: 2rem !important;

    }

    .claims-section {

        padding: 0;

        margin-bottom: 40px;

    }

    .claims-section .claims-content {

        height: auto;

        flex-direction: column;

    }

    .claims-section .claims-content .insure-claim .we-are-here-i{

        font-size: 32px;

    }

    .claims-section .claims-content .insure-type .claim-block .claim-title{

        font-size: 26px;

    }

    .we-are-here-block .we-are-here-i{

        font-size: 32px;

    }

    .we-are-here-block .we-are-here-content .field__items{

        display: block;

    }

    .we-are-here-block .we-are-here-card .card-body .title{

        font-size: 28px;

    }

    .stats-section-block .field__items{

        gap: 20px;

    }

    .we-are-here-block{

        padding: 0;

    }

    .we-are-here-block .we-are-here-content .field__items .field__item{

        margin-bottom: 20px;

        padding-bottom: 20px;

        width: 100%;

    }

    .we-are-here-block .we-are-here-card{

        height: auto;

    }

    /*---------------Custom menu------------*/

    /*.mm-menu{

        background: #ffd000;

    }*/

    .mm-listview>li:not(.mm-divider):after{

        background: #fff;

    }

    .mm-navbar{

        height: auto;

        /*border-bottom: solid 1px #fff;*/

    }

    .mm-navbar a{

        text-align: left;

        padding-left: 20px;

    }

    /*.mm-panel.mm-hasnavbar .mm-navbar{

        display: none;

    }*/

    /*.mm-navbars-top{

        border-bottom: solid 1px #fff;

    }*/

    /*.mm-menu .mm-listview>li .mm-next:after{

        border-color: #fff;

    }*/

    .mm-listview .mm-next:before{

        background: #fff;

    }

    .mm-hasnavbar-top-1 .mm-panels{

        top: 80px;

    }

}



@media (max-width: 767px) {



}



/* Landscape phone to portrait tablet */

@media (min-width: 481px) and (max-width: 767px) {

}



@media (max-width: 575px) {

    .d-n-mobile {

        display: none !important;

    }

    .navbar-brand {

        text-align: center;

        margin-right: auto;

        margin-left: auto;

        display: block;

    }

    .p-title-section {

        margin-top: 0px;

        margin-left: 0px;

    }
    .cat-head{
        display: block;
    }
    .cat-head .cat-image{
        width: auto !important;
        margin: auto;
    }
    .cat-head .cat-text{
        margin-left: 0;
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        white-space: nowrap;
    }

}

/* Landscape phones and down */

@media (max-width: 480px) {



}

.banner-slide .owl-sliders.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -30px;
    position: relative;
    z-index: 100;
}
.banner-slide .owl-sliders.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span{
    width: 30px;
    height: 3px;
}
.banner-slide .owl-sliders.owl-theme .item img{
    width: 100%;
}
/*.banner-slide{
    margin-bottom: 30px;
}*/

.owl-sliders .owl-nav{height: 0px;}
.owl-sliders.owl-carousel .owl-nav .owl-prev, .owl-carousel.owl-sliders .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: inherit;
    margin: 0;
}
.owl-sliders .owl-nav .fa:before{font-size: 19px; vertical-align: middle; }
.owl-sliders .owl-nav .owl-prev{left: 0px;}
.owl-sliders .owl-nav .owl-next{right: 0px;}
.owl-sliders .owl-nav .owl-prev:hover, .owl-sliders .owl-nav .owl-next:hover{background: #333333; border-color: #333333;}

.owl-sliders .image-show {
    width: 100%;
    padding-top: 45%;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.owl-sliders .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.owl-sliders .item{
    position: relative;
}
.owl-sliders .slide__overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 0;
    pointer-events: none;
}


.support-online { position: fixed; z-index: 999; bottom: 0px; }
.support-online.left { left: 10px;  }
.support-online.right { right: 10px;  }

.support-online a { position: relative; margin: 30px 10px; text-align: left; width: 40px; height: 40px; }

.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #fff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }

.support-online a span { border-radius: 2px; text-align: center; background: rgb(103, 182, 52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }

.support-online a:hover span { display: block; }

.support-online a { display: block; }

.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent  rgb(103, 182, 52) transparent transparent; position: absolute; left: -10px; top: 10px; }

.kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(0, 175, 242, 0.5); opacity: .75; right: -10px; }

.kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: .1; border-color: #0089B9; opacity: .5; }

.support-online .btn-support { cursor: pointer; }



.call-now i{background: green;}

.mes i{background: #0d6efd;}

.sms i{background: red;}

.alo-phone.alo-show {
    visibility: visible;
}

.alo-ph-img-circle{
    width:30px;
    height:30px;
    top: 45px;
    left: 45px;
    position:absolute;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid transparent;opacity:.7;
    -webkit-animation:alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation:alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation:alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation:alo-circle-img-anim 1s infinite ease-in-out;
    animation:alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
}

.alo-phone{
    position:fixed;
    visibility:hidden;
    background-color: transparent;
    width:120px;
    height:120px;
    cursor:pointer;
    z-index:999;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    -webkit-transition:visibility .5s;
    -moz-transition:visibility .5s;
    -o-transition:visibility .5s;
    transition:visibility .5s;
    top:10px;
    left:10px;
}

.alo-phone.alo-show{
    visibility:visible
}

.alo-phone:hover{
    opacity:1
}

.alo-ph-circle{
    width:120px;
    height:120px;
    top:0;
    left:0;
    position:absolute;
    background-color:transparent;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid #bfebfc;
    opacity:.1;
    -webkit-animation:alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation:alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation:alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation:alo-circle-anim 1.2s infinite ease-in-out;
    animation:alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition:all .5s;-moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;transform-origin:50% 50%
}
.alo-phone p{
    position: absolute;
    bottom: -18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #fe6c1c;
    left:-8px;
    font-size:24px;
    width:165px;
}

.alo-phone:hover .alo-ph-circle,.hotline:hover .alo-ph-circle{
    border-color:#00aff2;
    opacity:.5
}

.alo-phone.alo-green:hover .alo-ph-circle,.hotline a:hover .alo-ph-circle{
    border-color:#baf5a7;
    opacity:.5
}

.alo-phone.alo-green .alo-ph-circle{
    border-color:#ffbc0a;
    opacity:.5
}

.alo-ph-circle-fill{
    width:60px;
    height:60px;
    top:30px;
    left:30px;
    position:absolute;
    background-color:#000;
    -webkit-border-radius:100%;
    moz-border-radius:100%;
    border-radius:100%;
    border:2px solid transparent;
    opacity:.1;
    -webkit-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;-o-transition:all .5s;
    transition:all .5s;-webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.alo-phone:hover .alo-ph-circle-fill,.hotline a:hover .alo-ph-circle-fill{
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2;
    opacity:.75!important
}
.alo-phone.alo-green:hover .alo-ph-circle-fill,.hotline a:hover .alo-ph-circle-fill{
    background-color:rgba(4,175,239,0.5);
    background-color:#baf5a7;
    opacity:.75!important
}
.alo-phone.alo-green .alo-ph-circle-fill{
    /* background-color:rgba(255,188,10,0.5); */
    background-color:red;
    opacity:.9!important
}
.alo-phone:hover .alo-ph-img-circle,.hotline a:hover
.alo-ph-img-circle{
    background-color:#00aff2
}
.alo-phone.alo-green.alo-hover .alo-ph-img-circle,.alo-phone.alo-green:hover .alo-ph-img-circle,.hotline:hover .alo-ph-img-circle{background-color:#04AFEF}
.alo-phone.alo-green .alo-ph-img-circle{
    background-color:red;
}

@-moz-keyframes alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-webkit-keyframes alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-o-keyframes alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@keyframes alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-moz-keyframes alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-webkit-keyframes alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-o-keyframes alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@keyframes alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-moz-keyframes alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-o-keyframes alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@keyframes alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
#alo-fixed{visibility:visible;opacity:0;position:fixed;right:-100px;top:100px;filter:alpha(opacity=0);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s}
#alo-fixed.show{right:10px;visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s}