 @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
.josefin{font-family: 'Josefin Sans', sans-serif;}
.semi{font-weight: 600;}
.medium{font-weight: 500;}

.font-15{font-size: 15px;}
.font-26{font-size: 20px;}
.font-22{font-size: 18px;}
.font-25{font-size: 25px;}
.font-70{font-size: 46px;}
.font-60{font-size: 48px;line-height: 50px;}

.color-8E8E8E{color: #8E8E8E;}
.color-494949{color: #494949;}
.color-0085FF{color: #0085FF;}
.color-341677{color: #341677;}
.color-A62A96{color: #A62A96;}
.color-B3B3B3{color: #B3B3B3;}
.color-3C3C3C{color: #3c3c3c;}

.ps-30{padding-left: 20px;}
.ps-100{padding-left: 100px;}
.lh-15{line-height: 15px;}
.pt-50{padding-top: 40px;}

.pdf_sec{padding-top: 15px;}
.pdf_download_div{
    position: relative;
    border-radius: 50px;
    background-color: #F3F3F3;
    z-index: 111;
    padding: 70px 40px 58px;
}
.pdf_download_div .pdf_vector{max-width: 56%;}
.pdf_download_div .pdf_icon{max-width: 13%;}
.pdf_download_div:after{position: absolute;
    content: "";
    border-radius: 50px;
    border: 0.322px solid #FF725E;
    background: rgba(236, 236, 236, 0.30);
    box-shadow: 0px 6.875537395477295px 11.000858306884766px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(3.5px);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 12px;
    top: 12px;
}
.pdf_details p{line-height: 26px;}
.input-group{
    border-radius: 10px;
    border: 1px solid #494949;
    backdrop-filter: blur(8.3666410446167px);
    width: 500px;
}
.input-group-text{background-color: #A32F80;border-radius: 10px;border: 0;padding: 17px 27px;}
.input-group-text img{max-width: 79%;}
.form-control{background-color: transparent;border-radius: 10px;line-height: normal;}
.submit_btn{padding: 13px 69px 15px;border-radius: 15px;background: #0044CC;line-height: 25px;margin-bottom: 30px;margin-top: 30px;}
.submit_btn:hover{background: #0044CC;}
.form-control:focus{box-shadow: none;border-color: #A32F80; color: #341677;}
.form-switch .form-check-input{background-size: 10px;height: 16px;border-radius: 25px;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28163, 47, 128, 100%29'/%3e%3c/svg%3e");background-position-x: 2px;}
.form-check-input{border-color: #A32F80;margin-top: -2px;border-width: 1.5px;}
.form-switch .form-check-input:focus{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28163, 47, 128, 100%29'/%3e%3c/svg%3e")}
.form-check-input:focus{box-shadow: none;border-color: #A32F80;}
.form-check-input:checked{background-color: #00BD0C; border-color: #00BD0C;}
.form-switch .form-check-input:checked{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");background-position: right 2px center;}
/*.table{opacity: 30%;}*/
.content_table{
/*    background: rgba(218, 218, 218, .30);*/
    padding: 27px 43px;
}
.table thead tr th img{vertical-align: text-bottom;}
.table thead tr th{background: #ff6363;
color: #FFF;
font-family: Josefin Sans;
font-size: 24px;

font-weight: 600;
text-transform: uppercase;}
.table tbody tr th{
    color: #000;
font-family: Josefin Sans;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding-right: 229px;
vertical-align: middle;
}
.table tbody tr td{
    color: #000;
font-family: Josefin Sans;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
vertical-align: middle;
}
.table tbody tr{border-bottom: 2px solid #000;}
.table>:not(caption)>*>*{padding: 16px 40px 8px;}
.content_table{position: relative;}
.mob_service{
    opacity: 1;
    position: absolute;
border-radius: 50px 0px 0px 50px;
border-top: 1px solid #ff6363;
border-bottom: 1px solid #ff6363;
border-left: 1px solid #ff6363;
background: #FFF;
z-index: 1;
right: 0;
padding: 10px;
top: 16px;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #341677;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #341677;
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #341677;
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #341677;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #341677;
}

.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #341677;
}

.modal-content .modal-title {
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 30px;
    z-index: 0;
}
.modal-content .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    background-image: url('../images/modal-close.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    z-index: 1;
}
.sr-only {
    display: contents;
}
.checkmark-margin{
    margin-top: 50px;
}
.error{
    color: #ff0000;
}

.form-group {
  border: 3px solid #A32F80;
  padding: 5px;
  border-radius: 6px;
  width: 70%;
  height: 50px;
}
.border-end {
    border-right: 2px solid #A32F80!important;
    height: 100%;
}
.step_1 input{
    font-size: 18px;
}
.step_1 .country-code{
    font-size: 18px;
}
.form-group:focus {
  color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.form-group input {
  display: inline-block;
  width: auto;
  border: none;
}
.form-group input:focus {
  box-shadow: none;
}

@media screen and (max-width: 1680px) {
    .ps-100 {padding-left: 70px;}
    .font-60 {font-size: 41px;line-height: 43px;}
}
@media screen and (max-width: 1610px) {
    .pdf_download_div .pdf_vector {max-width: 50%;}
    .pdf_download_div{padding: 60px 40px 48px;}
    .font-60 {font-size: 35px;line-height: 36px;}
    .pdf_download_div {margin-right: 60px;}
    .ps-100 {padding-left: 0px;}
    .font-22 {font-size: 16px;}
.font-26 {font-size: 18px;}
.input-group-text{padding: 11px 20px;}
.input-group-text img {max-width: 60%;margin: auto;}
.font-70 {font-size: 34px;}
.input-group{width: 400px;}
.font-25 {font-size: 20px;}
.submit_btn{padding: 13px 52px 15px;margin-bottom: 20px;margin-top: 20px;}
.table tbody tr th{font-size: 18px;}
.table tbody tr td {font-size: 14px;}
.table thead tr th{font-size: 20px;}
.content_table{padding: 15px 43px;}
.table>:not(caption)>*>* {
    padding: 12px 40px 6px;
}
.lh-15 {
    line-height: 18px;
}
.font-15 {
    font-size: 14px;
}
.mob_service{padding: 6px 10px;top: 3px;}

}
.logo{
    width: 100px;
}
@media screen and (max-width: 1399px) {
    .font-60 {font-size: 30px;line-height: 31px;}
    .input-group {width: 65%;}
    .submit_btn {padding: 8px 40px 10px;margin-bottom: 18px;margin-top: 16px;}
    .font-25 {font-size: 17px;}
    .font-70 {font-size: 26px;}
    .font-22 {font-size: 14px;}
    .font-26 {font-size: 16px;}
    .pdf_details p {line-height: 18px;}
    .pdf_download_div {padding: 40px 40px 28px;}
    .input-group-text img{max-width: 50%;}
    .input-group-text {padding: 8px 12px;}
    .pt-50 {padding-top: 35px;}
    .table thead tr th img{max-width: 3%;}
    .table thead tr th {font-size: 18px;line-height: normal;}
    .table tbody tr th{padding-right: 170px;}
    .table tbody tr th {font-size: 16px;}
    .table tbody tr td {font-size: 14px;}
    .mob_service  img{max-width: 33%;}
    .font-15 {font-size: 12px;}
    .mob_service .lh-15 {line-height: 11px;padding-left: 5px;}
    .mob_service{top: 8px;}
    .pdf_sec {padding-top: 10px;}
}

@media screen and (max-width: 768px) {
    .form-group {
      width: 100%;
    }
    .checkmark-margin{
        margin-top: 10px;
    }
    .pdf_download_div {margin-right: 14px;}
    .pdf_download_div, .pdf_download_div::after{border-radius: 16px;}
    .content_table {padding: 15px 10px;}
    .font-26, .font-22{font-size: 14px;}
    .pdf_download_div {padding: 24px 9px 8px 13px;}
    .ps-30 {padding-left: 10px;}
    .font-60{font-size: 18px;  line-height: 17px;}
    .pdf_download_div::after{box-shadow: 0px 2.238903760910034px 3.5822455883026123px 0px rgba(0, 0, 0, 0.08);backdrop-filter: blur(1.1397165060043335px);left: 8px;top: 8px;}
    .pdf_sec h1{text-align: center;padding-top: 20px;}
    .input-group {width: 100%;}
    .submit_btn{width: 100%;border-radius: 10px;padding: 6px 40px 6px;margin-bottom: 12px;margin-top: 12px;}
    .font-15 {font-size: 9px;}
    .form-check-input{margin-top: 0px;}
    .table > :not(caption) > * > *{padding: 6px 10px 6px;}
    .table tbody tr td {font-size: 10px;}
    .table tbody tr th {font-size: 12px;padding-right: 30px;}
    .table thead tr th{font-size: 11px;}
    .table thead tr th img {max-width: 5%;}
    .lh-15 {line-height: 10px;}
    .mob_service .lh-15{line-height: 7px;padding-left: 3px;}
    .font-15 {font-size: 8px;}
    .mob_service{width: 28%;}
    .pt-50 {padding-top: 15px;}
    .pdf_sec {padding-top: 6px;}
    .font-70 {font-size: 20px;}
    .input-group-text img {max-width: 40%;}
    .input-group-text {padding: 8px 6px;border-radius: 7px;}
    .input-group, .form-control{border-radius: 8px;}
    .font-25 {font-size: 15px;}

 
  
}

@media (min-width: 370px) and (max-width: 380px) {
    .table tbody tr td {font-size: 8px;}
    .table tbody tr th {font-size: 10px;padding-right: 30px;}
    .font-60 {font-size: 16px;line-height: 14px;}
    .pdf_details p {line-height: 14px;}
    .table > :not(caption) > * > *{padding: 5px 6px 5px;}
    .pt-50 {padding-top: 10px;}
}


