/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
#header {
    background: rgba(45, 0, 68);
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
}
#header.header-scrolled {
    background: rgba(45, 0, 68);
    height: 90px;

}
.fa-times-circle{
    color:#ccf5fd !important; /*#dbdbf9*/ 
}

.breadcrumb1 { /* dark blue*/  
   color: #350a4b !important; 
}
.section2a { /* dark blue icon*/
  /* color: #5ce0e5; 
   color: #002272;*/
   color: #4fdffb !important; /*#b7b7f3;*/
}
.section2b{ /* gray icon*/
  color: #ebeefc;
}
.section2c{ 
  border: 2px solid #b7b7f3; !important; 
}
.section2d{ 
    background-color: #4fdffb; /* #b7b7f3;*/
    font-size: 1.3rem !important;
    font-weight: 500;
    /* padding: 20px 28px 20px 28px; */
    padding: 6px 28px 6px 28px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: white;
    border:0px;
    /* position: absolute; */
   
  }
  .section2d:hover{ 
    text-decoration: none;
    color: black;
    border:1px solid black;
  }
.section2c td{ 
  width: 15%;
}
#header .logo h2 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}
#header .logo h2 a, #header .logo h2 a:hover {
    color: #fff;
    text-decoration: none;
}
#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}
@media (max-width: 992px) {
    #header {
        height: 64px;
   }
    #header .logo h1 {
        font-size: 28px;
   }
    #header .logo img {
        max-height: 40px;
   }
}

.arrow {
    border: solid #01036f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a:hover >.arrow{
    border: solid #0dc0f1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    
  }
  
  

/*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/
#hero {
    background: url("../img/hero-bg.jpg");
    background-position: center;
    width: 100%;
    position: relative;
    padding: 100px 0 40px 0;
}
#hero:before {
    content: "";
    background: rgba(45, 0, 68, 0.96);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(255, 255, 255);
}
#hero h1 span {
    color: #fff;
    border-bottom: 4px solid #0dc0f1;
}
#hero h2 {
    color: rgba(255, 255, 255);
    margin-bottom: 40px;
    font-size: 24px;
}
#hero .btn-outline {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #0dc0f1;
    min-width: 185px;
    text-align: center;
}
#hero .btn-outline:hover {
    background: #0dc0f1;
}
#hero .btn-solid {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
    background-color: #0dc0f1;
    border: 2px solid #0dc0f1;
    min-width: 185px;
    text-align: center;
}
#hero .btn-solid:hover {
    background: #049dc7;
    border: 2px solid #049dc7;
}
.action-button {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    transition: 0.5s;
    color: #251b3e;
    text-transform: uppercase;
    border: 2px solid #251b3e;
    min-width: 200px;
    text-align: center;
}
.action-button:hover {
    color: #fff;
    background: #251b3e;
}

/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/
/* Desktop Navigation*/
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}
.nav-menu a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255);
    padding: 10px 0 10px 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}
.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 25px;
    background-color: #0dc0f1;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before, .nav-menu li:hover>a:before, .nav-menu .active>a:before {
    visibility: visible;
    width: 25px;
}
.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
    color: #fff;
    text-decoration: none;
}
.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 25px;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}
.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #01036f;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a{
    color: #0dc0f1;
    /* background-color: #f5f5f5; */
    background-color: #ebeefc;
}
.nav-menu .drop-down>a:after {
    /*content: "\ea99";*/
    /*font-family: IcoFont;*/
    /*font-size: 13px;*/
    padding-left: 3px;
	 content: "\2BC6" !important; /* downward arrow */
}
.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
.nav-menu .drop-down .drop-down>a {
    padding-right: 1000px !important;
}
.nav-menu .drop-down .drop-down>a:after {
    /*content: "\eaa0";*/
    /*font-family: IcoFont;*/
    /*position: absolute;*/
    /*right: 15px;*/
	content: "\2BC6" !important; /* downward arrow */
}
@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
   }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
   }
    .nav-menu .drop-down .drop-down>a:after { 
        content: "\ea9d";
   }
}
/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
.mobile-nav-toggle i {
    color: #fff;
}
.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #01036f;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    width: auto;
}
.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
    color: #0dc0f1;
    text-decoration: none;
}
.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}
.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}
.mobile-nav .drop-down>a {
    padding-right: 35px;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 20px;
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(45, 35, 68, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*-------------------------------------------------------------- # Text --------------------------------------------------------------*/

.largeh4 {
    font-weight: 580;
    font-size: 45px;
}
.largeh4a {
    font-weight: 580;
    font-size: 38px;
}
.largeh5 {
    font-weight: 580;
    font-size: 30px;
}

.mediumh4 {
    font-weight: 600;
    font-size: 40px;
}
.mediumh5 {
    font-weight: 600;
    font-size: 28px;
}
.mediumh6 {
    font-weight: 550;
    font-size: 22px;
}
.largeh3 {
   font-weight: 600;
   font-size: 27px;
}
.largeh3a {
   font-weight: 600;
   font-size: 24px;
}
.mediumh3{
    font-weight: 600;
    font-size: 23px;
}

h5{
    font-weight: 600;
    font-size: 28px;
}

h1, h2, h3, h4, h5, h6, th {
    font-family: "Open Sans", sans-serif;
}

tr b{
    font-family: "Open Sans", sans-serif;
}

.maintext{
    font-size: 1.3rem;
}
  
.maintext p{
    font-size: 1.3rem;
}
.maintext1{
    font-size: 0.9rem;
}

p{
    font-size: 1.2rem;
}

.bg-gray {
    background-color: #F2F4F8;
}

.header-height{
    min-height: 80.19px;
}
.body-height{
    min-height: 213px;
}

ul.custom-list {
    list-style: none;
    font-family: "Open Sans", sans-serif !important;
    font-weight: lighter;
    font-weight: 500;
  
  }
  ul.custom-list li:before {
    content: "";
    height: 0;
    width: 0;
    border-color: transparent #bfc8f5;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.5em;
    position: relative;
    display: block;
    left: -1em;
    top: 1.25em;
    
  }

/*-------------------------------------------------------------- #Block --------------------------------------------------------------*/

.block{ /* background-color blue  */
    background: linear-gradient(to top, rgba(45, 0, 68, 0.96), rgba(45, 0, 68, 0.96)), url("../img/hero-bg.jpg") no-repeat top center;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 100px 0 40px 0;
}

.bg-purple{
    /* background-color: rgba(45, 0, 68, 0.96); */
    background-color: #0dc0f1;
    color: white;
}

.block-font-padding{ /* font size 1.5 rems and padding */
    font-size: 1.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.block-button{
    background-color: transparent;
    border:2px white solid;
    font-size: 1.15rem !important;
    font-weight: 500;
    padding: 13px 25px 13px 25px;
    border-radius: 5px;
    text-decoration: none;
  }
  
.block-button:hover {
    text-decoration: none;
    background-color: rgba(45, 0, 68, 0.96);
    border: 2px #0dc0f1 solid;
    padding: 15px 30px 15px 30px;
    font-size: 1.30rem !important;
  }

  .btn-solid {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
    background-color: #0dc0f1;
    border: 2px solid #0dc0f1;
    min-width: 185px;
    text-align: center;
}
.btn-solid:hover {
    background: rgba(45, 0, 68, 0.96);
    border: 2px solid #0dc0f1;
}

.purpleO1C1{
    background-color: #bfc8f5;
}
.purpleO1C2{
    background-color: #d5dbf9;
}
.purpleO1C3{
    background-color: #ebeefc;
}

.blueO1C1{
    background-color: #ccf5fd !important;
}
.blueO1C2{
    background-color: #9becfc !important;
}
.blueO1C3{
    background-color: #4fdffb  !important; 
}


.blueO2C1{
    background-color: #8ab9e3;
}
.blueO2C2{
    background-color: #9fc5e8;
}
.blueO2C3{
    background-color: #b4d1ed;
}


.blueO3C1{
    background-color: #7ac2f3;
}
.blueO3C2{
    background-color: #91cdf5;
}
.blueO3C3{
    background-color: #a8d8f7;
}


.blueO4C1{
    background-color: #b8e4f2;
}
.blueO4C2{
    background-color: #ceecf6;
}
.blueO4C3{
    background-color: #e4f4fa;
}

.blueO5C1{
    background-color: #ccf5fd;
}
.blueO5C2{
    background-color: #9becfc;
}
.blueO5C3{
    background-color: #4fdffb !important;
}
.blueO5C3LinkColour{
    color: #4fdffb !important;
}

.sandyO1C1{
    background-color: #bfc8f5;
}
.sandyO1C2{
    background-color: #d5dbf9;
}
.sandyO1C3{
    background-color: #ebeefc;
}
.hover-table tr:hover td{
    background-color: #9becfc !important;
}

.spaced-table{
    border-collapse: separate;
    border-spacing: 10px 10px;
}
.spaced-table1{	
    border-collapse: separate;
    border-spacing: 6px 6px;	
}
.spaced-table2{	
    border-collapse: separate;
    border-spacing: 4px 4px;	
}
.spaced-table3{	
    border-collapse: separate;
    border-spacing: 3px 3px;	
}
.spaced-col-table{
	min-width: 100px !important;
	width: 100px !important;	
}
#pppm-review tbody tr td{	
    padding: 2px !important;    	
}
.width30{
    width: 40%;
}

.height{
    height: 50px;
  }
.ecomm{
    min-width: 180px;
  } 
.ecomm-table{
	font-size: 15px;
  }	

  /*-------------------------------------------------------------- # Details --------------------------------------------------------------*/
 .details .content+.content {
    margin-top: 100px;
}
.details .content h2 {
    font-weight: 600;
    font-size: 38px;
    color: #251b3e;
}
.details .content h3 {
    font-weight: 600;
    font-size: 34px;
    color: #251b3e;
}
.details .content ul {
    list-style: none;
    padding: 0;
}
.details .content ul li {
    padding-bottom: 10px;
}
.details .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #0dc0f1;
}
.details .content .footnote-txt {
    font-size: 0.755em;
}

.details .content .footnote-txt li {
 padding-bottom: 7px;
}
.details .content p:last-child {
    margin-bottom: 0;
}
.cta-section {
    padding: 30px 0;
    background: url("../img/cta-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}
.cta-section .container {
    color: #fff;
    position: relative;
}
.cta-text {
    color: #ffffff;
    font-size: 2rem;
}
.cta-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(45, 0, 68, 0.96);
}
.cta-section .btn-get-started {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #0dc0f1;
    min-width: 200px;
    text-align: center;
}
.cta-section .btn-get-started:hover {
    background: #0dc0f1;
}

.cta-section1 {
    padding: 40px 0;
    background: url("../img/cta-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
}
.cta-section1 .container {
    color: #fff;
    position: relative;
}
.cta-text1 {
    color: #ffffff;
    font-size: 2rem;
}
.cta-section1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(45, 0, 68, 0.96);
}
.cta-section1 .btn-get-started {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #0dc0f1;
    min-width: 200px;
    text-align: center;
}
.cta-section1 .btn-get-started:hover {
    background: #0dc0f1;
}
.img-fluid1 {
    width: 100%;
}
/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
#footer {
    background: #19122a;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
    padding: 60px 0 0 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 15px;
    background: #010246;
    color: #fff;
    border-top: 4px solid #0dc0f1;
    text-align: center;
    padding: 30px 20px;
}
#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    color: #0dc0f1;
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    /*text-transform: uppercase;*/
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #61ebba;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    color: #049dc7;
}
#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px 6px 15px;
    position: relative;
    border-radius: 50px;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #0dc0f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #049dc7;
}
#footer .copyright {
    border-top: 1px solid #584b76;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 15px !important;
}
#footer .copyright span {
    color: #584b76;
}
@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
   }
}
@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
   }
    #hero .animated {
        -webkit-animation: none;
        animation: none;
   }
    #hero .hero-img {
        text-align: center;
   }
    #hero .hero-img img {
        max-width: 80%;
   }
    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
   }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
   }
    .details .content h2, 
    .counts h2 {
        font-size: 28px;
   }
    .details .content h3, 
    .counts h3 {
        font-size: 24px;
   }
    .details .content .section-img {
        text-align: center;
        padding-bottom: 1em;
   }
}
@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
   }
    .details .content img {
        width :80%;
        margin: 0 auto;
   }
}
@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
   }


}

@media (max-width: 762px) {
    
   .copyright .social-links{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
   }
   .copyright .footer-center{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	color: #ffffff !important;
   }
}
/* new CSS Uswah ----- changed by Usman --> padding left from 55px to 25px*/
.dropdown-content {
 width:895px;
 padding-left: 25px !important;
}

.column {
 float: left;
 padding: 10px 10px 10px 10px !important;
 width: 30%;
 height: auto;
}
.mega-menu{
 transform: translate(-30%, 0) !important;
 width:895px;
}
.menu-scroll-bar{
 height: 520px !important; 
 overflow-y: scroll !important;
 overflow-x: hidden !important;
}
.group-title{
 padding: 10px !important;
 font-weight: 600;
}
.group-sub-title{
 padding: 20px 10px 20px 6px !important;
 font-size: 15px;
 font-weight: 500;
}
.mega-menu li{
 width: 280px;
 
}
.custom-row{
 display: flex;
 flex-wrap: wrap;
 width: 930px;
}

/* Responsive layout */
@media screen and (max-width: 991px) {
 .column {
    padding: 0px 0px 0px 10px !important;
    /* width: max-content; */
 }
 

 .group-title{
    display: inline-block;
    width: 330px;
 }
 .group-sub-title{
    display: contents;
    width: max-content;
 }
 .heightPhoto{
    min-height: 600px !important;
    height: 600px !important;
	width: 100%;
 }

 .custom-row{
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 135px;
    align-content: space-around;
    
   }
 .menu-scroll-bar{
   height: auto !important; 
   overflow-y: unset !important;
 }
} 

@media screen and (max-width: 781px) {
    .custom-row{
       margin-left: 80px;
      }
   } 

@media screen and (max-width: 560px) {
    .custom-row{
       margin-left: 29px;
      }
} 
@media screen and (max-width: 504px) {
    .custom-row{
       margin-left: 10px;
      }
      .mega-menu li{
        width: 240px;
       }
       .group-title{
        display: inline-block;
        width: 250px;
     }
} 
@media screen and (max-width: 400px) {
    .custom-row{
        margin-left: 6px;
       }
      .mega-menu li{
        width: 200px;
       }
       .group-title{
        display: inline-block;
        width: 180px;
     }
} 

@media screen and (max-width: 400px) {
    .custom-row{
        margin-left: 0px;
       }
      
} 

/*
 .mega-menu{
   transform: translate(0, 0) !important;
 }
*/
.success-msg{
	background-color: #2d0044f5;
	width: 250px;
	margin:auto;
	border-radius: 4px;
}
.error{
	color:#E57373;
}
/*modification by obaid*/
#header ul{
 list-style-type: none; 
}
/* gallery */
div.scroll-container {
  background-color: #fafaff;
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
}

div.scroll-container img {
  padding: 8px;
}
div.pieChart img {
  max-height: 50px;
  height: 50% !important;
}
/* new classes */


.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#questionsTable td, #questionsTable th {
    padding-top:3px !important;
    padding-bottom:3px !important;
}
.spaced-col-table{
    min-width:170px !important;
}
.widthOfChart2{
    width: 700px;
}
.widthReturnMenu{
    width: 160px;
}
.widthReturnMenu1{
    width: 200px;
}

/* New classes 1st Nov */
.frozen-topmax th {
    position: sticky;
    top: 0px;
    background: #9becfc !important;
}
.frozen-topmax1 th {
    position: sticky;
    top: 0px;    
}
.frozen-topmax2 th {
    position: sticky;
    top: 0px;
	font-size: 1.1rem !important;	
}
.frozen-topmax3 th {
    position: sticky;
    top: 0px;
	font-size: 0.8rem !important;	
}
#table1 {
    border-collapse: separate !important;
    border: 1px solid #b7b7f3 !important; 
    font-size: 1.2rem !important;
}
#table1>tbody> tr> td {
    /* padding: 5px!important; */
    padding: 1px !important;
    vertical-align: middle!important;
    text-align: center;
    /* white-space: nowrap; */
}
#tablePricing>tbody> tr> td {
    /* padding: 5px!important; */
    padding: 3px !important;
    vertical-align: middle!important;
    text-align: center;
    /* white-space: nowrap; */
}

@media (min-width: 768px){
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col-md-12{
    position: relative;
    width: 100%;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    color: #495057;
    background-color: #e3e3fa;
    border: 1px solid #b7b7f3;
    width: 137px !important;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
}
.input-group>.custom_select {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.custom_select {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
    padding: 6px 9px 6px 9px;
    height: 55px;
    font-size: 1rem !important;
}
select {
    border-color: #b7b7f3 !important;
}
select {
    box-shadow: none;
}
select {
    word-wrap: normal;
}
.pricingFirstColWidth{
    min-width: 415px;
	padding: 10px;
}
.bg-light-purple1{
	background-color: #ebeefc !important;
}
.bg-sandy{
	background-color: #f4efe2 !important;
}
.small-font1{
    font-size: 12px !important;
}	
/* Header_Arrows */
.arrowL2:after {
    content: "\2BC8" !important; /* right arrow*/
	font-style: normal !important;
}
a:hover >.arrowL2{
    content: "\2BC8" !important; /* right arrow*/
	font-style: normal !important;
}

.container_mid{
	max-width: 1020px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.elementWidth1{
    max-width: 10px !important;	
}
/* Sliding Badges */
.custom-control-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 50%;
  z-index: 10;
}
.carousel-control-prev.custom-control-carousel {
  left: 0;
}
.carousel-control-next.custom-control-carousel {
  right: 0;
}
.carousel-control-prev{
	opacity: 1 !important;
	left:42%;
	position:absolute;
}
.carousel-control-next{
	opacity: 1 !important;
	right:42%;
	position:absolute;
}
.badgeImgHeight{
	height: 120px;
}
/* Cards */
.section-bg {
     background-color: #ffffff;
}

.bordered_field{
    border: 1px solid #01036f !important;
    border-radius: 12px;
}
.rounded_btn{
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
}
.dark_blue_bg{
    border : 2px solid #01036f !important;
    background-color: #01036f !important;
}
.turquoise_bg{
    border : 2px solid #0dc0f1 !important;
    background-color: #0dc0f1 !important;
}
.turquoise_bg_dark_blue_border{
    border : 2px solid #01036f !important;
    background-color: #0dc0f1 !important;
}
.white-paper {
     font-size: 1.2rem;
}
