.specs-features{
    position: relative;
    display: flex;
    padding: 2rem;
    padding-bottom: 9rem;
    margin: 1.5rem;
    margin-top: 2rem;
    width: 103.6rem;
    justify-content: start;
    align-items: center;
    background-color: white;
    box-shadow: 0px 0px 4px 2px gainsboro;
    flex-wrap: wrap;
}
.specs-features h3{
    position: absolute; 
    top: 0rem; 
    left: 0; 
    width: 100%;
    text-align: center;
    color: #e06767;
    font-size: 1.75rem !important;
    font-weight: bold !important;
}
.specs-features .each-feature{
    display: inline-block;
    padding: 0.5rem;
    padding-top: 6rem;
    margin: 0rem;
    width: 16.33%;
}
.specs-features .each-feature .feature1{
    width: 4rem;
    height: 3rem;
}
.specs-features .each-feature .feature2{
    color: rgb(167, 163, 163);
    text-align: center;
    font-size: 1.2rem;
}
.specs-features .each-feature .feature3{
    font-weight: 550;
    text-align: center;
}
.specs-features .line{
    display: block; 
    position: absolute;
    bottom: 0rem; 
    border-top: 1px solid gainsboro; 
    width: 96%; 
    padding: 2rem 0rem;
}
.specs-features .line a{
    font-size: 1.5rem; 
    text-decoration: underline cornflowerblue !important; 
    color: cornflowerblue !important;
}


.other-features{
    position: relative;
    display: flex;
    padding: 2rem;
    padding-bottom: 9rem;
    width: 100%;
    width: 103.6rem;
    justify-content: space-between;
    align-items: start;
    background-color: white;
    box-shadow: 0px 0px 4px 2px gainsboro;
    flex-wrap: wrap;
    margin: 1.5rem;
}
.other-features .each-featureCont {
    width: 46%;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.other-features .each-featureCont .heading{
    font-size: 1.7rem;
    font-weight: 600;
    color: #e06767;
    margin-bottom: 1rem;
    border-bottom: 1px solid gainsboro; 
}
.other-features .each-featureCont .each-feature{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.5rem 0;
    margin: 0rem;
    width: 100%;
    font-size: 1.4rem;
}
.other-features .each-featureCont .each-feature .feature1{
    color: rgb(167, 163, 163);
    width: 50%;
    font-weight: 550;
    font-size: 1.6rem;
}
.other-features .each-featureCont .each-feature .feature2{
    font-weight: 450;
    width: 50%;
    text-align: right;
    font-weight: 550;
    font-size: 1.6rem;
}
.other-features .line{
    display: block; 
    position: absolute;
    bottom: 0rem; 
    border-top: 1px solid gainsboro; 
    width: 96%; 
    padding: 2rem 0rem;
}
.other-features .line a{
    font-size: 1.5rem; 
    text-decoration: underline cornflowerblue !important; 
    color: cornflowerblue !important;
}


#ev-variants{
    position: relative;
    padding: 0.5rem 3rem;
    padding-bottom: 9rem;
    margin: 1.5rem;
    margin-top: 1.5rem;
    width: 103.6rem;
    background-color: white;
    box-shadow: 0px 0px 4px 2px gainsboro;
}
#ev-variants h3 {
    color: #e06767;
    font-size: 1.75rem !important;
    font-weight: bold !important;
}
#ev-variants .tbl{
    width: 100%;
    margin-top: 1.8rem;
}
#ev-variants .tbl table{
    width: 100%;
}
#ev-variants .tbl table tr td{
    padding: 1rem;
}
#ev-variants .line{
    display: block; 
    position: absolute;
    bottom: 0rem; 
    border-top: 1px solid gainsboro; 
    width: 96%; 
    padding: 2rem 0rem;
}
#ev-variants .line a{
    font-size: 1.5rem; 
    text-decoration: underline cornflowerblue !important; 
    color: cornflowerblue !important;
}

#reviews{
    position: relative;
    padding: 1rem 3rem;
    padding-bottom: 3rem;
    margin: 1.5rem;
    margin-top: 2rem;
    width: 103.6rem;
    background-color: white;
    box-shadow: 0px 0px 4px 2px gainsboro
}
#reviews .writerev-btn{
    display: inline-block; 
    margin-left: 13rem;
}


#colors{
    position: relative;
    padding: 0.5rem 2rem;
    padding-bottom: 3rem;
    margin: 1.5rem;
    margin-top: 2rem;
    width: 103.6rem;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 0px 4px 2px gainsboro;
}
#colors .each-color{
    display: inline-block;
    padding: 0rem;
    margin: 1rem 0rem;
}
#colors .each-color .colorimg{
    width: 35rem;
    height: 20rem;
}
#colors .each-color .colordesc{
    text-align: center;
    font-size: 1.8rem;
}

#qa{
    position: relative;
    padding: 1.5rem 2rem;
    padding-bottom: 3rem;
    margin: 1.5rem;
    margin-top: 2rem;
    width: 103.6rem;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 0px 4px 2px gainsboro;
}
#qa .qa-img{
    display: inline-block;
    margin-left: 10rem;
    width: 12rem;
}
#qa .qa-content{
    position: absolute;
    top: 2rem;
    display: inline-block;
    margin-left: 10rem;
}
#qa .qa-content input{
    margin-top: 1.5rem;
    width: 30rem;
    height: 4rem;
    border: 1px solid gainsboro;
    border-radius: 0.3rem;
    padding: 0.5rem;
}


#comments{
    position: relative;
    padding: 1rem 2rem;
    padding-bottom: 3rem;
    margin: 1.5rem;
    margin-top: 2rem;
    width: 103.6rem;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 0px 4px 2px gainsboro;
}
#comments input{
    margin-top: 1.5rem;
    width: 100%;
    height: 4rem;
    border: 1px solid gainsboro;
    border-radius: 0.3rem;
    padding: 0.5rem;
}
#comments button{
    margin-top: 1.5rem;
    width: 20rem; 
    height: 4rem;
}



@media screen and (max-width: 500px) {
    .specs-features{
        padding: 2rem;
        width: 45.25rem;
        padding-bottom: 7rem;
    }
    .specs-features h3{
        left: 40%; 
        font-size: 2rem;
    }
    .specs-features .each-feature{
        display: inline-block;
        padding: 2rem;
        padding-top: 4rem;
        margin: 0rem 0rem;
    }
    .specs-features .each-feature .feature1{
        width: 4rem;
        height: 3rem;
    }
    .specs-features .each-feature .feature2{
        font-size: 1rem;
    }
    .specs-features .each-feature .feature3{
        font-weight: bold;
        font-size: 1rem;
        width: 5rem;
        text-align: center;
    }
    .specs-features .line{ 
        font-size: 1.5rem; 
    }
    
    #ev-variants{
        width: 45.25rem;
    }
    #ev-variants h3{
        font-size: 1.9rem;
    }
    #ev-variants .tbl{
        margin-top: 1.5rem;
    }
    #ev-variants .tbl table tr td{
        padding: 0.5rem;
    }
    #ev-variants .line{
        font-size: 1.5rem; 
        width: 90%; 
        padding: 2rem 0rem;
    }
    
    #reviews{
        width: 45.25rem;
    }
    #reviews h3{
        font-size: 1.9rem;
    }
    #reviews .writerev-btn{
        display: block; 
        margin-left: 0rem;
        margin-top: 1rem;
    }
    
    
    #colors{
        width: 45.25rem;
    }
    #colors h3{
        font-size: 1.9rem;
    }
    #colors .each-color{
        display: inline-block;
        padding: 0rem;
        margin: 1rem 0rem;
    }
    #colors .each-color .colorimg{
        width: 30rem;
        height: 15rem;
    }
    #colors .each-color .colordesc{
        font-size: 1.5rem;
    }
    

    #qa{
        padding-bottom: 3rem;
        width: 45.25rem;
    }
    #qa .qa-img{
        margin-left: 0rem;
        width: 8rem;
    }
    #qa .qa-content{
        top: 0.5rem;
        margin-left: 2rem;
    }
    #qa .qa-content input{
        margin-top: 0.5rem;
        width: 15rem;
    }
    
    
    #comments{
        width: 45.25rem;
    }    
    #comments h3{
        font-size: 1.9rem;
    }
    
}

.main-content {
    position: relative;
}
.thisProductDiv {
    position: relative;
    display: flex;
    padding: 0;
    width: 100%;
    width: 103.6rem;
    height: 20rem;
    justify-content: center;
    align-items: start;
    background: white;
    box-shadow: 0px 0px 4px 2px gainsboro;
    flex-wrap: wrap;
    margin: 0.5rem 1.5rem;
}
.thisProductImages {
    position: relative;
    display: flex;
    padding: 0;
    width: 100%;
    width: 103.6rem;
    height: 60rem;
    justify-content: center;
    align-items: start;
    background: white;
    box-shadow: 0px 0px 4px 2px gainsboro;
    flex-wrap: wrap;
    margin: 1.5rem;
}
.thisProductDiv .imageDiv {
    position: relative;
    width: 35%;
    height: 100%;
}
.thisProductImages .imageDiv {
    position: relative;
    width: 100%;
    height: 100%;
}
.thisProductDiv .contentDiv {
    width: 65%;
    height: fit-content;
    padding: 1rem 2rem;
    display: flex;
    flex-wrap: wrap;
}
.carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.carousel-inner,
.carousel-item,
.carousel-item img {
    width: 100%;
    height: 100%;
}
.carousel-item img {
    object-fit: contain;
}
.carousel-indicators{
    bottom: 0;
}
.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}
.carousel-indicators li {
    background-color: #999;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.thisProductImages .imageDiv .carousel-indicators li {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    position: relative;
    margin: 0 0.5rem;
    border: 2px solid gainsboro;
    box-shadow: 2px 1px 5px 0px gainsboro;
}
.thisProductImages .imageDiv .carousel-indicators li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.thisProductImages .imageDiv .carousel-indicators .active {
    border: 2px solid rgb(172, 172, 172);
    box-shadow: 2px 1px 5px 0px rgb(172, 172, 172);
}
.carousel-indicators .active {
    background-color: #333;
}



.thisProductDiv .contentDiv .drone_name {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.25rem 0;
}
.thisProductDiv .contentDiv .drone_rating {
    width: 30%;
    font-size: 1.6rem;
    padding: 0.25rem 0;
}
.thisProductDiv .contentDiv .drone_rating i {
    color: gray;
    margin-right: 0.25rem;
}
.thisProductDiv .contentDiv .write_reviews {
    width: 70%;
    color: cornflowerblue;
    font-size: 1.6rem;
    padding: 0.25rem 0;
}
.thisProductDiv .contentDiv .price_heading {
    width: 50%;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 1rem 0 0.25rem 0;
}
.thisProductDiv .contentDiv .price_content {
    width: 50%;
    color: gray;
    font-weight: 550;
    font-size: 1.5rem;
    padding: 0.25rem 0 1rem 0;
}
.thisProductDiv .contentDiv .btnSection {
    width: 100%;
    padding: 1rem 0;
}
.thisProductDiv .contentDiv .btnSection .contact_dealer {
    width: fit-content;
    border: 1px solid mediumseagreen;
    color: mediumseagreen;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}