/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
 Css Site Anova
========================================================================== */
body{
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  font-size: 18px;
  direction: rtl;
  color:#535459;
}
.container{
  max-width:1170px;
  padding:0 15px;
  margin:0 auto;
  position: relative;
}
.top-header{
  background: #3d4fa3;
  padding:10px 0px;
}
.top-header ul {
    margin: 0  50px;
    padding: 0;
    display: inline-block;
}
.top-header ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.top-header ul li a{
  display:block;
  color:#fff;
  font-size: 20px;
}
.top-header ul li a i{
  color:#12b48b;
  padding-left: 5px;
}
.right-social{
    display: inline-block;
   color:#12b48b;
}
.right-social a{
    display: inline-block;
   color:#12b48b;
   margin:0 5px;
}
.right-social a:hover{
   color:#12b48b;
   opacity: 0.9;
}
.banner{
  background-image: url(img/bg.jpg);
    background-position: 1px 0px;
    background-size: cover;
    position: relative;
    padding: 20px 0 100px;
}
.banner:before {
    position: absolute;
    content: "";
    background-color: transparent;
    background-image: linear-gradient(10deg, #ffffff 28%, rgba(255,255,255,0) 80%);
    opacity: 0.97;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.logo{
  float: right;
  width: 50%;
}
.logo img{
  max-width: 260px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.logo img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.content-all-page.page-404{
  text-align: center;
  padding:60px 0;
  min-height: 450px;
}
.page-404 h1 {
    font-size: 150px;
    margin: 0;
    color: #3d4fa3;
}
.page-404 h2{
    color: #3d4fa3;
    font-size: 30px;
    margin:0;
    font-weight: 600;
}
/*******************************/
.main-navigation ul{
    margin:0 20px;
    padding: 0;
}
.main-navigation ul li{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    width: 185px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    background: #fff;
    padding: 0;
    text-align: right;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.main-navigation ul ul li {
    display: block;
    line-height: 40px;
    padding: 0;
    width: 100%;
    text-align: right;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 0;
}
.main-navigation ul> li.current-menu-item > a{
  background: #a01f62;
  color:#fff;
}
.main-navigation > ul> li:hover >a{
  background: #a01f62;
  color:#fff;
}
.main-navigation > ul> li>ul>li:hover >a{
  background: #a01f62;
  color:#fff;
}
.main-navigation ul li a {
    font-size: 20px;
    font-weight: 600;
    color: #3d4fa3;
    display: block;
    padding:9px 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 5px;
}
.main-navigation ul li li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 0 20px !important;
    border-radius: 0;
}
.main-navigation ul li.menu-item-has-children a {
    padding:12px 20px 12px 40px;
}
.main-navigation > ul> li:hover > .open-menu-mobile{
   color:#fff;
}
.main-navigation ul> li.current-menu-item >  .open-menu-mobile{
  color:#fff;
}
.open-menu-mobile {
    position: absolute;
    left: 15px;
    top: 13px;
    cursor: pointer;
    color: #3d4fa3;
    font-size: 22px;
}
.main-navigation>ul>li:hover> ul.sub-menu{
    opacity: 1;
    visibility:visible;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px);
}
/*
Menu Mobile
--------------------- */
.top-main-navigation::before,
.top-main-navigation::after{
    content:'';
    display: table;
    clear: both;
}
.top-main-navigation{
    text-align: center;
    font-size:23px;
    line-height: 48px;
    text-transform: uppercase;
    color:#fff;
    display:none;
    position:relative;
}
.toggle-menu {
    padding: 0;
    overflow: hidden;
    width: 40px;
    height: auto;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.toggle-menu span {
    display: block;
    width: 30px;
    border: 2px solid #3d4fa3;
    margin: 0 auto 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: #3d4fa3;
    border-radius: 12px;
}
.toggle-menu span:last-child{
    margin-bottom: 0;
}
.toggle-menu.active span:nth-child(2){
    transform:translateX(100%);
    opacity: 0;
}
.toggle-menu.active span:first-child{
    transform:rotate(40deg) translate(3px,8px);
    -ms-transform:rotate(40deg) translate(3px,8px);
    -webkit-transform:rotate(40deg) translate(3px,8px);
}
.toggle-menu.active span:last-child{
    transform:rotate(-40deg) translate(2px,-9px);
    -ms-transform:rotate(-40deg) translate(2px,-9px);
    -webkit-transform:rotate(-40deg) translate(2px,-9px);
}
/*********************************/
.btn-online {
    background: #12b48b;
    color: #fff;
    font-size: 15px;
    padding: 7px 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    position: absolute;
    left:15px;
    top: 0;
    line-height: 16px;
}
.btn-online:hover{
  background: #a01f62; 
  color:#fff; 
}
.content-banner{
  margin:40px 0 0;
}
.content-banner h1{
    color: #3d4fa3;
    font-size: 50px;
    margin:0;
    font-weight: 600;
}
.content-banner p {
    color: #6d6e72;
    font-size: 20px;
    line-height: 30px;
}
.content-banner a.link-more{  
  background: #12b48b;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.content-banner a.link-more:hover{
  background: #a01f62;  
  transform: scale(1.1);
}
/*************************/
.section-about{
  padding:40px 0;
}
.right-about{
  float: right;
  width: 49%;
}
.right-about p {
    color: #535459;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.left-about{
  float: left;
  width: 48%;
}
.left-about h2{
    color: #12b48b;
    font-weight: 600;
    margin: 0;
    font-size: 32px;
    padding-bottom: 12px;
}
.left-about h3 {
    color: #12b48b;
    font-weight: 600;
    margin: 10px 0;
    font-size: 20px;
}
.form-contact{
  max-width: 420px;
}
.form-contact label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.form-contact input[type="text"], .form-contact input[type="tel"], .form-contact input[type="email"] {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    height: 40px;
    line-height: 40px;
    direction: rtl;
    border-radius: 5px;
    margin: 5px 0;
    font-weight: 400;
    font-size: 15px;
    padding: 0 10px;
}
.form-contact input[type="submit"] {
    background: #12b48b;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    border: none;
    width: 100%;
    margin: 5px 0 0;
}
.form-contact input[type="submit"]:hover{
  background: #a01f62;  
}
a.phone-about {
    color: #3d4fa3;
    font-size: 25px;
    font-weight: 600;
}
h2.title {
    color: #12b48b;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-size: 32px;
    padding-bottom: 12px;
}
h2.title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 45px;
  height: 1.5px;
  background: #12b48b;
}
/***************************/
.section-service{
  padding:30px 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #f1f1f1;
}
.right-service{
  float: right;
  width: 49%;
}
.right-service p {
    color: #535459;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.left-service{
  float: left;
  width: 48%;
}
.right-service a.link-more{  
  background: #3d4fa3;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin: 15px 0 0;
}
.right-service a.link-more:hover{
  background: #a01f62;  
}
.list-icon{
  display: flex;
  flex-wrap: wrap;
}
.item-icon{
  width: 46%;
  margin-bottom: 35px;
}
.item-icon p {
    color: #3d4fa3;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0;
}
.icon:hover {
  background-color: #a01f62;
    color: #818a91;
}
.icon {
    font-size: 40px;
    border-radius: 5px 5px 5px 5px;
    padding: 15px;
    background-color: #12b48b;
    color: #fff;
    width: 80px;
    text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*****************************/
.section-insurance{
  padding: 40px 0;
  text-align: center;
}
h3.title {
    color: #3d4fa3;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-size: 35px;
    padding-bottom: 12px;
    text-align: center;
}
h3.title:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #3d4fa3;
  margin:0 auto;
}
.list-insurance{
  display: flex;
  flex-wrap: wrap;
}
.item-insurance{
  width: 23%;
  margin:30px 1% 0;
}
.item-insurance h3{
  margin:0;
}
.item-insurance h3 a {
    display: block;
    color: #3d4fa3;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-size: 35px;
    padding: 10px 0;
}
.item-insurance p {
    color: #535459;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.item-insurance .read-more {
    color: #12b48b;
    border: 1px solid #12b48b;
    height: 42px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    width: 90px;
    margin: 20px 0 0;
    border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item-insurance .read-more:hover {
    border: 1px solid #a01f62;
  background-color: #a01f62;
    color: #fff;
}
.section-insurance a.link-more{  
  background: #12b48b;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin: 50px 0;
}
.section-insurance a.link-more:hover{
  background: #a01f62;  
  transform: scale(1.1);
}
/*********************************/
.section-customers{
  padding:30px 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #f1f1f1;
}
.slider-customers {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e1e8ed;
    margin: 30px 0 60px;
}
.thumb-cus{
    width: 36px;
    float: right;
    margin-left: 10px;
}
.thumb-cus img{
    width: 100%;
    border-radius: 50%;
}
.content-cus {
    padding: 15px;
    min-height: 165px;
}
.content-cus p{
  color: #535459;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.top-slider{
  border-bottom: 1px solid #e1e8ed;
  padding:15px 15px 10px;
}
.top-slider h4{
  margin:0;
  color: #1c2022;
  font-size: 15px;
  font-weight: 600;
  line-height:18px;
}
.rating{
    color: #f0ad4e;
    font-size: 10px;
    margin: 4px 0 0;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li button {
    width: 6px;
    height: 6px;
    background: #ccc;
}
.slick-dots li {
    width: 4px;
    height: 6px;
}
.slick-dots li button:before {
    width: 6px;
    height: 6px;
    opacity: 0;
}
/*********************************/
.section-contact{
  padding:30px 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #12b48b;
}
.right-ct{
  float: right;
  width: 49%;
  position: relative;
}
.right-ct h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 33px;
    max-width: 90%;
}
.right-ct .form-contact {
    max-width: 90%;
}
.right-ct .form-contact input[type="text"], .right-ct .form-contact input[type="tel"], .right-ct .form-contact input[type="email"] {
    background-color: #fff;
}
.right-ct .form-contact input[type="submit"] {
    background:#3d4fa3;
}
.right-ct .form-contact input[type="submit"]:hover {
    background:#a01f62;
}
.right-ct span.or {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 33px;
    left: -55px;
    top: 40%;
}
.left-ct{
  float: left;
  width:38%;
  position: relative;
  text-align: center;
}
.left-ct img{
  width: 77%;
}
/*******************top-footer***********************/
.sms {
    position: fixed;
    background-color: #02a3f7;
    color: #ffffff;
    left: 20px;
    bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 45px;
    z-index: 99;
}
@keyframes elementor-animation-pulse{
  25%{transform:scale(1.1)}
  75%{transform:scale(0.9)}
}
.sms:hover{
    background-color: #02a3f7;
    color: #ffffff;
    opacity: 0.95;
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.top-footer {
    background: #4054B2;
    text-align: center;
    color: #fff;
    padding: 10px 0 20px;
}
.item-footer{
  display: inline-block;
  vertical-align: top;
  width:25%;
}
.item-footer.one{
  width:37%;
}
.item-footer h2 {
    color: #fff;
    font-weight: 600;
    margin:0 0 25px;
    position: relative;
    font-size: 35px;
    padding: 12px 0;
    text-align: center;
}
.item-footer h2:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1.5px;
  background: #12b48b;
  margin:0 auto;
}
.item-footer ul{
  margin:0;
  padding:0;
}
.item-footer ul.ftmenu li a:hover{
    color: #12b48b;
}
.item-footer ul li{
  display: block;
}
.item-footer ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.item-footer ul li a i{
    color: #12b48b;
}
.social-ft{
  margin:30px 0 0;
}
.social-ft a {
    color: #fff;
    margin: 0 10px;
    font-size: 22px;
}
.social-ft a:hover {
    color: #fff;
    position: 0.9;
}
.list-post-ft{
  display: flex;
  flex-wrap: wrap;
}
.itempost{
  width: 48%;
  margin:0 1%;
  text-align: center;
}
.itempost h3{
  margin:0;
}
.itempost h3 a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 0;
    line-height: 22px;
}
.itempost span{
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.itempost p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0 5px;
}
.itempost a.more{
  color: #12b48b;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}
.thumb-ins img{
  border-radius: 10px 10px 0 0;
}
.bottom-footer {
    background: #12b48b;
    text-align: center;
    padding: 15px 0;
}
.bottom-footer p {
    margin: 0;
    color: #fff;
    font-size: 17px;
}
.bottom-footer p a{
  display: inline-block;
  vertical-align: middle;
}
/**************************************************/
.header-v2 .logo{
  float: right;
  width: 140px;
}
.header-v2 .logo img{
  max-width: 100%;
}
.header-v2 .main-navigation {
    float: left;
    width: calc(100% - 140px);
    margin-top: 30px;
}
.header-v2 .btn-online {
    margin-top: 30px;
}
.banner-all-page{
  background: #f3f9f9;
}
.banner-all-page h1 {
    margin: 0;
    color: #3d4fa3;
    font-size: 35px;
    font-weight: 600;
    float: right;
    padding: 100px 0;
}
.icon-page{
  width: 50%;
    float: left;
    text-align: center;
}
.icon-page img {
    max-height: 210px;
    margin: 0 auto;
}
.content-about{
  padding: 50px 0;
}
.content-about .left-about img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
.page-abouts h2.title{
  text-align: center;
}
.page-abouts h2.title:before {
    width: 100px;
    margin: 0 auto;
    left: 0;
}
.page-abouts .item-icon {
    width: 22%;
    margin: 40px 1% 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.page-abouts  .icon {
    margin: 0 auto;
}
/***************content-blog**************/
.content-blog{
  padding:30px 0;
}
h1.title {
    color: #12b48b;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-size: 50px;
    padding-bottom: 12px;
    text-align: center;
}
h1.title:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1.5px;
    background: #12b48b;
    margin: 0 auto;
}
.list-blog{
  display: flex;
  flex-wrap: wrap;
  margin-top:40px;
}
.item-blog{
  display: inline-block;
  width: 31%;
  margin: 30px 1% 20px;
  border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    text-align: center;
}
.item-blog img{
  width: 100%;
}
.item-blog h3 {
  margin:0;
}
.item-blog h3 a {
    display: block;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0 0;
    line-height: 22px;
}
.item-blog span {
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 400;
}
.item-blog p {
    color: #777;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 10px 5px;
}
.item-blog a.more {
    color: #12b48b;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    margin: 14px 0;
    display: block;
}
/*****************/
.content-types h1.title {
    color: #3d4fa3;
    font-size: 40px;
}
.content-types h1.title:before {
    background: #3d4fa3;
}
.type-insurance{
  display: flex;
  flex-wrap: wrap;
  margin-top:40px;
}
.item-type{
  display: inline-block;
  width: 31%;
  margin: 20px 1% 0px;
    text-align: center;
}
.item-type img{
  display:block;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.item-type img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.item-type span {
    color: #3d4fa3;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding: 12px 0;
    display: block;
}
/********************************/
.banner-page{
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.banner-page  .container{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
    z-index: 3;
  left: 0;
}
.banner-page h1 {
    margin: 0;
    color: #3d4fa3;
    font-size: 60px;
    font-weight: 600;
    display: inline-block;
    background: #ffffffbd;
    padding: 10px 40px;
    border-radius: 10px;
    line-height: 53px;
}
.content-all-page {
  padding: 30px 0;
}
.content-all-page p{
  color: #535459;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.content-all-page ul li{
  line-height: 35px;
}
.single-types.banner-page{
  min-height:500px;
}
.maps{
  margin:30px 0;
}
.maps iframe {
  width: 100%;
  height: 300px;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.social-contact{
  text-align: center;
  margin:0px 0 50px;
}
.social-contact a {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #12b48b;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    display: inline-block;
    margin:0 2px;
}
.social-contact a:hover{
  opacity: 0.9;
}
.social-contact a i {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}
.form-contact-us{
  margin:40px auto 0px;
  max-width: 980px;
}
.form-contact-us form{
  direction: rtl;
}
.form-contact-us label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.form-contact-us span.firstname,
.form-contact-us span.lastname {
  display: inline-block;
  width: 49%;
}
.form-contact-us span.lastname {
  margin-right: 1.7%;
}
.form-contact-us input[type="text"], 
.form-contact-us input[type="tel"], 
.form-contact-us input[type="email"] {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: #f3f9f9;
    border-radius: 10px 10px 10px 10px;
    color: #3d4fa3;
    height: 40px;
    line-height: 40px;
    direction: rtl;
    margin: 5px 0;
    font-weight: 400;
    font-size: 15px;
    padding: 0 10px;
}
.form-contact-us textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: #f3f9f9;
    border-radius: 10px 10px 10px 10px;
    color: #3d4fa3;
    height: 100px;
    line-height: 30px;
    direction: rtl;
    margin: 5px 0;
    font-weight: 400;
    font-size: 15px;
    padding: 0 10px;
    resize: none;
}
.form-contact-us input[type="submit"] {
    background: #12b48b;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    border: none;
    width: 100%;
    margin: 5px 0 0;
}
.form-contact input[type="submit"]:hover{
  background: #a01f62;  
}
.bottom-single{
  text-align: center;
  margin:30px 0;
}
.bottom-single h3 {
    color: #3d4fa3;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}
.bottom-single .link-more {
    background: #12b48b;
    color: #fff;
    font-size: 24px;
    padding: 9px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    font-weight: 600;
    margin: 20px 0 0;
}
.bottom-single .link-more:hover {
    background: #a01f62;
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/********************************************/
.content-information{
  margin:20px 0 40px;
}
.list-child-page{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.parent-page {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    margin: 0.2%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.inner-parent-page {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transition-duration: 1500ms;
    min-height: 350px;
}
.inner-parent-page:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.inner-parent-page:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 38%);
    content: "";
}
.content-child {
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
    z-index: 3;
   left: 0;
}
.parent-page h2 {
    font-size: 50px;
    color: #ffffff;
    margin: 0 auto;
    padding-bottom: 70px;
    font-weight: 600;
    max-width: 400px;
    line-height: 52px;
}
.parent-page a {
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #a01f62;
    border-radius: 10px;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    padding: 0 20px;
}
.parent-page a:hover {
    color: #ffffff;
}
h1.titles {
    color: #3d4fa3;
    font-weight: 600;
    margin: 0;
    position: relative;
    font-size: 50px;
    padding-bottom: 12px;
}
h1.titles:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100px;
    height: 1.5px;
    background: #3d4fa3;
}
/*************************************/
.content-terms{
  padding:30px 0;
}
.list-terms{
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.parent-terms {
    display: block;
    width: 100%;
    margin-left: 0;
}
.content-tab{
  display: none;
  color: #3d4fa3;
  font-size: 19px;
}
.col-3{
  display: inline-block;
  width: 31%;
  margin-left: 2%;
}
.parent-terms{
  border-bottom: 1px solid #a01f62;
  padding:10px 0;
}
.parent-terms h2.active {
    color: #3d4fa3;
}
.parent-terms h2.active i {
    color: #3d4fa3;
    transform: rotate(90deg);
}
.parent-terms h2 {
    color: #a01f62;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    line-height: 22px;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
}
.parent-terms h2 i{
  position: absolute;
  right: 0;
  top: 0;
}
/********************/
.list-arrangement{
  padding:30px 0;
}
.parent-arrangement h2.title{
  color: #3d4fa3;
    font-size: 50px;
}
.parent-arrangement h2.title:before {
    width: 100px;
    background: #a01f62;
}
.arrangement {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.item-arrangement{
  display: inline-block;
  width: 20%;
  text-align: center;
  padding:0 15px;
  margin:20px 0;
}
.item-arrangement h3 {
    color: #3d4fa3;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    position: relative;
    padding-bottom: 30px;
}
.item-arrangement a.link-more {
    font-size: 20px;
    background: #a01f62;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    padding: 10px 20px 10px;
    margin: 30px 0 20px;
}
/******************/
.content-service{
  margin:30px 0;
}
.content-sev{
  border-top: 2px dotted #ccc;
  padding:20px 0;
}
.content-sev h2.title{
  color: #3d4fa3;
    font-size: 50px;
}
.content-sev h2.title:before {
    width: 100px;
    background: #CC3366;
}
.list-services{
  display: flex;
  flex-wrap: wrap;
}
.parent-service{
  display: inline-block;
  width: 25%;
  padding-left: 2%;
  margin:25px 0 ;
}
.parent-service h2{
  color: #1f9692;
    font-size: 30px;
    margin:0;
    font-weight: 600;
}
.parent-service p{
    font-size: 20px;
}
.parent-service p a{
  color:#CC3366;
  font-weight: 700;
}
/******************/
.list-download{
  padding:30px 0;
}
.content-download{
  padding:30px 0;
}
.col-download.first{
  border-top: 0px dotted #ccc;
}
.col-download{
  border-top: 2px dotted #ccc;
}
.col-download .container{
  display: flex;
  flex-wrap: wrap;
}
.item-download{
  display: inline-block;
  width: 25%;
  padding:20px;
  text-align: center;
  border-left: 2px dotted #ccc;
}
.item-download img{
  max-width: 45%;
  display: block;
  margin:0 auto 20px;
}
.btn-download a {
    display: inline-block;
    color: #fff;
    margin: 10px 0;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
}
.btn-download a:hover {
    color: #fff;
}
.item-download.key3,
.item-download.key7,
.item-download.key11{
  border-left: 0 dotted #ccc;
}
.item-download.key10 h3{
    color: #d23641;
    font-size: 18px;
    margin:0;
}
.item-download.key11 h3{
    color: #4054b2;
    font-size: 25px;
    margin:0;
}
/***********************/
.content-all-page p{
    color: #3f3f3f;
    font-size: 20px;
}
.content-all-page ul li{
    color: #3f3f3f;
    font-size: 20px;
}
.list-travel{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin:30px 0;
}
.item-travel{
  display: inline-block;
  width: 33%;
  border-right: 2px dotted #333;
  padding:0 20px;
}
.item-travel h4 {
    margin: 15px 0;
    color: #12b48b;
    font-size: 30px;
    font-weight: 600;
}
.item-travel img {
  display: block;
  max-width: 100%;
  margin:10px auto 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item-travel img:hover{
    opacity: 0.95;
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.item-travel.key1{
  border-right: 0 dotted #333;
}
.bg-mb{
  display: none;
}