@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
body {
    font-family: 'Lato', sans-serif;
}
::-webkit-scrollbar {
    width: 8px !important;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(,0,0,0.3)!important;
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey!important;
  outline: 1px solid slategrey!important;
}
  .mrg-top {
            margin-top: 15px;
        }

        .input-group-addon {
            background-color: #f0f0f000 !important;
            border: #f0f0f000 solid 1px !important;
            ;
        }

        .red {
            color: red;
        }

        input, select {
            margin-bottom: 25px !important;
        }
		

        .submit {
            background-color: #0a3c96;
            color: #fff;
            width: 50%;
        }

        .btn.focus,
        .btn:focus,
        .btn:hover {
            background-color: #000;
            color: #fff !important;
        }

        .input-block-level {
            border-radius: 0;
            border: none;
            box-shadow: none;
            background-color: transparent;
            border-bottom: dotted 1px #333;
        }
		h3.heading{
			font-size: 20px;
			font-weight: bold;
		}
.full_width {
    flex: 1;
}

.ptb_50 {
    padding: 50px 0;
}


.subject_head {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 600;
}

.subject_head span {
    font-weight: 300;
}

.subject_head1 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 47px;
}
.placeholder{margin-top: -20px;
margin-bottom: 20px;
text-align: center}
.subject_head1 span {
    font-weight: 300;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_60 {
    margin-bottom: 60px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_30 {
    margin-top: 30px !important;
}
.mt_40 {
    margin-top: 40px !important;
}


.mb_40 {
    margin-bottom: 40px;
}
   .rating {
    width:100%;
       display: flex;
       flex-flow: row-reverse;
       justify-content: center;
}
.rating span {display: inline-flex; position: relative;}
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    width: 40px;
    height: 40px;
}
.rating span label{
    width:40px;
    height:40px;
    color:#f00;
    background: #ccc;
    margin-right:2px;
    border-radius:50%;
    -webkit-border-radius:50%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
            .rating span label:after {
                position: absolute;
                content: '\f005';
                font-family: "fontawesome";
                font-size: 24px;
                color: #fff;
            }
.rating span:hover ~ span label ,
.rating span:hover label ,
.rating span.checked label ,
.rating span.checked ~ span label {
    background:#F90;
    color:#FFF;
}
            .rating i {
                font-size: 40px;
                color: #f00 !important;
            }


@media screen and (max-width:768px) {
    .mob_mb_20 {
        margin-bottom: 20px;
    }
    .rating span label{
        width: 30px;
        height: 30px;
    }
    .rating span label:after {
        font-size: 18px;
    }
}

.blue_txt {
    color: #006189;
}


.blue_sec {
    background-color: #0d3342;
    color: #fff;
}

.red_sec {
    background-color: #d61212;
    color: #fff;
}



.form-control {
    border-radius: 0;
        }

.red_txt {
    color: #0144a9;
}
.copyright {
    text-align: center;
    background-color: #0d3342;
    font-size: 14px;
    color: #2ab0e5;
    line-height: 40px;
}
.copyright p{margin: 0;}
.become_partner_form {
 
    padding: 24px;
    box-shadow: 0 10px 3px -5px rgb(0 0 0 / 50%);
    background: #ffffff url(https://internationalteacherstraining.com/images/bg_banner_box.jpg) 100% 100% no-repeat;
    filter: drop-shadow(0 0.2rem 1.25rem rgba(0, 0, 0, 0.2));
}

.become_partner_form .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-bottom: dotted 1px #333;
}

.light_form {
    padding: 24px;
    margin-top: 20px;
    color: #000;
    width: 100%;
}

.light_form input {
    padding: 5px;
    color: #000;
    display: inline-block;
}

.light_form .form-control {
    background-color: transparent;
}

.become_partner_form textarea {
    resize: none;
}

.elp_head {
    padding: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	text-align: center;
	border-top: 3px double #0144a9;
	border-bottom: 3px double #0144a9;
    justify-content: center;
}

.elp_head h2 {
    color: #0144a9;
    font-size: 24px;
    margin-bottom: 10px;
}

.elp_head h3 {
    color: #00f1ff;
    font-size: 20px;
    margin-bottom: 10px;
}

.success_text {
    color: #29b843;
}

.go_btn,
.go_btn:link {
    background-color: #3c763d;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
}

.go_btn:hover {
    color: #3c763d;
    background-color: #f5f5f5;
    text-decoration: none;
}

.thanks{margin-top: 20px;}
.thanks i{
	font-size:100px;
	font-weight: normal;
}

/*--------------------------------------------------------------------*/
.become_partner_form .review-text a img{border:5px solid #4CAF50;}
.become_partner_form .review-text .text{
    display: table;text-align: center;
    margin: 0 auto;
    font-size: 25px;
    color: #021f03;
    font-weight: bold;
    border-top: 5px solid #4CAF50;
    border-right: 5px solid #4CAF50;
    border-left: 5px solid #4CAF50; 
    padding: 5px 10px;
}
.become_partner_form .review-text p a{display: table;
 margin: 0px auto;
font-size: 20px;
background: #4CAF50;
color: #fff;
font-weight: normal;
padding: 5px 20px;
border:none !important;}
.become_partner_form .review-text p a:hover{
background: #d30000;
color: #fff;
text-decoration: none;}





@keyframes dance {
     0% {
         transform: rotate(-5deg);
    }
     50% {
         transform: rotate(5deg);
    }
     100% {
         transform: rotate(-5deg);
    }
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}
 .star-rating {
     font-size: 25px;
     padding: 0.25em 0.375em;
     display: block;
     flex-flow: row-reverse;
     overflow: hidden;
     border-radius: 0.75em;
     background-color: white;
}
.star-rating input {
    cursor: pointer;
    position: relative;
    padding: 0;
    width: 0px;
    height: 12px;
    float: left;
    top: 8px;
    font-size: 14px;
    text-align: center;
    line-height: 1em;
}
.star-rating label{
    margin-left:20px;
}
 .star-rating input:before, .star-rating input:after {
    
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     position: absolute;
}
 .star-rating input:before {
     content: "";
     background-color: white;
}
 .star-rating input:after {
     content: "\f111";
     font-family: FontAwesome;
     color: #eee;
     transition: color 0.2s;
}
 .star-rating input:checked:after, .star-rating input:checked ~ input:after {
     color: #fc0;
    
}
 .heart-rating {
     font-size: 40px;
     padding: 0.25em 0.375em;
     display: inline-flex;
     flex-flow: row-reverse;
     overflow: hidden;
     border-radius: 0.75em;
     background-color: black;
     font-size: 20px;
}
 .heart-rating input {
     cursor: pointer;
     position: relative;
     padding: 0;
     width: 1em;
     height: 1em;
     float: left;
     text-align: center;
     line-height: 1em;
}
 .heart-rating input:before, .heart-rating input:after {
     display: block;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     position: absolute;
}
 .heart-rating input:before {
     content: "";
     background-color: black;
}
 .heart-rating input:after {
     content: "\f004";
     font-family: FontAwesome;
     color: #333;
     transition: color 0.2s;
}
 .heart-rating input:checked:after, .heart-rating input:checked ~ input:after {
     color: #f06;
     animation: 0.5s dance infinite;
}
 .heart-rating input:after {
     font-size: 16px;
}


.form-group{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
   
}

.switch-field {
    display: flex;

    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field #radio-one:checked + label {
    background-color: #5bb927;
    box-shadow: none;
}
.switch-field #radio-two:checked + label {
    background-color: #b92727;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}







.switch-field2 {
    display: flex;

    overflow: hidden;
}

.switch-field2 input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field2 label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field2 label:hover {
    cursor: pointer;
}

.switch-field2 #radio-one2:checked + label {
    background-color: #5bb927;
    box-shadow: none;
}
.switch-field2 #radio-two2:checked + label {
    background-color: #b92727;
    box-shadow: none;
}

.switch-field2 label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field2 label:last-of-type {
    border-radius: 0 4px 4px 0;
}


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

    .star-rating {font-size: 18px;}

    .form-group {display: block!important;
        font-size: 16px;
    }
    /*.star-rating input {width: 48px;}*/
    .become_partner_form {padding: 10px;}


 }

