﻿.dell_Inquiry 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/*.navbar-light {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}*/

.dell_Inquiry .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    margin: 15px 15px 5px;
}

.dell_Inquiry .nav-link:last-child {
    margin-right: 0;
}

.dell_Inquiry .last-nav {
    background: #00AEEF;
    color: #fff !important;
    border-radius: 3px;
    padding: 10px 20px!important;
    text-transform: uppercase;
    font-weight: 400;
}
.dell_Inquiry .nav-item .last-nav:hover{
    background: #0075cd;
    color: #fff !important;
}
.dell_Inquiry .nav-link:hover {
    color: #00AEEF !important;
}
.dell_Inquiry .container{
    max-width: 80%;
}
.dell_Inquiry .navbar-toggler span {
    display: block;
    background-color: #000;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.dell_Inquiry .navbar-toggler span:nth-child(1),
.dell_Inquiry .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.dell_Inquiry .navbar-toggler:not(.collapsed) span:nth-child(1) {

    left: 0px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.dell_Inquiry .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.dell_Inquiry .navbar-toggler:not(.collapsed) span:nth-child(3) {

    left: 0px;
    top: -12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.dell_Inquiry .navbar-nav {
    padding-right: 0;
}
.dell_Inquiry .navbar-nav li a {
    text-transform: uppercase;
}

.dell_Inquiry a:hover {
    text-decoration: none;
}

.dell_Inquiry input[type="radio"] {
    display: none;
}

.dell_Inquiry input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
    margin-left: 2em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dell_Inquiry input[type="radio"] + label:before,
.dell_Inquiry input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    color: white;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.dell_Inquiry input[type="radio"] + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /*    box-shadow: inset 0 0 0 0.2em #707070, inset 0 0 0 1em white;*/
    border: 1px solid #707070;
    background-color: #fff;
}

.dell_Inquiry input[type="radio"]:checked + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /*    box-shadow: inset 0 0 0 0.2em #707070, inset 0 0 0 1em #C49A6C;*/
    background-color: #FAA91C;
}

.dell_Inquiry select{
background: url('../Style Library/en-us/DUC/images/DellInquiry/down-arrow.png') no-repeat right;
    -webkit-appearance: none;
    background-position-x: 5%;
    background-size: 21px;
}
p {
   font-weight: 300;
}
.logo {
    /* border-right: 1px solid #c1c1c1; */
    padding-right: 1rem;
    margin-right: 1rem;
	width:240px;
}
#banner_Dell{
    min-height: 458px !important;
    background-image: url('../images/DellInquiry/banner.png');
}
#banner_Dell{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;

}
#banner_Dell .banner-txt h2{
    color: #fff;
    font-size: 51px;
    position: relative;
    font-weight: 800;
}
#banner_Dell .banner-txt h2:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 10px;
    top: -10px;
    background-color: #00AEEF;
}

#content-sec_Dell{
    padding: 3rem 0;
    position: relative;
}

#content-sec_Dell .header-txt h3{
    position: relative;
    text-align: center;
    font-size: 35px;
}
#content-sec_Dell .header-txt h3:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    top: -10px;
    left: 45%;
   text-align: center;
    background-color: #00AEEF;
}
#content-sec_Dell p{
    margin-top: 2rem;

}
#services_Dell{
    padding: 3rem 0;
    position: relative;
}
/*#services_Dell:before{
    position: absolute;
     content: url(../images/curve2.svg);
     top: 10px;
     right: 10px;
}
#services_Dell:after{
    position: absolute;
   content: url(../images/curve1.svg);
   top: 10px;
     left: 10px;
}*/
#services_Dell h3{
    color: #231F20;
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: 600;
}
#services_Dell h4{
    color: #00AEEF;
    letter-spacing: .5px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.2rem;
}
.curve2, .curve1{
    position: relative;
}
.curve2 img{
        position: absolute;
    top: -200px;
    right: 0;
}
.curve1 img {
    position: absolute;
    top: 300px;
    left: -140px;
}
.txthead{
    font-size: 35px;
    position: relative;
    font-weight: 700;
    margin-top: 2rem;
}
.txthead:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 5px;
    top: -10px;
    background-color: #00AEEF;
}
#formsec_Dell {
    padding: 5rem 6rem;
    box-shadow: 1px 5px 20px rgb(0 0 0 / 8%);
    margin: 2rem auto;
}
.dell_Inquiry textarea{
    border-color: #707070 !important;
}

.dell_Inquiry .form-control {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #262732;
  background-color: transparent;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dell_Inquiry .form-group {
    margin-bottom: 0rem;
}

.dell_Inquiry label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 11px;
}

.dell_Inquiry .form-control {
  font-size: 16px;
  z-index: 1;
  position: relative;
  border-width: 2px;
}
.dell_Inquiry .form-control, .form-control:focus {
  box-shadow: none;
}

.dell_Inquiry .form-group {
  position: relative;
}
.dell_Inquiry .form-group label,
.dell_Inquiry .form-group .form-control {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.dell_Inquiry .form-group label {
  position: relative;
  -webkit-transition-property: -webkit-transform, color;
  -moz-transition-property: -moz-transform, color;
  transition-property: transform, color;
}
.dell_Inquiry .form-group .form-control {
  -webkit-transition-property: border-width, background-color;
  -moz-transition-property: border-width, background-color;
  transition-property: border-width, background-color;
}
.dell_Inquiry .form-group.-active .form-control, .form-group.-focus .form-control {
  border-width: 1px;
  background-color: white;
}
.dell_Inquiry .form-group.-animated {
  padding-top: 30px;
}
.dell_Inquiry .form-group.-animated label {
  position: absolute;
  left: 10px;
  right: 0;
  top: 0;
  z-index: 0;
  margin-bottom: 0;
  color: #231F20;
  font-weight: 600;
  -webkit-transform: translateY(45.5px);
  -moz-transform: translateY(45.5px);
  -ms-transform: translateY(45.5px);
  -o-transform: translateY(45.5px);
  transform: translateY(45.5px);
}
.dell_Inquiry .form-group.-animated.-active label, .form-group.-animated.-focus label {
  color: #00AEEF;
  position: absolute;
  left: 5px;
  top: 5px;
  font-weight: 700;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.dell_Inquiry .form-group input:focus{
border: 1px solid #00AEEF;
}
.dell_Inquiry .btn-submit {
    background: #00AEEF;
    width: 100%;
    color: #fff;
    margin-top: 30px;
    padding: 10px;
}
.dell_Inquiry .btn-submit:hover{
    color: #fff !important;
    background: #0075cd;
}
.dell_Inquiry ul.footer-menu li, .second-menu li {
    list-style: none;
    text-align: right;
    float: right;
}

.dell_Inquiry ul.footer-menu .nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    margin: 15px 0px 5px;
}
.dell_Inquiry ul.second-menu .nav-link  {
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    margin:0 !important;
    padding: 2px 20px;
}
.dell_Inquiry ul.second-menu .nav-link:hover, ul.footer-menu .nav-link:hover {
    color: #00AEEF !important;
}
#footer .first{ 
    border-bottom: 1px solid #ccc;
    padding-top: 2rem;
    padding-bottom: 2rem;

}
.second {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.second p {
    margin: 0;
    font-size: 14px;
}



.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
ul.footer-menu {
    padding: 0;
    margin: 0;
}


@media (max-width: 480px){
 .navbar {
    padding: 25px 5px !important;
}
.container {
    max-width: 100% !important;
}
.logo {
    border-right: 0px solid #c1c1c1;
    padding-right: 0rem;
    margin-right: 0rem;
}
#footer .first{
    margin: 0 auto;
    text-align: center;
}
ul.footer-menu li, .second-menu li {
    list-style: none;
    text-align: center;
    float: left;
}
ul.footer-menu .nav-link {
    margin: 10px 0px 5px;
    padding: 20px 12px;
}
.second {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#services_Dell {
    padding: 1.5rem 0;
}
#banner {
    min-height: 250px;
}
#banner .banner-txt h2{
    font-size: 28px;;
}
#banner .banner-txt h2:before {
    top: -10px;
    height: 5px;
}
.column-rev{
      -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-rev{
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
#services_Dell img{
    margin-bottom: 2rem;
}
.py-5{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.curve1 img {
    top: 500px;
}
.last-nav{
    width: 160px;
}

.nav-link {
    margin: 2px 5px 2px;
    border-bottom: 1px solid #eee;
}
.nav-link {
    margin: 2px 5px 2px;
    border-bottom: 1px solid #eee;
}
.second-menu .nav-link, .footer-menu .nav-link{
    border-bottom: 0px solid #eee;
} 
#banner {
    background-size: 100% 100%;
}

#footer .first {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#formsec_Dell {
    padding: 20px;
    margin: .5rem auto 2rem auto;
}
/*#footer .container, #footer .col-12{
    padding: 0;
}*/
#footer .footer-menu, .second-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
}
.navbar-nav li:first-child {
    margin-top: 20px;
}


}

@media (max-width: 320px){
    ul.footer-menu .nav-link {
    padding: 10px 5px;
    }
    a.logo img {
    width: 180px;
}

}

@media (max-width: 1400px){
    .container {
        max-width: 90%;
    }
}
@media (min-width: 1800px){
   
}


@media only screen and (min-width: 600px) and (max-width: 1440px)  {
 #banner .banner-txt h2 {
    font-size: 60px;
    }
     .container {
        max-width: 90%;
    }
    #banner {
    min-height: 500px;
    }
   
}
@media only screen and (min-width: 200px) and (max-width: 480px)  {


}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
     #banner .banner-txt h2 {
        font-size: 38px;
    }
    #banner {
    min-height: 340px;
    }
img.img-fluid.mx-auto {
    width: 100%;
    height: 65%;
}

}
/******************************
CUSTOM CSS  - END
*******************************/


@media only screen and (min-width:768px) {
    .navbar-nav {
        flex-direction: row;
        justify-content: space-around;
    }
    .nav-pills .nav-link{
        padding: 10px 14px;
    }


}

@media only screen and (min-width: 992px) {
    
    

    
}

@media only screen and (min-width: 1800px){

}


/*============= navigation styles ================*/

nav {
    display: block;
    margin: auto;
    background-color: white;
}
.navbar{
    padding: 1.2rem;
}

nav .fa-chevron-circle-right {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

nav .fa-chevron-down {
    font-size: 0.7em;
}


@media (max-width: 1024px) {
   

    nav a {
        text-decoration: none;
    }

   

}


@media only screen and (min-width:1025px){
  
}


/* =========== navigation styles end ==============*/