.contactsection1{
    padding: 80px 0px;
}

.contactsection1 h1{
    font-size: 28px;
}
.contactsection1 h1 b{
    color: #0b94b1;
    font-family: 'Noto Sans', sans-serif;
}


.contactsection2{
    padding: 50px 0px;
    float: left;
    width: 100%;
    background: #F8F8F8;
}

.contactCard{
    width: 550px;
    }

.contactsection1 .container , .contactsection2 .container{
    padding: 0px 150px;
}

.contactsection2 input[type=text],.contactsection2 input[type=email]{
    width: 100% !important;
    background-color: #fff !important;
    padding: 0 12px !important;
    height: 40px !important;
    line-height: 38px !important;
    border: solid 1px #c9c9c9 !important;
    font-size: 15px !important;
}

.contactsection2 select {
    width: 100% !important;
    background-color: #fff !important;
    padding: 0 12px !important;
    line-height: 38px !important;
    height: 40px !important;
    border: solid 1px #c9c9c9 !important;
    font-size: 15px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
}

.form-select:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid #000 !important;
    border-radius: 5px !important;
}

.contactsection2 input:focus-visible {
    border-color: #000 !important;
    outline-color: #000 !important;
}

.contactsection2 label {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Aller, Tahoma, sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.contactsection2 .col-2 , .contactsection2 .col-10{
    float: left;
}

.contactsection2 .col-2 select {
	width: 100%;
	height: 40px;
	border-radius: 0;
	border: 1px solid #c9c9c9;
}


.contactsection2 small {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.contactsection2 .option label {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	font-weight: normal;
    cursor: pointer;
}

.contactsection2 .option label input{
    height: 25px !important;
    width: 25px !important;
    margin-right: 8px;
    float: left;
    cursor: pointer;
}

.contactsection2 .option label span {
	float: left;
	text-transform: capitalize;
	font-size: 16px;
}

.checkboxDiv {
	margin-top: 15px;
	margin-bottom: 20px;
	float: left;
}

.checkboxDiv input{
    height: 25px;
    width: 25px;
    float: left;
    cursor: pointer;
}

.checkboxDiv span {
	float: left;
	width: calc(100% - 25px);
    padding-left: 10px;
    font-weight: normal;
    color: #444;
    font-family: sans-serif;
    text-transform: none;
    font-size: 17px;
    cursor: pointer;
}

.contactsection2 p a{
    color: #444;
}

.contactsection2 p a:hover{
    color: #0b94b1;
}

.contactsection2 button {
	width: 120px;
	border: none;
	padding: 10px;
	background: #0093b2;
	border-color: #0093b2;
	color: #fff;
	text-transform: uppercase;
    transition: .3s linear;
}

.contactsection2 button:hover{
    background: #003f4c;
    border-color: #003f4c;
    transition: .3s linear;
}



@media only screen and (max-width: 988px) {
    .contactsection1 .container, .contactsection2 .container {
        padding: 0px 90px;
    }
}


@media only screen and (max-width: 770px) {
    .contactsection1 {
        text-align: center;
    }

    .contactCard {
        margin: 0 auto;
        display: block;
    }

    .contactsection1 .container, .contactsection2 .container{
        min-width: 100%;
        padding: 0px !important;
    }
}


@media only screen and (max-width: 770px) {

    .contactsection1 h1 {
        font-size: 24px;
    }

    .contactCard{
        width: 90%;
    }

    .contactsection2 .option label input {
        height: 20px !important;
        width: 20px !important;
    }

    .contactsection2 .option label span {
        font-size: 15px;
    }

    .checkboxDiv input {
        height: 20px;
        width: 20px;
    }
}