/********** Basic Style ***********/
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #F2F2F2;
}

a {
    text-decoration:none !important;
}

section {
    position: relative;
}


/*********** Header ************/
.header {
    background: -webkit-gradient(linear, left top, right top, from(rgba(000, 000, 000, 0.2)), to(rgba(000, 000, 000, 0.2))), url("../img/ins.webp");
    background: linear-gradient(90deg, rgba(000, 000, 000, 0.2) 0%, rgba(000, 000, 000, 0.2) 100%), url("../img/ins.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 30px 0;
    position: relative;
}

.header-title {
    padding: 20px 15px;
    text-align: center;
    background: rgba(000, 000, 000, 0.8);
}

.header-title h1 {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header form {
    margin-top: 30px;
    padding: 25px 30px;
    background: rgba(000, 000, 000, 0.4);
    font-weight: 400;
}

.header .form-row {
    margin-bottom: 10px;
}

.control-group label {
    margin-bottom: 0;
    font-size: 14px;
    color: #F2F2F2;
}

.form-control {
    color: #323232;
    border: none;
    border-radius: 0;
    background: #e7e6e6;
}

.form-control:focus {
    border: none;
    box-shadow: none;
    outline: none;
    background: #FFFFFF;
    color: #323232;
}

.btn {
    color: #ffffff;
    background: #dd4952;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.btn:hover {
    color: #dd4952;
    background: #333333;
}

.submit-condition {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}


/********** About Us ***********/
.about {
    position: relative;
    padding: 45px 0 30px 0;
    background: url("../img/header-bg.jpg") center top no-repeat fixed;
    background-size: cover;
}

.about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

.about .container {
    position: relative;
    z-index: 10;
}

.about .title {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 15px;
}

.about .title-sub {
    text-align: center;
    color: #666666;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}

.about .about-col {
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.about .about-col .img {
    position: relative;
}

.about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #dd4952;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

.about .about-col span {
    font-size: 37px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    transition: 0.3s;
}

.about .about-col:hover .icon {
    background-color: #ffffff;
}

.about .about-col:hover .icon span {
    color: #dd4952;
}

.about .about-col h2 {
    color: #333333;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

.about .about-col h2 a {
    color: #333333;
}

.about .about-col h2 a:hover {
    color: #dd4952;
}

.about .about-col p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
    padding: 0 30px;
}

.about .read-more {
    width: 100%;
    text-align: center;
}

.about .read-more a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    transition: 0.5s;
    margin: 15px 30px 30px 30px;
    color: #fff;
    background: #dd4952;
}

.about .read-more a:hover {
    background: #333333;
    color: #dd4952;
    font-weight: 500;
}


/******** Solar Partner *********/
.newsletter {
    position: relative;
    padding: 45px 0;
}

.newsletter .title {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 15px;
}

.newsletter .title-sub {
    text-align: center;
    color: #666666;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}

.newsletter .form-control:focus {
    background: #f2f2f2;
}




.outline {
    border: outset;
    border-color: blue;
}

.provideAlign{
    padding-top:10px;
}
 

.our_insurance {
    font-size: 50px;
    color: black;
    text-align: center;
    background: white;
    margin-top: -5px;
}

.our_provider {
    color: black;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
}



.Phead1{
    color: #1196d8;
}

.Phead2{
    color: #109ad2;
}

.Phead3{
    color: #0ea1c7;
}

.Phead4{
    color: #0da5c3;
}

.Phead5{
    color: #0bacb8;
}

.Phead6{
    color: #0bacb9;
}
.Phead7{
    color: #0aafb4;
}
.Phead8{
    color: #09b2af;
}
.Phead9{
    color: #09b2af;
}

     

.square-holder {
  padding:30px;
  border: 1px solid #cecece;
  align-items: center;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
  background-color:#f1f1f1;
  min-height:200px
}

.square-holder img {
  max-width:100%;
  //filter: grayscale(100%);
  transition: all 0.3s;
}

.square-holder:hover img{
  filter:none;
}


.img-fluid {
    max-width: 100%;
    height: auto;
    position: unset;
    z-index: inherit;
    width: 349px;
    height: 205px;
}





          ul.nav.nav-tabs.ovos {
    text-align: center !important;
  
    padding-left: 286px;
}
      
                     a.oshccls.active {
    background-color: #4CAF50;
    /* border: none; */
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
                           background-color: #4CAF50;
     font-size: 35px;                    
    font-size: 16px;
    border-radius: 30%;
}
          a.ovhccls.active {
    background-color: #4CAF50;
    /* border: none; */
              font-size: 35px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 30%;
}                 
        
       
                     
                        a.ovhccls {
    
              font-size: 35px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 30%;
}                 
        
    
                         a.oshccls {
      
    /* border: none; */
              font-size: 35px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 30%;
}                      
                     
                           a.oshccls {
      
    /* border: none; */
              font-size: 35px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 30%;
}                 
     
         