
.horizontal_section {
    width: 100%;
    background-repeat: no-repeat;
}

.top {
    background-color: #F8F8F8;
}

.top .container {
    padding-bottom: 2%;
    padding-top: 2%;
}

.top_middle {
    background-image: url(../images/dealer/sky.png);
    min-height: 250px;
}

.middle {
    background-color: #fff;
}

.bottom {
    background-color: #0014C8;
}

.blue-text {
    background-color: #0014c8; 
    color: white;
    border-radius: 7px;
}

.wide-btn {
    width: 100%;
    border-radius: 7px !important;
    font-size: 16px;
}

.popup_input {
    width: 85%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #1a40ff;
    box-sizing: border-box;
    border-radius: 3px !important;
    background-color: #001ea0;
    text-align: center;
    color: #8095ff;
}
::placeholder {
    color: #8095ff;
}

/* Set a style for all buttons */
.popupbutton {
    background-color: #f1562b;
    color: white;
    padding: 14px 20px;
    margin: 8px 0px 20% 0px;
    border: none;
    cursor: pointer;
    width: 85%;
    border-radius: 3px !important;
    font-size: 16px;
    font-family: Calibri;
    font-weight: bold;
}

.popupbutton:hover {
    opacity: 0.9;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 20% 20% 10% 20%;
    position: relative;
    background-color: #0023d2;
}

.img.avatar {
    width: 40%;
}

.popupcontainer {
    padding: 16px;
    background-color: #0023d2;
    border-radius: 15px !important;
}

.span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #0023d2; /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
    border-radius: 15px !important;
}

/* Modal Content/Box */
.modal-content {
    margin: 7% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
   
    width: 25%; /* Could be more or less, depending on screen size */
    background-color: #0023d2;
    border-radius: 15px !important;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: -8px;
    top: -8px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    background-color: #f1562b;
    opacity: .99;
    width: 35px;
    height: 35px;
    padding-top:3px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
}

.close:hover,
.close:focus {
    opacity: .9;
    cursor: pointer;
    color: #fff;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 1300px) {
    .modal-content {
        width: 30%; 
    }
}
@media screen and (max-width: 1100px) {
    .modal-content {
        width: 40%; 
    }
}
@media screen and (max-width: 800px) {
    .modal-content {
        width: 50%; 
    }
}
@media screen and (max-width: 600px) {
    .modal-content {
        width: 70%; 
    }
}
@media screen and (max-width: 500px) {

    .modal-content {
        width: 80%; 
    }
}

.label1{
    color:#F8F8F8;
    font-family: Calibri;
    font-size: 96px;
}

.label2{
    color:#F8F8F8;
    font-family: Calibri;
    font-size: 30px;
}

.label3{
    color:#F8F8F8;
    font-family: Arial;
    font-weight: normal;
}

@media screen and (max-width: 360px) {
    .label1{
        font-size: 60px;
    }
    .label2{
        font-size: 24px;
    }
}

.middletitle{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.col-md-1{
    margin-right: 12px;
}
.bottomtitle{
    color:#F8F8F8;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.circleBase {
    border-radius: 50%;
    width: 230px;
    height: 230px;
    border: 1.2px solid #fff;
    font-family: Calibri;
    font-size:40px;
    font-weight: bold;
    color:#F8F8F8;
    padding-top: 100px;
    text-align: center;
    margin-bottom: 20px;
}
.circleplan{
    font-family: Calibri;
    font-size:20px;
    font-weight: bolder;
    color:#F8F8F8;
    padding-left: 32px;
    margin-bottom: 30px;
}