﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* REMOVE THIS CODE FROM HERE*/

.container {
  width: 1000px;
}
.section1 {
  margin-top: 5%;
}
.CalculateSec {
  margin-bottom: 60px;
}
/* TILL HERE*/

.formSec {
  background-color: #ebedef;
  padding: 30px 0;
}

.formSec .btn-group {
  margin: 0 auto;
  width: 22%;
  margin-top: 10px;
}


body {
  font-family:Arial, sans-serif !important;
}
.boxHeader {
  font-family: "Lato",sans-serif;
  font-size: 17px;
  text-align: center;
}
.formSec .btn-default:active, .formSec .btn-default.active, .formSec .open > .dropdown-toggle.btn-default {
  background-color: #ffffff !important;
  border-color: #adadad;
  color: #034da2;
  font-family: lato;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.formSec a.btn-default {
  background-color: #e4d6d6;
  color: #C1B4B4;
  font-family: lato;
  font-size: 15px;
  text-transform: uppercase;
}
.formSec .btn {
  border-radius: 13px;
}
.formGrp input {
  border: 1px solid #cacccd;
  font-family: lato;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 13px;
  width: 100%;
  color: #939393;
}
.tab-content {
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 0;
  width: 95%;
}
.formGrp small {
  font-size: 10px;
}
.formGrp select {
  border: 1px solid #cacccd;
  color: #939393;
  font-family: lato;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 13px;
  width: 100%;
  border-radius:0;
}

.form-control {
    height: auto;
}

.control {
  color: #000;
  cursor: pointer;
  display: block;
  font-family: lato;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  float: right;
}
.control input {
  opacity: 0;
  position: absolute;
  display: none !important;
  z-index: -1;
}

.control__indicator {
  background: #3b99fc none repeat scroll 0 0;
  border-radius: 2px;
  height: 17px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 17px;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #3b99fc;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff;
  border-image: none;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 10px;
  left: 6px;
  top: 2px;
  transform: rotate(45deg);
  width: 5px;
}
.control > a {
  color: #034da2;
  text-decoration: underline;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control-group {
  margin-top: 5%;
  overflow: hidden;
}
.border_right::after {
  border-right: 1px solid #cfcfcf;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  right: 0;
  top: 18px;
}
.flipper > a {
  color: #034da2;
}
.flipper {
  font-family: lato;
  margin-top: 5%;
}


.btn_blue > input {
  color: #fff !important;
  display: block;
  font-family: lato !important;
  font-size: 17px;
  border: 1px solid #142e7a;
  font-weight: 600;
  border-radius: 7px;
  margin: 0 auto;
  padding: 7px 29px;
background: rgba(35,70,152,1);
background: -moz-linear-gradient(top, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,70,152,1)), color-stop(53%, rgba(29,59,138,1)), color-stop(100%, rgba(23,50,125,1)));
background: -webkit-linear-gradient(top, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
background: -o-linear-gradient(top, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
background: -ms-linear-gradient(top, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
background: linear-gradient(to bottom, rgba(35,70,152,1) 0%, rgba(29,59,138,1) 53%, rgba(23,50,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234698', endColorstr='#17327d', GradientType=0 );
}


.pad-left-0 {
  padding-left: 0 !important;
}
.pad-right-0 {
  padding-right: 0 !important;
}

.select {
  position: relative;
  display: block;
  width: 100%;
}
.select::after, .select::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #232323 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 7px 5px 6px;
  content: " ";
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 64%;
}
.select::before {
  border-bottom: 7px solid #232323;
  border-top: medium none transparent;
  top: 37%;
  z-index: 10;
}
.select-select {
  outline: 0;
  appearance: none;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-window-shadow: none;
}
.select-select:focus {
  border-color: #999;
}
.mar-top-10 {
	margin-top:10px !important;
}
.headCalculation {
  color: #0c4da2;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}
.headCalculation i {
  font-size: 24px;
  margin-left: 1%;
}
.CarDetail {
  font-family: lato;
  font-size: 16pt;
  font-weight: 700;
}
.headingTable {
  background-color: #e2e2e2;
  padding: 12px 0;
  text-align: center;
}
.tableBox {
  margin: 15px auto 0;
  width: 90%;
}
.calculationTable {
  list-style: outside none none;
  padding: 0;
}
.calculationTable li {
  display: inline-block;
  padding: 14px 15px;
  width: 49.7%;
  background-color: #f6f6f6;
  margin-bottom: 0.4%;
}
.headBox {
  display: inline-block;
  font-family: lato;
  font-size: 15px;
  vertical-align: top;
  width: 45%;
}
.Result {
  font-family: lato;
  font-size: 15px;
  font-weight: 600;
}
.offerBox {
  color: #034da2;
  font-family: lato;
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
.offerBox > a {
  color: #034da2;
  text-decoration: underline;
}
.doubleBtn .text-left .btn_blue {
  float: left;
}
.doubleBtn .text-right .btn_blue {
  float: right;
}
.doubleBtn .col-md-6.text-right {
  padding-right: 10px;
}
.doubleBtn {
  margin: 2% 0;
}
.caption {
  text-align: center;
}
.caption small {
  color: #3a3a3a;
  font-size: 10px;
  width: 100%;
}
.CalculateSec {
  background-color: #ebedef;
  padding: 30px 0 15px;
}
.control-group.yesBox {
  margin-top: 2%;
}
.yesBox .control {
  display: inline-block;
  float: none !important;
  position: relative;
  left: 40%;
}

.smallText {
  font-size: 14px;
  color: #5f5f5f;
}
.imgCont {
  display: inline-block;
}  
.titlSec {
  font-size: 20px;
  color: #034ea2;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 10px;
}
.parameteresBox {
  margin-top: 35px;
}
.parameteresBox ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.parameteresBox ul li {
  width: calc(99% / 3);
  display: inline-block;
  vertical-align: top;
  min-height: 230px;
  position: relative;
}
.parameteresBox ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -27px;
  top: -8px;
  width: 28px;
  height: 100%;
  background-image: url(../img/shadow.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.CaptionBox {
  padding: 14px;
  color: #666666;
}
.CaptionBox strong {
  display: block;
}
.bigBenefits {
  margin-top: -20px;
}
.borderBg {
  border-bottom: 3px solid #c9c9cb;
  margin-bottom: 30px;
}
.BorderHeadTxt {
  background-color: #fff;
  display: inline-block;
  padding: 6px 10px;
  text-transform: uppercase;
  color: #024FA1;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  bottom: -20px;
}
.benefits ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.benefits li {
  width: calc(75%/ 3);
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px;
  background-color: #f1f3f2;
  padding: 15px;
}
.benefitsHead {
  color: #1c4aa8;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
  min-height: 55px;
  border-radius: 7px;
  display: inline-block;
  min-width: 185px;
}
.benefitsHead1 {
  color: #1c4aa8;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  text-transform: uppercase;
  font-size: 16px;
  min-height: 55px;
  border-radius: 7px;
  display: inline-block;
  min-width: 185px;
  padding-top: 5px;
}
.benefits li:not(:last-child) .benefitsHead {
  
}
.detailBenefits {
  text-align: left;
  color: #636363;
  font-size: 15px;
  min-height: 235px;
}
.bottomBox {
  text-align: right;
  margin-bottom: -5px;
  font-weight: bold;
  color: #6b6d6c;
}
.bottomBox a {
  color: #094c93;
}
.login::before {
  content: "";
  display: inline-block;
  background-image: url(../img/loginIcon.png);
  width: 25px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
  border-right: 1px solid #c7c8ca;
}

.HeadingTitle {
  color: #1b3e65;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 22px;
  text-align: left;
}

.wellnessForm input[type="text"] {
  background-color: #fff;
  border: 1px solid #cacccd;
  color: #333;
}
.wellnessForm input:not(.submit_btn_primary){
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cacccd;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pad0 {
  padding: 0px !important;
}
.submit_btn_primary {
  color: #fff !important;
  margin: 0 !important;
  padding: 8px 15px !important;
  background-color: #264ea3 !important;
  border-color: transparent !important;
  font-size: 15px !important;
  width: 137px;
  padding: 9px 0;
  text-align: center;
  /* float: left; */
  border-radius: 6px;
  background: -moz-linear-gradient(top,#193c94 0%,#0a1f66 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#193c94),color-stop(100%,#0a1f66));
  background: -webkit-linear-gradient(top,#193c94 0%,#0a1f66 100%);
  background: -o-linear-gradient(top,#193c94 0%,#0a1f66 100%);
  background: -ms-linear-gradient(top,#193c94 0%,#0a1f66 100%);
  background: linear-gradient(to bottom,#193c94 0%,#0a1f66 100%);
  filter: DXImageTransform.Microsoft.gradient(startColorstr='#193c94',endColorstr='#0a1f66',GradientType=0);
  display: inline-block;
}
.PolicyList li::before {
  content: "-";
  display: inline-block;
  margin-left: -12px;
  margin-right: 5px;
}
.policy-details {
  background: #fcfcfc;
  border: 1px solid #dbdbdb;
  padding: 15px;
  margin-top: 30px;
  min-height: 280px;
}
.PolicyList a {
  color: #034ea2;
}
.PolicyList ul {
  padding-left: 20px;
  list-style: none;
}

/*Code Start CLMS/2021/2623 Pharmeasy Integration : Naitik Gamit*/
.modal-body .scrollbar {
    height: 350px;
    overflow-y: scroll;
    padding: 0px 20px 0px 5px;
}

#loginpopup .modal-content {
    padding: 0;
}

#loginpopup .modal-dialog {
    width: 380px;
    text-align: center;
}

#loginpopup .modal-header {
    margin: 0 25px;
    padding: 30px 0 10px;
    border-bottom: 2px solid #01a3b0;
}

#loginpopup .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
}
/*Code Start CLMS/2021/2623 Pharmeasy Integration : Naitik Gamit*/
