﻿@import url("https://use.typekit.net/ewv8cei.css");
.hand {
    cursor: hand;
    cursor: pointer;
}
.myriad_pro_bold {
    font-family: myriad-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.myriad_pro_semibold {
    font-family: myriad-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
}

.myriad_pro {
    font-family: myriad-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.myriad_pro_light {
    font-family: myriad-pro,sans-serif;
    font-weight: 300;
    font-style: normal;
}

.myriad_pro_italic {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: italic;
}


.text-main-title-mobile {
    font-size: 14px;
    line-height: 1.1em;
}
.text-main-title-desktop {
    font-size: 31px;
    line-height: 1.2em;
}

.text-menu {
    font-size: 24px;
    line-height: 1.2em;
    color: #68696a;
} 

.colorT { color: #F10A0E;}
.showXS {display: block;}
.showXS2 {display: none;}
.showSM { display: none;}
.showMD {display: none;}
.showLG { display: none;}
.showXL { display: none;}

.videoframe {
    width: 270px;
    height: 153px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
    box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.video {
    width: 260px;
    height: 143px;
    margin: 0;
}

.text-schedule-title {
    font-size: 42px;
    line-height: 1.2em;
}

.text-schedule-question {
    font-size: 32px;
    line-height: 1.2em;
}

.textbox {
    margin-top: 14px;
    font-size: 18px;
    height: 42px;
}

.textAgree {
    line-height: 10px;
    font-size: 16px;
    padding: 0px;
}

.textmandatory {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.freereportform {
    margin-left: 365px;
    margin-top: 124px;
    width: 255px;
}



@media (min-width:350px) and (max-width:575.98px) {
    .colorT {  color: #f79221;     }
    .showXS {display:none;}
	.showXS2 {display: block;}

    .videoframe {
        width: 310px;
        height: 177px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        border: 5px solid #fff;
        -webkit-box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
        box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .video {
        width: 300px;
        height: 167px;
        margin: 0;
    } 
}

@media (min-width:576px) and (max-width:767.98px) {
    .colorT { color:#784B00  }
	.showXS {display:none;}
	.showSM {display: block;}

    .videoframe { 
        width: 522px;
        height: 298px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        border: 5px solid #fff;
        -webkit-box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
        box-shadow: 0px 0px 10px 5px rgba(194,194,190,1);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .video {
        width: 513px;
        height: 288px;
        margin: 0;
    }
  
}

@media (min-width:768px) and (max-width:991.98px) {
    .colorT { color:#009803  }
	.showXS {display:none;}
	.showMD {display: block;}
    .videoframe {
        width: 696px;
        height: 397px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        border: 6px solid #fff;
        -webkit-box-shadow: 0px 0px 12px 6px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 12px 6px rgba(194,194,190,1);
        box-shadow: 0px 0px 12px 6px rgba(194,194,190,1);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .video {
        width: 684px;
        height: 384px;
        margin: 0;
    }

    .text-main-title-desktop {
        font-size: 17px;
        line-height: 1.2em;
    }

    .text-menu {
        font-size: 16px;
        line-height: 1.2em;
        color: #68696a;
    }

  

    .btnYes {
        max-width: 120px;
    }

    .btnNo {
        max-width: 120px;
    }

    .gapAsk1 {
        margin-top: 335px;
    }

    .textbox {
        margin-top: 10px;
        font-size: 16px;
        height: 32px;
    }

    .textAgree {
        line-height:10px;
        font-size: 16px;
        padding:0px;
    }

    .textmandatory {
        margin-bottom:10px;
        margin-top: 10px;
        font-size: 14px;
    }

    .scheduleform {
        margin-left: 380px;
        margin-top: 114px;
        width: 255px;
    }

    .btnSubmit {
        max-width: 180px;
    }

    .freereportform {
        margin-left: 365px;
        margin-top: 124px;
        width: 255px;
    }

    .shareform {
        margin-left: 329px;
        margin-top: 105px;
        width: 315px;
    }

    .share_number {
        font-size: 30px;
        line-height: 50px;
    }

    .checkscaleradio, uncheckscaleradio {
        width: 25px;
    }

    .ratetable {
        margin-left: 100px;
        margin-top: 222px;
        width: 538px;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .colorT { color:#0040A3  }
	.showXS {display:none;}
	.showLG {display: block;}

    .videoframe {
        width: 899px;
        height: 513px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        border: 8px solid #fff;
        -webkit-box-shadow: 0px 0px 16px 8px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 16px 8px rgba(194,194,190,1);
        box-shadow: 0px 0px 16px 8px rgba(194,194,190,1);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .video {
        width: 883px;
        height: 496px;
        margin: 0;
    }

    .text-main-title-desktop {
        font-size: 21px;
        line-height: 1.2em;
    }

    .text-menu {
        font-size: 20px;
        line-height: 1.2em;
        color: #68696a;
    }

    

    .btnYes {
        max-width: 154px;
    }

    .btnNo {
        max-width: 154px;
    }
    .gapAsk1 {
        margin-top: 433px;
    }


    .textbox {
        margin-top: 23px;
        font-size: 18px;
        height: 40px;
    }

    .textAgree {
        font-size: 18px;
    }

    .textmandatory {
        margin-top: 10px;
        font-size: 18px;
    }

    .scheduleform {
        margin-left: 492px;
        margin-top: 140px;
        width: 325px;
    }
    .btnSubmit {
        max-width: 200px;
    }

    .freereportform {
        margin-left: 469px;
        margin-top: 150px;
        width: 325px;
    }

    .shareform {
        margin-left: 430px;
        margin-top: 125px;
        width: 405px;
    }

    .share_number {
        font-size: 40px;
        line-height: 80px;
    }

    .checkscaleradio, uncheckscaleradio {
        width:30px;
    }

    .ratetable {
        margin-left: 123px;
        margin-top: 290px;
        width: 700px;
    }

}


@media (min-width:1200px) {
    .colorT { color:#D109DD  }
    .showXS {display:none;}
    .showXL {display: block;}

    .videoframe {
        width: 1088px;
        height: 620px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        border: 10px solid #fff;
        -webkit-box-shadow: 0px 0px 21px 10px rgba(194,194,190,1);
        -moz-box-shadow: 0px 0px 21px 10px rgba(194,194,190,1);
        box-shadow: 0px 0px 21px 10px rgba(194,194,190,1);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .video {
        width: 1068px;
        height: 600px;
        margin: 0;
    }

    .text-main-title-desktop {
        font-size: 25px;
        line-height: 1.2em;
    }

    .text-menu {
        font-size: 24px;
        line-height: 1.2em;
        color: #68696a;
    }
    .textboxPop {
        font-size: 18px;
        height: 45px;
    }

     

    .btnYes {
        max-width:184px;
    }
    .btnNo {
        max-width: 184px;
    }
    .gapAsk1 {
        margin-top:523px;
    }

    .textbox {
        margin-top:25px;
        font-size: 20px;
        height: 45px;
    }
    .textAgree { 
        font-size: 18px;
    }
    .textmandatory {
        margin-top: 20px;
        font-size: 18px;
    }

    .scheduleform {
        margin-left: 590px;
        margin-top: 170px;
        width: 395px;
    }
    .btnSubmit {
        max-width: 229px;
    }

    .freereportform {
        margin-left: 569px;
        margin-top: 190px;
        width: 395px;
    }
    .shareform {
        margin-left: 526px;
        margin-top: 145px;
        width: 465px;
    }

    .share_number { 
        font-size:50px;
        line-height:90px;
    }

    .ratetable {
        margin-left: 146px;
        margin-top: 350px;
        width: 840px;
    }
}


@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 714px;
    }
}