﻿.webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/Sim.webp"); }
.no-webp .mh { background-image: linear-gradient(to bottom right, #000000cc, #00000042), url("/uploaded/Image/mastheads/sm/Sim.jpeg"); }

 @media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#00000033,#00000088), url("/uploaded/Image/mastheads/mobile/450_Sim.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#00000033,#00000088), url("/uploaded/Image/mastheads/mobile/450_Sim.jpeg");}
}


#regWhite  .card-heading {
    border-color: #5bb9c2;
    border-style: solid;
    border-width: 0px 0px 7px 0px;
}

#regBlue .across-six {
    background-color: #DA291C;
    text-align: left;
    color: white;
}

#regBlue p {
text-align:left;
padding: 10px;
}


/*---------------------- TAB STRUCTURE START---------------------------------------*/

/*----------------- TAB TITLE START ------------------*/
#regGrey h3.tab-title {
    margin: 0px;
    border-width: 0 0 4px 0;
    border-color: #5bb9c2;
    border-radius: 0;
}
/*----------------- TAB TITLE END ------------------*/


.tabs-main-content { margin: 10px;}

#regGrey #TABCON {border-style: none;}
#regGrey #TABCON .card-col-container {border-style: none; margin-bottom: 0px;}

#regGrey .tabs-nav-wrap ul {display: flex; list-style: none; margin:0px;}
#regGrey li.tab-nav-link {
    width: -webkit-fill-available;
    width: -moz-available;
    background-image: url(/uploaded/image/Cards/CardTitleBlank.png);
    background-position: right;
    background-size: contain;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    list-style: none;
    background-color: #565656;
    font-size: 1.1em;
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border:1px solid #4a4a4a;
    background-repeat: no-repeat;
}

#regGrey .tabs-nav .tab-nav-link.current,
#regGrey .tabs-nav .tab-nav-link:hover {
  background-color: #5bb9c2;
}

/*---------------------- TAB STRUCTURE END---------------------------------------*/

#regBlue .matrix{
    background: #ffffff;
}


/*---------------------- THIS PAGES TAB CONTENT START ---------------------------------------*/
.across-three {height: min-content;}
.tabs-main-content .card-span {background: #f3f3f3;}
.threedx-image {padding: 8px;}
.threedx-image img {width:64px;}

#regGrey .accordion__item {border-bottom: none;}
#regGrey .accordion-header:hover {background-color: #5bb9c2;}

/*---------------------- THIS PAGES TAB CONTENT END ---------------------------------------*/

/*---------------------- MEDIA QUERIES START ---------------------------------------*/

@media screen and (max-width: 900px) {
#Summary {grid-column: 1 / -1;}
}

@media screen and (max-width: 800px) {
#regGrey .tabs-nav-wrap ul {display: block;}
#regGrey .tabs-nav-wrap li {padding: 5px;}
}


@media screen and (max-width: 700px) {
#regBlue .across-eight {grid-column: span 6;}
#regBlue .card-subtitle {font-size: 1.03em;font-weight: 200;}
#regBlue .accordion-body__contents {padding: 0px; font-size: 0.95em;}
#regBlue .Inner {line-height: 1.15em;}

}
/*---------------------- MEDIA QUERIES END ---------------------------------------*/



