body {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden
}

body, html {
    height: 100%
}

.oxygen-home img {
    max-width: 100%
}

.oxygen-home a {
    text-decoration: none
}
.errorClass {
    border: 1px solid red !important;
}
.oxygen-home .btn-darkblue{

    padding: 25px 20px 15px;
    gap: 10px;
    background: #000000;
    border: none;
    margin: 0 auto;
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
}

.oxygen-home .btn-blue-v1{
    padding: 20px 20px 15px;
    gap: 10px;
    background: #5DA8FF;
    border: none;
    margin: 0 auto;
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #060386;
}


.oxygen-home .btn-blue-v2{
    padding: 20px 20px 15px;
    gap: 10px;
    background: #5DA8FF;
    border: none;
    margin: 0 auto;
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.oxygen-home h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #000;
}

.oxygen-home h2 .subtitle{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    color: #868686;
    display: block;
}

.oxygen-home p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #868686;
}




/* Hero */


.oxygen-home .herowrao .logo {
    display: inline-flex;
    background: transparent;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
}

/* Hero */

/* Form */
.oxygen-home .bg
{
    padding:100px 0;
    background: url(../img/banner.png) no-repeat center center / cover;
    position: relative;
}
.oxygen-home .bg h2
{
    color: #fff;
}
.oxygen-home .formwrap {
    padding:100px 0;
    background: url(../img/banner.png) no-repeat center center / cover;
    position: relative;
}
.oxygen-home section.formwrap:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.oxygen-home  section.formwrap .row {
    z-index: 2;
}
.oxygen-home .formwrap h1{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-size: 84px;
    line-height: 90px;
    color: #FFFFFF;
    width: 80%;
}

.oxygen-home .formwrap p {
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    width: 60%;
}
.oxygen-home .formwrap h3 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 69px;
    color: #fff;
}
.oxygen-home .formwrap > .container{
    display: flex;
    height: 100%;
}

.oxygen-home .formwrap> .container .h1content{
    display: flex;
    height: 100%;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.oxygen-home #topform {
    background: #3674C6;

    padding: 40px 20px;
}

.oxygen-home #topform h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 69px;
    color: #fff;
}

.oxygen-home #topform input, .oxygen-home #topform select {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 19px 20px;
    height: 53px;
    background: #FFFFFF;
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #000;
}

.oxygen-home #topform select{
    padding: 10px 20px;
    background: #fff url(../img/select-arrow.svg) no-repeat calc(100% - 15px) center;
    cursor: pointer;
}


.oxygen-home .reviewswrap{
    margin: 100px;
    position: relative;
    padding-left: 50px;
}

.oxygen-home .reviewswrap p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #403230;
}

.oxygen-home .reviewswrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    background: #60c1ff;
}

.oxygen-home .reviewswrap{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #403230;
}

.oxygen-home .reviewswrap figure img{
    height: 65px;
    width: 65px;
    border-radius: 65px;
    object-fit: cover;
}

.oxygen-home .reviewswrap figure{
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Teko;
    font-size: 24px;
    font-weight: 600;
    line-height: 34.39px;
    text-align: left;
}

.oxygen-home .reviewswrap figure span{
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #868686;
    font-family: "Inter", sans-serif;

}
/* Form */

/* Services */

.oxygen-home  section.serviceswrap {
    padding: 110px 0 20px;
}
.oxygen-home .serviceswrap p {
    max-width: 75%;
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}
.oxygen-home .serviceswrap  h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    color: #000;
    margin-bottom: 20px;
}
.oxygen-home .serviceswrap  h2 span{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #8e8e8e;
    margin-bottom: 0;
}

.oxygen-home .serviceswrap .servicecont h3 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #000;
    margin-bottom: 0;
}
.col-md-4.col-lg-4.p-0.list2.serlist {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.oxygen-home .serviceswrap .servicecont p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #403230;
}

.oxygen-home .serviceswrap .icowrap{
    margin-bottom: 20px;
    position: relative    
}

/*.oxygen-home .serviceswrap .icowrap:before{
    content: "";
    position: absolute;
    background: #403230;
    top: 0;
    bottom: 0;
    right: -115px;
    margin: auto;
    height: 2px;
    width: 215px;
}*/
.oxygen-home .serviceswrap .col-lg-4:nth-child(3) .icowrap::before{
    display: none;
}
/* Services */

/* Services list */
.oxygen-home .servicelistwrap{
    margin-top: 100px;
}
.oxygen-home .servicelistwrap .serlist{
    min-height: 540px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background-size: cover !important;
}
.oxygen-home .servicelistwrap  h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 52px;
    color: #5f5f5f;
    margin-bottom: 20px;
}
.oxygen-home .servicelistwrap  h2 span{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #8e8e8e;
    margin-bottom: 0;
}
.oxygen-home .servicelistwrap .serlist > div {
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    z-index: 9;
    max-width: 400px;
}
.oxygen-home .servicelistwrap .serlist h3 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
}
.oxygen-home .servicelistwrap .serlist p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.oxygen-home .servicelistwrap .list1{
    background: url(../img/service1.png) no-repeat center center;    
}
.oxygen-home .servicelistwrap .list2{
    background: url(../img/service2.png) no-repeat center center;    
}
.oxygen-home .servicelistwrap .list3{
    background: url(../img/service3.png) no-repeat center center;    
}
/* Service list */

/* Service type */
.oxygen-home .servicetypewrap .typelist img{
    width: 100%;
    height: 456px;
    object-fit: cover;
}

.oxygen-home .servicetypewrap .typelist .typecont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px;
    background: #111345;
    height: 100%;
    border-left: 1px solid #fff;
}

.oxygen-home .servicetypewrap .typelist > div{
    border-bottom: 1px solid #fff;
}

.oxygen-home .servicetypewrap .typelist .typecont h3{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #FFFFFF;
}

.oxygen-home .servicetypewrap .typelist .typecont p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.oxygen-home .mapico{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.oxygen-home .serlist:after {
    content: "";
    background-color: #5f5f5f7d;
    height: 100%;
    width: 100%;
    position: absolute;
}
.oxygen-home .serlist {
    position: relative;
}


/* Service Type */

/* Whychoose Us*/

.oxygen-home section#whyChoose {
    padding: 90px 0;
    text-align: center;
}
.oxygen-home section#whyChoose h2 {
    padding-bottom: 50px;
    color: #000;
}
.oxygen-home section#whyChoose .icon-box img {
    width: 100px;
    margin-bottom: 20px;
}
.oxygen-home section#whyChoose .icon-box h3{
        font-family: Teko;
        font-size: 36px;
        font-weight: 600;
        line-height: 51.59px;
        text-align: center;
}
.oxygen-home section#whyChoose .icon-box p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #000;
    width: 85%;
    margin: 0 auto;
}

.oxygen-home section#whyChoose .btn-blue {
    font-family: Teko;
    font-size: 24px;
    font-weight: 500;
    line-height: 34.39px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    display:inline-block;
    padding: 20px 40px;
   background: #3674C6;

}
.oxygen-home section#whyChoose {
    background: url(../img/map.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.oxygen-home section#whyChoose .icon-box:after {
    content: "";
    background: #000;
    width: 250px;
    height: 2px;
    display: block;
    position: absolute;
    left: 73%;
    top: 20%;
}
.oxygen-home section#whyChoose .col-md-4:last-child .icon-box:after{
 content: none;
}

.oxygen-home section#whyChoose .icon-box {
    position: relative;
}


/* Whychoose Us*/

/* Reviews */

.oxygen-home .riviewlistwrap .reviewimg img{
    width: 100%;
}
.oxygen-home .riviewlistwrap{
    padding:30px 0 90px 0;
}
.oxygen-home .reviewcont{
    position: relative;
}

.oxygen-home .reviewcont{
    text-align: center;
    padding: 20px 20px 20px;
}
.oxygen-home .riviewlistwrap h2 {
    color: #000;
}
.oxygen-home .riviewlistwrap .col-lg-4:nth-child(2) .reviewimg{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.oxygen-home .reviewcont img{
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.oxygen-home .reviewcont h3{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #000;
}

.oxygen-home .reviewcont h3 span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #868686;
    display: block;
}

.oxygen-home .reviewcont p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #061C3D;
    padding: 0 20px;
}
/* Reviews */



/* Footer */
.oxygen-home footer{
    background: #000;
    padding: 50px 0 20px;
}

.oxygen-home footer h2{
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 69px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.oxygen-home footer .btn-blue-v2 {
    background: #60C1FF;
}

.oxygen-home footer h2 span{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    color: #60C1FF;
    display: block;
}

.oxygen-home footer .footerwrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oxygen-home .copyright{
    background: #000000;
    padding: 25px 0;
    margin-top: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.oxygen-home footer .map {
    margin: 0 auto 50px!important;
    text-align:center;
    display:block;
}
.oxygen-home footer .map img{
    width:200px;
}


.oxygen-home footer .left-con{
font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 19.36px;
text-align: left;
color: #fff;
}

.oxygen-home footer .right-con ul {
    margin: 0;
    float: right;
}

.oxygen-home footer .right-con ul li {
    display: inline-block;
    margin: 0 10px;
}

/* Footer */



@media (max-width:1400px){
.oxygen-home section#whyChoose .icon-box:after {
    width: 200px;
}
}
@media (max-width:1200px){
.oxygen-home section#whyChoose .icon-box:after {
    width: 180px;
}
}
@media (max-width:992px){
.oxygen-home section#whyChoose .icon-box:after {
    width: 90px;
    left: 83%;
    top: 15%;
}
.oxygen-home .formwrap> .container .h1content {
    display: block !important;
            height: auto !important;
    }
    .oxygen-home .formwrap h1 {
    font-size: 44px;
    width: 100%;
    text-align: center;
    line-height:normal;
}
.oxygen-home .formwrap p {
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    text-align: center;
}
.oxygen-home .formwrap {
    padding: 50px 0;
}
.oxygen-home .servicelistwrap h2 {
    font-size: 45px;
}
.oxygen-home .servicelistwrap h2 span {
    font-size: 30px;
}
}

@media (max-width:767px){
    .oxygen-home section#whyChoose .icon-box:after {
    content:none;
}
.oxygen-home section#whyChoose {
    padding: 60px 0;
   }
    .oxygen-home h2 .subtitle {
    font-size: 26px;
}
.oxygen-home section#whyChoose .icon-box {
    padding-bottom: 30px;
}
.oxygen-home section#whyChoose .icon-box h3, .oxygen-home .reviewcont h3, .oxygen-home footer .footerwrap h2 {
    font-family: Teko;
    font-size: 28px;
    font-weight: 600;
    line-height: 29.59px;
    text-align: center;
}
.oxygen-home h2 {
    font-size: 30px;
    line-height: 30px;
}
.oxygen-home .main-contact {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
}
.oxygen-home .main-contact .contact-cont h3, .oxygen-home .main-contact .contact-cont p {
    text-align: center;
}
.oxygen-home footer {
    padding: 40px 0;
}
.oxygen-home section.footer-bottom .right-con ul {
    margin: 20px 0 0;
    float: none;
    display: block;
    text-align: center;
}

.oxygen-home section.footer-bottom .left-con {
    text-align: center;
}
.oxygen-home .formwrap h1 {
        font-size: 30px;
        line-height: normal;
    }
        .oxygen-home .formwrap p {
        font-size: 15px;
        line-height: 28px;
    }
    .oxygen-home .btn-darkblue {
    padding: 10px 20px 10px;
    font-size: 18px;
}
.oxygen-home .serviceswrap h2 span, .oxygen-home .servicelistwrap h2 span, .oxygen-home h2 .subtitle {
    font-size: 26px;
            font-weight: normal;
}
    .oxygen-home .serviceswrap h2, .oxygen-home .servicelistwrap h2, .oxygen-home h2 {
        font-size: 35px;
        line-height: 35px;
    }
.oxygen-home section#whyChoose .icon-box p {
    width: 100%;
}
.oxygen-home section#whyChoose .icon-box img , .oxygen-home section.serviceswrap .icowrap img {
    width: 60px;
}
.oxygen-home footer .map {
    margin: 0 auto 20px !important;
}
.oxygen-home footer .map img {
    width: 160px;
}
.oxygen-home footer .left-con {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
}
.oxygen-home footer .right-con ul {
    margin: 0 auto;
    float: none;
    text-align: center;
}
.oxygen-home section#whyChoose .btn-blue {
    font-size: 18px;
    margin-top: 20px;
    padding: 10px 40px;
}
.oxygen-home .serviceswrap p {
    max-width: 100%;
    margin: auto;
    font-size: 15px;
    line-height: 25px;
}
.oxygen-home .serviceswrap .servicecont h3 {
    font-size: 28px;
    }
    .oxygen-home section.serviceswrap {
    padding: 60px 0 20px;
}
.oxygen-home .servicelistwrap {
    margin-top: 0;
}
.oxygen-home .servicelistwrap .serlist {
    margin-bottom: 10px;
}
}

@media(max-width:480px){
    .oxygen-home #topform h2 {
    font-size: 34px;
    line-height: 69px;
}
.oxygen-home h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    color: #000;
}
.oxygen-home .serviceswrap .servicecont h3 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 52px;
    color: #000;
    margin-bottom: 0;
}
.oxygen-home .servicelistwrap {
    margin-top: 30px;
}
.oxygen-home h2 .subtitle {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 52px;
    color: #868686;
    display: block;
}
.oxygen-home h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #000;
}
.col-md-4.col-lg-4.p-0.list2.serlist {
    border-right: none;
    border-left: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.oxygen-home .servicelistwrap .serlist {
    min-height: 380px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background-size: cover !important;
}
.oxygen-home .reviewcont p {
    padding: 0;
}



}


@media (min-width: 768px) and (max-width: 1024px) { 
.oxygen-home .Residentialh3{
	position: relative;
        top: 3vw;
}

.oxygen-home .Residentialh3 p{
	position: relative;
        top: 0vw;
}

}


@media (min-width: 1024px) and (max-width: 1366px) {
	.oxygen-home .Residentialh3{
	position: relative;
        top: 6.5vw;
}

.oxygen-home .Residentialh3 p{
	position: relative;
        top: 0vw;
}
	
	.oxygen-home .servicelistwrap .list1 {
    padding: 12px !important;
}
	.oxygen-home .servicelistwrap .list2 {
    padding: 12px !important;
}
	.oxygen-home .servicelistwrap .list3 {
    padding: 12px !important;
}

		.oxygen-home .Gutterh3{
	position: relative;
        top: 2.5vw;
}

.oxygen-home .Gutterh3 p{
	position: relative;
        top: 1vw;
}
	
	
}