@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Rubik:wght@400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  border: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
}

button[type="button"]:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #2f3d48;
  line-height: 1.5;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #00072d;
}

a:hover {
  color: #00072d;
}

html {
  font-size: 16px;
}

body {
  display: block;
  width: 100%;
  color: #2a2a2a;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  position: relative;
}

.wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}
.btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 18px 24px;
  border-radius: 10px;
  border: 1px solid #fff;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.btn img {
  width: 22px;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.btn.prime-btn:hover {
  border-color: #00072d;
  background-color: #ffff;
  color: #00072d;
}
.btn.btn-outline-primary {
  background-color: #fff;
  border-color: #E62000;
  color: #E62000;
}


.btn.btn-light:hover img,
.btn.btn-outline-primary:hover img {
  filter: invert(1) brightness(100);
}
.container {
  max-width: 1380px;
}
.container-lg {
  max-width: 1620px;
}
.common-sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-head .sec-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.sec-head .sec-sub-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4.4px;
  color: #8a8a8a;
  margin-bottom: 5px;
}
.sec-head p {
  margin-top: 12px;
}
.cms-con {
  margin-bottom: 40px;
}
.slick-slider:focus,
.slick-arrow:focus,
.slick-slide:focus {
  outline: none;
}
.slick-dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 60px;
  cursor: pointer;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-dots li button {
  font-size: 0;
  height: 14px;
  min-width: 14px;
  background-color: transparent;
  border-radius: 50px;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  position: relative;
  background-color: #fff;
}
.header {
  z-index: 999;
}
.header-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-social-media-links a + a {
  margin-left: 15px;
}
.header-nav-wrap .btn {
  margin-left: 30px;
}
.insurance-sec{
  padding: 80px 0px;
}
.header-nav ul li a {
  display: block;
  padding: 10px 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0px 3px 6px #00000029;
  transition: all 0.4s ease-in-out;
}
.hero-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 635px;
  display: flex !important;
  align-items: center;
}
.hero-slider-con .sec-head .sec-sub-title,
.hero-slider-con .sec-head .sec-title {
  color: #fff;
  font-family: 'MadaniArabic';
}
.hero-slider-con .sec-head .sec-sub-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.54px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.hero-slider-con .sec-head .sec-sub-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(110%, -50%);
  width: 156px;
  height: 1px;
  background-color: #fff;
}
.hero-slider-con .sec-head .sec-title {
  font-size: 45px;
  text-shadow: 0px 3px 6px #00000029;
}
.hero-slider-con .sec-head .sec-title span {
  display: inline-block;
  padding:3px 12px;
  background-color: #fff;
  color: #00072d;
}
.hero-slider-con .sec-head {
  margin-bottom: 25px;
}
.hero-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.featured-services-sec {
  background-image: url(../img/feature-three-shape.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.featured-services-box {
  height: 400px;
  max-width: 400px;
  transition: all 0.4s ease-in-out;
}
.prime-product-img{
  height: 100%;
}
.featured-services-box-img {
  margin-bottom: 25px;
  position: relative;
}
.feature-sub-title-text {
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
  text-align: center;
  height: calc(100% - 80%);
}
.featured-services-box-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.84px;
  margin-bottom: 2px;
}
.prime-our-process-sec{
  background-image: url(../img/m15.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-step-details {
  background: rgba(0,0,0,0.3);
  padding: 30px;
}
.featured-services-box-title a {
  color: #fff;
  font-size: 24px;
}
.featured-services-box-title a:hover{
  color: black;
}
.featured-services-box p {
  color: #fff;
}
.our-products-sec {
  background-color: #f0f4f9;
}
.our-products-sec .sec-head {
  max-width: 81%;
  margin-left: auto;
  margin-right: auto;
}
.our-products-sec .row {
  --bs-gutter-x: 50px;
}
.our-products-box {
  border: 1px solid #d0e3fb;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  height: calc(100% - 50px);
  margin-bottom: 50px;
  transition: all 0.4s ease-in-out;
}
.our-products-box:hover {
  box-shadow: 0px 10px 30px #E6200029;
}
.our-products-box-img {
  position: relative;
  padding-bottom: 54.8%;
  border-radius: 15px;
  overflow: hidden;
}
.our-products-box-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.our-products-box:hover .our-products-box-img img {
  scale: 1.09;
}
.our-products-box-count {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.2px;
  background-color: #E62000;
  color: #fff;
}
.our-products-box-con {
  padding: 22px 15px 14px;
}
.our-products-box-sub-title {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 3.2px;
  color: #8a8a8a;
  display: block;
  margin-bottom: 5px;
}
.our-products-box-title {
  display: block;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.9px;
  color: #E62000;
  margin-bottom: 8px;
}
.our-products-box-con p {
  color: #2f3d48;
  margin-bottom: 30px;
}
.our-products-box-con .btn-link {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #E62000;
  text-decoration: underline;
}
.quick-call-info-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1.2px;
  color: #2a2a2a;
  display: block;
  margin-bottom: 28px;
}
.quick-call-info-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-call-make-call {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #E620002b;
}
.quick-call-make-call-con {
  padding-left: 14px;
}
.quick-call-make-call-con span {
  font-size: 22px;
  color: #E62000;
  letter-spacing: -0.66px;
}
.quick-call-make-call-con h6 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -1.02px;
  color: #2a2a2a;
  display: block;
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
}

.about-us-con .sec-head {
  margin-bottom: 15px;
}
.about-us-con .sec-head .sec-sub-title {
  margin-bottom: 8px;
}
.about-us-con .btn {
  min-width: 200px;
}
.about-us-img {
  margin-left: 65px;
}
.our-process-sec.common-sec {
  padding-top: 60px;
  padding-bottom: 80px;
}
.our-process-sec .sec-head {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.our-process-sec .sec-head .sec-title,
.our-process-sec .sec-head p {
  color: #fff;
}
.our-process-sec .sec-head p {
  margin-top: 18px;
}
.our-process-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 100px;
}
.our-process-box {
  width: 308px;
}
.our-process-box-count,
.our-process-box-count img {
  position: relative;
}
.our-process-box-count::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 140%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  opacity: 0.5;
}
.our-process-box:last-child .our-process-box-count::before {
  display: none;
}
.our-process-box-count img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.our-process-box-title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.78px;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}
.our-process-box p {
  color: #7ca2d4;
}
.cta-box {
  
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-box .sec-head .sec-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}
.cta-box .btn.btn-outline-primary:not(:hover) {
  background-color: transparent;
}
.footer {
  padding-top: 60px;
  background: #00072d;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Rubik", sans-serif;
}
.footer-row {
  justify-content: space-between;
}
.footer-logo img {
  margin-bottom: 32px;
}
.footer-links-col {
  margin-bottom: 124px;
  padding-top: 20px;
}
.footer-title {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.78px;
  padding-bottom: 17px;
  margin-bottom: 15px;
}

.footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 8px;
  background-color: #0ce0ff;
}

.footer-links-col ul li a:hover {
  color: #fff;
}
.footer-copyright p {
  font-size: 18px;
  margin-bottom: 0;
  flex: 1;
  text-align: center;
  /* margin-right: -450px; */
}
.footer-title,
.footer-copyright p,
.footer-copyright-links,
.footer-copyright-links a {
  color: #fff;
}
.footer-copyright-links a:hover {
  text-decoration: underline;
}
.footer-copyright-links {
  display: flex;
  align-items: center;
}
.footer-copyright-links span {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

/*new css*/


section.login__form__section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.login__form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
}

.col-lg-12.form-group {
    margin-bottom: 15px;
}

.form-group input, .form-group select {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    border:1px solid rgb(93, 93, 93/27%) !important;
}

.form-group textarea{
    border:1px solid #00072d !important;
}

.login__form .text-center input[type="submit"] {
    background: #00072d;
    height: 45px;
    padding: 0px 30px;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}

.login__form .text-center input[type="submit"]:hover {
    background: #000;
}

.bradcrumbs__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bradcrumbs__nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bradcrumbs__nav ul li {
    position: relative;
}

.bradcrumbs__nav ul li:after {
    content: '/';
    padding: 0px 3px;
}

.bradcrumbs__nav ul li:last-child:after {
    display: none;
}

.bradcrumbs__nav h1 {
    font-size: 20px;
}

section.bradcrumbs__section {
    padding: 15px 0px;
    background: #f7f7f7;
}

section.policy__section {
    margin: 50px 0px;
}

section.policy__section h2 {
    font-size: 27px;
    margin-bottom: 20px;
}

section.policy__section p, section.policy__section h5, section.policy__section ul li, section.policy__section h4, section.policy__section h6 {
    line-height: 25px;
}

section.policy__section h3, section.policy__section h4, section.policy__section h6 {
    font-size: 23px;
    margin-bottom: 14px;
}

section.policy__section h6 sup{
  font-size: 16px;
}

section.policy__section ul {
    padding-left: 30px;
    list-style: disc;
    margin-bottom: 20px;
}

.form.php-email-form.quote_form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
}

h1.head {
    font-size: 30px;
    text-transform: capitalize;
}

.form_div {
    display: flex;
    flex-wrap: wrap;
}

._3AezRR {
    width: 50%;
    margin-bottom: 15px;
    padding: 0px 5px;
}

p._1iBWu._2g9a_ {
    width: 100%;
}

._3AezRR input {
    border: none !IMPORTANT;
    border-bottom: 1px solid rgba(12, 69, 255,0.1) !important;
    width: 100%;
    padding: 10px;
}

.m-KRJ p {
    margin-bottom: 0px;
}

.LoGJz._2JpBg.c5tCS {
    width: 65%;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 10px;
}

.LoGJz._2JpBg.c5tCS p {
    line-height: 25px;
    font-size: 17px;
}

input#submit {
    background: #00072d;
    height: 45px;
    padding: 0px 30px;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}

input#submit:hover {
    background: #000;
}

section.home__insurance {
    margin: 50px 0px;
}

section.home__insurance h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

/*.home__content {
    padding: 60px;
    height:100%;
    background: #efefef;
    margin-left: -100px;
    position: relative;
}*/

.home__content h2 {
    font-size: 33px;
    font-weight: 700;
    color: #E62000;
    margin-bottom: 19px;
}

/*.row.align-items-center.row-riverce .home__content {
    margin-left: 0px;
    margin-right: -100px;
}*/

.home__button a {
    background: #E62000;
    height: 45px;
    padding: 0px 30px;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
    display: inline-block;
    line-height: 45px;
}

.home__button a:hover {
    background: #000;
}

a.c__button {
  background: #00072d;
  height: 45px;
  padding: 0px 30px;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
  display: inline-block;
  line-height: 45px;
  margin-top: 20px;
}

a.c__button:hover {
  background: #0a1453;
}

section.home__insurance__section {
    margin: 50px 0px;
}

.row.align-items-center.row-riverce {
    flex-direction: row-reverse;
}

.home__insurance__section .row {
    margin-bottom: 30px;
}

section.couate__sections {
    background: #f7f7f7;
    padding: 50px 0px;
}

.couate__sections .text-center {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
}

.couate__sections .text-center i {
    font-size: 51px;
    margin-bottom: 9px;
}

.couate__sections .text-center a {
    font-size: 23px;
    margin-bottom: 9px;
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

.login__form .text-center button[type="submit"] {
    background: #E62000;
    height: 45px;
    padding: 0px 30px;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}

.login__form .text-center button[type="submit"]:hover {
    background: #000;
}

.couate__sections h4 {
    font-size: 23px;
    margin-bottom: 18px;
}

.policy__section .info-box {
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
    width: 100%;
}

.policy__section .info-box i {
    font-size: 40px;
    margin-bottom: 13px;
}

.prime-product-slider .prime-product-box {
    height: 405px;
    overflow: hidden;
    border-radius: 0px;
}
.bg-light {
  background-color: #EFF3FF !important;
}
.text-left-c {
  text-align: left !important;
}
.list-style-c {
  list-style-type: circle;
  margin-left: 25px;
  line-height: 1.5;
}
section.privacy-page h2 {
  margin-bottom: 5px;
  margin-top: 25px;
}
.bg-custom {
  background-color: #f44336 !important;
}