@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;400;500;600;700;800;900&display=swap');


:root{
    --sitecolor:#95221b;
    --black:#000000;
    --white:#ffffff;
    --secondary:#ffa70d;
}
body{
    font-size: 18px;
}
body {
    font-family: 'Conv_FBSPOILER-REGULAR';
}
.flex{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
}
.norepeat{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cmn-bt {
    background: #f33a81;
    padding: 10px 50px;
    display: inline-block;
    vertical-align: top;
    color: #ffff;
    font-size: 17px;
    border-radius: 3px;
}
.cmn-bt:hover{
    color: #fff;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
ul {
    margin-bottom: 0;
    padding-right: 0;
}
li {
    list-style: none;
}
input:focus {
    outline: 0;
}
input:focus:invalid {
    border-color: #f00;
}
input:focus:valid {
    border-color: #28921f;
}
/*popup*/

#contact_form.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#contact_form.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}
#contact_form.modal {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#contact_form .modal-dialog {
    margin: 10px auto;
    padding: 0 15px;
}
#contact_form .modal-form {
    background: none;
    box-shadow: none;
    border: none;
}
#contact_form .modal-form .modal-header {
    border: none;
    padding-left: 0 !important;
}
#contact_form .modal-form button.close {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    outline: none;
    opacity: 1;
}
#contact_form .modal-form .modal-body {
    padding: 0;
    background: transparent;
}
#contact_form .modal-form .modal-body .container {
    padding: 0 0px;
}
#contact_form .modal-form .modal-body .contact_form {
    width: 450px;
    background: #1a1a1a;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 1px 2px 4px #000;
}
#contact_form .contact_form span {
    display: block;
    font-size: 22px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-weight: 700;
}
#contact_form .contact_form strong {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}
#contact_form .contact_form input {
    color: #a3a2a3;
    width: 85%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #dbdbbd;
    margin: 7px 0;
    font-weight: 600;
    border-radius: 0px;
}
#contact_form .contact_form input:last-child,
#contact_form .contact_form input[type="submit"] {
    background:#dc3475;
    border-color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
    width: 85%;
    margin: 7px auto;
}

/*started*/
@media(min-width: 1280px){
.container{
    width: 1220px;
}
}
.loader {
    position: fixed;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.98);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.loader img {
    max-width: 180px;
}
.banner-left{
    position: relative;
    width: 70%;
    border-right: 5px solid #96261f;
}
.banner-right{
    position: relative;
    width: 30%;
    text-align: center;
    padding: 20px;
}
.banner-left{
    background-image: url(../images/banner.png);
}
.logo img {
    max-width: 110px;
}
.banner-left .logo {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.banner-right h1{
    color: var(--sitecolor);
    font-weight: 700;
    letter-spacing:var(--letterspace);
    line-height: 58px;
    font-size: 73px;
    margin: 0;
    font-family: 'Conv_FBSPOILER-BLACK';
}
.linetitle1 span {
    font-size: 55.5px;
    font-weight: 700;
    line-height: 52.78px;
    letter-spacing:var(--letterspace);
    display: block;
    position: relative;
    padding: 3px 0;
    font-family: 'Conv_FBSPOILER-BOLD';
}
.linetitle1{
    margin: 8px 0;
}
.linetitle1 span:before,.linetitle1 span:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 168px;
    margin: 0 auto;
    border-top: 3px solid var(--black);
}
.linetitle1 span:before{
    top: 0;
}
.linetitle1 span:after{
    bottom: 0;
}
.offer-blog span {
    display: block;
    color: var(--secondary);
}
.offer-blog {
    display: inline-block;
    background: var(--sitecolor);
    padding: 12px 24px;
    color: #fff;
    font-weight: 700;
    margin: 12px 0;
    font-size: 69.54px;
    letter-spacing: var(--letterspace);
    line-height: 54.32px;
    font-family: 'Conv_FBSPOILER-BOLD';
}
.diabetes-blog h2 {
    font-size: 57.25px;
    line-height: 48px;
    letter-spacing: -2.5px;
    font-weight: 700;
    margin: 0;
}



.contact_form.text-center {
    padding: 50px 0;
}
.flexfrmcls {
    display: flex;
    margin: 0 auto;
}
.mainbanner {
    max-width: 600px;
    margin: 0 auto;
}
.formladcls label {
    font-size: 50px;
/*    line-height: 48px;*/
    font-weight: 700;
    margin: 0;
}
.formladcls {
    width: 100%;
}
label.tabtittlels {
    margin-bottom: 18px;
    line-height: 48px;
    font-size: 50px !important;
    text-align: center !important;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    min-height: auto;
    font-size: 14px;
}
.form-group .checkboxcls:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff !important;
    border: 2px solid #8c1a12;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 10px;
    background: #fff !important;
}
.form-group input:checked + .checkboxcls:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 0px;
    width: 8px;
    height: 20px;
    border: solid #8c1a12;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-group input:checked + #checkbox-error + .checkboxcls:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 0px;
    width: 8px;
    height: 20px;
    border: solid #8c1a12;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkfromcls {
    display: block;
    position: relative;
}
.checkfromcls .form-group {
    margin-bottom: 5px;
    margin-left: 15px;
    width: 110px;
}




/*form styles*/
#msform {
    max-width: 600px;
    margin: 50px auto;
    position: relative;
    height: 268px;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #8c1a12;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #4e4e4e;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: auto;
    float: unset;
    position: relative;
    margin: 0 4px;
    display: inline-block;
}
#progressbar li:before {
    content: "";
    counter-increment: step;
    width: 13px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #cfcfcf;
    border-radius: 50px;
    margin: 0 auto 5px auto;
    height: 13px;
}
/*progressbar connectors*/
/*#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; 
}*/
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #8c1a12;
    color: white;
}
.formladcls h3 {
    font-size: 23px;
    text-align: right;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}
.asRange {
    display: inline-block;
    margin-right: 15px;
}
.asRange .asRange-selected {
    background-color: #8c1a12 !important;
}
.asRange .asRange-pointer:before{
    background: #8c1a12 !important;
    cursor: pointer !important;
}
.asRange .asRange-pointer{
    cursor: pointer !important;
}
.asRange .asRange-pointer .asRange-tip {
    color: #000 !important;
    background-color: transparent !important;
    border: 0px solid #5d5c58 !important;
    top: -30px !important;
    font-size: 13px !important;
}
.asRange .asRange-pointer .asRange-tip:before{
    content: none !important;
}
.rangslicls {
    display: flex;
    align-items: center;
}
.rangslicls h3 {
    width: 260px;
    margin: -10px 0 0 0;
}
.rangslicls select {
    padding: 7px 15px;
    border: 2px solid #95221b;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    font-size: 17px;
    appearance: none;
    background-image: url(../images/downarrow.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-weight: 900;
    height: 38px;
}
.rangslicls select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
@media(max-width: 767px) {
    .asRange {
        margin-right: 0;
    }
    #msform fieldset {
        padding: 0 10px;
    }
    .asRange {
        width: 100% !important;
    }
    .mainformsectipn{
        overflow: hidden;
    }
    #msform {
        margin: 20px 0px 20px 0px;
    }
    .formladcls label {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .rangslicls {
        display: block;
        margin-bottom: 10px;
    }
    .rangslicls h3 {
        width: 100%;
        margin: 0px 0 11px 0;
    }
    .form-group input:checked + label:after {
        top: -3px;
    }
    .form-group label:before {
        margin-left: 50px;
    }
    .rangslicls select {
        margin-bottom: 0px;
    }
    #progressbar {
        margin-bottom: 0px;
    }
}
.selecls {
    position: relative;
    width: 100%;
}
.selecls span {
    position: absolute;
    background: #fff;
    top: 6px;
    right: 10px;
    color: #000;
    font-size: 19px;
}
.selecls.active span {
    display: none;
}
input.next.action-button {
    float: left;
}
input.submit.action-button {
    float: left;
}





.styled-checkbox {
    position: absolute;
    opacity: 0;
    left: 0;
}

.styled-checkbox + .checkboxclsnew {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + .checkboxclsnew:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: 2px solid rgb(151 33 27);
    border-radius: 10px;
    top: 0px;
    position: relative;
    left: 5px;
}


.styled-checkbox:focus + .checkboxclsnew:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + .checkboxclsnew:before {
    border: 2px solid rgba(151, 33, 27);
    background-color: rgba(255, 255, 255);
}

.styled-checkbox:checked + .checkboxclsnew:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 10px;
    background: rgba(151, 33, 27);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 rgba(151, 33, 27), 4px 0 0 rgba(151, 33, 27), 4px -2px 0 rgba(151, 33, 27), 4px -4px 0 rgba(151, 33, 27), 4px -6px 0 rgba(151, 33, 27), 4px -8px 0 rgba(151, 33, 27), 4px -10px 0 rgba(151, 33, 27), 4px -12px 0 rgba(151, 33, 27), 4px -14px 0 #97211C, 4px -16px 0 rgba(151, 33, 27);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.styled-checkbox + #checkbox-error + .checkboxclsnew:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255);
    border: 2px solid rgba(151, 33, 27);
    border-radius: 10px;
    top: 0px;
    position: relative;
    left: 5px;
}
.styled-checkbox:checked + #checkbox-error + .checkboxclsnew:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 10px;
    background: rgba(151, 33, 27);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #97211b, 4px 0 0 rgba(151, 33, 27), 4px -2px 0 rgba(151, 33, 27), 4px -4px 0 rgba(151, 33, 27), 4px -6px 0 rgba(151, 33, 27), 4px -8px 0 rgba(151, 33, 27), 4px -10px 0 rgba(151, 33, 27), 4px -12px 0 rgba(151, 33, 27), 4px -14px 0 rgba(151, 33, 27), 4px -16px 0 rgba(151, 33, 27);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.bannerblog.flex {
    height: 100vh;
}

.dotcls {
    width: 106px;
    margin: 0 auto;
    position: relative;
    bottom: 33px;
}
.reviewmaincls {
/*    display: flex;*/
    align-items: flex-start;
    padding-top: 5px;
}
.reviewmaincls img {
    width: auto !important;
    margin-left: 11px;
}
.reviewcontent span {
    display: block;
    margin-bottom: 2px;
}
.starcls a {
    display: inline-block;
    margin: 0 0px;
}
.starcls img {
    margin: 0;
}
.starcls {
    display: inline-block;
    margin-left: 4px;
}
span.reviewconclsstar {
    display: inline-block;
}
span.nameuser {
    font-weight: 800;
    font-size: 15px;
}
span.countreview {
    color: #b4b4b4;
    font-size: 14px;
}
span.reviewconclsstar {
    color: #b4b4b4;
    font-size: 12px;
}
span.reviewbodycls {
    font-size: 13px;
    display: block;
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}
.owl-next, .owl-prev {
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute !important;
    top: 50% !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    font-size: 0 !important;
    background-color: transparent !important;
    border-radius: 50px !important;
    padding: 0px 0px !important;
}
.owl-dots {
    display: none;
}
.reviewcontent {
    margin-right: 50px;
    text-align: right;
}
img.usermainimg {
    position: absolute;
    right: 0;
}
.procontent {
    border-bottom: 0px solid #dcdcdc;
    margin-bottom: 0;
    padding-bottom: 0;
}
.procontent h2 {
    margin-bottom: 0px;
    margin-top: 7px;
    font-size: 19px;
}
.diskandilock ul {
    display: flex;
    align-items: center;
}
li.fivecls {
    font-size: 27px;
    color: #6b7075;
}
.procontent li.starcls img {
    width: 95px;
}







@media(min-width: 1500px) {
.banner-right h1 {
    font-weight: 900;
    line-height: 49px;
    font-size: 78px;
}
.offer-blog {
    font-size: 63.54px;
    line-height: 42.32px;
}
.linetitle1 span {
    font-size: 46.5px;
    line-height: 40.78px;
}
label.tabtittlels {
    line-height: 55px;
    font-size: 69px;
}
.tab {
    height: 200px !important;
}
.rangslicls h3 {
    width: 400px;
}
.formladcls h3 {
    font-size: 33px;
}
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
      z-index: 99;
    width: 50px;  
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #ffffff;
    border-radius: 100%;
    border: 2px solid #97211b;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #97211b;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.radio input[type="radio"]:checked + .radio-label:after {
    content: '';
    display: block;
    position: absolute;
    border: none;
    background: #000;
    width: 23px;
    height: 23px;
    border-radius: 100px;
}
.radio input[type="radio"]:checked + #radiocls-error + .radio-label:before {
    content: '';
    background: #ffffff;
    border-radius: 100%;
    border: 2px solid #97211b;
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    top: 3px;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type="radio"] + #radiocls-error + label.radio-label:before{
    content: '';
    background: #ffffff;
    border-radius: 100%;
    border: 2px solid #97211b;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + #radiocls-error + .radio-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 21px;
    border: none;
    background: #000;
    width: 23px;
    height: 23px;
    border-radius: 100px;
    right: 2px;
}
.radio label.radio-label {
    position: relative;
}
.formladcls label {
    font-size: 20px;
    text-align: right;
    display: block;
    margin-bottom: 20px;
}
.radio.dradiocls {
    margin-top: 0px;
}
label#radiocls-error {
    position: absolute;
    bottom: -20px;
    padding-right: 0;
    width: 475px !important;
    max-width: 475px;
}
label#radiocls1-error {
    position: absolute;
    bottom: -20px;
    padding-right: 0;
    width: 475px !important;
    max-width: 475px;
}
.radio input[type="radio"] + #radiocls1-error + label.radio-label:before {
    content: '';
    background: #ffffff;
    border-radius: 100%;
    border: 2px solid #97211b;
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    top: 9px;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + #radiocls1-error + .radio-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: 22px;
    transform: rotate( 
45deg);
    border: none;
    background: #000;
    width: 23px;
    height: 23px;
    border-radius: 100px;
}
.padsepcls {
    padding: 0 30px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: 0;
}
.checkfromcls .radio {
    width: 50%;
    float: right;
}



.linetitle1 span{
    color: #000;
    letter-spacing: -1px;
    padding: 5px 0;
}
.offer-blog{
    letter-spacing: -1px;
    margin: 3px 0 4px 0;
}
.formladcls label {
    color: #000;
}
label.tabtittlels {
    letter-spacing: -1px;
    margin-bottom: 10px;
}
#myForm {
    padding: 0px 0 0px 0 !important;
}
.rangslicls select {
    height: 50px;
}
.selecls span {
    font-size: 27px;
}
.error {
    color: #f00 !important;
}
.dotcls {
    border-bottom: 3px solid;
    padding-bottom: 10px;
}

input {
    border: 1px solid #95221b !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.mobile_bottom_nav{
    display: none;
}

/*newpopup style*/
.padsepcls{
    margin-bottom: 65px !important;
}
.checkbox-disclaimer{
    display: flex;
    justify-content: right;
    position: relative;
}
#disclaimer{
    width: 16px;
    vertical-align: middle;
}
.label-disclaimer{
    margin-bottom: 0;
    margin-right: 6px;
    margin-top: 2px;
    cursor: pointer;
}
#disclaimer-popup{
    cursor: pointer;
}
#disclaimer-error{
    width: 100% !important;
    position: absolute !important;
    top: 20px !important;
}
.popupdiv{
    display: flex;
    justify-content: space-between;
}
.popupdiv a{
    color: #000000;
}
.privacy-popup-one-container, .assesbilty-popup-one-container{
    width: 100%;
    pointer-events: all;
    background-color: rgba(0,0,0,.8);
    z-index: 9;
    position: fixed;
    top: 0;
    height: 100vh;
    display: none;
}
.privacy-popup-content, .assesbilty-popup-content{
    width: 42%;
    margin: 0 auto;
    background: #fff;
    margin-top: 30px;
    padding: 36px;
    overflow: auto;
    height: 93vh;
    margin-bottom: 49px;
    position: relative;
}
.pop-h1{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    line-height: 0.8em;
    text-align: center;
    margin-bottom: 31px;
    display: block;
}
.pop-main-h{
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 94px;
    font-weight: 600;
    line-height: 0.4em;
    margin-bottom: 43px;
    display: block;
    text-align: center;
}
.pop-h3{
    text-align: center;
    line-height: 48px;
    color: #000000;
    font-weight: 800;
}
.dialog-close-button{
    background: #95221b !important;
    color: #fff !important;
    padding: 4px 9px !important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 5px;
    font-family: arial;
}
#assesbilty-popup{
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
    .privacy-popup-content, .assesbilty-popup-content{
        width: 97%;
    }
    .pop-main-h{
        font-size: 60px;
    }
}