﻿*, ::after, ::before {
    box-sizing: border-box;
}

body {
    /*font-family: 'Lato', 'Arial', sans-serif;
    font-size: 14px;
    position: relative;
    color: #747983;*/
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    /*font-size: 1rem;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    /*color: #535353;*/
    color: #000;
}

a {
    color: #0c5dcc;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a:hover, a:focus {
    color: #00aff5;
    text-decoration: none;
    outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Rubik', sans-serif;*/
    color: #000;
    font-weight: 500;
    display: block;
	line-height: 1.5;
	margin-bottom: .5rem;
    font-family: inherit;
    color: inherit;
}

.marB15 {
    margin-bottom: 15px;
}
.mg0 {
    margin: 0 !important;
}
.pd0 {
    padding: 0px !important;
}

.marB20 {
    margin-bottom: 20px;
}
.f15{
	font-size:15px;
}
.f16 {
    font-size: 16px;
}
.f14 {
    font-size: 14px;
}
.f12 {
    font-size: 12px;
}
.marT20 {
    margin-top: 20px;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.font-weight400 {
    font-weight: 400 !important;
}
.f24 {
    font-size: 24px;
}
.padR5 {
    padding-right: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padR10 {
    padding-right: 10px;
}
.btn {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}
.marT13 {
    margin-top: 13px;
}
.marT5{
    margin-top: 5px;
}
.marB25{
	margin-bottom: 25px
}
.mb-7 {
    margin-bottom: 7px;
}
.h5, h5 {
    font-size: 1.25rem;
}
.text-gray{
	color: #4f4d4d;
}
/*::-webkit-scrollbar,
    *::-webkit-scrollbar-thumb {
        width: 26px;
        border-radius: 13px;
        background-clip: padding-box;
        border: 10px solid #ddd;
    }

*::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px #bbb;
    border: 10px solid #ddd;
}*/
/**************Mocktest 2020-2021******************/
    .mb-7{
        margin-bottom:7px;
    }
	.lightblue {
		background: #7dc0e2 !important;
		font-weight: 600;
	}
    .height100vh {
        height:100vh !important;
    }
	.hide{
		display:none;
	}
    .mock-sec {
        background-image: url("../Images/mockbg.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 10px 0px;
        height:100vh;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
        -webkit-font-smoothing: antialiased;
    }
    .mock-sec a{
        color:#096a9a !important;
    }
    .cont-pad{
        padding:0px 50px;
    }
    .needhelp {
        color: #096a9a;
    }
    .needhelp i{
        font-size: 16px;
    } 
    .mocktest-layout {
        margin-top: 11px;
        background: hsla(0,0%,100%,.95);
        padding: 16px;
        min-height: calc(100vh - 115px);
        box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
        border-radius: 3px;
        height: 100%;
    }
    .mock-border {
        border-left:1px solid #CCC;
    }
    .mocktest-sec {
        height: calc(100vh - 150px);
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        overflow-y: auto;
    } 
    .mocktest-sec::-webkit-scrollbar {
       /* display: none;*/
    }
    .btn-sm {
        padding: 5px 10px;
    }
    .mocktest-layout .table {
        color: #000;
        font-size: 13px;
        padding: 9px 5px !important;
    }
    .mocktest-layout .table td, .table th {
        padding: 9px 5px !important;
    }
    .icon-crcl {
        border: 1px solid #096a9a;
        border-radius: 50%;
        padding: 1px;
    }
    .mock-listing{
        color: #212b36;
        padding-right: 0;
        font-family: "Roboto",sans-serif;
        padding-left: 16px;
    }
    ol.mock-listing li {
        list-style-type: decimal;
        padding-left: 10px;
        line-height: 22px;
    }
    ol.mock-listing li ul{
        padding-left: 22px;
        margin-top: 12px;
    }
    ol.mock-listing li ul li {
        list-style-type: circle;
        margin-bottom:0;
    }
    .mock-listing li {
        margin-bottom: 24px;
        padding-left: 10px;
        font-size: 14px;
    }
    .contact-pos{
        position: fixed;
        bottom: 0;
    }
.bluebtn {
    background: #096a9a;
    border-color: #096a9a;
    border-radius: 4px;
    height: 40px;
    color: #fff !important;
    text-transform: none;
    font-size: 14px;
    padding: 4px 15px;
    line-height: 30px;
}
    a.bluebtn{
        background: #096a9a;
        border-color: #096a9a;
        color:#fff !important;
    }
    .blue-borderbtn{
        color: #096a9a !important;
        border-color: #096a9a;
        background:#fff;
        border-radius: 4px;
        height: 40px;
        text-transform: none;
        font-size: 14px;
        padding: 4px 15px;
        line-height: 30px;
    }
    .bluebtn:focus, .bluebtn:hover {
        color: #fff !important;
        background: #40a9ff;
        border-color: #40a9ff;
    }
    .blue-borderbtn:focus, .blue-borderbtn:hover {
        color: #40a9ff !important;
        background: #fff;
        border-color: #40a9ff;
    }
    select.bluebtn option{
        background:#eee;
        padding:5px 10px;
        color: #333;
    }
    .font-family-roboto{
        font-family: Roboto, sans-serif;
    }
	
.lineH18 {
    line-height: 18px;
}
.f10 {
    font-size: 10px;
}
@media(min-width:1200px) {
    .w-xl-75 {
        width:75%;
    }
}

    @media(max-width:991px) {
        .mock-sec, .mocktest-sec {
            height: auto;
        }

        .cont-pad {
            padding: 0px 20px;
        }

        .mocktest-sec {
            padding: 18px 5px;
        }

        .mock-border {
            border: 0;
            border-top: 1px solid #ddd;
        }
        /*.contact-pos {
        position: static;
    }*/
        .interaction-block#first_section {
            border-bottom: 2px solid #3a3a3a;
            box-shadow: 0 5px 5px -5px #646363;
            margin-left: -15px;
            margin-right: -15px;
        }
        .interaction-wrap {
            padding: 3rem;
        }
        .contact-pos {
             position: static; 
            bottom: 0;
        }
    }

    @media(max-width:768px) {
        .interaction-wrap {
            padding: 1rem 0;
        }
    }

    @media(max-width:500px) {
        .interaction-block .content-block {
            padding: 0;
        }

        .bluebtn {
            height: auto;
            font-size: 13px;
            padding: 3px 8px;
        }

        select.bluebtn {
            height: 35px;
        }
    }