@font-face{
    font-family:'QuicksandRegular';
    src:url(../fonts/QuicksandRegular.ttf);
}

@font-face{
    font-family:'QuicksandBold';
    src:url(../fonts/QuicksandBold.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
}
body{
    background-color: #fff;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
hr{
    margin-top: 0px;
    margin-bottom: 10px;
}
.noleft{
    padding-left: 0;
}
.noright{
    padding-right: 0;
}
.nopadding{
    padding: 0;
}
.fright{ float: right; }
.fleft{ float: left; }
a{
    outline: medium none !important;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a:focus{
    text-decoration: none;
}

button:focus{
    outline:0px;
}

.width1{
	width:100%;
}

.boxs{
	width: 100%;
	display: block;
	float: left;
}

.btn:hover{
	background-color: #ff9900;
	border-color: #ff9900;
	color: #fff;
}

.btn-default:hover{
	background-color: #ff9900;
	border-color: #f5f5f5;
	color: #f5f5f5;
}

.btn-default:active{
	color: none;
    background-color: none;
    border-color: none;
}

.btn1{
    background-color: #ff9900;
    border-color: #ff9900;
    margin-right: 18px;
    padding: 15px 25px;
    color: #f5f5f5;
}

.btn1:hover{
    background-color: transparent;
    color: #f5f5f5;
    border-color: #f5f5f5;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: unset;
}

.header{
    position: fixed;
    width: 100%;
    z-index: 999;
	top:0;
	left:0;
    background-color: #000000;
    padding: 15px 0px;
    z-index: 999999;
}
.margin_top_header{
    margin-top: 82px;
}

.header .container-fluid{
	padding:0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0px;
}
.header .navbar-brand{
    height: auto;
    padding: 0;
}
.navbar-brand>img.img_show{
    display: block;
}
.navbar-brand>img.img_hide{
    display: none;
}
.header .navbar{
    background: rgba(0,0,0,0);
    border: none;
    margin-bottom: 0;
}

.header .navbar ul li{
	padding: 15px 15px;
}
.header .navbar-nav > li > a{
    font-family: "QuicksandRegular";
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
}
.header .navbar-nav > li > a:hover {
    color: #e41e2e;
}

.header .navbar-nav > li > a.active, .sidenav a.active {
    color: #fff;
    font-weight: 800;
}

.header .navbar-nav > li > a > img{
    margin-right: 15px;
    margin-top: -3px;
}
/*.header .nav > li > a:hover, .header .nav > li .active{
	color: #fff;
}*/
.header .navbar-nav > li .btn{
	background:#000;
	color:#fff !important;
	border-radius:100px;
}	
.header .navbar-nav > li .btn:hover{
	background:#da3838;
}

.fixed_header{
	/*position:fixed;*/
}
.fixed_header .top{
	display:none;
	border:none;
}
.fixed_header .bottom{
	padding:10px 0;
}
.header .hamburger{
    display: none;
    float: right;
    height: 45px;
    padding: 10px 10px 10px 8px;
    width: 45px;
    border: 2px solid #12d998;
    border-radius: 8px;
    margin-right: 15px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background: #ffffff;
    border-radius: 0;
    width: 25px;
    height: 3px;
}
.hamburger-box{
    width: 25px;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}

.sidenav {
    background-color: #22274c;
    height: 100%;
    left: -250px;
    overflow-x: hidden;
    padding-top: 10px;
    position: fixed;
    top: 80px;
    transition: all 0.5s ease 0s;
    width: 250px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 99999;
}
.sidenav a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-family: "QuicksandRegular";
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.sidenav a span{
    float: left;
    height: 20px;
    margin-right: 8px;
    margin-top: 2px;
    width: 22px;
}
.sidenav a:hover{
    color: #fff;
    font-weight: 800;
}
.sidenav .logo {
    border-bottom: 1px solid rgb(111,117,133);
    margin-bottom: 15px;
    padding: 7px 0;
}
.sidenav .logo img{
    margin: 0 auto;
}
.slick-initialized .slick-slide {
    outline: medium none !important;
}
/*==========index page start==========*/
/*==========home start==========*/
    .home,.faq,.review,.contact,.thankyou,
    .terms,.privacy,.cookie{
        width: 100%;
        background: url(../img/homebg.png) no-repeat center center;
        background-size: cover;
    }
    .home .home_main h1{
        font-family: "QuicksandBold";
        font-size: 37px;
        color: #fff;
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .home .home_main p{
        font-family: "QuicksandRegular";
        font-size: 18px;
        color: #fff;
    }
/*==========home end==========*/

/*==========sponsers start==========*/
    .sponsers{
        width: 100%;
        background-color: #fff;
        
    }
    .sponsers .sponsers_inners{

    }
    .sponsers .sponsers_inners .outerbox{
        border-radius: 6px;
        background-color: #000000;
        border-top: 1px solid #000000;
        padding: 30px 0px;
        position: relative;
        margin: 30px 0px 30px;
    }
    .sponsers .sponsers_inners .outerbox .innerbox::before{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #000000;
        top: 0;
        left: 45%;
    }
    .sponsers .sponsers_inners .outerbox::after,.sponsers .sponsers_inners .outerbox::before{
        content: "";
        position: absolute;
        width: 1px;
        top: 3px;
        bottom: 2px;
        
    }
    .sponsers .sponsers_inners .outerbox::after{
        right: 0px;
    }
    .sponsers .sponsers_inners .outerbox::before{
        left: 0px;
    }
/*==========sponsers end==========*/

/*==========match list start==========*/
.matchlist {
    width: 100%;
}
/*latestmatches start*/
.latestmatches{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0px 0px rgba(0,0,0,0.22);
}
.latestmatches .latestmatches_bg{
    background-color: #000;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 15px 0px;
}
.latestmatches .latestmatches_bg h2{
    font-family: "QuicksandBold";
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.latestmatches .latestmatches_inner .table{
    margin-bottom: 10px;
}
.latestmatches .latestmatches_inner table th{
    font-family: "QuicksandBold";
    font-size: 13px;
    color: #22274c;
    padding: 6px 0px;
}
.latestmatches .latestmatches_inner table th:first-child{
    padding-left: 17px;
}
.latestmatches .latestmatches_inner table td{
    font-family: "QuicksandRegular";
    font-size: 13px;
    color: #000;
    padding: 6px 0px;
}
.latestmatches .latestmatches_inner table td:first-child{
    padding-left: 15px;
}
.latestmatches .latestmatches_inner table td:nth-child(4){
    text-align: center;
}
.latestmatches .latestmatches_inner table td.winresult span, .latestmatches .latestmatches_inner table td.drawresult span, .latestmatches .latestmatches_inner table td.lossresult span {
    padding: 3px 15px;
    font-family: "QuicksandBold";
    font-size: 13px;
    color: #fff;
    background-color: #25c110; 
    border-radius: 4px;
    width: auto !important;
    padding-right: 17px;
    padding-left: 16px;
}
.latestmatches .latestmatches_inner table td i{
    font-family: "QuicksandBold";
    font-style: normal;
}
.latestmatches .latestmatches_inner table td.lossresult span{
    background-color: #fff;
    padding: 3px 12px; 
    color: black;
    border: 1px solid black;
    font-family: "QuicksandBold";
    font-size: 13px;
    border-radius: 4px;
    width: auto !important;
}
.latestmatches .latestmatches_inner table td span:first-child,
.latestmatches .latestmatches_inner table td span:last-child{
    font-family: "QuicksandBold";
    width: 44%;
    display: inline-block;
}

.latestmatches .latestmatches_inner table td span:first-child{
    text-align: right;  
}
.latestmatches .latestmatches_inner table td span:last-child{
    text-align: left;
}
.latestmatches .latestmatches_inner table td span:nth-child(2){
    color: #7a7d95;
    width: 8%;
    text-align: center;
    display: inline-block;
}

.latestmatches .latestmatches_inner table tr:first-child{
    background-color: #e1e1e1;
    padding: 10px 0px;
}

.latestmatches .latestmatches_inner table th:nth-child(3) {
    width: 22%;
}
.latestmatches .latestmatches_inner table th:nth-child(4) {
    width: 38%;
    text-align: center;
}
/*latestmatches end*/
/*abouttipster start*/
.abouttipster{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0px 0px rgba(0,0,0,0.22);
}
.abouttipster .tipster_bg{
    background-color: #000;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 15px 0px;
}
.abouttipster .tipster_bg h2{
    font-family: "QuicksandBold";
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.abouttipster .tipster_inner{
    padding-top: 9px;
}
.abouttipster .tipster_inner img{
    float: left;
}
.abouttipster .tipster_inner h2{
    font-family: "QuicksandBold";
    font-size: 22px;
    color: #e41e2e;
    display: inline-block;
    margin: 25px 0px 10px 15px;
}
.abouttipster .tipster_inner h2 span{
    font-family: "QuicksandRegular";
    font-size: 15px;
    color: #848484; 
    display: block;
    margin-top: 7px;
}
.abouttipster .tipster_inner p{
    font-family: "QuicksandRegular";
    font-size: 15px;
    color: #7a7d95; 
}
.abouttipster .tipster_inner p{
    color: #000;
    margin-left: 0px;
}
.abouttipster .tipster_inner h3{
    margin-bottom: 25px;
}
.abouttipster .tipster_inner p{
    margin-bottom: 20px;
}
.statistics{
    background-color: #f2f2f2;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.statistics .statistics_inner{
    display: flex;                                                   /*important*/
    justify-content: space-between;
}
.statistics .statistics_inner h3{
    font-family: "QuicksandBold";
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}
.statistics .statistics_inner select,.statistics .statistics_inner select option{
    color: #22274c;
    font-size: 16px;
    font-family: "QuicksandBold";
}
.statistics .statistics_inner select{
    border-radius: 6px;
    background-color: #f6f7fa;
}
.statistics .statistics_inner select:focus{
    outline: none;
}
.statistics .statistics_inner select:hover{
    border-color: #767a91;
}
.statistics .statistics_inner_2{
    margin-top: 5px;
    border-top: 2px solid #e41e2e;
}

.statistics .table{
    margin-bottom: 0px;
}
.statistics .table>tbody>tr>th, 
.statistics .table>tfoot>tr>td, 
.statistics .table>tfoot>tr>th, 
.statistics .table>thead>tr>td, 
.statistics .table>thead>tr>th{
     padding: 10px 0px 5px; 
    
}
.statistics .table>tbody>tr>th:first-child,
.statistics .table>tbody>tr>th:nth-child(2),
.statistics .table>tbody>tr>th:nth-child(3){
    width: 14%;
}
.statistics .table>tbody>tr>th:nth-child(4),
.statistics .table>tbody>tr>th:nth-child(5),
.statistics .table>tbody>tr>th:last-child{
    width: 22%;
}
.statistics .table>tbody>tr>th:last-child,
.statistics .table>tbody>tr>td:last-child{
    text-align: left;
}
.statistics .table>tbody>tr>th{
    font-family: "QuicksandBold";
    font-size: 13px;
    color: #848484;   
}
.statistics .table>tbody>tr>td{
    font-family: "QuicksandBold";
    font-size: 16px;
    color: #22274c;
    border: none;
    padding: 0px;   
}

/*abouttipster end*/

/*tips start*/
.tips{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0px 0px rgba(0,0,0,0.22);
    border-radius: 6px;
}
.tips .tips_bg{
    background-color: #e41e2e;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 10px 0px;
}
.tips .tips_bg h2{
    font-family: "QuicksandBold";
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.tips .tips_bg h2 img{
    margin-right: 10px;
    display: inline-block; 
}
.tips .tips_inner h2{
    font-family: "QuicksandBold";
    font-size: 60px;
    color: #000;
    text-align: center;
    margin: 20px 0px;
}
/*radio button start*/
.radio {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 10px;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #868686;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 0.6em;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #19bb03;
    box-shadow: 0 6px 12px rgba(70,78,242,0.25), 0 0px 0px rgba(70,78,242,0.25);
    color: #19bb03;
    border-color: #19bb03;
}
.radio input[type="radio"]:checked + .radio-label {
    color: #19bb03;
}
.radio input[type="radio"]:checked + .radio-label:hover {
    color: #19bb03;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #19bb03;
}
.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 label{
    font-size: 22px;
    font-family: "QuicksandRegular";
    color: #22274c;
    padding-left: 0px;
    width: 100%;
}
.radio label img{
    float: right;
}
.checkbox+.checkbox, .radio+.radio{
    margin-top: 0px;
}
/*radio button end*/

.tips .cards{
    padding: 0px 15px
}
.tips .cards a{
    font-family: "QuicksandBold";
    font-size: 22px;
    color: #ffffff;
    width: 100%;
    background-color: #19bb03;
    padding: 20px 0px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    margin: 15px 0px;
    box-shadow: 0 6px 12px rgba(70,78,242,0.25), 0 0px 0px rgba(70,78,242,0.25);
    transition: all .2s;
}
.tips .cards a:hover{
    background-color: #14a001;
    transition: all .2s;
    }
.tips .message{
    background-color: #f6f7fa;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tips .message p{
    font-family: "QuicksandRegular";
    font-size: 12px;
    color: #7a7d95;
    text-align: center;
}
/*tips end*/
/*benefits start*/
.benefits{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0px 0px rgba(0,0,0,0.22);
    border-radius: 6px;
}
.benefits .benefits_bg{
    background-color: #000;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 10px 0px;
}
.benefits .benefits_bg h2{
    font-family: "QuicksandBold";
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.benefits .benefits_inner1,
.benefits .benefits_inner2,
.benefits .benefits_inner3{
    padding: 25px 10px 0px;
}
.benefits .benefits_inner1,
.benefits .benefits_inner2 {
    
}
.benefits .benefits_inner1 img,
.benefits .benefits_inner2 img,
.benefits .benefits_inner3 img {
    margin-bottom: 15px;
}
.benefits .benefits_inner1 h2,
.benefits .benefits_inner2 h2,
.benefits .benefits_inner3 h2 {
    font-family: "QuicksandBold";
    font-size: 20px;
    color: #e41e2e;
    text-align: center;
    margin-bottom: 15px;
    }
.benefits .benefits_inner1 p,
.benefits .benefits_inner2 p,
.benefits .benefits_inner3 p {
    font-family: "QuicksandRegular";
    font-size: 15px;
    color: #000;
    text-align: center;
    padding-bottom: 28px;
}
.benefits .benefits_inner1 p,
.benefits .benefits_inner2 p {
    border-bottom: 1px solid #eee; 
}
/*benefits end*/
/*==========slick start==========*/
.slider{
    width: 100%;
    background-color: #ededed;
}
.slider .slider_heading h2{
    font-family: "QuicksandBold";
    font-size: 24px;
    color: #000;
    margin: 20px 0px;
    text-align: center;
}
.slider .slick .shadow{
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0px 0px rgba(0,0,0,0.22);
    margin-bottom: 30px;
}
.slider .slick .slick_heading,
.review_main .review_inner .review_heading{
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    justify-content: space-between;
}
.slider .slick .slick_heading .heading_left h2,
.review_main .review_inner .review_heading .review_heading_left h2{
    font-family: "QuicksandBold";
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.slider .slick .slick_heading .heading_left h3,
.review_main .review_inner .review_heading .review_heading_left h3 {
    font-family: "QuicksandRegular";
    font-size: 15px;
    color: #7a7d95;
}
    .slider .slick_heading .heading_left{
        width: 100%;
        text-align: left;
    }
    .slider .slick_heading .heading_right{
        width: 100%;
        text-align: right;
    }
    .slider .slick_heading .heading_right i{
        color: #f6ae00;
        margin-right: 5px;
    }
.slider .slick .slick_para,
.review_main .review_inner .review_para{
    font-family: "QuicksandRegular";
    font-size: 15px;
    color: #000;
    padding: 15px;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.slick-slide img{
    display: inline;
    margin: 0px 3px;
}
.slick-prev, .slick-next{
    top: unset;
    bottom: -14%;
    z-index: 9999;
}
.slick-prev {
    left: 25px;
}
.slick-next {
    right: 50px;
}
.slick-prev:before {
    content: url(../img/arrowleftslick.png);
}
.slick-next:before {
    content: url(../img/arrowrightslick.png);    
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    background: #b0b0b0;
    outline: none;
    border-radius: 50%;
}
.slick-dots li button:hover{
    background-color: #b0b0b0;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '';
    text-align: center;
    opacity: .25;
    color: transparent;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
    background: transparent;
    color: transparent;
    opacity: .75;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before{
    background-color: #000;
    width: 24px;
    height: 12px;
    border-radius: 10px;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: unset;
    height: 12px;
    padding: 0;
    cursor: pointer;
}
.slick-dotted.slick-slider{
    margin-bottom: 60px;
}
/*==========slick end==========*/
/*responsive table start*/
.respnsive_latestmatches{
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
}
.respnsive_latestmatches .teams_details{
    margin-top: 5px;
}
.responsive_table .respnsive_latestmatches .teams h2 {
    font-family: "QuicksandBold";
    font-size: 12px;
    color: #17233b;
}
.responsive_table .respnsive_latestmatches .teams h2 span {
    color: #7a7d95;
    width: 3%;
    display: inline-block;
    text-align: center;
}
.responsive_table .respnsive_latestmatches .teams .winresult, .responsive_table .respnsive_latestmatches .teams .drawnresult, .responsive_table .respnsive_latestmatches .teams .drawresult{
    font-family: "QuicksandBold";
    font-size: 12px;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 6px;
    background-color: #00bd5d;
    float: right;
}
.responsive_table .respnsive_latestmatches .teams .lossresult{
    background-color: #7a7d95;
    padding: 3px 7px;
    font-family: "QuicksandBold";
    font-size: 12px;
    color: #ffffff;
    border-radius: 6px;
    float: right;  
}
.responsive_table .respnsive_latestmatches .teams_details h2 {
    font-family: "QuicksandRegular";
    font-size: 11px;
    color: #17233b;
}
.responsive_table .respnsive_latestmatches .teams_details h2 span {
    font-family: "QuicksandBold";
}
/*responsive table end*/
/*==========match list end==========*/
/*==========index page end==========*/

/*==========faq page start==========*/
.faq .faq_heading h1,
.review .review_heading h1,
.contact .contact_heading h1,
.thankyou .thankyou_heading h1,
.terms .terms_heading h1,
.privacy .privacy_heading h1,
.cookie .cookie_heading h1{
    font-family: "QuicksandBold";
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin: 40px 0px;
}
.faq_main{
    width: 100%;
    /*padding: 30px 0px 60px;*/
    /*background-color: #fff;*/
}
.faq_main .faq_inner1{
    margin: 25px 0px;
}
.faq_main .faq_count {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 4px solid #e41e2e;
    position: relative;
    z-index: 99;
    background: #fff;
}
.faq_main .border,
.review_main .review_inner,
.contact_main .contact_inner,
.thankyou_main .thankyou_inner,
.terms_main .terms_inner,
.privacy_main .privacy_inner,
.cookie_main .cookie_inner{
    position: relative;
    padding: 30px 100px 60px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25), 0 0px 0px rgba(0,0,0,0.22);

}
.faq_main .border::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 90%;
    background-color: #e5e8ef;
    left: 11.6%;
    top: 7%; 
    z-index: 9; 
}
.faq_main .faq_count h2{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 45%;
    left: 50%;
    font-family: "QuicksandBold";
    font-size: 34px;
    color: #000;
    line-height: normal;
    z-index: 99;
}
.faq_main .faq_inner1 .ques{
    margin-left: 25px;
}
.faq_main .faq_inner1 .ques h2{
    font-family: "QuicksandBold";
    font-size: 26px;
    color: #000;
    margin-bottom: 30px;
}
.faq_main .faq_inner1 .ques p{
    font-family: "QuicksandRegular";
    font-size: 18px;
    color: #000; 
    line-height: 30px;
}
/*==========faq page end==========*/

/*==========review page start==========*/
.review_main{
    width: 100%;
}
.review_main .review_inner1 p,
.review_main .review_inner .reviewboxs .review_para p,
.review_main .review_inner2 p{
    font-family: "QuicksandRegular";
    font-size: 18px;
    color: #000; 
    margin-bottom: 30px;
}
.review_main .review_inner2 h2{
    font-family: "QuicksandBold";
    font-size: 32px;
    color: #000; 
    text-align: center;
    margin: 0px 0px 25px;
}
.review_main .review_inner .reviewboxs .review_para p{
    font-size: 16px;
    margin-bottom: 0;
}
.review_main .review_inner .review_heading .review_heading_left h2{
    font-size: 24px;
}
.review_main .review_inner .review_heading .review_heading_right i{
    margin: 0px 4px;
    color: #f6ae00;
}
.review_main .reviewboxs{
    border-radius: 6px;
    margin-bottom: 30px;
    border: 2px solid #e5e8ef;
}
.review_main .review_inner2 .input-lg,
.contact_main .contact_inner2 .input-lg{
    height: 65px;
    color: #000;
    font-family: "QuicksandRegular";
    font-size: 18px;

}
.review_main .review_inner2 .form-control,
.contact_main .contact_inner2 .form-control{
    border: 2px solid #000;
    border-radius: 6px;
    box-shadow: none;
}
.review_main .review_inner2 .form-control:focus,
.contact_main .contact_inner2 .form-control:focus{
    border-color: #000;
}
.review_main .review_inner2 .form-control:focus.input-lg,
.review_main .review_inner2 textarea:focus,
.contact_main .contact_inner2 .form-control:focus.input-lg,
.contact_main .contact_inner2 textarea:focus{
    color: #000;
}

.review_main .review_inner2 textarea,
.contact_main .contact_inner2 textarea{
    resize: none;
    color: #7a7d95;
    font-000: "QuicksandRegular";
    font-size: 18px;
}
.review_main .review_inner2 form .form_bottom{
    margin-top: 25px;
}
.review_main .review_inner2 form .btnsubmit,
.contact_main .contact_inner2 form .btnsubmit{
    background-color: #e41e2e;
    padding: 10px 50px;
    color: #fff;
    font-family: "QuicksandBold";
    font-size: 22px;
    border-radius: 6px;
    float: right;
    border: none;
    transition: all .2s;
}
.review_main .review_inner2 form .btnsubmit:hover,
.contact_main .contact_inner2 form .btnsubmit:hover {
    background-color: #cd1927;
    transition: all .2s;
    border: none;
}
.review_main .review_inner2 form .btnsubmit:focus,
.contact_main .contact_inner2 form .btnsubmit:focus {
    outline: none;
}
.success_boxs{
    background-color: #00bd5d;
    border-radius: 10px;
    margin: 0px 0px 25px;
    padding: 15px;
}
.success_boxs h2{
    font-family: "QuicksandBold" !important;
    font-size: 20px !important;
    color: #fff !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 !important;
}
.Error_boxs{
    background-color: #e53333;
    border-radius: 10px;
    margin: 0px 0px 25px;
    padding: 15px;
}
.Error_boxs h2 {
    font-family: "QuicksandBold" !important;
    font-size: 20px !important;
    color: #fff !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0px 0px 10px;
    margin: 0 !important;
}
.success_boxs h2 img, .Error_boxs h2 img{
    margin-right: 10px;
}
.Error_boxs p{
    font-family: "QuicksandBold"!important;
    font-size: 16px !important;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 0px 0px 5px;
    margin: 0 !important;
}

/*fieldset, label { margin: 0; padding: 0; }*/


.review_main .review_inner2 form h2{
    font-family: "QuicksandRegular";   
    font-size: 20px;
    color: #000; 
    text-align: left;
    width: fit-content;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin: 7px 10px 0px 0px;
}


/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
    margin: 0px 5px;
    font-size: 2em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating > label { 
    color: #ddd; 
    float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #f6ae00;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #f6ae00;  } 


/*==========review page end==========*/

/*==========contact page start==========*/
.contact_main{
    width: 100%;
}
.contact_main .contact_inner1 p{
    font-family: "QuicksandRegular";
    font-size: 18px;
    color: #000;
}
.contact_main .contact_inner2 form .btnsubmit {
    width: 100%;
    float: unset;
}
.contact_main .contact_inner2 .contactbox {
    border: 2px solid #e41e2e;
    border-radius: 6px;
    padding: 25px 0px;
    margin: 25px 0px;
    text-align: center;
}
.contact_main .contact_inner2 .contactbox a{
    font-family: "QuicksandBold";
    font-size: 20px;
    color: #000;
    text-align: center;
    display: inline-block;
}
.contact_main .contact_inner2 .contactbox a:first-child{
    margin-right: 60px;
}
.contact_main .contact_inner2 .contactbox a img{
    margin-right: 10px;
}
/*==========contact page end==========*/
/*==========thankyou page start==========*/
.thankyou_main{
    width: 100%;
}
.thankyou_main .thankyou_inner1 img{
    margin-bottom: 10px;
}
.thankyou_main .thankyou_inner1 h2{
    font-family: "QuicksandBold";
    font-size: 42px;
    color: #00bd5d;
    text-align: center;
    margin-bottom: 20px;
}
.thankyou_main .thankyou_inner1 p{
    font-family: "QuicksandRegular";
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 28px;
}
.thankyou_main .thankyou_inner{
    padding: 220px 100px 300px;
}
.thankyou_main .thankyou_inner1 p span{
    display: block;
}
/*==========thankyou page end==========*/

/*==========terms page start==========*/
.terms,.privacy,.cookie{
    width: 100%;
}
.terms_main .terms_inner1 h2,.terms_main .terms_inner2 h2,
.cookie_main .cookie_inner1 h2,
.privacy_main .privacy_inner2 h2{
    font-family: "QuicksandBold";
    font-size: 26px;
    color: #22274c;
    margin-bottom: 15px;
    margin-top: 35px;
}
.terms_main .terms_inner1 h2{
    margin-top: 0;
}
.terms_main .terms_inner1 p,
.terms_main .terms_inner2 p,
.terms_main .terms_inner2 h6,
.cookie_main .cookie_inner1 p,
.cookie_main .cookie_inner1 h6,
.privacy_main .privacy_inner1 p,
.privacy_main .privacy_inner2 p,
.privacy_main .privacy_inner2 h6 {
    font-family: "QuicksandRegular";
    font-size: 18px;
    color: #22274c;
    line-height: 28px;
    margin-bottom: 15px;
}
.terms_main .terms_inner2 h6,
.privacy_main .privacy_inner2 h6,
.cookie_main .cookie_inner1 h6{
    line-height: unset;
}
.terms_main .terms_inner2 h6 span,
.privacy_main .privacy_inner2 h6 span,
.cookie_main .cookie_inner1 h6 span {
    margin-right: 15px;
}
/*==========terms page end==========*/

/*==========privacy page start==========*/

/*==========privacy page end==========*/

/*==========cookie page start==========*/
.cookie_main .cookie_inner1 h2:first-child{
    margin-top: 0;
}
.cookie_main .cookie_inner1 h2{
    margin: 50px 0px 15px;
}
.cookie_main .cookie_inner1 p{
    margin-bottom: 15px;
}
/*==========cookie page end==========*/

/*==========footer start==========*/
.footer{
    width: 100%;
    padding: 20px 0px 35px;
    background-color: #000;
}
.footer .footer_inner ul{
    list-style: none;
    text-align: right;
    margin: 0;
}
.footer .footer_inner ul li{
    display: inline;
    padding: 0px 10px;  
}
.footer .footer_inner ul li:first-child{
    padding-left: 0;
}
.footer .footer_inner ul li:last-child{
    padding-right: 0;
}
.footer .footer_inner ul li a{
    display: inline-block;
    font-family: "QuicksandRegular";
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.footer .footer_inner ul li a:hover,
.footer .footer_inner ul li a.active,
.footer .footer_inner_2 a:hover,
.footer .footer_inner_2 .tel a:hover {
    color: #e41e2e;
}
.footer .footer_inner_2 .tel{
   /* text-align: right;*/
    float: right;
}
.footer .footer_inner_2 .copyright{
    float: left;
}
.footer .footer_inner_2 .tel a:first-child{
    margin-right: 30px;
}
.footer .footer_inner_2 a,.footer .footer_inner_2 .tel a{
    display: inline-block;
    font-family: "QuicksandRegular";
    font-size: 14px;
    color: #7e7e7e;
    margin-top: 30px;
}
.footer .footer_inner_2 a img{
    margin-right: 10px;
}
/*==========footer end==========*/

.header .hamburger {
    border-color: #d71c2b;    
}

.sidenav {
    background-color: #d71c2b;
}
