@charset "UTF-8";
/* CSS Document */
/* latin-ext */
@font-face {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Sen Regular'), local('Sen-Regular'), url(https://fonts.gstatic.com/s/sen/v1/6xKjdSxYI9_3kvWNAGn5LEwJ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Sen Regular'), local('Sen-Regular'), url(https://fonts.gstatic.com/s/sen/v1/6xKjdSxYI9_3nPWNAGn5LA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Sen Bold'), local('Sen-Bold'), url(https://fonts.gstatic.com/s/sen/v1/6xKudSxYI9__J9CYI0v0BnYASNr7.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Sen Bold'), local('Sen-Bold'), url(https://fonts.gstatic.com/s/sen/v1/6xKudSxYI9__J9CYLUv0BnYASA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    font-family: 'Sen', sans-serif;
    font-style: normal;
    padding-top: 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p, li {
    font-size: 17px;
    line-height: 25px;
    color: #1F2E5C;
    font-weight: 400;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #263237;
    line-height: 1.4;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #FFFFFF;
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
}
.nav-link {
    padding: 10px 15px !important;
}
.section-header {
    background-image: url("../imgs/banner_bg@2x.png");
    background-size: cover;
}
.section-header h1 {
    font-size: 48px;
    line-height: 60px;
    color: #1F2E5C;
}
.section-header p {
    font-size: 20px;
}
.content-section {
    padding: 70px 0;
}
.bg-dark {
    background-color: #1F2E5C !important;
}
.bg-green {
    background-color: #3BBF9E !important;
}
.bg-light {
    background-color: #EFF2F7 !important;
}
.bg-blue {
    background-color: #0483D7 !important;
}
.section-title {
    font-size: 36px;
    color: #1F2E5C;
}
hr.stylish {
    width: 200px;
    border-width: 5px;
    border-color: #3BBF9E;
}
hr.stylish-left {
    width: 200px;
    border-width: 5px;
    border-color: #3BBF9E;
    text-align: left;
    margin-left: 0;

}/*
.has-underline {
    padding-bottom: 15px;
    display: block;
}
.has-underline:before {
    content: "";
    height: 5px;
    width: 200px;
    background-color: #3BBF9E;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.has-underline-left {
    padding-bottom: 35px;
    display: block;
    position: relative;
}
.has-underline-left:before {
    content: "";
    height: 5px;
    width: 200px;
    background-color: #3BBF9E;
    position: absolute;
    top: 70px;
}
*/
.small-title {
    font-size: 24px;
    color: #1F2E5C;
}
.mb30{
    margin-bottom: 30px;
}
.mb20{
    margin-bottom: 20px;
}
.btn-theme, .btn-theme:active, .btn-theme:focus, .btn-theme:hover {
    background: #3BBF9E;
    color: #FFFFFF;
    height: 45px;
    font-size: 17px;
    padding: 8px 20px;
}
.btn-blue, .btn-blue:active, .btn-blue:focus, .btn-blue:hover {
    
    background: #1F2E5C;
    color: #FFFFFF;
    height: 45px;
    font-size: 17px;
    padding: 8px 20px;
}
.btn-lblue, .btn-lblue:active, .btn-lblue:focus, .btn-lblue:hover {
    background: #0483D7;
    color: #FFFFFF;
    height: 45px;
    font-size: 17px;
    padding: 8px 20px;
}
.btn-lblue-outline, .btn-lblue-outline:active, .btn-lblue-outline:focus, .btn-lblue-outline:hover {
    background-color: transparent;
    border: 1px solid #0483D7;
    color: #0483D7;
    height: 45px;
    font-size: 17px;
    padding: 8px 20px;
}
.mission-card {
    background-color: #FFFFFF;
    border: 1px solid #CED5DE;
    padding: 20px 40px;
}
.footer-section ul li a {
    color: rgba(255, 255, 255, .7);
    padding: 10px;
    text-decoration: none;
}
.footer-section hr {
    border-color: rgba(255, 255, 255, .2);
    margin-top: 40px;
    margin-bottom: 60px;
}
.footer-section p {
    color: rgba(255, 255, 255, .7);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(0, 0, 0, 0);
}
.navbar-dark .navbar-toggler:focus {
    outline: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(256, 256, 256, .7);
}
.large-text {
    font-size: 20px;
    line-height: 30px;
}
.page-header {
    background-color: #3BBF9E;
    padding: 100px 0;
}
.page-header h2 {
    font-size: 48px;
    color: #FFFFFF;
    background-image: url("../imgs/ic_doctor_large.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 64px;
    padding-left: 72px;
    line-height: 1.5;
}
.duties {
    padding-bottom: 50px;
    border-bottom: 1px solid #CED5DE;
}
/* Sidebar to Select Styles */
.js .myList {
    display: none;
    visibility: hidden;
}
@media only screen and (min-width: 1000px) {
    .harmonia-select, #yolo {
        display: none;
        visibility: hidden;
    }
    .js .myList {
        display: block;
        visibility: visible;
    }
}
.myList li a {
    text-decoration: none;
    color: #1F2E5C;
    font-size: 20px;
    line-height: 2;
    display: block;
    border-bottom: 1px solid #CED5DE;
    padding: 10px 10px;
    transition: all ease-in-out 0.2s;
}
.myList .active a, .myList a:hover, .myList a:focus, .myList a:active {
    background: #EFF2F7;
    font-weight: 700;
    color: #0483D7;
    transition: all ease-in-out 0.2s;
}
select.harmonia-select {
    font-size: 20px;
    padding: 10px;
    height: 50px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CED5DE;
    margin-bottom: 50px;
}
.verify-section {
    padding: 200px 0;
}
.result-section {
    padding: 70px 0;
}
.verify-section .content {
    background-image: url("../imgs/ic_doctor_green_large.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 64px;
    padding-left: 84px;
}
.verify-section .content h1 {
    color: #3BBF9E;
}
.form-control {
   
    background: #FFFFFF;
    border-color: #CED5DE;
    
}
.registration-bg {
    background: url("../imgs/bg_registration.png");
    background-repeat: no-repeat;
    background-position: right -100px top 110px;
}
@media (min-width:1025px) {
    
    .registration-bg {
        background-position: right  top 110px;
    }
}
@media (min-width:992px) {
    .registration-bg {
        background-size: 400px;
        min-height: 698px;
    }
}
@media (max-width:992px) {
    .registration-bg {
        background: none;
    }
    
}
.apply-landing {
    padding: 100px 0;
    background-image: url("../imgs/bg_applynow.png");
    background-size: cover;
}
.success-landing {
    padding: 150px 0;
    background-image: url("../imgs/bg_successful.png");
    background-size: cover;
    background-position: center center;
}
label {
    font-size: 15px !important;
    height: 18px;
    color: #1F2E5C;
    font-family: Sen;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    
    color: red important;
}
label.error {
	
	color:red;
}
.pay-amount {
    font-weight: 700;
    color: #0483D7;
    font-size: 20px;
    padding-top: 0px;
}
.afterarrow::after {
    content: '';
    display: block;
    height: 15px;
    width: 100px !important;
    background-image: url("../imgs/arrow.png");
    background-size: 100%;
    position: absolute;
    top: 18px;
    left: 185px;
}
.text-green {
    color: #3BBF9E;
}
.text-bluel {
    color: #0483D7;
}
.card {
    border-color: #CED5DE;
}
.sidebar {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
}
.sidebar.left {
    top: 105px;
}
nav .btn-theme {
    height: 40px;
    padding-top: 7px;
    border-radius: 40px;
    transition: all ease-in-out 0.2s;
}
nav .btn-theme:hover, nav .btn-theme:focus, nav .btn-theme:active {
    height: 40px;
    padding-top: 7px;
    border-radius: 40px;
    transition: all ease-in-out 0.2s;
    background-color: transparent;
    color: #3BBF9E;
    border: 1px solid #3BBF9E;
}
@media (max-width:768px) {
    .navbar-nav {
        margin-top: 20px;
    }
    .nav-link {
        padding: 20px 15px !important;
    }
    nav form {
        margin: 20px 0;
    }
}
.shadow-none {
    box-shadow: none !important;
}
.upload-process {
    padding: 50px 15px 30px;
}
@media (max-width:768px) {
    .upload-process {
        padding: 50px 15px 30px 5px;
    }
}
.has-arrows img.arrow-img {
    width: 100px;
    position: absolute;
    top: 18px;
}
.upload-process > div:nth-child(2) {
    padding: 0 86px 0 64px;
    position: relative;
}
.has-arrows img:first-child {
    left: calc(100% - 110px);
}
.has-arrows img:last-child {
    right: calc(100% - 95px);
}
.upload-process label {
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.upload-process label.border {
    border: 2px solid #fff !important;
}
.file-upload-box h2 {
    font-size: 24px;
    line-height: 32px;
}
.custom-file {
    display: flex;
    width: 100%;
    height: 200px;
    background-color: #EFF2F7;
    border: 1px solid #CED5DE;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}
.custom-file .custom-file-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.custom-file .custom-file-label {
    position: relative;
    background-color: transparent;
    border: none;
    opacity: 0.5;
    color: #1F2E5C;
    max-width: 100%;
    white-space: normal;
    height: auto;
    text-align: center;
}
.custom-file .custom-file-label img {
    width: 100px;
}
.file-list-table td {
    border-bottom: 1px solid #CED5DE;
    padding: 25px 0;
}
.file-list-table td:nth-child(2) {
    padding: 25px 30px;
}
.file-list-table td:last-child a {
    white-space: nowrap;
}
@media screen and (max-width:767px) {
    .file-list-table td:first-child {
        min-width: 200px;
    }
    .upload-process > div:nth-child(2) {
        padding: 0 10px;
    }
    .upload-process img {
        width: 40px;
        top: 30px;
    }
    .upload-process img:first-child {
        left: -15px;
        top: 15px;
    }
    .upload-process img:last-child {
        right: -5px;
        top: 15px;
    }
    .step-two .text-right {
        text-align: left !important;
    }
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "";
}
.arrow-right {
    margin-top: 40px;
}
.arrow-right:after {
  content: "";
  display: inline-block !important;
  width: 0;
  height: 0;
  border-left: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  vertical-align: middle;

}

.arrow-right:before {
  width: 30px;
  height: 2px;
  background: #FFFFFF;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:767px) {
    .navbar-brand img {
        height: 45px;
    }
    .section-header h1 {
        font-size: 30px;
        line-height: 45px;
        color: #1F2E5C;
        padding-top: 30px;
    }
    .page-header {
        padding: 50px 0;
    }
    .page-header h2 {
        font-size: 28px;
        color: #FFFFFF;
        background-image: url(../imgs/ic_doctor_large.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 54px;
        padding-left: 72px;
        line-height: 1.5;
    }
    .registration-bg {
        background: none;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 30%;
    }
    .verify-section .content {
        background-image: none;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 64px;
        padding-left: 0;
    }
    .verify-section {
        padding: 70px 0;
    }
    .apply-steps img {
        height: 70px;
    }
    .arrow-right {
        display: none;
    }
    
    .has-arrows img.arrow-img {
        width: 60px;
        position: absolute;
        top: 15px;
    }
    .has-arrows img.arrow-img:first-child {
        left: -27px;
    }
    .success-landing {
        padding: 70px 0;
    }
}
.opacity-half {
    opacity: .5;
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
}
.regular-size, .form-check-label {
    font-size: 17px !important;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .section-header h1 {
        font-size: 28px;
        line-height: 36px;
        color: #1F2E5C;
    }
    .section-title {
        font-size: 28px;
    }
    .small-title {
        font-size: 20px;
        color: #1F2E5C;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .section-header h1 {
        font-size: 28px;
        line-height: 36px;
        color: #1F2E5C;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .section-header h1 {
        font-size: 36px;
        line-height: 48px;
        color: #1F2E5C;
    }
}

/* Steps */
ul.steps-counter {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    text-align: center;
    color: #FFFFFF;
}
ul.steps-counter li {
    padding: 0 10px;
    margin: 0 50px;
    position: relative;
    color: #FFFFFF;
}
ul.steps-counter li.active {
    font-weight: 700;
}
ul.steps-counter li:not(:last-child):after {
    content: '';
    height: 2px;
    background: #FFFFFF;
    width: 93px;
    position: absolute;
    right: -97px;
    top: 29%;
}
ul.steps-counter li:not(:last-child):before {
        content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 30%;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #FFFFFF;
    left: 230px;
    transform: translateY(-50%);
}

@media (max-width:767px) {
    ul.steps-counter li {
        padding: 0 10px;
        margin: 0 10px;
    }
    ul.steps-counter li:not(:last-child):after {
        content: '';
        height: 2px;
        background: #FFFFFF;
        width: 43px;
        position: absolute;
        left: 89px;
        top: 20%;
    }
    .fix-blocks {
        width: 130px !important;
    }
    .has-arrows img.arrow-img:first-child {
        left: -27px;
    }
    .upload-process img:last-child {
        right: -32px;
        top: 15px;
    }
    .content-section {
        padding: 40px 0;
    }
}

.btn-outline-secondary {
    border-color: #CED5DE;
    border-left: 1px solid #FFFFFF;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus  {
    background-color: #FFFFFF;
    color: #1F2E5C;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #CED5DE;
    border-bottom: 1px solid #CED5DE;
    border-right: 1px solid #CED5DE;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

small.form-text {
    font-size: 14px;
}
.size24 {
	font-size: 24px !important;
	line-height: 36px !important;
}
@media (min-width:768px) {
	.border-right-md .col-md-4 {
		border-right: 1px solid #CED5DE;
	}
	.border-right-md .col-md-4:last-child {
		border-right: 0px solid #CED5DE;
	}
}
.blue-box {
	background: #0483D7 !important;
}
.blue-box h3 {
	color: white;
}
.salary-ranges .card {
	border: 1px solid #CED5DE;
	border-radius: 0px;
}
.salary-ranges .card p{
	text-align: center;
	font-weight: bold;
}
.salary-ranges img{ 
	height: 60px;
	width:60px;
	margin: 20px auto;
}
.salary-ranges .card .amount {
	color: #3BBF9E;
}
@media (min-width:992px) {
	.salary-ranges .col-md {
		padding: 0px;
	}
	.salary-ranges .card {
		padding-top: 10px;
		height: 200px;
	}
}
@media (min-width:1016px) and (max-width:2800px)  {
    #imgt9{
        float: right;
    }
}
/* Custom Styling For Upload Section */

#drop-region{
    background-color: #EFF2F7;
    border-radius: 6px;
    border: 1px solid #CED5DE;
    margin-bottom:30px;
    margin-left: 1px;
    margin-right: 1px;
 }

 

 

.card{position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:
    break-word;
    background-color:
    #fff;background-clip:
    border-box;
    border:1px solid rgba(0,0,0,.125);
    border-radius:.25rem;}

    .click-to-browse-the {
        height: 20px;
        width: 393px;
        opacity: 0.5;
        color: #1F2E5C;
        font-family: Sen;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        margin:auto;
      }


      .upload-your-title-r {
        height: 20px;
        width: 672px;
        color: #1F2E5C;
        font-family: Sen;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 20px;
      }

      .uploaded-file-name-p {
        height: 20px;
        width: 194px;
        color: #1F2E5C;
        font-family: Sen;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 20px;
      }

     #remove_r{
        height: 20px;
        width: 64px;
        color: #0483D7;
        font-family: Sen;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 20px;
        margin-top: -7px;
      }

      #documentlabel {
        height: 18px;
        width: 120px;
        color: #1F2E5C;
        font-family: Sen;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 18px;
      }
    
      #imgt9{margin-top:-9px;}
      #mb25{margin-bottom: 25px;}
      #mt50{margin-top: 50px;}
      #mt20{margin-top: 20px;}
      .mt-17{
        margin-top: -17%;
      }

      .pb-6{
          padding-bottom: 6%;
      }











      

 
       
      .selectdiv {
        position: relative;
        /*Don't really need this just for demo styling*/
        
        float: left;
        min-width: 200px;
         
      }
      
      /* for select div1 css  */
      select::-ms-expand {
      display: none;
      }
      
      .selectdiv:after {
        content: '>';
        font: 17px "Consolas", monospace;
        color: #333;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 35px;        
        
        top: 44px;
        padding: 0 0 2px;       
        opacity: 0.5;
        
        position: absolute;
        pointer-events: none;
        font-weight: bold;
      }
      
      .selectdiv select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;           
        display: block;
        width: 100%;
        max-width: 180px;
        height: 45px;              
        padding: 6px 12px;
        font-size: 1rem;
        font-weight: 400;        
        color: #495057;        
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

      }



/* for select div2 css  */
select::-ms-expand {
    display: none;
    }
    
    .selectdiv2:after {
      content: '>';
      font: 17px "Consolas", monospace;
      color: #333;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 18px;        
      top: 35px;
      padding: 0 0 2px;       
      
      opacity: 0.5;
      position: absolute;
      pointer-events: none;
      font-weight: bold;
    }
    
    .selectdiv2 select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;           
      display: block;
      width: 100%;
      max-width: 397px;
                  
      padding: 6px 12px;
      font-size: 1rem;
      font-weight: 400;        
      color: #495057;        
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    }



    /* for select div3 css  */
select::-ms-expand {
    display: none;
    }
    
    .selectdiv3:after {
      content: '>';
      font: 17px "Consolas", monospace;
      color: #333;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 24px;        
      opacity: 0.5;
      top: 44px;
      padding: 0 0 2px;       
      
      
      position: absolute;
      pointer-events: none;
      font-weight: bold;
    }
    
    .selectdiv3 select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;           
      display: block;
      width: 100%;
      max-width: 700px;
      height: 45px;              
      padding: 6px 12px;
      font-size: 1rem;
      font-weight: 400;        
      color: #495057;        
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    }

    /* for select div4 css  */
select::-ms-expand {
    display: none;
    }
    
    .selectdiv4:after {
      content: '>';
      font: 17px "Consolas", monospace;
      color: #333;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 18px;        
      opacity: 0.5;
      top: 38px;
      padding: 0 0 2px;       
      
      
      position: absolute;
      pointer-events: none;
      font-weight: bold;
    }
    
    .selectdiv4 select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;           
      display: block;
      width: 100%;
      max-width: 397px;
      height: 45px;              
      padding: 6px 12px;
      font-size: 1rem;
      font-weight: 400;        
      color: #495057;        
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    }

 

    @media screen and (max-width: 768px){

        /* for div1 */

        .selectdiv {
            position: relative;
            /*Don't really need this just for demo styling*/
            
            float: left;
            min-width: 200px;
             
          }
          
          /* for select div1 css  */
          select::-ms-expand {
          display: none;
          }
          
          .selectdiv:after {
            content: '>';
            font: 17px "Consolas", monospace;
            color: #333;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            right: 24px;        
            
            top: 44px;
            padding: 0 0 2px;       
            
            
            position: absolute;
            pointer-events: none;
            font-weight: bold;
          }
          
          .selectdiv select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;           
            display: block;
            width: 100%;
            height: 45px;              
            padding: 6px 12px;
            font-size: 1rem;
            font-weight: 400;        
            color: #495057;        
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            opacity: 0.5;
          }
          .selectdiv-width{
              width: 100%;
          }


     


            /* for div2 */


        select::-ms-expand {
            display: none;
            }
            
            .selectdiv2:after {
              content: '>';
              font: 17px "Consolas", monospace;
              color: #333;
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              right: 10px;        
              top: 35px;
              padding: 0 0 2px;       
              opacity: 0.5;
              position: absolute;
              pointer-events: none;
              font-weight: bold;
            }
            
            .selectdiv2 select {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;           
              display: block;
              width: 100%;
              max-width: 700px;
              height: 38px;              
              padding: 6px 12px;
              font-size: 1rem;
              font-weight: 400;        
              color: #495057;        
              border: 1px solid #ced4da;
              border-radius: 0.25rem;
              transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        
            }


            
        select::-ms-expand {
            display: none;
            }
            
            .selectdiv4:after {
              content: '>';
              font: 17px "Consolas", monospace;
              color: #333;
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              right: 24px;        
              
              top: 44px;
              padding: 0 0 2px;       
              
              opacity: 0.5;
              position: absolute;
              pointer-events: none;
              font-weight: bold;
            }
            
            .selectdiv4 select {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;           
              display: block;
              width: 100%;
              max-width: 700px;
              height: 45px;              
              padding: 6px 12px;
              font-size: 1rem;
              font-weight: 400;        
              color: #495057;        
              border: 1px solid #ced4da;
              border-radius: 0.25rem;
              transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        
            }

           
        


    }
/* media query*/
@media (min-width: 330px) and (max-width: 425px) {
    .mt-9{
        margin-top: -9%;
    }
   }
@media screen and (min-width: 768px){
    .example-padding{
        padding-left: 7rem;
    }
}
@media screen and (min-width: 1024px){
    .example-padding{
        padding-left: 6rem;
    }
}
@media screen and (min-width: 1280px){
    .example-padding{
        padding-left: 5rem;
    }
}
@media screen and (min-width: 1366px){
    .example-padding{
        padding-left: 4rem;
    }
}
@media screen and (min-width: 1440px){
    .example-padding{
        padding-left: 3rem;
    }
}
@media screen and (min-width: 1600px){
    .example-padding{
        padding-left: 2rem;
    }
}
@media screen and (min-width: 1920px){
    .example-padding{
        padding-left: 0.5rem;
    }
}

.btn-margin-left{
        margin-left: 6px;
    }
#span-color{
    color: #FF0000;
}


 

    
    