body{
    font-family: 'DM Sans', sans-serif !important;
}
body,html,h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
.logo-img{
    width: 50%;
    margin-bottom: 2%;
}
p,a{
    font-size:1.2rem;
}
p{
    color: #0D2D4D;
    font-weight: 500;
}
h4{
    color: #0D2D4D;
}
.image{
     background-size: cover;
    background-repeat: no-repeat;
}
.blue-btn{
    background-color: #0D2D4D;
    color: white;
    padding:21px 21px 22px 21px;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 15px;
    text-decoration: none;
    border: solid 2px transparent;
     transition: 0.4s;
}
.blue-btn:hover{
    color: #0D2D4D;
    background-color:white;
    border: solid 2px #0D2D4D;
}
section{
    padding-top:3em;
    padding-bottom: 3em;
}
.main-heading1{
    font-weight:400;
    color: #0D2D4D;
    font-size:3.5rem;
}
.main-heading1 span{
    font-weight: 700 !important;
}
.main-heading2{
    font-weight:400;
    color: #0D2D4D;
    font-size:2.5rem;
}
.main-heading2 span{
    font-weight: 700 !important;
}

/**banner**/
.banner p{
    font-size: 1.4rem;
}
/**navbar**/
.navbar img{
    width: 60%;
}
.navbar .navbar-nav{
    gap:20px;
}

.navbar .nav-item > a {
  font-weight: 500;
  transition:0.4s;
  color: #0D2D4D;
}
.navbar .nav-item:focus{
    color:#0D2D4D;
}
.navbar .nav-link:hover {
  color: #0D2D4D;
  opacity:0.6;
}
.navbar .nav-link.active{
  font-weight: 700;
}
/**offer section**/
.offer-img{
    height: 350px;
    background-position: center;
    border-radius: 25px;
    position: relative;
}
.offer .offer-inner-box{
    width: 90%;
    border: solid 1px rgb(170, 170, 170);
    border-radius: 20px;
    position: relative;
    margin-bottom: 0;
    position: absolute;
    bottom: 4%;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(0 0 0 / 32%);
    backdrop-filter: blur(4px);
    padding: 2%;
}
.offer-img.img1{
    background-image: url(../images/offer-img1.jpg);
}
.offer-img.img2{
    background-image: url(../images/offer-img2.jpg);
}
.offer-img.img3{
    background-image: url(../images/offer-img3.jpg);
}
.offer-img.img4{
    background-image: url(../images/offer-img4.jpg);
}
.offer-img.img5{
    background-image: url(../images/offer-img5.jpg);
}
.offer-img.img6{
    background-image: url(../images/offer-img6.jpg);
}
.offer .offer-inner-box h3{
    color: white;
    font-weight: 600;
}
.offer .offer-inner-box p{
    color: white;
}
.offer-swiper .swiper-pagination {
    position: relative; 
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    bottom: auto;
    left: auto; 
    transform: none;
    width: 100%;
}
.offer-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ccc;
    opacity: 1; 
    margin: 0 8px;
    transition: all 0.3s;
}

.offer-swiper .swiper-pagination-bullet-active {
    background: #0D2D4D;
    width: 15px;
    height: 15px;
} 
.offer h3{
    margin-bottom: 5px;
}
.offer p{
    margin-bottom: 0;
}


/**why section**/
.why-section a{
    transition: 0.4s;
    color: #0D2D4D;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}
.why-section a:hover{
    color: #0D2D4D;
    opacity: .55;
}
.why-section a img{
    width: 4%;
}
.why-section .row1{
    margin-bottom: 8%;
}

.why-section-box{
    min-height: 160px;
    position: relative;
    padding:15% 5% 3% 5%;
    background-color: #f1f1f1;
    border-radius: 20px;
}
.why-section-box img{
    position: absolute;
    top: -30px;
    left: 8%;
    width: 20%;
}

/**footer**/
footer p,a{
    color: white;
}
footer .container{
    background-color: #0D2D4D;
    border-radius: 40px;
    padding: 4% 4% 2% 4%;
}
footer li a{
    position: relative;
    display: inline-block;
    font-weight: 500;
    transition:0.4s;
    text-decoration: none;
    color: white;
}
footer li a::before {
  content: attr(data-text);
  font-weight: 700;
  visibility: hidden;
  display: block;
  height: 0;
  overflow: hidden;
}

footer li a:hover{
    color: #68839f;
    transition: 0.3s ease;
}
footer li{
    margin-bottom: 6%;
}
footer .white-btn{
    background-color: white;
    color: #0D2D4D;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 8px;
    padding: 3% 6.5% 3.5% 6.5%;
    transition: 0.4s;
    border:2px solid transparent;
    display: inline-block;
}
footer .white-btn:hover{
    background-color:transparent;
    color:#ffffff;
    border:2px solid #fff;
}
footer .line{
    width: 100%;
    height:2px;
    background-color: #1a528b;
}
footer span{
    color: white !important;
    font-size: 1.1rem;
}

footer span a{
    text-decoration: none;
    transition: 0.3s;
    color: white !important;
}
footer span a:hover{
    opacity:0.5;
}
footer span a:hover img{
    opacity:1 !important;
}
footer .img{
    width: 8%;
}



/***********about page************/
.about-banner-img{
    background-image: url(../images/banner.jpg);
    height:400px;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}

/**story section**/
.story-section img{
    width: 100%;
    height: 400px;
}

/**stand for section**/
.stand-for img{
    width: 30%;
}

.stand-for h3{
    color: #0D2D4D;
    font-weight: 600;
    font-size: 1.4rem;
}

/**note section**/
.note-section p{
    font-size: 1.5rem;
}
.note-section img{
    width: 60%;
}
.note-section .quote{
    width: 5%;
}
/**experience section**/
.experience .container{
    padding: 3% 5%;
    background-color: #d8ebfe;
    border-radius: 30px;
}
.experience .main-heading2{
    font-size: 2.5rem;
}

/********why-wilshire*********/
.why-wilshire-banner-img{
    width: 80%;
}
.illustration{
    width: 100%;
    height: auto;
    display: block;
}

/**different-section**/
.different-section .main-heading2{
    margin-bottom: 6%;
}
.different-innerbox{
    border-radius: 20px;
    padding: 40px 18px 18px;
    position: relative;
    min-height: 260px;
    background-color: #f1f1f1;
}
.different-section img{
    width: 20%;
    position: absolute;
    top: -50px; 
    left: 50%;
    transform: translateX(-50%);
}
.different-section h3{
    font-size: 1.5rem;
    font-weight: 700;
    color: #0D2D4D;
}

/***promise section***/
.promise-section .container{
    padding-right: 0px !important;
}


/******carriers page*******/
.carrier-box{
    min-height: 20vh;
    background-color: rgb(239, 237, 237);
    position: relative;
    border-radius: 1rem;
}
.carrier-box img{
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/****contact us form*****/
.modal-body form{
    padding: 4% 4% 0 4%;
}
.modal-body h3 span{
    font-weight: 700; 
}
.modal-body p{
    font-size: 1rem;
    margin-bottom: 0;
}
.modal-body a{
    color: #0D2D4D;
    font-size: 1rem;
}
.modal-body h3{
    color: #0D2D4D;
}
.modal-body .form-label{
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color:#0D2D4D;
}
.modal-body form input{
    padding: 4%;
    margin-bottom: 8%;
    background-color: rgb(241, 240, 240);
    border: transparent solid 1px;
    transition: 0.3s;
}
.modal-body form input:hover{
    border: solid 1px rgb(231, 231, 231);
}
.modal-body form textarea{
    background-color: rgb(241, 240, 240);
    border: none;
    margin-bottom: 4%;
}
.modal-body form .submit-btn{
    padding: 10px 15px 12px 15px;
    background-color: #0D2D4D;
    border-radius: 10px;
    color: white;
    font-size: 1.2rem;
}
.modal-content .btn-close{
    position: absolute;
    right: -6%;
    top: -3%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M0.293 0.293a1 1 0 011.414 0L8 6.586 14.293 0.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 0.293 1.707a1 1 0 010-1.414z'/></svg>");
}
/************personal-auto-insurance*************/
.insurance-top{
    padding: 2% 0;
    background-color: #0D2D4D;
}
.insurance-top h2,h3{
    color: white;
}
.main-insurance-section h3{
    font-size: 1.4rem;
    font-weight: 600;
    color: #0D2D4D;
}
.main-insurance-section h4{
    font-size: 1.3rem;
}
.main-insurance-section h5{
    font-weight: 700;
    color: #0D2D4D;
    margin-top: 2%;
}
.main-insurance-section h3,.main-insurance-section h4{
    margin-top: 2%;
}

.main-insurance-section a{
    color: #0D2D4D;
}
.dropdown-item{
    color:#0D2D4D !important;
}
.dropdown-item.active, .dropdown-item:active {
    color:#0D2D4D !important;
    background-color: #e9ecef  !important;
}

/** Mobile Potrait ***/
@media only screen and (max-device-width: 580px)
{
    .navbar img {
        width: 200px;
    }
    .navbar-toggler{
        border:1px solid #e3e3e3 !important; 
    }
    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
         background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%23000' stroke-width='1.2' stroke-linecap='round' d='M2 4h12M2 8h12M2 12h12'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar-collapse{
        background-color: #ecf6ff;
        border-radius: 10px;
        text-align: center;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .main-heading1 {
        font-size: 2.5rem;
    }
    .blue-btn{ 
        display: inline-block;
    }
    .offer-img {
        height: 270px;
    }
    .why-section-box {
        min-height: unset;
        position: relative;
        padding: 15% 5% 3% 5%;
        margin-top: 60px;
    }
    .why-section a img {
        width: 14%;
    }
    .why-section .row1 {
        margin-bottom: 0;
    }
    .navbar .navbar-nav {
        gap: 5px;
    }
    footer{
        margin: 0 15px;
    }
    footer .container {
        border-radius: 20px;
        padding: 9% 4% 7% 4%;
    }
    .experience .container {
        padding: 8% 2% 10% 2%;
    }
    .experience .main-heading2 {
        font-size: 2rem;
    }
    .experience{
        margin:0 15px;
    }
    .different-section .main-heading2 {
        margin-bottom: 20%;
    }
    .different-innerbox {
        min-height: unset;
    }
    .different-section img {
        width: 23%;
    }
    .modal-content .btn-close {
        right: 2%;
        z-index:1000;
        top: 1%;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'><path d='M0.293 0.293a1 1 0 011.414 0L8 6.586 14.293 0.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 0.293 1.707a1 1 0 010-1.414z'/></svg>");
    }
    .modal-body h3 {
        font-size: 19px;
    }
    .modal-body form input {
        margin-bottom: 3%;
    }
    .smart-quote-banner .col-sm-9 span{
        font-size: 1.3rem !important;
    }
    .smart-quote-banner span img {
        width: 3% !important;
    }
    .smart-quote-banner{
        padding-top:0;
    }
    .smart-quote-banner .first-col{
        border-right: solid 2px transparent !important;
    }
    .smart-quote-banner .container{
        border-radius: 0 !important;
    }
    .smart-quote-banner .main-heading2 {
        font-size: 2rem !important;
    }
    .smart-quote-banner p {
        font-size: 1.2rem !important;
    }
}

/* Ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
    .navbar img {
        width: 200px;
    }
    .navbar-toggler{
        border:1px solid #e3e3e3 !important; 
    }
    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%23000' stroke-width='1.2' stroke-linecap='round' d='M2 4h12M2 8h12M2 12h12'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar-collapse{
        background-color: #ecf6ff;
        border-radius: 10px;
        text-align: center;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .main-heading1 {
        font-size: 2.5rem;
    }
    .blue-btn{ 
        display: inline-block;
    }
    .why-section-box {
        min-height: unset;
        position: relative;
        padding: 15% 5% 3% 5%;
        margin-top: 60px;
    }
    .why-section a img {
        width: 14%;
    }
    .why-section .row1 {
        margin-bottom: 0;
    }
    footer .social-icon {
        width: 3%;
    }
    .logo-img {
        width: 80%;
    }
    .stand-for img{
        width: 45%;
    }
    .experience .main-heading2 {
        font-size: 2rem;
    }
    .different-section img {
        width: 35%;
    }
    .different-section .main-heading2 {
        margin-bottom: 12%;
    }
}

/* Ipad landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) and (orientation: landscape) {
    .navbar img {
        width: 200px;
    }
    .navbar-toggler{
        border:1px solid #e3e3e3 !important; 
    }
    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
         background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%23000' stroke-width='1.2' stroke-linecap='round' d='M2 4h12M2 8h12M2 12h12'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .main-heading1 {
        font-size: 2.5rem;
    }
    .blue-btn{ 
        display: inline-block;
    }
    .why-section-box img {  
        width: 28%;
    }
    .why-section .row1 {
        margin-bottom: 14%;
    }
    .different-section .main-heading2 {
        margin-bottom: 8%;
    }
}

/* Ipad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .why-section-box img {
        width: 26%;
    }
    .why-section .row1 {
        margin-bottom: 13%;
    }
}

/* Ipad Pro Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1500px) and (orientation: landscape) {
    .why-section .row1 {
        margin-bottom: 10%;
    }
}

/*********smart-quote-page********/
.smart-quote-banner .container{
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 35px 70px 35px;
    overflow: hidden;
    border-radius: 50px;
}
.smart-quote-banner h2, .smart-quote-banner p, .smart-quote-banner span{
    color: white;
}
.smart-quote-banner p{
    font-size: 1.4rem;
}
.smart-quote-banner .col-sm-9 span{
    font-size: 1.1rem;
}
.smart-quote-banner span img{
    width: 1.5%;
}
.smart-quote-banner .first-col{
    border-right: solid 2px white;
}
/***smart-quote white-btn***/
.smart-quote-white-btn{
    background-color: white;
    color:#0D2D4D;
    padding: 5.5% 6% 7% 6%;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 15px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.5s ease !important;
}

.smart-quote-white-btn:hover{
    color: white;
    background-color:transparent;
    border: 2px solid white;
}

/****work section***/
.work-section img{
    width: 30%;
}

.work-section h3{
    color: #0D2D4D;
    font-weight: 600;
    font-size: 1.4rem;
}